/* ==========================================================================
   SOCIAL SERVICES TRUST — MAIN STYLESHEET (recoloured, 2-colour brand palette)
   Design tokens — the ENTIRE site now runs on exactly two brand colours:
   --sky   #41B3E5   (light blue — accents, buttons, borders, headings, and
                       alternate section backgrounds)
   --navy  #032D46   (dark blue — text, topbar, footer, and a few solid
                       dark blocks: page-hero, impact banner, spotlight,
                       hero stats bar, gallery section)
   Base page/section background is plain white; every other section alone
   is a solid, flat sky-blue block — never a full-page wash. No third hue
   is used anywhere on the site.
   Fonts: "Cormorant Garamond" (display, crest lettering) + "Jost" (body)
   ========================================================================== */

:root {
  --gold: #41B3E5;
  --gold-deep: #2A93C4;
  --bronze: #032D46;
  --bronze-dark: #032D46;
  --gold-light: #A8DCF2;
  --gold-pale: #DFF3FC;
  --cream: #FFFFFF;
  --cream-2: #FFFFFF;
  --ink: #032D46;
  --ink-soft: #234459;
  --white: #FFFFFF;

  /* Secondary accent — same navy as --ink, used where a "second" colour is needed */
  --red: #032D46;
  --red-bright: #41B3E5;
  --red-deep: #021F30;
  --red-glow: rgba(3, 45, 70, 0.28);

  /* Topbar / footer — shades of navy, no gradient */
  --blue-dark: #0D3F5C;
  --blue-darker: #021D2C;
  --blue-deep: #0A3550;
  --off-white: #E4F4FC;

  /* Section wash colours — flat, no gradients — two light-sky tints alternate */
  --blush: #FFFFFF;
  --blush-line: #DCEEFA;
  --blue-wash: #41B3E5;
  --blue-wash-line: #2A93C4;
  --maroon: #032D46;
  --maroon-deep: #021F30;

  --font-display: 'Cormorant Garamond', 'Georgia', serif;
  --font-body: 'Jost', 'Segoe UI', sans-serif;

  --radius: 4px;
  --shadow-soft: 0 10px 28px rgba(3, 45, 70, 0.10);
  --shadow-strong: 0 18px 44px rgba(3, 45, 70, 0.20);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: .01em;
}

h1, h2, h3, h4, .font-display {
  font-family: var(--font-display);
  color: var(--bronze-dark);
  line-height: 1.15;
  font-weight: 600;
}

a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.text-gold { color: var(--bronze-dark);}
.text-bronze { color: var(--bronze-dark) !important; }
.bg-bronze { background-color: var(--bronze-dark) !important; }
.bg-cream2 { background-color: var(--cream-2); }

/* ---------- Signature ornament: hairline + diamond flourish ---------- */
.crest-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 1.75rem;
}
.crest-divider::before,
.crest-divider::after {
  content: "";
  height: 1px;
  width: 64px;
  background: var(--gold-light);
}
.crest-diamond {
  width: 9px; height: 9px;
  border: 1px solid var(--gold);
  transform: rotate(45deg);
  position: relative;
  flex-shrink: 0;
}
.crest-diamond::after {
  content: "";
  position: absolute; inset: 2px;
  background: var(--gold);
}

.eyebrow {
  font-family: var(--font-body);
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--gold-deep);
  font-size: .78rem;
}

/* ---------- Top info bar ---------- */
.topbar {
  background: var(--blue-dark);
  color: var(--off-white);
  font-size: .85rem;
  padding: 7px 0;
}
.topbar a { color: var(--off-white); }
.topbar a:hover { color: var(--white); }
.topbar .divider { opacity: .35; margin: 0 10px; }

/* ---------- Navbar ---------- */
.main-navbar {
  background: var(--white);
  box-shadow: 0 2px 16px rgba(3,45,70,0.08);
  padding-top: .6rem;
  padding-bottom: .6rem;
}
.navbar-brand-wrap { display: flex; align-items: center; }
.brand-logo { height: 75px; width: auto; }
.main-navbar .nav-link {
  color: var(--ink);
  font-weight: 500;
  padding: .6rem .95rem !important;
  position: relative;
  letter-spacing: .01em;
}
.main-navbar .nav-link:hover,
.main-navbar .nav-link.active { color: var(--gold-deep); }
.main-navbar .nav-link.active::after {
  content: "";
  position: absolute;
  left: .95rem; right: .95rem; bottom: .15rem;
  height: 1px;
  background: var(--gold);
}

