﻿/* ===================================== */
/* RESET */
/* ===================================== */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ===================================== */
/* FINAL CTA HOME - QR */
/* ===================================== */

.final-cta-section {
  padding: 28px 0 118px;
  background: transparent;
}

.final-cta-section .portfolio-closeout {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  gap: clamp(42px, 5vw, 92px);
  align-items: start;
}

.final-cta-section .portfolio-closeout-copy {
  max-width: 780px;
}

.final-cta-section .final-cta-title {
  margin: 0 0 18px;
  max-width: 16ch;
  font-size: 48px;
  line-height: 1.04;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.final-cta-section .final-cta-text {
  margin: 0;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.76);
}

.final-cta-section .final-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-self: center;
  width: min(432px, 100%);
  gap: 20px;
  padding-top: 8px;
}

.final-cta-section .portfolio-qr-card {
  position: relative;
  display: block;
  isolation: isolate;
  width: min(100%, 344px);
  margin: 0 auto 2px;
  border: 0;
  border-radius: 30px;
  background: transparent;
  box-shadow: none;
  text-decoration: none;
  transition: transform 0.18s ease;
}

.final-cta-section .portfolio-qr-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: -1;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 46%, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.54) 44%, rgba(0, 0, 0, 0.22) 70%, rgba(0, 0, 0, 0) 100%);
  filter: blur(26px);
  transform: scale(1.06);
  opacity: 0.95;
  pointer-events: none;
}

.final-cta-section .portfolio-qr-card:hover {
  transform: translateY(-1px);
}

.final-cta-section .portfolio-qr-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.final-cta-section .portfolio-final-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  gap: 14px;
  margin-inline: auto;
}

.final-cta-section .final-cta-button {
  flex: 0 1 auto;
  width: clamp(286px, 25vw, 336px);
  min-width: 0;
  min-height: 80px;
  padding: 16px 32px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.06em;
}

.final-cta-section .portfolio-home-chip {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  max-width: 80px;
  max-height: 80px;
  flex: 0 0 80px;
  border-radius: 999px;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.final-cta-section .portfolio-home-chip:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

.final-cta-section .portfolio-home-chip svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 1180px) {
  .final-cta-section .final-cta-title {
    font-size: 42px;
  }
}

@media (max-width: 900px) {
  .final-cta-section {
    padding: 28px 0 108px;
  }

  .final-cta-section .portfolio-closeout {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .final-cta-section .final-cta-title {
    max-width: 13ch;
    font-size: 38px;
  }

  .final-cta-section .final-cta-actions {
    width: min(400px, 100%);
    justify-self: start;
    align-items: flex-start;
  }

  .final-cta-section .portfolio-qr-card {
    width: min(100%, 304px);
    margin-inline: auto;
    align-self: center;
  }

  .final-cta-section .portfolio-qr-card::before {
    inset: 16px;
    filter: blur(22px);
  }

  .final-cta-section .portfolio-final-actions {
    justify-content: flex-start;
    margin-inline: 0;
  }

  .final-cta-section .final-cta-button {
    width: clamp(272px, 52vw, 320px);
    min-height: 74px;
  }

  .final-cta-section .portfolio-home-chip {
    width: 74px;
    height: 74px;
    min-width: 74px;
    min-height: 74px;
    max-width: 74px;
    max-height: 74px;
    flex-basis: 74px;
  }
}

@media (max-width: 640px) {
  .final-cta-section {
    padding: 16px 0 92px;
  }

  .final-cta-section .final-cta-title {
    max-width: 12ch;
    font-size: 30px;
  }

  .final-cta-section .final-cta-text {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.66;
  }

  .final-cta-section .final-cta-actions {
    width: 100%;
    align-items: flex-start;
    gap: 16px;
  }

  .final-cta-section .portfolio-qr-card {
    width: min(100%, 260px);
    margin-inline: auto;
    align-self: center;
  }

  .final-cta-section .portfolio-qr-card::before {
    inset: 14px;
    filter: blur(20px);
  }

  .final-cta-section .portfolio-final-actions {
    width: 100%;
    gap: 10px;
  }

  .final-cta-section .final-cta-button {
    flex: 1 1 auto;
    width: auto;
    min-height: 66px;
    padding: 14px 18px;
    font-size: 13px;
  }

  .final-cta-section .portfolio-home-chip {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    max-width: 64px;
    max-height: 64px;
    flex-basis: 64px;
  }

  .final-cta-section .portfolio-home-chip svg {
    width: 24px;
    height: 24px;
  }
}

html,
body {
  height: 100%;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #050509;
  color: #f5f5f5;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

body.site-loaded {
  overflow-y: auto;
}

body.no-scroll {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ===================================== */
/* PRELOADER */
/* ===================================== */

.preloader {
  position: fixed;
  inset: 0;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 12000;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}

.preloader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preloader-logo {
  width: 46vw;
  min-width: 300px;
  max-width: 560px;
  animation: preloader-pulse 1.4s ease-in-out infinite;
}

.preloader-bar-wrap {
  width: 360px;
  max-width: 72vw;
  height: 6px;
  margin-top: 40px;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
}

.preloader-bar {
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff7b39, #ffb347, #42e9ff, #5f5bff);
  animation: preloader-bar-move 1.8s ease-in-out infinite;
}

body.site-loaded .preloader {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.preloader ~ .site-header {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-18px) !important;
  transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease;
}

body.site-loaded .preloader ~ .site-header {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) !important;
}

@keyframes preloader-pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.03); opacity: 0.9; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes preloader-bar-move {
  0% { transform: translateX(-60%); }
  50% { transform: translateX(20%); }
  100% { transform: translateX(120%); }
}

@media (max-width: 640px) {
  .preloader {
    min-height: 100dvh;
  }

  .preloader-inner {
    width: 100%;
    padding-inline: 24px;
    gap: 28px;
    transform: translateY(-11vh);
  }

  .preloader-logo {
    width: min(76vw, 360px);
    height: clamp(74px, 22vw, 98px);
    min-width: 0;
    max-width: none;
    display: block;
    object-fit: cover;
    object-position: center;
  }

  .preloader-bar-wrap {
    width: min(78vw, 320px);
    height: 5px;
    margin-top: 0;
  }
}

/* ===================================== */
/* HEADER */
/* ===================================== */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  display: flex;
  align-items: center;
  z-index: 10000;
  background: transparent !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  border: none;
  box-shadow: none;
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: auto;
  height: 34px;
}

