﻿@font-face {
  font-family: "Bank Gothic Custom";
  src: url("Assets/fonts/BankGothic-Medium.woff2") format("woff2");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Book Custom";
  src: url("Assets/fonts/Gotham-Book.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #020202;
  --text: #f2f6f9;
  --muted: #c4ccd3;
  --accent: #9ad9ff;
  --hero-logo-optical-shift: 2.2%;
  --footer-logo-optical-shift: 2.2%;
  --font-title: "Bank Gothic Custom", "Syne", "Avenir Next", sans-serif;
  --font-body: "Gotham Book Custom", "Instrument Sans", "Avenir Next", sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text);
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-body);
  line-height: 1.5;
  overflow-x: hidden;
}

body.is-detail-open {
  overflow: hidden;
}

body.is-detail-open .page-nav {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -12px);
}

.site-shell {
  min-height: 100vh;
  min-height: 100svh;
  background: #000;
}

.page-nav {
  position: fixed;
  left: 50%;
  top: max(10px, calc(env(safe-area-inset-top) + 8px));
  transform: translateX(-50%);
  z-index: 88;
  width: min(760px, calc(100vw - 26px));
  padding: 10px 16px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(8px, 1.8vw, 20px);
  background: rgba(4, 7, 10, 0.42);
  border: 1px solid rgba(154, 217, 255, 0.18);
  backdrop-filter: blur(4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  overflow-x: auto;
  scrollbar-width: none;
}

.page-nav::-webkit-scrollbar {
  display: none;
}

.page-nav__rail {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
}

.page-nav__indicator {
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bfe6ff;
  box-shadow: 0 0 0 4px rgba(154, 217, 255, 0.2), 0 0 18px rgba(154, 217, 255, 0.46);
  opacity: 0;
  transform: translate(0, 0);
  transition: transform 0.34s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.2s ease;
}

.page-nav.is-ready .page-nav__indicator {
  opacity: 1;
}

.back-to-top {
  position: fixed;
  right: max(16px, calc(env(safe-area-inset-right) + 12px));
  bottom: max(16px, calc(env(safe-area-inset-bottom) + 12px));
  z-index: 87;
  width: 31px;
  height: 47px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  filter: drop-shadow(0 0 1px rgba(191, 230, 255, 0.46)) drop-shadow(0 0 10px rgba(154, 217, 255, 0.26));
  transition: opacity 0.22s ease, transform 0.22s ease, filter 0.16s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top:hover,
.back-to-top:focus-visible {
  transform: translateY(0) scale(1.05);
  filter: drop-shadow(0 0 2px rgba(191, 230, 255, 0.62)) drop-shadow(0 0 14px rgba(154, 217, 255, 0.4));
}

.back-to-top__glyph {
  display: block;
  width: 100%;
  height: 100%;
  color: #eff6fc;
}

.back-to-top__shape {
  fill: currentColor;
}

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

.cookie-banner {
  position: fixed;
  left: auto;
  right: max(12px, calc(env(safe-area-inset-right) + 10px));
  bottom: max(12px, env(safe-area-inset-bottom));
  width: min(420px, calc(100vw - 20px));
  z-index: 89;
  display: grid;
  gap: 10px;
  padding: 14px 14px 13px;
  border: 1px solid rgba(154, 217, 255, 0.26);
  border-radius: 14px;
  background:
    linear-gradient(125deg, rgba(154, 217, 255, 0.1), transparent 35%),
    linear-gradient(140deg, rgba(8, 13, 18, 0.93), rgba(4, 8, 13, 0.97));
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
  opacity: 0;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, border-color 0.2s ease;
}

.cookie-banner.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.cookie-banner__eyebrow {
  margin: 0;
  font-size: 0.67rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b9d9f1;
}

.cookie-banner__text {
  margin: 0;
  color: #e2ebf4;
  font-size: clamp(0.84rem, 1vw, 0.95rem);
  line-height: 1.5;
  max-width: 100%;
}

.cookie-banner__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-banner__link {
  color: #d2e4f6;
  text-decoration: none;
  border: 1px solid rgba(154, 217, 255, 0.34);
  background: rgba(12, 22, 32, 0.6);
  border-radius: 999px;
  padding: 0.46rem 0.7rem;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cookie-banner__link:hover,
.cookie-banner__link:focus-visible {
  color: #f1f8ff;
  border-color: rgba(154, 217, 255, 0.7);
  background: rgba(17, 34, 49, 0.76);
}

.cookie-banner__accept {
  border: 1px solid rgba(154, 217, 255, 0.76);
  background: linear-gradient(130deg, rgba(20, 61, 89, 0.86), rgba(12, 36, 54, 0.9));
  color: #edf5ff;
  padding: 0.48rem 0.84rem;
  border-radius: 999px;
  font-size: 0.69rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
}

.cookie-banner__accept:hover,
.cookie-banner__accept:focus-visible {
  border-color: rgba(192, 232, 255, 0.95);
  background: linear-gradient(130deg, rgba(26, 73, 106, 0.95), rgba(16, 45, 67, 0.95));
}

.page-nav__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 28px;
  flex: 0 0 auto;
  color: #adc1d4;
  text-decoration: none;
  font-size: 0.69rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.page-nav__bullet {
  display: none;
}

.page-nav__label {
  display: inline-block;
}

.page-nav__item:hover,
.page-nav__item:focus-visible,
.page-nav__item.is-active {
  color: #ecf5fd;
}

.page-nav__item.is-active .page-nav__bullet {
  border-color: rgba(191, 230, 255, 0.95);
  background: rgba(191, 230, 255, 0.45);
}

#start,
#diensten,
#visie,
#team,
#contact {
  scroll-margin-top: 96px;
}

.scroll-stage {
  position: relative;
  height: 360vh;
  background: #000;
}

.hero-frame {
  --zoom-back: 1;
  --zoom-front: 1;
  --brand-opacity: 1;
  --brand-shift: 0px;
  --about-opacity: 0;
  --about-shift: 32px;
  --hero-dim-opacity: 0;
  --blackout-opacity: 0;
  --hero-line-opacity: 0;
  --hero-line-scale: 0.35;
  --hero-line-origin: bottom center;

  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #000;
}

.hero-image {
  position: absolute;
  inset: -6%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  will-change: transform;
  pointer-events: none;
}

.hero-image--back {
  z-index: 0;
  background-image: url("Assets/optimized/hero/hei-1200.webp");
  transform: scale(var(--zoom-back));
}

.hero-image--front {
  z-index: 2;
  inset: 0%;
  background-image: url("Assets/optimized/hero/foreground-1200.webp");
  background-size: cover;
  background-position: center;
  transform: scale(var(--zoom-front));
  opacity: 0.94;
}

.hero-image--front::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 16%, rgba(154, 217, 255, 0.12) 0%, transparent 44%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.48));
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(154, 217, 255, 0.1) 0%, transparent 42%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.94));
  opacity: var(--hero-dim-opacity);
  z-index: 3;
  pointer-events: none;
}

