:root {
  color-scheme: light;
  --ink: #17181b;
  --muted: rgba(23, 24, 27, 0.66);
  --line: rgba(255, 255, 255, 0.52);
  --orange: #ff7a00;
  --amber: #ffc36b;
  --paper: #f4f1e8;
  --shadow: 0 34px 90px rgba(12, 15, 20, 0.22);
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 10%, rgba(255, 122, 0, 0.16), transparent 28vw),
    radial-gradient(circle at 78% 4%, rgba(255, 195, 107, 0.1), transparent 30vw),
    radial-gradient(circle at 50% 110%, rgba(92, 95, 99, 0.38), transparent 42vw),
    linear-gradient(180deg, #07090e 0%, #11151b 42%, #1b1d20 100%);
}

.space-background {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 24%, rgba(255, 122, 0, 0.22), transparent 18vw),
    radial-gradient(circle at 78% 12%, rgba(255, 255, 255, 0.16), transparent 16vw),
    radial-gradient(circle at 62% 78%, rgba(255, 195, 107, 0.16), transparent 20vw),
    radial-gradient(ellipse at 50% 45%, rgba(255, 255, 255, 0.08), transparent 42vw);
}

.space-background canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0.95;
}

.space-background::before,
.space-background::after,
.space-background span {
  content: "";
  position: absolute;
  inset: -20%;
  z-index: 2;
  background-repeat: repeat;
  will-change: transform;
}

.space-background::before {
  opacity: 0.72;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.95) 0 1px, transparent 1.8px),
    radial-gradient(circle, rgba(255, 255, 255, 0.54) 0 1px, transparent 1.7px),
    radial-gradient(circle, rgba(255, 122, 0, 0.76) 0 1px, transparent 1.9px);
  background-size: 92px 92px, 150px 150px, 230px 230px;
  animation: starFieldOne 18s linear infinite;
}

.space-background::after {
  opacity: 0.42;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.72) 0 1px, transparent 1.6px),
    linear-gradient(115deg, transparent 0 48%, rgba(255, 122, 0, 0.34) 49%, transparent 51%);
  background-size: 170px 170px, 420px 420px;
  animation: starFieldTwo 28s linear infinite reverse;
}

.space-background span:nth-child(1) {
  opacity: 0.44;
  background:
    radial-gradient(circle at 35% 45%, rgba(255, 122, 0, 0.5), transparent 0.55vw),
    radial-gradient(circle at 70% 20%, rgba(255, 255, 255, 0.4), transparent 0.42vw);
  filter: blur(0.4px);
  animation: orbitalGlow 8s ease-in-out infinite alternate;
}

.space-background span:nth-child(2) {
  opacity: 0.3;
  background:
    linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.36), transparent),
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 100% 1px, 80px 80px;
  animation: spaceScan 7s ease-in-out infinite;
}

.space-background span:nth-child(3) {
  opacity: 0.32;
  background:
    radial-gradient(ellipse at center, rgba(255, 255, 255, 0.16), transparent 58%),
    linear-gradient(110deg, transparent 0 44%, rgba(255, 255, 255, 0.62) 46%, rgba(255, 122, 0, 0.38) 48%, transparent 52%);
  background-size: auto, 520px 520px;
  transform: translate3d(28%, -12%, 0) rotate(-12deg);
  animation: nebulaFloat 10s ease-in-out infinite alternate;
}

.space-background span:nth-child(4),
.space-background span:nth-child(5),
.space-background span:nth-child(6) {
  inset: auto;
  width: clamp(120px, 18vw, 260px);
  height: 1px;
  opacity: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95), rgba(255, 122, 0, 0.7), transparent);
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.34);
  transform: rotate(-24deg);
  animation: shootingStar 5.8s linear infinite;
}

.space-background span:nth-child(4) {
  top: 18%;
  left: -28%;
}

.space-background span:nth-child(5) {
  top: 48%;
  left: -36%;
  width: clamp(90px, 14vw, 210px);
  animation-delay: 1.8s;
  animation-duration: 6.8s;
}

