@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,700;0,900;1,400&display=swap');

/* ================================================================
   EWK Conference 2026 — Scoped to .ewk-page
   Palette: cream #F5F0E5 · dark #1A1614 · maroon #7D1C1C · rust #C4400E
   ================================================================ */

.ewk-page {
  background: #F5F0E5;
  font-family: 'Mukta Mahee', sans-serif;
  color: #1A1614;
}

/* ----------------------------------------------------------------
   HERO
   ---------------------------------------------------------------- */
.ewk-hero {
  display: grid;
  grid-template-columns: 55% 45%;
  min-height: 500px;
  background: #F5F0E5;
  overflow: hidden;
}

.ewk-hero-left {
  padding: 3rem 2rem 3rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ewk-logo {
  width: 380px;
  height: auto;
  display: block;
  margin: 0 auto 1.75rem;
}

.ewk-conf-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  color: #7D1C1C;
  text-transform: uppercase;
  margin: 0;
}

.ewk-conf-rule {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0.3rem 0 0.9rem;
}

.ewk-conf-rule::before,
.ewk-conf-rule::after {
  content: '';
  height: 1px;
  background: #C0AE9A;
  width: 36px;
}

.ewk-conf-rule span {
  font-family: 'Oswald', sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #6B5A4E;
}

.ewk-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  font-weight: 900;
  line-height: 1.05;
  color: #1A1614;
  margin: 0 0 1.25rem;
}

.ewk-desc {
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.65;
  color: #2C2420;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  max-width: 380px;
  margin-bottom: 2rem;
}

.ewk-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #C4400E;
  color: #fff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.9rem 2rem;
  text-decoration: none !important;
  transition: background 0.2s ease;
  width: fit-content;
  border: none;
  border-radius: 8px;
}

.ewk-hero-cta:hover {
  background: #7D1C1C;
  color: #fff !important;
}

.ewk-hero-right {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #2C1F18 0%, #4A3020 50%, #1A1614 100%);
}

.ewk-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

/* ----------------------------------------------------------------
   TAGLINE BANNER
   ---------------------------------------------------------------- */
.ewk-banner {
  background: #1A1614;
  padding: 2rem 2rem;
}

.ewk-banner-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.ewk-banner p {
  font-family: 'Oswald', sans-serif;
  font-size: clamp(0.9rem, 1.8vw, 1.15rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
  margin: 0.25rem 0;
  line-height: 1.6;
}

.ewk-hl {
  color: #C4400E;
}

/* ----------------------------------------------------------------
   FEATURES ROW (5 icons)
   ---------------------------------------------------------------- */
.ewk-features-section {
  background: #F5F0E5;
  border-top: 1px solid #D4C8B8;
  border-bottom: 1px solid #D4C8B8;
  padding: 2.5rem 2rem;
}

.ewk-features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  max-width: 1100px;
  margin: 0 auto;
}

.ewk-feat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.875rem;
  padding: 0.5rem 1.5rem;
  text-align: center;
}

.ewk-feat:not(:last-child) {
  border-right: 1px solid #D4C8B8;
}

.ewk-feat-icon {
  color: #7D1C1C;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ewk-feat-label {
  font-family: 'Oswald', sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1A1614;
  line-height: 1.4;
}

/* ----------------------------------------------------------------
   INFO — 3-COLUMN SECTION
   ---------------------------------------------------------------- */
.ewk-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

/* Left: Who This Is For */
.ewk-who {
  background: #F5F0E5;
  padding: 2.5rem 2rem 2.5rem 3rem;
}

.ewk-col-title {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #C4400E;
  margin: 0 0 1.5rem;
}

.ewk-who-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ewk-who-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.ewk-who-icon {
  flex-shrink: 0;
  color: #7D1C1C;
  margin-top: 0.1rem;
}

.ewk-who-text {
  font-size: 0.875rem;
  line-height: 1.55;
  color: #1A1614;
}

/* Center: Event Details */
.ewk-details {
  background: #1A1614;
  padding: 2.5rem 2rem;
  color: #fff;
}

.ewk-details .ewk-col-title {
  color: rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
}