.hero-blackout {
  position: absolute;
  inset: 0;
  background: #000;
  opacity: var(--blackout-opacity);
  z-index: 4;
  pointer-events: none;
}

.hero-scroll-line {
  position: absolute;
  left: 50%;
  bottom: clamp(34px, 8vh, 78px);
  width: 1px;
  height: clamp(120px, 24vh, 260px);
  transform: translateX(-50%) scaleY(var(--hero-line-scale));
  transform-origin: var(--hero-line-origin);
  opacity: var(--hero-line-opacity);
  background: linear-gradient(to top, rgba(232, 243, 252, 0.9), rgba(232, 243, 252, 0.06));
  z-index: 5;
  pointer-events: none;
  transition: opacity 0.16s linear, transform 0.16s linear;
}

.hero-copy {
  position: absolute;
  left: 50%;
  width: min(860px, 88vw);
  text-align: center;
  z-index: 6;
  pointer-events: none;
}

.hero-copy--brand {
  top: 50%;
  opacity: var(--brand-opacity);
  transform: translate(-50%, calc(-50% + var(--brand-shift)));
  pointer-events: auto;
}

.hero-copy--about {
  top: 56%;
  opacity: var(--about-opacity);
  transform: translate(-50%, calc(-50% + var(--about-shift)));
}

.hero-copy h1,
.hero-copy h2 {
  margin: 0;
  font-family: var(--font-title);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.hero-copy h1 {
  font-size: clamp(2rem, 7vw, 6.4rem);
}

.hero-logo-title {
  margin: 0;
  line-height: 0;
}

.hero-logo {
  display: block;
  width: min(860px, 82vw);
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transform: translateX(var(--hero-logo-optical-shift));
}

.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
  margin-top: clamp(16px, 2.4vw, 30px);
  padding: 0.62rem 1rem;
  border: 1px solid rgba(154, 217, 255, 0.66);
  background: rgba(5, 10, 16, 0.6);
  color: #edf7ff;
  text-decoration: none;
  font-size: clamp(0.78rem, 1.15vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: border-color 160ms ease, background-color 160ms ease, transform 220ms ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  border-color: rgba(154, 217, 255, 0.98);
  background: rgba(16, 34, 48, 0.86);
  transform: translateY(-2px);
}

.hero-copy h2 {
  font-size: clamp(1.4rem, 3.2vw, 2.7rem);
  color: var(--accent);
}

.hero-copy p {
  margin: 1rem auto 0;
  max-width: 62ch;
  font-size: clamp(1rem, 1.8vw, 1.3rem);
  color: var(--muted);
}

.services-section {
  padding: clamp(76px, 12vh, 148px) clamp(18px, 4vw, 54px) clamp(42px, 9vh, 104px);
  min-height: 100vh;
  min-height: 100svh;
  height: 170vh;
  background: #000;
  opacity: 0;
  transform: translateY(48px);
  transition: opacity 0.9s ease, transform 0.9s ease;
  position: relative;
}

.services-section.is-visible {
  opacity: 1;
  transform: none;
}

.services-stage {
  position: sticky;
  top: 0;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity 0.55s ease, transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.55s ease;
}

.people-showcase {
  width: min(1320px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap: clamp(20px, 3vw, 44px);
  align-items: start;
}

.people-showcase__intro {
  padding: clamp(14px, 2vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(to bottom right, rgba(7, 8, 11, 0.92), rgba(2, 3, 4, 0.9));
}

.people-showcase__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.people-showcase__intro h3 {
  margin: 0.7rem 0 0;
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 2.35vw, 2.4rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.people-showcase__brand {
  display: inline-block;
  white-space: nowrap;
}

.people-showcase__intro p {
  margin: 1rem 0 0;
  color: var(--muted);
  font-size: clamp(0.95rem, 1.2vw, 1.07rem);
}

.people-showcase__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: clamp(10px, 1vw, 14px);
}

.people-card {
  --people-image-position: 50% 50%;
  position: relative;
  aspect-ratio: 2 / 3;
  min-height: 0;
  perspective: 1300px;
  isolation: isolate;
  cursor: pointer;
  touch-action: manipulation;
}

.people-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.82s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.people-card:hover .people-card__inner,
.people-card:focus-within .people-card__inner {
  transform: rotateY(180deg);
}

.people-card.is-flipped .people-card__inner {
  transform: rotateY(180deg);
}

.people-card__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #0a0a0a;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.people-card__face--front img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: var(--people-image-position);
  filter: brightness(0.78) saturate(0.92);
  transform: scale(1);
  transition: filter 0.7s ease;
}

.people-card__face--front::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.14) 56%, rgba(0, 0, 0, 0.42) 100%);
  pointer-events: none;
}

.people-card:hover .people-card__face--front img,
.people-card:focus-within .people-card__face--front img {
  filter: brightness(0.9) saturate(1);
}

.people-card__face--back {
  transform: rotateY(180deg) translateZ(1px);
  background:
    radial-gradient(circle at 82% 8%, rgba(95, 172, 230, 0.2), transparent 52%),
    linear-gradient(145deg, rgba(10, 15, 22, 0.96), rgba(5, 9, 14, 0.99));
  display: flex;
  align-items: center;
  justify-content: center;
}

.people-card__face--back::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.52)),
    repeating-linear-gradient(
      120deg,
      rgba(255, 255, 255, 0.02) 0,
      rgba(255, 255, 255, 0.02) 1px,
      transparent 1px,
      transparent 9px
    );
  pointer-events: none;
}

