:root {
  --black: #050505;
  --black-soft: #0d0d0d;
  --graphite: #171717;
  --white: #f5f5f2;
  --muted: #a7a7a0;
  --gold: #c89122;
  --gold-light: #f0bd49;
  --line: rgba(255, 255, 255, 0.13);
  --glass: rgba(10, 10, 10, 0.72);
  --radius-xl: 34px;
  --radius-lg: 24px;
}


* { box-sizing: border-box; }

html { min-height: 100%; }

body {
  min-height: 100vh;
  margin: 0;
  color: var(--white);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 66% 35%, rgba(200, 145, 34, 0.16), transparent 28%),
    linear-gradient(120deg, rgba(0, 0, 0, 0.94), rgba(0, 0, 0, 0.68) 46%, rgba(0, 0, 0, 0.9)),
    url("assets/background.png") center / cover no-repeat fixed,
    var(--black);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  pointer-events: none;
  z-index: 0;
}

body::before {
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 7%, rgba(255, 255, 255, 0.04) 7.1%, transparent 7.25% 100%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 110px);
  opacity: 0.35;
}

body::after {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -100px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 189, 73, 0.18), transparent 68%);
  filter: blur(2px);
}

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

.scanline {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
  background: repeating-linear-gradient(180deg, rgba(255,255,255,.035) 0 1px, transparent 1px 5px);
  opacity: 0.12;
}

.layout {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  align-items: center;
  gap: 26px;
  padding: 42px 0;
}

.brand-panel,
.links-panel {
  position: relative;
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(16, 16, 16, 0.8), rgba(3, 3, 3, 0.78));
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.58), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  overflow: hidden;
}

.brand-panel {
  min-height: 680px;
  display: grid;
  place-items: center;
  padding: clamp(28px, 5vw, 64px);
  isolation: isolate;
}

.brand-panel::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(200, 145, 34, 0.22);
  z-index: -1;
}

.brand-panel::after {
  content: "SUBURBIA";
  position: absolute;
  left: 50%;
  top: 52%;
  transform: translate(-50%, -50%);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(5rem, 13vw, 13rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.035);
  z-index: -2;
  white-space: nowrap;
}

.brand-topline {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  display: flex;
  justify-content: space-between;
  color: rgba(245, 245, 242, 0.64);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.logo-orbit {
  position: absolute;
  width: min(72vw, 520px);
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
}

.orbit,
.pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.orbit-one {
  border: 1px solid rgba(240, 189, 73, 0.26);
  clip-path: polygon(0 0, 100% 0, 100% 46%, 0 70%);
  animation: rotate 18s linear infinite;
}

.orbit-two {
  inset: 50px;
  border: 1px dashed rgba(255, 255, 255, 0.16);
  animation: rotate 28s linear infinite reverse;
}

.pulse {
  inset: 90px;
  background: radial-gradient(circle, rgba(200, 145, 34, 0.18), transparent 64%);
  filter: blur(10px);
}

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

.main-logo {
  width: clamp(160px, 24vw, 260px);
  aspect-ratio: 1;
  object-fit: contain;
  padding: clamp(14px, 2vw, 22px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(240, 189, 73, 0.36);
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.56), inset 0 1px 0 rgba(255,255,255,.12);
  filter: drop-shadow(0 18px 36px rgba(0, 0, 0, 0.84));
}

.brand-copy {
  text-align: center;
  align-self: end;
  margin-top: 28px;
}

.kicker,
.panel-header p {
  margin: 0 0 8px;
  color: var(--gold-light);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-family: Rajdhani, Inter, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(3.6rem, 9vw, 8.6rem);
  line-height: 0.82;
  letter-spacing: -0.055em;
  text-shadow: 0 0 34px rgba(255, 255, 255, 0.1);
}

.claim {
  margin: 18px 0 0;
  color: rgba(245, 245, 242, 0.74);
  font-weight: 900;
  letter-spacing: 0.5em;
  text-transform: uppercase;
}

.claim span { color: var(--gold-light); }

.links-panel {
  padding: clamp(24px, 4vw, 38px);
}

.links-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(200, 145, 34, 0.2), transparent 36%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.panel-header {
  position: relative;
  margin-bottom: 22px;
}

h2 {
  font-size: clamp(2.1rem, 5vw, 4.2rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
}

.social-list {
  position: relative;
  display: grid;
  gap: 14px;
}

.social-card {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr auto;
  align-items: center;
  gap: 15px;
  min-height: 82px;
  padding: 15px 16px;
  color: var(--white);
  text-decoration: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(255, 255, 255, 0.13);
  isolation: isolate;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
  overflow: hidden;
}

.social-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(240, 189, 73, 0.25), transparent 48%);
  opacity: 0;
  transition: opacity .22s ease;
  z-index: -1;
}

