* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #111111;
  background:
    radial-gradient(circle at 22% 18%, rgba(255,255,255,.95), transparent 24%),
    radial-gradient(circle at 78% 20%, rgba(255,255,255,.75), transparent 25%),
    radial-gradient(circle at 50% 62%, rgba(255,255,255,.50), transparent 35%),
    linear-gradient(135deg, #f0f0ec 0%, #cfcfca 36%, #aaa9a4 68%, #deded9 100%);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

.hero {
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 55px 24px 35px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0,0,0,.03) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: radial-gradient(circle, black 25%, transparent 72%);
  pointer-events: none;
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(28px);
  opacity: .45;
  pointer-events: none;
}

.orb-one {
  width: 290px;
  height: 290px;
  background: rgba(255,255,255,.55);
  top: 12%;
  left: 8%;
}

.orb-two {
  width: 240px;
  height: 240px;
  background: rgba(0,0,0,.09);
  bottom: 13%;
  right: 8%;
}

.logo-wrap {
  width: 125px;
  max-width: 35vw;
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  padding: 8px;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-20px) scale(.94);
  animation: logoIn 1.2s ease forwards;
  box-shadow:
    0 18px 42px rgba(0,0,0,.22),
    inset 0 1px 0 rgba(255,255,255,.45);
}

.logo {
  width: 100%;
  display: block;
  filter:
    drop-shadow(0 8px 16px rgba(0,0,0,.20))
    drop-shadow(0 0 26px rgba(255,255,255,.22));
}

.logo-shine {
  position: absolute;
  top: -45%;
  left: -75%;
  width: 42%;
  height: 200%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.18),
    rgba(255,255,255,.75),
    rgba(255,255,255,.20),
    transparent
  );
  transform: rotate(25deg);
  animation: shineMove 2.1s ease forwards;
  animation-delay: 1s;
}

.brand-title {
  font-family: 'Cinzel', serif;
  font-size: clamp(48px, 7vw, 92px);
  line-height: .96;
  letter-spacing: 4px;
  font-weight: 800;
  color: #111111;
  text-shadow:
    0 1px 0 rgba(255,255,255,.35),
    0 10px 28px rgba(0,0,0,.12);
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 1s ease forwards;
  animation-delay: .5s;
}

.brand-subtitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: rgba(17,17,17,.58);
  opacity: 0;
  transform: translateY(18px);
  animation: fadeUp 1s ease forwards;
  animation-delay: .8s;
}

.eyebrow {
  margin-top: 14px;
  margin-bottom: 10px;
  color: rgba(17,17,17,.78);
  font-size: 12px;
  letter-spacing: 5px;
  font-weight: 700;
  opacity: 0;
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.1s;
}

.coming-text {
  font-family: 'Cinzel', serif;
  margin-top: 16px;
  max-width: 950px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.12;
  letter-spacing: 4px;
  color: #ffffff;
  text-shadow:
    0 2px 0 rgba(0,0,0,.25),
    0 12px 34px rgba(0,0,0,.22);
  opacity: 0;
  transform: translateY(26px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.4s;
}

.intro {
  max-width: 760px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(17,17,17,.78);
  opacity: 0;
  transform: translateY(22px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 1.8s;
}

.hero-buttons {
  margin-top: 34px;
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 1s ease forwards;
  animation-delay: 2.1s;
}

.btn {
  padding: 13px 26px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  transition: .35s ease;
}

.btn-main {
  color: #ffffff;
  background: linear-gradient(135deg, #111111, #343434, #111111);
  box-shadow: 0 14px 35px rgba(0,0,0,.24);
}

.btn-dark {
  color: #111111;
  border: 1px solid rgba(17,17,17,.42);
  background: rgba(255,255,255,.22);
  backdrop-filter: blur(10px);
}

.btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(0,0,0,.18);
}

.premium-info {
  max-width: 1120px;
  margin: -20px auto 0;
  padding: 0 24px 78px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  position: relative;
  z-index: 3;
}

.thin-card {
  min-height: 100px;
  display: block;
  padding: 18px 22px;
  border-radius: 16px;
  background: rgba(255,255,255,.24);
  border: 1px solid rgba(17,17,17,.18);
  box-shadow:
    0 18px 45px rgba(0,0,0,.08),
    inset 0 1px 0 rgba(255,255,255,.35);
  backdrop-filter: blur(12px);
  transition: .35s ease;
}

.thin-card:hover {
  transform: translateY(-4px);
  border-color: rgba(17,17,17,.45);
  background: rgba(255,255,255,.34);
}

.thin-card span {
  display: block;
  font-family: 'Cinzel', serif;
  color: #111111;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.thin-card p,
.thin-card a {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(17,17,17,.80);
}

.brand-strip {
  position: relative;
  border-top: 1px solid rgba(17,17,17,.18);
  border-bottom: 1px solid rgba(17,17,17,.18);
  overflow: hidden;
  background: rgba(255,255,255,.20);
  padding: 16px 0 45px 0;
  backdrop-filter: blur(8px);
}

.marquee {
  display: flex;
  gap: 42px;
  width: max-content;
  animation: marqueeMove 28s linear infinite;
}

.marquee span {
  color: rgba(17,17,17,.80);
  font-weight: 800;
  letter-spacing: 3px;
  white-space: nowrap;
  font-size: 13px;
}

footer {
  text-align: center;
  padding: 24px 20px;
  color: rgba(17,17,17,.55);
  font-size: 13px;
}
.brand-note{
    text-align:center;
    width:100%;
    display:block;
    margin-top:15px;
    font-size:13px;
    color:rgba(17,17,17,.65);
    font-weight:500;
}

@keyframes logoIn {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes shineMove {
  to {
    left: 135%;
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes marqueeMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .premium-info {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .brand-title {
    letter-spacing: 3px;
  }
}

@media (max-width: 560px) {
  .hero {
    padding: 45px 18px 30px;
  }

  .logo-wrap {
    width: 105px;
  }

  .brand-title {
    letter-spacing: 2px;
    font-size: clamp(36px, 11vw, 50px);
  }

  .brand-subtitle,
  .eyebrow {
    letter-spacing: 3px;
  }

  .coming-text {
    letter-spacing: 2px;
    font-size: clamp(30px, 8vw, 42px);
  }

  .intro {
    font-size: 15px;
  }

  .hero-buttons {
    width: 100%;
  }

  .btn {
    width: calc(50% - 8px);
    text-align: center;
    padding: 13px 10px;
  }

  .thin-card {
    padding: 18px;
  }

}