:root {
  color-scheme: dark;
  --bg: #07070b;
  --bg2: #0b0b12;
  --text: rgba(255, 255, 255, 0.92);
  --muted: rgba(255, 255, 255, 0.68);
  --faint: rgba(255, 255, 255, 0.52);
  --line: rgba(255, 255, 255, 0.12);
  --card: rgba(255, 255, 255, 0.06);
  --card2: rgba(255, 255, 255, 0.08);
  --shadow: 0 18px 60px rgba(0, 0, 0, 0.55);
  --accent: #a6ffcb;
  --accent2: #78a6ff;
  --radius: 18px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica,
    Arial;
  --font-serif: "Playfair Display", ui-serif, Georgia, Cambria, "Times New Roman", Times,
    serif;
  --font-body: "Castoro", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  --font-script: "Great Vibes", ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}

* {
  box-sizing: border-box;
}

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

html {
  background: radial-gradient(1100px 600px at 20% 0%, rgba(120, 166, 255, 0.16), transparent 60%),
    radial-gradient(900px 520px at 95% 25%, rgba(166, 255, 203, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  background-color: var(--bg);
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
  min-height: 100svh;
  background: transparent;
  color: var(--text);
  overflow-x: hidden;
}

.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.glow {
  position: absolute;
  filter: blur(42px);
  opacity: 0.75;
}

.glow--a {
  width: 520px;
  height: 520px;
  left: -140px;
  top: -160px;
  background: radial-gradient(circle at 40% 40%, rgba(120, 166, 255, 0.5), transparent 60%);
}

.glow--b {
  width: 620px;
  height: 620px;
  right: -220px;
  top: 120px;
  background: radial-gradient(circle at 40% 40%, rgba(166, 255, 203, 0.46), transparent 62%);
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.header {
  position: static;
  z-index: auto;
  backdrop-filter: none;
  background: transparent;
  border-bottom: 0;
  box-shadow: none;
}

.header__inner {
  height: 76px;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 16px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
}

.brand__name {
  font-family: var(--font-script);
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 34px;
  line-height: 1;
}

.brand__role {
  font-size: 14px;
  color: var(--faint);
  margin-top: 2px;
}

.footer {
  padding: 22px 0 30px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer__legal {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.42);
  letter-spacing: 0.01em;
  user-select: none;
  opacity: 0.72;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.footer__link {
  color: rgba(255, 255, 255, 0.54);
  text-decoration: none;
  transition: opacity 180ms ease;
}

.footer__link:hover {
  opacity: 0.92;
}

.footer__link:focus-visible {
  outline: 2px solid rgba(120, 166, 255, 0.5);
  outline-offset: 2px;
  border-radius: 6px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 999px;
}

.nav__item {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav__item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
  transform: translateY(-1px);
}

.nav__item:focus-visible {
  outline: 2px solid rgba(166, 255, 203, 0.46);
  outline-offset: 2px;
}

.header__cta {
  display: flex;
  justify-content: flex-end;
}

.btn {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  font-size: 14px;
  padding: 12px 14px;
  border-radius: 999px;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:focus-visible {
  outline: 2px solid rgba(120, 166, 255, 0.5);
  outline-offset: 2px;
}

.btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.10);
}

.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.07);
}

.btn--primary {
  background: linear-gradient(135deg, rgba(166, 255, 203, 0.18), rgba(120, 166, 255, 0.18));
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.btn--primary:hover {
  border-color: rgba(255, 255, 255, 0.18);
}

.btn--secondary {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.14);
}

.btn--secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.main {
  min-height: calc(100vh - 76px);
}

.hero {
  position: relative;
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center;
  padding: 52px 0 90px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
}


.hero__title {
  margin: 18px 0 10px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 60px;
  line-height: 1.02;
  letter-spacing: -0.02em;
}

.page__title {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 40px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.hero__titleEm {
  background: linear-gradient(90deg, rgba(166, 255, 203, 0.95), rgba(120, 166, 255, 0.92));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero__desc {
  margin: 0;
  max-width: 54ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.6;
}

.reel {
  margin: 18px 0 16px;
  display: flex;
  justify-content: flex-start;
}

.reel__frame {
  width: min(640px, 100%);
  aspect-ratio: 16 / 9;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: #000;
  position: relative;
}

.reel__video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  background: #000;
}

.reel__label {
  position: absolute;
  z-index: 2;
  left: 18px;
  bottom: 96px;
  font-family: var(--font-script);
  font-size: 34px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 12px 40px rgba(0, 0, 0, 0.55);
  opacity: 0.9;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}

.reel__fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  padding: 18px;
  align-items: flex-end;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
  background: radial-gradient(520px 260px at 50% 60%, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.85));
}

.reel--error .reel__fallback {
  display: flex;
}

.reel--error .reel__play,
.reel--error .reel__fs {
  display: none;
}

.reel__fs {
  appearance: none;
  border: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.92);
  color: rgba(0, 0, 0, 0.92);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.35);
  z-index: 4;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  transition: opacity 180ms ease, transform 180ms ease;
}

.reel__play {
  appearance: none;
  border: 0;
  padding: 0;
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  cursor: pointer;
  background: transparent;
  z-index: 3;
}

.reel__play::before {
  content: '';
  position: absolute;
  inset: 0;
  background: transparent;
}

.reel__playIcon {
  position: relative;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.92);
  border: 0;
  background: rgba(255, 255, 255, 0.96);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45);
  transition: transform 180ms ease;
}

.reel__playIcon svg {
  position: relative;
}

.reel--playing .reel__label {
  opacity: 0;
  transform: translateY(2px);
}

.reel__play:hover .reel__playIcon {
  transform: scale(1.03);
}

