/* Minimal — oq-qora, katta tipografika, keng bo'shliq */

:root {
  --bg: #ffffff;
  --ink: #171717;
  --muted: #8a8a8a;
  --line: #e4e4e4;
}

body {
  background: var(--bg);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

/* Overlay */
.invite-overlay { background: var(--bg); }
.overlay-kicker {
  text-transform: uppercase; letter-spacing: 0.5em; font-size: 0.68rem;
  color: var(--muted); margin-bottom: 24px;
}
.overlay-names {
  font-family: "Cormorant Garamond", serif; font-weight: 300;
  font-size: clamp(2.2rem, 9vw, 3.4rem); line-height: 1.2;
}
.overlay-names span { color: var(--muted); font-size: 0.5em; }
.overlay-open-btn {
  background: var(--ink); color: #fff; border-radius: 0;
  letter-spacing: 0.15em; text-transform: uppercase; font-size: 0.8rem;
  font-weight: 500; animation: none;
}

/* Hero */
.hero { text-align: center; padding: 90px 0 60px; }
.kicker {
  text-transform: uppercase; letter-spacing: 0.5em; font-size: 0.68rem;
  color: var(--muted);
}
.names {
  font-family: "Cormorant Garamond", serif; font-weight: 300;
  font-size: clamp(2.8rem, 12vw, 4.4rem); line-height: 1.12; margin: 26px 0;
}
.names span { display: block; }
.names .plus { font-size: 0.4em; color: var(--muted); margin: 6px 0; }
.date-block { display: flex; align-items: center; justify-content: center; gap: 18px; }
.date-block p { letter-spacing: 0.22em; font-size: 0.92rem; font-weight: 500; }
.date-block .rule { display: block; width: 44px; height: 1px; background: var(--ink); }

/* Matn */
.invite-text {
  text-align: center; font-family: "Cormorant Garamond", serif; font-style: italic;
  font-size: 1.35rem; line-height: 1.8; max-width: 440px; margin: 0 auto;
}

/* Countdown */
.section-heading {
  text-transform: uppercase; letter-spacing: 0.4em; font-size: 0.7rem;
  font-weight: 500; color: var(--muted); margin-bottom: 26px;
}
.cd-item { border: 1px solid var(--line); border-radius: 0; }
.cd-item span { font-family: "Cormorant Garamond", serif; font-weight: 400; }
.cd-item small { color: var(--muted); }
.countdown-done { font-family: "Cormorant Garamond", serif; font-weight: 400; }

/* Manzil */
.venue-name { font-weight: 500; letter-spacing: 0.02em; }
.venue-address { color: var(--muted); }
.map-wrap { border-radius: 0; border: 1px solid var(--line); }
.btn-directions {
  background: var(--ink); color: #fff; border-radius: 0;
  text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.82rem; font-weight: 500;
}

/* Tabriklar */
.greet-form input, .greet-form textarea {
  border: none; border-bottom: 1px solid var(--ink); border-radius: 0;
  background: transparent; padding-left: 2px; padding-right: 2px;
}
.greet-form button {
  background: var(--ink); color: #fff; border-radius: 0;
  text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.82rem; font-weight: 500;
}
.greet-item { border: 1px solid var(--line); border-radius: 0; }
.greet-item b { font-weight: 700; font-size: 0.9rem; }

/* Musiqa */
.music-btn { background: var(--ink); color: #fff; }
