/* ============================================================
   S.T.E.P. v5 — Soft Romantic Clean Girl Aesthetic
   Fonts: Cormorant Garamond (elegant) + Jost (clean modern)
   Colors: Dusty rose, blush, cream, warm white, soft mauve
   ============================================================ */

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

:root {
  --rose:        #C96B8A;
  --rose-mid:    #E89BB5;
  --rose-light:  #F2C4D4;
  --rose-pale:   #FDEEF4;
  --rose-bg:     #FFF8FB;
  --blush:       #F9E0E8;
  --mauve:       #A05070;
  --cream:       #FFFAF8;
  --warm-white:  #FFFFFF;
  --dark:        #2A1520;
  --dark-mid:    #4A2535;
  --warm-gray:   #8A6070;
  --light-line:  #F0DDE5;

  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body:    'Jost', system-ui, sans-serif;
  --nav-height:   68px;
  --max-w:        1080px;
  --pad:          92px 24px;
  --r-sm:  10px;
  --r-md:  20px;
  --r-lg:  36px;
  --shadow-soft: 0 2px 20px rgba(180,80,120,0.07);
  --shadow-md:   0 8px 36px rgba(180,80,120,0.13);
  --shadow-lg:   0 20px 60px rgba(180,80,120,0.18);
  --t: 0.3s ease;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--dark-mid); line-height: 1.78; overflow-x: hidden; font-weight: 300; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
a { text-decoration: none; color: inherit; }
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }

/* TYPOGRAPHY */
h1,h2,h3 { font-family: var(--font-display); line-height: 1.2; color: var(--dark); }
h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 500; }
h2 { font-size: clamp(1.7rem, 3.5vw, 2.6rem); font-weight: 500; }
h3 { font-size: clamp(1.1rem, 2vw, 1.4rem); font-weight: 500; }
h4 { font-size: 0.9rem; font-weight: 600; font-family: var(--font-body); letter-spacing: 0.02em; }
p { margin-bottom: 1rem; font-weight: 300; }
p:last-child { margin-bottom: 0; }
em { font-style: italic; color: var(--rose); }
strong { font-weight: 600; }

.section-eyebrow {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--rose);
  margin-bottom: 14px;
}

.section-title { margin-bottom: 1rem; }
.section-intro { font-size: 1rem; color: var(--warm-gray); max-width: 560px; font-weight: 300; }
.section-header.centered { text-align: center; margin-bottom: 50px; }
.section-header.centered .section-intro { margin: 0 auto; }

/* BUTTONS */
.btn { display: inline-block; font-family: var(--font-body); font-size: 0.82rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 13px 30px; border-radius: 100px; transition: all var(--t); cursor: pointer; border: none; text-align: center; }
.btn-primary { background: var(--rose); color: var(--warm-white); box-shadow: 0 4px 18px rgba(201,107,138,0.3); }
.btn-primary:hover { background: var(--mauve); transform: translateY(-2px); box-shadow: 0 8px 26px rgba(201,107,138,0.38); }
.btn-secondary { background: var(--rose-pale); color: var(--mauve); border: 1px solid var(--rose-light); }
.btn-secondary:hover { background: var(--blush); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: var(--dark-mid); border: 1px solid var(--rose-light); }
.btn-ghost:hover { background: var(--rose-pale); border-color: var(--rose-mid); color: var(--rose); }
.full-width { width: 100%; display: block; }

/* PLACEHOLDER */
.img-placeholder { background: linear-gradient(135deg, var(--rose-pale), var(--rose-bg)); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; }
.placeholder-inner { display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 20px; }
.placeholder-inner p { font-size: 0.78rem; font-weight: 500; color: var(--rose-mid); margin: 0; letter-spacing: 0.06em; }

/* SECTIONS */
.section { padding: var(--pad); }
.about-section    { background: var(--warm-white); }
.mission-section  { background: var(--rose-bg); }
.team-section     { background: var(--cream); }
.program-section  { background: var(--warm-white); }
.media-section    { background: var(--rose-bg); }
.events-section   { background: var(--warm-white); }
.partners-section { background: var(--cream); }
.support-section  { background: var(--dark); }
.goals-section    { background: var(--warm-white); }
.contact-section  { background: var(--rose-bg); }