.space-background span:nth-child(6) {
  top: 72%;
  left: -32%;
  width: clamp(110px, 16vw, 240px);
  animation-delay: 3.6s;
  animation-duration: 7.6s;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    radial-gradient(circle, rgba(255, 255, 255, 0.78) 0 1px, transparent 1.6px),
    radial-gradient(circle, rgba(255, 122, 0, 0.5) 0 1px, transparent 1.7px),
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-position: 0 0, 24px 18px, 0 0, 0 0;
  background-size: 180px 180px, 260px 260px, 42px 42px, 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.9), transparent 72%);
  animation: starDrift 42s linear infinite;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.08;
  background:
    radial-gradient(circle at 12% 28%, rgba(255, 255, 255, 0.34) 0 1px, transparent 2px),
    radial-gradient(circle at 74% 62%, rgba(255, 122, 0, 0.28) 0 1px, transparent 2px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0 1px, transparent 1px 6px),
    linear-gradient(90deg, transparent 0 18%, rgba(255, 122, 0, 0.18) 50%, transparent 82%);
  background-size: 320px 320px, 440px 440px, auto, auto;
  mix-blend-mode: screen;
  animation: spaceGlow 18s ease-in-out infinite alternate;
}

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

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

.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  width: 100%;
  height: 3px;
  pointer-events: none;
  background:
    linear-gradient(90deg, var(--orange), var(--amber), var(--orange)) left center / calc(var(--scroll-progress, 0) * 100%) 100% no-repeat,
    rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 18px rgba(255, 122, 0, 0.32);
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(100vw, 1150px);
  margin: 0 auto;
  padding: clamp(18px, 3.8vw, 60px) clamp(14px, 2.2vw, 24px) 30px;
  animation: pageEnter 720ms ease both;
}

.top-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(9px, 1vw, 12px);
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: clamp(26px, 3vw, 36px);
  text-shadow: 0 1px 24px rgba(0, 0, 0, 0.24);
}

.top-strip span:last-child {
  justify-self: end;
}

.sound-toggle {
  position: fixed;
  right: clamp(12px, 2.4vw, 28px);
  bottom: clamp(12px, 2.4vw, 28px);
  z-index: 70;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(32, 33, 36, 0.72);
  box-shadow: 0 18px 40px rgba(10, 12, 14, 0.28);
  backdrop-filter: blur(10px);
  cursor: pointer;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.sound-toggle span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 0 rgba(255, 122, 0, 0.45);
}

.sound-toggle:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(24, 25, 28, 0.84);
}

.sound-toggle.is-playing span {
  animation: soundPulse 1.4s ease-out infinite;
}

.poster {
  position: relative;
  min-height: min(88vw, 1000px);
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  background: #c9d0ce;
  box-shadow: var(--shadow);
  isolation: isolate;
  transform: translateZ(0);
}

.poster::before,
.poster::after,
.poster .photo::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.poster::before {
  left: 0;
  top: 54.8%;
  z-index: 2;
  width: 55%;
  height: 12%;
  background: linear-gradient(90deg, rgba(229, 228, 218, 0.98), rgba(221, 226, 222, 0.74), rgba(221, 226, 222, 0));
}

.poster::after {
  inset: 0;
  z-index: 2;
  opacity: 0.34;
  background:
    linear-gradient(rgba(24, 26, 28, 0.14) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 26, 28, 0.12) 1px, transparent 1px),
    radial-gradient(circle at 78% 51%, rgba(210, 220, 219, 0.82) 0 10%, rgba(210, 220, 219, 0) 23%);
  background-size: 38px 38px, 38px 38px, auto;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.75) 46%, rgba(0, 0, 0, 0.48));
}

.photo {
  position: absolute;
  inset: 0;
  background-image: url("assets/new-home-reference.png");
  background-size: cover;
  background-position: center;
  filter: saturate(0.98);
  z-index: 0;
  transform: scale(1.02);
  animation: imageDrift 18s ease-in-out infinite alternate;
}

.photo::before {
  inset: 10% 8% auto auto;
  z-index: 1;
  width: 24%;
  height: 16%;
  border-top: 1px solid rgba(255, 122, 0, 0.42);
  border-right: 1px solid rgba(255, 255, 255, 0.42);
  background:
    linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.18), transparent) 0 0 / 100% 1px no-repeat,
    linear-gradient(rgba(255, 255, 255, 0.24) 1px, transparent 1px) 0 22px / 100% 18px;
  animation: hudBlink 3.8s ease-in-out infinite;
}