.brand-text {
  font-size: 17px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #f5f5f5;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-left: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-link {
  position: relative;
  padding-bottom: 4px;
  font-size: 13px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: #d0d0d0;
  transition: color 0.2s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  border-radius: 999px;
  opacity: 0.85;
  background-image: linear-gradient(
    90deg,
    #ff7a00,
    #ff3b6e,
    #9b51ff,
    #00d2ff,
    #00ffa3
  );
  transition: width 0.2s ease, opacity 0.2s ease;
}

.nav-link:hover {
  color: #ffffff;
}

.nav-link:hover::after {
  width: 100%;
  opacity: 1;
}

.nav-link-pill {
  padding: 7px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
}

.nav-link-pill::after {
  display: none;
}

.nav-link-pill:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.75);
}

.lang-switcher {
  position: relative;
  display: flex;
  align-items: center;
}

.lang-trigger {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.lang-trigger:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.lang-trigger-flag,
.lang-flag {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 999px;
}

.lang-menu {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  z-index: 1200;
}

.lang-menu[hidden] {
  display: none !important;
}

.lang-option {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.lang-option[hidden] {
  display: none !important;
}

.lang-option:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.26);
  transform: translateY(-1px);
}

/* ===================================== */
/* BOTÃ•ES */
/* ===================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.12s ease;
}

.btn-primary {
  background: #ffffff;
  color: #050509;
}

.btn-primary:hover {
  background: #f2f2f2;
  transform: translateY(-1px);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.36);
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.8);
  transform: translateY(-1px);
}

/* ===================================== */
/* SECÃ‡Ã•ES GERAIS */
/* ===================================== */

section,
.section {
  padding: 68px 0;
}

.section-title {
  margin-bottom: 24px;
  font-size: 18px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #f5f5f5;
}

.section-lead {
  font-size: 13px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

.section-kicker {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
}

/* ===================================== */
/* HERO */
/* ===================================== */

.hero-scene {
  position: relative;
  height: 230vh;
}

.hero {
  position: sticky;
  top: 0;
  min-height: 100vh;
  height: 100vh;
  padding-top: 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #ffffff;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(to bottom, rgba(5, 5, 9, 0), #050509);
  pointer-events: none;
  z-index: 1;
}

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

.hero-video {
  object-fit: cover;
  filter: brightness(0.78);
}

.hero-sequence-canvas {
  display: block;
  filter: brightness(0.78);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.hero.is-sequence-ready .hero-sequence-canvas {
  opacity: 1;
}

.hero.is-sequence-ready .hero-video {
  opacity: 0;
}

.hero.is-sequence-static .hero-sequence-canvas {
  opacity: 1;
  background-image: url("images/hero_sequence/hero_sequence_0000.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero.is-sequence-static .hero-video {
  opacity: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.10), transparent 55%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.78));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero-inner-overlay {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 72px);
}

.hero-text {
  max-width: 680px;
}

.hero-kicker {
  margin-bottom: 14px;
  font-size: 12px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.hero-title {
  margin-bottom: 18px;
  font-size: 42px;
  line-height: 1.06;
  font-weight: 700;
}

.hero-title-intro,
.hero-title-main {
  display: block;
}

.hero-kicker-mobile,
.hero-title-mobile,
.hero-lead-mobile,
.hero-btn-mobile {
  display: none;
}

.hero-kicker-desktop,
.hero-title-desktop,
.hero-lead-desktop,
.hero-btn-desktop {
  display: block;
}

.hero-lead {
  max-width: 520px;
  margin-bottom: 26px;
  font-size: 14px;
  color: rgba(235, 235, 235, 0.9);
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-anim {
  opacity: 0;
  transform: translateY(16px);
}

body.site-loaded .hero-anim {
  animation-name: hero-fade-up;
  animation-duration: 0.7s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

body.site-loaded .hero-anim-1 { animation-delay: 0.15s; }
body.site-loaded .hero-anim-2 { animation-delay: 0.30s; }
body.site-loaded .hero-anim-3 { animation-delay: 0.45s; }
body.site-loaded .hero-anim-4 { animation-delay: 0.60s; }

@keyframes hero-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 900px) {
  .hero-scene {
    height: 210vh;
  }
}

@media (max-width: 640px) {
  .hero-scene {
    height: 180vh;
  }

  .hero {
    padding-top: 84px;
  }

  .hero-inner-overlay {
    min-height: calc(100vh - 84px);
  }

  .hero-title {
    font-size: 30px;
    line-height: 1.08;
  }

  .hero-lead {
    max-width: 34ch;
    font-size: 13px;
  }
}

/* ===================================== */
/* SHOWREEL */
/* ===================================== */

.showreel-section {
  padding: 68px 0 78px;
  background: radial-gradient(circle at top, #050509, #04030a 70%);
}

.showreel-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.showreel-section .section-title {
  font-size: 26px;
}

.showreel-frame {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.9);
}

.showreel-poster {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: #000;
  cursor: pointer;
}

.showreel-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.showreel-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.32) 100%);
}

.showreel-poster-play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  transform: translate(-50%, -50%);
  background: rgba(12, 12, 18, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  backdrop-filter: blur(12px);
  z-index: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.showreel-poster-play svg {
  width: 34px;
  height: 34px;
  margin-left: 4px;
}

.showreel-poster:hover .showreel-poster-play,
.showreel-poster:focus-visible .showreel-poster-play {
  transform: translate(-50%, -50%) scale(1.04);
  background: rgba(18, 18, 28, 0.8);
  border-color: rgba(255, 255, 255, 0.34);
}

.showreel-poster:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.5);
  outline-offset: 3px;
}

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

/* ===================================== */
/* FEATURED */
/* ===================================== */

.featured-section {
  padding: 90px 0 140px;
  background: radial-gradient(circle at top, #050509, #03030a);
}

.featured-section .container {
  max-width: 1320px;
}

.featured-header {
  max-width: 640px;
  margin: 0 auto 70px;
  text-align: center;
}

.featured-header .section-title {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.3;
}

.featured-header .section-lead {
  font-size: 13px;
  line-height: 1.7;
}

.featured-carousel-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  isolation: isolate;
}

.featured-carousel-wrapper::before {
  content: "";
  position: absolute;
  inset: 12% 20% -4%;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 22% 48%, rgba(255, 122, 0, 0.12), transparent 38%),
    radial-gradient(circle at 76% 56%, rgba(66, 233, 255, 0.16), transparent 40%);
  filter: blur(58px);
  opacity: 0.7;
}

.featured-carousel {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 24px;
  padding: 26px 4px 76px;
  overflow: visible;
}

.featured-carousel::-webkit-scrollbar {
  display: none;
}

