
    :root{
      --pnp-maroon:#6b0f1a;
      --pnp-gold:#d4af37;
      --pnp-ink:#1f2937;
      --pnp-muted:#6b7280;
      --pnp-bg:#0b0f16;
    }

    body{ color: var(--pnp-ink); background:#f7f7fb; }

    /* Top mini banner */
    .top-banner{
      background: linear-gradient(90deg, var(--pnp-maroon), #3a0b12);
      color:#fff;
      border-bottom: 1px solid rgba(255,255,255,.15);
    }
    .brand-badge{
      display:inline-flex;
      align-items:center;
      gap:.6rem;
      padding:.35rem .75rem;
      border:1px solid rgba(255,255,255,.25);
      border-radius:999px;
      background: rgba(255,255,255,.08);
      backdrop-filter: blur(6px);
      font-weight:600;
      font-size:.9rem;
    }
    .dot{
      width:.6rem;height:.6rem;border-radius:999px;
      background: var(--pnp-gold);
      box-shadow: 0 0 0 3px rgba(212,175,55,.25);
    }

    /* Hero */
    .hero{
      position:relative;
      background: radial-gradient(1200px 500px at 20% 0%, rgba(212,175,55,.18), transparent 55%),
                  radial-gradient(1200px 500px at 80% 10%, rgba(107,15,26,.25), transparent 55%),
                  linear-gradient(180deg, #ffffff, #f3f4f6);
      overflow:hidden;
    }
    .hero-card{
      border: 1px solid rgba(0,0,0,.06);
      border-radius: 24px;
      box-shadow: 0 12px 40px rgba(0,0,0,.08);
      background: rgba(255,255,255,.8);
      backdrop-filter: blur(10px);
    }
    .hero-title{
      font-weight: 800;
      letter-spacing: -.02em;
    }
    .hero-kicker{
      display:inline-block;
      padding:.35rem .75rem;
      border-radius:999px;
      background: rgba(107,15,26,.08);
      border: 1px solid rgba(107,15,26,.18);
      color: var(--pnp-maroon);
      font-weight:700;
      font-size:.9rem;
    }

    /* Big nav buttons */
    .nav-tile{
      border-radius: 18px;
      border: 1px solid rgba(0,0,0,.06);
      background:#fff;
      box-shadow: 0 10px 25px rgba(0,0,0,.06);
      transition: transform .12s ease, box-shadow .12s ease;
      text-decoration:none;
      color: inherit;
      height: 100%;
    }
    .nav-tile:hover{
      transform: translateY(-2px);
      box-shadow: 0 16px 35px rgba(0,0,0,.10);
    }
    .nav-icon{
      width: 44px; height: 44px;
      border-radius: 14px;
      display:grid; place-items:center;
      background: rgba(107,15,26,.10);
      color: var(--pnp-maroon);
      font-weight: 900;
      flex: 0 0 auto;
    }
    .nav-desc{ color: var(--pnp-muted); font-size: .95rem; }

    /* Section header */
    .section-title{
      font-weight: 800;
      letter-spacing: -.01em;
    }
    .section-subtitle{
      color: var(--pnp-muted);
      max-width: 70ch;
    }

    


    /* Message cards */
  .message-card {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform .2s ease, box-shadow .2s ease;
}

.message-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.10);
}

.avatar-lg {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #e5c36b; /* gold accent */
}

/* Bigger image on desktop */
@media (min-width: 992px) {
  .avatar-lg {
    width: 140px;
    height: 140px;
  }
}

.quote {
  font-style: italic;
  color: #374151;
  line-height: 1.6;
}



      .sponsor-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1.25rem;
  padding: 1.25rem 1rem;
  box-shadow: 0 8px 24px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sponsor-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(0,0,0,.10);
}



  .sponsor-logo {
  width: 96px;          /* was ~72px */
  height: 96px;
  margin: 0 auto;
  border-radius: 50%;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0,0,0,.08);
}