.sky-mask {
  position: absolute;
  inset: 0 0 auto 0;
  height: 55%;
  background:
    radial-gradient(ellipse at 70% 78%, rgba(230, 235, 233, 0.15) 0 27%, transparent 28%),
    linear-gradient(90deg, #e5e8e2 0%, #cbd5d4 48%, #c0cccd 100%);
  opacity: 1;
  z-index: 1;
  animation: skyFloat 14s ease-in-out infinite alternate;
}

.sky-mask::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 6% 95%, rgba(255, 178, 115, 0.32), transparent 28%);
}

.sky-mask::after {
  content: "";
  position: absolute;
  width: 58%;
  aspect-ratio: 1;
  right: -3%;
  top: 17%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.soft-vignette {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 55%, rgba(5, 8, 12, 0.35)),
    radial-gradient(circle at 60% 61%, transparent 0 28%, rgba(255, 255, 255, 0.12) 28.2% 28.4%, transparent 28.6%),
    linear-gradient(90deg, rgba(228, 232, 227, 0.2), transparent 40%);
  z-index: 2;
  pointer-events: none;
}

.soft-vignette::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.28;
  background:
    linear-gradient(115deg, transparent 0 22%, rgba(255, 255, 255, 0.58) 32%, transparent 44%),
    linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.08), transparent);
  transform: translateX(-70%);
  animation: sheen 7s ease-in-out infinite;
}

.particle-canvas {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  touch-action: none;
  opacity: 0.62;
  mix-blend-mode: multiply;
}

.site-header,
.headline,
.intro,
.scroll-disc,
.glass-card {
  position: absolute;
  z-index: 3;
}

.site-header {
  position: fixed;
  top: clamp(12px, 2vw, 24px);
  left: 50%;
  right: auto;
  z-index: 40;
  width: min(calc(100vw - 32px), 990px);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr 0.8fr 50px;
  align-items: start;
  gap: clamp(18px, 3vw, 44px);
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.2)),
    rgba(245, 246, 239, 0.22);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.46),
    0 18px 52px rgba(20, 24, 28, 0.14);
  backdrop-filter: blur(18px) saturate(1.18);
  font-size: clamp(8px, 0.76vw, 10px);
  font-weight: 700;
  transition:
    padding 220ms ease,
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.site-header.is-scrolled {
  padding-block: 11px;
  border-color: rgba(255, 122, 0, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.24)),
    rgba(230, 231, 224, 0.54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.54),
    0 20px 58px rgba(12, 15, 20, 0.22),
    0 0 0 1px rgba(255, 122, 0, 0.08);
}

.site-header::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: -7px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 122, 0, 0.62), transparent);
  pointer-events: none;
}

.brand {
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  letter-spacing: -0.02em;
}

.official {
  color: rgba(36, 39, 40, 0.72);
}

.mini-nav {
  display: grid;
  gap: 7px;
}

.mini-nav strong {
  font-size: inherit;
}

.mini-nav a {
  width: max-content;
  border-bottom: 1px solid rgba(34, 34, 37, 0.55);
  line-height: 1.05;
}