.ewk-detail-row {
  display: flex;
  gap: 0.875rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.ewk-detail-icon {
  flex-shrink: 0;
  color: #C4400E;
  margin-top: 0.15rem;
}

.ewk-detail-main {
  font-family: 'Oswald', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

.ewk-detail-sub {
  font-family: 'Oswald', sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin-top: 0.15rem;
}

.ewk-detail-body {
  font-size: 0.85rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.5rem;
}

.ewk-space-box {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
}

.ewk-space-title {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 1.3rem;
  color: #C4400E;
  margin-bottom: 0.5rem;
}

.ewk-space-desc {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

/* Right: Daily Schedule */
.ewk-schedule {
  background: #FAF7F2;
  padding: 2.5rem 2rem;
}

.ewk-sched-day {
  margin-bottom: 1.5rem;
}

.ewk-sched-day:last-child {
  margin-bottom: 0;
}

.ewk-day-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7D1C1C;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #D4C8B8;
  margin-bottom: 0.5rem;
}

.ewk-sched-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ewk-sched-list li {
  font-size: 0.825rem;
  line-height: 1.9;
  color: #2C2420;
}

/* ----------------------------------------------------------------
   PRICING / CTA BAR
   ---------------------------------------------------------------- */
.ewk-pricing {
  background: #7D1C1C;
  padding: 2rem 3rem;
}

.ewk-pricing-inner {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

.ewk-price-tag {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.ewk-price-tag-icon {
  color: rgba(255, 255, 255, 0.45);
}

.ewk-price-eyebrow {
  font-family: 'Oswald', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.4;
}

.ewk-price-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ewk-currency {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: super;
  line-height: 0;
  margin-right: 0.1em;
}

.ewk-price-subnote {
  font-family: 'Oswald', sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 0.5rem;
}

.ewk-price-checks {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.ewk-price-checks li {
  font-family: 'Oswald', sans-serif;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.ewk-price-checks li svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.6);
}

.ewk-qr-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-left: auto;
}

.ewk-qr-img {
  width: 95px;
  height: 95px;
  border: 4px solid #fff;
  padding: 2px;
  background: #fff;
  display: block;
}

.ewk-scan-text {
  font-family: 'Oswald', sans-serif;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
}

.ewk-qr-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.2s;
}

.ewk-qr-link:hover {
  opacity: 0.85;
}

.ewk-cta-btn {
  display: inline-block;
  background: #fff;
  color: #7D1C1C !important;
  font-family: 'Oswald', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}

.ewk-cta-btn:hover {
  background: #C4400E;
  color: #fff !important;
}

/* ----------------------------------------------------------------
   PAGE FOOTER TAGLINE
   ---------------------------------------------------------------- */
.ewk-pg-footer {
  background: #1A1614;
  padding: 1.25rem 2rem;
  text-align: center;
}

.ewk-pg-footer p {
  font-family: 'Oswald', sans-serif;
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0.2rem 0;
}

.ewk-pg-footer a {
  color: #C4400E;
  text-decoration: none;
}

.ewk-pg-footer a:hover {
  text-decoration: underline;
}

/* ----------------------------------------------------------------
   POST-EVENT GALLERY (shown only when $event_gallery is populated)
   ---------------------------------------------------------------- */
.ewk-gallery {
  background: #F5F0E5;
  padding: 3rem;
}

.ewk-section-heading {
  font-family: 'Oswald', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1A1614;
  text-align: center;
  margin: 0 0 2rem;
}

.ewk-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  max-width: 1100px;
  margin: 0 auto;
}

.ewk-gallery-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

/* ----------------------------------------------------------------
   TESTIMONIALS (shown only when $event_testimonials is populated)
   ---------------------------------------------------------------- */
.ewk-testimonials {
  background: #1A1614;
  padding: 3rem;
}

.ewk-testimonials .ewk-section-heading {
  color: #fff;
}

.ewk-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
  max-width: 1100px;
  margin: 0 auto;
}

.ewk-testimonial {
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ewk-testimonial-text {
  font-size: 0.95rem;
  font-style: italic;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1rem;
}

.ewk-testimonial-attr {
  font-family: 'Oswald', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #C4400E;
}

/* ----------------------------------------------------------------
   RESPONSIVE
   ---------------------------------------------------------------- */
@media (max-width: 1100px) {
  .ewk-hero-left {
    padding: 2.5rem 1.5rem 2.5rem 2.5rem;
  }

  .ewk-features-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .ewk-feat:nth-child(3) {
    border-right: none;
  }

  .ewk-info {
    grid-template-columns: 1fr;
  }

  .ewk-who  { padding: 2rem 2rem; }
  .ewk-details { padding: 2rem 2rem; }
  .ewk-schedule { padding: 2rem 2rem; }

  .ewk-col-title { text-align: center; }
}

@media (max-width: 768px) {
  .ewk-hero {
    grid-template-columns: 1fr;
  }

  .ewk-hero-left {
    padding: 2rem 1.5rem;
    order: 2;
    align-items: center;
    text-align: center;
  }

  .ewk-desc {
    max-width: 100%;
  }

  .ewk-hero-right {
    height: 280px;
    order: 1;
  }

  .ewk-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ewk-feat:not(:last-child) {
    border-right: none;
  }

  .ewk-feat:nth-child(odd):not(:last-child) {
    border-right: 1px solid #D4C8B8;
  }

  .ewk-feat:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .ewk-feat {
    padding: 0.75rem;
  }

  .ewk-banner {
    padding: 1.5rem;
  }

  .ewk-pricing {
    padding: 1.5rem;
  }

  .ewk-pricing-inner {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
  }

  .ewk-price-tag-icon {
    display: none;
  }

  .ewk-price-tag {
    flex-direction: column;
    align-items: center;
  }

  .ewk-price-checks {
    text-align: left;
    width: auto;
  }

  .ewk-qr-area {
    margin-left: 0;
    align-self: center;
    width: 100%;
  }

  .ewk-gallery {
    padding: 2rem 1.5rem;
  }

  .ewk-testimonials {
    padding: 2rem 1.5rem;
  }
}

@media (max-width: 480px) {
  .ewk-features-grid {
    grid-template-columns: 1fr;
  }

  .ewk-feat:nth-child(odd):not(:last-child) {
    border-right: none;
  }

  .ewk-price-tag {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }

  .ewk-pricing {
    padding: 1.25rem;
  }
}
