/* =============================================
   Brajesh Pathak – Coming Soon
   brajeshpathak.com
   ============================================= */

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

:root {
  --saffron: #FF6600;
  --deep-saffron: #E05500;
  --lotus: #ED70C0;
  --lotus-light: #F8B8E0;
  --lotus-dark: #C0458A;
  --green: #138808;
  --green-light: #1DAD0B;
  --white: #FFFFFF;
  --off-white: #FFF9F5;
  --dark: #1A0A00;
  --gold: #FFB300;
  --gold-light: #FFD866;
}

html, body {
  height: 100%;
  font-family: 'Inter', sans-serif;
}

body {
  min-height: 100vh;
  background: #FF6600;
  background: linear-gradient(150deg, #FF6600 0%, #E05500 35%, #C0458A 70%, #ED70C0 100%);
  color: var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  position: relative;
}

body::before {
  content: '';
  position: fixed;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255,255,255,0.07) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

body::after {
  content: '';
  position: fixed;
  bottom: -120px;
  left: -100px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(19,136,8,0.12) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
}

/* ---- Layout ---- */
.page-wrap {
  width: 100%;
  max-width: 480px;
  padding: 40px 24px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ---- Flag stripe ---- */
.flag-stripe {
  width: 100%;
  height: 6px;
  background: linear-gradient(to right,
    var(--saffron) 0%, var(--saffron) 33.3%,
    var(--white)   33.3%, var(--white)   66.6%,
    var(--green)   66.6%, var(--green)   100%);
  border-radius: 3px;
  margin-bottom: 32px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.18);
}

.flag-stripe-bottom {
  width: 100%;
  height: 4px;
  background: linear-gradient(to right,
    var(--green)   0%,    var(--green)   33.3%,
    var(--white)   33.3%, var(--white)   66.6%,
    var(--saffron) 66.6%, var(--saffron) 100%);
  border-radius: 2px;
  margin-top: 28px;
  opacity: 0.6;
}

/* ---- Lotus emblem ---- */
.emblem {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}

/* ---- Photos ---- */
.photos-row {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin-bottom: 24px;
  width: 100%;
}

.photo-ring {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  padding: 4px;
  background: linear-gradient(135deg, var(--gold) 0%, var(--saffron) 40%, var(--lotus) 100%);
  box-shadow: 0 6px 24px rgba(0,0,0,0.28), 0 0 0 2px rgba(255,255,255,0.18);
  flex-shrink: 0;
}

.photo-ring--center {
  width: 150px;
  height: 150px;
  padding: 5px;
  box-shadow: 0 10px 36px rgba(0,0,0,0.34), 0 0 0 3px rgba(255,255,255,0.25);
}

.photo-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

/* ---- Name & title ---- */
.name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 8vw, 2.6rem);
  font-weight: 900;
  letter-spacing: -0.5px;
  color: var(--white);
  text-align: center;
  line-height: 1.1;
  text-shadow: 0 2px 16px rgba(0,0,0,0.22);
}

.name-hindi {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1rem, 4vw, 1.2rem);
  font-weight: 700;
  color: rgba(255,255,255,0.82);
  text-align: center;
  margin-top: 4px;
  letter-spacing: 1px;
}

/* ---- Divider ---- */
.divider-lotus {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  width: 100%;
  justify-content: center;
}

.divider-lotus .line {
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.45));
}

.divider-lotus .line.right {
  background: linear-gradient(to left, transparent, rgba(255,255,255,0.45));
}

/* ---- Title badge ---- */
.title-badge {
  background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: 100px;
  padding: 7px 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold-light);
  text-align: center;
  backdrop-filter: blur(4px);
  margin-bottom: 28px;
}

/* ---- Card ---- */
.card {
  background: rgba(255,255,255,0.11);
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 20px;
  backdrop-filter: blur(10px);
  padding: 28px 24px 24px;
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
}

.card-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.5rem, 6vw, 2rem);
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.2;
}

.card-sub {
  font-size: 0.875rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.6;
  margin-bottom: 22px;
}

/* ---- Countdown ---- */
.countdown {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.count-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 58px;
}

.count-num {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 900;
  color: var(--white);
  background: rgba(255,255,255,0.12);
  border-radius: 12px;
  padding: 6px 8px;
  min-width: 58px;
  text-align: center;
  line-height: 1;
  border: 1px solid rgba(255,255,255,0.2);
}

.count-label {
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.62);
  margin-top: 5px;
}

/* ---- Domain tag ---- */
.domain-tag {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.5);
  margin-top: 28px;
  letter-spacing: 0.5px;
}

.domain-tag span {
  color: rgba(255,255,255,0.75);
  font-weight: 600;
}

/* ---- Responsive ---- */
@media (max-width: 400px) {
  .photo-ring        { width: 85px;  height: 85px; }
  .photo-ring--center{ width: 115px; height: 115px; }
  .photos-row        { gap: 6px; }
  .count-num         { font-size: 1.5rem; min-width: 46px; }
  .count-block       { min-width: 46px; }
}