.btn-outline-gold {
  border: 1px solid var(--gold);
  color: var(--bronze-dark);
  background: transparent;
  font-weight: 500;
  padding: .55rem 1.2rem;
  border-radius: var(--radius);
  transition: all .25s ease;
}
.btn-outline-gold:hover { background: var(--gold); color: var(--white); }

.btn-donate {
  background: var(--red);
  color: var(--white) !important;
  font-weight: 500;
  padding: .6rem 1.4rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  transition: transform .25s ease, box-shadow .25s ease;
  letter-spacing: .02em;
}
.btn-donate:hover { transform: translateY(-2px); box-shadow: 0 18px 44px var(--red-glow); color: var(--white) !important; }

/* ---------- Hero slider ---------- */
.hero-slider { position: relative; }
.hero-slide {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.hero-slide::before {
  /* photographic-style texture overlay */
  content: "";
  position: absolute; inset: 0;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
.hero-slide::after {
  content: "";
  position: absolute; inset: 0;
  background: rgba(3,29,44,0.55);
}
.hero-slide--1 { background: url("../images/slider/t_slider_1.jpg") center/cover no-repeat; }
.hero-slide--2 { background: url("../images/slider/t_slider_2.jpg") center/cover no-repeat; }
.hero-slide--3 { background: url("../images/slider/t_slider_3.jpg") center/cover no-repeat; }
.hero-slide-content {
  position: relative;
  z-index: 2;
  max-width: 640px;
  padding: 3rem 0;
}
.hero-slide .hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(65,179,229,0.4);
  background: rgba(65,179,229,0.1);
  color: var(--gold-pale);
  font-size: .8rem;
  font-weight: 500;
  padding: .45rem 1rem;
  border-radius: 100px;
  letter-spacing: .03em;
}
.hero-slide h1 {
  font-size: 3rem;
  margin: 1.1rem 0 1.2rem;
  color: var(--white);
}
.hero-slide .lead {
  color: var(--gold-pale);
  opacity: .92;
  font-size: 1.08rem;
  max-width: 48ch;
}
.btn-outline-gold-inverse {
  border: 1px solid rgba(65,179,229,0.55);
  color: var(--white);
  background: transparent;
  font-weight: 500;
  padding: .6rem 1.3rem;
  border-radius: var(--radius);
  transition: all .25s ease;
  display: inline-flex;
  align-items: center;
}
.btn-outline-gold-inverse:hover { background: rgba(65,179,229,0.12); color: var(--white); border-color: var(--gold-light); }

.hero-slider .carousel-control-prev,
.hero-slider .carousel-control-next { width: 64px; opacity: 1; }
.hero-arrow {
  width: 42px; height: 42px;
  border: 1px solid rgba(65,179,229,0.45);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-pale);
  font-size: 1.1rem;
  background: rgba(3,29,44,0.25);
  transition: all .25s ease;
}
.hero-slider .carousel-control-prev:hover .hero-arrow,
.hero-slider .carousel-control-next:hover .hero-arrow { background: var(--gold); color: var(--bronze-dark); border-color: var(--gold); }

.hero-indicators { bottom: 1.6rem; }
.hero-indicators [data-bs-target] {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(65,179,229,0.4);
  border: none;
  opacity: 1;
  margin: 0 5px;
}
.hero-indicators .active { background: var(--gold); width: 22px; border-radius: 4px; }

.hero-stats-bar {
  background: var(--bronze-dark);
  padding: 1.6rem 0;
}
.hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  justify-content: space-between;
}
.hero-stats .stat-num {
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--white);
  font-weight: 600;
  line-height: 1;
}
.hero-stats .stat-label {
  font-size: .78rem;
  color: var(--gold-pale);
  opacity: .85;
  letter-spacing: .04em;
  margin-top: .3rem;
}

/* ---------- Section basics ---------- */
.section-pad { padding: 5rem 0; }
.section-head { max-width: 640px; margin: 0 auto 3rem; text-align: center; }
.section-head h2 { font-size: 2.3rem; }
.section-head p { color: var(--ink-soft); }

/* ---------- Section colour rotation (flat colours, no gradients) ---------- */
/* Content sections alternate one-by-one between a plain white background and
   a solid sky-blue block — never a full-page wash of one colour. */
