/* Reset & Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --font-anton: 'Anton', 'Impact', sans-serif;
  --font-inter: 'Inter', sans-serif;
  --rojo: #c0392b;
  --negro: #000;
  --grafito: #1a1a1a;
  --blanco: #fff;
  --gris: #999;
  --support-1: #666;
  --support-2: #4d4d4d;
  --support-3: #333;
  --hairline: rgba(255, 255, 255, 0.13);
  --hairline-soft: rgba(255, 255, 255, 0.07);
  --px: clamp(20px, 7vw, 120px);
}

html {
  scroll-behavior: smooth;
  color: var(--blanco);
  -webkit-font-smoothing: antialiased;
  background: var(--negro);
  font-family: var(--font-inter), -apple-system, sans-serif;
}

body {
  background-color: var(--negro);
  margin: 0;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

/* Custom Cursor */
@media (hover: hover) {
  body {
    cursor: none;
  }
  a, button, input, textarea, [data-hover] {
    cursor: none;
  }
}

.custom-cursor {
  position: fixed;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  border: 1.5px solid var(--blanco);
  border-radius: 50%;
  mix-blend-mode: difference;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.16, 1, 0.3, 1), 
              height 0.25s cubic-bezier(0.16, 1, 0.3, 1), 
              background-color 0.25s,
              border-color 0.25s;
  will-change: transform;
  display: none;
}

@media (hover: hover) {
  .custom-cursor {
    display: block;
  }
}

.custom-cursor.cursor-active {
  width: 50px;
  height: 50px;
  background-color: var(--blanco);
  border-color: transparent;
}

/* Noise Overlay */
.noise-overlay {
  position: fixed;
  inset: 0;
  z-index: 9998;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

/* Selection */
::selection {
  color: var(--blanco);
  background: var(--rojo);
}

/* Header */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 70;
  background: rgba(0, 0, 0, 0.62);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--hairline-soft);
}

.navbar-container {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px var(--px);
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: var(--blanco);
}

.logo-svg {
  width: 40px;
  height: 40px;
  display: block;
  flex: none;
}

.logo-text {
  font-family: var(--font-anton);
  font-size: 32px;
  letter-spacing: -.03em;
  color: var(--rojo);
  line-height: 1;
}

.nav-right-text {
  font-family: var(--font-inter);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gris);
}

/* Hero Section */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 130px var(--px) 70px;
  position: relative;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.brand-title-wrapper {
  display: flex;
  align-items: flex-start;
  gap: clamp(14px, 1.8vw, 26px);
}

.hero-logo-svg {
  width: clamp(100px, 14vw, 200px);
  flex: none;
  display: block;
}

.brand-text-container {
  display: flex;
  flex-direction: column;
}

.brand-title {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: clamp(80px, 10vw, 150px);
  line-height: 0.85;
  letter-spacing: -.03em;
  color: var(--rojo);
  white-space: nowrap;
}

.brand-subtitle {
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: clamp(32px, 4.5vw, 60px);
  line-height: 0.95;
  letter-spacing: .06em;
  color: var(--blanco);
  margin-top: .06em;
  white-space: nowrap;
}

/* Coming Soon Message */
.main-message {
  margin: clamp(40px, 15vh, 120px) 0 0;
  font-family: var(--font-anton);
  font-weight: 400;
  font-size: clamp(32px, 5vw, 72px);
  line-height: 0.95;
  letter-spacing: -.02em;
  color: var(--blanco);
  text-transform: uppercase;
}

.main-message span {
  color: var(--rojo);
}

.description-text {
  max-width: 440px;
  margin: 24px 0 0;
  color: var(--gris);
  font-size: 16px;
  line-height: 1.6;
}

/* Countdown Timer */
.countdown-container {
  margin-top: 48px;
  display: flex;
  gap: clamp(16px, 4vw, 40px);
  flex-wrap: wrap;
}

.countdown-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.countdown-number {
  font-family: var(--font-anton);
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  color: var(--blanco);
  letter-spacing: -0.01em;
}

.countdown-label {
  font-family: var(--font-inter);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: var(--support-1);
  text-transform: uppercase;
  margin-top: 6px;
}

.countdown-separator {
  font-family: var(--font-anton);
  font-size: clamp(48px, 6vw, 84px);
  line-height: 1;
  color: var(--support-3);
  display: flex;
  align-items: center;
}

@media (max-width: 480px) {
  .countdown-separator {
    display: none;
  }
}

/* Form and Interaction */
.action-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-top: clamp(48px, 8vh, 90px);
}

