/* ═══════════════════════════════════════════════
   Rise-N-Shine Services — Homepage Styles
   Loaded only by the homepage.
   ═══════════════════════════════════════════════ */

/* ── SECTION LABEL ── */
.section-label {
  font-size: 0.78rem; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--green); font-weight: 700; margin-bottom: 1rem;
}

/* ── HERO ── */
.hero {
  min-height: 92vh;
  background: linear-gradient(135deg, #1A4D32 0%, #2D7A4F 55%, #3a9460 100%);
  display: flex; align-items: center;
  padding: 5rem 2rem 4rem;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='40' cy='40' r='1' fill='rgba(255,255,255,0.04)'/%3E%3C/g%3E%3C/svg%3E") repeat;
  opacity: 0.6;
}
.hero-inner {
  max-width: var(--max-w); margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  position: relative; z-index: 1;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: rgba(212,168,67,0.18); border: 1px solid rgba(212,168,67,0.4);
  color: var(--gold); font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 2rem; margin-bottom: 1.5rem; font-weight: 700;
}
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700; line-height: 1.2; color: #fff; margin-bottom: 1.5rem;
}
.hero h1 em { color: var(--gold); font-style: italic; }
.hero-sub {
  font-size: 1.15rem; line-height: 1.75; color: rgba(255,255,255,0.85);
  margin-bottom: 2.5rem; font-weight: 300;
}
.hero-sub strong { color: #fff; font-weight: 700; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { position: relative; display: flex; justify-content: center; }
.hero-img-frame {
  width: 100%; max-width: 460px; aspect-ratio: 4/5;
  border-radius: 2rem 2rem 6rem 2rem; overflow: hidden; position: relative;
  border: 3px solid rgba(212,168,67,0.4);
}
.hero-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.placeholder-img {
  width: 100%; height: 100%;
  background: rgba(255,255,255,0.08);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.5); font-size: 0.9rem; gap: 0.5rem;
}
.placeholder-img svg { opacity: 0.4; }
.hero-badge {
  position: absolute; bottom: -1.5rem; left: -1.5rem;
  background: var(--gold); color: var(--charcoal);
  border-radius: 1.5rem; padding: 1.2rem 1.5rem;
  font-size: 0.8rem; font-weight: 700; line-height: 1.3;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2); max-width: 160px; text-align: center;
}
.hero-badge span { font-size: 2rem; display: block; font-family: 'Playfair Display', serif; }

/* ── PROBLEM SECTION ── */
.problem { padding: var(--section-pad); background: var(--cream); }
.problem-inner { max-width: var(--max-w); margin: 0 auto; }
.problem h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; line-height: 1.25;
  margin-bottom: 3rem; max-width: 680px;
}
.thoughts-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.thought-card {
  background: #fff; border-radius: 1.25rem; padding: 1.75rem;
  border-left: 4px solid var(--gold); position: relative;
}
.thought-card::before {
  content: '\201C'; font-family: 'Playfair Display', serif;
  font-size: 5rem; color: var(--gold-light);
  position: absolute; top: -0.5rem; left: 1rem; line-height: 1;
}
.thought-card p {
  font-size: 1.05rem; line-height: 1.6; color: var(--charcoal);
  font-style: italic; padding-top: 1.5rem; font-weight: 400;
}

/* ── GUIDE / ABOUT ── */
.guide { padding: var(--section-pad); background: #fff; }
.guide-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.guide-img-frame {
  border-radius: 2rem; overflow: hidden; aspect-ratio: 1/1;
  position: relative; border: 3px solid var(--green-light);
}
.guide-img-frame img { width: 100%; height: 100%; object-fit: cover; }
.guide-placeholder {
  width: 100%; height: 100%; min-height: 380px;
  background: var(--green-light);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  color: var(--green-text); font-size: 0.9rem; gap: 0.75rem;
}
.guide h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem); font-weight: 700; line-height: 1.25; margin-bottom: 1.5rem;
}
.guide p { font-size: 1.05rem; line-height: 1.8; color: var(--warm-gray); margin-bottom: 1.5rem; }
.credentials { display: flex; flex-direction: column; gap: 0.75rem; margin-top: 1.5rem; }
.cred-item { display: flex; align-items: center; gap: 0.75rem; font-size: 0.92rem; color: var(--charcoal); }
.cred-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