.featured-nav {
  width: 58px;
  height: 58px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(7, 9, 16, 0.76);
  color: rgba(255, 255, 255, 0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  line-height: 1;
  font-size: 0;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 34px rgba(0, 0, 0, 0.3);
  transition:
    background 0.18s ease,
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.featured-nav svg {
  width: 20px;
  height: 20px;
  display: block;
  pointer-events: none;
}

.featured-nav:hover {
  background: rgba(16, 19, 30, 0.94);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 16px 38px rgba(0, 0, 0, 0.38);
  transform: translateY(-1px);
}

.featured-nav:hover {
  background: rgba(16, 19, 30, 0.94);
  border-color: rgba(255, 255, 255, 0.34);
  transform: translateY(-1px);
}

.featured-nav:disabled {
  opacity: 0.3;
  cursor: default;
  transform: none;
}

.featured-card {
  position: relative;
  flex: 0 0 250px;
  display: block;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(255, 255, 255, 0.08), transparent 30%),
    linear-gradient(145deg, rgba(255, 122, 0, 0.16), rgba(0, 210, 255, 0.12)),
    #10121a;
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.56);
  transform: translateY(20px) scale(0.86);
  transform-origin: center center;
  opacity: 0.48;
  isolation: isolate;
  will-change: transform;
  color: inherit;
  text-decoration: none;
  transition:
    transform 0.28s ease,
    opacity 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.featured-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.25px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #ff7a00, #ff3b6e, #9b51ff, #00d2ff, #00ffa3);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.24s ease;
}

.featured-card::after {
  content: "";
  position: absolute;
  inset: auto 10% -16% 10%;
  height: 30%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 50%, rgba(255, 122, 0, 0.2), transparent 42%),
    radial-gradient(circle at 82% 50%, rgba(66, 233, 255, 0.22), transparent 44%);
  filter: blur(24px);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.featured-card.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateY(0) scale(1.08);
  border-color: transparent;
  box-shadow: 0 40px 94px rgba(0, 0, 0, 0.82);
}

.featured-card.is-active::before {
  opacity: 0.88;
}

.featured-card.is-active::after {
  opacity: 0.62;
}

.featured-card:hover::after {
  opacity: 0.24;
}

.featured-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.featured-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.94) contrast(1.04);
  transition: transform 0.32s ease, filter 0.32s ease;
}

.featured-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(5, 5, 9, 0.06) 0%, rgba(5, 5, 9, 0.12) 18%, rgba(5, 5, 9, 0.34) 48%, rgba(5, 5, 9, 0.8) 78%, rgba(5, 5, 9, 0.96) 100%),
    linear-gradient(135deg, rgba(255, 122, 0, 0.08), transparent 42%, rgba(66, 233, 255, 0.14));
}

.featured-card:hover .featured-thumb img {
  transform: scale(1.06);
  filter: saturate(1.03) contrast(1.08);
}

.featured-body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: grid;
  gap: 8px;
  align-content: end;
  min-height: 29%;
  padding: 20px 22px 24px;
}

.featured-client {
  margin: 0;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.featured-title {
  margin: 0;
  max-width: 12ch;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.04;
  text-transform: uppercase;
  color: #ffffff;
}

.featured-cta {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.featured-cta .btn {
  min-height: 58px;
  padding: 0 28px;
  font-size: 12px;
  letter-spacing: 0.18em;
  border-color: rgba(255, 255, 255, 0.22);
  background: transparent;
  box-shadow: none;
}

.featured-cta .btn:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.56);
}

@media (max-width: 1100px) {
  .featured-carousel {
    gap: 18px;
    padding-bottom: 60px;
  }

  .featured-card {
    flex-basis: 228px;
    transform: translateY(12px) scale(0.9);
  }

  .featured-card.is-active {
    transform: translateY(0) scale(1.02);
  }

  .featured-nav {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }

  .featured-cta .btn {
    min-height: 54px;
    padding: 0 24px;
  }
}

@media (max-width: 640px) {
  .featured-header {
    margin-bottom: 44px;
  }

  .featured-carousel-wrapper::before {
    inset: 20% 8% -4%;
  }

  .featured-carousel {
    gap: 0;
    padding: 18px 0 40px;
  }

  .featured-card {
    flex-basis: min(82vw, 320px);
    transform: none;
    opacity: 1;
  }

  .featured-card.is-active {
    transform: none;
  }

  .featured-body {
    padding: 20px 18px 18px;
  }

  .featured-nav {
    width: 50px;
    height: 50px;
    flex-basis: 50px;
  }

  .featured-cta {
    gap: 12px;
  }

  .featured-cta .btn {
    min-height: 50px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.15em;
  }
}

/* ===================================== */
/* SERVICES */
/* ===================================== */

.services-section {
  padding: 96px 0 108px;
  background: #03030a;
  border-top: none;
}

.services-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.services-header {
  max-width: 720px;
  margin: 0 auto 52px;
  text-align: center;
}

.services-header .section-title {
  font-size: 26px;
  letter-spacing: 0.24em;
}

.services-header .section-lead {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
}

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

.services-footer {
  margin-top: 42px;
  display: flex;
  justify-content: center;
}

.services-footer .btn {
  min-width: 280px;
  padding: 11px 26px;
  font-size: 13px;
}

.service-card {
  position: relative;
  min-height: 236px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  padding: 24px 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: radial-gradient(circle at top left, #10101b, #050509);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.8);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    border-color 0.18s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #ff7a00, #ff3b6e, #9b51ff, #00d2ff, #00ffa3);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.18s ease;
}

.service-card:hover {
  transform: translateY(-2px);
  border-color: transparent;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.95);
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.service-icon svg,
.service-icon img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}

.service-title {
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
}

.service-text {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
}

/* ===================================== */
/* ABOUT */
/* ===================================== */

