/* =====================================================================
   CMDFW — GĪTĀ SUGĪTĀ KARTAVYĀ (GSK) EVENT PAGE STYLES
   Loaded only on the gita-sugita-kartavya page (enqueued in functions.php).
   The header/footer styling comes from header.css + footer.css; this file
   carries only the .cmdfw-gsk-* content. It scopes its own box-sizing under
   .cmdfw-gsk-page, so it doesn't depend on base.css.
   ===================================================================== */

.cmdfw-gsk-page,
.cmdfw-gsk-page * {
  box-sizing: border-box;
}

.cmdfw-gsk-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #2c2c2a;
  line-height: 1.5;
  max-width: 1100px;
  margin: 0 auto;
  padding: 1.5rem 1rem 3rem;
}

.cmdfw-gsk-page .gsk-serif {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.cmdfw-gsk-page .gsk-devanagari {
  font-family: "Tiro Devanagari Sanskrit", "Noto Sans Devanagari", serif;
}

/* Amrit Mahotsav banner */
.cmdfw-gsk-banner {
  background: #FAEEDA;
  border-radius: 12px;
  padding: 1.5rem;
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.cmdfw-gsk-banner img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.cmdfw-gsk-banner .gsk-label {
  font-size: 13px;
  color: #854F0B;
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
}

.cmdfw-gsk-banner h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 500;
  margin: 0 0 0.6rem;
  color: #4A1B0C;
  line-height: 1.2;
}

.cmdfw-gsk-banner h2 em {
  font-style: italic;
  color: #BA7517;
}

.cmdfw-gsk-banner p {
  font-size: 18px;
  line-height: 1.65;
  color: #712B13;
  margin: 0;
}

.cmdfw-gsk-banner p strong {
  font-weight: 600;
  color: #4A1B0C;
}

/* Hero */
.cmdfw-gsk-hero {
  background: #4A1B0C;
  border-radius: 12px;
  padding: 2.75rem 2.25rem;
  color: #FAECE7;
  position: relative;
  overflow: hidden;
  margin-top: 1.25rem;
}

.cmdfw-gsk-hero-date {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 13px;
  letter-spacing: 0.12em;
  color: #F5C4B3;
  opacity: 0.85;
}

.cmdfw-gsk-hero-content {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 2rem;
  margin-top: 1.5rem;
  align-items: center;
}

.cmdfw-gsk-hero .gsk-devanagari-title {
  font-family: "Tiro Devanagari Sanskrit", "Noto Sans Devanagari", serif;
  font-size: 26px;
  color: #FAC775;
  margin: 0 0 0.5rem;
  letter-spacing: 0.02em;
}

.cmdfw-gsk-hero h1 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 51px;
  font-weight: 500;
  line-height: 1.05;
  margin: 0 0 1rem;
  letter-spacing: -0.01em;
  color: #FAEEDA;
}

.cmdfw-gsk-hero h1 em {
  font-style: italic;
  color: #FAC775;
}

.cmdfw-gsk-hero .gsk-divider {
  width: 60px;
  height: 1px;
  background: #FAC775;
  margin: 0 0 1.25rem;
  opacity: 0.6;
}

.cmdfw-gsk-hero-subtitle {
  font-size: 19px;
  line-height: 1.65;
  color: #F5C4B3;
  margin: 0 0 1.25rem;
}