.brand,
.mini-nav a,
.menu-button,
.read-more,
.contact-panel a,
.budget-link,
.quote-form button,
.tag-cloud span,
.info-card,
.process-row article,
.feature-grid div {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.mini-nav a:hover,
.brand:hover {
  color: var(--orange);
}

.menu-button {
  justify-self: end;
  width: 50px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button span {
  display: block;
  width: 48px;
  height: 1px;
  margin: 7px 0;
  background: rgba(34, 34, 37, 0.72);
  transition: transform 180ms ease, background 180ms ease;
}

.menu-button:hover span:first-child {
  transform: translateY(4px) rotate(8deg);
  background: var(--orange);
}

.menu-button:hover span:last-child {
  transform: translateY(-4px) rotate(-8deg);
  background: var(--orange);
}

.headline {
  top: clamp(120px, 18.5vw, 232px);
  left: clamp(70px, 10vw, 130px);
  right: clamp(34px, 7vw, 95px);
}

.headline h1 {
  margin: 0;
  font-size: clamp(82px, 15.6vw, 208px);
  line-height: 0.76;
  font-weight: 500;
  letter-spacing: -0.075em;
  color: transparent;
  background: linear-gradient(90deg, #202124 0 31%, #8a552b 49%, #222225 78%);
  -webkit-background-clip: text;
  background-clip: text;
  transform: scaleX(1.04);
  transform-origin: left center;
  animation: titleRise 900ms 120ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.subtitle {
  margin-top: clamp(12px, 2.2vw, 28px);
  display: flex;
  align-items: center;
  gap: clamp(14px, 2vw, 30px);
}

.subtitle span {
  color: var(--orange);
  font-size: clamp(50px, 8.3vw, 104px);
  line-height: 0.82;
  letter-spacing: -0.08em;
  font-weight: 400;
  text-shadow: 0 16px 38px rgba(255, 122, 0, 0.18);
  animation: titleRise 900ms 240ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.subtitle small {
  color: rgba(34, 34, 37, 0.58);
  font-size: clamp(8px, 0.95vw, 12px);
  font-weight: 700;
  align-self: center;
}

.intro {
  top: clamp(395px, 43vw, 500px);
  left: clamp(58px, 9.4vw, 104px);
  width: min(44%, 430px);
  margin: 0;
  color: rgba(28, 31, 34, 0.56);
  font-size: clamp(8px, 0.86vw, 12px);
  font-weight: 700;
  line-height: 1.34;
  animation: fadeLift 760ms 420ms ease both;
}

.scroll-disc {
  top: clamp(350px, 43vw, 500px);
  right: clamp(64px, 11vw, 120px);
  width: clamp(64px, 9vw, 96px);
  aspect-ratio: 1;
  border: 1px solid rgba(36, 39, 40, 0.7);
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(10px);
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.scroll-disc:hover {
  transform: scale(1.06);
  border-color: var(--orange);
  background: rgba(255, 255, 255, 0.26);
}

.scroll-disc span {
  position: absolute;
  inset: -17%;
  display: block;
  color: rgba(36, 39, 40, 0.82);
  font-size: 0;
  font-weight: 700;
  animation: rotateDisc 12s linear infinite;
}

.scroll-disc span::before {
  content: "QUISLOM ARTES";
  position: absolute;
  left: 50%;
  top: 0;
  width: 120px;
  transform: translateX(-50%);
  text-align: center;
  font-size: clamp(8px, 0.9vw, 11px);
}

.scroll-disc b {
  color: var(--orange);
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 300;
}

.glass-card {
  left: clamp(62px, 10.5vw, 118px);
  bottom: clamp(56px, 8.8vw, 106px);
  width: min(38.8%, 390px);
  min-height: 250px;
  padding: clamp(22px, 3vw, 32px);
  color: rgba(255, 255, 255, 0.92);
  background: rgba(104, 116, 122, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  box-shadow: 0 22px 55px rgba(8, 12, 18, 0.18);
  animation: fadeLift 780ms 520ms ease both;
}

.glass-card::before {
  content: "";
  position: absolute;
  inset: 12px;
  pointer-events: none;
  border-top: 1px solid rgba(255, 122, 0, 0.34);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
  opacity: 0.9;
}

.glass-card h2 {
  margin: 0 0 22px;
  max-width: 330px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.08;
  font-weight: 400;
}

.glass-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: clamp(8px, 0.78vw, 10px);
  line-height: 1.45;
  font-weight: 700;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(9px, 0.88vw, 11px);
  font-weight: 700;
}

.read-more:hover {
  transform: translateX(4px);
  color: #fff;
}

.read-more span {
  color: var(--orange);
  font-size: 18px;
  font-weight: 300;
}

.content-band {
  margin-top: 22px;
  padding: clamp(36px, 6vw, 74px) clamp(26px, 6.5vw, 82px);
  border-radius: 18px;
  background:
    linear-gradient(rgba(23, 24, 27, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23, 24, 27, 0.04) 1px, transparent 1px),
    radial-gradient(circle at 92% 10%, rgba(255, 122, 0, 0.11), transparent 26%),
    linear-gradient(135deg, rgba(247, 246, 239, 0.9), rgba(203, 216, 213, 0.76)),
    rgba(255, 255, 255, 0.58);
  background-size: 32px 32px, 32px 32px, auto, auto, auto;
  border: 1px solid rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(14px);
  box-shadow: 0 26px 70px rgba(18, 22, 25, 0.18);
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 680ms ease, transform 680ms cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.content-band::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-top: 1px solid rgba(255, 122, 0, 0.28);
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.32), transparent 22%) left top / 38% 1px no-repeat,
    linear-gradient(90deg, transparent 72%, rgba(23, 24, 27, 0.18)) right bottom / 100% 1px no-repeat;
}

.content-band.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-item {
  opacity: 0;
  transform: translateY(28px) scale(0.985);
  filter: blur(7px);
  transition:
    opacity 0.6s ease,
    transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 0.6s ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease,
    color 220ms ease;
}

.reveal-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.service-grid .reveal-item:nth-child(2),
.feature-grid .reveal-item:nth-child(2),
.process-row .reveal-item:nth-child(2),
.stat-grid .reveal-item:nth-child(2) {
  transition-delay: 80ms;
}

.service-grid .reveal-item:nth-child(3),
.feature-grid .reveal-item:nth-child(3),
.process-row .reveal-item:nth-child(3),
.stat-grid .reveal-item:nth-child(3) {
  transition-delay: 160ms;
}

.service-grid .reveal-item:nth-child(4),
.feature-grid .reveal-item:nth-child(4),
.process-row .reveal-item:nth-child(4),
.stat-grid .reveal-item:nth-child(4) {
  transition-delay: 240ms;
}

.service-grid .reveal-item:nth-child(5) {
  transition-delay: 320ms;
}

.service-grid .reveal-item:nth-child(6) {
  transition-delay: 400ms;
}

.split-band > .reveal-item:nth-child(2) {
  transition-delay: 120ms;
}

.intro-band,
.split-band,
.contact-band,
.form-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(240px, 0.7fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

.split-band {
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1fr);
}

.section-copy {
  max-width: 690px;
}

.section-copy.wide {
  max-width: 800px;
}

.kicker {
  margin: 0 0 14px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.kicker::before {
  content: "";
  width: 28px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.section-copy h2 {
  margin: 0;
  max-width: 780px;
  font-size: clamp(34px, 5vw, 72px);
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.section-copy p:not(.kicker) {
  margin: 22px 0 0;
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(14px, 1.3vw, 17px);
  line-height: 1.55;
  font-weight: 700;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.stat-card {
  position: relative;
  overflow: hidden;
  min-height: 116px;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0.16)),
    rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(16px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.38),
    0 16px 34px rgba(16, 20, 24, 0.08);
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.6;
  background:
    linear-gradient(90deg, rgba(255, 122, 0, 0.32), transparent 46%) left top / 72% 1px no-repeat,
    linear-gradient(rgba(23, 24, 27, 0.08) 1px, transparent 1px);
  background-size: 72% 1px, 100% 18px;
}

.stat-card strong {
  display: block;
  color: var(--ink);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.stat-card span:last-child {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 800;
  text-transform: uppercase;
}

.identity-panel,
.portrait-panel,
.contact-panel {
  border-radius: 16px;
  background: rgba(68, 78, 83, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 18px 52px rgba(14, 18, 22, 0.18);
  overflow: hidden;
}

.identity-panel {
  display: grid;
  min-height: 280px;
  place-items: center;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 122, 0, 0.2), transparent 46%),
    rgba(68, 78, 83, 0.24);
}

.identity-panel img {
  width: min(260px, 70%);
  filter: drop-shadow(0 20px 35px rgba(0, 0, 0, 0.22));
  animation: logoFloat 5.4s ease-in-out infinite;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 4vw, 48px);
  perspective: 1200px;
}

.info-card,
.process-row article {
  position: relative;
  overflow: hidden;
  min-height: 205px;
  padding: 24px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.34);
}

.info-card {
  isolation: isolate;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.38), rgba(255, 255, 255, 0.14)),
    rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(18px) saturate(1.2);
  transform-style: preserve-3d;
  transform: rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translateY(0);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.42),
    var(--card-shadow-x, 0) var(--card-shadow-y, 16px) 34px rgba(16, 20, 24, 0.08);
}

.info-card::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  pointer-events: none;
  border-radius: inherit;
  opacity: 0;
  background:
    radial-gradient(circle at var(--card-x, 50%) var(--card-y, 20%), rgba(255, 122, 0, 0.28), transparent 28%),
    linear-gradient(135deg, rgba(255, 122, 0, 0.18), transparent 34%, rgba(23, 24, 27, 0.12));
  transition: opacity 260ms ease;
}

.info-card::before,
.process-row article::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(255, 122, 0, 0.18), transparent 42%, rgba(23, 24, 27, 0.08)),
    linear-gradient(rgba(23, 24, 27, 0.08) 1px, transparent 1px);
  background-size: auto, 100% 18px;
  transition: opacity 220ms ease;
}

.info-card:hover,
.process-row article:hover,
.feature-grid div:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 122, 0, 0.42);
  box-shadow: 0 20px 46px rgba(16, 20, 24, 0.16);
}

.info-card:hover {
  transform: rotateX(var(--card-rotate-x, 0deg)) rotateY(var(--card-rotate-y, 0deg)) translateY(-8px);
  border-color: rgba(255, 122, 0, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.48), rgba(255, 255, 255, 0.18)),
    rgba(255, 255, 255, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.52),
    var(--card-shadow-x, 0) var(--card-shadow-y, 24px) 58px rgba(16, 20, 24, 0.24),
    calc(var(--card-shadow-x, 0px) * -0.35) 12px 34px rgba(255, 122, 0, 0.12),
    0 0 0 1px rgba(255, 122, 0, 0.1);
}

.info-card:hover::after {
  opacity: 1;
}

.info-card:hover::before,
.process-row article:hover::before {
  opacity: 1;
}

.info-card span,
.process-row span {
  color: var(--orange);
  font-size: 13px;
  font-weight: 800;
}