.about-section {
  padding: 120px 0 144px;
  opacity: 0;
  transform: translateY(40px);
  background:
    radial-gradient(circle at 18% 18%, rgba(116, 73, 255, 0.08), transparent 28%),
    radial-gradient(circle at 82% 28%, rgba(0, 210, 255, 0.08), transparent 30%),
    radial-gradient(circle at top, #101018, #050509);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

.about-inner {
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 92px;
}

.about-visual {
  flex: 0 0 48%;
  display: flex;
  justify-content: center;
}

.about-logo-wrap {
  position: relative;
  width: clamp(500px, 54vw, 680px);
  aspect-ratio: 1 / 1;
  margin-top: -16px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease 0.15s, transform 0.6s ease 0.15s;
}

.about-section.is-visible .about-logo-wrap {
  opacity: 1;
  transform: translateY(0);
}

.about-logo {
  width: 96%;
  max-width: 600px;
  height: auto;
  filter: drop-shadow(0 18px 50px rgba(0, 0, 0, 0.95));
  animation: about-logo-pulse 3.6s ease-in-out infinite;
}

.about-icon {
  position: absolute;
  z-index: 5;
  width: 100px;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: radial-gradient(
    circle at top,
    rgba(255, 255, 255, 0.04),
    rgba(0, 0, 0, 0.96)
  );
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.9);
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: opacity 0.6s ease 0.25s;
  animation: about-icon-float 4.6s ease-in-out infinite;
  cursor: default;
}

.about-section.is-visible .about-icon {
  opacity: 1;
}

.about-icon img {
  width: 64%;
  height: auto;
}

.about-icon--video { top: 7%; left: 50%; }
.about-icon--photo { top: 34%; left: 12%; }
.about-icon--editing { top: 34%; left: 88%; }
.about-icon--web { top: 86%; left: 26%; }
.about-icon--drone { top: 86%; left: 74%; }

.about-tooltip {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 12px);
  z-index: 999;
  padding: 10px 14px;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(5,5,9,0.88);
  color: rgba(255,255,255,0.92);
  white-space: nowrap;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(8px);
  box-shadow: 0 16px 46px rgba(0,0,0,0.75);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.about-tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 10px;
  height: 10px;
  background: rgba(5,5,9,0.88);
  border-left: 1px solid rgba(255,255,255,0.16);
  border-bottom: 1px solid rgba(255,255,255,0.16);
  transform: translateX(-50%) rotate(45deg);
}

.about-icon:hover .about-tooltip,
.about-icon:focus .about-tooltip,
.about-icon:focus-visible .about-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.about-content {
  flex: 1;
  max-width: 620px;
}

.about-eyebrow {
  display: none !important;
}

.about-content .section-title {
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: 0.24em;
}

.about-content p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.85;
  color: rgba(235, 235, 245, 0.9);
}

.about-content > * {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.6s ease 0.25s, transform 0.6s ease 0.25s;
}

.about-section.is-visible .about-content > * {
  opacity: 1;
  transform: translateY(0);
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 42px 0 46px;
}

.about-stat {
  padding: 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    radial-gradient(circle at top left, rgba(155, 81, 255, 0.10), transparent 55%);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
}

.about-stat-number {
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}

.about-stat-label {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.about-cta {
  margin-top: 0;
  min-height: 58px;
  padding: 0 28px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
  font-size: 13px;
  letter-spacing: 0.16em;
}

.about-cta:hover {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.82);
}

@keyframes about-logo-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

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

/* ===================================== */
/* TESTIMONIALS */
/* ===================================== */

.testimonials-section {
  padding: 72px 0 152px;
  background:
    radial-gradient(circle at 20% 0%, rgba(155, 81, 255, 0.06), transparent 24%),
    radial-gradient(circle at 80% 0%, rgba(0, 210, 255, 0.05), transparent 24%),
    #050509;
}

.testimonials-header {
  max-width: 860px;
  margin-bottom: 46px;
}

.testimonials-header .section-title {
  margin-bottom: 0;
  font-size: 28px;
  letter-spacing: 0.22em;
}

.testimonials-lead {
  display: none !important;
}

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

.testimonial-card {
  min-height: 340px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.015)),
    radial-gradient(circle at top left, rgba(155, 81, 255, 0.08), transparent 46%),
    radial-gradient(circle at bottom right, rgba(66, 233, 255, 0.06), transparent 40%),
    #0a0a12;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42);
}

.testimonial-person {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.testimonial-avatar {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  object-fit: cover;
}

.testimonial-person-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.testimonial-name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.testimonial-company {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.90);
}

/* ===================================== */
/* PROCESS */
/* ===================================== */

.process-section {
  padding: 74px 0 164px;
  background:
    radial-gradient(circle at 12% 22%, rgba(255, 123, 57, 0.05), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(66, 233, 255, 0.04), transparent 22%),
    #050509;
}

.process-header {
  max-width: 860px;
  margin: 0 auto 68px;
  text-align: center;
}

.process-title {
  margin-bottom: 16px;
  font-size: 62px;
  line-height: 1.02;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.process-lead {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.66);
}

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

.process-step {
  position: relative;
  min-height: 280px;
  padding: 24px 0 0;
  isolation: isolate;
  --process-number-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.46) 0%,
    rgba(255, 122, 0, 0.3) 28%,
    rgba(255, 59, 110, 0.24) 54%,
    rgba(0, 210, 255, 0.14) 100%
  );
  --process-number-gradient-hover: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 176, 72, 0.98) 22%,
    rgba(255, 106, 37, 1) 46%,
    rgba(255, 59, 110, 0.98) 72%,
    rgba(94, 232, 255, 1) 100%
  );
  --process-glow-primary: rgba(255, 122, 0, 0.22);
  --process-glow-secondary: rgba(0, 210, 255, 0.16);
  transform-origin: center top;
  transition: transform 0.22s ease;
}

.process-step::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.10);
  transition: background 0.22s ease;
}

.process-step::after {
  content: none;
  display: none;
}

.process-step-number {
  margin-bottom: 28px;
  font-size: 106px;
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.04em;
  color: transparent;
  background: var(--process-number-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  filter: saturate(1.08);
  transform-origin: left top;
  transition: filter 0.22s ease, opacity 0.22s ease, transform 0.22s ease, background 0.22s ease;
}

.process-step:nth-child(2) {
  --process-number-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.44) 0%,
    rgba(255, 59, 110, 0.28) 30%,
    rgba(155, 81, 255, 0.24) 60%,
    rgba(0, 210, 255, 0.14) 100%
  );
  --process-number-gradient-hover: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(255, 126, 164, 0.98) 24%,
    rgba(255, 59, 110, 1) 52%,
    rgba(173, 88, 255, 0.98) 80%,
    rgba(94, 232, 255, 0.98) 100%
  );
  --process-glow-primary: rgba(255, 59, 110, 0.22);
  --process-glow-secondary: rgba(155, 81, 255, 0.16);
}

.process-step:nth-child(3) {
  --process-number-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.44) 0%,
    rgba(155, 81, 255, 0.28) 34%,
    rgba(0, 210, 255, 0.18) 72%,
    rgba(255, 255, 255, 0.08) 100%
  );
  --process-number-gradient-hover: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(205, 148, 255, 0.98) 26%,
    rgba(155, 81, 255, 1) 52%,
    rgba(77, 173, 255, 0.98) 82%,
    rgba(94, 232, 255, 0.98) 100%
  );
  --process-glow-primary: rgba(155, 81, 255, 0.2);
  --process-glow-secondary: rgba(0, 210, 255, 0.16);
}