section.section-pad:not(.gallery-section) { background: var(--blush); border-top: 1px solid var(--blush-line); border-bottom: 1px solid var(--blush-line); }
section.section-pad:not(.gallery-section):nth-of-type(even) { background: var(--blue-wash); border-top: 1px solid var(--blue-wash-line); border-bottom: 1px solid var(--blue-wash-line); }

/* ---------- Programs (services) ---------- */
.program-card {
  background: var(--white);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  padding: 2.1rem 1.8rem;
  height: 100%;
  position: relative;
  transition: border-color .25s ease, transform .25s ease;
}
.program-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.program-card::before {
  content: "";
  position: absolute; top: 10px; left: 10px; right: 10px; bottom: 10px;
  border: 1px solid transparent;
  pointer-events: none;
}
.program-icon {
  width: 54px; height: 54px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep);
  font-size: 1.4rem;
  margin-bottom: 1.2rem;
}
.program-card h4 { font-size: 1.28rem; margin-bottom: .5rem; }
.program-card p { color: var(--ink-soft); font-size: .93rem; margin-bottom: 0; }

/* ---------- Gallery ---------- */
.gallery-section { background: var(--blue-darker); }

/* ---------- Inner page hero banner ---------- */
.page-hero {
  background: var(--bronze-dark);
  padding: 4.5rem 0 3.5rem;
  text-align: center;
}
.page-hero h1 { color: var(--white); margin-bottom: .5rem; }
.page-hero .breadcrumb-trail { color: var(--gold-pale); font-size: .95rem; }
.page-hero .breadcrumb-trail a { color: var(--gold-light); }
.page-hero .breadcrumb-trail a:hover { text-decoration: underline; }

/* ---------- Simple tab panel (Core Values / Target Group) ---------- */
.tab-panel .nav-tabs { border: none; gap: .5rem; margin-bottom: 0; }
.tab-panel .nav-tabs .nav-link {
  border: none;
  border-radius: var(--radius) var(--radius) 0 0;
  background: var(--cream-2);
  color: var(--bronze-dark);
  font-weight: 500;
  padding: .85rem 1.5rem;
}
.tab-panel .nav-tabs .nav-link.active { background: var(--gold); color: var(--white); }
.tab-panel .tab-content {
  background: var(--gold);
  border-radius: 0 var(--radius) var(--radius) var(--radius);
  padding: .5rem 0;
}
.tab-panel .value-list { list-style: none; margin: 0; padding: 0; }
.tab-panel .value-list li {
  display: flex;
  align-items: center;
  gap: .75rem;
  padding: 1rem 1.5rem;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.18);
  font-size: 1.02rem;
}
.tab-panel .value-list li:last-child { border-bottom: none; }
.tab-panel .value-list i { color: var(--white); }

/* ---------- Activities (image cards) ---------- */
.activity-card {
  background: var(--white);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.activity-card:hover { border-color: var(--gold); transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.activity-media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.activity-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .45s ease;
}
.activity-card:hover .activity-media img { transform: scale(1.06); }
.activity-media .activity-icon-badge {
  position: absolute; bottom: -22px; left: 22px;
  width: 46px; height: 46px; border-radius: 50%;
  background: var(--gold); color: var(--white);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.15rem; box-shadow: var(--shadow-soft);
}
.activity-body { padding: 2rem 1.6rem 1.6rem; }
.activity-body h4 { font-size: 1.22rem; margin-bottom: .5rem; }
.activity-body p { color: var(--ink-soft); font-size: .93rem; margin-bottom: 0; }

/* ---------- Activities (alternating feature rows) ---------- */
.feature-row { align-items: center; }
.feature-media {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-soft);
  aspect-ratio: 4 / 3;
}
.feature-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.feature-text .eyebrow { margin-bottom: .6rem; }
.feature-text h3 { font-size: 1.9rem; margin-bottom: .9rem; }
.feature-text p { color: var(--ink-soft); }

