*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --gold: #d4af37;
  --gold-soft: #f3e5ab;
  --gold-deep: #8a6a14;
  --bg: #050403;
  --bg-2: #0c0a08;
  --card: #12100c;
  --text: #f7f1e4;
  --muted: #cbbda3;
  --line: rgba(212, 175, 55, 0.22);
  --font: "Vazirmatn", system-ui, sans-serif;
  --display: "Cinzel", "Vazirmatn", serif;
}

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  line-height: 1.8;
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.grain {
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 50;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(5, 4, 3, 0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: var(--text);
  cursor: pointer;
}

.logo:focus-visible,
.nav-link:focus-visible,
.contact-card:focus-visible {
  outline: 2px solid var(--gold-soft);
  outline-offset: 4px;
  border-radius: 6px;
}

.logo-mark {
  width: 28px;
  height: 28px;
  display: block;
}

.logo-mark svg {
  width: 100%;
  height: 100%;
}

.logo-text {
  font-family: var(--display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: lowercase;
}

.nav-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.25s ease;
}

.nav-link:hover,
.nav-link:focus-visible {
  color: var(--gold-soft);
}

/* Hero */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 0 4rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 18%, rgba(212, 175, 55, 0.18), transparent 58%),
    radial-gradient(ellipse 40% 35% at 80% 80%, rgba(138, 106, 20, 0.14), transparent 55%),
    radial-gradient(ellipse 35% 30% at 12% 70%, rgba(243, 229, 171, 0.06), transparent 50%);
  pointer-events: none;
}

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

.hero-orb--one {
  width: 280px;
  height: 280px;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(212, 175, 55, 0.16);
  animation: float-center 8s ease-in-out infinite;
}

.hero-orb--two {
  width: 160px;
  height: 160px;
  bottom: 16%;
  right: 14%;
  background: rgba(243, 229, 171, 0.08);
  animation: float-y 10s ease-in-out infinite reverse;
}

.hero-content {
  position: relative;
  text-align: center;
}

.soon-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.4rem 1.15rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(212, 175, 55, 0.08);
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1.75rem;
}

.soon-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px var(--gold);
  animation: blink 2.4s ease-in-out infinite;
}

.ornament {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.ornament-line {
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ornament-diamond {
  width: 18px;
  height: 18px;
}

.hero-kicker {
  display: block;
  font-size: clamp(1.05rem, 2.4vw, 1.35rem);
  font-weight: 400;
  color: var(--muted);
  letter-spacing: 0.28em;
  margin-bottom: 0.65rem;
}

.hero-soon {
  display: block;
  font-size: clamp(3.4rem, 12vw, 7.2rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.gold-shimmer {
  background: linear-gradient(100deg, #8a6a14 0%, #f6e7b2 22%, #d4af37 50%, #fff6d4 68%, #8a6a14 100%);
  background-size: 220% auto;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 7s linear infinite;
  filter: drop-shadow(0 0 28px rgba(212, 175, 55, 0.28));
}

.hero-desc {
  max-width: 520px;
  margin: 1.35rem auto 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.15rem);
  font-weight: 300;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.65rem;
  list-style: none;
  margin-top: 1.75rem;
}

.hero-tags li {
  padding: 0.35rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 100px;
  color: var(--gold-soft);
  font-size: 0.82rem;
  font-weight: 500;
  background: rgba(18, 16, 12, 0.6);
}

.hero-jewel {
  margin-top: 2.5rem;
}

.necklace-art {
  width: min(320px, 78vw);
  height: auto;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.45));
  animation: sway 7s ease-in-out infinite;
}

/* Collection */
.collection {
  padding: 2rem 0 6rem;
}

.section-head {
  text-align: center;
  margin-bottom: 2.75rem;
}

.section-eyebrow {
  color: var(--gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  margin-bottom: 0.55rem;
}

.section-title {
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.section-note {
  color: var(--muted);
  font-weight: 300;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.piece {
  position: relative;
  text-align: center;
  padding: 2rem 1.35rem 1.6rem;
  background:
    linear-gradient(180deg, rgba(243, 229, 171, 0.05), transparent 38%),
    var(--card);
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.piece:hover {
  transform: translateY(-6px);
  border-color: rgba(243, 229, 171, 0.45);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.45), 0 0 24px rgba(212, 175, 55, 0.08);
}

.piece-frame {
  width: 92px;
  height: 92px;
  margin: 0 auto 1.15rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 30%, rgba(255, 246, 212, 0.16), rgba(212, 175, 55, 0.06) 42%, rgba(5, 4, 3, 0.4));
  border: 1px solid rgba(243, 229, 171, 0.2);
  box-shadow: inset 0 0 18px rgba(212, 175, 55, 0.12);
}

.piece-frame svg {
  width: 64px;
  height: 64px;
}

.piece h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.piece p {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.piece-soon {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--gold-soft);
  padding: 0.28rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 100px;
}

/* About */
.about {
  padding: 5.5rem 0;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.04), transparent 40%);
}

.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.about-text {
  color: var(--muted);
  font-weight: 300;
  max-width: 420px;
  margin-bottom: 2rem;
}

.contact-card {
  display: inline-flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.2rem 1.6rem;
  text-decoration: none;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 18px;
  cursor: pointer;
  transition: border-color 0.25s ease, transform 0.25s ease;
}

.contact-card:hover,
.contact-card:focus-visible {
  border-color: rgba(243, 229, 171, 0.5);
  transform: translateY(-2px);
}

.contact-label {
  font-size: 0.78rem;
  color: var(--muted);
  font-weight: 500;
}

.contact-phone {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--gold-soft);
  letter-spacing: 0.04em;
}

.about-visual {
  position: relative;
  height: 300px;
  display: grid;
  place-items: center;
}

.ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.22);
  animation: pulse 5s ease-in-out infinite;
}

.ring--outer {
  width: 240px;
  height: 240px;
}

.ring--mid {
  width: 176px;
  height: 176px;
  animation-delay: 0.7s;
  border-color: rgba(243, 229, 171, 0.18);
}

.ring--inner {
  width: 112px;
  height: 112px;
  animation-delay: 1.4s;
}

.visual-brand {
  position: relative;
  font-family: var(--display);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: lowercase;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Footer */
.footer {
  padding: 1.75rem 0 2rem;
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-logo {
  font-family: var(--display);
  letter-spacing: 0.16em;
  color: var(--muted);
  font-size: 0.95rem;
}

.footer-copy {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 300;
}

@keyframes shimmer {
  0% { background-position: 0% center; }
  100% { background-position: 220% center; }
}

@keyframes float-center {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(12px); }
}

@keyframes float-y {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(14px); }
}

@keyframes sway {
  0%, 100% { transform: rotate(-1.4deg); }
  50% { transform: rotate(1.4deg); }
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50% { transform: scale(1.05); opacity: 1; }
}

@media (max-width: 900px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .about-inner {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .about-visual {
    order: -1;
    height: 220px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
  }

  .hero-orb--two {
    display: none;
  }
}

@media (max-width: 520px) {
  .gallery {
    grid-template-columns: 1fr;
  }

  .soon-badge {
    letter-spacing: 0.08em;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .gold-shimmer,
  .hero-orb,
  .necklace-art,
  .soon-dot,
  .ring,
  .piece,
  .contact-card,
  .nav-link {
    animation: none;
    transition: none;
  }

  .gold-shimmer {
    filter: none;
  }

  .piece:hover,
  .contact-card:hover {
    transform: none;
  }

  .hero-orb--one {
    transform: translateX(-50%);
  }

  .hero-orb--two {
    transform: none;
  }
}