.process-step:nth-child(4) {
  --process-number-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.44) 0%,
    rgba(0, 210, 255, 0.22) 34%,
    rgba(0, 255, 163, 0.14) 72%,
    rgba(255, 255, 255, 0.08) 100%
  );
  --process-number-gradient-hover: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.98) 0%,
    rgba(122, 232, 255, 0.98) 24%,
    rgba(0, 210, 255, 1) 56%,
    rgba(0, 255, 163, 0.92) 86%,
    rgba(255, 255, 255, 0.96) 100%
  );
  --process-glow-primary: rgba(0, 210, 255, 0.18);
  --process-glow-secondary: rgba(0, 255, 163, 0.12);
}

.process-step-title,
.process-step-text {
  transition: color 0.22s ease;
}

@media (hover: hover) and (pointer: fine) {
  .process-step:hover,
  .process-step:focus-within {
    transform: translateY(-6px) scale(1.015);
  }

  .process-step:hover::before,
  .process-step:focus-within::before {
    background: rgba(255, 255, 255, 0.22);
  }

  .process-step:hover .process-step-number,
  .process-step:focus-within .process-step-number {
    background: var(--process-number-gradient-hover);
    -webkit-background-clip: text;
    background-clip: text;
    transform: translateY(-1px) scale(1.02);
    filter:
      saturate(1.6)
      brightness(1.28)
      drop-shadow(0 0 8px rgba(255, 255, 255, 0.3))
      drop-shadow(0 0 16px var(--process-glow-primary))
      drop-shadow(0 0 30px var(--process-glow-primary))
      drop-shadow(0 0 54px var(--process-glow-secondary));
  }

  .process-step:hover .process-step-title,
  .process-step:focus-within .process-step-title {
    color: rgba(255, 255, 255, 1);
  }

  .process-step:hover .process-step-text,
  .process-step:focus-within .process-step-text {
    color: rgba(255, 255, 255, 0.76);
  }
}

.process-step-title {
  margin-bottom: 14px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
}

.process-step-text {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.66);
}

/* ===================================== */
/* FINAL CTA */
/* ===================================== */

.final-cta-section {
  padding: 26px 0 132px;
  background:
    radial-gradient(circle at 14% 24%, rgba(155, 81, 255, 0.05), transparent 24%),
    radial-gradient(circle at 84% 28%, rgba(66, 233, 255, 0.04), transparent 22%),
    #050509;
}

.final-cta-shell {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.final-cta-shell::before {
  display: none;
}

.final-cta-copy {
  max-width: 1100px;
}

.final-cta-title {
  max-width: 860px;
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}

.final-cta-text {
  max-width: 720px;
  margin: 0 0 38px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.74);
}

.final-cta-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 56px;
  flex-wrap: wrap;
}

.final-cta-points {
  display: flex;
  flex: 1 1 560px;
  flex-wrap: wrap;
  gap: 14px;
}

.final-cta-point {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 10px 24px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.90);
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.final-cta-point::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #ff7a00, #ff3b6e, #9b51ff, #00d2ff, #00ffa3);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: opacity 0.18s ease;
}

.final-cta-point:hover {
  transform: translateY(-1px);
  border-color: transparent;
  background: rgba(255, 255, 255, 0.10);
}

.final-cta-point:hover::before {
  opacity: 1;
}

.final-cta-side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  margin-left: auto;
  padding-right: 16px;
}

.final-cta-side-mark {
  width: 56px;
  height: auto;
  opacity: 0.92;
}

.final-cta-button {
  min-width: 270px;
  min-height: 50px;
}

/* ===================================== */
/* FOOTER */
/* ===================================== */

.site-footer {
  padding: 0 0 30px;
  background: #050509;
  border-top: none;
}

.footer-topline {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 1px;
  margin: 0 0 42px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.10);
  opacity: 1;
}

.footer-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2.15fr 0.7fr 0.7fr;
  gap: 56px;
  align-items: start;
}