.sponsor-logo img {
  width: 80%;
  height: 80%;
  object-fit: contain;
}


  .sponsor-name {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

/* 🔒 Desktop: force ONE line */
@media (min-width: 992px) {
  .sponsor-name {
    white-space: nowrap;
  }
}

/* 📱 Mobile: allow wrapping */
@media (max-width: 991.98px) {
  .sponsor-name {
    white-space: normal;
  }
}



.sponsor-tier {
  display: inline-block;
  margin-top: .25rem;
  font-size: .75rem;
  padding: .25rem .6rem;
  border-radius: 999px;
  background: rgba(124,45,18,.10); /* maroon tint */
  color: var(--pnp-maroon);
  font-weight: 600;
}


    /* Footer */
    .footer{
      background: linear-gradient(180deg, #0b0f16, #070a0f);
      color: rgba(255,255,255,.88);
    }
    .footer a{ color: rgba(255,255,255,.88); }
    .footer small{ color: rgba(255,255,255,.60); }

    /* Small tweaks */
    .badge-soft{
      background: rgba(212,175,55,.16);
      color: #7a5d00;
      border: 1px solid rgba(212,175,55,.28);
    }


  /* Portal, Ticket, Schedule section */
  .feature-section { position: relative; }
  .feature-card {
    background: #fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 1.25rem;
    box-shadow: 0 12px 30px rgba(0,0,0,.06);
  }
  .icon-badge{
    width: 56px; height: 56px;
    display: inline-flex; align-items: center; justify-content: center;
    border-radius: 18px;
    background: rgba(124,45,18,.10); /* maroon tint */
    border: 1px solid rgba(124,45,18,.18);
    color: var(--pnp-maroon);
    font-size: 1.5rem;
  }
  .soft-bg{
    background: radial-gradient(900px 300px at 10% 0%, rgba(124,45,18,.08), transparent 60%),
                radial-gradient(700px 280px at 100% 30%, rgba(229,195,107,.18), transparent 55%);
  }
  .schedule-card{
    background:#fff;
    border: 1px solid rgba(0,0,0,.08);
    border-radius: 1.25rem;
    transition: transform .2s ease, box-shadow .2s ease;
  }
  .schedule-card:hover{
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
  }
  .muted-compact{ color:#6b7280; }

.back-to-top {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--pnp-maroon, #7c2d12);
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity .25s ease, transform .25s ease;
}

/*bback to top */
.back-to-top:hover {
  transform: translateY(-3px);
  background: #5f1f0d; /* darker maroon */
}

/* Mobile-safe positioning */
@media (max-width: 576px) {
  .back-to-top {
    bottom: 16px;
    right: 16px;
    width: 44px;
    height: 44px;
  }
}





/* Wrapper just for positioning */
.logo-hero-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Main logo */
.pnp-logo-hero {
  width: min(360px, 85%);
  height: auto;
  filter:
    drop-shadow(0 18px 30px rgba(0,0,0,.18))
    drop-shadow(0 4px 8px rgba(0,0,0,.12));
  animation: heroFloat 4.5s ease-in-out infinite;
}

/* Gentle floating (ceremonial, not gimmicky) */
@keyframes heroFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-10px) scale(1.015);
  }
}

/* Soft gold halo glow */
.logo-hero-wrap::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  background: radial-gradient(
    circle,
    rgba(229,195,107,.35),
    rgba(229,195,107,.15),
    transparent 70%
  );
  z-index: -1;
  filter: blur(12px);
}

/* Shine sweep (slow, subtle) */
.logo-hero-wrap::after {
  content: "";
  position: absolute;
  width: 45%;
  height: 140%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255,255,255,.65),
    transparent
  );
  top: -20%;
  left: -60%;
  transform: skewX(-18deg);
  animation: heroShine 6.5s ease-in-out infinite;
  opacity: .6;
}

@keyframes heroShine {
  0%   { left: -60%; opacity: 0; }
  30%  { opacity: .6; }
  55%  { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}

/* Mobile adjustments */
@media (max-width: 992px) {
  .pnp-logo-hero {
    width: min(260px, 70%);
  }

  .logo-hero-wrap::before {
    width: 200px;
    height: 200px;
  }
}

/* Accessibility: respect reduced motion */
@media (prefers-reduced-motion: reduce) {
  .pnp-logo-hero,
  .logo-hero-wrap::after {
    animation: none !important;
  }
}



.countdown-wrap {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1.25rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}

.countdown .time-box {
  background: rgba(124,45,18,.06);
  border: 1px solid rgba(124,45,18,.14);
  border-radius: 14px;
  min-width: 72px;
  text-align: center;
  padding: .6rem .4rem;
}

.countdown .time-box span {
  display: block;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--pnp-maroon);
  line-height: 1;
}

.countdown .time-box small {
  font-size: .65rem;
  text-transform: uppercase;
  color: #6b7280;
}

/* Mobile tightening */
@media (max-width: 576px) {
  .countdown .time-box {
    min-width: 64px;
  }
}



/* schdule*/

/* One schedule block item */
.schedule-entry {
  display: grid;
  grid-template-columns: 88px 1fr;
  grid-template-rows: auto auto;
  column-gap: 14px;
  row-gap: 6px;
  padding: 10px 0;
}

