
    :root {
      --pl-blue: #1d75bb;
      --pl-blue-dark: #155d95;
      --pl-sky: #eaf7ff;
      --pl-sky-2: #f5fbff;
      --pl-heart: #48a6df;
      --pl-pink: #ffd9e6;
      --pl-yellow: #fff4cf;
      --pl-mint: #dcf7ec;
      --pl-text: #203244;
      --pl-muted: #5f7183;
      --pl-border: rgba(29, 117, 187, 0.16);
      --pl-shadow: 0 18px 55px rgba(32, 50, 68, 0.12);
      --pl-shadow-soft: 0 10px 30px rgba(32, 50, 68, 0.08);
      --pl-radius: 1.4rem;
    }

    html {
      scroll-behavior: smooth;
      scroll-padding-top: 88px;
    }

    body {
      font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      color: var(--pl-text);
      background: #ffffff;
      line-height: 1.65;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .navbar-brand,
    .btn,
    .badge {
      font-family: "Nunito", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    }

    a {
      color: var(--pl-blue);
    }

    a:hover {
      color: var(--pl-blue-dark);
    }

    .text-pl-blue {
      color: var(--pl-blue);
    }

    .bg-pl-sky {
      background: var(--pl-sky);
    }

    .bg-pl-soft {
      background:
        radial-gradient(circle at top left, rgba(255, 217, 230, 0.65), transparent 34rem),
        radial-gradient(circle at bottom right, rgba(220, 247, 236, 0.75), transparent 30rem),
        linear-gradient(180deg, #ffffff 0%, #f6fbff 100%);
    }

    .section-padding {
      padding: 5.5rem 0;
    }

    .section-title {
      font-weight: 900;
      letter-spacing: -0.04em;
      color: var(--pl-text);
    }

    .section-kicker {
      display: inline-flex;
      align-items: center;
      gap: 0.45rem;
      color: var(--pl-blue-dark);
      background: rgba(74, 166, 223, 0.13);
      border: 1px solid rgba(74, 166, 223, 0.18);
      border-radius: 999px;
      padding: 0.4rem 0.8rem;
      font-family: "Nunito", sans-serif;
      font-size: 0.86rem;
      font-weight: 800;
      letter-spacing: 0.02em;
      text-transform: uppercase;
    }

    .navbar {
      background: rgba(255, 255, 255, 0.93);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(29, 117, 187, 0.12);
      box-shadow: 0 8px 26px rgba(32, 50, 68, 0.06);
    }

    .navbar-brand {
      font-weight: 900;
      letter-spacing: -0.025em;
      color: var(--pl-text);
    }

    .navbar-brand img {
      height: 26px;
      object-fit: contain;
    }

    .navbar .nav-link {
      font-family: "Nunito", sans-serif;
      font-weight: 800;
      color: #30465c;
      font-size: 0.95rem;
      padding-left: 0.8rem !important;
      padding-right: 0.8rem !important;
    }

    .navbar .nav-link:hover,
    .navbar .nav-link:focus {
      color: var(--pl-blue);
    }

    .btn-pl-primary {
      --bs-btn-color: #fff;
      --bs-btn-bg: var(--pl-blue);
      --bs-btn-border-color: var(--pl-blue);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--pl-blue-dark);
      --bs-btn-hover-border-color: var(--pl-blue-dark);
      --bs-btn-focus-shadow-rgb: 29, 117, 187;
      --bs-btn-active-color: #fff;
      --bs-btn-active-bg: var(--pl-blue-dark);
      --bs-btn-active-border-color: var(--pl-blue-dark);
      border-radius: 999px;
      font-weight: 900;
      box-shadow: 0 12px 26px rgba(29, 117, 187, 0.24);
    }

    .btn-pl-light {
      --bs-btn-color: var(--pl-blue-dark);
      --bs-btn-bg: #ffffff;
      --bs-btn-border-color: #ffffff;
      --bs-btn-hover-color: var(--pl-blue-dark);
      --bs-btn-hover-bg: #f2fbff;
      --bs-btn-hover-border-color: #f2fbff;
      border-radius: 999px;
      font-weight: 900;
      box-shadow: 0 12px 28px rgba(32, 50, 68, 0.18);
    }

    .btn-pl-outline {
      --bs-btn-color: var(--pl-blue-dark);
      --bs-btn-border-color: rgba(29, 117, 187, 0.35);
      --bs-btn-hover-color: #fff;
      --bs-btn-hover-bg: var(--pl-blue);
      --bs-btn-hover-border-color: var(--pl-blue);
      border-radius: 999px;
      font-weight: 900;
      background: rgba(255, 255, 255, 0.78);
    }

    .hero {
      position: relative;
      min-height: 92vh;
      display: flex;
      align-items: center;
      overflow: hidden;
      color: #fff;
      background:
        linear-gradient(110deg, rgba(15, 69, 109, 0.86), rgba(15, 69, 109, 0.78)),
        url("../images/blanketeers-sewing-together.webp") center/cover no-repeat;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: auto 0 0;
      height: 145px;
      background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.94));
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      padding-top: 6rem;
      padding-bottom: 5rem;
    }

    .hero-logo-card {
      display: inline-flex;
      align-items: center;
      gap: 0.8rem;
      background: rgba(255, 255, 255, 0.94);
      border: 1px solid rgba(255, 255, 255, 0.65);
      color: var(--pl-text);
      border-radius: 999px;
      padding: 0.55rem 1rem 0.55rem 0.55rem;
      box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
      margin-bottom: 1.3rem;
    }

    .hero-logo-card img {
      width: 56px;
      height: 56px;
      object-fit: contain;
    }

    .hero-logo-card span {
      font-family: "Nunito", sans-serif;
      font-weight: 900;
      line-height: 1.15;
    }

    .hero h1 {
      max-width: 920px;
      font-size: clamp(2.65rem, 7vw, 5.8rem);
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: -0.065em;
      text-wrap: balance;
      text-shadow: 0 8px 35px rgba(0, 0, 0, 0.2);
    }

    .hero .lead {
      max-width: 720px;
      color: rgba(255, 255, 255, 0.94);
      font-size: clamp(1.15rem, 2.3vw, 1.55rem);
      line-height: 1.45;
      margin-top: 1.4rem;
      text-shadow: 0 3px 16px rgba(0, 0, 0, 0.22);
    }

    .hero-stat {
      background: rgba(255, 255, 255, 0.93);
      color: var(--pl-text);
      border-radius: var(--pl-radius);
      padding: 1.25rem;
      box-shadow: var(--pl-shadow);
      border: 1px solid rgba(255, 255, 255, 0.65);
    }

    .hero-stat strong {
      display: block;
      font-family: "Nunito", sans-serif;
      font-size: 2rem;
      font-weight: 900;
      color: var(--pl-blue);
      line-height: 1;
    }

    .card-soft {
      border: 1px solid var(--pl-border);
      border-radius: var(--pl-radius);
      box-shadow: var(--pl-shadow-soft);
      background: rgba(255, 255, 255, 0.94);
      overflow: hidden;
    }

    .impact-card {
      border: 0;
      border-radius: 2rem;
      box-shadow: var(--pl-shadow);
      background:
        radial-gradient(circle at top left, rgba(255, 217, 230, 0.9), transparent 20rem),
        radial-gradient(circle at bottom right, rgba(220, 247, 236, 0.9), transparent 20rem),
        linear-gradient(135deg, #ffffff, #eff9ff);
      position: relative;
      overflow: hidden;
    }
/*
    .impact-card::before {
      content: "❤";
      position: absolute;
      top: -2.2rem;
      right: 2rem;
      font-size: 10rem;
      color: rgba(74, 166, 223, 0.1);
      transform: rotate(10deg);
      line-height: 1;
    }
*/
    .impact-number {
      font-family: "Nunito", sans-serif;
      font-size: clamp(3.6rem, 10vw, 7.2rem);
      font-weight: 900;
      line-height: 0.95;
      letter-spacing: -0.075em;
      color: var(--pl-blue);
    }

    .gallery-img {
      aspect-ratio: 4 / 3;
      width: 100%;
      object-fit: cover;
      border-radius: 1.15rem;
      box-shadow: 0 12px 28px rgba(32, 50, 68, 0.11);
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .gallery-img:hover {
      transform: translateY(-4px);
      box-shadow: 0 18px 40px rgba(32, 50, 68, 0.16);
    }

    .mission-box {
      border-left: 7px solid var(--pl-heart);
      background: #fff;
      border-radius: 0 var(--pl-radius) var(--pl-radius) 0;
      box-shadow: var(--pl-shadow-soft);
      padding: 2rem;
    }

    .serve-list {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .serve-list li {
      display: flex;
      gap: 0.8rem;
      padding: 0.85rem 0;
      border-bottom: 1px solid rgba(29, 117, 187, 0.1);
    }

    .serve-list li:last-child {
      border-bottom: 0;
    }

    .serve-list i {
      color: var(--pl-blue);
      font-size: 1.25rem;
      margin-top: 0.1rem;
    }

    .help-card {
      height: 100%;
      border: 1px solid var(--pl-border);
      border-radius: var(--pl-radius);
      box-shadow: var(--pl-shadow-soft);
      background: #fff;
      padding: 1.5rem;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .help-card:hover {
      transform: translateY(-4px);
      box-shadow: var(--pl-shadow);
    }

    .help-icon {
      width: 54px;
      height: 54px;
      display: inline-grid;
      place-items: center;
      border-radius: 1.1rem;
      background: var(--pl-sky);
      color: var(--pl-blue);
      font-size: 1.55rem;
      margin-bottom: 1rem;
    }

    .step-list {
      counter-reset: donationSteps;
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
    }

    .step-list li {
      counter-increment: donationSteps;
      position: relative;
      padding: 1rem 1rem 1rem 4.25rem;
      margin-bottom: 0.8rem;
      background: #ffffff;
      border: 1px solid var(--pl-border);
      border-radius: 1.1rem;
      box-shadow: 0 8px 22px rgba(32, 50, 68, 0.06);
    }

    .step-list li::before {
      content: counter(donationSteps);
      position: absolute;
      left: 1rem;
      top: 1rem;
      width: 2.3rem;
      height: 2.3rem;
      display: grid;
      place-items: center;
      background: var(--pl-blue);
      color: #fff;
      border-radius: 50%;
      font-family: "Nunito", sans-serif;
      font-weight: 900;
      box-shadow: 0 10px 18px rgba(29, 117, 187, 0.22);
    }

    .placeholder-media {
      min-height: 280px;
      border-radius: var(--pl-radius);
      border: 2px dashed rgba(29, 117, 187, 0.35);
      background:
        linear-gradient(135deg, rgba(234, 247, 255, 0.92), rgba(255, 244, 207, 0.65)),
        repeating-linear-gradient(45deg, rgba(29, 117, 187, 0.05) 0 10px, transparent 10px 20px);
      display: grid;
      place-items: center;
      text-align: center;
      padding: 2rem;
      color: var(--pl-blue-dark);
    }

    .video-ratio {
      border-radius: var(--pl-radius);
      overflow: hidden;
      box-shadow: var(--pl-shadow);
      border: 1px solid rgba(29, 117, 187, 0.15);
      background: #dcecf7;
    }

    .video-placeholder {
      background:
        linear-gradient(135deg, rgba(29, 117, 187, 0.92), rgba(74, 166, 223, 0.82)),
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.3), transparent 20rem);
      color: #fff;
      display: grid;
      place-items: center;
      text-align: center;
      padding: 2rem;
    }

    .guideline-note {
      background: #fff;
      border: 1px solid var(--pl-border);
      border-radius: var(--pl-radius);
      box-shadow: var(--pl-shadow-soft);
      padding: 2rem;
    }

    .calendar-card {
      background:
        linear-gradient(135deg, #ffffff, #f0f9ff);
      border: 1px solid var(--pl-border);
      border-radius: var(--pl-radius);
      box-shadow: var(--pl-shadow-soft);
      padding: 2rem;
    }

    .contact-card {
      border: 1px solid var(--pl-border);
      border-radius: var(--pl-radius);
      box-shadow: var(--pl-shadow);
      background: #fff;
      padding: 2rem;
    }

    .form-control {
      border-radius: 0.95rem;
      border-color: rgba(29, 117, 187, 0.22);
      padding: 0.85rem 1rem;
    }

    .form-control:focus {
      border-color: var(--pl-blue);
      box-shadow: 0 0 0 0.25rem rgba(29, 117, 187, 0.13);
    }

    footer {
      background: #163a59;
      color: rgba(255, 255, 255, 0.82);
      padding: 3rem 0;
    }

    footer a {
      color: #ffffff;
      text-decoration: none;
    }

    footer a:hover {
      color: #d9f1ff;
      text-decoration: underline;
    }

    .footer-logo {
      width: 54px;
      height: 54px;
      object-fit: contain;
      background: #fff;
      border-radius: 50%;
      padding: 0.25rem;
    }

    .back-to-top {
      position: fixed;
      right: 1rem;
      bottom: 1rem;
      width: 46px;
      height: 46px;
      border-radius: 50%;
      display: none;
      place-items: center;
      z-index: 1050;
      box-shadow: 0 12px 28px rgba(32, 50, 68, 0.2);
    }

    .back-to-top.show {
      display: grid;
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        padding-top: 1rem;
      }

      .navbar .btn {
        width: 100%;
        margin-top: 0.5rem;
      }

      .hero {
        min-height: auto;
      }

      .hero-content {
        padding-top: 7.5rem;
      }
    }

    @media (max-width: 575.98px) {
      .section-padding {
        padding: 4rem 0;
      }

      .hero-logo-card {
        border-radius: 1.25rem;
        align-items: flex-start;
      }

      .step-list li {
        padding-left: 1rem;
        padding-top: 4rem;
      }

      .step-list li::before {
        top: 1rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-behavior: auto;
      }

      *,
      *::before,
      *::after {
        transition: none !important;
        animation: none !important;
      }
    }
	  /* Added donation impact table */
	  .donation-impact-table {
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  border: 1px solid var(--pl-border);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(32, 50, 68, 0.06);
}

.donation-impact-table .table {
  overflow: hidden;
  border-radius: 1rem;
}

.donation-impact-table thead th {
  background: var(--pl-blue);
  color: #ffffff;
  border: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

.donation-impact-table tbody td {
  border-color: rgba(29, 117, 187, 0.12);
}

.donation-impact-table tbody tr:last-child td {
  border-bottom: 0;
}

.donation-impact-table td:first-child {
  color: var(--pl-blue-dark);
  white-space: nowrap;
  width: 120px;
}
	  /*Guidelines */
	  .guideline-note ul {
  padding-left: 1.2rem;
}

.guideline-note li {
  margin-bottom: 0.55rem;
}

.guideline-note li:last-child {
  margin-bottom: 0;
}

.guideline-note .table thead th {
  background: var(--pl-blue);
  color: #ffffff;
  border: 0;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
}

.guideline-note .table tbody td {
  border-color: rgba(29, 117, 187, 0.12);
}
	  /* Fundraiser details */
	  .fundraiser-details {
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  border: 1px solid var(--pl-border);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(32, 50, 68, 0.06);
}

.raffle-price-card {
  background: #ffffff;
  border: 1px solid rgba(29, 117, 187, 0.16);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  height: 100%;
}

.raffle-price {
  font-family: "Nunito", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  color: var(--pl-blue);
}

.raffle-label {
  margin-top: 0.35rem;
  font-weight: 700;
  color: var(--pl-text);
}

.angel-donor-box {
  background: linear-gradient(135deg, var(--pl-blue), var(--pl-heart));
  color: #ffffff;
  border-radius: 1rem;
  padding: 1.15rem;
  box-shadow: 0 12px 26px rgba(29, 117, 187, 0.18);
}

.angel-donor-box p {
  color: rgba(255, 255, 255, 0.95);
}
	  .fundraiser-details {
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  border: 1px solid var(--pl-border);
  border-radius: 1.25rem;
  padding: 1.25rem;
  box-shadow: 0 8px 22px rgba(32, 50, 68, 0.06);
}

.raffle-price-card {
  background: #ffffff;
  border: 1px solid rgba(29, 117, 187, 0.16);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  height: 100%;
}

.raffle-price {
  font-family: "Nunito", sans-serif;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1;
  color: var(--pl-blue);
}

.raffle-label {
  margin-top: 0.35rem;
  font-weight: 700;
  color: var(--pl-text);
}

.angel-donor-box {
  background: linear-gradient(135deg, var(--pl-blue), var(--pl-heart));
  color: #ffffff;
  border-radius: 1rem;
  padding: 1.15rem;
  box-shadow: 0 12px 26px rgba(29, 117, 187, 0.18);
}

.angel-donor-box p {
  color: rgba(255, 255, 255, 0.95);
}

.featured-blanket-card {
  background: linear-gradient(135deg, #ffffff, #f4fbff);
  border: 1px solid var(--pl-border);
  border-radius: 1.25rem;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(32, 50, 68, 0.1);
}

.featured-blanket-img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  object-position: center;
  display: block;
}

	.fundraiser-feature-card {
  background:
    radial-gradient(circle at top left, rgba(255, 217, 230, 0.35), transparent 24rem),
    radial-gradient(circle at bottom right, rgba(220, 247, 236, 0.45), transparent 24rem),
    #ffffff;
}
	  
.featured-blanket-caption {
  padding: 1.15rem;
  background: #ffffff;
}

.featured-blanket-caption p {
  color: var(--pl-muted);
}

.featured-blanket-details {
  padding-left: 1.1rem;
}

.featured-blanket-details li {
  margin-bottom: 0.35rem;
}

.featured-blanket-details li:last-child {
  margin-bottom: 0;
}
	  
	  .donate-blankets-card {
  background:
    radial-gradient(circle at top left, rgba(234, 247, 255, 0.9), transparent 20rem),
    #ffffff;
}
  
body{overflow-wrap:break-word} main{padding-top:70px} .hero{min-height:75vh}.navbar-brand img{width:155px;height:auto}.navbar .nav-link{font-size:.88rem;padding-left:.55rem!important;padding-right:.55rem!important}.navbar .btn{font-size:.85rem}.nav-link[aria-current=page]{color:#155d95;text-decoration:underline;text-underline-offset:6px}.gallery-img{height:280px;object-fit:contain;background:#edf4f8;cursor:zoom-in}.gallery-link{display:block;border-radius:1rem;overflow:hidden}.gallery-link:focus-visible{outline:3px solid #155d95;outline-offset:3px}.gallery-caption{font-size:.9rem;color:#40566b;padding:.7rem 0}.page-heading{padding:2.7rem 0;background:#eaf7ff}.page-heading h1{font-weight:900}.page-heading+section{padding-top:3rem}dialog{border:0;border-radius:1rem;padding:1rem;max-width:95vw;max-height:95vh}dialog::backdrop{background:#102030df}dialog img{display:block;max-width:85vw;max-height:75vh;width:auto;height:auto;margin:auto}dialog button{float:right;margin-bottom:.5rem}.video-load{background:#155d95;color:white;border:0;padding:2rem;font-size:1.3rem}.hero-logo-card{border-radius:1.4rem}.hero-logo-card small{display:inline-block} .text-muted{color:#526577!important} .hero .btn-pl-light{color:#155d95}.impact-number{color:#155d95} @media(max-width:1199px){.navbar-collapse.show{max-height:80vh;overflow:auto}.navbar .btn{margin:.6rem 0}.hero h1{line-height:1.08}}@media(max-width:575px){.gallery-img{height:230px}.section-padding{padding:3rem 0}.hero-logo-card span{font-size:.85rem}.hero-logo-card img{width:42px;height:42px}.hero-content{padding-top:3rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}

/* Restore the original visual character; keep multipage and gallery behavior. */
.original-icon{display:inline-block;width:1em;height:1em;vertical-align:-.125em;fill:currentColor}.hero{min-height:92vh}.hero-logo-card{border-radius:999px}.impact-card{max-width:960px;margin-left:auto;margin-right:auto}.impact-number{font-variant-numeric:tabular-nums}.wish-list-heading{display:flex;align-items:center;gap:1rem}.wish-list-heading .help-icon{width:52px;height:52px;font-size:1.5rem}.gallery-link{background:#edf4f8}.gallery-img{margin:0}.lightbox-toolbar,.lightbox-controls{display:flex;align-items:center;justify-content:space-between;gap:1rem}.lightbox-toolbar{margin-bottom:1rem}.lightbox-controls{margin-top:1rem}#lightbox{width:min(1000px,95vw);padding:1rem;background:#fff}#lightbox button{float:none;margin:0;min-height:44px}.lightbox-stage{height:min(70vh,800px);display:flex;align-items:center;justify-content:center;touch-action:pan-y}.lightbox-stage img{max-width:100%;max-height:100%;object-fit:contain}body.gallery-open{overflow:hidden}@media(max-width:575px){.hero-logo-card{border-radius:1.4rem}.lightbox-stage{height:65vh}#lightbox{padding:.75rem}.lightbox-controls .btn{padding:.6rem 1rem}}