/* ===== NAVBAR ===== */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 100; height: var(--nav-height); background: rgba(255,250,248,0.96); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--light-line); transition: box-shadow var(--t); }
.navbar.scrolled { box-shadow: 0 2px 24px rgba(180,80,120,0.08); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; height: 100%; display: flex; align-items: center; justify-content: space-between; }
.nav-logo-img { height: 46px; width: auto; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { font-size: 0.76rem; font-weight: 500; letter-spacing: 0.06em; color: var(--dark-mid); padding: 7px 12px; border-radius: 100px; transition: all var(--t); }
.nav-links a:hover { color: var(--rose); background: var(--rose-pale); }
.nav-links .nav-cta { background: var(--rose); color: var(--warm-white); padding: 8px 18px; }
.nav-links .nav-cta:hover { background: var(--mauve); color: var(--warm-white); }
.nav-toggle { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 20px; height: 1.5px; background: var(--dark); border-radius: 2px; transition: all var(--t); }

/* ===== HERO ===== */
.hero {
  min-height: 100vh;
  padding-top: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #fff8fb 0%, #fffaf8 35%, #fff4f8 65%, #fdeef4 100%);
}

.hero-deco { position: absolute; inset: 0; pointer-events: none; z-index: 0; }
.petal { position: absolute; border-radius: 60% 40% 60% 40%; opacity: 0.12; }
.p1 { width: 380px; height: 380px; background: var(--rose-mid); top: -120px; right: -100px; animation: floatSoft 10s ease-in-out infinite; }
.p2 { width: 240px; height: 240px; background: var(--blush); bottom: 40px; left: -60px; animation: floatSoft 13s ease-in-out infinite reverse; }
.p3 { width: 160px; height: 160px; background: var(--rose-light); top: 35%; left: 5%; border-radius: 50%; animation: floatSoft 8s ease-in-out infinite; opacity: 0.15; }

.hero-inner { position: relative; z-index: 2; text-align: center; max-width: 700px; padding: 40px 24px 60px; }

.hero-eyebrow { font-family: var(--font-body); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.3em; text-transform: uppercase; color: var(--rose); display: inline-block; margin-bottom: 28px; animation: fadeUp 0.7s 0.1s ease both; }

.hero-logo-wrap { margin-bottom: 32px; animation: fadeDown 0.8s 0.2s ease both; }
.hero-logo { width: 220px; height: auto; margin: 0 auto; filter: drop-shadow(0 6px 24px rgba(201,107,138,0.15)); transition: transform 0.5s ease; }
.hero-logo:hover { transform: scale(1.03); }

.hero-headline { font-size: clamp(1.9rem, 4.2vw, 3.2rem); font-weight: 400; color: var(--dark); margin-bottom: 1.2rem; animation: fadeUp 0.8s 0.3s ease both; line-height: 1.25; }
.headline-italic { display: block; font-style: italic; color: var(--rose); font-weight: 300; font-size: 0.88em; margin-top: 4px; }

.hero-sub { font-size: 1rem; color: var(--warm-gray); max-width: 500px; margin: 0 auto 2rem; line-height: 1.82; font-weight: 300; animation: fadeUp 0.8s 0.42s ease both; }

.hero-buttons { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-bottom: 2rem; animation: fadeUp 0.8s 0.55s ease both; }

.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; animation: fadeUp 0.8s 0.68s ease both; }
.hero-tags span { font-size: 0.74rem; font-weight: 400; letter-spacing: 0.04em; background: var(--warm-white); color: var(--warm-gray); padding: 6px 16px; border-radius: 100px; border: 1px solid var(--light-line); }

/* ===== STATS ===== */
.stats-strip { background: var(--dark); padding: 32px 24px; border-top: 1px solid rgba(255,255,255,0.04); }
.stats-grid { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.stat-item { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 10px 40px; }
.stat-number { font-family: var(--font-display); font-size: 1.6rem; font-weight: 400; color: var(--rose-light); line-height: 1; margin-bottom: 5px; font-style: italic; }
.stat-label { font-size: 0.68rem; font-weight: 500; color: rgba(255,255,255,0.4); letter-spacing: 0.1em; text-transform: uppercase; }
.stat-divider { width: 1px; height: 36px; background: rgba(255,255,255,0.1); }

/* ===== ABOUT ===== */
.about-text-only { max-width: 820px; margin: 0 auto; text-align: center; }
.about-text-only .section-title { font-size: clamp(1.8rem, 3.8vw, 2.8rem); margin-bottom: 2rem; }
.about-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; text-align: left; margin-bottom: 2.2rem; }
.about-columns p { color: var(--warm-gray); font-size: 0.97rem; }

/* ===== MISSION ===== */
.mission-pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.pillar-card { background: var(--warm-white); border-radius: var(--r-md); padding: 28px 22px; box-shadow: var(--shadow-soft); border: 1px solid var(--light-line); transition: all var(--t); }
.pillar-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--rose-light); }
.pillar-icon { font-size: 1.7rem; margin-bottom: 12px; }
.pillar-card h3 { font-size: 0.95rem; font-family: var(--font-body); font-weight: 600; margin-bottom: 8px; color: var(--dark); letter-spacing: 0.01em; }
.pillar-card p { font-size: 0.84rem; color: var(--warm-gray); line-height: 1.68; margin: 0; font-weight: 300; }

/* ===== TEAM — monogram cards, no photos ===== */
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.team-card { background: var(--warm-white); border-radius: var(--r-md); padding: 40px 28px; text-align: center; border: 1px solid var(--light-line); box-shadow: var(--shadow-soft); transition: all var(--t); }
.team-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--rose-light); }
.team-monogram { width: 72px; height: 72px; background: linear-gradient(135deg, var(--rose-pale), var(--blush)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; font-family: var(--font-display); font-size: 2rem; font-weight: 400; color: var(--rose); font-style: italic; border: 1.5px solid var(--rose-light); box-shadow: var(--shadow-soft); }
.team-name { font-size: 1.5rem; font-family: var(--font-display); font-weight: 400; margin-bottom: 6px; color: var(--dark); font-style: italic; }
.team-role { font-size: 0.65rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); display: block; margin-bottom: 16px; }
.team-divider { width: 40px; height: 1px; background: var(--rose-light); margin: 0 auto 16px; }
.team-bio { font-size: 0.85rem; color: var(--warm-gray); line-height: 1.72; margin: 0; font-weight: 300; }

/* ===== PROGRAM ===== */
.program-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.program-text p { color: var(--warm-gray); font-size: 0.96rem; font-weight: 300; }
.program-details { margin-top: 26px; display: flex; flex-direction: column; gap: 14px; }
.program-detail-item { display: flex; gap: 13px; align-items: flex-start; }
.detail-icon { font-size: 1rem; line-height: 1.7; flex-shrink: 0; }
.program-detail-item strong { display: block; font-size: 0.84rem; font-weight: 600; color: var(--dark); margin-bottom: 2px; letter-spacing: 0.02em; }
.program-detail-item p { font-size: 0.82rem; color: var(--warm-gray); margin: 0; font-weight: 300; }
.program-class-format { background: var(--rose-bg); border-radius: var(--r-md); padding: 34px; border: 1px solid var(--light-line); }
.format-title { font-size: 0.78rem; font-family: var(--font-body); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose); margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--rose-light); }
.format-steps { display: flex; flex-direction: column; gap: 22px; }
.format-step { display: flex; gap: 16px; align-items: flex-start; }
.step-num { font-family: var(--font-display); font-size: 1.8rem; font-weight: 300; color: var(--rose-light); line-height: 1; flex-shrink: 0; min-width: 34px; font-style: italic; }
.step-content strong { display: block; font-size: 0.88rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.step-time { display: inline-block; font-size: 0.65rem; font-weight: 600; letter-spacing: 0.12em; background: var(--blush); color: var(--mauve); padding: 3px 10px; border-radius: 100px; margin-bottom: 6px; text-transform: uppercase; }
.step-content p { font-size: 0.82rem; color: var(--warm-gray); margin: 0; font-weight: 300; }

/* ===== VIDEO GRID ===== */
.video-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 52px; }
.video-slot { border-radius: var(--r-md); overflow: hidden; border: 1.5px dashed var(--rose-light); background: var(--warm-white); aspect-ratio: 16/9; display: flex; align-items: center; justify-content: center; transition: all var(--t); }
.video-slot:hover { border-color: var(--rose-mid); background: var(--rose-pale); }
.slot-inner { text-align: center; padding: 20px; }
.slot-icon { font-size: 2rem; margin-bottom: 10px; opacity: 0.5; }
.slot-label { font-size: 0.8rem; font-weight: 500; color: var(--warm-gray); margin: 0 0 4px; letter-spacing: 0.04em; }
.slot-hint { font-size: 0.7rem; color: var(--rose-light); margin: 0; }
.video-slot iframe { width: 100%; height: 100%; border: none; display: block; }