.footer-brand-block {
  --footer-brand-width: 520px;
  --footer-copy-offset: 165px;
  max-width: var(--footer-brand-width);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-brand {
  display: block;
  width: min(100%, var(--footer-brand-width));
  text-decoration: none;
}

.footer-brand-logo {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}

.footer-brand-text {
  max-width: calc(var(--footer-brand-width) - var(--footer-copy-offset) - 10px);
  margin-top: -6px;
  margin-left: var(--footer-copy-offset);
  font-size: 15px;
  line-height: 1.78;
  color: rgba(255, 255, 255, 0.68);
}

.footer-brand-text span {
  display: block;
}

.footer-heading {
  display: inline-block;
  margin-bottom: 22px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.footer-links-list,
.footer-contact-list--clean {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links-list li,
.footer-contact-list--clean li {
  margin-bottom: 16px;
}

.footer-links-list a,
.footer-contact-list--clean a,
.footer-contact-list--clean span {
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
  font-size: 16px;
  line-height: 1.6;
  transition: color 0.18s ease;
}

.footer-links-list a:hover,
.footer-contact-list--clean a:hover {
  color: #ffffff;
}

.footer-socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: 22px;
  margin-left: var(--footer-copy-offset);
}

.footer-social {
  width: auto;
  height: auto;
  border: none;
  border-radius: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.footer-social:hover {
  transform: translateY(-2px);
  opacity: 0.82;
}

.footer-social img {
  width: 28px;
  height: 28px;
  opacity: 0.95;
}

.footer-social--linkedin img {
  filter: brightness(0) invert(1);
}

.footer-divider {
  position: relative;
  left: 50%;
  width: 100vw;
  height: 1px;
  margin: 42px 0 20px;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom-wrap {
  padding-top: 0;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 0;
}

.footer-copy {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.44);
}

.footer-bottom-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}

.footer-privacy {
  color: rgba(255, 255, 255, 0.52);
  text-decoration: none;
  font-size: 13px;
  line-height: 1.6;
}

.footer-privacy:hover {
  color: #ffffff;
}

/* ===================================== */
/* MOUSE TRAIL */
/* ===================================== */

.mouse-trail-canvas {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9998;
  opacity: 1;
}

/* ===================================== */
/* RESPONSIVO */
/* ===================================== */

@media (min-width: 901px) {
  .site-header .container.header-inner {
    max-width: 1440px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

@media (max-width: 1100px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .process-title {
    font-size: 48px;
  }

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

  .final-cta-title {
    max-width: 900px;
    font-size: 42px;
  }

  .final-cta-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .final-cta-side {
    margin-left: 0;
    padding-right: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .site-header {
    height: 68px;
  }

  .hero {
    padding-top: 68px;
  }

  .container,
  .footer-inner {
    padding: 0 20px;
  }

  .showreel-section .section-title,
  .featured-header .section-title,
  .services-header .section-title,
  .about-content .section-title {
    font-size: 22px;
  }

  .hero-title {
    font-size: 34px;
  }

  .header-inner {
    gap: 14px;
  }

  .header-actions {
    gap: 12px;
  }

  .main-nav {
    gap: 12px;
  }

  .lang-trigger,
  .lang-option {
    width: 36px;
    height: 36px;
  }

  .lang-trigger-flag,
  .lang-flag {
    width: 18px;
    height: 18px;
  }

  .about-inner {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  }

  .about-visual {
    order: -1;
  }

  .about-content {
    max-width: 100%;
  }

  .about-content .section-title {
    text-align: center;
  }

  .about-section {
    padding-top: 96px;
    padding-bottom: 118px;
  }

  .testimonials-section {
    padding-top: 40px;
    padding-bottom: 132px;
  }

  .process-section {
    padding-top: 52px;
    padding-bottom: 140px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .brand-text {
    display: none;
  }

  .main-nav {
    gap: 10px;
  }

  .nav-link {
    font-size: 11px;
  }

  .showreel-section .section-title,
  .featured-header .section-title,
  .services-header .section-title,
  .about-content .section-title {
    font-size: 18px;
  }

  .hero {
    align-items: flex-end;
    padding-bottom: 72px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-lead {
    font-size: 13px;
  }

  .section-title {
    font-size: 18px;
  }

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

  .service-card {
    min-height: auto;
    padding: 18px 18px 20px;
  }

  .service-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 18px;
  }

  .service-icon svg,
  .service-icon img {
    width: 26px;
    height: 26px;
  }

  .about-section {
    padding: 96px 0 96px;
  }

  .about-content .section-title {
    font-size: 22px;
  }

  .about-content p {
    font-size: 15px;
  }

  .about-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 30px 0 34px;
  }

  .about-stat {
    padding: 16px 14px;
  }

  .about-stat-number {
    font-size: 28px;
  }

  .about-tooltip {
    display: none;
  }

  .testimonials-section {
    padding: 28px 0 104px;
  }

  .testimonials-header {
    margin-bottom: 32px;
  }

  .testimonials-header .section-title {
    font-size: 22px;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: auto;
    padding: 24px 20px 20px;
  }

  .testimonial-text {
    font-size: 16px;
    min-height: auto;
  }

  .testimonial-name {
    font-size: 18px;
  }

  .process-section {
    padding: 34px 0 108px;
  }

  .process-title {
    font-size: 34px;
  }

  .process-lead {
    font-size: 15px;
  }

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

  .process-header {
    margin-bottom: 46px;
  }

  .process-step {
    min-height: auto;
  }

  .process-step-number {
    font-size: 82px;
    margin-bottom: 22px;
  }

  .final-cta-section {
    padding: 8px 0 96px;
  }

  .final-cta-title {
    max-width: 100%;
    font-size: 34px;
  }

  .final-cta-text {
    font-size: 15px;
  }

  .final-cta-point {
    width: 100%;
    justify-content: flex-start;
  }

  .final-cta-button {
    width: 100%;
    min-width: 0;
  }

  .footer-social {
    width: 48px;
    height: 48px;
  }

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

/* ===== FIX HERO POR BAIXO DO HEADER + MENOS TEMPO PRESO ===== */

section.hero-scene,
section.hero,
.hero-scene,
.hero {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: transparent !important;
}

.hero {
  position: sticky;
  top: 0;
  min-height: 100vh !important;
  height: 100vh !important;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 260px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 9, 0) 0%,
    rgba(5, 5, 9, 0.10) 16%,
    rgba(5, 5, 9, 0.30) 34%,
    rgba(5, 5, 9, 0.62) 58%,
    rgba(5, 5, 9, 0.88) 80%,
    #050509 100%
  );
  filter: blur(22px);
}

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

.hero-inner,
.hero-inner-overlay {
  position: relative;
  z-index: 4;
  min-height: 100vh !important;
}

.hero-inner-overlay {
  display: flex !important;
  align-items: center !important;
  padding-top: 72px !important;
}

.hero-scene {
  height: 160vh !important;
}

@media (max-width: 900px) {
  .hero-scene {
    height: 148vh !important;
  }
}

@media (max-width: 640px) {
  .hero-inner-overlay {
    padding-top: 84px !important;
  }

  .hero-scene {
    height: 165vh !important;
  }

  .hero::after {
    height: 180px;
    filter: blur(18px);
  }
}

@media (max-width: 1100px) {
  .footer-brand-block {
    --footer-brand-width: 420px;
    --footer-copy-offset: 132px;
  }

  .footer-brand-text {
    max-width: calc(var(--footer-brand-width) - var(--footer-copy-offset) - 8px);
    font-size: 14px;
    line-height: 1.72;
  }
}

@media (max-width: 640px) {
  .footer-brand-block {
    --footer-brand-width: 260px;
    --footer-copy-offset: 0px;
    width: 100%;
    max-width: 320px;
    margin-inline: auto;
    align-items: center;
    justify-self: center;
  }

  .footer-brand-text,
  .footer-socials {
    margin-left: 0;
    max-width: 100%;
  }

  .footer-brand {
    margin-inline: auto;
  }

  .footer-brand-text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
  }

  .footer-socials {
    margin-top: 18px;
    justify-content: center;
  }
}

.showreel-section,
.services-section,
.about-section,
.testimonials-section,
.process-section,
.final-cta-section {
  position: relative;
  isolation: isolate;
}

.hero::before {
  display: none !important;
  content: none !important;
}

/* corta glow rectangular demasiado agressivo */
.about-section,
.testimonials-section,
.process-section,
.final-cta-section {
  overflow: hidden;
}


/* ===== FIX HEADER SEM FUNDO + SEM RECOLHER ===== */

.site-header::before,
.site-header::after {
  content: none !important;
  display: none !important;
}

.site-header,
.site-header.is-hidden,
.site-header.hide,
.site-header.header-hidden,
.site-header.scrolled,
.site-header.scrolled-up,
.site-header.scrolled-down {
  top: 0 !important;
  transform: translateY(0) !important;
  translate: 0 0 !important;
  opacity: 1 !important;
}

/* ===== TRANSIÃ‡Ã•ES SUAVES SEM PARTIR O HEADER ===== */

.hero::before {
  display: none !important;
  content: none !important;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 220px;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 9, 0) 0%,
    rgba(5, 5, 9, 0.08) 18%,
    rgba(5, 5, 9, 0.28) 38%,
    rgba(5, 5, 9, 0.58) 62%,
    rgba(5, 5, 9, 0.86) 82%,
    #050509 100%
  );
  filter: blur(18px);
}

.services-section,
.about-section,
.testimonials-section,
.process-section,
.final-cta-section {
  position: relative;
  isolation: isolate;
}

.services-section::before,
.about-section::before,
.testimonials-section::before,
.process-section::before,
.final-cta-section::before {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 140px;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 9, 0) 0%,
    rgba(5, 5, 9, 0.18) 24%,
    rgba(5, 5, 9, 0.42) 48%,
    rgba(5, 5, 9, 0.72) 74%,
    rgba(5, 5, 9, 0.96) 100%
  );
  filter: blur(14px);
}

