:root {
  --pc-deep: #0b5360;
  --pc-deep-2: #073f49;
  --pc-teal: #2c8991;
  --pc-aqua: #6cbfca;
  --pc-sky: #dff4f5;
  --pc-mist: #f4f9f9;
  --pc-ink: #17343a;
  --pc-muted: #63777b;
  --pc-gold: #d5aa3d;
  --pc-yellow: #fff4c7;
  --pc-yellow-border: #ecd77d;
  --pc-border: #dce8e9;
}

html { scroll-behavior: smooth; }
body {
  color: var(--pc-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.65;
}

.navbar {
  --bs-navbar-padding-y: .8rem;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(11,83,96,.10);
  backdrop-filter: blur(12px);
}
.navbar-brand { color: var(--pc-deep) !important; letter-spacing: .01em; }
.brand-mark { width: 42px; height: 42px; object-fit: contain; }
.brand-name { font-size: .98rem; font-weight: 800; letter-spacing: .08em; line-height: 1; }
.brand-subtitle { font-size: .67rem; font-weight: 600; color: var(--pc-muted); letter-spacing: .04em; margin-top: .26rem; }
.nav-link { color: #39585d; font-weight: 600; font-size: .94rem; }
.nav-link:hover, .nav-link:focus { color: var(--pc-deep); }

.btn-primary {
  --bs-btn-bg: var(--pc-deep);
  --bs-btn-border-color: var(--pc-deep);
  --bs-btn-hover-bg: var(--pc-deep-2);
  --bs-btn-hover-border-color: var(--pc-deep-2);
  --bs-btn-active-bg: var(--pc-deep-2);
  --bs-btn-active-border-color: var(--pc-deep-2);
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-padding-y: .72rem;
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: .7rem;
}
.btn-outline-primary {
  --bs-btn-color: var(--pc-deep);
  --bs-btn-border-color: var(--pc-deep);
  --bs-btn-hover-bg: var(--pc-deep);
  --bs-btn-hover-border-color: var(--pc-deep);
  --bs-btn-active-bg: var(--pc-deep);
  --bs-btn-active-border-color: var(--pc-deep);
  --bs-btn-font-weight: 700;
  --bs-btn-border-radius: .7rem;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 10%, rgba(108,191,202,.25), transparent 35%),
    linear-gradient(135deg, #f4fbfb 0%, #e9f7f7 52%, #f9fcfb 100%);
  padding: 6.6rem 0 5.4rem;
}
.hero:after {
  content: "";
  position: absolute;
  right: -10rem;
  bottom: -16rem;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  background: rgba(44,137,145,.06);
}
.hero-kicker {
  color: var(--pc-teal);
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.hero h1 {
  color: var(--pc-deep-2);
  font-size: clamp(2.85rem, 6vw, 5rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 800;
  max-width: 780px;
}
.hero .lead {
  color: #45666b;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 690px;
  line-height: 1.75;
}
.hero-art {
  position: relative;
  z-index: 1;
}
.hero-art img {
  width: 100%;
  border-radius: 1.5rem;
  box-shadow: 0 22px 55px rgba(8,70,80,.18);
}
.hero-art:before {
  content: "";
  position: absolute;
  inset: 1.2rem -1.2rem -1.2rem 1.2rem;
  border: 2px solid rgba(44,137,145,.17);
  border-radius: 1.6rem;
  z-index: -1;
}

.section { padding: 5.4rem 0; }
.section-soft { background: var(--pc-mist); }
.section-heading { color: var(--pc-deep-2); font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.025em; }
.section-intro { color: var(--pc-muted); font-size: 1.05rem; max-width: 740px; }
.eyebrow { color: var(--pc-teal); font-weight: 800; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; }

.about-photo {
  border-radius: 1.25rem;
  box-shadow: 0 16px 38px rgba(11,83,96,.14);
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.radio-card {
  border: 1px solid var(--pc-border);
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13,72,81,.06);
}
.radio-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--pc-sky);
  color: var(--pc-deep);
  flex: 0 0 auto;
}
audio { height: 42px; }

.service-card, .action-card {
  border: 1px solid var(--pc-border);
  border-radius: 1rem;
  box-shadow: 0 8px 24px rgba(13,72,81,.05);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  background: #fff;
}
.service-card:hover, .action-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 34px rgba(13,72,81,.10);
  border-color: #c3dadd;
}
.icon-circle {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--pc-sky);
  color: var(--pc-deep);
  margin-bottom: 1.15rem;
}
.icon-circle svg { width: 27px; height: 27px; }
.service-card h3, .action-card h3 { color: var(--pc-deep-2); font-weight: 750; font-size: 1.18rem; }
.service-card p, .action-card p { color: var(--pc-muted); margin-bottom: 0; }

