@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300 600;
  font-display: swap;
  src: url('/fonts/inter-latin-v20.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/fonts/playfair-display-latin-v40.woff2') format('woff2');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400 600;
  font-display: swap;
  src: url('/fonts/playfair-display-italic-latin-v40.woff2') format('woff2');
}

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

:root {
  --purple:     #4A2E84;
  --purple-lt:  #6B4BAB;
  --orange:     #F5921C;
  --orange-dk:  #D97A0E;
  --orange-action: #A64B00;
  --orange-action-hover: #833900;
  --orange-text: #9B4500;
  --green:      #2A5C1A;
  --green-lt:   #3D7A28;
  --cream:      #FAF8F2;
  --cream-dk:   #F0EDE3;
  --text:       #1C1C1E;
  --text-mid:   #4A4A4A;
  --text-lt:    #7A7A7A;
  --white:      #FFFFFF;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #FFD38A;
  outline-offset: 3px;
}

/* ── SKIP LINK ───── */
.skip-link {
  position: absolute; top: -100%; left: 1rem;
  background: var(--purple); color: var(--white);
  padding: 0.5rem 1rem; border-radius: 0 0 4px 4px;
  font-size: 0.85rem; text-decoration: none; z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ── NAV ─────────── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1rem 2.5rem;
  background: var(--purple);
  border-bottom: none;
}
.nav-brand { display: flex; align-items: center; gap: 0.75rem; text-decoration: none; }
.nav-logo-ring { height: 44px; width: auto; object-fit: contain; }
.nav-brand-text { font-family: 'Inter', sans-serif; font-weight: 600; font-size: 1.0rem; color: #fff; line-height: 1.2; letter-spacing: -0.01em; }
.nav-brand-text span { display: block; font-family: 'Inter', sans-serif; font-weight: 400; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.65); }
.nav-links { display: flex; gap: 1.75rem; list-style: none; align-items: center; }
.nav-links a { text-decoration: none; font-size: 0.85rem; font-weight: 500; letter-spacing: 0.03em; color: rgba(255,255,255,0.85); transition: color 0.2s; }
.nav-links a:hover { color: #fff; }
.nav-cta { background: var(--orange-action) !important; color: var(--white) !important; padding: 0.45rem 1.1rem; border-radius: 4px; }
.nav-cta:hover { background: var(--orange-action-hover) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: #fff; border-radius: 2px; transition: all 0.2s; }
.nav-mobile { display: none; position: fixed; top: 62px; left: 0; right: 0; background: var(--cream); border-bottom: 1px solid var(--cream-dk); padding: 1.5rem 2rem; flex-direction: column; gap: 1.25rem; z-index: 99; box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.nav-mobile.open { display: flex; }
.nav-mobile a { text-decoration: none; font-size: 1rem; font-weight: 500; color: var(--text-mid); padding: 0.25rem 0; border-bottom: 1px solid var(--cream-dk); }
.nav-mobile a:last-child { border-bottom: none; color: var(--orange-text); font-weight: 600; }

/* ── HERO ─────────── */
#hero {
  position: relative; min-height: 100vh;
  display: flex; align-items: center; overflow: hidden;
  background: #0e1a0a;
}
/* Slideshow base layers */
.hero-slideshow { position: absolute; inset: 0; z-index: 0; }
.hero-slide {
  position: absolute; inset: 0;
  opacity: 0;
  transition: opacity 2.5s ease-in-out;
  background-size: cover; background-position: center;
}
.hero-slide.active { opacity: 1; }
/* Each slide evokes a different outdoor setting from actual posts */
.slide-1 { background: linear-gradient(158deg, #0e2808 0%, #1e4a12 45%, #0a1e06 100%); }  /* garden / green pastures */
.slide-2 { background: linear-gradient(158deg, #2a1808 0%, #4a2e12 45%, #1a0e06 100%); }  /* warm wood / rustic table */
.slide-3 { background: linear-gradient(158deg, #08101a 0%, #12203a 45%, #060c18 100%); }  /* night / candlelight */
.slide-4 { background: linear-gradient(158deg, #0e2a20 0%, #1a3d30 45%, #081e18 100%); }  /* water / still pools */
.slide-5 { background: linear-gradient(158deg, #1a1008 0%, #302010 45%, #100a06 100%); }  /* earth / stone path */
/* Overlay sits above slides — keeps the dark moody tone while letting slide color bleed through */
.hero-bg {
  position: absolute; inset: 0; z-index: 1;
  background:
    radial-gradient(ellipse 70% 60% at 70% 50%, rgba(42,92,26,0.38) 0%, transparent 65%),
    radial-gradient(ellipse 50% 80% at 20% 30%, rgba(245,146,28,0.12) 0%, transparent 60%),
    radial-gradient(ellipse 90% 90% at 50% 50%, rgba(74,46,132,0.22) 0%, transparent 70%),
    linear-gradient(160deg, rgba(14,26,10,0.72) 0%, rgba(26,46,16,0.62) 35%, rgba(17,34,8,0.68) 65%, rgba(10,18,8,0.78) 100%);
}
.hero-texture { position: absolute; inset: 0; z-index: 2; opacity: 0.04; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1.5' fill='%23fff'/%3E%3C/svg%3E"); background-size: 60px 60px; }
.hero-light { position: absolute; z-index: 2; top: -10%; right: 5%; width: 50%; height: 120%; background: radial-gradient(ellipse 40% 80% at 80% 20%, rgba(245,146,28,0.18) 0%, transparent 60%); pointer-events: none; }
.hero-content { position: relative; z-index: 3; max-width: 780px; padding: 8rem 2.5rem 5rem; }
.hero-eyebrow { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--orange); margin-bottom: 1.5rem; padding: 0.3rem 0.8rem; border: 1px solid rgba(245,146,28,0.4); border-radius: 2px; }
.hero-title { font-family: 'Playfair Display', serif; font-size: clamp(2.8rem,6vw,5rem); font-weight: 700; line-height: 1.1; color: var(--white); margin-bottom: 1.5rem; }
.hero-title em { font-style: italic; color: var(--orange); }
.hero-sub { font-size: 1.1rem; font-weight: 300; color: rgba(255,255,255,0.78); max-width: 540px; margin-bottom: 2.5rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn { display: inline-block; text-decoration: none; font-weight: 500; font-size: 0.9rem; padding: 0.8rem 1.8rem; border-radius: 4px; letter-spacing: 0.03em; transition: all 0.2s; }
.btn-primary { background: var(--orange-action); color: var(--white); }
.btn-primary:hover { background: var(--orange-action-hover); transform: translateY(-1px); }
.btn-outline { border: 1.5px solid rgba(255,255,255,0.4); color: var(--white); }
.btn-outline:hover { border-color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.06); }
.hero-scroll { position: absolute; bottom: 2rem; left: 2.5rem; display: flex; align-items: center; gap: 0.6rem; color: rgba(255,255,255,0.4); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; }
.scroll-line { width: 40px; height: 1px; background: rgba(255,255,255,0.3); }

/* ── QUOTE STRIP ──── */
.quote-strip { background: var(--purple); padding: 3rem 2.5rem; text-align: center; }
.quote-strip blockquote { font-family: 'Playfair Display', serif; font-style: italic; font-size: clamp(1.2rem,2.5vw,1.65rem); color: var(--white); max-width: 720px; margin: 0 auto 0.75rem; line-height: 1.6; }
.quote-strip cite { font-size: 0.8rem; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.78); }

/* ── SECTIONS ─────── */
section { padding: 6rem 2.5rem; }
.section-inner { max-width: 960px; margin: 0 auto; }
.section-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--green); margin-bottom: 1rem; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem,4vw,2.8rem); font-weight: 700; line-height: 1.2; color: var(--purple); margin-bottom: 1.5rem; }
.section-body { font-size: 1.05rem; color: var(--text-mid); line-height: 1.85; max-width: 640px; }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity 0.65s ease, transform 0.65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ── ABOUT ─────────── */
#about { background: var(--white); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-grid > * { min-width: 0; }
.about-card { background: var(--cream); border-radius: 4px; padding: 3rem 2.5rem; border-left: 4px solid var(--orange); }
.about-card-text { font-family: 'Playfair Display', serif; font-size: 1.35rem; line-height: 1.65; color: var(--purple); font-style: italic; }
.about-stat-row { margin-top: 2rem; display: flex; gap: 2.5rem; }
.about-stat dt { font-family: 'Playfair Display', serif; font-size: 2.2rem; font-weight: 700; color: var(--orange-text); line-height: 1; }
.about-stat dd { font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-lt); margin-top: 0.25rem; }

/* ── THE PRACTICE ─── */
#how { background: var(--cream); }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; margin-top: 3.5rem; }
.step { padding: 2.5rem; background: var(--white); border-radius: 4px; border-top: 3px solid var(--purple); }
.step-num { font-family: 'Playfair Display', serif; font-size: 3.5rem; font-weight: 700; color: var(--cream-dk); line-height: 1; margin-bottom: 1rem; }
.step-title { font-family: 'Playfair Display', serif; font-size: 1.2rem; font-weight: 600; color: var(--purple); margin-bottom: 0.75rem; }
.step-body { font-size: 0.92rem; color: var(--text-mid); line-height: 1.8; }

/* ── LIVE FEED ──────── */
#feed { background: var(--cream-dk); }
.tiktok-row-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-mid); margin-bottom: 0.75rem; }

/* ── PLATFORM CARDS ── */
.platform-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
  margin-top: 2.5rem;
}
.platform-card {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.12);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: var(--white);
}
.platform-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 36px rgba(0,0,0,0.18);
}
.platform-card-scene {
  position: relative;
  aspect-ratio: 9 / 14;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  overflow: hidden;
}
.scene-green { background: linear-gradient(158deg, #1a3d10 0%, #2a5c18 45%, #0e2a08 100%); }
.scene-dark  { background: linear-gradient(158deg, #10101e 0%, #1e1e38 45%, #0a0a16 100%); }
.scene-warm  { background: linear-gradient(158deg, #3d2810 0%, #5a3e18 45%, #2a1808 100%); }
.platform-card-scene::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 30px 30px;
}
.platform-card-held {
  position: relative;
  background: #fffef7;
  padding: 1.1rem 1.4rem 1.2rem;
  transform: rotate(-1.5deg);
  box-shadow: 0 8px 28px rgba(0,0,0,0.5), 0 2px 6px rgba(0,0,0,0.22);
  width: 85%;
  max-width: 240px;
}
.platform-card-held::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(transparent, transparent 22px, rgba(0,0,0,0.07) 22px, rgba(0,0,0,0.07) 23px);
  pointer-events: none;
}
.platform-card-verse {
  font-family: 'Bradley Hand', 'Segoe Print', cursive;
  font-size: 1rem;
  line-height: 1.5;
  color: #7B2D1A;
  position: relative;
  z-index: 1;
  margin: 0 0 0.45rem;
}
.platform-card-ref {
  font-family: 'Bradley Hand', 'Segoe Print', cursive;
  font-size: 0.85rem;
  color: #7B2D1A;
  opacity: 0.72;
  position: relative;
  z-index: 1;
  margin: 0;
}
.platform-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 1rem;
  background: var(--white);
}
.platform-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.28rem 0.65rem;
  border-radius: 20px;
}
.tiktok-badge { background: #010101; color: #fff; }
.ig-badge { background: linear-gradient(135deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); color: #fff; }
.fb-badge { background: #1877F2; color: #fff; }
.platform-card-cta { font-size: 0.78rem; font-weight: 600; color: var(--purple); letter-spacing: 0.02em; }
.platform-card-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 2; }
@media (max-width: 780px) { .platform-cards { grid-template-columns: 1fr; max-width: 320px; margin-left: auto; margin-right: auto; } }

/* ── TEAM ──────────── */
#team { background: var(--cream); }
.team-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 3.5rem 4rem; margin-top: 3rem; }
.team-card { display: flex; flex-direction: column; gap: 0.75rem; }
.team-avatar { width: 72px; height: 72px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 700; color: var(--white); flex-shrink: 0; margin-bottom: 0.25rem; }
.team-role { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--orange-text); margin: 0 0 0.2rem; }
.team-name { font-family: 'Playfair Display', serif; font-size: 1.25rem; color: var(--text); margin: 0 0 0.5rem; }
.team-bio { font-size: 0.9rem; color: var(--text-mid); line-height: 1.8; margin: 0; }
.team-bio a { color: var(--purple); text-decoration: none; }
.team-bio a:hover { text-decoration: underline; }
@media (max-width: 640px) { .team-grid { grid-template-columns: 1fr; } }

/* ── DONATE ──────────── */
#donate { background: var(--white); text-align: center; }
#donate .section-inner { max-width: 680px; }
#donate .section-title { margin-bottom: 1rem; }
#donate .section-body { margin: 0 auto 1.75rem; text-align: center; max-width: 520px; }
.donate-impact { display: flex; gap: 2rem; justify-content: center; margin-bottom: 2.5rem; flex-wrap: wrap; }
.donate-impact-item { text-align: center; }
.donate-impact-item dt { font-family: 'Playfair Display', serif; font-size: 2rem; font-weight: 700; color: var(--purple); line-height: 1; }
.donate-impact-item dd { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-lt); margin-top: 0.25rem; max-width: 100px; line-height: 1.4; }
.donate-btn { display: inline-flex; align-items: center; gap: 0.6rem; background: var(--orange-action); color: var(--white); text-decoration: none; padding: 1rem 2.5rem; border-radius: 4px; font-weight: 600; font-size: 1rem; transition: all 0.2s; }
.donate-btn:hover { background: var(--orange-action-hover); transform: translateY(-1px); }
.donate-trust { margin-top: 1.25rem; font-size: 0.78rem; color: var(--text-lt); }
.donate-trust strong { color: var(--text-mid); }

/* ── FAQ ─────────────── */
#faq { background: var(--cream); }
.faq-list { margin-top: 2.5rem; border-top: 1px solid var(--cream-dk); }
.faq-item { border-bottom: 1px solid var(--cream-dk); }
.faq-question { width: 100%; background: none; border: none; padding: 1.4rem 0; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Inter', sans-serif; font-size: 1rem; font-weight: 500; color: var(--text); }
.faq-question:hover { color: var(--purple); }
.faq-icon { font-size: 1.2rem; color: var(--orange); flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { display: none; padding: 0 0 1.4rem; font-size: 0.95rem; color: var(--text-mid); line-height: 1.8; max-width: 620px; }
.faq-item.open .faq-answer { display: block; }

/* ── CONTACT ──────────── */
#contact { background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.contact-links { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.contact-link { display: flex; align-items: center; gap: 1rem; text-decoration: none; padding: 1rem 1.25rem; border: 1px solid var(--cream-dk); border-radius: 4px; transition: all 0.2s; color: var(--text); }
.contact-link:hover { border-color: var(--purple); background: var(--cream); }
.contact-link-icon { font-size: 1.3rem; flex-shrink: 0; }
.contact-link-label { font-weight: 500; font-size: 0.9rem; color: var(--purple); }
.contact-link-sub { font-size: 0.78rem; color: var(--text-lt); }
.contact-form { display: flex; flex-direction: column; gap: 1.25rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; }
.form-label { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-lt); }
.form-input { width: 100%; padding: 0.75rem 1rem; font-family: 'Inter', sans-serif; font-size: 0.92rem; color: var(--text); background: var(--cream); border: 1.5px solid var(--cream-dk); border-radius: 4px; outline: none; transition: border-color 0.2s; appearance: none; }
.form-input:focus { border-color: var(--purple); background: var(--white); }
.form-input::placeholder { color: var(--text-lt); }
.form-textarea { min-height: 130px; resize: vertical; line-height: 1.6; }
.form-submit { align-self: flex-start; background: var(--orange-action); color: var(--white); border: none; padding: 0.8rem 1.8rem; border-radius: 4px; font-family: 'Inter', sans-serif; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: all 0.2s; }
.form-submit:hover { background: var(--orange-action-hover); transform: translateY(-1px); }
.partnership-note { margin-top: 2rem; padding: 1.5rem; background: var(--cream); border-left: 3px solid var(--green); border-radius: 0 4px 4px 0; font-size: 0.88rem; color: var(--text-mid); line-height: 1.7; }
.partnership-note strong { display: block; font-size: 0.95rem; color: var(--green); margin-bottom: 0.4rem; }

/* ── FOOTER ──────────── */
footer { background: #0e1a0a; color: rgba(255,255,255,0.72); padding: 3rem 2.5rem; display: flex; justify-content: space-between; align-items: center; gap: 2rem; flex-wrap: wrap; }
.footer-brand { font-family: 'Playfair Display', serif; font-size: 1rem; color: rgba(255,255,255,0.85); }
.footer-tagline { font-size: 0.78rem; margin-top: 0.25rem; color: var(--orange); letter-spacing: 0.06em; }
footer nav { position: static; background: none; border: none; backdrop-filter: none; padding: 0; flex-wrap: wrap; justify-content: flex-end; gap: 1.5rem; }
footer nav a { font-size: 0.8rem; color: rgba(255,255,255,0.72); text-decoration: none; transition: color 0.2s; }
footer nav a:hover { color: rgba(255,255,255,0.85); }
.footer-copy { width: 100%; font-size: 0.72rem; color: rgba(255,255,255,0.68); border-top: 1px solid rgba(255,255,255,0.12); padding-top: 1.5rem; margin-top: 0.5rem; }

/* ── RESPONSIVE ────── */
@media (max-width: 768px) {
  nav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
  section { padding: 4rem 1.5rem; }
  .hero-content { padding: 7rem 1.5rem 4rem; }
  .about-grid, .see-it-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .about-card { padding: 2.25rem 1.5rem; }
  .about-stat-row { flex-wrap: wrap; gap: 1.5rem 2rem; }
  .steps { grid-template-columns: 1fr; }
  .community-cards { grid-template-columns: 1fr; }
  footer { flex-direction: column; align-items: flex-start; }
  footer nav { justify-content: flex-start; }
}

/* ── HERO ENTRY ──── */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
.fade-up { opacity: 0; animation: fadeUp 0.7s ease forwards; }
.delay-1 { animation-delay: 0.15s; }
.delay-2 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.45s; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .fade-up, .reveal { opacity: 1; transform: none; }
}

.section-body--spaced { margin-bottom: 2rem; }
.team-avatar--orange { background: var(--orange); }
.contact-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }

