:root {
  --black: #000;
  --near-black: #050505;
  --soft-black: #0b0b0b;
  --white: #fff;
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.1);
  --glass: rgba(255, 255, 255, 0.06);
  --glass-strong: rgba(255, 255, 255, 0.12);
  --line: rgba(255, 255, 255, 0.16);
  --shadow: rgba(0, 0, 0, 0.55);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.13), transparent 26rem),
    linear-gradient(180deg, #000 0%, #080808 45%, #000 100%);
  overflow-x: hidden;
}

body.is-loading {
  overflow: hidden;
}

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

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

::selection {
  background: var(--white);
  color: var(--black);
}

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9999;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/%3E%3C/svg%3E");
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 999px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 9998;
  mix-blend-mode: difference;
  transition: width 0.2s ease, height 0.2s ease, opacity 0.2s ease;
}

.preloader {
  position: fixed;
  inset: 0;
  z-index: 9997;
  display: grid;
  place-items: center;
  background: #000;
  transition: opacity 0.9s ease, visibility 0.9s ease;
}

.preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.preloader__inner {
  display: grid;
  place-items: center;
  gap: 30px;
}

.preloader__logo {
  width: min(52vw, 320px);
  filter: drop-shadow(0 0 28px rgba(255,255,255,0.16));
  animation: logoBreathe 2.4s ease-in-out infinite;
}

.preloader__line {
  width: 210px;
  height: 1px;
  overflow: hidden;
  background: rgba(255,255,255,0.14);
}

.preloader__line::before {
  content: "";
  display: block;
  height: 100%;
  width: 45%;
  background: #fff;
  animation: loadLine 1.45s ease-in-out infinite;
}

@keyframes logoBreathe {
  0%, 100% { opacity: 0.62; transform: scale(0.985); }
  50% { opacity: 1; transform: scale(1); }
}

@keyframes loadLine {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(255%); }
}

.site-header {
  position: fixed;
  top: 22px;
  left: 50%;
  z-index: 50;
  width: min(calc(100% - 28px), 1180px);
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 12px 12px 18px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(0,0,0,0.46);
  backdrop-filter: blur(18px);
  box-shadow: 0 24px 80px rgba(0,0,0,0.24);
}

.brand img {
  height: 22px;
  width: auto;
}

.nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 32px);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.68);
}

.nav a,
.footer__links a {
  transition: color 0.25s ease;
}

.nav a:hover,
.footer__links a:hover {
  color: var(--white);
}

.header-cta {
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.scene {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.section-pad {
  padding: clamp(96px, 15vw, 210px) clamp(18px, 5vw, 72px);
}

.hero {
  display: grid;
  place-items: center;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,255,255,0.12), transparent 24rem),
    radial-gradient(circle at 18% 15%, rgba(255,255,255,0.09), transparent 26rem),
    linear-gradient(180deg, #080808 0%, #000 88%);
}

.hero::before,
.contact__backdrop::before {
  content: "";
  position: absolute;
  inset: -18%;
  background:
    radial-gradient(ellipse at 50% 20%, rgba(255,255,255,0.2), transparent 22%),
    linear-gradient(115deg, transparent 0 38%, rgba(255,255,255,0.05) 44%, transparent 52% 100%);
  filter: blur(8px);
  opacity: 0.75;
  animation: slowPan 18s ease-in-out infinite alternate;
  z-index: -3;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.2) 54%, #000 100%);
  z-index: -1;
}

.hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at 50% 50%, black 0%, transparent 68%);
  opacity: 0.2;
  z-index: -2;
}

.orb {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
  backdrop-filter: blur(14px);
  border-radius: 999px;
  box-shadow: inset 0 0 60px rgba(255,255,255,0.06), 0 30px 120px rgba(0,0,0,0.45);
  z-index: -1;
}

.orb--one {
  width: clamp(160px, 26vw, 420px);
  height: clamp(160px, 26vw, 420px);
  top: 12%;
  right: 8%;
  animation: floatOne 13s ease-in-out infinite alternate;
}

.orb--two {
  width: clamp(110px, 18vw, 260px);
  height: clamp(110px, 18vw, 260px);
  bottom: 14%;
  left: 7%;
  animation: floatTwo 15s ease-in-out infinite alternate;
}

@keyframes slowPan {
  0% { transform: translate3d(-2%, -1%, 0) scale(1); }
  100% { transform: translate3d(3%, 2%, 0) scale(1.06); }
}

@keyframes floatOne {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(-38px, 28px, 0) rotate(8deg); }
}

@keyframes floatTwo {
  from { transform: translate3d(0, 0, 0) rotate(0deg); }
  to { transform: translate3d(32px, -22px, 0) rotate(-8deg); }
}

.hero__content {
  width: min(100% - 40px, 980px);
  text-align: center;
  padding-top: 48px;
}

.eyebrow {
  margin: 0 0 24px;
  font-size: 0.78rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.66);
}