/* ===== PHOTO GALLERY ===== */
.photo-gallery-header { text-align: center; margin-bottom: 22px; }
.photo-gallery-header h3 { font-size: 1.5rem; margin-bottom: 6px; font-weight: 400; }
.photo-gallery-header p { font-size: 0.86rem; color: var(--warm-gray); margin: 0; font-weight: 300; }
.photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.photo-tile { aspect-ratio: 4/3; object-fit: cover; border-radius: var(--r-md); width: 100%; transition: all var(--t); border: 1px solid var(--light-line); }
.photo-tile:hover { transform: scale(1.03); box-shadow: var(--shadow-md); }

/* ===== EVENTS ===== */
.events-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.event-card { background: var(--rose-bg); border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--light-line); box-shadow: var(--shadow-soft); position: relative; transition: all var(--t); }
.event-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.event-badge { position: absolute; top: 14px; left: 14px; z-index: 10; font-size: 0.62rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; padding: 5px 13px; border-radius: 100px; }
.upcoming-badge { background: var(--rose); color: var(--warm-white); }
.past-badge { background: var(--dark); color: rgba(255,255,255,0.6); }
.event-img-wrapper { overflow: hidden; }
.event-img { width: 100%; height: 240px; object-fit: cover; object-position: center top; display: block; transition: transform 0.4s ease; }
.event-card:hover .event-img { transform: scale(1.04); }
.event-info { padding: 24px; }
.event-info h3 { font-size: 1.3rem; margin-bottom: 10px; font-weight: 500; }
.event-meta { display: flex; flex-direction: column; gap: 5px; margin-bottom: 12px; }
.event-meta span { font-size: 0.8rem; color: var(--warm-gray); font-weight: 400; }
.event-info p { font-size: 0.86rem; color: var(--warm-gray); font-weight: 300; }
.bake-sale-mini-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 7px; margin-top: 14px; }
.bake-sale-mini-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: var(--r-sm); }

/* ===== PARTNERS ===== */
.partners-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.partner-card { display: flex; flex-direction: column; gap: 18px; background: var(--warm-white); border-radius: var(--r-md); padding: 26px; border: 1px solid var(--light-line); box-shadow: var(--shadow-soft); transition: all var(--t); }
.partner-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--rose-light); }
.partner-logo-area { width: 100%; height: 80px; display: flex; align-items: center; justify-content: center; }
.partner-logo-img { max-width: 100%; max-height: 70px; object-fit: contain; }
.lon-img { background: var(--warm-white); padding: 6px; border-radius: var(--r-sm); border: 1px solid var(--light-line); }
.aaa-bg { background: #1a1a1a; border-radius: var(--r-sm); padding: 8px; }
.ats-img { border-radius: var(--r-sm); }
.partner-info { flex: 1; }
.partner-info h4 { font-size: 0.92rem; margin-bottom: 4px; color: var(--dark); font-weight: 600; }
.partner-type { font-size: 0.62rem; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--rose); margin-bottom: 10px; display: block; }
.partner-info p { font-size: 0.82rem; color: var(--warm-gray); margin-bottom: 10px; line-height: 1.68; font-weight: 300; }
.partner-link { font-size: 0.76rem; font-weight: 500; color: var(--rose); letter-spacing: 0.02em; }

/* ===== SUPPORT ===== */
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.support-section .section-eyebrow { color: var(--rose-light); }
.support-section .section-title { color: var(--warm-white); font-weight: 400; }
.support-text p { color: rgba(255,255,255,0.6); font-weight: 300; }
.support-list { list-style: none; margin: 14px 0 24px; display: flex; flex-direction: column; gap: 8px; }
.support-list li { font-size: 0.87rem; color: rgba(255,255,255,0.75); padding: 10px 16px; background: rgba(255,255,255,0.05); border-radius: var(--r-sm); border-left: 2px solid var(--rose); font-weight: 300; }
.legal-disclaimer { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--r-sm); padding: 14px 18px; margin-top: 20px; }
.legal-disclaimer p { font-size: 0.75rem; color: rgba(255,255,255,0.35); line-height: 1.65; margin: 0; font-weight: 300; }
.support-quote-card { background: linear-gradient(135deg, var(--rose) 0%, var(--mauve) 100%); border-radius: var(--r-md); padding: 34px; margin-bottom: 20px; box-shadow: 0 8px 30px rgba(160,80,112,0.3); }
.quote-text { font-family: var(--font-display); font-style: italic; font-size: 1.12rem; color: var(--warm-white); line-height: 1.6; margin-bottom: 14px; font-weight: 300; }
.quote-attr { font-size: 0.76rem; color: rgba(255,255,255,0.65); margin: 0; font-weight: 500; letter-spacing: 0.06em; }
.support-ways { background: rgba(255,255,255,0.04); border-radius: var(--r-md); padding: 24px; border: 1px solid rgba(255,255,255,0.07); }
.support-ways h4 { font-size: 0.65rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.16em; color: rgba(255,255,255,0.3); margin-bottom: 16px; }
.support-way-item { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 12px; }
.support-way-item:last-child { margin-bottom: 0; }
.support-way-item span { font-size: 1rem; flex-shrink: 0; line-height: 1.6; }
.support-way-item p { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; font-weight: 300; }