.cmdfw-gsk-hero-graced {
  font-size: 21px;
  line-height: 1.5;
  color: #FAC775;
  margin: 0 0 1.75rem;
  font-weight: 500;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.cmdfw-gsk-hero-graced .gsk-role {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #F5C4B3;
}

.cmdfw-gsk-hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmdfw-gsk-hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.cmdfw-gsk-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cmdfw-gsk-btn-primary {
  display: inline-block;
  padding: 13px 26px;
  background: #FAC775;
  color: #4A1B0C !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border: 0.5px solid #FAC775;
  transition: background 0.2s;
}

.cmdfw-gsk-btn-primary:hover {
  background: #f0b855;
  text-decoration: none;
}

.cmdfw-gsk-btn-secondary {
  display: inline-block;
  padding: 13px 26px;
  background: transparent;
  color: #FAEEDA !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  border: 0.5px solid #F5C4B3;
  transition: background 0.2s;
}

.cmdfw-gsk-btn-secondary:hover {
  background: rgba(245, 196, 179, 0.1);
  text-decoration: none;
}

.cmdfw-gsk-hero-meta {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #F5C4B3;
  padding-top: 1.5rem;
  margin-top: 1.75rem;
  border-top: 0.5px solid rgba(245, 196, 179, 0.2);
}

.cmdfw-gsk-hero-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cmdfw-gsk-hero-meta-item svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Verse section */
.cmdfw-gsk-verse {
  margin-top: 2rem;
  padding: 3rem 2rem;
  background: #FAEEDA;
  border-radius: 12px;
  text-align: center;
}

.cmdfw-gsk-verse .gsk-label {
  font-size: 13px;
  color: #854F0B;
  letter-spacing: 0.14em;
  margin-bottom: 1.25rem;
}

.cmdfw-gsk-verse-sanskrit {
  font-family: "Tiro Devanagari Sanskrit", "Noto Sans Devanagari", serif;
  font-size: 28px;
  line-height: 1.7;
  color: #4A1B0C;
  margin-bottom: 1.5rem;
}

.cmdfw-gsk-verse-iast {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 19px;
  line-height: 1.7;
  color: #854F0B;
  margin-bottom: 1.5rem;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.cmdfw-gsk-verse .gsk-divider {
  width: 50px;
  height: 1px;
  background: #BA7517;
  margin: 0 auto 1.5rem;
  opacity: 0.5;
}

.cmdfw-gsk-verse-meaning {
  font-size: 20px;
  line-height: 1.75;
  color: #4A1B0C;
  margin: 0 auto;
  max-width: 560px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-style: italic;
}

/* Swamiji quote — maroon band, matching the home page's Gurudev quote
   treatment: quotes from the lineage get the reverent dark treatment. */
.cmdfw-gsk-quote {
  margin-top: 2.5rem;
  padding: 2rem;
  background: #4A1B0C;
  border-radius: 12px;
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  align-items: center;
}

.cmdfw-gsk-quote img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #FAC775;
}

.cmdfw-gsk-quote-text {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-style: italic;
  font-size: 21px;
  line-height: 1.6;
  color: #FAEEDA;
  margin: 0 0 0.75rem;
}

.cmdfw-gsk-quote-attribution {
  font-size: 15px;
  color: #FAC775;
}

.cmdfw-gsk-quote-attribution .gsk-role {
  color: #F5C4B3;
}

/* Section heading pattern */
.cmdfw-gsk-section {
  margin-top: 3rem;
}

.cmdfw-gsk-section .gsk-label {
  font-size: 14px;
  color: #854F0B;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.cmdfw-gsk-section h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #2c2c2a;
  line-height: 1.2;
}

.cmdfw-gsk-section h2 em {
  font-style: italic;
  color: #BA7517;
}

.cmdfw-gsk-section-intro {
  font-size: 16px;
  color: #6b6b67;
  margin: 0 0 1.5rem;
}

/* Participation cards */
.cmdfw-gsk-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
}

.cmdfw-gsk-card {
  background: #FAEEDA;
  border: 0.5px solid #FAC775;
  border-radius: 12px;
  padding: 1.75rem 1.5rem;
}

.cmdfw-gsk-card-numeral {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 18px;
  color: #BA7517;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.cmdfw-gsk-card h3 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 0.5rem;
  color: #4A1B0C;
}

.cmdfw-gsk-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #712B13;
  margin: 0 0 1rem;
}

.cmdfw-gsk-card-link {
  font-size: 16px;
  color: #993C1D !important;
  text-decoration: none;
  font-weight: 600;
}

.cmdfw-gsk-card-link:hover {
  text-decoration: underline;
}

/* Schedule — cream panel, matching the verse block and participation cards
   so the page keeps the cream/maroon rhythm instead of fading to white. */
.cmdfw-gsk-schedule {
  margin-top: 3rem;
  padding: 2.25rem 2rem;
  background: #FAEEDA;
  border-radius: 12px;
  border: 0.5px solid #FAC775;
}

.cmdfw-gsk-schedule .gsk-label {
  font-size: 14px;
  color: #854F0B;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}

.cmdfw-gsk-schedule h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 1.75rem;
  color: #4A1B0C;
}

.cmdfw-gsk-schedule-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cmdfw-gsk-schedule-item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 1.5rem;
  align-items: baseline;
}

