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

:root {
  /* Cream & Gold – warm, hopeful, community */
  --cream: #F9F5EE; --cream-light: #FDFAF5; --cream-mid: #F0E8D8; --cream-dark: #E2C89A;
  --gold: #B8830A; --gold-bright: #C8963E; --gold-warm: #D4A843; --gold-light: #E8C060;
  --gold-pale: #FFF0CC; --gold-glow: rgba(184,131,10,0.12);
  
  /* Text – warm brown, never cold */
  --text-dark: #2C1F0A; --text-mid: #5C4A28; --text-light: #9E8060;
  --white: #FFFFFF;
  
  /* Borders & shadows – gold-tinted */
  --border: rgba(184,131,10,0.18); --border-strong: rgba(184,131,10,0.35);
  --shadow: rgba(184,131,10,0.08); --shadow-gold: rgba(184,131,10,0.1);
  
  /* Additional UI variables */
  --ivory-light: #FDFAF5; --ivory-mid: #F9F5EE; 
  --purple-brand: #8B5FC0; --purple-dark: #6B3FA0;
}

html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; background: var(--ivory-light); color: var(--text-dark); line-height: 1.7; overflow-x: hidden; }

/* Navigation */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 100; background: rgba(253,250,245,0.97); backdrop-filter: blur(12px); border-bottom: 2px solid var(--gold-bright); padding: 0 1.5rem; height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.nav-brand { font-family: 'Montserrat', sans-serif; font-size: 1.75rem; font-weight: 900; color: var(--gold); letter-spacing: 0.1em; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.nav-brand img { height: 48px; width: auto; filter: drop-shadow(0 1px 3px rgba(0,0,0,0.1)); }
.nav-links { display: flex; gap: 1.5rem; list-style: none; }
.nav-links a { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em; color: var(--text-mid); text-decoration: none; text-transform: uppercase; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-right { display: flex; align-items: center; gap: 1rem; }
.social-nav { display: flex; gap: 0.6rem; align-items: center; }
.social-nav a { color: var(--text-light); transition: color 0.2s; display: flex; align-items: center; }
.social-nav a:hover { color: var(--gold); }
.social-nav svg { width: 17px; height: 17px; fill: currentColor; }
.nav-cta { background: var(--gold); color: #fff; padding: 9px 18px; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.07em; text-decoration: none; text-transform: uppercase; border-radius: 25px; transition: all 0.2s; white-space: nowrap; }
.nav-cta:hover { background: var(--gold-bright); transform: translateY(-1px); }

/* Hero */
.hero { min-height: 100vh; position: relative; overflow: hidden; display: flex; flex-direction: column; padding-top: 70px; }
.hero-img { position: absolute; inset: 0; }
.hero-img img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.hero-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right,rgba(15,8,0,0.78) 0%,rgba(15,8,0,0.5) 55%,rgba(15,8,0,0.15) 100%); }
.hero-inner { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; width: 100%; padding: 5rem 3rem 2rem; display: flex; flex-direction: column; justify-content: center; min-height: calc(100vh - 70px - 220px); }
.hero-tag { display: inline-block; background: var(--gold-bright); color: #fff; padding: 6px 18px; border-radius: 25px; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1.25rem; width: fit-content; }
.hero-big { font-family: 'Montserrat', sans-serif; font-size: clamp(3.5rem,8vw,7.5rem); font-weight: 900; color: #fff; letter-spacing: 0.02em; line-height: 0.9; margin-bottom: 1.25rem; text-shadow: 0 2px 20px rgba(0,0,0,0.3); }
.hero-big span { color: var(--gold-warm); }
.hero-motto { font-family: 'Montserrat', sans-serif; font-size: clamp(1rem,2vw,1.3rem); font-weight: 600; color: rgba(255,255,255,0.95); font-style: italic; margin-bottom: 0.6rem; text-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.hero-sub { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,0.82); line-height: 1.6; max-width: 520px; margin-bottom: 0.75rem; }
.hero-founded { font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-warm); margin-bottom: 2rem; }
.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; align-items: center; }

/* Global Buttons */
.btn-gold { display: inline-block; background: var(--gold-warm); color: #fff; padding: 13px 30px; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 30px; transition: all 0.2s; box-shadow: 0 4px 15px rgba(184,134,11,0.3); }
.btn-gold:hover { background: var(--gold-bright); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(184,131,10,0.3); }
.btn-outline { display: inline-block; border: 2px solid rgba(255,255,255,0.85); color: #fff; padding: 11px 26px; font-family: 'Montserrat', sans-serif; font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 30px; transition: all 0.2s; }
.btn-outline:hover { background: rgba(255,255,255,0.18); border-color: #fff; }
.btn-gold-outline { display: inline-block; border: 2px solid var(--gold-warm); color: var(--gold-warm); padding: 12px 28px; font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 30px; transition: all 0.2s; }
.btn-gold-outline:hover { background: var(--gold-warm); color: var(--gold-bright); }
.btn-white { display: block; background: #fff; color: var(--gold); padding: 9px 22px; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 25px; transition: all 0.2s; margin-bottom: 8px; text-align: center; }
.btn-white:hover { background: var(--text-dark); color: #fff; }
.btn-white-outline { display: block; border: 1.5px solid rgba(255,255,255,0.8); color: #fff; padding: 9px 22px; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 25px; transition: all 0.2s; text-align: center; }
.btn-white-outline:hover { background: rgba(255,255,255,0.2); }

/* Global Utilities */
section { padding: 5rem 3rem; }
.container { max-width: 1100px; margin: 0 auto; }
.eyebrow { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.75rem; display: block; }
.section-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 800; color: var(--text-dark); line-height: 1.1; margin-bottom: 1.25rem; }
.section-lead { font-size: 1rem; font-weight: 300; color: var(--text-mid); line-height: 1.9; max-width: 560px; }
.gold-rule { width: 60px; height: 3px; background: linear-gradient(to right,var(--gold),var(--gold-warm),transparent); margin: 1.25rem 0 2rem; border-radius: 2px; }
.gold-rule.white { background: linear-gradient(to right, rgba(255,255,255,0.9), transparent); }
.spacer-4rem { padding: 4rem 0; }

/* Stats Bar */
.stats-wrap { position: relative; z-index: 2; padding: 0 2rem 4rem; }
.stats-bar { background: rgba(255,255,255,0.97); border: 1px solid var(--border-strong); border-radius: 16px; box-shadow: 0 8px 40px var(--shadow); padding: 2rem; max-width: 1200px; margin: 0 auto; border-top: 4px solid var(--gold-bright); }
.stats-label { text-align: center; font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 1.5rem; display: flex; align-items: center; gap: 1rem; justify-content: center; }
.stats-label::before, .stats-label::after { content: ''; flex: 1; height: 1px; background: linear-gradient(to right,transparent,var(--gold-bright)); }
.stats-label::after { background: linear-gradient(to left,transparent,var(--gold-bright)); }
.stats-row-multi { display: grid; grid-template-columns: repeat(4,1fr); gap: 1rem; }
.stat { text-align: center; padding: 0.75rem 0.25rem; border-radius: 10px; background: var(--ivory-light); border: 1px solid var(--border); }
.stat-icon svg { width: 26px; height: 26px; stroke: var(--gold-bright); fill: none; stroke-width: 1.5; margin-bottom: 0.3rem; }
.stat-number { font-family: 'Montserrat', sans-serif; font-size: 1.8rem; font-weight: 900; color: var(--gold-bright); line-height: 1; display: block; margin-bottom: 0.2rem; }
.stat-desc { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text-light); line-height: 1.4; }

/* About Section */
.about { background: var(--ivory-light); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; margin-top: 3rem; align-items: center; }
.about-img { border-radius: 16px; overflow: hidden; box-shadow: 0 16px 50px var(--shadow); }
.about-img img { width: 100%; height: 420px; object-fit: cover; border-radius: 16px; }
.about-lead { max-width: 100%; margin-bottom: 1rem; }
.about-body p { font-size: 0.96rem; color: var(--text-mid); line-height: 1.9; margin-bottom: 1rem; }
.about-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.85rem; margin-top: 1.5rem; }
.about-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--gold-bright); border-radius: 10px; padding: 1rem 1.1rem; box-shadow: 0 2px 12px var(--shadow); }
.about-card h4 { font-family: 'Montserrat', sans-serif; font-size: 0.8rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 0.3rem; }
.about-card p { font-size: 0.82rem; color: var(--text-light); line-height: 1.6; }

/* Services */
.services { background: var(--gold-bright); }
.services .section-title, .testimonials .section-title, .team .section-title { color: var(--text-dark); }
.services .eyebrow, .testimonials .eyebrow, .team .eyebrow { color: var(--gold); }
.services .section-lead, .testimonials .section-lead, .team .section-lead { color: var(--text-mid); }
.services .gold-rule, .testimonials .gold-rule, .team .gold-rule { background: linear-gradient(to right,var(--gold),var(--gold-warm),transparent); }
.services-photo-strip { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 3rem; margin-bottom: 2.5rem; }
.services-photo { position: relative; border-radius: 16px; overflow: hidden; height: 270px; box-shadow: 0 8px 30px var(--shadow); }
.services-photo img { width: 100%; height: 100%; object-fit: cover; filter: brightness(0.82); transition: filter 0.3s,transform 0.3s; }
.services-photo:hover img { filter: brightness(0.95); transform: scale(1.03); }
.services-photo-label { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.25rem 1.5rem; background: linear-gradient(to top,rgba(13,27,42,0.95),transparent); }
.services-photo-label h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: #fff; margin-bottom: 0.2rem; }
.services-photo-label p { font-size: 0.82rem; color: rgba(255,255,255,0.8); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 1.25rem; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 2rem 1.75rem; transition: all 0.25s; border-top: 3px solid transparent; }
.service-card:hover { background: var(--cream-light); border-color: var(--gold-bright); border-top-color: var(--gold-bright); box-shadow: 0 8px 30px rgba(0,0,0,0.15); transform: translateY(-4px); }
.service-num { font-family: 'Montserrat', sans-serif; font-size: 2.5rem; font-weight: 900; color: var(--gold-pale); line-height: 1; margin-bottom: 0.4rem; }
.service-card h3 { font-family: 'Montserrat', sans-serif; font-size: 0.93rem; font-weight: 700; color: var(--gold); margin-bottom: 0.6rem; }
.service-card p { font-size: 0.85rem; color: var(--text-mid); line-height: 1.8; }
.service-link { display: inline-block; margin-top: 0.75rem; font-size: 0.78rem; font-weight: 700; color: var(--gold); text-decoration: none; letter-spacing: 0.06em; text-transform: uppercase; border-bottom: 1px solid var(--gold-pale); padding-bottom: 2px; }

/* The Book Section */
.book-section { background: var(--gold-bright); padding: 5rem 3rem; }
.book-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 280px 1fr; gap: 5rem; align-items: center; }
.book-cover { position: relative; }
.book-cover img { width: 100%; border-radius: 12px; box-shadow: 0 20px 60px rgba(0,0,0,0.5); transition: transform 0.3s; }
.book-cover img:hover { transform: translateY(-6px) rotate(-1deg); }
.book-badge { position: absolute; top: -12px; right: -12px; background: var(--gold-bright); color: #fff; font-family: 'Montserrat', sans-serif; font-size: 0.65rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; padding: 8px 12px; border-radius: 8px; line-height: 1.3; text-align: center; }
.book-eyebrow { font-family: 'Montserrat', sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.75rem; display: block; }
.book-title { font-family: 'Montserrat', sans-serif; font-size: clamp(1.8rem,3vw,2.6rem); font-weight: 900; color: #ffffff; line-height: 1.1; margin-bottom: 0.5rem; }
.book-subtitle { font-family: 'Montserrat', sans-serif; font-size: 1rem; color: #E8C060; margin-bottom: 1.5rem; font-style: italic; }
.book-body p { font-size: 0.95rem; color: rgba(255,255,255,0.92); line-height: 1.9; margin-bottom: 1rem; }
.book-highlight { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18); border-left: 3px solid #E8C060; border-radius: 0 8px 8px 0; padding: 1.1rem 1.4rem; margin: 1.5rem 0; }
.book-highlight p { font-size: 0.92rem; color: rgba(255,255,255,0.95); margin: 0; font-style: italic; line-height: 1.7; }
.book-cta-row { display: flex; align-items: center; gap: 1.5rem; margin-top: 2rem; flex-wrap: wrap; }
.btn-book { display: inline-block; background: var(--gold-bright); color: #fff; padding: 14px 32px; font-family: 'Montserrat', sans-serif; font-size: 0.85rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 30px; transition: all 0.2s; }
.btn-book:hover { background: var(--gold-warm); transform: translateY(-2px); }
.book-100 { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.5; }
.book-100 strong { color: var(--gold-bright); display: block; font-size: 1rem; font-family: 'Montserrat', sans-serif; }

/* Bridge Street Books Section */
.bridge-street-section { background: var(--ivory-light); padding: 5rem 3rem; border-top: 1px solid var(--border); }
.bookstore-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 16px; overflow: hidden; box-shadow: 0 16px 50px rgba(184,131,10,0.12); border: 1px solid var(--border-strong); }
.bookstore-img-wrap { position: relative; overflow: hidden; min-height: 340px; }
.bookstore-img-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; display: block; }
.bookstore-img-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem 1.5rem; background: linear-gradient(to top, rgba(184,131,10,0.85), transparent); }
.bookstore-img-caption p { font-size: 0.75rem; color: rgba(255,255,255,0.9); font-family: Montserrat, sans-serif; font-weight: 600; letter-spacing: 0.06em; }
.bookstore-text { background: var(--white); padding: 3rem; }
.bookstore-eyebrow { font-family: Montserrat, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.75rem; }
.bookstore-title { font-family: Montserrat, sans-serif; font-size: 1.5rem; font-weight: 900; color: var(--text-dark); line-height: 1.2; margin-bottom: 1rem; }
.bookstore-rule { width: 50px; height: 3px; background: linear-gradient(to right, var(--gold-bright), var(--gold-warm)); border-radius: 2px; margin-bottom: 1.25rem; }
.bookstore-desc { font-size: 0.92rem; color: var(--text-mid); line-height: 1.9; margin-bottom: 0.9rem; }
.bookstore-desc.mb-large { margin-bottom: 1.5rem; }
.bookstore-desc strong { color: var(--text-dark); }
.bookstore-desc strong.gold { color: var(--gold-bright); font-size: 1rem; }
.bookstore-highlight { background: var(--gold-pale); border-left: 4px solid var(--gold-bright); border-radius: 0 8px 8px 0; padding: 1rem 1.25rem; margin-bottom: 1.5rem; }
.bookstore-highlight p { font-size: 0.88rem; color: var(--text-dark); font-weight: 600; line-height: 1.6; }
.btn-bs-buy { display: inline-block; background: var(--gold-bright); color: #fff; padding: 12px 28px; font-family: Montserrat, sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 25px; transition: all 0.2s; margin-right: 10px; margin-bottom: 10px; }
.btn-bs-buy:hover { background: var(--gold-warm); }
.btn-bs-visit { display: inline-block; border: 1.5px solid var(--gold-bright); color: var(--gold-bright); padding: 11px 24px; font-family: Montserrat, sans-serif; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 25px; }
.btn-bs-visit:hover { background: var(--gold-pale); }

/* Motivation Banner */
.motivation-banner { background: linear-gradient(135deg,#6B3FA0 0%,#8B5FC0 50%,#7A4AB0 100%); padding: 0; overflow: hidden; position: relative; }
.motivation-banner-content { padding: 4rem 5rem; display: flex; flex-direction: column; justify-content: center; max-width: 900px; margin: 0 auto; text-align: center; }
.motivation-text.no-pad { padding: 0; }
.motivation-text .eyebrow { color: rgba(255,220,180,0.9); }
.motivation-text h2 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.6rem,2.5vw,2.4rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 1rem; }
.motivation-text h2 em { color: #E8C060; font-style: normal; }
.motivation-text p { font-size: 0.95rem; color: rgba(255,255,255,0.82); line-height: 1.85; margin-bottom: 1.5rem; }

/* Awareness */
.awareness { background: var(--ivory-mid); }
.awareness-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; margin-top: 3rem; }
.awareness-img img { width: 100%; max-width: 480px; border-radius: 12px; }
.awareness-text p { font-size: 0.96rem; color: var(--text-mid); line-height: 1.9; margin-bottom: 1rem; }
.awareness-tags { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 1.5rem; }
.tag { background: var(--gold-pale); border: 1px solid rgba(184,131,10,0.25); border-radius: 25px; padding: 6px 16px; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; color: var(--gold-bright); text-transform: uppercase; letter-spacing: 0.06em; }
.assess-links { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; }
.assess-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.82rem; font-weight: 600; color: var(--gold-bright); text-decoration: none; }
.assess-link::before { content: '→'; }

/* How We Work & Specialist Areas */
.how-we-work-section { background: var(--ivory-light); padding: 5rem 3rem; }
.hww-eyebrow { font-family: Montserrat, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; display: block; }
.hww-title { font-family: Montserrat, sans-serif; font-size: 2.4rem; font-weight: 800; color: var(--text-dark); line-height: 1.1; margin-bottom: 1.25rem; }
.hww-rule { width: 60px; height: 3px; background: linear-gradient(to right, var(--gold-bright), transparent); margin: 1rem 0 2rem; border-radius: 2px; }
.hww-cards-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.hww-card { background: var(--ivory-light); border: 1px solid var(--border); border-left: 4px solid var(--gold-bright); border-radius: 10px; padding: 1.75rem; }
.hww-card h3 { font-family: Montserrat, sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--gold-bright); margin-bottom: 0.6rem; }
.hww-card p { font-size: 0.86rem; color: var(--text-mid); line-height: 1.8; }
.specialist-title { font-family: Montserrat, sans-serif; font-size: 1.4rem; font-weight: 800; color: var(--text-dark); margin-bottom: 1.5rem; }
.specialist-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.specialist-card { border-radius: 12px; padding: 1.75rem; color: #fff; }
.specialist-card.sc-1 { background: linear-gradient(135deg, #1A3A5C, #234E7A); }
.specialist-card.sc-2 { background: linear-gradient(135deg, #234E7A, #2E6296); }
.specialist-card.sc-3 { background: linear-gradient(135deg, #1E4D7A, #2862A0); }
.specialist-card.sc-4 { background: linear-gradient(135deg, #D4920A, #E8B020); }
.specialist-num { font-size: 1.8rem; font-weight: 900; font-family: Montserrat, sans-serif; margin-bottom: 0.6rem; }
.specialist-num.gold { color: rgba(255, 220, 80, 0.9); }
.specialist-num.white { color: rgba(255, 255, 255, 0.85); }
.specialist-card h4 { font-family: Montserrat, sans-serif; font-size: 0.9rem; font-weight: 700; margin-bottom: 0.4rem; }
.specialist-card p { font-size: 0.82rem; opacity: 0.9; line-height: 1.65; }

/* Story / Timeline */
.story { background: var(--ivory-light); }
.story-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; align-items: center; margin-top: 3rem; }
.story-img img { width: 100%; height: 420px; object-fit: cover; border-radius: 16px; box-shadow: 0 16px 50px var(--shadow); }
.timeline { list-style: none; }
.tl-item { display: flex; gap: 1.25rem; padding-bottom: 1.75rem; position: relative; }
.tl-item:not(:last-child)::after { content: ''; position: absolute; left: 13px; top: 28px; bottom: 0; width: 1px; background: var(--ivory-mid); }
.tl-dot { width: 26px; height: 26px; flex-shrink: 0; background: var(--gold-pale); border: 2px solid var(--gold-bright); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Montserrat', sans-serif; font-size: 0.6rem; font-weight: 800; color: var(--gold-bright); }
.tl-year { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-bright); margin-bottom: 0.15rem; }
.tl-title { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.88rem; color: var(--text-dark); margin-bottom: 0.2rem; }
.tl-desc { font-size: 0.83rem; color: var(--text-mid); line-height: 1.65; }

/* Quote Section */
.quote-section { position: relative; overflow: hidden; padding: 0; }
.quote-img { position: absolute; inset: 0; }
.quote-img img { width: 100%; height: 100%; object-fit: cover; }
.quote-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(184,131,10,0.82) 0%,rgba(20,60,36,0.28) 100%); }
.quote-inner { position: relative; z-index: 1; max-width: 800px; margin: 0 auto; text-align: center; padding: 5rem 3rem; }
.quote-mark { font-family: 'Montserrat', sans-serif; font-size: 6rem; line-height: 0.5; color: var(--gold-warm); display: block; margin-bottom: 1rem; }
.quote-text { font-family: 'Montserrat', sans-serif; font-size: clamp(1.1rem,2vw,1.4rem); font-weight: 600; font-style: italic; color: #ffffff; line-height: 1.7; margin-bottom: 1.5rem; text-shadow: 0 1px 8px rgba(0,0,0,0.5); }
.quote-author { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #ffffff; text-shadow: 0 1px 6px rgba(0,0,0,0.6); }

/* Testimonials */
.testimonials { background: var(--gold-bright); }
.testi-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1.25rem; margin-top: 3rem; }
.testi-card { background: var(--white); border: 1px solid var(--border-strong); border-radius: 16px; padding: 2rem; position: relative; box-shadow: 0 4px 20px rgba(0,0,0,0.1); }
.testi-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right,var(--gold-warm),var(--gold-bright)); border-radius: 16px 16px 0 0; }
.testi-card::before { content: '"'; font-family: 'Montserrat', sans-serif; font-size: 5rem; line-height: 0.7; color: var(--gold-pale); position: absolute; top: 1.25rem; left: 1.5rem; }
.testi-text { font-size: 0.93rem; font-style: italic; color: var(--text-mid); line-height: 1.8; margin-bottom: 1.25rem; padding-top: 1.5rem; }
.testi-name { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.8rem; color: var(--gold-light); }
.testi-role { font-size: 0.75rem; color: var(--text-light); }

/* Poem Section */
.poem-section { background: var(--cream-mid); padding: 5rem 3rem; }
.poem-container { max-width: 900px; margin: 0 auto; }
.poem-header { text-align: center; margin-bottom: 3rem; }
.poem-eyebrow { font-family: Montserrat, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); display: block; margin-bottom: 0.75rem; }
.poem-title { font-family: Montserrat, sans-serif; font-size: clamp(1.6rem, 3vw, 2.4rem); font-weight: 800; color: var(--text-dark); line-height: 1.2; margin-bottom: 0.75rem; }
.poem-rule { width: 60px; height: 3px; background: linear-gradient(to right, var(--gold), var(--gold-warm), transparent); margin: 0 auto 1.5rem; border-radius: 2px; }
.poem-intro { font-size: 0.95rem; color: var(--text-mid); line-height: 1.85; max-width: 680px; margin: 0 auto; }
.poem-intro.mt { margin-top: 1rem; }
.poem-intro strong { color: var(--text-dark); }
.poem-card { background: var(--white); border: 1px solid var(--border-strong); border-left: 5px solid #8B5FC0; border-radius: 12px; padding: 3rem 3.5rem; box-shadow: 0 8px 40px rgba(139,95,192,0.08); position: relative; margin-bottom: 2.5rem; }
.poem-ribbon { position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right, #8B5FC0, #B07ED4, #8B5FC0); border-radius: 12px 12px 0 0; }
.poem-quote-mark { font-family: Georgia, serif; font-size: 7rem; line-height: 0.6; color: rgba(139,95,192,0.15); position: absolute; top: 2rem; left: 2.5rem; font-style: italic; }
.poem-text { font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; color: var(--text-dark); line-height: 2.1; font-style: italic; padding-top: 1rem; text-align: left; max-width: 700px; margin: 0 auto; }
.poem-text p { margin: 0 0 1.4rem 0; }
.poem-text p:last-child { margin: 0; }
.poem-author { margin-top: 2rem; text-align: center; }
.poem-author p { font-family: Montserrat, sans-serif; font-size: 0.8rem; font-weight: 700; color: #8B5FC0; letter-spacing: 0.08em; }

/* Poem Section CTA (Restored Purple Background) */
.poem-cta { background: linear-gradient(135deg, #6B3FA0, #8B5FC0); border-radius: 12px; padding: 2.5rem 3rem; text-align: center; margin-bottom: 2.5rem; box-shadow: 0 8px 40px rgba(139,95,192,0.15); }
.poem-cta h3 { font-family: Montserrat, sans-serif; font-size: 1.2rem; font-weight: 800; color: #fff; margin-bottom: 0.75rem; }
.poem-cta-time { font-size: 0.95rem; color: rgba(255,255,255,0.88); line-height: 1.85; margin-bottom: 0.5rem; }
.poem-cta-time strong { color: #E8C060; }
.poem-cta-desc { font-size: 0.92rem; color: rgba(255,255,255,0.82); line-height: 1.85; margin-bottom: 1.5rem; }
.poem-cta-quote { font-size: 1rem; font-family: Montserrat, sans-serif; font-weight: 700; color: #E8C060; font-style: italic; margin-bottom: 1.5rem; }
.btn-poem-cta { display: inline-block; background: #fff; color: #6B3FA0; padding: 12px 32px; font-family: Montserrat, sans-serif; font-size: 0.82rem; font-weight: 800; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; border-radius: 25px; transition: all 0.2s; }
.btn-poem-cta:hover { background: #E8C060; color: var(--text-dark); }

/* Fundraising */
.fundraising { background: var(--ivory-light); }
.killary-banner { position: relative; border-radius: 16px; overflow: hidden; min-height: 480px; margin-top: 3rem; box-shadow: 0 16px 50px var(--shadow); }
.killary-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 60%; position: absolute; inset: 0;}
.killary-overlay { position: absolute; inset: 0; background: linear-gradient(to right,rgba(26,18,8,0.85) 0%,rgba(26,18,8,0.4) 60%,transparent 100%); display: flex; align-items: center; padding: 3rem; }
.killary-text { max-width: 520px; }
.swim-badge { display: inline-block; background: var(--gold-bright); color: #fff; border-radius: 25px; padding: 6px 18px; font-family: 'Montserrat', sans-serif; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; }
.killary-text h3 { font-family: 'Montserrat', sans-serif; font-size: clamp(1.4rem,3vw,2rem); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 0.75rem; }
.killary-text p { font-size: 0.9rem; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 1.5rem; }
.swim-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 1.5rem; }
.swim-photo { border-radius: 12px; overflow: hidden; box-shadow: 0 6px 24px var(--shadow); position: relative; }
.swim-photo img { width: 100%; height: 220px; object-fit: cover; transition: transform 0.35s; }
.swim-photo:hover img { transform: scale(1.04); }
.swim-photo .caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 0.75rem 1rem; background: linear-gradient(to top,rgba(26,18,8,0.88),transparent); font-size: 0.75rem; font-weight: 600; color: rgba(255,255,255,0.92); font-family: 'Montserrat', sans-serif; }
.swim-story { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2.5rem; margin-top: 1.5rem; border-left: 4px solid var(--gold-bright); }
.swim-story h3 { font-family: 'Montserrat', sans-serif; font-size: 1.05rem; font-weight: 800; color: var(--text-dark); margin-bottom: 0.75rem; }
.swim-story p { font-size: 0.93rem; color: var(--text-mid); line-height: 1.9; margin-bottom: 0.75rem; }
.swim-story-cta { margin-top: 1.5rem; }

/* Involved */
.involved { background: linear-gradient(135deg,var(--gold) 0%,var(--gold-bright) 60%,var(--gold-warm) 100%); padding: 5rem 3rem; position: relative; overflow: hidden; }
.involved-inner { position: relative; z-index: 1; max-width: 1100px; margin: 0 auto; }
.involved .section-title { color: #fff; }
.involved .section-lead { color: rgba(255,255,255,0.88); }
.involved .eyebrow { color: rgba(255,255,255,0.75); }
.involved-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 1.25rem; margin-top: 3rem; }
.involved-card { background: rgba(255,255,255,0.18); border: 1px solid rgba(255,255,255,0.35); border-radius: 16px; padding: 2rem 1.5rem; text-align: center; transition: all 0.25s; backdrop-filter: blur(4px); display: flex; flex-direction: column; justify-content: space-between; }
.involved-card:hover { background: rgba(255,255,255,0.28); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.involved-icon { width: 50px; height: 50px; border: 2px solid rgba(255,255,255,0.7); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; }
.involved-icon svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 1.5; }
.involved-card h3 { font-family: 'Montserrat', sans-serif; font-weight: 700; font-size: 0.92rem; color: #fff; margin-bottom: 0.5rem; }
.involved-card p { font-size: 0.83rem; color: rgba(255,255,255,0.85); margin-bottom: 1.25rem; line-height: 1.7; }

/* Funders Section */
.funders-section { background: var(--ivory-light); padding: 4rem 3rem; }
.funders-eyebrow { font-family: Montserrat, sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; display: block; }
.funders-title { font-family: Montserrat, sans-serif; font-size: 2rem; font-weight: 800; color: var(--text-dark); line-height: 1.1; margin-bottom: 0.75rem; }
.funders-rule { width: 60px; height: 3px; background: linear-gradient(to right, var(--gold-bright), transparent); margin: 1rem 0 2rem; border-radius: 2px; }
.funders-intro { font-size: 0.95rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 2.5rem; max-width: 680px; }
.funders-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; }
.funder-card { background: var(--white); border: 1px solid var(--border-strong); border-top: 4px solid var(--gold-bright); border-radius: 12px; padding: 2rem 1.5rem; text-align: center; box-shadow: 0 4px 16px var(--shadow); }
.funder-logo { height: 80px; display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; }
.funder-logo img { max-height: 70px; max-width: 160px; object-fit: contain; }
.funder-card h3 { font-family: Montserrat, sans-serif; font-weight: 700; font-size: 0.95rem; color: var(--text-dark); margin-bottom: 0.5rem; }
.funder-card p { font-size: 0.82rem; color: var(--text-light); line-height: 1.6; }

/* Contact Section */
.contact { background: var(--ivory-light); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; margin-top: 3rem; }
.contact-info p { font-size: 0.93rem; color: var(--text-mid); line-height: 1.85; margin-bottom: 1.5rem; }
.cd { display: flex; gap: 1rem; margin-bottom: 0.85rem; align-items: flex-start; }
.cd-label { font-size: 0.68rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); min-width: 80px; padding-top: 2px; }
.cd-val { font-size: 0.9rem; color: var(--text-dark); }
.cd-val a { color: var(--gold); text-decoration: none; font-weight: 600; }
.contact-map-link { font-size: 0.82rem; color: var(--gold); text-decoration: none; font-weight: 600; }
.follow-us-label { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-top: 1.5rem; margin-bottom: 0.75rem; }
.crisis-box { background: var(--text-dark); border: 1px solid rgba(255,255,255,0.15); border-radius: 16px; padding: 2.25rem; position: relative; overflow: hidden; box-shadow: 0 8px 30px rgba(184,131,10,0.2); }
.crisis-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(to right,var(--gold-bright),var(--gold-warm)); }
.crisis-box h3 { font-family: 'Montserrat', sans-serif; font-size: 1rem; font-weight: 700; color: var(--gold-warm); margin-bottom: 1rem; }
.crisis-number { font-family: 'Montserrat', sans-serif; font-size: 1.5rem; font-weight: 900; color: #fff; letter-spacing: 0.06em; display: block; margin: 0.3rem 0 0.2rem; }
.crisis-number.large { font-size: 1.3rem; }
.crisis-section { margin-bottom: 1.25rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--border); }
.crisis-section:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.crisis-link-reset { text-decoration: none; }
.crisis-time { font-size: 0.82rem; color: var(--text-light); }
.crisis-desc { font-size: 0.82rem; color: var(--text-mid); margin-bottom: 0.4rem; }
.crisis-web-link { font-size: 0.82rem; color: var(--gold); text-decoration: none; font-weight: 600; }

.social-footer { display: flex; gap: 1rem; margin-top: 1.5rem; flex-wrap: wrap; }
.social-footer a { display: flex; align-items: center; gap: 8px; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); border-radius: 25px; padding: 8px 16px; font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; color: var(--gold); text-decoration: none; transition: all 0.2s; }
.social-footer a:hover { background: var(--gold); color: #fff; border-color: var(--gold); }
.social-footer svg { width: 16px; height: 16px; fill: currentColor; }

/* Footer */
footer { background: var(--text-dark); padding: 2.5rem 3rem; border-top: 4px solid var(--gold-bright); }
.footer-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2rem; }
.footer-brand { font-family: 'Montserrat', sans-serif; font-size: 1.4rem; font-weight: 900; color: var(--gold-warm); margin-bottom: 0.5rem; }
.footer-tagline { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.6; }
.footer-col h4 { font-family: 'Montserrat', sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold-warm); margin-bottom: 1rem; }
.footer-col p, .footer-col a { font-size: 0.82rem; color: rgba(255,255,255,0.5); text-decoration: none; display: block; margin-bottom: 0.4rem; line-height: 1.6; transition: color 0.2s; }
.footer-col a:hover { color: var(--gold-bright); }
.footer-social { display: flex; gap: 0.75rem; margin-top: 1rem; flex-wrap: wrap; }
.footer-social a { display: flex; align-items: center; gap: 6px; color: rgba(255,255,255,0.5); text-decoration: none; font-size: 0.78rem; transition: color 0.2s; }
.footer-social a:hover { color: var(--gold-bright); }
.footer-social svg { width: 15px; height: 15px; fill: currentColor; }
.footer-bottom { max-width: 1100px; margin: 2rem auto 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,0.1); text-align: center; font-size: 0.75rem; color: rgba(255,255,255,0.3); }

/* Animations */
.fade { opacity: 0; transform: translateY(22px); transition: opacity 0.75s ease,transform 0.75s ease; }
.fade.on { opacity: 1; transform: none; }
.fd1 { transition-delay: 0.1s; } .fd2 { transition-delay: 0.2s; } .fd3 { transition-delay: 0.3s; }

/* Responsive Overrides */
@media(max-width: 900px) {
  nav { padding: 0 1rem; }
  nav .nav-links { display: none; }
  .nav-brand { font-size: 1.15rem; letter-spacing: 0.05em; gap: 6px; }
  .nav-brand img { height: 38px; }
  .social-nav { display: none; }
  .nav-cta { padding: 8px 14px; font-size: 0.7rem; }
  
  .hero-inner { padding: 3rem 1.5rem 1rem; }
  .about-grid, .story-inner, .awareness-inner, .contact-grid, .book-inner, .footer-inner, .motivation-banner-content { grid-template-columns: 1fr; gap: 2rem; }
  .services-photo-strip, .swim-gallery { grid-template-columns: 1fr; }
  .stats-row-multi { grid-template-columns: repeat(2,1fr); }
  .stats-wrap { padding: 0 1.5rem 3rem; }
  
  section, .book-section, .bridge-street-section, .how-we-work-section, .poem-section, .funders-section { padding: 4rem 1.5rem; }
  
  .book-inner { grid-template-columns: 1fr; }
  .book-cover { max-width: 260px; margin: 0 auto; }
  .killary-overlay { padding: 1.5rem; }
  .killary-banner { height: auto; min-height: 480px; }
  .motivation-img { height: 250px; }
  
  .about-img img, .story-img img { height: auto; max-height: 300px; }
  .services-photo { height: auto; min-height: 200px; }
  
  .about-cards, .hww-cards-grid { grid-template-columns: 1fr; }
  .bookstore-panel { grid-template-columns: 1fr; }
  .bookstore-img-wrap { min-height: 300px; }
  .poem-card, .poem-cta { padding: 2rem 1.5rem; }
}