.schedule-entry + .schedule-entry {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.schedule-time {
  grid-column: 1;
  grid-row: 1;
  font-weight: 800;
  color: #111827;
  white-space: nowrap;
  line-height: 1.2;
  padding-top: 2px;
}

.schedule-title {
  grid-column: 2;
  grid-row: 1;
  color: #374151;
  font-size: 0.92rem;
  line-height: 1.35;
  
}

.schedule-sep {
  color: #9ca3af;
  margin-right: 10px;
}

.schedule-venue-label {
  grid-column: 1;
  grid-row: 2;
  font-weight: 700;
  color: #6b7280;
  white-space: nowrap;
  line-height: 1.2;
}

.schedule-venue {
  grid-column: 2;
  grid-row: 2;
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.35;
  min-width: 0;
}

.schedule-venue i {
  margin-top: 2px;
  color: #9ca3af;
}

.venue-text {
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Mobile */
@media (max-width: 576px) {
  .schedule-entry {
    grid-template-columns: 76px 1fr;
    column-gap: 12px;
  }
}


.schedule-time {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.schedule-time .time-range {
  font-size: 0.7rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: lowercase;
}




/* new sched */
/* Per item */
.schedule-entry,
.schedule-group{
  display: grid;
  grid-template-columns: 96px 1fr;
  column-gap: 14px;
  padding: 12px 0;
}

.schedule-entry + .schedule-entry,
.schedule-entry + .schedule-group,
.schedule-group + .schedule-entry,
.schedule-group + .schedule-group{
  border-top: 1px solid rgba(0,0,0,0.07);
}

/* Left time column */
.schedule-time{
  font-weight: 800;
  color: #111827;
  line-height: 1.15;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.schedule-time.single-line{
  flex-direction: row;
  gap: 0;
}

/* "to" styling */
.time-range{
  font-size: 0.72rem;
  font-weight: 600;
  color: #6b7280;
  text-transform: lowercase;
}

/* Right column */
.schedule-main{
  min-width: 0;
}

.schedule-title{
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.35;
  margin-bottom: 4px;
}

.schedule-group .schedule-title{
  margin-bottom: 6px; /* space between items in the group */
}

/* Venue/meta line under title */
.schedule-meta{
  display: inline-flex;
  align-items: flex-start;
  gap: 6px;
  color: #6b7280;
  font-size: 0.82rem;
  line-height: 1.35;
}

.schedule-meta i{
  margin-top: 2px;
  color: #9ca3af;
}

/* Mobile */
@media (max-width: 576px){
  .schedule-entry,
  .schedule-group{
    grid-template-columns: 86px 1fr;
    column-gap: 12px;
  }
}


/* disclaimer */

.schedule-disclaimer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fef3c7;        /* soft amber */
  color: #92400e;
  font-size: 0.85rem;
  line-height: 1.4;
}

.schedule-disclaimer i {
  font-size: 1rem;
  color: #b45309;
}



/* Sportsfest table styling */
.sportsfest-table thead th{
  background:#0b0b0b;
  color:#fff;
  font-weight:700;
  padding:14px 16px;
  border-radius:0;
}
.sportsfest-table tbody td{
  background:#f4f5f7;
  padding:14px 16px;
  border-bottom:6px solid #fff;
}
.sportsfest-table tbody tr:nth-child(even) td{
  background:#e9eaee;
}
.sf-pill{
  display:inline-block;
  padding:.35rem .65rem;
  border-radius:999px;
  font-weight:700;
  background:rgba(124,45,18,.10); /* maroon tint */
  color:#7c2d12; /* maroon */
  white-space:nowrap;
}
.sf-activity{ font-weight:600; }
.sf-venue{ color:#111827; }

/* Contact cards */
.contact-card{
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
}
.contact-title{ font-size:.95rem; }
.contact-name{ font-size:1.05rem; font-weight:800; color:#111827; }
.contact-lines{ display:flex; flex-direction:column; gap:.55rem; }
.contact-line{ display:flex; align-items:center; gap:.5rem; color:#111827; }
.contact-line i{ opacity:.75; }
.contact-line a{ text-decoration:none; font-weight:700; }

/* Poster cards */
.poster-card{
  background:#ffffff;
  border:1px solid rgba(15,23,42,.08);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 6px 18px rgba(15,23,42,.06);
  text-decoration:none;
  color:inherit;
}
.poster-thumb{
  background:#f3f4f6;
  aspect-ratio: 16 / 9;
  overflow:hidden;
}
.poster-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition: transform .25s ease;
}
.poster-card:hover .poster-thumb img{ transform: scale(1.03); }
.poster-caption{ padding:14px 16px; }

/* 


/* Multi-event block */
/* Multi-event entry should look like a normal entry */
.schedule-entry--multi .schedule-title{
  font-weight: 700;
}

/* clean list */
.schedule-multi{
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 2px;
}

.schedule-multi .multi-item{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #111827;
  line-height: 1.2;
}

.schedule-multi .multi-item i{
  width: 18px;
  text-align: center;
  opacity: .85;
}

/* optional: subtle left guide line to indicate "sub-items" */
.schedule-multi{
  border-left: 2px solid rgba(124,45,18,.15);
  padding-left: 12px;
  margin-left: 2px;
}


