*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: #c5a059;
  --gold-light: #e8cc8a;
  --navy: #001b3a;
  --beige: #f2e8d5;
  --white: #faf8f4;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Montserrat", "Segoe UI", sans-serif;
  color: var(--navy);
  background: var(--beige);
  overflow: hidden;
}

.page {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arka plan — daha belirgin */
.background {
  position: fixed;
  inset: 0;
  z-index: 0;
}

.background__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.48;
  filter: saturate(1.05);
  transform: scale(1.02);
}

.background__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 45%, rgba(250, 248, 244, 0.15) 0%, rgba(242, 232, 213, 0.35) 50%, rgba(242, 232, 213, 0.55) 100%);
}

/* İçerik kartı */
.content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem 1.25rem;
  max-width: 920px;
  width: 100%;
}

.hero-card {
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
  border: 1px solid rgba(197, 160, 89, 0.35);
  border-radius: 2px;
  background: rgba(250, 248, 244, 0.72);
  backdrop-filter: blur(12px);
  box-shadow:
    0 24px 60px rgba(0, 27, 58, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
  animation: cardFloat 6s ease-in-out 2s infinite;
}

@keyframes cardFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.hero-label {
  font-size: clamp(0.65rem, 1.5vw, 0.8rem);
  font-weight: 600;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.25rem;
  opacity: 0;
  animation: fadeSlideDown 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.15s forwards;
}

.hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15em;
  font-weight: 500;
  line-height: 1.1;
}

.hero-line {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-line--1 {
  font-size: clamp(1.4rem, 3.5vw, 2.2rem);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-line--2 {
  margin: 0.1em 0 0.05em;
}

.hero-line--3 {
  font-size: clamp(1rem, 2.5vw, 1.45rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 400;
  color: rgba(0, 27, 58, 0.85);
}

/* Harf harf giriş */
.hero-char {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px) rotateX(40deg);
  animation: charReveal 0.55s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.hero-line--1 .hero-char:nth-child(1) { animation-delay: 0.35s; }
.hero-line--1 .hero-char:nth-child(2) { animation-delay: 0.42s; }
.hero-line--1 .hero-char:nth-child(4) { animation-delay: 0.56s; }
.hero-line--1 .hero-char:nth-child(5) { animation-delay: 0.63s; }
.hero-line--1 .hero-char:nth-child(6) { animation-delay: 0.7s; }
.hero-line--1 .hero-char:nth-child(7) { animation-delay: 0.77s; }

.hero-line--3 .hero-char:nth-child(1) { animation-delay: 1.35s; }
.hero-line--3 .hero-char:nth-child(2) { animation-delay: 1.41s; }
.hero-line--3 .hero-char:nth-child(3) { animation-delay: 1.47s; }
.hero-line--3 .hero-char:nth-child(4) { animation-delay: 1.53s; }
.hero-line--3 .hero-char:nth-child(5) { animation-delay: 1.59s; }
.hero-line--3 .hero-char:nth-child(6) { animation-delay: 1.65s; }
.hero-line--3 .hero-char:nth-child(7) { animation-delay: 1.71s; }
.hero-line--3 .hero-char:nth-child(9) { animation-delay: 1.83s; }
.hero-line--3 .hero-char:nth-child(10) { animation-delay: 1.89s; }
.hero-line--3 .hero-char:nth-child(11) { animation-delay: 1.95s; }
.hero-line--3 .hero-char:nth-child(12) { animation-delay: 2.01s; }
.hero-line--3 .hero-char:nth-child(13) { animation-delay: 2.07s; }
.hero-line--3 .hero-char:nth-child(14) { animation-delay: 2.13s; }
.hero-line--3 .hero-char:nth-child(15) { animation-delay: 2.19s; }
.hero-line--3 .hero-char:nth-child(16) { animation-delay: 2.25s; }
.hero-line--3 .hero-char:nth-child(17) { animation-delay: 2.31s; }
.hero-line--3 .hero-char:nth-child(18) { animation-delay: 2.37s; }
.hero-line--3 .hero-char:nth-child(19) { animation-delay: 2.43s; }

@keyframes charReveal {
  to {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }
}

/* Yıldız kelime — büyük, altın, parıltılı */
.hero-highlight {
  display: inline-block;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.2rem, 10vw, 6.5rem);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0.06em;
  line-height: 1;
  background: linear-gradient(
    120deg,
    #9a7332 0%,
    var(--gold-light) 25%,
    #fff8e7 45%,
    var(--gold) 60%,
    #9a7332 100%
  );
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  opacity: 0;
  transform: scale(0.85);
  filter: drop-shadow(0 4px 20px rgba(197, 160, 89, 0.45));
  animation:
    highlightPop 1s cubic-bezier(0.22, 1, 0.36, 1) 0.85s forwards,
    shimmer 3.5s linear 1.85s infinite;
}

@keyframes highlightPop {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shimmer {
  to {
    background-position: 220% center;
  }
}

.hero-divider {
  width: min(120px, 30%);
  height: 1px;
  margin: 1.75rem auto 1.5rem;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0;
  animation: dividerGlow 2.2s ease-in-out 2.6s infinite;
}

@keyframes dividerGlow {
  0%, 100% {
    opacity: 0.35;
    transform: scaleX(0.7);
  }
  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.brand-tag {
  font-size: clamp(0.65rem, 1.6vw, 0.8rem);
  font-weight: 500;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: rgba(0, 27, 58, 0.6);
  opacity: 0;
  animation: fadeSlideUp 0.9s ease 2.5s forwards;
}

@keyframes fadeSlideDown {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Altın parçacıklar */
.particles {
  position: fixed;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
  opacity: 0;
  animation: floatParticle linear infinite;
}

@keyframes floatParticle {
  0% {
    opacity: 0;
    transform: translateY(100vh) scale(0);
  }
  10% {
    opacity: 0.7;
  }
  90% {
    opacity: 0.35;
  }
  100% {
    opacity: 0;
    transform: translateY(-10vh) scale(1);
  }
}

@media (max-width: 480px) {
  .hero-card {
    padding: 1.75rem 1.25rem;
  }

  .hero-line--1,
  .hero-line--3 {
    letter-spacing: 0.08em;
  }

  .brand-tag {
    letter-spacing: 0.22em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-card,
  .hero-char,
  .hero-highlight,
  .hero-label,
  .brand-tag,
  .hero-divider {
    animation: none;
    opacity: 1;
    transform: none;
  }

  .hero-highlight {
    color: var(--gold);
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
  }

  .particle {
    display: none;
  }
}
