:root {
  color-scheme: light;
  --ink: #100b07;
  --soft-ink: #2f251c;
  --muted: #8c8174;
  --gold: #c8a260;
  --gold-soft: #f0d18b;
  --ivory: #fbf7ef;
  --line: rgba(251, 247, 239, 0.16);
  --line-dark: rgba(16, 11, 7, 0.12);
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
}

body {
  background: #0b0704;
  color: var(--ivory);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  margin: 0;
  min-height: 100%;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

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

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

button,
input {
  font: inherit;
  letter-spacing: 0;
}

.sr-only,
.icon-sprite {
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.cursor-dot,
.cursor-ring {
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 999;
}

.cursor-dot {
  background: var(--gold-soft);
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(240, 209, 139, 0.7);
  height: 7px;
  margin-left: -3.5px;
  margin-top: -3.5px;
  width: 7px;
}

.cursor-ring {
  border: 1px solid rgba(240, 209, 139, 0.62);
  border-radius: 999px;
  box-shadow: 0 0 34px rgba(200, 162, 96, 0.18), inset 0 0 22px rgba(240, 209, 139, 0.08);
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  width: 38px;
}

.custom-cursor,
.custom-cursor a,
.custom-cursor button {
  cursor: none;
}

.custom-cursor {
  --cursor-dot-scale: 1;
  --cursor-ring-scale: 1;
}

.custom-cursor input {
  cursor: text;
}

.custom-cursor.cursor-visible .cursor-dot,
.custom-cursor.cursor-visible .cursor-ring {
  opacity: 1;
}

.custom-cursor.cursor-hover .cursor-ring {
  border-color: rgba(240, 209, 139, 0.86);
  box-shadow: 0 0 48px rgba(200, 162, 96, 0.28), inset 0 0 26px rgba(240, 209, 139, 0.12);
}

.custom-cursor.cursor-hover {
  --cursor-dot-scale: 0.72;
  --cursor-ring-scale: 1.74;
}

.custom-cursor.cursor-press .cursor-ring {
  border-color: rgba(255, 236, 188, 0.95);
}

.custom-cursor.cursor-press {
  --cursor-dot-scale: 1.22;
  --cursor-ring-scale: 0.76;
}

.custom-cursor.cursor-input .cursor-ring {
  opacity: 0.22;
}

.custom-cursor.cursor-input .cursor-dot {
  opacity: 0;
}

.promo-bar {
  align-items: center;
  background: #080503;
  border-bottom: 1px solid rgba(251, 247, 239, 0.08);
  color: rgba(251, 247, 239, 0.66);
  display: flex;
  height: 32px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.promo-track {
  animation: marquee 30s linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}

.promo-group {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 38px;
  justify-content: space-around;
  min-width: 100vw;
  padding: 0 38px;
  text-transform: uppercase;
}

.promo-group span {
  font-size: 0.7rem;
}

.social-icon {
  height: 18px;
  width: 18px;
}

.social-icon--stroke {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.social-icon--fill {
  fill: currentColor;
}

.coming-soon {
  min-height: calc(100svh - 32px);
}

.hero {
  background:
    radial-gradient(circle at var(--spot-x, 50%) var(--spot-y, 42%), rgba(240, 209, 139, 0.08), transparent 22rem),
    linear-gradient(180deg, rgba(5, 3, 2, 0.84) 0%, rgba(8, 5, 3, 0.88) 46%, rgba(4, 2, 1, 0.96) 100%),
    linear-gradient(116deg, transparent 0 28%, rgba(255, 255, 255, 0.025) 28.2%, transparent 38%),
    url("assets/ralina-hero-bg.webp");
  background-position: center, center, 0% 50%, center;
  background-repeat: no-repeat;
  background-size: 100% 100%, 100% 100%, 118% 118%, cover;
  display: grid;
  isolation: isolate;
  min-height: calc(100svh - 32px);
  overflow: hidden;
  place-items: center;
  position: relative;
  text-align: center;
  animation: backgroundDrift 34s ease-in-out infinite alternate;
}

.hero::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.026) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 94px 94px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 82%, transparent);
  opacity: 0.28;
  position: absolute;
  z-index: -2;
}

.hero-sheen {
  background:
    linear-gradient(118deg, transparent 0 34%, rgba(240, 209, 139, 0.035) 34.2%, transparent 44%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.018), transparent 42%);
  inset: -12%;
  position: absolute;
  transform: rotate(-2deg);
  z-index: -1;
  animation: sheenDrift 20s ease-in-out infinite alternate;
}