.services-section > .container,
.about-section > .container,
.testimonials-section > .container,
.process-section > .container,
.final-cta-section > .container {
  position: relative;
  z-index: 1;
}

@media (max-width: 640px) {
  .hero::after {
    height: 180px;
    filter: blur(14px);
  }

  .services-section::before,
  .about-section::before,
  .testimonials-section::before,
  .process-section::before,
  .final-cta-section::before {
    top: -70px;
    height: 110px;
    filter: blur(12px);
  }
}

/* ===== FUNDO CONTÃNUO LIMPO, SEM FAIXAS ENTRE SECÃ‡Ã•ES ===== */

body {
  position: relative;
  background: #050509;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(42% 34% at 18% 38%, rgba(88, 48, 255, 0.05), transparent 72%),
    radial-gradient(42% 36% at 84% 46%, rgba(0, 165, 255, 0.045), transparent 74%),
    radial-gradient(38% 30% at 14% 82%, rgba(255, 78, 78, 0.03), transparent 72%),
    #050509;
}

.hero-scene,
.showreel-section,
.featured-section,
.services-section,
.about-section,
.testimonials-section,
.process-section,
.final-cta-section,
.site-footer {
  position: relative;
  z-index: 1;
  background: transparent !important;
  box-shadow:
    inset 0 120px 140px -120px rgba(5, 5, 9, 0.92),
    inset 0 -120px 140px -120px rgba(5, 5, 9, 0.92) !important;
}

.site-header {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000 !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition:
    background 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    backdrop-filter 0.22s ease,
    -webkit-backdrop-filter 0.22s ease;
}

@media (max-width: 640px) {
  .showreel-section,
  .featured-section,
  .services-section,
  .about-section,
  .testimonials-section,
  .process-section,
  .final-cta-section,
  .site-footer {
    box-shadow:
      inset 0 90px 110px -90px rgba(5, 5, 9, 0.92),
      inset 0 -90px 110px -90px rgba(5, 5, 9, 0.92) !important;
  }

}

.services-section::before,
.about-section::before,
.testimonials-section::before,
.process-section::before,
.final-cta-section::before {
  content: none !important;
  display: none !important;
}

.about-section,
.testimonials-section,
.process-section,
.final-cta-section {
  overflow: visible !important;
}

body.mobile-nav-open {
  overflow: hidden;
}

.mobile-nav-toggle {
  display: none;
}