.info-card h3,
.process-row h3 {
  margin: 26px 0 12px;
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.info-card p,
.process-row p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 700;
}

.portrait-panel {
  aspect-ratio: 4 / 5;
  opacity: 1;
  transform: none;
  filter: none;
  min-height: 360px;
}

.portrait-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease, filter 600ms ease;
}

.portrait-panel:hover img {
  transform: scale(1.045);
  filter: saturate(1.08) contrast(1.03);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.feature-grid div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.feature-grid strong {
  font-size: 15px;
}

.feature-grid span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 700;
}

.process-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: clamp(30px, 4vw, 48px);
}

.showcase-band {
  display: grid;
  gap: 28px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud span {
  padding: 12px 16px;
  border-radius: 999px;
  color: rgba(34, 34, 37, 0.74);
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 13px;
  font-weight: 800;
}

.tag-cloud span:hover {
  transform: translateY(-3px);
  color: #fff;
  background: #202124;
  border-color: #202124;
}

.contact-panel {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.contact-panel a,
.contact-panel .hours {
  display: grid;
  gap: 6px;
  padding: 20px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.contact-panel a:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 122, 0, 0.44);
  background: rgba(255, 255, 255, 0.42);
}

.contact-panel span {
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-panel strong {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.03em;
  overflow-wrap: anywhere;
}

.contact-panel .email-link strong {
  white-space: nowrap;
  font-size: clamp(13px, 1.45vw, 17px);
  letter-spacing: -0.02em;
}

.contact-panel .budget-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  color: white;
  background: #202124;
  box-shadow: 0 18px 36px rgba(32, 33, 36, 0.18);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.contact-panel .budget-link:hover,
.quote-form button:hover {
  transform: translateY(-2px);
  background: var(--orange);
  box-shadow: 0 20px 42px rgba(255, 122, 0, 0.28);
}

.quote-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(68, 78, 83, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.quote-form label {
  margin-top: 4px;
  color: rgba(34, 34, 37, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 8px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.42);
  outline: none;
  transition: border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: rgba(255, 122, 0, 0.72);
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 0 0 4px rgba(255, 122, 0, 0.12);
}

.quote-form textarea {
  min-height: 130px;
  resize: vertical;
}

.quote-form button {
  min-height: 58px;
  margin-top: 6px;
  border: 0;
  border-radius: 8px;
  color: white;
  background: #202124;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.footer {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  padding: 26px 6px 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
}

@keyframes starDrift {
  to {
    background-position: 180px 260px, -220px 180px, 42px 42px, 42px 42px;
  }
}

@keyframes spaceGlow {
  to {
    opacity: 0.26;
    transform: translate3d(0, -18px, 0) scale(1.02);
  }
}

@keyframes starFieldOne {
  to {
    transform: translate3d(-180px, 260px, 0);
  }
}

@keyframes starFieldTwo {
  to {
    transform: translate3d(260px, -220px, 0);
  }
}

@keyframes orbitalGlow {
  to {
    transform: translate3d(-4%, 3%, 0) scale(1.08);
  }
}

@keyframes spaceScan {
  0%,
  100% {
    transform: translate3d(-18%, -14%, 0) rotate(8deg);
  }
  50% {
    transform: translate3d(18%, 14%, 0) rotate(8deg);
  }
}

@keyframes nebulaFloat {
  to {
    transform: translate3d(18%, -6%, 0) rotate(-4deg) scale(1.12);
  }
}

@keyframes shootingStar {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) rotate(-24deg);
  }
  8% {
    opacity: 0.9;
  }
  42% {
    opacity: 0.9;
  }
  58%,
  100% {
    opacity: 0;
    transform: translate3d(150vw, 58vh, 0) rotate(-24deg);
  }
}

@keyframes titleRise {
  from {
    opacity: 0;
    transform: translateY(24px) scaleX(1.04);
    filter: blur(8px);
  }
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}

@keyframes imageDrift {
  to {
    transform: scale(1.075) translate3d(-1.4%, -1%, 0);
  }
}

@keyframes skyFloat {
  to {
    transform: translateY(-12px);
  }
}

@keyframes sheen {
  0%,
  42% {
    transform: translateX(-80%);
  }
  68%,
  100% {
    transform: translateX(80%);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

@keyframes hudBlink {
  0%,
  100% {
    opacity: 0.34;
  }
  45% {
    opacity: 0.72;
  }
  52% {
    opacity: 0.28;
  }
  58% {
    opacity: 0.64;
  }
}

@keyframes rotateDisc {
  to {
    transform: rotate(360deg);
  }
}

@keyframes soundPulse {
  to {
    box-shadow: 0 0 0 12px rgba(255, 122, 0, 0);
  }
}

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

  .content-band {
    opacity: 1;
    transform: none;
  }

  .reveal-item {
    opacity: 1;
    transform: none;
    filter: none;
  }

  .space-background,
  .space-background::before,
  .space-background::after,
  .space-background span {
    animation: none !important;
  }

  .info-card,
  .info-card:hover {
    transform: none;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding: 14px 10px 20px;
  }

  .top-strip {
    margin-bottom: 16px;
  }

  .poster {
    min-height: 820px;
    aspect-ratio: auto;
    border-radius: 16px;
  }

  .particle-canvas {
    pointer-events: none;
    opacity: 0.48;
  }

  .photo {
    background-size: auto 100%;
    background-position: 53% center;
  }

  .sky-mask {
    height: 46%;
  }

  .site-header {
    left: 50%;
    right: auto;
    width: calc(100vw - 28px);
    grid-template-columns: 1fr 44px;
    border-radius: 18px;
  }

  .official,
  .mini-nav {
    display: none;
  }

  .headline {
    top: 120px;
    left: 24px;
    right: 18px;
  }

  .headline h1 {
    font-size: clamp(62px, 18.2vw, 96px);
    transform: scaleX(1);
  }

  .subtitle {
    margin-top: 16px;
    gap: 10px;
    flex-wrap: wrap;
  }

  .subtitle span {
    font-size: clamp(48px, 17vw, 88px);
  }

  .intro {
    top: 328px;
    left: 25px;
    width: min(82%, 360px);
  }

  .scroll-disc {
    top: 382px;
    right: 35px;
  }

  .glass-card {
    left: 24px;
    right: 24px;
    bottom: 34px;
    width: auto;
  }

  .content-band {
    margin-top: 14px;
    padding: 34px 24px;
    border-radius: 16px;
  }

  .contact-panel .email-link strong {
    font-size: clamp(11px, 3.2vw, 14px);
  }

  .intro-band,
  .split-band,
  .contact-band,
  .form-band {
    grid-template-columns: 1fr;
  }

  .split-band .portrait-panel {
    order: 2;
  }

  .portrait-panel {
    min-height: 420px;
  }

  .service-grid,
  .process-row,
  .stat-grid,
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .service-grid {
    perspective: none;
  }

  .info-card,
  .info-card:hover {
    transform: none;
  }

  .identity-panel {
    min-height: 220px;
  }

  .footer {
    display: grid;
  }
}