.reel__play:focus-visible {
  outline: 2px solid rgba(166, 255, 203, 0.46);
  outline-offset: 4px;
  border-radius: 18px;
}

.reel--playing .reel__play {
  display: none;
}

.bio {
  margin-top: 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 420ms ease, opacity 260ms ease, transform 260ms ease;
}

.bio--open {
  opacity: 1;
  transform: translateY(0);
}

.gallery {
  margin-top: 14px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 520ms ease, opacity 260ms ease, transform 260ms ease;
}

.gallery--open {
  opacity: 1;
  transform: translateY(0);
}

.gallery__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 0 12px;
}

.gallery__title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.02em;
}

.gallery__sub {
  font-family: var(--font-sans);
  font-size: 13px;
  color: var(--muted);
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 12px;
  padding-bottom: 4px;
}

.gallery__btn {
  all: unset;
  display: block;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.42);
  cursor: pointer;
}

.gallery__btn:focus-visible {
  outline: 2px solid rgba(166, 255, 203, 0.46);
  outline-offset: 4px;
}

.gallery__img {
  width: 100%;
  aspect-ratio: 3 / 4;
  display: block;
  object-fit: cover;
  transform: scale(1.01);
  filter: saturate(1.05) contrast(1.02);
  transition: transform 240ms ease, filter 240ms ease;
}

.gallery__btn:hover .gallery__img {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.04);
}

.gallery__empty {
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--muted);
  padding: 10px 0 4px;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
}

.lightbox[hidden] {
  display: none;
}

.lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: #000;
}

.lightbox__panel {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  align-items: center;
  padding: 18px;
}

.lightbox__img {
  grid-column: 2;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 92vh;
  object-fit: contain;
  border-radius: 0;
  background: transparent;
}

.lightbox__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease;
}

.lightbox__close:hover {
  transform: scale(1.03);
  background: rgba(255, 255, 255, 0.12);
}

.lightbox__nav {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.9);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, opacity 180ms ease;
}

.lightbox__nav:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.1);
}

.lightbox__nav:disabled {
  opacity: 0.35;
  cursor: default;
  transform: none;
}

.lightbox__nav--prev {
  grid-column: 1;
}

.lightbox__nav--next {
  grid-column: 3;
}

.lightbox__close:focus-visible,
.lightbox__nav:focus-visible {
  outline: 2px solid rgba(166, 255, 203, 0.46);
  outline-offset: 4px;
}

@media (max-width: 520px) {
  .lightbox__panel {
    grid-template-columns: 52px 1fr 52px;
    padding: 14px;
  }
}

.hero__actions {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__stats {
  margin-top: 22px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.stat {
  text-decoration: none;
  color: inherit;
  padding: 8px 6px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  transition: transform 180ms ease, opacity 180ms ease;
}

.stat--link {
  cursor: pointer;
}

.stat--link:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.stat--link:focus-visible {
  outline: 2px solid rgba(166, 255, 203, 0.46);
  outline-offset: 2px;
}

.stat__k {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 600;
}

.stat__label {
  display: inline-block;
}

.stat--link:hover .stat__label,
.stat--link:focus-visible .stat__label {
  background: linear-gradient(90deg, rgba(166, 255, 203, 0.95), rgba(120, 166, 255, 0.92), rgba(166, 255, 203, 0.95));
  background-size: 220% 100%;
  background-position: 0% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: statSweep 700ms ease forwards;
}

@keyframes statSweep {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .stat--link:hover .stat__label,
  .stat--link:focus-visible .stat__label {
    animation: none;
    background-position: 100% 50%;
  }
}

.stat__icon {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: rgba(0, 0, 0, 0.92);
}

.stat__icon svg {
  width: 23px;
  height: 23px;
}

.stat__v {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.62);
}

.hero__visual {
  display: flex;
  justify-content: flex-end;
}

.frame {
  position: relative;
  width: min(460px, 100%);
  aspect-ratio: 3 / 4;
  border-radius: calc(var(--radius) + 8px);
  overflow: hidden;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: translateZ(0);
}

.frame__img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}


.scrolldown {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26px;
  display: flex;
  justify-content: center;
  pointer-events: none;
}

.scrolldown__inner {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.72);
}

.scrolldown__label {
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.scrolldown__arrow {
  display: inline-grid;
  place-items: center;
  animation: bob 1.8s ease-in-out infinite;
}

@keyframes bob {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0.95;
  }
  50% {
    transform: translateY(4px);
    opacity: 0.75;
  }
}

@media (max-width: 980px) {
  .header__inner {
    grid-template-columns: 1fr auto;
  }

  .header__cta {
    display: none;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hero__visual {
    justify-content: flex-start;
  }

  .frame {
    width: min(520px, 100%);
    aspect-ratio: auto;
  }

  .frame__img {
    height: auto;
    object-fit: contain;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(1120px, calc(100% - 28px));
  }

  .header__inner {
    justify-items: center;
    grid-template-columns: 1fr;
  }

  .brand {
    justify-content: center;
    width: 100%;
  }

  .brand__text {
    text-align: center;
  }

  .nav {
    gap: 6px;
    padding: 8px 10px;
  }

  .nav__item {
    padding: 9px 10px;
    font-size: 13px;
  }

  .hero {
    padding: 36px 0 88px;
  }

  .hero__grid {
    justify-items: center;
    text-align: center;
  }

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

  .hero__title {
    font-size: 42px;
  }

  .hero__desc {
    max-width: 62ch;
  }

  .reel {
    width: 100%;
    justify-content: center;
  }

  .reel__label {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }

  .hero__actions {
    justify-content: center;
  }

  .hero__stats {
    justify-content: center;
  }

  .hero__visual {
    justify-content: center;
    width: 100%;
  }

  .frame {
    margin: 0 auto;
  }
}