.hero::after {
  background: linear-gradient(90deg, transparent, rgba(240, 209, 139, 0.2), transparent);
  content: "";
  height: 1px;
  left: 15%;
  opacity: 0.48;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-180px);
  z-index: -1;
  animation: lineGlow 5.5s ease-in-out infinite;
}

.hero-content {
  max-width: 760px;
  padding: 20px 20px 52px;
  width: 100%;
}

.hero-logo {
  animation: logoFloat 7s ease-in-out infinite;
  border-radius: 8px;
  filter: drop-shadow(0 30px 42px rgba(0, 0, 0, 0.42));
  height: auto;
  margin: 0 auto 20px;
  object-fit: contain;
  opacity: 1;
  width: min(36vw, 204px);
}

.hero h1 {
  animation:
    revealUp 760ms ease-out 300ms both,
    titleAura 5.8s ease-in-out 1.05s infinite;
  background: linear-gradient(100deg, #fff7de 0%, #d49a35 28%, #fff1c3 48%, #8f5d18 66%, #fff8e5 100%);
  background-size: 260% 100%;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Cinzel", "Bodoni 72", Didot, "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(3.05rem, 6.2vw, 6.18rem);
  font-weight: 400;
  line-height: 0.96;
  margin: 0;
  position: relative;
  text-shadow: 0 22px 46px rgba(240, 209, 139, 0.08);
  text-transform: uppercase;
  white-space: nowrap;
  word-spacing: 0.12em;
}

.hero h1::after {
  background: linear-gradient(90deg, transparent, rgba(240, 209, 139, 0.78), transparent);
  content: "";
  height: 1px;
  left: 12%;
  opacity: 0.42;
  position: absolute;
  right: 12%;
  top: calc(100% + 14px);
  transform: scaleX(0.86);
  transform-origin: center;
}

.hero-title-word {
  display: inline;
}

.hero-copy {
  animation: revealUp 760ms ease-out 430ms both;
  color: rgba(251, 247, 239, 0.78);
  font-size: 1.02rem;
  line-height: 1.72;
  margin: 18px auto 0;
  max-width: 610px;
}

.waitlist-form {
  animation: revealUp 760ms ease-out 520ms both;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin: 24px auto 0;
  max-width: 560px;
}

.waitlist-form input {
  background: rgba(251, 247, 239, 0.94);
  border: 1px solid rgba(251, 247, 239, 0.18);
  border-radius: 8px;
  color: var(--ink);
  min-height: 52px;
  padding: 0 16px;
  width: 100%;
}

.waitlist-form input:focus {
  outline: 2px solid var(--gold);
  outline-offset: 2px;
}

.primary-button {
  align-items: center;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(200, 162, 96, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 52px;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.primary-button::before {
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.48) 45%, transparent 58%);
  content: "";
  inset: -20%;
  opacity: 0;
  position: absolute;
  transform: translateX(-85%);
}

.primary-button:hover {
  box-shadow: 0 22px 52px rgba(200, 162, 96, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
}

.primary-button:hover::before {
  animation: buttonSheen 900ms ease;
  opacity: 1;
}

.primary-button > * {
  position: relative;
}

.form-status {
  color: #f5d6a0;
  font-size: 0.82rem;
  grid-column: 1 / -1;
  margin: 0;
  min-height: 18px;
}

.social-block {
  animation: revealUp 760ms ease-out 620ms both;
  margin-top: 14px;
}

.social-cta {
  color: rgba(251, 247, 239, 0.68);
  font-size: 0.82rem;
  font-weight: 500;
  margin: 0 0 10px;
}

.hero-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.site-footer {
  bottom: 18px;
  color: rgba(251, 247, 239, 0.48);
  font-size: 0.72rem;
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
}

.contact-link {
  align-items: center;
  border: 1px solid rgba(251, 247, 239, 0.16);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: box-shadow 180ms ease, transform 180ms ease, border-color 180ms ease;
  width: 48px;
}

.contact-link::before {
  background: linear-gradient(110deg, transparent 0 34%, rgba(255, 255, 255, 0.35) 45%, transparent 58%);
  content: "";
  inset: -20%;
  opacity: 0;
  position: absolute;
  transform: translateX(-90%);
  transition: opacity 180ms ease;
}

.contact-link:hover {
  border-color: rgba(251, 247, 239, 0.28);
  transform: translateY(-2px);
}

.contact-link:hover::before {
  animation: iconSheen 900ms ease;
  opacity: 1;
}

.contact-link .social-icon {
  height: 20px;
  position: relative;
  width: 20px;
  z-index: 1;
}

.contact-link--instagram {
  background: linear-gradient(135deg, #405de6, #833ab4 34%, #e1306c 66%, #f77737);
  box-shadow: 0 16px 42px rgba(225, 48, 108, 0.18);
}

.contact-link--tiktok {
  background: #050505;
  box-shadow: 8px 8px 34px rgba(255, 0, 80, 0.14), -8px -8px 34px rgba(37, 244, 238, 0.11);
}

.contact-link--whatsapp {
  background: #25d366;
  box-shadow: 0 16px 42px rgba(37, 211, 102, 0.16);
}

.contact-link--instagram:hover {
  box-shadow: 0 20px 50px rgba(225, 48, 108, 0.26);
}

.contact-link--tiktok:hover {
  box-shadow: 10px 10px 44px rgba(255, 0, 80, 0.2), -10px -10px 44px rgba(37, 244, 238, 0.16);
}

.contact-link--whatsapp:hover {
  box-shadow: 0 20px 50px rgba(37, 211, 102, 0.24);
}

@keyframes marquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes backgroundDrift {
  from {
    background-position: center, center, 0% 50%, center;
  }
  to {
    background-position: center, center, 100% 50%, center;
  }
}

@keyframes sheenDrift {
  from {
    opacity: 0.72;
    transform: translateX(-1.5%) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translateX(1.5%) rotate(-2deg);
  }
}

@keyframes lineGlow {
  0%,
  100% {
    opacity: 0.16;
    transform: translateY(-180px) scaleX(0.72);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-180px) scaleX(1);
  }
}

@keyframes revealUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes titleAura {
  0%,
  100% {
    background-position: 0% 50%;
    filter: drop-shadow(0 0 0 rgba(240, 209, 139, 0));
  }
  45% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 18px rgba(240, 209, 139, 0.14));
  }
}