.people-card__meta {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 2;
  transform: translateZ(2px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.people-card__meta h4 {
  margin: 0;
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.35vw, 1.42rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.people-card__meta p {
  margin: 0.34rem 0 0;
  font-size: clamp(0.86rem, 0.95vw, 0.98rem);
  color: #d4dce4;
}

.people-card__back {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: clamp(18px, 2.6vw, 24px);
  transform: translateZ(2px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.people-card__frame {
  position: relative;
  display: grid;
  gap: 0.86rem;
  width: min(100%, 420px);
  padding: clamp(54px, 7vw, 72px) clamp(22px, 2.7vw, 30px) clamp(40px, 5vw, 54px);
  text-align: left;
  background:
    linear-gradient(to right, rgba(154, 217, 255, 0.52), rgba(154, 217, 255, 0.52)) top right / 44px 1px no-repeat,
    linear-gradient(to bottom, rgba(154, 217, 255, 0.52), rgba(154, 217, 255, 0.52)) top right / 1px 44px no-repeat,
    linear-gradient(to right, rgba(154, 217, 255, 0.52), rgba(154, 217, 255, 0.52)) bottom left / 44px 1px no-repeat,
    linear-gradient(to bottom, rgba(154, 217, 255, 0.52), rgba(154, 217, 255, 0.52)) bottom left / 1px 44px no-repeat;
}

.people-card__frame::before,
.people-card__frame::after {
  position: absolute;
  pointer-events: none;
  font-family: var(--font-title);
  color: #eff6fc;
  text-shadow: 0 0 1px rgba(191, 230, 255, 0.46), 0 0 10px rgba(154, 217, 255, 0.26);
  line-height: 1;
}

.people-card__frame::before {
  content: "\201C";
  left: -2px;
  top: 2px;
  font-size: clamp(3.2rem, 5.6vw, 4.8rem);
}

.people-card__frame::after {
  content: "\201D";
  right: -2px;
  bottom: -10px;
  font-size: clamp(3.2rem, 5.6vw, 4.8rem);
}

.people-card__frame p {
  margin: 0;
  color: #d5dfeb;
  font-size: clamp(0.88rem, 0.96vw, 0.96rem);
  line-height: 1.56;
}

.people-card__frame p:first-of-type {
  color: #edf5ff;
  font-weight: 600;
  letter-spacing: 0.004em;
}

.people-card__profile-label {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  font-family: var(--font-title);
  font-size: 1.3rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a6cfe8;
  white-space: nowrap;
}

.people-card__frame p + p {
  color: #b9c6d5;
}

.services-section.is-detail-open .services-stage {
  opacity: 0;
  transform: scale(0.965);
  filter: blur(3px);
  pointer-events: none;
}

.services-section.is-detail-open.is-detail-closing .services-stage {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  transition-delay: 0.9s, 0.9s, 0.9s;
  transition-duration: 0.9s, 0.9s, 0.9s;
}

.services-intro {
  width: min(1320px, 100%);
  margin: 0 auto clamp(24px, 5vh, 54px);
}

.services-intro__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.services-intro h3 {
  margin: 0.55rem 0 0;
  font-family: var(--font-title);
  font-size: clamp(1.6rem, 3.3vw, 2.9rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.services-grid {
  width: min(1500px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: clamp(10px, 1.35vw, 18px);
}

.service-card {
  position: relative;
  min-height: clamp(340px, 58vh, 720px);
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  overflow: hidden;
  background: #111;
  color: #fff;
  isolation: isolate;
}

.service-card--center {
  min-height: clamp(380px, 63vh, 820px);
}

.service-card__media {
  position: absolute;
  inset: 0;
  background-image: var(--card-image, url("Assets/optimized/services/quickscan-1600.webp"));
  background-size: cover;
  background-position: var(--card-position, center);
  transform: scale(1.04);
  transition: transform 0.75s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.75s ease;
}

.service-card__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.74) 0%, rgba(0, 0, 0, 0.08) 60%, rgba(0, 0, 0, 0.46) 100%);
  transition: background 0.45s ease;
}

.service-card__label {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-title);
  font-size: clamp(1.06rem, 1.7vw, 1.62rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 1;
  transform: translateY(0);
  color: rgba(245, 250, 255, 0.94);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.42);
  transition: transform 0.45s ease, opacity 0.45s ease, color 0.35s ease;
}

.service-card__arrow {
  font-size: 1.15em;
  line-height: 1;
  transition: transform 0.35s ease;
}

.service-card:focus-visible {
  outline: 2px solid #d4eeff;
  outline-offset: 2px;
}

.service-card:hover .service-card__media,
.service-card:focus-visible .service-card__media,
.service-card.is-active .service-card__media {
  transform: scale(1.1);
  filter: saturate(1.08) brightness(1.02);
}

.service-card:hover .service-card__label,
.service-card:focus-visible .service-card__label,
.service-card.is-active .service-card__label {
  opacity: 1;
  transform: translateY(-2px);
  color: #ffffff;
}

.service-card:hover .service-card__arrow,
.service-card:focus-visible .service-card__arrow,
.service-card.is-active .service-card__arrow {
  transform: translateX(4px);
}

.service-card:hover .service-card__shade,
.service-card:focus-visible .service-card__shade,
.service-card.is-active .service-card__shade {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.14) 56%, rgba(0, 0, 0, 0.38) 100%);
}

.service-card--left {
  --card-position: 18% center;
}

.service-card--center {
  --card-position: center center;
}

.service-card--right {
  --card-position: 82% center;
}

.service-detail {
  --detail-image: url("Assets/optimized/services/office-1600.webp");
  --detail-position: center;
  --detail-open-position: var(--detail-position);
  --detail-close-position: var(--detail-open-position);
  --from-top: 0px;
  --from-right: 0px;
  --from-bottom: 0px;
  --from-left: 0px;
  --from-x: 0px;
  --from-y: 0px;
  --from-scale-x: 1;
  --from-scale-y: 1;
  --from-radius: 0px;

  position: fixed;
  inset: 0;
  z-index: 70;
  background: #000;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  clip-path: inset(var(--from-top) var(--from-right) var(--from-bottom) var(--from-left) round var(--from-radius));
  will-change: clip-path, opacity;
  transition:
    clip-path 0.82s cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 0.28s ease;
}

.service-detail.is-closing {
  transition-delay: 0.16s, 0.48s;
  transition-duration: 0.82s, 0.5s;
}

.service-detail.is-prepared.is-closing {
  opacity: 0;
}

.service-detail.is-prepared {
  opacity: 1;
}

.service-detail.is-open {
  clip-path: inset(0 0 0 0 round 0px);
  pointer-events: auto;
}

.service-detail__media {
  position: absolute;
  inset: 0;
  background-image: var(--detail-image);
  background-size: cover;
  background-position: var(--detail-open-position);
  transform: scale(1.03);
  transition:
    transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1),
    background-position 0.82s cubic-bezier(0.2, 0.7, 0.2, 1),
    opacity 0.36s ease;
}

.service-detail.is-open .service-detail__media {
  transform: scale(1);
}

.service-detail.is-closing .service-detail__media {
  background-position: var(--detail-close-position);
  transform: scale(1);
  opacity: 0.92;
  transition-duration: 0.16s, 0.16s, 0.24s;
  transition-timing-function: ease-out, ease-out, ease;
}

.service-detail__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(0, 0, 0, 0.84) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.85) 100%);
}