.form-container {
  width: 100%;
  max-width: 480px;
}

.form-title {
  font-family: var(--font-inter);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .28em;
  text-transform: uppercase;
  color: var(--gris);
  margin-bottom: 12px;
}

.notify-form {
  display: flex;
  position: relative;
  border-bottom: 1px solid var(--support-3);
  padding-bottom: 8px;
  transition: border-color 0.3s;
}

.notify-form:focus-within {
  border-color: var(--blanco);
}

.notify-form input[type="email"] {
  flex: 1;
  background: transparent;
  border: none;
  padding: 8px 0;
  color: var(--blanco);
  font-family: var(--font-inter);
  font-size: 15px;
  outline: none;
}

.notify-form input[type="email"]::placeholder {
  color: var(--support-2);
}

.notify-form button {
  background: transparent;
  color: var(--blanco);
  border: none;
  font-family: var(--font-inter);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 8px 16px;
  transition: color 0.3s, transform 0.3s;
}

.notify-form button:hover {
  color: var(--rojo);
  transform: translateX(4px);
}

.success-message {
  display: none;
  font-family: var(--font-inter);
  font-size: 14px;
  font-weight: 500;
  color: var(--rojo);
  letter-spacing: 0.05em;
  padding: 8px 0;
}

.success-message.visible {
  display: block;
}

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 26px;
  right: var(--px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--support-1);
  font-family: var(--font-inter);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.arrow-bob {
  display: inline-block;
  animation: feral-bob 1.8s ease-in-out infinite;
}

/* Marquee Section */
.marquee-container {
  overflow: hidden;
  border-top: 1px solid var(--hairline-soft);
  border-bottom: 1px solid var(--hairline-soft);
  padding: 24px 0;
  background-color: var(--negro);
}

.marquee-content {
  display: flex;
  width: max-content;
  animation: feral-marquee 34s linear infinite;
}

.marquee-group {
  display: flex;
  align-items: center;
  flex: none;
}

.marquee-text {
  font-family: var(--font-anton);
  font-size: clamp(34px, 5vw, 64px);
  letter-spacing: -.01em;
  padding: 0 28px;
}

.marquee-text.filled {
  color: var(--blanco);
}

.marquee-text.outline {
  color: transparent;
  -webkit-text-stroke: 1px var(--support-1);
}

/* Contact / Footer Section */
.footer {
  padding: clamp(90px, 14vh, 170px) var(--px) 0;
  border-top: 1px solid var(--hairline-soft);
  overflow: hidden;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 36px;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.footer-brand-logo {
  width: 50px;
  flex: none;
  display: block;
}

.footer-brand-text-wrapper {
  display: flex;
  flex-direction: column;
}

.footer-brand-title {
  font-family: var(--font-anton);
  font-size: 38px;
  line-height: 0.85;
  letter-spacing: -.03em;
  color: var(--rojo);
  white-space: nowrap;
}

.footer-brand-subtitle {
  font-family: var(--font-anton);
  font-size: 16px;
  line-height: 0.95;
  letter-spacing: .06em;
  color: var(--blanco);
  margin-top: .06em;
  white-space: nowrap;
}

.footer-links-container {
  display: flex;
  gap: clamp(40px, 6vw, 90px);
  flex-wrap: wrap;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.footer-column-title {
  font-family: var(--font-inter);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--support-1);
  margin-bottom: 3px;
}

.footer-column a, .footer-column span {
  font-family: var(--font-inter);
  font-size: 14px;
  color: var(--gris);
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: var(--blanco);
}

.footer-column .copy {
  color: var(--support-1);
}

.huge-bg-text {
  margin: clamp(40px, 7vh, 80px) 0 -2.5vw;
  line-height: 0.78;
}

.huge-bg-text span {
  font-family: var(--font-anton);
  font-size: 24vw;
  letter-spacing: -.03em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
  display: block;
}

/* Animations */
@keyframes feral-bob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
}

@keyframes feral-marquee {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translate(-50%);
  }
}

/* Buttons */
.btn-primary {
  display: inline-block;
  background: var(--grafito);
  color: var(--blanco);
  padding: 16px 30px;
  font-family: var(--font-inter), sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .3s, transform 0.3s, border-color 0.3s;
  margin-top: 32px;
  border: 1px solid var(--support-3);
}

.btn-primary:hover {
  background: var(--rojo);
  border-color: var(--rojo);
  transform: translateY(-2px);
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .arrow-bob {
    animation: none;
  }
  .marquee-content {
    animation: none;
    overflow-x: auto;
  }
}