@keyframes revealScale {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes logoFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes iconSheen {
  from {
    transform: translateX(-90%);
  }
  to {
    transform: translateX(90%);
  }
}

@keyframes buttonSheen {
  from {
    transform: translateX(-85%);
  }
  to {
    transform: translateX(85%);
  }
}

@media (max-width: 780px) {
  .coming-soon,
  .hero {
    min-height: calc(100svh - 32px);
  }

  .hero-content {
    padding: 28px 16px 32px;
  }

  .hero-logo {
    width: min(38vw, 132px);
  }

  .hero-copy {
    font-size: 0.98rem;
  }

  .waitlist-form {
    grid-template-columns: 1fr;
    max-width: 420px;
  }

  .primary-button {
    width: 100%;
  }
}

@media (max-width: 430px) {
  .promo-bar {
    height: 30px;
  }

  .coming-soon,
  .hero {
    min-height: calc(100svh - 30px);
  }

  .hero-content {
    padding: 14px 16px 34px;
  }

  .hero-logo {
    margin-bottom: 16px;
    width: min(42vw, 142px);
  }

  .hero h1 {
    font-size: clamp(2.32rem, 11.5vw, 3.12rem);
    line-height: 0.94;
    white-space: normal;
    word-spacing: 0.04em;
  }

  .hero-title-word {
    display: block;
  }

  .contact-link {
    height: 44px;
    width: 44px;
  }
}

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

@media (pointer: coarse) {
  .cursor-dot,
  .cursor-ring {
    display: none;
  }
}