.hero-title {
  display: grid;
  gap: 2px;
  margin: 0;
  font-size: clamp(4.25rem, 13vw, 12.8rem);
  line-height: 0.82;
  letter-spacing: -0.085em;
  font-weight: 700;
}

.hero-title span:first-child {
  font-weight: 500;
}

.hero-copy {
  width: min(640px, 92%);
  margin: 34px auto 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.hero-actions,
.contact-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 38px;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button--solid {
  background: #fff;
  color: #000;
  font-weight: 800;
}

.button--ghost {
  border: 1px solid rgba(255,255,255,0.28);
  background: rgba(255,255,255,0.035);
  color: #fff;
  backdrop-filter: blur(16px);
}

.scroll-cue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: grid;
  place-items: center;
  gap: 9px;
  color: rgba(255,255,255,0.48);
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll-cue span {
  display: block;
  width: 1px;
  height: 52px;
  background: linear-gradient(180deg, rgba(255,255,255,0.8), rgba(255,255,255,0.04));
  animation: cue 1.8s ease-in-out infinite;
}

@keyframes cue {
  0%, 100% { transform: scaleY(0.75); opacity: 0.55; }
  50% { transform: scaleY(1); opacity: 1; }
}

.intro {
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  background: #000;
}

.intro__word {
  min-height: 34vh;
  display: grid;
  place-items: center;
  font-size: clamp(4.8rem, 14vw, 15rem);
  line-height: 0.85;
  letter-spacing: -0.08em;
  font-weight: 700;
}

.intro__statement {
  margin: 8vh 0 0;
  width: min(920px, 92vw);
  color: rgba(255,255,255,0.84);
  font-size: clamp(2.2rem, 6vw, 7.2rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.section-heading {
  width: min(var(--max), 100%);
  margin: 0 auto clamp(42px, 7vw, 86px);
}

.section-heading--narrow {
  max-width: 820px;
}

.split-title {
  margin: 0;
  width: min(980px, 100%);
  font-size: clamp(2.8rem, 7vw, 7.8rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  font-weight: 650;
}

.service-grid,
.pricing-grid,
.result-panels {
  width: min(var(--max), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.glass-card,
.price-card,
.result-panel,
.timeline-item {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.025));
  box-shadow: 0 32px 90px var(--shadow), inset 0 1px 0 rgba(255,255,255,0.14);
  backdrop-filter: blur(22px);
}

.glass-card {
  min-height: 290px;
  padding: 30px;
  border-radius: var(--radius-xl);
  transform-style: preserve-3d;
}

.glass-card span,
.timeline-item span {
  color: rgba(255,255,255,0.45);
  font-size: 0.78rem;
  letter-spacing: 0.16em;
}

.glass-card h3,
.result-panel h3,
.timeline-item h3 {
  margin: 74px 0 18px;
  font-size: clamp(1.5rem, 2.3vw, 2.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.glass-card p,
.result-panel p,
.timeline-item p,
.price-card p,
.muted-copy {
  margin: 0;
  color: var(--muted);
  line-height: 1.75;
}

.process {
  background:
    radial-gradient(circle at 18% 20%, rgba(255,255,255,0.09), transparent 24rem),
    #000;
}

.timeline {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.timeline__line {
  position: absolute;
  left: 22px;
  top: 12px;
  bottom: 12px;
  width: 1px;
  background: rgba(255,255,255,0.09);
  overflow: hidden;
}

.timeline__line span {
  display: block;
  width: 100%;
  height: 0%;
  background: linear-gradient(180deg, #fff, rgba(255,255,255,0.15));
}

.timeline-item {
  position: relative;
  margin-left: 72px;
  padding: 38px;
  border-radius: var(--radius-lg);
}

.timeline-item::before {
  content: "";
  position: absolute;
  left: -57px;
  top: 42px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 24px rgba(255,255,255,0.7);
}

.timeline-item h3 {
  margin-top: 12px;
}

.results {
  background: linear-gradient(180deg, #000, #080808 45%, #000);
}

.result-panel {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 34px;
  border-radius: var(--radius-xl);
  position: relative;
  overflow: hidden;
}

.result-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.12), transparent 36%),
    radial-gradient(circle at 50% 0%, rgba(255,255,255,0.18), transparent 18rem);
  opacity: 0.42;
}

.result-panel h3,
.result-panel p {
  position: relative;
}

.result-panel h3 {
  margin-top: 0;
}

.pricing {
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,0.1), transparent 28rem),
    #000;
}

.price-card {
  position: relative;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  border-radius: var(--radius-xl);
  overflow: hidden;
}

.price-card::after {
  content: "";
  position: absolute;
  inset: auto -40% -45% -40%;
  height: 60%;
  background: radial-gradient(circle at 50% 50%, rgba(255,255,255,0.14), transparent 62%);
  pointer-events: none;
}

.price-card__name {
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.72) !important;
}

.price-card h3 {
  margin: 54px 0 14px;
  font-size: clamp(3rem, 5vw, 5.3rem);
  letter-spacing: -0.065em;
  line-height: 0.9;
}

.price-card a {
  width: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  margin-top: 36px;
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-size: 0.78rem;
}

.price-card--featured {
  background: linear-gradient(145deg, rgba(255,255,255,0.17), rgba(255,255,255,0.035));
  border-color: rgba(255,255,255,0.34);
}

.recommended {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.82);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.about {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: grid;
  place-items: center;
}

.about__content {
  position: relative;
  width: min(var(--max), 100%);
  z-index: 2;
}

.large-copy {
  width: min(820px, 100%);
  margin: 42px 0 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  line-height: 1.45;
  letter-spacing: -0.025em;
}

.muted-copy {
  width: min(650px, 100%);
  margin-top: 22px;
}

.about__visual {
  position: absolute;
  inset: 0;
  opacity: 0.72;
}

.about__visual div {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.045);
  backdrop-filter: blur(22px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.11);
}

.about__visual div:nth-child(1) {
  width: 50vw;
  height: 50vw;
  border-radius: 50%;
  right: -18vw;
  top: 10vh;
}

.about__visual div:nth-child(2) {
  width: 28vw;
  height: 54vh;
  border-radius: 40px;
  left: -10vw;
  bottom: 10vh;
  transform: rotate(-8deg);
}

.about__visual div:nth-child(3) {
  width: 32vw;
  height: 18vh;
  border-radius: 999px;
  right: 22vw;
  bottom: 8vh;
  transform: rotate(12deg);
}

.contact {
  min-height: 100vh;
  display: grid;
  place-items: center;
  text-align: center;
  background: #000;
  isolation: isolate;
}

.contact__backdrop {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.contact__backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #000 0%, rgba(0,0,0,0.38) 48%, #000 100%),
    repeating-linear-gradient(90deg, transparent 0 86px, rgba(255,255,255,0.055) 87px, transparent 88px);
  opacity: 0.9;
}

.contact__content {
  width: min(980px, calc(100% - 36px));
}

.contact-title {
  margin: 0;
  font-size: clamp(4rem, 11vw, 12rem);
  line-height: 0.86;
  letter-spacing: -0.085em;
}

.contact-details {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 30px;
  color: rgba(255,255,255,0.72);
}

.contact-details a {
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 4px;
}

.footer {
  padding: 52px clamp(18px, 5vw, 72px) 42px;
  border-top: 1px solid rgba(255,255,255,0.11);
  background: #000;
  display: grid;
  gap: 24px;
  justify-items: center;
  text-align: center;
  color: rgba(255,255,255,0.55);
}

.footer img {
  height: 22px;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
  color: rgba(255,255,255,0.72);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer p {
  margin: 0;
}

.reveal-up,
.reveal-word {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(16px);
  transition: opacity 1.05s ease, transform 1.05s ease, filter 1.05s ease;
}

.reveal-up.is-visible,
.reveal-word.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.24s; }
.delay-3 { transition-delay: 0.36s; }

.tilt-card {
  transition: transform 0.18s ease, border-color 0.24s ease, background 0.24s ease;
}

.tilt-card:hover {
  border-color: rgba(255,255,255,0.34);
}

@media (max-width: 940px) {
  .nav {
    display: none;
  }

  .service-grid,
  .pricing-grid,
  .result-panels {
    grid-template-columns: 1fr;
  }

  .glass-card,
  .result-panel,
  .price-card {
    min-height: 260px;
  }

  .result-panel {
    min-height: 310px;
  }

  .intro__word {
    min-height: 26vh;
  }
}

@media (max-width: 620px) {
  .site-header {
    top: 12px;
    width: calc(100% - 18px);
    padding-left: 14px;
  }

  .brand img {
    height: 18px;
  }

  .header-cta {
    padding: 10px 13px;
    font-size: 0.68rem;
  }

  .hero__content {
    width: calc(100% - 28px);
  }

  .hero-title {
    font-size: clamp(4.3rem, 21vw, 7rem);
  }

  .hero-copy {
    margin-top: 28px;
  }

  .button {
    width: 100%;
  }

  .hero-actions,
  .contact-actions {
    width: min(360px, 100%);
    margin-inline: auto;
  }

  .intro__word {
    font-size: clamp(4.1rem, 19vw, 7.6rem);
  }

  .intro__statement {
    font-size: clamp(2.4rem, 12vw, 4.8rem);
  }

  .split-title,
  .contact-title {
    letter-spacing: -0.08em;
  }

  .timeline-item {
    margin-left: 44px;
    padding: 28px;
  }

  .timeline__line {
    left: 12px;
  }

  .timeline-item::before {
    left: -38px;
  }

  .cursor {
    display: none;
  }
}

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