.service-detail__content {
  --detail-pad: clamp(24px, 4vw, 44px);

  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  min-height: 100vh;
  min-height: 100svh;
  padding: var(--detail-pad);
  padding-bottom: calc(var(--detail-pad) + env(safe-area-inset-bottom));
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.44s ease 0.2s, transform 0.44s ease 0.2s;
}

.service-detail.is-open .service-detail__content {
  opacity: 1;
  transform: translateY(0);
}

.service-detail.is-closing .service-detail__content {
  opacity: 0;
  transform: translateY(20px);
  transition-delay: 0s;
}

.service-detail__body {
  width: min(620px, 100%);
  text-align: center;
}

.service-detail__close {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: clamp(24px, 4vh, 40px);
  right: clamp(16px, 4vw, 44px);
  top: max(clamp(24px, 4vh, 40px), env(safe-area-inset-top));
  right: max(clamp(16px, 4vw, 44px), env(safe-area-inset-right));
  z-index: 6;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: rgba(0, 0, 0, 0.46);
  backdrop-filter: blur(3px);
  color: #fff;
  min-height: 44px;
  padding: 0.66rem 0.96rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
  cursor: pointer;
}

.service-detail__close-icon {
  display: none;
}

.service-detail__close:hover,
.service-detail__close:focus-visible {
  border-color: rgba(154, 217, 255, 0.8);
}

.service-detail__eyebrow {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
}

.service-detail__title {
  margin: 0.45rem 0 0;
  font-family: var(--font-title);
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.service-detail__text {
  margin: 1rem 0 0;
  max-width: 54ch;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(1rem, 1.7vw, 1.24rem);
  color: var(--muted);
}

.service-detail__extra {
  margin-top: 1.6rem;
}

.service-detail.has-plan-cards .service-detail__content {
  align-items: flex-start;
}

.service-detail.has-plan-cards .service-detail__body {
  width: min(1320px, 100%);
  text-align: left;
  margin-top: clamp(56px, 8vh, 90px);
}

.service-detail.has-plan-cards .service-detail__eyebrow,
.service-detail.has-plan-cards .service-detail__title,
.service-detail.has-plan-cards .service-detail__text {
  margin-left: 0;
  margin-right: 0;
}

.sp-plan-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
}

.sp-plan-card {
  --sp-accent: #4b5a6a;
  --sp-surface: rgba(17, 22, 28, 0.86);
  --sp-divider: rgba(144, 165, 186, 0.3);
  --sp-border: rgba(144, 165, 186, 0.24);

  position: relative;
  border-radius: 18px;
  border: 1px solid var(--sp-border);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.2)), var(--sp-surface);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.sp-plan-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 5px;
  background: var(--sp-accent);
}

.sp-plan-header {
  position: relative;
  padding: 1.2rem 1rem 0.9rem;
}

.sp-plan-header::after {
  content: "";
  display: block;
  width: 66px;
  height: 2px;
  margin-top: 0.7rem;
  background: linear-gradient(90deg, var(--sp-accent), transparent);
}

.sp-plan-tag {
  display: inline-flex;
  align-items: center;
  margin: 0 0 0.5rem;
  padding: 0.16rem 0.52rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #d6e4f4;
  border: 1px solid var(--sp-divider);
  background: rgba(15, 22, 30, 0.45);
}

.sp-plan-name {
  margin: 0;
  font-family: var(--font-title);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-plan-subtitle {
  margin: 0.52rem 0 0;
  font-size: 0.96rem;
  line-height: 1.35;
  color: #c4cfdb;
}

.sp-plan-badge {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0.14rem 0.45rem;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(154, 217, 255, 0.2);
  border: 1px solid rgba(154, 217, 255, 0.5);
}

.sp-plan-body {
  padding: 0.2rem 0 0.95rem;
  flex: 1;
}

.sp-plan-list {
  margin: 0.4rem 0 0;
  padding: 0 1rem;
  list-style: none;
}

.sp-plan-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.93rem;
  color: #e2e8f0;
}

.sp-plan-list li + li {
  margin-top: 0.6rem;
}

.sp-plan-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--sp-accent);
  font-weight: 700;
}

.sp-plan-footer {
  margin-top: auto;
  padding: 0.8rem 1rem 1rem;
  border-top: 1px solid var(--sp-divider);
}

.sp-plan-meta {
  margin: 0 0 0.6rem;
  font-size: 0.87rem;
  color: #aebdcd;
}

.sp-plan-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 2.45rem;
  padding: 0.52rem 0.8rem;
  border-radius: 0.62rem;
  border: 1px solid var(--sp-divider);
  color: #edf4fc;
  text-decoration: none;
  font-weight: 600;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.sp-plan-link:hover,
.sp-plan-link:focus-visible {
  border-color: var(--sp-accent);
  background: rgba(255, 255, 255, 0.06);
}