@media (max-width: 900px) {
  .site-header {
    height: 72px !important;
    overflow: visible;
  }

  .site-header .header-inner {
    min-height: 72px;
    width: 100%;
    justify-content: space-between;
    gap: 14px;
    padding-left: 24px;
    padding-right: 34px;
    overflow: visible;
  }

  .site-header .brand {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
  }

  .site-header .brand-mark {
    height: 38px;
  }

  .site-header .brand-text {
    font-size: 15px;
    letter-spacing: 0.18em;
  }

  .mobile-nav-toggle {
    position: relative;
    z-index: 2;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin-left: auto;
    margin-right: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  }

  .mobile-nav-toggle:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.34);
    transform: translateY(-1px);
  }

  .mobile-nav-toggle span {
    display: block;
    width: 16px;
    height: 1.5px;
    border-radius: 999px;
    background: currentColor;
    transition: transform 0.22s ease, opacity 0.22s ease;
  }

  .site-header.is-mobile-open .mobile-nav-toggle span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
  }

  .site-header.is-mobile-open .mobile-nav-toggle span:nth-child(2) {
    opacity: 0;
  }

  .site-header.is-mobile-open .mobile-nav-toggle span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
  }

  .site-header .header-actions {
    position: fixed;
    top: 82px;
    left: 16px;
    right: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(6, 6, 10, 0.92);
    box-shadow: 0 26px 60px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .site-header.is-mobile-open .header-actions {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-header .main-nav {
    display: grid;
    gap: 10px;
  }

  .site-header .nav-link {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0.14em;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
  }

  .site-header .nav-link::after {
    display: none;
  }

  .site-header .nav-link-pill {
    padding: 12px 14px;
    border: 0;
    border-radius: 0;
    background: transparent;
    border-color: transparent;
  }

  .site-header .lang-switcher {
    position: relative;
    width: fit-content;
    justify-content: flex-start;
  }

  .site-header .lang-menu {
    top: 50%;
    left: calc(100% + 10px);
    right: auto;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    transform: translateY(-50%);
  }
}

@media (max-width: 640px) {
  .site-header .header-inner {
    padding-left: 24px;
    padding-right: 34px;
  }

  .site-header .brand-mark {
    height: 40px;
  }

  .site-header .brand-text {
    display: none;
  }

  .site-header .header-actions {
    top: 78px;
    left: 12px;
    right: 12px;
    padding: 16px;
    gap: 14px;
    border-radius: 22px;
  }

  .site-header .nav-link,
  .site-header .nav-link-pill {
    padding: 11px 13px;
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  body.page-home .site-header .mobile-nav-toggle {
    margin-right: 0;
    right: 52px;
  }
}

@media (max-width: 640px) {
  body.page-home .site-header .mobile-nav-toggle {
    right: 46px;
  }
}

@media (max-width: 640px) {
  body.page-home .site-header .mobile-nav-toggle {
    right: 0 !important;
    margin-left: auto;
  }

  .hero-scene {
    height: 126vh !important;
  }

  .hero {
    padding-bottom: 24px !important;
  }

  .hero::after {
    height: 132px;
    filter: blur(14px);
  }

  .hero-inner-overlay {
    align-items: center !important;
    padding-top: 72px !important;
  }

  .hero-text {
    width: min(100%, 334px);
    max-width: 334px;
    margin-inline: 0 auto;
    padding-inline: 0;
    transform: translateY(-28px);
  }

  .hero-kicker {
    margin-bottom: 16px;
  }

  .hero-kicker-desktop,
  .hero-title-desktop,
  .hero-lead-desktop {
    display: none;
  }

  .hero-kicker-mobile,
  .hero-title-mobile,
  .hero-lead-mobile,
  .hero-btn-mobile {
    display: block;
  }

  .hero-btn-desktop {
    display: none;
  }

  .hero-kicker-mobile {
    display: grid;
    gap: 4px;
    max-width: 20ch;
  }

  .hero-kicker-mobile span {
    display: block;
    font-size: 9.5px;
    line-height: 1.3;
    letter-spacing: 0.19em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.76);
  }

  .hero-title {
    max-width: none;
    margin-bottom: 18px;
  }

  .hero-title-mobile {
    display: grid;
    gap: 8px;
  }

  .hero-title-mobile-top {
    display: block;
    max-width: 12ch;
    font-size: clamp(27px, 7.2vw, 30px);
    line-height: 1.02;
    letter-spacing: -0.042em;
    font-weight: 560;
    color: rgba(255, 255, 255, 0.82);
    text-wrap: balance;
  }

  .hero-title-mobile-bottom {
    display: block;
    max-width: 9.2ch;
    font-size: clamp(36px, 10.1vw, 42px);
    line-height: 0.94;
    letter-spacing: -0.06em;
    font-weight: 700;
    color: #ffffff;
    text-wrap: balance;
  }

  .hero-lead {
    max-width: 26ch;
    margin-bottom: 26px;
  }

  .hero-lead-mobile {
    font-size: 14px;
    line-height: 1.62;
    color: rgba(235, 235, 235, 0.88);
    text-wrap: pretty;
  }

  .hero-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    gap: 10px;
    width: 100%;
  }

  .hero-cta .btn {
    min-height: 50px;
    padding: 0 18px;
    font-size: 10.2px;
    letter-spacing: 0.11em;
    white-space: nowrap;
  }

  .hero-cta .btn-primary {
    width: 100%;
    min-width: 0;
  }

  .hero-cta .btn-ghost {
    min-width: 124px;
  }

  .showreel-section {
    padding-top: 24px;
    padding-bottom: 64px;
  }

  .showreel-inner {
    gap: 16px;
  }

  .showreel-section .section-title {
    text-align: center;
  }

  .featured-section {
    padding-top: 74px;
    padding-bottom: 82px;
  }

  .featured-carousel {
    padding-bottom: 28px;
  }

  .featured-cta {
    margin-top: 0;
  }

  .services-section {
    padding-top: 72px;
    padding-bottom: 96px;
  }

  .services-header {
    margin-bottom: 40px;
  }

  .about-section {
    padding-top: 48px;
    padding-bottom: 92px;
  }

  .about-inner {
    gap: 18px;
  }

  .about-visual {
    width: 100%;
    margin-top: -40px;
    margin-bottom: 14px;
  }

  .about-logo-wrap {
    width: min(86vw, 372px);
    margin-top: -16px;
    margin-inline: auto;
  }

  .about-logo {
    width: 86%;
    max-width: none;
  }

  .about-icon {
    width: 78px;
    height: 78px;
  }

  .about-icon--video {
    top: 10%;
    left: 50%;
  }

  .about-icon--photo {
    top: 36%;
    left: 15%;
  }

  .about-icon--editing {
    top: 36%;
    left: 85%;
  }

  .about-icon--web {
    top: 84%;
    left: 28%;
  }

  .about-icon--drone {
    top: 84%;
    left: 72%;
  }

  .about-content p {
    text-align: left;
  }

  .about-content {
    margin-top: 8px;
  }

  .final-cta-section {
    padding-top: 0;
    padding-bottom: 88px;
  }

  .final-cta-section .portfolio-closeout-copy {
    box-sizing: border-box;
    padding-left: clamp(34px, 9vw, 44px);
  }

  .final-cta-section .final-cta-title,
  .final-cta-title {
    max-width: 11ch;
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -0.03em;
    text-wrap: balance;
  }

  .final-cta-section .final-cta-title span,
  .final-cta-title span {
    display: block;
    margin-top: 0.16em;
    color: rgba(255, 255, 255, 0.74);
  }

  .final-cta-section .final-cta-text,
  .final-cta-text {
    max-width: 28ch;
    font-size: 13px;
    line-height: 1.72;
    color: rgba(255, 255, 255, 0.74);
    text-wrap: pretty;
  }
}

@media (max-width: 640px) {
  body.page-home .site-header .mobile-nav-toggle {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(14, 15, 22, 0.42);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  body.page-home .hero-inner-overlay {
    align-items: center !important;
    padding-top: 76px !important;
  }

  body.page-home .hero-text {
    width: min(100%, 344px);
    max-width: 344px;
    margin-inline: 0 auto;
    transform: translateY(-18px);
  }

  body.page-home .hero-kicker-mobile {
    gap: 4px;
    max-width: 138px;
  }

  body.page-home .hero-kicker-mobile span {
    font-size: 9.6px;
    line-height: 1.28;
    letter-spacing: 0.19em;
  }

  body.page-home .hero-title {
    margin-bottom: 16px;
  }

  body.page-home .hero-title-mobile {
    gap: 10px;
  }

  body.page-home .hero-title-mobile-top {
    max-width: 216px;
    font-size: clamp(26px, 7vw, 29px);
    line-height: 1.02;
    letter-spacing: -0.04em;
    text-wrap: balance;
  }

  body.page-home .hero-title-mobile-bottom {
    max-width: 232px;
    font-size: clamp(37px, 9.9vw, 41px);
    line-height: 0.95;
    letter-spacing: -0.058em;
    text-wrap: balance;
  }

  body.page-home .hero-lead {
    max-width: 246px;
    margin-bottom: 28px;
  }

  body.page-home .hero-lead-mobile {
    font-size: 14px;
    line-height: 1.66;
    text-wrap: pretty;
  }

  body.page-home .hero-cta {
    grid-template-columns: minmax(0, 1fr) 126px;
    gap: 12px;
  }

  body.page-home .hero-cta .btn {
    min-height: 50px;
    padding: 0 18px;
    font-size: 10.2px;
    letter-spacing: 0.12em;
  }

  body.page-home .hero-cta .btn-ghost {
    min-width: 126px;
  }
}

.site-header.is-scrolled,
.site-header.is-mobile-open {
  background: rgba(5, 5, 9, 0.42) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.22) !important;
  backdrop-filter: blur(18px) saturate(1.12) !important;
  -webkit-backdrop-filter: blur(18px) saturate(1.12) !important;
}

.site-header.is-mobile-open {
  background: rgba(5, 5, 9, 0.68) !important;
}
