html {
  scroll-behavior: smooth;
}
body {
  font-family: "Inter", system-ui, sans-serif;
}
.font-syne,
h1,
h2,
h3 {
  font-family: "Inter", system-ui, sans-serif !important;
}
.font-bold,
.font-extrabold,
h1,
h2,
h3 {
  font-weight: 700 !important;
}
body > section {
  min-height: 100svh;
  display: flex;
  align-items: center;
}
body > section > .max-w-7xl {
  width: 100%;
}
.csv-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
}
.csv-brand-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  flex: 0 0 auto;
  border-radius: 9px;
}
.csv-brand-lockup--footer .csv-brand-logo {
  width: 34px;
  height: 34px;
}
.csv-reveal {
  opacity: 0;
  transform: translate3d(0, 52px, 0);
  transition:
    opacity 0.72s ease var(--reveal-delay, 0ms),
    transform 0.72s cubic-bezier(0.22, 1, 0.36, 1) var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}
.csv-reveal:nth-child(even) {
  transform: translate3d(-36px, 28px, 0);
}
.csv-reveal.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.home-hero {
  /* min-height: clamp(640px, 78svh, 760px) !important; */
  padding-block: clamp(6.5rem, 10vh, 7.5rem) clamp(3.5rem, 6vh, 4.5rem);
}
.home-hero-copy {
  animation: home-hero-copy-in 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-hero-media {
  animation: home-hero-media-in 0.95s 0.12s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.home-hero-background,
.home-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.home-hero-background {
  z-index: 0;
  object-fit: cover;
  object-position: center;
}
.home-hero-shade {
  z-index: 1;
  background: linear-gradient(90deg, rgba(7, 12, 22, 0.92), rgba(7, 12, 22, 0.66) 50%, rgba(7, 12, 22, 0.92));
}
.home-hero-content {
  display: flex;
  width: min(940px, 100%);
  margin-inline: auto;
  justify-content: center;
}
.home-hero-copy { width: 100%; }
.aspect-\[9\/16\] {
  aspect-ratio: 9 / 16;
}
.portfolio-play-overlay {
  border: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-service-card:hover {
  transform: translateY(-2px);
}
.home-service-visual {
  position: relative;
  isolation: isolate;
  overflow: visible;
  background-color: #121927;
  background-image: linear-gradient(135deg, #121927, #101621);
}
.home-service-background {
  position: absolute !important;
  z-index: 0 !important;
  top: 0;
  right: 0;
  bottom: 0;
  width: 58%;
  border-radius: 0 24px 24px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.48;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 52%);
  mask-image: linear-gradient(90deg, transparent, #000 52%);
  pointer-events: none;
}
.home-service-visual::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, transparent 48%, rgba(15, 23, 42, 0.12));
  pointer-events: none;
}
.home-service-featured-badge {
  z-index: 3;
  top: 0;
  transform: translateY(-50%);
  box-shadow: 0 8px 24px rgba(249, 115, 22, 0.28);
}
.home-service-visual > * { z-index: 1; }
.service-theme-orange:hover {
  border-color: #f97316;
}
.service-theme-orange .home-service-icon {
  background: rgba(249, 115, 22, 0.2);
  color: #f97316;
}
.service-theme-orange .home-service-accent {
  color: #f97316;
}
.service-theme-teal:hover {
  border-color: #06b6d4;
}
.service-theme-teal .home-service-icon {
  background: rgba(6, 182, 212, 0.2);
  color: #06b6d4;
}
.service-theme-teal .home-service-accent {
  color: #06b6d4;
}
.service-theme-purple:hover {
  border-color: #a855f7;
}
.service-theme-purple .home-service-icon {
  background: rgba(168, 85, 247, 0.2);
  color: #c084fc;
}
.service-theme-purple .home-service-accent {
  color: #c084fc;
}
.mfp-bg {
  z-index: 2000 !important;
  background: #050914 !important;
  opacity: 0.92 !important;
}
.mfp-wrap {
  z-index: 2001 !important;
}
.home-intro-popup .mfp-iframe-scaler {
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.7),
    0 0 0 1px rgba(249, 115, 22, 0.45);
}
.home-intro-popup.mfp-fade .mfp-content {
  opacity: 0;
  transform: translateY(24px) scale(0.97);
  transition: 0.22s ease;
}
.home-intro-popup.mfp-fade.mfp-ready .mfp-content {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.home-intro-popup.mfp-fade.mfp-removing .mfp-content {
  opacity: 0;
  transform: translateY(18px) scale(0.98);
}
@keyframes home-hero-copy-in {
  from {
    opacity: 0;
    transform: translate3d(-44px, 22px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes home-hero-media-in {
  from {
    opacity: 0;
    transform: translate3d(52px, 24px, 0) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .csv-reveal,
  .home-hero-copy,
  .home-hero-media {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}
.csv-back-to-top {
  --scroll-progress: 0deg;
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 40;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: conic-gradient(#f97316 0deg var(--scroll-progress), #1e293b var(--scroll-progress) 360deg);
  color: #fff;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.45);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
  transition: 0.25s ease;
}
#video-player-modal {
  z-index: 1000 !important;
}
#video-modal-panel {
  width: min(1120px, 96vw);
  max-width: none;
}
#modal-video-frame {
  width: min(100%, 920px);
  height: auto !important;
  max-width: none !important;
  max-height: min(76vh, 720px) !important;
}
#modal-video-frame > img,
#modal-video-frame > iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#modal-video-frame > iframe {
  z-index: 3;
  background: #000;
}
#modal-video-frame.is-playing .video-modal-placeholder {
  display: none;
}
#video-modal-panel.is-vertical-video {
  width: min(760px, 96vw);
}
#video-modal-panel.is-vertical-video .video-modal-stage {
  flex: 0 1 430px;
  min-height: min(78vh, 740px);
}
#video-modal-panel.is-vertical-video #modal-video-container {
  padding: 1rem;
}
#video-modal-panel.is-vertical-video #modal-video-frame {
  width: auto;
  height: min(76vh, 700px) !important;
  max-width: min(390px, 48vw) !important;
}
#video-modal-panel.is-square-video {
  width: min(920px, 96vw);
}
#video-modal-panel.is-square-video #modal-video-frame {
  width: min(68vh, 640px);
}
body.video-modal-open {
  overflow: hidden;
}
.mobile-drawer-backdrop {
  position: fixed;
  z-index: 49;
  inset: 80px 0 0;
  border: 0;
  background: rgba(2, 6, 14, 0.72);
  opacity: 0;
  backdrop-filter: blur(3px);
  transition: opacity 0.24s ease;
}
.mobile-drawer-backdrop.is-visible { opacity: 1; }
#mobile-drawer {
  z-index: 50;
  top: 80px;
  bottom: 0;
  height: calc(100dvh - 80px);
  max-height: none;
  background: #121927;
  overflow-y: auto;
}
html.mobile-drawer-open,
body.mobile-drawer-open {
  overflow: hidden !important;
  overscroll-behavior: none;
  touch-action: none;
}
.portfolio-filter-btn {
  padding: 0.7rem 1rem;
  border: 1px solid #263244;
  border-radius: 10px;
  color: #94a3b8;
  background: #121927;
  font-size: 0.72rem;
  font-weight: 700;
  cursor: pointer;
  transition: 0.2s ease;
}
.portfolio-filter-btn:hover,
.portfolio-filter-btn.is-active {
  border-color: #f97316;
  color: #fff;
  background: #f97316;
}
.home-portfolio-card[hidden],
.home-portfolio-group[hidden] {
  display: none !important;
}
.home-portfolio-group[data-orientation="doc"] .home-portfolio-card > div:first-child {
  height: min(72vh, 600px);
  max-height: 600px;
  aspect-ratio: auto;
}
.home-portfolio-group[data-orientation="doc"] .home-portfolio-card > div:first-child img {
  object-position: center;
}
.home-toast {
  max-width: min(360px, calc(100vw - 32px));
  padding: 0.9rem 1rem;
  translate: 18px 0;
  border: 1px solid #334155;
  border-left: 3px solid #22c55e;
  border-radius: 12px;
  color: #e2e8f0;
  background: #111827;
  box-shadow: 0 14px 40px #0008;
  font-size: 0.78rem;
  opacity: 0;
  transition: 0.22s ease;
}
.home-toast.is-error {
  border-left-color: #ef4444;
}
.home-toast.is-visible {
  translate: 0;
  opacity: 1;
}
.contact-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.modal-highlight-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
}
#modal-video-highlights {
  min-width: 0;
  line-height: 1.5;
  text-align: left;
  text-wrap: pretty;
}
.pricing-db-card {
  min-height: 440px;
}
.pricing-swiper-shell {
  position: relative;
  width: min(1140px, calc(100vw - 48px));
  margin-inline: auto;
  margin-top: 4rem;
  overflow: hidden;
  border-radius: 24px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4.5%, #000 95.5%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 4.5%, #000 95.5%, transparent 100%);
}
.pricing-swiper {
  width: 100%;
  padding: 46px 0 68px !important;
  overflow: visible !important;
}
.pricing-swiper .swiper-wrapper {
  display: flex;
}
.pricing-swiper .swiper-slide {
  z-index: 1;
  height: auto;
  opacity: 0.46;
  scale: 0.88;
  transform-origin: center;
  transition:
    opacity 0.5s ease,
    scale 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.5s ease;
  filter: saturate(0.72);
}
.pricing-swiper .swiper-slide-active {
  z-index: 3;
  opacity: 1;
  scale: 1.12;
  filter: saturate(1);
}
.pricing-swiper .swiper-slide-prev,
.pricing-swiper .swiper-slide-next {
  z-index: 2;
  opacity: 0.68;
  scale: 0.92;
  filter: saturate(0.86);
}
.pricing-swiper .pricing-db-card {
  height: 100%;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.35);
  transition:
    box-shadow 0.5s ease,
    border-color 0.5s ease;
}
.pricing-swiper .swiper-slide-active .pricing-db-card {
  box-shadow:
    0 30px 75px rgba(0, 0, 0, 0.52),
    0 0 34px rgba(249, 115, 22, 0.09);
}
.pricing-package-insight {
  display: none;
}
@media (min-width: 900px) {
  .pricing-swiper .swiper-slide-active .pricing-card-content {
    padding-right: 46%;
  }
  .pricing-swiper .swiper-slide-active .pricing-package-insight {
    position: absolute;
    top: 76px;
    right: 28px;
    bottom: 94px;
    display: flex;
    width: 40%;
    padding: 1.2rem;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #ffffff12;
    border-radius: 18px;
    background: linear-gradient(145deg, #0c1320, #121c2b);
    box-shadow: inset 0 1px #ffffff0d;
  }
  .pricing-insight-label {
    align-self: flex-start;
    padding: 0.3rem 0.55rem;
    border-radius: 99px;
    background: #f9731618;
    color: #fb923c;
    font-size: 0.6rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .pricing-package-insight > div:not(.pricing-insight-stats) {
    display: grid;
    gap: 0.22rem;
  }
  .pricing-package-insight small {
    color: #64748b;
    font-size: 0.62rem;
  }
  .pricing-package-insight strong {
    color: #e2e8f0;
    font-size: 0.72rem;
    line-height: 1.45;
  }
  .pricing-insight-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.55rem;
    margin-top: auto;
  }
  .pricing-insight-stats > span {
    display: grid;
    padding: 0.7rem;
    border-radius: 11px;
    background: #070c15;
  }
  .pricing-insight-stats b {
    color: #fff;
    font-size: 1.15rem;
  }
  .pricing-package-insight > p {
    margin: 0;
    padding-top: 0.8rem;
    border-top: 1px solid #ffffff0d;
    color: #94a3b8;
    font-size: 0.62rem;
    line-height: 1.5;
  }
}
.pricing-swiper .swiper-button-prev,
.pricing-swiper .swiper-button-next {
  z-index: 7;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #fff;
  background: #f97316;
  box-shadow: 0 10px 25px rgba(249, 115, 22, 0.32);
}
.pricing-swiper .swiper-button-prev {
  left: 5.5%;
}
.pricing-swiper .swiper-button-next {
  right: 5.5%;
}
.pricing-swiper .swiper-button-prev::after,
.pricing-swiper .swiper-button-next::after {
  font-size: 14px;
  font-weight: 700;
}
.pricing-swiper .swiper-pagination {
  right: auto !important;
  bottom: 10px !important;
  left: 50% !important;
  display: flex;
  width: auto !important;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%) !important;
}
.pricing-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 !important;
  border-radius: 99px;
  background: #64748b;
  opacity: 0.65;
  transition:
    width 0.25s ease,
    background 0.25s ease,
    opacity 0.25s ease;
}
.pricing-swiper .swiper-pagination-bullet-active {
  width: 26px;
  background: #f97316;
  opacity: 1;
}
.site-footer {
  border-top: 1px solid #1e293b;
  background: #080d18;
  padding: 64px 0 22px;
  color: #94a3b8;
}
.site-footer .container {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 1fr));
  gap: 44px;
  padding-bottom: 42px;
}
.site-footer .brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #fff;
  font-weight: 700;
  font-size: 19px;
}
.site-footer .brand img {
  border-radius: 10px;
  object-fit: cover;
}
.site-footer .footer-about p {
  max-width: 390px;
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.8;
}
.site-footer .footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.site-footer .footer-column strong {
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.site-footer .footer-column a,
.site-footer .footer-column span {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}
.site-footer .footer-column a:hover {
  color: #f97316;
}
.site-footer .copyright {
  border-top: 1px solid #1e293b;
  padding-top: 20px;
  font-size: 11px;
}
select {
  color-scheme: dark;
}
select option,
select optgroup {
  padding: 10px 12px;
  background: #111827;
  color: #e2e8f0;
  font:
    500 13px/1.5 Inter,
    system-ui,
    sans-serif;
}
select option:checked {
  background: #c2410c;
  color: #fff;
}
select option:disabled {
  color: #64748b;
}
.custom-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.custom-select {
  position: relative;
  width: 100%;
}
.custom-select-trigger {
  display: flex;
  width: 100%;
  min-height: 44px;
  padding: 0.75rem 0.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  border: 1px solid #263244;
  border-radius: 12px;
  background: #0b111d;
  color: #f8fafc;
  cursor: pointer;
  text-align: left;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.custom-select-trigger svg {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  fill: none;
  stroke: #94a3b8;
  stroke-width: 2;
  transition: transform 0.2s ease;
}
.custom-select-trigger:hover {
  border-color: #475569;
}
.custom-select.is-open .custom-select-trigger {
  border-color: #f97316;
  box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.14);
}
.custom-select.is-open .custom-select-trigger svg {
  transform: rotate(180deg);
}
.custom-select-menu {
  position: absolute;
  z-index: 80;
  top: calc(100% + 7px);
  right: 0;
  left: 0;
  display: none;
  max-height: 240px;
  padding: 6px;
  overflow-y: auto;
  border: 1px solid #334155;
  border-radius: 12px;
  background: #111827;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
  scrollbar-width: thin;
  scrollbar-color: #475569 #111827;
}
.custom-select.is-open .custom-select-menu {
  display: grid;
  gap: 3px;
}
.custom-select-option {
  width: 100%;
  min-height: 40px;
  padding: 0.6rem 0.75rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #cbd5e1;
  cursor: pointer;
  text-align: left;
  font:
    500 0.78rem/1.4 Inter,
    system-ui,
    sans-serif;
}
.custom-select-option:hover {
  background: #1e293b;
  color: #fff;
}
.custom-select-option[aria-selected="true"] {
  background: rgba(249, 115, 22, 0.14);
  color: #fb923c;
}
.custom-select-option:disabled {
  color: #64748b;
  cursor: not-allowed;
}
.pricing-db-index {
  font:
    700 0.75rem/1 Inter,
    sans-serif;
  letter-spacing: 0.12em;
}
.pricing-db-description {
  min-height: 3.8rem;
  white-space: pre-line;
}
.pricing-db-price {
  margin-top: auto;
}
.csv-back-to-top::before {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #131926;
  transition: background 0.2s ease;
}
.csv-back-to-top > span {
  position: relative;
  z-index: 1;
}
.csv-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.csv-back-to-top:hover {
  transform: translateY(-3px);
}
.csv-back-to-top:hover::before {
  background: #1e293b;
}
img.is-media-fallback {
  object-fit: contain !important;
  background: #fff;
}
@media (max-width: 1023px) {
  body > section {
    min-height: auto;
  }
  .site-footer .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  html, body { max-width: 100%; overflow-x: clip; }
  header > div:first-child { width: 100%; min-width: 0; padding-inline: 1rem; }
  .csv-brand-lockup { min-width: 0; }
  .csv-brand-lockup > span { font-size: 1.15rem; white-space: nowrap; }
  #mobile-menu-btn { flex: 0 0 44px; width: 44px; height: 44px; }
  .csv-reveal {
    transform: translate3d(0, 22px, 0);
    transition-duration: 0.38s;
    transition-delay: min(var(--reveal-delay, 0ms), 70ms);
  }
  .csv-reveal:nth-child(even) { transform: translate3d(-14px, 14px, 0); }
  .home-portfolio-group[data-orientation="doc"] .home-portfolio-card > div:first-child {
    height: min(62svh, 520px);
    aspect-ratio: auto;
  }
  .pricing-swiper-shell {
    width: calc(100vw - 24px);
    border-radius: 18px;
  }
  .pricing-swiper {
    width: 100%;
  }
  .pricing-swiper-shell {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 2.5%, #000 97.5%, transparent 100%);
  }
  .pricing-swiper .swiper-button-prev {
    left: 14px;
  }
  .pricing-swiper .swiper-button-next {
    right: 14px;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  #video-modal-panel,
  #video-modal-panel.is-vertical-video,
  #video-modal-panel.is-square-video {
    width: min(94vw, 620px);
  }
  #video-modal-panel.is-vertical-video .video-modal-stage {
    min-height: 56vh;
  }
  #video-modal-panel.is-vertical-video #modal-video-frame {
    width: auto;
    height: min(54vh, 580px) !important;
    max-width: 86vw !important;
  }
  #video-modal-panel:not(.is-vertical-video) #modal-video-frame {
    width: 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .csv-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