.sp-gold {
  --sp-accent: #e8b04d;
  --sp-surface: rgba(44, 35, 18, 0.88);
  --sp-divider: rgba(232, 176, 77, 0.34);
  --sp-border: rgba(232, 176, 77, 0.28);
}

.sp-silver {
  --sp-accent: #b8c0ca;
  --sp-surface: rgba(28, 31, 37, 0.88);
  --sp-divider: rgba(184, 192, 202, 0.34);
  --sp-border: rgba(184, 192, 202, 0.3);
}

.sp-bronze {
  --sp-accent: #b68b6e;
  --sp-surface: rgba(41, 29, 24, 0.88);
  --sp-divider: rgba(182, 139, 110, 0.34);
  --sp-border: rgba(182, 139, 110, 0.3);
}

.sp-platinum {
  --sp-accent: #59b3dc;
  --sp-surface: rgba(20, 33, 42, 0.88);
  --sp-divider: rgba(89, 179, 220, 0.34);
  --sp-border: rgba(89, 179, 220, 0.3);
}

.sp-single-tone {
  --sp-accent: #67b7df;
  --sp-surface: rgba(20, 33, 42, 0.9);
  --sp-divider: rgba(103, 183, 223, 0.34);
  --sp-border: rgba(103, 183, 223, 0.3);
}

.sp-plan-note {
  margin: 0.8rem 0 0;
  font-size: 0.9rem;
  color: #9fb2c5;
}

.feather-scroll-stage {
  position: relative;
  height: 320vh;
  background: #000;
}

.feather-frame {
  --feather-copy-opacity: 0;
  --feather-copy-shift: 36px;
  --feather-copy-panel-opacity: 0.72;
  --feather-logo-y: 50%;
  --feather-part-1-top: 5%;
  --feather-part-2-top: 24%;
  --feather-part-3-top: 40%;
  --feather-part-4-top: 56%;
  --feather-canvas-ratio: 1.245;
  --feather-canvas-max-h: min(86vh, 86svh);
  --feather-canvas-w: min(90vw, 980px, calc(var(--feather-canvas-max-h) / var(--feather-canvas-ratio)));
  --feather-canvas-h: calc(var(--feather-canvas-w) * var(--feather-canvas-ratio));
  --feather-logo-half-w: calc(var(--feather-canvas-w) * 0.15);
  --feather-copy-w: min(460px, 34vw);
  --feather-copy-gap: clamp(22px, 2.4vw, 42px);
  --feather-edge-fade: clamp(36px, 9vh, 120px);

  position: sticky;
  top: 0;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  background: #000;
  isolation: isolate;
}

.feather-frame::before,
.feather-frame::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: var(--feather-edge-fade);
  pointer-events: none;
  z-index: 3;
}

.feather-frame::before {
  top: 0;
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0.82) 42%, transparent 100%);
}

.feather-frame::after {
  bottom: 0;
  background: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.82) 42%, transparent 100%);
}

.feather-aura {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 62% 44%, rgba(91, 168, 212, 0.2) 0%, transparent 48%),
    radial-gradient(circle at 44% 62%, rgba(198, 142, 53, 0.18) 0%, transparent 46%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.72));
}

.feather-assembly {
  position: absolute;
  left: 50%;
  top: var(--feather-logo-y);
  width: var(--feather-canvas-w);
  height: var(--feather-canvas-h);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.feather-part {
  position: absolute;
  object-fit: contain;
  transform-origin: center;
  opacity: 0.24;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.35));
  will-change: transform, opacity;
}

.feather-part--1 {
  width: 30%;
  left: 35%;
  top: var(--feather-part-1-top);
}

.feather-part--2 {
  width: 30%;
  left: 35%;
  top: var(--feather-part-2-top);
}

.feather-part--3 {
  width: 30%;
  left: 35%;
  top: var(--feather-part-3-top);
}

.feather-part--4 {
  width: 30%;
  left: 35%;
  top: var(--feather-part-4-top);
}

.feather-copy {
  position: absolute;
  left: max(20px, calc(50% - (var(--feather-logo-half-w) + var(--feather-copy-gap) + var(--feather-copy-w))));
  top: 50%;
  width: var(--feather-copy-w);
  max-width: calc(100vw - 28px);
  padding: clamp(12px, 2vw, 22px) clamp(12px, 2vw, 22px);
  text-align: left;
  z-index: 2;
  isolation: isolate;
  opacity: var(--feather-copy-opacity);
  transform: translate(0, calc(-50% + var(--feather-copy-shift)));
}

.feather-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  background:
    linear-gradient(to bottom right, rgba(5, 8, 12, 0.8), rgba(0, 0, 0, 0.78));
  backdrop-filter: blur(2px);
  opacity: var(--feather-copy-panel-opacity);
  z-index: -1;
}

.feather-copy__eyebrow {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.feather-copy h3 {
  margin: 0.75rem 0 0;
  font-family: var(--font-title);
  font-weight: 700;
  font-size: clamp(1.24rem, 2.2vw, 2rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.feather-copy p {
  margin: 0.82rem 0 0;
  max-width: 44ch;
  font-size: clamp(0.92rem, 1.02vw, 1.02rem);
  color: var(--muted);
}

.team-gallery {
  padding: clamp(72px, 10vh, 132px) clamp(16px, 3vw, 32px) clamp(74px, 10vh, 140px);
  background: #000;
}

.contact-section {
  --contact-curtain-opacity: 0;
  --contact-curtain-scale: 1.08;

  position: relative;
  padding: clamp(72px, 11vh, 132px) clamp(16px, 3vw, 32px) clamp(100px, 12vh, 160px);
  background: #000;
  opacity: 0;
  transform: translateY(72px);
  filter: blur(7px);
  transition: opacity 0.92s ease, transform 0.95s cubic-bezier(0.2, 0.7, 0.2, 1), filter 0.92s ease;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 0%, rgba(154, 217, 255, 0.18), transparent 42%),
    linear-gradient(to bottom, rgba(0, 0, 0, 0.96) 0%, rgba(0, 0, 0, 0.34) 44%, rgba(0, 0, 0, 0.9) 100%);
  opacity: var(--contact-curtain-opacity);
  transform: scale(var(--contact-curtain-scale));
  transform-origin: top center;
  transition: opacity 1s ease, transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
}

.contact-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1280px, 96vw);
  height: 1px;
  transform: translateX(-50%) scaleX(0.72);
  transform-origin: center;
  background: linear-gradient(to right, transparent, rgba(154, 217, 255, 0.95), transparent);
  opacity: 0;
  transition: transform 0.82s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.82s ease;
}