.under-construction-box {
  background: var(--cream-2);
  border: 1px dashed var(--gold);
  border-radius: var(--radius);
  padding: 2.5rem;
  text-align: center;
  color: var(--ink-soft);
}
.gallery-tile {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(65,179,229,0.18);
  isolation: isolate;
}
.gallery-tile > i {
  display: none;
}
.gallery-tile:hover > i { transform: scale(1.08); }
.gallery-tile::before {
  content: "";
  position: absolute; inset: 0;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
}
.gallery-tile::after {
  content: "";
  position: absolute; inset: 0; bottom: 0;
  z-index: 1;
  background: rgba(3,29,44,0.5);
}
.gallery-tile--1 { background: url("../images/about.jpg") center/cover no-repeat; }
.gallery-tile--2 { background: url("../images/events/event-1.jpg") center/cover no-repeat; }
.gallery-tile--3 { background: url("../images/activities/activity-4.jpg") center/cover no-repeat; }
.gallery-tile--4 { background: url("../images/activities/activity-6.jpg") center/cover no-repeat; }
.gallery-tile--5 { background: url("../images/events/event-2.jpg") center/cover no-repeat; }
.gallery-tile--6 { background: url("../images/activities/activity-3.jpg") center/cover no-repeat; }
.gallery-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  z-index: 2;
  padding: 1.1rem 1.2rem;
}
.gallery-caption h5 { color: var(--white); font-family: var(--font-display); font-size: 1.2rem; margin-bottom: .15rem; }
.gallery-caption p { color: var(--gold-pale); font-size: .82rem; opacity: .85; margin: 0; }

/* ---------- Impact banner (quote) ---------- */
.impact-banner {
  position: relative;
  padding: 4.5rem 0;
  background: var(--maroon-deep);
  overflow: hidden;
}
.impact-banner::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
.impact-banner-quote-icon { font-size: 2.2rem; color: var(--red-bright); opacity: .8; }
.impact-banner-quote {
  font-family: var(--font-display);
  font-size: 1.9rem;
  color: var(--white);
  line-height: 1.4;
  margin: .8rem 0 1.6rem;
}
.impact-banner-sub { color: var(--gold-pale); opacity: .85; font-size: .95rem; margin: 0; }

/* ---------- Our Story (split media) ---------- */
.story-media {
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
.story-media-panel {
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex; align-items: center; justify-content: center;
  background: var(--bronze);
  box-shadow: var(--shadow-strong);
  border: 1px solid var(--gold-light);
  isolation: isolate;
}
.story-media-panel::before {
  content: "";
  position: absolute; inset: 0; z-index: 0;
  background-image: url("../images/about.jpg");
  background-size: cover;
  background-position: center;
}
.story-media-panel::after {
  content: "";
  position: absolute; inset: 0; z-index: 1;
  background: rgba(3,29,44,0.28);
}
.story-media-panel > i { position: relative; z-index: 2; font-size: 5rem; color: rgba(255,255,255,0.4); }
.story-media-badge {
  position: absolute;
  left: -22px; bottom: -22px;
  background: var(--white);
  border: 1px solid var(--gold-light);
  border-radius: 8px;
  padding: 1.1rem 1.4rem;
  box-shadow: var(--shadow-strong);
}
.story-media-badge .stat-num { font-family: var(--font-display); font-size: 1.8rem; color: var(--bronze-dark); font-weight: 600; line-height: 1; }
.story-media-badge .stat-label { font-size: .72rem; color: var(--ink-soft); letter-spacing: .03em; margin-top: .2rem; }

/* ---------- Featured program spotlight ---------- */
.spotlight-panel {
  position: relative;
  padding: 4.5rem 0;
  background: var(--maroon);
  overflow: hidden;
}
.spotlight-panel::before {
  content: "";
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");
}
.spotlight-panel .container { position: relative; z-index: 1; }
.spotlight-media {
  aspect-ratio: 1 / 1;
  max-width: 320px;
  margin: 2.5rem auto 0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: rgba(65,179,229,0.12);
  border: 1px solid rgba(65,179,229,0.35);
  overflow: hidden;
}
.spotlight-media > i { font-size: 5.5rem; color: rgba(255,255,255,0.55); }
.spotlight-media > img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }

/* ---------- About / feature list ---------- */
.feature-item { display: flex; gap: 1rem; align-items: flex-start;
    margin-top: 20px;
   }
.feature-icon {
  width: 46px; height: 46px; flex-shrink: 0;
  border: 1px solid var(--gold);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-deep);
  font-size: 1.15rem;
}
.feature-item h4 { font-size: 1.08rem; margin-bottom: .25rem; }
.feature-item p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