.social-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  bottom: 16px;
  width: 3px;
  background: var(--gold-light);
  opacity: 0.72;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-4px) translateX(-3px);
  border-color: rgba(240, 189, 73, 0.78);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.42);
  outline: none;
}

.social-card:hover::before,
.social-card:focus-visible::before { opacity: 1; }

.social-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: rgba(0, 0, 0, 0.48);
  border: 1px solid rgba(240, 189, 73, 0.38);
}

.social-icon svg {
  width: 27px;
  height: 27px;
  fill: var(--gold-light);
}

.social-text strong,
.social-text small { display: block; }

.social-text strong {
  font-family: Rajdhani, Inter, sans-serif;
  font-size: 1.55rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.social-text small {
  margin-top: 6px;
  color: var(--muted);
  font-weight: 700;
}

.arrow {
  color: rgba(245, 245, 242, 0.68);
  font-size: 1.25rem;
  transition: color .22s ease, transform .22s ease;
}

.social-card:hover .arrow,
.social-card:focus-visible .arrow {
  color: var(--gold-light);
  transform: translate(3px, -3px);
}

.status-bar {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(245, 245, 242, 0.58);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.live-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold-light);
  box-shadow: 0 0 0 5px rgba(240, 189, 73, 0.14), 0 0 20px rgba(240, 189, 73, 0.8);
}



.intro-screen {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 42%, rgba(240, 189, 73, 0.18), transparent 34%),
    linear-gradient(135deg, #050505 0%, #0d0d0d 54%, #050505 100%);
  animation: introFade 2.35s cubic-bezier(.76,0,.24,1) forwards;
  pointer-events: none;
}

.intro-screen::before,
.intro-screen::after {
  content: "";
  position: absolute;
  inset: 26px;
  border: 1px solid rgba(240, 189, 73, 0.34);
  clip-path: polygon(0 0, 88px 0, 88px 3px, 3px 3px, 3px 88px, 0 88px, 0 0, 100% 0, 100% 100%, calc(100% - 88px) 100%, calc(100% - 88px) calc(100% - 3px), calc(100% - 3px) calc(100% - 3px), calc(100% - 3px) calc(100% - 88px), 100% calc(100% - 88px), 100% 0);
  opacity: 0;
  animation: cornerReveal 1.2s ease .18s forwards;
}

.intro-screen::after {
  inset: 0;
  border: 0;
  background: linear-gradient(90deg, transparent, rgba(240,189,73,.18), transparent);
  transform: translateX(-115%);
  animation: introSweep 1.15s ease .62s forwards;
}

.intro-logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  width: clamp(132px, 18vw, 220px);
  aspect-ratio: 1;
  padding: clamp(16px, 2vw, 24px);
  border-radius: var(--radius-xl);
  border: 1px solid rgba(240, 189, 73, 0.42);
  background: linear-gradient(145deg, rgba(255,255,255,.1), rgba(255,255,255,.025));
  box-shadow: 0 24px 80px rgba(0,0,0,.62), inset 0 1px 0 rgba(255,255,255,.14);
  animation: introLogo 1.38s cubic-bezier(.2,.85,.24,1) forwards;
}

