/* ————————————————————————————————————————————
   Disha & Ronak · Feb 1–3, 2027 · #HarDishaMeRonak
   Brand: ivory #F7F3EA · antique gold #A8853B · deep green #1E3D2F
   ———————————————————————————————————————————— */

@font-face {
  font-family: "Kohinoor Gujarati";
  src: url("../assets/fonts/KohinoorGujaratiRegular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor Gujarati";
  src: url("../assets/fonts/KohinoorGujaratiMedium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor Gujarati";
  src: url("../assets/fonts/KohinoorGujaratiSemibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Kohinoor Gujarati";
  src: url("../assets/fonts/KohinoorGujaratiBold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

:root {
  --ivory: #f7f3ea;
  --ivory-card: #fffdf6;
  --gold: #a8853b;
  --gold-soft: #c9a96a;
  --gold-hairline: rgba(168, 133, 59, 0.35);
  --green: #1e3d2f;
  --green-deep: #162e24;
  --green-muted: #5a7263;
  --display: "Cormorant Garamond", "Kohinoor Gujarati", Georgia, serif;
  --body: "Cormorant Garamond", "Kohinoor Gujarati", Georgia, serif;
  --gu: "Kohinoor Gujarati", "Cormorant Garamond", Georgia, serif;
}

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

html { scroll-behavior: smooth; }

body {
  background: var(--ivory);
  color: var(--green);
  font-family: var(--body);
  font-size: 1.15rem;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

/* Gujarati mode: Kohinoor leads, sizes tuned down (Kohinoor runs large) */
body.lang-gu { font-family: var(--gu); font-size: 1.02rem; line-height: 1.85; }
body.lang-gu h1, body.lang-gu h2, body.lang-gu h3, body.lang-gu .kicker { font-family: var(--gu); }
body.lang-gu h1 { letter-spacing: 0; }

img { max-width: 100%; display: block; }
a { color: var(--gold); }

h1, h2, h3 { font-family: var(--display); font-weight: 600; line-height: 1.15; }

.kicker {
  font-family: var(--display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--gold);
}
body.lang-gu .kicker { letter-spacing: 0.12em; font-size: 0.85rem; }

.wrap { max-width: 1020px; margin: 0 auto; padding: 0 1.25rem; }

/* ————— header ————— */
.site-head {
  background: rgba(253, 251, 246, 0.94);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--green);
  padding: 0.9rem 0 0;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--gold-hairline);
  box-shadow: 0 6px 24px rgba(30, 61, 47, 0.07);
}
.head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.head-brand { display: flex; align-items: center; gap: 0.7rem; text-decoration: none; color: var(--green); }
.head-brand img { width: 40px; height: auto; }
.head-brand .brand-names { font-family: var(--display); font-size: 1.25rem; letter-spacing: 0.06em; }
.head-brand .brand-date { font-size: 0.72rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); }
body.lang-gu .head-brand .brand-date { letter-spacing: 0.08em; }

.lang-btn {
  border: 1px solid var(--gold);
  background: transparent;
  color: var(--gold);
  font-family: var(--gu);
  font-size: 0.9rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.lang-btn:hover { background: var(--gold); color: var(--ivory-card); }

.site-nav {
  margin-top: 0.75rem;
  border-top: 1px solid var(--gold-hairline);
  overflow-x: auto;
  scrollbar-width: none;
}
.site-nav::-webkit-scrollbar { display: none; }
.site-nav ul {
  display: flex;
  gap: 0.25rem;
  list-style: none;
  justify-content: center;
  min-width: max-content;
  margin: 0 auto;
  padding: 0.15rem 1rem;
}
.site-nav a {
  display: block;
  padding: 0.55rem 0.8rem;
  color: var(--green-muted);
  text-decoration: none;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--gold); }
.site-nav a.active { color: var(--gold); border-bottom-color: var(--gold); }

/* ————— hero (home) ————— */
.hero { text-align: center; padding: 4.5rem 1.25rem 3.5rem; }
.hero .monogram { width: min(190px, 46vw); margin: 0 auto 1.6rem; }
.hero h1 {
  font-size: clamp(2.6rem, 7vw, 4.6rem);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.hero .tagline { margin-top: 0.9rem; font-style: italic; font-size: 1.25rem; color: var(--green-muted); }
body.lang-gu .hero .tagline { font-style: normal; }
.hero .dates { margin-top: 1.4rem; font-size: 1.35rem; letter-spacing: 0.08em; }
.hero .venue-tba { margin-top: 0.35rem; color: var(--green-muted); font-size: 1.05rem; }

.rule {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  justify-content: center;
  margin: 1.6rem auto;
  max-width: 420px;
}
.rule::before, .rule::after { content: ""; flex: 1; height: 1px; background: var(--gold-hairline); }
.rule .diamond { width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }

.countdown { margin-top: 0.4rem; }
.countdown .count-num {
  font-family: var(--display);
  font-size: clamp(2.4rem, 6vw, 3.4rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
}
.countdown .count-label { letter-spacing: 0.28em; text-transform: uppercase; font-size: 0.8rem; margin-top: 0.35rem; }
body.lang-gu .countdown .count-label { letter-spacing: 0.1em; font-size: 0.9rem; }
.cd-units { display: flex; align-items: baseline; justify-content: center; gap: clamp(6px, 1.6vw, 14px); flex-wrap: wrap; }
.cd-unit { display: inline-flex; flex-direction: column; align-items: center; min-width: 52px; }
.cd-num {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cd-lbl { letter-spacing: 0.18em; text-transform: uppercase; font-size: 0.66rem; margin-top: 0.3rem; }
body.lang-gu .cd-lbl { letter-spacing: 0.06em; font-size: 0.78rem; }
.cd-sep { color: var(--gold); opacity: 0.5; font-size: 1.2rem; align-self: center; }
@media (max-width: 480px) { .cd-unit { min-width: 44px; } .cd-sep { display: none; } }

.cta-row { margin-top: 2.2rem; display: flex; gap: 0.9rem; justify-content: center; flex-wrap: wrap; }
.btn {
  display: inline-block;
  text-decoration: none;
  font-family: inherit;
  font-size: 1.02rem;
  letter-spacing: 0.08em;
  padding: 0.75rem 1.9rem;
  border-radius: 999px;
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn:hover { transform: translateY(-1px); }
.btn-solid { background: var(--gold); color: var(--ivory-card); box-shadow: 0 8px 20px rgba(168, 133, 59, 0.32); }
.btn-solid:hover { background: #96762f; }
.btn-outline { border: 1px solid var(--gold); color: var(--gold); }
.btn-outline:hover { background: var(--gold); color: var(--ivory); }

.hashtag-band {
  background: var(--ivory-card);
  border-top: 1px solid var(--gold-hairline);
  border-bottom: 1px solid var(--gold-hairline);
  color: var(--gold);
  text-align: center;
  padding: 1.1rem 1rem;
  font-family: var(--display);
  font-size: 1.3rem;
  letter-spacing: 0.12em;
}

/* ————— page hero (subpages) ————— */
.page-hero { text-align: center; padding: 3.2rem 1.25rem 1rem; }
.page-hero h1 { font-size: clamp(2.2rem, 5.5vw, 3.4rem); margin-top: 0.5rem; }
.page-hero .intro { max-width: 640px; margin: 1.1rem auto 0; color: var(--green-muted); font-size: 1.12rem; }

/* ————— cards & sections ————— */
.section { padding: 2.2rem 0 3rem; }
.cards { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card {
  background: var(--ivory-card);
  border: 1px solid var(--gold-hairline);
  border-radius: 14px;
  padding: 1.5rem 1.4rem;
  box-shadow: 0 10px 30px rgba(30, 61, 47, 0.07);
}
.card h3 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.card p { color: var(--green-muted); font-size: 1.02rem; }
.card .card-link { display: inline-block; margin-top: 0.8rem; font-size: 0.95rem; letter-spacing: 0.06em; text-decoration: none; }
.card .card-link:hover { text-decoration: underline; }

.chip {
  display: inline-block;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold);
  border: 1px solid var(--gold-hairline);
  border-radius: 999px;
  padding: 0.22rem 0.7rem;
  margin-bottom: 0.7rem;
  background: rgba(168, 133, 59, 0.06);
}
body.lang-gu .chip { letter-spacing: 0.06em; font-size: 0.8rem; }

.notice {
  background: rgba(168, 133, 59, 0.08);
  border: 1px solid var(--gold-hairline);
  border-radius: 12px;
  padding: 0.9rem 1.2rem;
  font-size: 1rem;
  color: var(--green);
  text-align: center;
}

/* ————— schedule timeline ————— */
.day-block { margin-bottom: 2.6rem; }
.day-head { display: flex; align-items: baseline; gap: 0.9rem; margin-bottom: 1.2rem; flex-wrap: wrap; }
.day-head h2 { font-size: 1.9rem; }
.day-head .day-date { color: var(--gold); font-size: 1.05rem; letter-spacing: 0.1em; }
.timeline { list-style: none; border-left: 1px solid var(--gold-hairline); margin-left: 0.4rem; }
.timeline li { position: relative; padding: 0 0 1.6rem 1.6rem; }
.timeline li:last-child { padding-bottom: 0.4rem; }
.timeline li::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 0.5em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--gold);
}
.timeline .ev-time { font-size: 0.8rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold); }
body.lang-gu .timeline .ev-time { letter-spacing: 0.06em; font-size: 0.88rem; }
.timeline h3 { font-size: 1.45rem; margin: 0.15rem 0 0.25rem; }
.timeline p { color: var(--green-muted); font-size: 1.05rem; max-width: 620px; }
.surprise-note { text-align: center; font-style: italic; color: var(--gold); margin-top: 1rem; font-size: 1.1rem; }
body.lang-gu .surprise-note { font-style: normal; }

/* ————— forms ————— */
form { display: grid; gap: 1.2rem; }
.field label { display: block; font-weight: 600; margin-bottom: 0.35rem; font-size: 1.05rem; }
.field input[type="text"], .field input[type="tel"], .field input[type="number"],
.field select, .field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 1rem;
  color: var(--green);
  background: var(--ivory-card);
  border: 1px solid var(--gold-hairline);
  border-radius: 10px;
  padding: 0.7rem 0.9rem;
}
.field textarea { min-height: 100px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 2px solid var(--gold-soft);
  outline-offset: 1px;
}
.field-row { display: grid; gap: 1.2rem; grid-template-columns: 1fr 1fr; }
@media (max-width: 560px) { .field-row { grid-template-columns: 1fr; } }
.check-group { display: grid; gap: 0.55rem; }
.check-group label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 400;
  background: var(--ivory-card);
  border: 1px solid var(--gold-hairline);
  border-radius: 10px;
  padding: 0.6rem 0.9rem;
  cursor: pointer;
}
.check-group input { accent-color: var(--gold); width: 1.05rem; height: 1.05rem; }
button.btn { border: none; cursor: pointer; font-family: inherit; }
button.btn:disabled { opacity: 0.45; cursor: not-allowed; transform: none; }
.form-status { text-align: center; font-size: 1.02rem; min-height: 1.4em; }
.form-status.ok { color: var(--green); font-weight: 600; }
.form-status.err { color: #8a3324; }

/* ————— FAQ ————— */
.faq details {
  background: var(--ivory-card);
  border: 1px solid var(--gold-hairline);
  border-radius: 12px;
  padding: 1rem 1.3rem;
  margin-bottom: 0.8rem;
}
.faq summary {
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
body.lang-gu .faq summary { font-family: var(--gu); font-size: 1.1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: 0.6rem; color: var(--green-muted); }

/* ————— gallery steps ————— */
.steps { counter-reset: step; display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.step { text-align: center; padding: 1.6rem 1.2rem; }
.step .step-num {
  counter-increment: step;
  width: 2.6rem; height: 2.6rem;
  margin: 0 auto 0.8rem;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display);
  font-size: 1.3rem;
  color: var(--gold);
}
.hashtag-big {
  font-family: var(--display);
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  color: var(--gold);
  letter-spacing: 0.06em;
  text-align: center;
  margin: 1rem 0 0.4rem;
}

/* ————— footer ————— */
.site-foot {
  background: var(--ivory-card);
  border-top: 1px solid var(--gold-hairline);
  color: var(--green);
  text-align: center;
  padding: 2.6rem 1.25rem 2.2rem;
  margin-top: 2rem;
}
.site-foot img { width: 64px; margin: 0 auto 0.9rem; opacity: 0.9; }
.site-foot .foot-names { font-family: var(--display); font-size: 1.5rem; letter-spacing: 0.08em; }
.site-foot .foot-date { color: var(--gold); font-size: 0.85rem; letter-spacing: 0.22em; text-transform: uppercase; margin-top: 0.3rem; }
body.lang-gu .site-foot .foot-date { letter-spacing: 0.08em; }
.site-foot .foot-tag { color: var(--gold); font-family: var(--display); font-size: 1.05rem; margin-top: 0.9rem; letter-spacing: 0.1em; }
.site-foot .foot-love { color: var(--green-muted); font-size: 0.9rem; margin-top: 1.1rem; }

@media (max-width: 640px) {
  .hero { padding-top: 3rem; }
  .head-brand .brand-names { font-size: 1.05rem; }
}