/* ---------- Impact strip (process) ---------- */
.impact-strip {
  background: var(--blue-deep);
  border-radius: 10px;
  padding: 3rem 2.5rem;
  position: relative;
  overflow: hidden;
}
.impact-strip::before {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid rgba(65,179,229,0.25);
  border-radius: 6px;
  pointer-events: none;
}
.impact-step { text-align: center; color: var(--gold-pale); }
.impact-num {
  font-family: var(--font-display);
  font-size: 2.4rem;
  color: var(--white);
  font-weight: 600;
  margin-bottom: .3rem;
}
.impact-step h5 { color: var(--white); font-family: var(--font-body); font-weight: 500; font-size: 1rem; margin-bottom: .35rem; }
.impact-step p { font-size: .85rem; color: var(--gold-pale); opacity: .85; margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: var(--white);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  padding: 2rem;
  height: 100%;
}
.testimonial-card .quote {
  color: var(--ink-soft);
  font-style: italic;
  font-family: var(--font-display);
  font-size: 1.15rem;
  line-height: 1.5;
  margin-bottom: 1.4rem;
}
.testimonial-card .who { display: flex; align-items: center; gap: .8rem; }
.testimonial-card .avatar {
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--gold-pale);
  color: var(--bronze-dark);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 600; font-size: 1.1rem;
  border: 1px solid var(--gold-light);
}
.testimonial-card .name { font-weight: 500; font-size: .95rem; }
.testimonial-card .loc { font-size: .8rem; color: var(--ink-soft); }

/* ---------- CTA ---------- */
.cta-banner {
  border: 1px solid var(--red);
  border-radius: 10px;
  padding: 3.2rem 2rem;
  background: var(--blush);
  position: relative;
}
.cta-banner h2 { font-size: 2rem; }
.btn-cta-primary {
  background: var(--red-deep);
  color: var(--white) !important;
  padding: .7rem 1.6rem;
  border-radius: var(--radius);
  font-weight: 500;
  transition: background .25s ease, transform .25s ease;
}
.btn-cta-primary:hover { background: var(--red); transform: translateY(-2px); }

/* ---------- Legal / policy pages ---------- */
.policy-content { color: var(--ink); }
.policy-content .updated-tag {
  display: inline-block; font-size: .82rem; color: var(--bronze-dark);
  background: var(--cream-2); border: 1px solid var(--gold-light);
  border-radius: 20px; padding: .3rem .9rem; margin-bottom: 1.8rem;
}
.policy-content h3 {
  font-size: 1.35rem; margin-top: 2.4rem; margin-bottom: .9rem;
  padding-bottom: .5rem; border-bottom: 1px solid var(--gold-light);
}
.policy-content h3:first-of-type { margin-top: 0; }
.policy-content p, .policy-content li { color: var(--ink-soft); font-size: .97rem; line-height: 1.75; }
.policy-content ul { padding-left: 1.2rem; margin-bottom: 1rem; }
.policy-content ul li { margin-bottom: .5rem; }
.policy-content .note-box {
  background: var(--cream-2); border-left: 3px solid var(--gold);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.2rem 1.4rem; margin-top: 2rem; font-size: .92rem;
}

/* ---------- Events ---------- */
.event-card {
  background: var(--white);
  border: 1px solid var(--gold-light);
  border-radius: var(--radius);
  overflow: hidden;
  height: 100%;
  display: flex; flex-direction: column;
  transition: border-color .25s ease, transform .25s ease;
}
.event-card:hover { border-color: var(--gold); transform: translateY(-4px); }
.event-media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; }
.event-media img { width: 100%; height: 100%; object-fit: cover; }
.event-date-badge {
  position: absolute; top: 14px; left: 14px;
  background: var(--white); border-radius: var(--radius);
  text-align: center; padding: .4rem .7rem;
  box-shadow: var(--shadow-soft);
  line-height: 1.1;
}
.event-date-badge .d { display: block; font-family: var(--font-display); font-weight: 700; font-size: 1.3rem; color: var(--bronze-dark); }
.event-date-badge .m { display: block; font-size: .68rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold-deep); }
.event-body { padding: 1.5rem 1.4rem; flex-grow: 1; display: flex; flex-direction: column; }
.event-body h4 { font-size: 1.15rem; margin-bottom: .5rem; }
.event-body p { color: var(--ink-soft); font-size: .9rem; flex-grow: 1; }
.event-meta { font-size: .82rem; color: var(--gold-deep); margin-bottom: .6rem; }
.event-meta i { margin-right: .3rem; }
.event-status {
  display: inline-block; font-size: .72rem; letter-spacing: .04em; text-transform: uppercase;
  padding: .25rem .7rem; border-radius: 20px; margin-bottom: .8rem; width: fit-content;
}
.event-status--upcoming { background: var(--gold-pale); color: var(--bronze-dark); }
.event-status--past { background: var(--cream-2); color: var(--ink-soft); border: 1px solid var(--gold-light); }