.intro-logo-wrap::before {
  content: "";
  position: absolute;
  inset: -18px;
  border-radius: calc(var(--radius-xl) + 18px);
  border: 1px dashed rgba(240, 189, 73, 0.28);
  animation: rotate 10s linear infinite;
}

.intro-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 24px;
  filter: drop-shadow(0 10px 26px rgba(0,0,0,.72));
}

.intro-text {
  position: absolute;
  margin-top: clamp(232px, 28vw, 320px);
  font-family: Rajdhani, Inter, sans-serif;
  font-size: clamp(1.1rem, 2.7vw, 2.4rem);
  font-weight: 700;
  letter-spacing: .28em;
  color: rgba(245,245,242,.86);
  text-transform: uppercase;
  animation: introText 1.1s ease .36s both;
}

.brand-panel,
.links-panel {
  border-radius: var(--radius-lg);
  animation: panelEnter .95s cubic-bezier(.2,.85,.24,1) 1.72s both;
}

.links-panel { animation-delay: 1.86s; }

.brand-topline,
.brand-copy { animation: softUp .75s ease 2.05s both; }
.logo-orbit { animation: softScale .95s cubic-bezier(.2,.85,.24,1) 1.95s both; }
.main-logo { animation: logoPop .95s cubic-bezier(.2,.85,.24,1) 2s both, logoFloat 5s ease-in-out 3s infinite; }
.panel-header { animation: softUp .75s ease 2.14s both; }
.social-card { animation: cardEnter .72s cubic-bezier(.2,.85,.24,1) both; }
.social-card:nth-child(1) { animation-delay: 2.22s; }
.social-card:nth-child(2) { animation-delay: 2.32s; }
.social-card:nth-child(3) { animation-delay: 2.42s; }
.social-card:nth-child(4) { animation-delay: 2.52s; }
.status-bar { animation: softUp .75s ease 2.62s both; }

@keyframes introFade {
  0%, 68% { opacity: 1; visibility: visible; }
  100% { opacity: 0; visibility: hidden; }
}

@keyframes introLogo {
  0% { opacity: 0; transform: translateY(18px) scale(.78) rotate(-4deg); filter: blur(8px); }
  55% { opacity: 1; transform: translateY(0) scale(1.04) rotate(0); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

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

@keyframes introSweep {
  to { transform: translateX(115%); }
}

@keyframes cornerReveal {
  to { opacity: 1; }
}

@keyframes panelEnter {
  from { opacity: 0; transform: translateY(34px) scale(.975); filter: blur(10px); }
  to { opacity: 1; transform: translateY(0) scale(1); filter: blur(0); }
}

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

@keyframes softScale {
  from { opacity: 0; transform: scale(.82); }
  to { opacity: 1; transform: scale(1); }
}

@keyframes logoPop {
  from { opacity: 0; transform: translateY(20px) scale(.86); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

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

@keyframes cardEnter {
  from { opacity: 0; transform: translateX(26px); }
  to { opacity: 1; transform: translateX(0); }
}



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

@media (max-width: 920px) {
  .layout {
    grid-template-columns: 1fr;
    width: min(720px, calc(100% - 28px));
    padding: 24px 0;
  }

  .brand-panel { min-height: 520px; }
}

@media (max-width: 560px) {
  body { background-position: center top; }

  .layout { width: min(100% - 20px, 520px); }

  .brand-panel,
  .links-panel { border-radius: 20px; }

  .brand-panel {
    min-height: 430px;
    padding: 26px 18px;
  }

  .brand-topline {
    top: 18px;
    left: 18px;
    right: 18px;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
  }

  .main-logo { width: 150px; }

  .claim {
    font-size: 0.82rem;
    letter-spacing: 0.28em;
  }

  .social-card {
    grid-template-columns: 48px 1fr auto;
    min-height: 76px;
    padding: 13px 14px;
  }

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

  .social-icon svg {
    width: 24px;
    height: 24px;
  }
}


/* Hostinger cache-safe fallback */
.intro-screen img {
  max-width: 100%;
  display: block;
}
.intro-screen .intro-logo-wrap {
  overflow: hidden;
}