/* ===== GOALS — reads bottom to top (Step 1 at bottom, nonprofit at top) ===== */
.goals-timeline {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
  padding-left: 30px;
  /* Flip the whole list so Step 1 appears at the bottom */
  display: flex;
  flex-direction: column-reverse;
}
.goals-timeline::before {
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  width: 1.5px;
  /* Gradient goes bottom (rose/active) to top (light/future) */
  background: linear-gradient(to top, var(--rose) 0%, var(--rose-light) 100%);
  border-radius: 2px;
}
.goal-item { position: relative; margin-bottom: 0; margin-top: 32px; }
.goal-item:last-child { margin-top: 0; }

.goal-dot { position: absolute; left: -30px; top: 6px; width: 14px; height: 14px; background: var(--warm-white); border: 2px solid var(--rose-light); border-radius: 50%; z-index: 1; }
.goal-dot-final { border-color: var(--rose-light); background: var(--warm-white); }

/* "We Are Here" — active step at the bottom */
.goal-dot-current { border-color: var(--rose); background: var(--rose); box-shadow: 0 0 0 4px rgba(201,107,138,0.2); }
.goal-item-current .goal-content { background: var(--rose-pale); border-radius: var(--r-md); padding: 16px 18px; border: 1px solid var(--rose-light); }

.goal-step-label { display: inline-block; font-size: 0.6rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; color: var(--rose-mid); margin-bottom: 4px; }
.current-label { color: var(--rose); font-weight: 700; }