/* ── PLAN / HOW IT WORKS ── */
.plan { padding: var(--section-pad); background: var(--green-dark); position: relative; overflow: hidden; }
.plan::before {
  content: ''; position: absolute; top: -100px; right: -100px;
  width: 500px; height: 500px; border-radius: 50%; background: rgba(212,168,67,0.06);
}
.plan-inner { max-width: var(--max-w); margin: 0 auto; position: relative; z-index: 1; }
.plan .section-label { color: var(--gold); }
.plan h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem); color: #fff; font-weight: 700; margin-bottom: 1rem;
}
.plan-subtitle { color: rgba(255,255,255,0.7); font-size: 1.1rem; margin-bottom: 3.5rem; max-width: 560px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.step-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(212,168,67,0.25);
  border-radius: 1.5rem; padding: 2rem;
}
.step-num {
  font-family: 'Playfair Display', serif; font-size: 3.5rem;
  color: rgba(212,168,67,0.3); line-height: 1; margin-bottom: 1rem; font-weight: 700;
}
.step-icon {
  width: 52px; height: 52px; border-radius: 1rem;
  background: rgba(212,168,67,0.15); border: 1px solid rgba(212,168,67,0.3);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;
}
.step-icon svg { width: 26px; height: 26px; stroke: var(--gold); fill: none; stroke-width: 2; }
.step-card h3 {
  font-family: 'Playfair Display', serif; font-size: 1.25rem; color: #fff; margin-bottom: 0.75rem; font-weight: 600;
}
.step-card p { font-size: 0.95rem; line-height: 1.7; color: rgba(255,255,255,0.65); }

/* ── WEALTH IDENTITIES ── */
.identities { padding: var(--section-pad); background: var(--cream); }
.identities-inner { max-width: var(--max-w); margin: 0 auto; }
.identities h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; margin-bottom: 0.75rem;
}
.identities-subtitle { color: var(--warm-gray); font-size: 1.1rem; margin-bottom: 3rem; }
.id-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.id-card {
  background: #fff; border-radius: 1.5rem; padding: 2rem 1.5rem;
  text-align: center; transition: transform 0.2s; border-top: 4px solid transparent;
}
.id-card:hover { transform: translateY(-4px); }
.id-card.steward { border-top-color: var(--green); }
.id-card.giver   { border-top-color: #E07070; }
.id-card.explorer{ border-top-color: #7097CC; }
.id-card.dreamer { border-top-color: var(--gold); }
.id-emoji { font-size: 2.5rem; margin-bottom: 1rem; display: block; }
.id-card h3 { font-family: 'Playfair Display', serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; }
.id-card p { font-size: 0.9rem; line-height: 1.65; color: var(--warm-gray); }
.id-carousel-wrap { display: none; }
@media (max-width: 768px) {
  .id-grid { display: none; }
  .id-carousel-wrap { display: block; }
  .id-carousel {
    display: flex; overflow-x: auto; scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; scrollbar-width: none;
    gap: 1rem; padding: 0.5rem 1.5rem 1rem; margin: 0 -1.5rem;
  }
  .id-carousel::-webkit-scrollbar { display: none; }
  .id-carousel .id-card { flex: 0 0 78vw; max-width: 300px; scroll-snap-align: center; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }
  .carousel-dots { display: flex; justify-content: center; gap: 8px; margin-top: 1rem; }
  .carousel-dots button {
    width: 8px; height: 8px; border-radius: 50%; border: none;
    background: rgba(45,122,79,0.2); cursor: pointer; padding: 0;
    transition: background 0.2s, transform 0.2s;
  }
  .carousel-dots button.active { background: var(--green); transform: scale(1.35); }
}

/* ── BRUNCH ── */
.brunch { padding: var(--section-pad); background: #fff; }
.brunch-inner {
  max-width: var(--max-w); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center;
}
.brunch h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 2.8vw, 2.5rem); font-weight: 700; line-height: 1.25; margin-bottom: 1.5rem;
}
.brunch h2 em { color: var(--green); font-style: italic; }
.brunch p { font-size: 1.05rem; line-height: 1.8; color: var(--warm-gray); margin-bottom: 1.5rem; }
.brunch-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; margin-bottom: 2.5rem; }
.brunch-list li { display: flex; gap: 0.75rem; align-items: flex-start; font-size: 1rem; line-height: 1.6; }
.check {
  width: 22px; height: 22px; border-radius: 50%; background: var(--green-light);
  flex-shrink: 0; display: flex; align-items: center; justify-content: center; margin-top: 1px;
}
.check svg { width: 13px; height: 13px; stroke: var(--green); stroke-width: 2.5; fill: none; }
.brunch-visual { border-radius: 2rem; overflow: hidden; aspect-ratio: 4/3; position: relative; }
.brunch-visual img { width: 100%; height: 100%; object-fit: cover; }

