/*
Theme Name: The Way of the Initiate
Theme URI: https://melissaminnich.com
Author: Melissa Minnich
Author URI: https://melissaminnich.com
Description: Custom landing page theme for The Way of the Initiate Summit & Book Launch — September 21–25, 2026. Gold & white design with accent sections.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: way-of-the-initiate
*/

/* ══════════════════════════════════════
   RESET & BASE
   ══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Cormorant Garamond', Georgia, serif;
  background: #FFFFFF;
  color: #333;
  line-height: 1.7;
  overflow-x: hidden;
}

/* ══════════════════════════════════════
   UTILITIES
   ══════════════════════════════════════ */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.gold-rule { width: 120px; height: 1px; margin: 16px auto; background: linear-gradient(90deg, transparent, #C9A84C, transparent); }
.gold-rule-sm { width: 60px; height: 1px; margin: 12px auto; background: linear-gradient(90deg, transparent, #C9A84C, transparent); }
.eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 5px;
  color: #C9A84C;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-headline {
  font-family: 'Cinzel', serif;
  font-size: clamp(22px, 3.5vw, 32px);
  color: #111;
  line-height: 1.35;
  margin-bottom: 8px;
}
.section-headline.gold { color: #C9A84C; }
.section-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(16px, 2.5vw, 19px);
  color: #555;
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.8;
}
.btn-gold {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 16px 40px;
  background: linear-gradient(135deg, #A88830, #C9A84C, #E8C96A);
  color: #000;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(201,168,76,0.3); }
.text-center { text-align: center; }

/* ══════════════════════════════════════
   HEADER BANNER
   ══════════════════════════════════════ */
.header-banner {
  background: #FFFFFF;
  padding: 40px 20px 20px;
  text-align: center;
}
.header-banner img {
  max-width: 100%;
  width: 900px;
  height: auto;
}
.header-subtitle {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(16px, 2.5vw, 20px);
  color: #666;
  margin-top: 12px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}
.header-dates {
  font-family: 'Cinzel', serif;
  font-size: 13px;
  letter-spacing: 5px;
  color: #C9A84C;
  margin-top: 14px;
  text-transform: uppercase;
}
.header-pill {
  display: inline-block;
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 4px;
  color: #C9A84C;
  border: 1px solid #E8C96A;
  padding: 6px 18px;
  margin-top: 12px;
  text-transform: uppercase;
}

/* ══════════════════════════════════════
   COUNTDOWN STRIP
   ══════════════════════════════════════ */
.countdown-strip {
  background: linear-gradient(135deg, #A88830, #C9A84C, #E8C96A);
  padding: 16px 20px;
  text-align: center;
}
.countdown-strip .label {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 3px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.countdown-boxes {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.countdown-box {
  background: rgba(0,0,0,0.15);
  padding: 8px 16px;
  min-width: 70px;
  text-align: center;
}
.countdown-box .num {
  font-family: 'Cinzel', serif;
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}
.countdown-box .unit {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 2px;
  color: rgba(0,0,0,0.6);
  text-transform: uppercase;
}

/* ══════════════════════════════════════
   HERO SPLIT (Video + Opt-in)
   ══════════════════════════════════════ */
.hero-split {
  background: #FFFFFF;
  padding: 60px 20px;
}
.hero-split .container {
  display: flex;
  gap: 48px;
  align-items: center;
  flex-wrap: wrap;
}
.hero-left { flex: 1 1 500px; }
.hero-right { flex: 1 1 380px; }
.video-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: #F8F6F0;
  border: 2px solid #E8C96A;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.video-placeholder .play-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #A88830, #C9A84C);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-placeholder .play-btn::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
/* When a real video embed is present, hide placeholder */
.video-placeholder iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: none;
}

/* ══════════════════════════════════════
   OPT-IN BOX
   ══════════════════════════════════════ */
.optin-box {
  background: #FDFCF8;
  border: 1px solid #E8C96A;
  padding: 36px 28px;
  text-align: center;
}
.optin-box .optin-eyebrow {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 4px;
  color: #C9A84C;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.optin-box h3 {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  color: #111;
  margin-bottom: 6px;
  line-height: 1.4;
}
.optin-box .optin-sub {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  color: #888;
  margin-bottom: 20px;
}
.optin-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.optin-form input {
  padding: 14px 16px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: #333;
  background: #fff;
  border: 1px solid #D4C89C;
  outline: none;
  width: 100%;
}
.optin-form input::placeholder { color: #aaa; }
.optin-form button {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 3px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #A88830, #C9A84C, #E8C96A);
  color: #000;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  width: 100%;
}
.optin-form button:hover { box-shadow: 0 0 20px rgba(201,168,76,0.3); }
.optin-note {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}

/* ══════════════════════════════════════
   INTRO SECTION
   ══════════════════════════════════════ */
.intro {
  background: #F8F6F0;
  padding: 80px 20px;
  text-align: center;
}

/* ══════════════════════════════════════
   BENEFIT PILLARS
   ══════════════════════════════════════ */
.pillars {
  background: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
}
.pillar-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  max-width: 960px;
  margin: 36px auto 0;
}
.pillar-card {
  background: #FDFCF8;
  border: 1px solid #E8E2CC;
  padding: 28px 22px;
  text-align: left;
  transition: border-color 0.3s ease;
  position: relative;
}
.pillar-card:hover { border-color: #C9A84C; }
.pillar-card::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9A84C, transparent);
}
.pillar-icon { font-size: 24px; margin-bottom: 10px; display: block; }
.pillar-title {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #A88830;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.pillar-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 15px;
  color: #777;
  line-height: 1.75;
}

/* ══════════════════════════════════════
   SPEAKER GRID
   ══════════════════════════════════════ */
.speakers {
  background: #F8F6F0;
  padding: 80px 20px;
  text-align: center;
}
.speaker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 36px auto 0;
}
.speaker-card {
  background: #FFFFFF;
  border: 1px solid #E8E2CC;
  padding: 24px 14px;
  text-align: center;
  transition: border-color 0.3s ease;
  position: relative;
}
.speaker-card:hover { border-color: #C9A84C; }
.speaker-card::before {
  content: '';
  position: absolute;
  top: 0; left: 20%; right: 20%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C9A84C, transparent);
}
.speaker-card.host-card {
  border-color: #C9A84C;
  box-shadow: 0 0 20px rgba(201,168,76,0.12);
}
.speaker-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #E8C96A;
  background: #F8F6F0;
  margin: 0 auto 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #C9A84C;
  opacity: 0.5;
  overflow: hidden;
}
.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.host-card .speaker-photo {
  border-width: 3px;
  border-color: #C9A84C;
  opacity: 1;
}
.speaker-name {
  font-family: 'Cinzel', serif;
  font-size: 9px;
  letter-spacing: 1px;
  color: #A88830;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.speaker-role {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 12px;
  color: #999;
}

/* ══════════════════════════════════════
   BOOK LAUNCH (Midnight Blue accent)
   ══════════════════════════════════════ */
.book-launch {
  background: #0D1B3E;
  padding: 80px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.book-launch::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse at 50% 50%, rgba(201,168,76,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.book-content {
  position: relative; z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}
.book-visual {
  flex: 0 0 260px;
  background: rgba(255,255,255,0.04);
  border: 1px solid #A88830;
  padding: 28px 22px;
  text-align: center;
  position: relative;
}
.book-visual::before, .book-visual::after {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  border-color: #C9A84C;
  border-style: solid;
}
.book-visual::before { top: 8px; left: 8px; border-width: 1px 0 0 1px; }
.book-visual::after { bottom: 8px; right: 8px; border-width: 0 1px 1px 0; }
.book-visual .book-label {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 4px;
  color: #C9A84C;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.book-visual .book-title-display {
  font-family: 'Cinzel Decorative', serif;
  font-size: 22px;
  background: linear-gradient(135deg, #A88830, #E8C96A, #F5E099, #A88830);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.4;
  margin-bottom: 14px;
}
.book-visual .book-author {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #C8C0B0;
}
/* Book cover image replaces text when available */
.book-visual .book-cover-img {
  max-width: 100%;
  height: auto;
}
.book-info {
  flex: 1 1 400px;
  text-align: left;
}
.book-info .section-body {
  text-align: left;
  color: #C8C0B0;
  margin: 0;
  font-style: italic;
}
.book-info .launch-date {
  font-family: 'Cinzel', serif;
  font-size: 12px;
  letter-spacing: 3px;
  color: #E8C96A;
  margin-top: 20px;
  text-transform: uppercase;
}

/* ══════════════════════════════════════
   BONUSES (Amethyst accent)
   ══════════════════════════════════════ */
.bonuses {
  background: #2A0D3E;
  padding: 80px 20px;
  text-align: center;
}
.bonuses .eyebrow { color: #E8C96A; }
.bonuses .section-headline { color: #F4F0E8; }
.bonus-list {
  max-width: 720px;
  margin: 36px auto 0;
  text-align: left;
}
.bonus-item {
  padding: 24px 0;
  border-bottom: 1px solid #3D1559;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.bonus-item:last-child { border-bottom: none; }
.bonus-number {
  font-family: 'Cinzel Decorative', serif;
  font-size: 26px;
  color: #6B3A8A;
  flex-shrink: 0;
  width: 44px;
}
.bonus-title {
  font-family: 'Cinzel', serif;
  font-size: 10px;
  letter-spacing: 2px;
  color: #E8C96A;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.bonus-text {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 14px;
  color: #999;
  line-height: 1.75;
}

/* ══════════════════════════════════════
   SECOND OPT-IN
   ══════════════════════════════════════ */
.optin-2 {
  background: #FFFFFF;
  padding: 70px 20px;
  text-align: center;
}
.optin-2 .optin-form {
  max-width: 500px;
  margin: 28px auto 0;
}

/* ══════════════════════════════════════
   MISSION (Emerald accent)
   ══════════════════════════════════════ */
.mission {
  background: #0D3B2E;
  padding: 80px 20px;
  text-align: center;
}
.mission-quote {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: clamp(18px, 3vw, 24px);
  color: #E8C96A;
  max-width: 660px;
  margin: 0 auto 28px;
  line-height: 1.7;
  position: relative;
}
.mission-quote::before {
  content: '\201C';
  position: absolute;
  top: -40px; left: -16px;
  font-size: 100px;
  color: #C9A84C;
  opacity: 0.12;
  font-family: 'Cormorant Garamond', serif;
  line-height: 1;
}
.mission .section-body { color: #C8C0B0; font-style: italic; }

/* ══════════════════════════════════════
   FOOTER
   ══════════════════════════════════════ */
.site-footer {
  background: #111;
  padding: 50px 20px 28px;
  text-align: center;
}
.footer-logo-sm {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 3px;
  color: #444;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.footer-logo-lg {
  font-family: 'Cinzel Decorative', serif;
  font-size: 20px;
  background: linear-gradient(135deg, #A88830, #E8C96A, #F5E099, #A88830);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 14px;
}
.footer-venus {
  color: #C9A84C;
  font-size: 16px;
  opacity: 0.4;
  margin-bottom: 14px;
}
.footer-rule {
  width: 180px; height: 1px;
  background: rgba(201,168,76,0.15);
  margin: 14px auto;
}
.footer-links {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  letter-spacing: 1px;
  color: #444;
}
.footer-links a {
  color: #555;
  text-decoration: none;
  margin: 0 6px;
  transition: color 0.3s;
}
.footer-links a:hover { color: #C9A84C; }
.footer-copy {
  font-family: 'Cinzel', serif;
  font-size: 8px;
  color: #333;
  margin-top: 14px;
  letter-spacing: 1px;
}

/* ══════════════════════════════════════
   RESPONSIVE
   ══════════════════════════════════════ */
@media (max-width: 768px) {
  .hero-split .container { flex-direction: column; }
  .hero-left, .hero-right { flex: 1 1 100%; }
  .pillar-grid { grid-template-columns: 1fr; }
  .speaker-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  .book-content { flex-direction: column; }
  .book-info { text-align: center; }
  .book-info .section-body { text-align: center; }
  .bonus-item { flex-direction: column; gap: 6px; }
  .countdown-boxes { gap: 10px; }
}

/* ══════════════════════════════════════
   ANIMATIONS
   ══════════════════════════════════════ */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.header-banner { animation: fadeInUp 0.8s ease-out; }