/* ---------- Achievements ---------- */
.stat-card {
  text-align: center; background: var(--white); border: 1px solid var(--gold-light);
  border-radius: var(--radius); padding: 1.8rem 1rem;
}
.stat-card .num { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--gold-deep); }
.stat-card .label { font-size: .85rem; color: var(--ink-soft); text-transform: uppercase; letter-spacing: .04em; }

.timeline { position: relative; margin-top: 1rem; }
.timeline::before {
  content: ""; position: absolute; left: 20px; top: 6px; bottom: 6px; width: 2px;
  background: var(--gold-light);
}
.timeline-item { position: relative; padding-left: 56px; margin-bottom: 2rem; }
.timeline-item:last-child { margin-bottom: 0; }
.timeline-dot {
  position: absolute; left: 8px; top: 2px; width: 26px; height: 26px; border-radius: 50%;
  background: var(--gold); color: var(--white); display: flex; align-items: center; justify-content: center;
  font-size: .85rem; box-shadow: 0 0 0 4px var(--cream);
}
.timeline-item h5 { margin-bottom: .3rem; }
.timeline-year { font-family: var(--font-display); font-weight: 700; color: var(--gold-deep); font-size: 1.05rem; }
.timeline-item p { color: var(--ink-soft); font-size: .92rem; margin: 0; }

.award-list-item {
  display: flex; gap: 1rem; align-items: flex-start;
  background: var(--white); border: 1px solid var(--gold-light); border-radius: var(--radius);
  padding: 1.2rem 1.3rem; height: 100%;
}
.award-list-item i { font-size: 1.3rem; color: var(--gold-deep); margin-top: .2rem; }
.award-list-item h5 { font-size: 1rem; margin-bottom: .3rem; }
.award-list-item p { color: var(--ink-soft); font-size: .87rem; margin: 0; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--blue-darker);
  color: var(--off-white);
}
.site-footer h5 { color: var(--white); font-family: var(--font-body); font-weight: 500; font-size: .95rem; letter-spacing: .04em; text-transform: uppercase; }
.site-footer p, .site-footer li, .site-footer a { color: var(--off-white); font-size: .93rem; }
.site-footer a:hover { color: var(--white); }
.footer-logo { height: 70px; margin-bottom: 1rem; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(241,244,248,0.3);
  border-radius: 50%;
  margin-right: .5rem;
}
.footer-social a:hover { border-color: var(--off-white); background: rgba(241,244,248,0.08); }
.footer-policy-links { border-top: 1px solid rgba(241,244,248,0.16); padding-top: 1.2rem; text-align: center; font-size: .82rem; }
.footer-policy-links a { margin: 0 .5rem; }
.footer-policy-links .sep { opacity: .3; }
.footer-bottom { border-top: 1px solid rgba(241,244,248,0.16); font-size: .82rem; opacity: .85; }

/* ---------- Floating actions ---------- */
.floating-actions {
  position: fixed; right: 20px; bottom: 20px; z-index: 1000;
  display: flex; flex-direction: column; gap: 10px;
}
.fab-icon {
  width: 50px; height: 50px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--white); font-size: 1.2rem;
  box-shadow: var(--shadow-strong);
  transition: transform .2s ease;
}
.fab-icon:hover { transform: scale(1.08); color: var(--white); }
.fab-whatsapp { background: #41B3E5; }
.fab-call { background: var(--gold-deep); }

/* ---------- Responsive ---------- */
@media (max-width: 991px) {
  .hero h1 { font-size: 2.3rem; }
  .hero-crest { margin-top: 2.5rem; }
  .impact-strip { padding: 2.2rem 1.4rem; }
  .impact-step { margin-bottom: 1.5rem; }
}
@media (max-width: 767px) {
  .section-pad { padding: 3.2rem 0; }
  .hero { padding: 3rem 0 2.5rem; }
  .hero-stats { flex-wrap: wrap; gap: 1.6rem; }
}