.founder-section {
  position: relative;
  background: linear-gradient(135deg, var(--pc-deep-2), var(--pc-deep));
  color: #fff;
  overflow: hidden;
}
.founder-section:after {
  content: "“";
  position: absolute;
  right: 5%;
  top: -3.2rem;
  color: rgba(255,255,255,.07);
  font-family: Georgia, serif;
  font-size: 22rem;
  line-height: 1;
}
.founder-quote {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  line-height: 1.5;
  max-width: 940px;
}
.founder-name { color: #ccebed; font-weight: 700; }

.support-wrap {
  border: 1px solid var(--pc-border);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 16px 44px rgba(13,72,81,.08);
  overflow: hidden;
}
.support-main { padding: 2.2rem; }
.emergency-note {
  background: var(--pc-yellow);
  border: 1px solid var(--pc-yellow-border);
  border-radius: .85rem;
  color: #5d511e;
  padding: .9rem 1rem;
}
.emergency-note strong { color: #4d431b; }
.crisis-list { margin: 0; padding: 0; list-style: none; }
.crisis-list li { padding: .72rem 0; border-bottom: 1px solid #e7eeee; color: #475f63; }
.crisis-list li:last-child { border-bottom: 0; }
.crisis-list strong { color: var(--pc-ink); }
.additional-services {
  background: #f8fbfb;
  border-top: 1px solid var(--pc-border);
  padding: 1.7rem 2.2rem;
}
.additional-services h3 { color: var(--pc-deep-2); font-size: 1.03rem; font-weight: 800; }
.additional-services ul { margin-bottom: 0; color: #597074; font-size: .93rem; columns: 2; column-gap: 2.2rem; }
.additional-services li { margin-bottom: .45rem; break-inside: avoid; }

.involvement-art {
  max-width: 470px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.action-card { height: 100%; }
.action-card .card-body { padding: 1.55rem; }

.contact-section { background: #eef7f7; }
.contact-card {
  background: #fff;
  border: 1px solid var(--pc-border);
  border-radius: 1.25rem;
  box-shadow: 0 16px 42px rgba(13,72,81,.08);
}
.form-label { font-weight: 700; color: #36565b; }
.form-control {
  border-color: #cbdcde;
  border-radius: .65rem;
  padding: .75rem .9rem;
}
.form-control:focus { border-color: var(--pc-teal); box-shadow: 0 0 0 .22rem rgba(44,137,145,.13); }
.contact-detail { color: #5a7276; }
.contact-detail a { color: var(--pc-deep); text-decoration: none; }
.contact-detail a:hover { text-decoration: underline; }

footer {
  background: #083f49;
  color: #d4e9eb;
  border-top: 4px solid var(--pc-gold);
}
footer .brand-name { color: #fff; }
footer .brand-subtitle { color: #b9d5d8; }
footer a { color: #d4e9eb; text-decoration: none; }
footer a:hover { color: #fff; }

@media (max-width: 991.98px) {
  .hero { padding-top: 5rem; }
  .hero-art { margin-top: 2.3rem; }
  .about-photo { min-height: 300px; }
}
@media (max-width: 767.98px) {
  .section { padding: 4.2rem 0; }
  .additional-services ul { columns: 1; }
  .support-main, .additional-services { padding: 1.5rem; }
  .hero h1 { font-size: 3rem; }
  .hero-art:before { display: none; }
}