.contact-section.is-visible {
  opacity: 1;
  transform: none;
  filter: none;
  --contact-curtain-opacity: 1;
  --contact-curtain-scale: 1;
}

.contact-section.is-visible::after {
  opacity: 1;
  transform: translateX(-50%) scaleX(1);
}

.contact-shell {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(320px, 440px) minmax(0, 1fr);
  gap: clamp(16px, 2.4vw, 30px);
  align-items: start;
  position: relative;
  z-index: 1;
}

.contact-shell > * {
  min-width: 0;
}

.contact-section.contact-form-parked .contact-shell {
  grid-template-columns: minmax(0, 1fr);
  width: min(820px, 100%);
}

.contact-section.contact-form-parked .contact-intro {
  max-width: none;
}

.contact-intro {
  padding: clamp(22px, 2.6vw, 34px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: linear-gradient(to bottom right, rgba(9, 10, 12, 0.94), rgba(2, 3, 5, 0.9));
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 0.66s ease 0.1s, transform 0.66s cubic-bezier(0.2, 0.7, 0.2, 1) 0.1s;
}

.contact-intro__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

.contact-intro h3 {
  margin: 0.92rem 0 0;
  font-family: var(--font-title);
  font-size: clamp(1.48rem, 2.2vw, 2.25rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.contact-intro p {
  margin: 1rem 0 0;
  line-height: 1.56;
  color: var(--muted);
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: none;
}

.contact-intro__meta {
  margin-top: 1.1rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(154, 217, 255, 0.2);
  display: grid;
  gap: 0.8rem;
}

.contact-intro__meta p {
  margin: 0;
  display: grid;
  gap: 0.2rem;
}

.contact-intro__meta span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9db4c8;
}

.contact-intro__meta a {
  color: #e6f4ff;
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.35;
  border-bottom: 1px solid rgba(154, 217, 255, 0.35);
  width: fit-content;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition: color 130ms ease, border-color 130ms ease;
}

.contact-intro__meta a:hover,
.contact-intro__meta a:focus-visible {
  color: #f4faff;
  border-color: rgba(191, 230, 255, 0.92);
}

.contact-intro__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 1rem;
  padding: 0.58rem 0.86rem;
  border: 1px solid rgba(154, 217, 255, 0.45);
  border-radius: 10px;
  color: #e8f5ff;
  text-decoration: none;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  transition: border-color 140ms ease, background-color 140ms ease, color 140ms ease;
}

.contact-intro__cta:hover,
.contact-intro__cta:focus-visible {
  border-color: rgba(191, 230, 255, 0.92);
  background: rgba(154, 217, 255, 0.1);
  color: #ffffff;
}

.contact-form {
  position: relative;
  isolation: isolate;
  padding: clamp(16px, 2.3vw, 30px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    radial-gradient(circle at 12% 0%, rgba(154, 217, 255, 0.09), transparent 38%),
    linear-gradient(to bottom, rgba(12, 14, 18, 0.95), rgba(5, 6, 8, 0.93));
  opacity: 0;
  transform: translateY(42px);
  transition: opacity 0.74s ease 0.22s, transform 0.74s cubic-bezier(0.2, 0.7, 0.2, 1) 0.22s;
}

.contact-form::before {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -28%;
  width: 24%;
  background: linear-gradient(to right, transparent, rgba(154, 217, 255, 0.24), transparent);
  opacity: 0;
  transform: translateX(0);
  pointer-events: none;
  z-index: 0;
}

.contact-section.is-visible .contact-intro,
.contact-section.is-visible .contact-form {
  opacity: 1;
  transform: none;
}

.contact-section.is-visible .contact-form::before {
  animation: contactSweepIn 1150ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.26s both;
}

.contact-form > * {
  position: relative;
  z-index: 1;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contact-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(24px);
}

.contact-form__turnstile,
.contact-form__submit,
.contact-form__status {
  opacity: 0;
  transform: translateY(18px);
}

.contact-field--full {
  margin-top: 14px;
}

.contact-field span {
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #b8c8d7;
}

.contact-field input,
.contact-field textarea {
  width: 100%;
  border: 1px solid rgba(186, 204, 219, 0.3);
  border-radius: 0;
  background: rgba(2, 3, 5, 0.72);
  color: #f4f8fc;
  font: inherit;
  padding: 0.74rem 0.82rem;
  transition: border-color 140ms ease, box-shadow 140ms ease;
}

.contact-field textarea {
  resize: vertical;
  min-height: 140px;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder {
  color: #8898a8;
}

.contact-field input:focus-visible,
.contact-field textarea:focus-visible {
  outline: none;
  border-color: rgba(154, 217, 255, 0.9);
  box-shadow: 0 0 0 1px rgba(154, 217, 255, 0.5);
}

.contact-field input[aria-invalid="true"],
.contact-field textarea[aria-invalid="true"] {
  border-color: rgba(255, 128, 128, 0.82);
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form__turnstile {
  margin-top: 14px;
  overflow-x: auto;
}

.contact-form__hint {
  margin: 0.58rem 0 0;
  font-size: 0.85rem;
  color: #9fb2c5;
}

.contact-form__submit {
  margin-top: 16px;
  min-height: 2.8rem;
  padding: 0.56rem 1rem;
  border: 1px solid rgba(154, 217, 255, 0.6);
  background: rgba(17, 30, 40, 0.74);
  color: #eaf6ff;
  font: inherit;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: border-color 140ms ease, background-color 140ms ease;
}

.contact-form__submit:hover,
.contact-form__submit:focus-visible {
  border-color: rgba(154, 217, 255, 0.95);
  background: rgba(23, 47, 63, 0.92);
}

.contact-form__status {
  min-height: 1.3rem;
  margin: 0.8rem 0 0;
  font-size: 0.9rem;
  color: #aec0d1;
}

.contact-form__status.is-error {
  color: #ffb0b0;
}

.contact-form__status.is-success {
  color: #b9e7b9;
}

.site-footer {
  position: relative;
  padding: clamp(26px, 4vh, 44px) clamp(16px, 3vw, 34px) clamp(20px, 3vh, 34px);
  border-top: 1px solid rgba(212, 228, 242, 0.2);
  background:
    linear-gradient(to bottom, rgba(214, 234, 247, 0.06), rgba(144, 174, 196, 0.03));
}

.site-footer__inner {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 18px 24px;
  align-items: center;
}

.site-footer__company p {
  margin: 0;
  color: #d9e7f2;
  font-size: 0.96rem;
  line-height: 1.5;
}

.site-footer__company p + p {
  margin-top: 0.45rem;
}

.site-footer__name {
  font-family: var(--font-title);
  font-size: clamp(1rem, 1.45vw, 1.2rem);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #eef7ff;
}

.site-footer__copyright {
  margin-top: 0.68rem !important;
  font-size: 0.84rem !important;
  color: #a8bbcc !important;
}

.site-footer__logo-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.site-footer__logo {
  display: block;
  width: clamp(130px, 16vw, 210px);
  height: auto;
  opacity: 0.88;
  transform: translateX(var(--footer-logo-optical-shift));
}

.site-footer__links {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-self: end;
}

.site-footer__links a {
  color: #d5e9f8;
  text-decoration: none;
  font-size: 0.9rem;
  border-bottom: 1px solid rgba(154, 217, 255, 0.4);
  padding-bottom: 2px;
  transition: color 140ms ease, border-color 140ms ease;
}

.site-footer__links a:hover,
.site-footer__links a:focus-visible {
  color: #f0f8ff;
  border-color: rgba(191, 230, 255, 0.95);
}

.contact-section.is-visible .contact-form__grid .contact-field:nth-child(1) {
  animation: contactItemRise 560ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.28s both;
}

.contact-section.is-visible .contact-form__grid .contact-field:nth-child(2) {
  animation: contactItemRise 560ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.34s both;
}

.contact-section.is-visible .contact-form__grid .contact-field:nth-child(3) {
  animation: contactItemRise 560ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.4s both;
}

.contact-section.is-visible .contact-form__grid .contact-field:nth-child(4) {
  animation: contactItemRise 560ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.46s both;
}

.contact-section.is-visible .contact-form .contact-field--full {
  animation: contactItemRise 620ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.52s both;
}

.contact-section.is-visible .contact-form .contact-form__turnstile {
  animation: contactItemRise 620ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.62s both;
}

.contact-section.is-visible .contact-form .contact-form__submit {
  animation: contactItemRise 620ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.7s both;
}

.contact-section.is-visible .contact-form .contact-form__status {
  animation: contactItemRise 620ms cubic-bezier(0.2, 0.7, 0.2, 1) 0.78s both;
}

@keyframes contactSweepIn {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  18% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(620%);
  }
}

@keyframes contactItemRise {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1100px) {
  .scroll-stage {
    height: 390vh;
  }

  .people-showcase {
    width: min(980px, 100%);
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .people-showcase__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
    width: min(820px, 100%);
    margin: 0 auto;
  }

  .services-section {
    height: auto;
  }

  .services-stage {
    position: relative;
    min-height: 0;
    display: block;
  }

  .services-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-card {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    min-height: clamp(280px, 42vh, 560px);
  }

  .service-card--center {
    grid-column: auto;
    min-height: clamp(300px, 46vh, 620px);
  }

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

  .feather-scroll-stage {
    height: 340vh;
  }

  .feather-frame {
    --feather-canvas-max-h: min(84vh, 84svh);
    --feather-canvas-w: min(92vw, 760px, calc(var(--feather-canvas-max-h) / var(--feather-canvas-ratio)));
    --feather-copy-w: min(320px, 46vw);
    --feather-copy-gap: clamp(16px, 2.6vw, 30px);
  }

  .contact-shell {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }

  .contact-intro {
    padding: 20px 18px 22px;
    width: 100%;
    max-width: none;
  }
}

@media (min-width: 821px) {
  .hero-image--back {
    background-image: url("Assets/optimized/hero/hei-2200.webp");
  }

  .hero-image--front {
    background-image: url("Assets/optimized/hero/foreground-2200.webp");
  }
}

@media (max-width: 820px) {
  .scroll-stage {
    height: 420vh;
  }

  .page-nav {
    width: calc(100vw - 18px);
    top: max(8px, calc(env(safe-area-inset-top) + 6px));
    padding: 8px 10px 16px;
    gap: 6px;
  }

  .page-nav__label {
    font-size: 0.62rem;
    letter-spacing: 0.1em;
  }

  .back-to-top {
    width: 31px;
    height: 47px;
  }

  .cookie-banner {
    width: min(350px, calc(100vw - 18px));
    gap: 10px;
  }

  .cookie-banner__actions {
    width: 100%;
    justify-content: flex-end;
  }

  .hero-copy--about {
    top: 60%;
    width: 90vw;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .hero-logo {
    width: min(94vw, 560px);
  }

  .hero-cta {
    margin-top: 12px;
    padding: 0.56rem 0.84rem;
    font-size: 0.74rem;
    letter-spacing: 0.12em;
  }

  .services-section {
    padding: clamp(52px, 10vh, 88px) 14px clamp(36px, 7vh, 74px);
    height: auto;
  }

  .services-stage {
    position: relative;
    min-height: 0;
    display: block;
  }

  .services-grid {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-card,
  .service-card--center {
    width: 100%;
    max-width: none;
    justify-self: stretch;
    min-height: clamp(240px, 46vh, 420px);
  }

  .service-card__label {
    left: 16px;
    right: 16px;
    bottom: 14px;
    font-size: clamp(0.94rem, 4.6vw, 1.18rem);
    opacity: 1;
    transform: translateY(0);
  }

  .service-detail__content {
    --detail-pad: clamp(18px, 5vw, 24px);
    padding-bottom: calc(var(--detail-pad) + 74px + env(safe-area-inset-bottom));
  }

  .service-detail__body {
    width: min(680px, 100%);
  }

  .service-detail__close {
    top: auto;
    bottom: max(14px, calc(env(safe-area-inset-bottom) + 10px));
    right: max(12px, calc(env(safe-area-inset-right) + 10px));
    width: 52px;
    height: 52px;
    min-height: 52px;
    padding: 0;
    border-radius: 999px;
    background: rgba(4, 9, 14, 0.72);
    border-color: rgba(154, 217, 255, 0.55);
    letter-spacing: 0;
  }

  .service-detail__close-text {
    display: none;
  }

  .service-detail__close-icon {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    transform: translateY(-1px);
  }

  .service-detail.has-plan-cards .service-detail__content {
    justify-content: flex-start;
  }

  .service-detail.has-plan-cards .service-detail__body {
    margin-top: clamp(50px, 12vh, 92px);
  }

  .people-showcase__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: auto;
  }

  .people-showcase__intro {
    padding: 14px;
  }

  .sp-plan-grid {
    grid-template-columns: 1fr;
  }

  .feather-scroll-stage {
    height: 360vh;
  }

  .feather-frame {
    --feather-logo-y: 50%;
    --feather-canvas-max-h: min(78vh, 78svh);
    --feather-canvas-w: min(92vw, 560px, calc(var(--feather-canvas-max-h) / var(--feather-canvas-ratio)));
  }

  .feather-copy {
    left: 12px;
    top: 50%;
    width: min(86vw, 360px);
    padding: 12px 14px;
    transform: translate(0, calc(-50% + var(--feather-copy-shift)));
  }

  .contact-intro {
    padding: 18px 16px 20px;
    border-radius: 12px;
  }

  .contact-intro h3 {
    font-size: clamp(1.2rem, 6.4vw, 1.72rem);
    line-height: 1.12;
    letter-spacing: 0.008em;
  }

  .contact-intro p {
    margin-top: 0.86rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .contact-form__grid {
    grid-template-columns: 1fr;
  }

  .contact-form__submit {
    width: 100%;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__logo-wrap {
    justify-content: flex-start;
  }

  .site-footer__links {
    justify-content: flex-start;
    gap: 14px;
  }
}

@media (max-height: 900px) and (min-width: 821px) {
  .scroll-stage {
    height: 320vh;
  }

  .services-section {
    padding: clamp(48px, 7.2vh, 84px) clamp(16px, 3.5vw, 44px) clamp(22px, 4.2vh, 44px);
    min-height: 100vh;
    min-height: 100svh;
    height: 180vh;
  }

  .services-intro {
    margin-bottom: clamp(12px, 2.2vh, 24px);
  }

  .services-grid {
    min-height: min(62vh, 620px);
  }

  .service-card {
    min-height: clamp(240px, 46vh, 520px);
  }

  .service-card--center {
    min-height: clamp(260px, 50vh, 560px);
  }

  .feather-scroll-stage {
    height: 300vh;
  }

  .feather-frame {
    --feather-canvas-max-h: min(80vh, 80svh);
    --feather-canvas-w: min(88vw, 720px, calc(var(--feather-canvas-max-h) / var(--feather-canvas-ratio)));
  }

  .people-showcase {
    align-items: start;
    gap: clamp(14px, 2.2vw, 28px);
  }

  .people-showcase__grid {
    grid-auto-rows: auto;
  }

  .people-card {
    min-height: 0;
  }

  .contact-shell {
    grid-template-columns: 1fr;
    width: min(980px, 100%);
  }

  .contact-intro {
    width: 100%;
    max-width: none;
  }
}

@media (max-height: 800px) and (min-width: 821px) {
  .page-nav {
    top: max(8px, calc(env(safe-area-inset-top) + 6px));
    padding: 8px 14px 14px;
  }

  .page-nav__label {
    font-size: 0.64rem;
  }

  .scroll-stage {
    height: 290vh;
  }

  .hero-copy--about {
    top: 54%;
    width: min(760px, 82vw);
  }

  .hero-copy p {
    font-size: clamp(0.92rem, 1.35vw, 1.1rem);
  }

  .services-section {
    padding: clamp(40px, 6.2vh, 66px) clamp(16px, 3vw, 40px) clamp(20px, 3.6vh, 40px);
    height: 170vh;
  }

  .services-intro {
    margin-bottom: clamp(10px, 1.8vh, 18px);
  }

  .services-grid {
    min-height: min(66vh, 560px);
  }

  .service-card {
    min-height: clamp(220px, 44vh, 460px);
  }

  .service-card--center {
    min-height: clamp(240px, 48vh, 500px);
  }

  .service-card__label {
    font-size: clamp(0.96rem, 1.25vw, 1.28rem);
  }

  .feather-scroll-stage {
    height: 270vh;
  }

  .feather-frame {
    --feather-logo-y: 52%;
    --feather-canvas-max-h: min(72vh, 72svh);
    --feather-copy-w: min(300px, 30vw);
    --feather-copy-gap: clamp(16px, 2vw, 26px);
  }

  .people-showcase__grid {
    grid-auto-rows: auto;
  }

  .people-card {
    min-height: 0;
  }

  .contact-section {
    padding: clamp(56px, 8vh, 84px) clamp(16px, 3vw, 28px) clamp(84px, 10vh, 120px);
  }
}

@media (max-width: 620px) {
  .people-showcase {
    width: 100%;
  }

  .people-showcase__grid {
    width: 100%;
    margin: 0;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .people-card {
    width: min(100%, 420px);
    justify-self: center;
  }
}

@media (max-width: 1024px) {
  .people-card__meta {
    padding-bottom: 16px;
  }

  .people-card__meta::after {
    content: "TAP TO FLIP";
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 0.54rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(228, 237, 245, 0.56);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.36);
    pointer-events: none;
  }
}

@media (hover: none) {
  .people-card:hover .people-card__inner,
  .people-card:focus-within .people-card__inner {
    transform: none;
  }

  .people-card.is-flipped .people-card__inner {
    transform: rotateY(180deg);
  }

  .service-card__label {
    opacity: 1;
    transform: translateY(0);
  }

  .hero-cta {
    transform: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .hero-image,
  .service-card__media,
  .service-detail__media,
  .people-card img,
  .feather-part,
  .people-card__inner {
    transform: none !important;
  }
}