/* ── SERVE AREA ── */
.serve { padding: 4rem 2rem; background: var(--green-light); text-align: center; }
.serve-inner { max-width: var(--max-w); margin: 0 auto; }
.serve h2 { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; margin-bottom: 0.75rem; }
.serve p { color: var(--warm-gray); margin-bottom: 2rem; font-size: 1.05rem; }
.cities { display: flex; flex-wrap: wrap; gap: 0.65rem; justify-content: center; }
.city-pill {
  background: #fff; border: 1px solid rgba(45,122,79,0.3);
  border-radius: 2rem; padding: 0.45rem 1.2rem;
  font-size: 0.88rem; color: var(--green-text); font-weight: 700;
}
.virtual-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--green); color: #fff;
  padding: 0.5rem 1.5rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 700; margin-top: 1.5rem;
}
.virtual-badge svg { width: 16px; height: 16px; stroke: #fff; fill: none; stroke-width: 2; }

/* ── TESTIMONIALS ── */
.testimonials { padding: var(--section-pad); background: #D4A843; }
.testimonials-inner { max-width: var(--max-w); margin: 0 auto; }
.testimonials h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; margin-bottom: 3rem; text-align: center; color: var(--charcoal);
}
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testi-card { background: #fff; border-radius: 1.5rem; padding: 2rem; border-bottom: 3px solid var(--green); }
.stars { color: var(--green); font-size: 1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.testi-card p { font-style: italic; font-size: 0.97rem; line-height: 1.75; color: var(--charcoal); margin-bottom: 1.5rem; }
.testi-author { display: flex; align-items: center; gap: 0.75rem; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%; background: var(--green-light);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 0.9rem; color: var(--green-text); flex-shrink: 0;
}
.testi-name { font-weight: 700; font-size: 0.9rem; }
.testi-loc { font-size: 0.8rem; color: var(--warm-gray); }

/* ── CTA STRIP ── */
.cta-strip {
  padding: 5rem 2rem;
  background: linear-gradient(135deg, var(--green-dark) 0%, var(--green) 100%);
  text-align: center; position: relative; overflow: hidden;
}
.cta-strip::before { content: '✦'; position: absolute; top: 2rem; left: 3rem; font-size: 4rem; color: rgba(212,168,67,0.12); }
.cta-strip::after  { content: '✦'; position: absolute; bottom: 2rem; right: 3rem; font-size: 6rem; color: rgba(212,168,67,0.08); }
.cta-strip-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
.cta-strip h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 3.5vw, 3rem); color: #fff; font-weight: 700; line-height: 1.2; margin-bottom: 1.25rem;
}
.cta-strip h2 em { color: var(--gold); font-style: italic; }
.cta-strip p { color: rgba(255,255,255,0.8); font-size: 1.15rem; margin-bottom: 2.5rem; line-height: 1.7; }
.cta-strip .btn-gold { font-size: 1.1rem; padding: 1.1rem 2.8rem; }

/* ── EVENTS ── */
.events { padding: var(--section-pad); background: #fff; }
.events-inner { max-width: var(--max-w); margin: 0 auto; }
.events-header { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem; }
.events h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; line-height: 1.2; }
.events-sub { color: var(--warm-gray); font-size: 1rem; margin-top: 0.4rem; }
.luma-notice {
  background: var(--green-light); border: 1px dashed rgba(45,122,79,0.4);
  border-radius: 1.25rem; padding: 2.5rem; text-align: center;
}
.luma-notice p { color: var(--green-text); font-size: 0.95rem; line-height: 1.7; }
.luma-notice code {
  display: block; margin: 1rem auto; background: rgba(45,122,79,0.1);
  border-radius: 0.5rem; padding: 0.75rem 1rem; font-size: 0.82rem;
  color: var(--green-dark); max-width: 520px; text-align: left;
  font-family: monospace; line-height: 1.6;
}
.event-cards { display: flex; flex-direction: column; gap: 1.25rem; }
.event-card {
  display: flex; align-items: center; gap: 2rem;
  background: var(--cream); border-radius: 1.25rem;
  padding: 1.5rem 2rem; border-left: 5px solid var(--gold); transition: transform 0.2s;
}
.event-card:hover { transform: translateX(4px); }
.event-date-box {
  text-align: center; flex-shrink: 0; background: var(--green); color: #fff;
  border-radius: 0.75rem; padding: 0.75rem 1.25rem; min-width: 70px;
}
.event-date-box .month { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.event-date-box .day { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; line-height: 1; }
.event-info { flex: 1; }
.event-info h3 { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 700; margin-bottom: 0.3rem; }
.event-info p { font-size: 0.9rem; color: var(--warm-gray); line-height: 1.5; }
.event-meta { display: flex; gap: 1rem; margin-top: 0.5rem; flex-wrap: wrap; }
.event-tag {
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.05em;
  padding: 0.25rem 0.75rem; border-radius: 2rem;
  background: var(--green-light); color: var(--green-text);
}
.event-tag.virtual { background: var(--gold-light); color: var(--gold-dark); }
.event-card .btn-register {
  flex-shrink: 0; background: var(--green); color: #fff;
  padding: 0.65rem 1.5rem; border-radius: 2rem;
  font-size: 0.88rem; font-weight: 700; text-decoration: none;
  transition: background 0.2s, transform 0.15s; white-space: nowrap;
}
.event-card .btn-register:hover { background: var(--green-dark); transform: translateY(-1px); }
.events-cta-row { text-align: center; margin-top: 2rem; }
.events-cta-row a { color: var(--green); font-weight: 700; text-decoration: none; font-size: 0.95rem; }
.events-cta-row a:hover { text-decoration: underline; }

/* ── BLOG SECTION (homepage wrapper only; cards are in main.css) ── */
.blog { padding: var(--section-pad); background: #fff; }
.blog-inner { max-width: var(--max-w); margin: 0 auto; }
.blog-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 2.5rem; flex-wrap: wrap; gap: 1rem;
}
.blog .section-label { color: var(--green); }
.blog h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.7rem); font-weight: 700; line-height: 1.2;
}
.blog-sub { color: var(--warm-gray); font-size: 1rem; margin-top: 0.4rem; }
.blog-cta-row { text-align: center; margin-top: 2.5rem; }

/* ── HOMEPAGE RESPONSIVE ── */
@media (max-width: 768px) {
  .hero-inner, .guide-inner, .brunch-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .hero-inner { display: flex; flex-direction: column; }
  .hero-visual { display: block; order: -1; }
  .hero-img-frame { border-radius: 1.25rem; aspect-ratio: 3/2; max-width: 100%; }
  .hero-badge { display: none; }
  .steps-grid { grid-template-columns: 1fr; }
  .testi-grid { grid-template-columns: 1fr; }
}