.goal-content h4 { margin-bottom: 6px; color: var(--dark); font-size: 0.95rem; }
.goal-content p { font-size: 0.85rem; color: var(--warm-gray); margin: 0; font-weight: 300; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.contact-intro p { color: var(--warm-gray); font-weight: 300; }
.social-label { font-size: 0.63rem; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--rose); margin-bottom: 12px; margin-top: 26px; display: block; }
.instagram-block { margin-bottom: 26px; }
.instagram-qr-wrap { display: flex; gap: 16px; align-items: center; background: var(--warm-white); border-radius: var(--r-md); padding: 16px; border: 1px solid var(--light-line); }
.qr-code-img { width: 84px; height: 84px; object-fit: cover; border-radius: var(--r-sm); flex-shrink: 0; }
.instagram-handle-link { display: inline-flex; align-items: center; gap: 7px; font-size: 0.95rem; font-weight: 500; color: var(--dark); margin-bottom: 4px; transition: color var(--t); }
.instagram-handle-link:hover { color: var(--rose); }
.ig-icon { width: 16px; height: 16px; stroke: currentColor; }
.instagram-handle-wrap p { font-size: 0.77rem; color: var(--warm-gray); margin: 0; font-weight: 300; }
.contact-ways { display: flex; flex-direction: column; gap: 14px; }
.contact-way { display: flex; gap: 13px; align-items: flex-start; }
.contact-way span { font-size: 1.1rem; line-height: 1.5; flex-shrink: 0; }
.contact-way strong { display: block; font-size: 0.86rem; font-weight: 600; color: var(--dark); margin-bottom: 2px; }
.contact-way p { font-size: 0.8rem; color: var(--warm-gray); margin: 0; font-weight: 300; }
.contact-form-wrapper { background: var(--warm-white); border-radius: var(--r-md); padding: 34px; box-shadow: var(--shadow-soft); border: 1px solid var(--light-line); }
.contact-form h3 { font-size: 1.4rem; margin-bottom: 20px; font-weight: 500; }
.form-group { margin-bottom: 15px; }
.form-group label { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--dark-mid); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1px solid var(--light-line); border-radius: var(--r-sm); font-family: var(--font-body); font-size: 0.88rem; color: var(--dark-mid); background: var(--rose-bg); transition: border-color var(--t), box-shadow var(--t); outline: none; appearance: none; font-weight: 300; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--rose-mid); box-shadow: 0 0 0 3px rgba(201,107,138,0.08); background: var(--warm-white); }
.form-group textarea { resize: vertical; min-height: 96px; }
.form-group input::placeholder, .form-group textarea::placeholder { color: rgba(138,96,112,0.4); }
.form-success { background: #F0FFF4; border: 1px solid #9AE6B4; border-radius: var(--r-sm); padding: 12px; margin-top: 13px; text-align: center; font-size: 0.88rem; color: #276749; font-weight: 500; }

/* ===== FOOTER ===== */
.site-footer { background: var(--dark); padding: 48px 24px 30px; }
.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 36px; align-items: start; max-width: var(--max-w); margin: 0 auto; }
.footer-logo { height: 52px; width: auto; object-fit: contain; margin-bottom: 10px; }
.footer-brand p { font-size: 0.78rem; color: rgba(255,255,255,0.38); margin-top: 4px; font-weight: 300; }
.footer-location { font-size: 0.72rem !important; color: rgba(255,255,255,0.25) !important; }
.footer-instagram { display: inline-flex; align-items: center; gap: 7px; font-size: 0.8rem; font-weight: 500; color: var(--rose-mid); margin-top: 12px; transition: color var(--t); }
.footer-instagram:hover { color: var(--rose-light); }
.footer-instagram svg { width: 15px; height: 15px; stroke: currentColor; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 0.8rem; color: rgba(255,255,255,0.38); transition: color var(--t); font-weight: 300; letter-spacing: 0.02em; }
.footer-links a:hover { color: var(--rose-light); }
.footer-disclaimer p { font-size: 0.73rem; color: rgba(255,255,255,0.28); line-height: 1.65; margin-bottom: 7px; font-weight: 300; }
.footer-copy { font-size: 0.66rem !important; color: rgba(255,255,255,0.18) !important; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 12px; margin-top: 12px; }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp    { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeDown  { from { opacity: 0; transform: translateY(-12px); } to { opacity: 1; transform: translateY(0); } }
@keyframes floatSoft { 0%,100% { transform: scale(1) translateY(0); } 50% { transform: scale(1.05) translateY(-14px); } }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ===== TABLET ===== */
@media (max-width: 900px) {
  :root { --pad: 64px 20px; }
  .about-columns { grid-template-columns: 1fr; }
  .mission-pillars { grid-template-columns: repeat(2,1fr); }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .program-grid { grid-template-columns: 1fr; gap: 36px; }
  .video-grid { grid-template-columns: repeat(2,1fr); }
  .photo-grid { grid-template-columns: repeat(3,1fr); }
  .events-grid { grid-template-columns: 1fr; }
  .partners-grid { grid-template-columns: repeat(2,1fr); }
  .support-grid { grid-template-columns: 1fr; gap: 36px; }
  .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .stats-grid { flex-wrap: wrap; }
  .stat-item { padding: 10px 22px; }
  .stat-divider { height: 28px; }
  .hero-logo { width: 190px; }
}

/* ===== MOBILE ===== */
@media (max-width: 600px) {
  :root { --pad: 48px 16px; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: var(--nav-height); left: 0; right: 0; background: var(--warm-white); padding: 14px; gap: 3px; box-shadow: var(--shadow-md); border-bottom: 1px solid var(--light-line); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 14px; text-align: center; }
  .nav-toggle { display: flex; }
  .hero-logo { width: 160px; }
  .hero-buttons { flex-direction: column; align-items: center; }
  .hero-buttons .btn { width: 100%; max-width: 260px; }
  .mission-pillars { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: 1fr; }
  .photo-grid { grid-template-columns: repeat(2,1fr); }
  .partners-grid { grid-template-columns: 1fr; }
  .stats-grid { display: grid; grid-template-columns: repeat(2,1fr); }
  .stat-divider { display: none; }
  .instagram-qr-wrap { flex-direction: column; text-align: center; }
  .contact-form-wrapper { padding: 20px 14px; }
  .about-text-only { text-align: left; }
}