.cmdfw-gsk-schedule-time {
  font-size: 16px;
  font-weight: 500;
  color: #854F0B;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.cmdfw-gsk-schedule-title {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: #4A1B0C;
}

.cmdfw-gsk-schedule-desc {
  font-size: 16px;
  color: #712B13;
}

.cmdfw-gsk-schedule-note {
  margin-top: 1.5rem;
  font-size: 14px;
  color: #854F0B;
  font-style: italic;
}

/* Sponsorship */
.cmdfw-gsk-tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 1.75rem;
}

.cmdfw-gsk-tier {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 720px) {
  .cmdfw-gsk-tiers {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .cmdfw-gsk-tiers {
    grid-template-columns: 1fr;
  }
}

.cmdfw-gsk-tier {
  background: #FAEEDA;
  border: 0.5px solid #FAC775;
  border-radius: 12px;
  padding: 1.5rem 1.25rem;
}

.cmdfw-gsk-tier-premier {
  border: 2px solid #BA7517;
}

.cmdfw-gsk-tier-badge {
  background: #BA7517;
  color: #FAEEDA;
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0.75rem;
  letter-spacing: 0.12em;
  font-weight: 600;
}

.cmdfw-gsk-tier-price {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 0.4rem;
  color: #4A1B0C;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.cmdfw-gsk-tier-desc {
  font-size: 16px;
  color: #712B13;
  margin-bottom: 0.75rem;
}

.cmdfw-gsk-tier-tickets {
  font-size: 15px;
  color: #854F0B;
}

.cmdfw-gsk-sponsor-cta {
  display: inline-block;
  padding: 13px 28px;
  background: #4A1B0C;
  color: #FAEEDA !important;
  border-radius: 6px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border: 0.5px solid #4A1B0C;
}

.cmdfw-gsk-sponsor-cta:hover {
  background: #3a1409;
  text-decoration: none;
}

/* FAQ */
.cmdfw-gsk-faq {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cmdfw-gsk-faq-item {
  border-bottom: 0.5px solid #efebe2;
  padding-bottom: 1.25rem;
}

.cmdfw-gsk-faq-q {
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 0.35rem;
  color: #2c2c2a;
}

.cmdfw-gsk-faq-a {
  font-size: 18px;
  color: #6b6b67;
  line-height: 1.65;
}

.cmdfw-gsk-faq-a a {
  color: #993C1D !important;
  text-decoration: none;
}

.cmdfw-gsk-faq-a a:hover {
  text-decoration: underline;
}

/* Closing CTA */
.cmdfw-gsk-closing {
  margin-top: 3rem;
  background: #4A1B0C;
  border-radius: 12px;
  padding: 3rem 2rem;
  text-align: center;
  color: #FAEEDA;
}

.cmdfw-gsk-closing .gsk-label {
  font-size: 14px;
  color: #FAC775;
  letter-spacing: 0.12em;
  margin-bottom: 0.85rem;
}

.cmdfw-gsk-closing h2 {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 37px;
  font-weight: 500;
  margin: 0 0 1.75rem;
  color: #FAEEDA;
  line-height: 1.2;
}

.cmdfw-gsk-closing h2 em {
  font-style: italic;
  color: #FAC775;
}

.cmdfw-gsk-closing-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Mobile responsiveness for GSK content */
@media (max-width: 640px) {
  .cmdfw-gsk-body {
    padding: 1rem 1rem 2rem;
  }

  .cmdfw-gsk-hero-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .cmdfw-gsk-hero-image {
    max-width: 240px;
    margin: 0 auto;
  }

  .cmdfw-gsk-hero h1 {
    font-size: 40px;
  }

  .cmdfw-gsk-banner {
    grid-template-columns: 70px 1fr;
    gap: 1rem;
    padding: 1.25rem;
  }

  .cmdfw-gsk-banner h2 {
    font-size: 23px;
  }

  .cmdfw-gsk-verse-sanskrit {
    font-size: 23px;
  }

  .cmdfw-gsk-closing h2 {
    font-size: 30px;
  }

  .cmdfw-gsk-quote {
    grid-template-columns: 60px 1fr;
    gap: 1rem;
    padding: 1.5rem;
  }

  .cmdfw-gsk-quote img {
    width: 60px;
    height: 60px;
  }

  .cmdfw-gsk-schedule-item {
    grid-template-columns: 80px 1fr;
    gap: 1rem;
  }
}
