
    /* Brother 1816 Bold (via Adobe Fonts / Typekit) */
    .page-hero-title,
    .page-hero-eyebrow,
    .section-title,
    .tier-name,
    .cta-title,
    .level-banner-title,
    .sponsor-card-name,
    .tier-badge {
      font-family: "brother-1816", sans-serif;
      font-weight: 700;
      font-style: normal;
    }

    /* ============================================================
       VARIABLES & RESET
    ============================================================ */
    :root {
      /* Palette  (all WCAG AAA compliant when used per rules below)
         Navy      #0a0c4a  +  white/light-blue text
         Green     #1eb363  +  black/navy text
         Lt.Blue   #b3cbf6  +  black/navy text
         Off-White #f8f8f8  +  black/navy text              */

      --navy:         #0a0c4a;
      --navy-mid:     #13165e;
      --green:        #1eb363;
      --green-dark:   #178a4c;
      --blue-light:   #b3cbf6;
      --blue-pale:    #dce9ff;
      --off-white:    #f2f2f2;
      --white:        #ffffff;
      --black:        #000000;

      /* Aliases so existing rules resolve correctly */
      --green-deep:   #0a0c4a;
      --green-mid:    #1eb363;
      --green-light:  #b3cbf6;
      --gold:         #1eb363;
      --gold-light:   #b3cbf6;
      --sky:          #dce9ff;
      --charcoal:     #0a0c4a;
      --mid-gray:     #4a5568;
      --light-gray:   #d0ddf5;

      --shadow-lg:    0 20px 60px rgba(10,12,74,.18);
      --shadow-sm:    0 4px 20px rgba(10,12,74,.12);
      --radius-lg:    20px;
      --radius-xl:    32px;
      --font-display: "brother-1816", sans-serif;
      --font-weight-display: 700;
      --font-heading: "brother-1816", sans-serif;
      --font-body:    'Helvetica Neue', Helvetica, Arial, sans-serif;

      /* Level section colors */
      --lvl3-bg:     #0a0c4a;   /* navy  — white text  */
      --lvl3-accent: #b3cbf6;
      --lvl3-tint:   #e8eaf6;   /* pale navy tint for section bg */
      --lvl2-bg:     #1eb363;   /* green — black text  */
      --lvl2-accent: #000000;
      --lvl2-tint:   #e6f7ef;   /* pale green tint for section bg */
      --lvl1-bg:     #61b8f7;   /* lt.blue — navy text */
      --lvl1-accent: #0a0c4a;
      --lvl1-tint:   #f0f4fd;   /* pale blue tint for section bg */
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font-body); background: var(--off-white); color: var(--charcoal); overflow-x: hidden; }
    a { color: var(--navy); text-decoration: none; transition: color .25s; }
    a:hover { color: var(--green-dark); }
    img { max-width: 100%; display: block; }

    /* ============================================================
       NAVBAR
    ============================================================ */
    .navbar {
     width: 100%; 
      background: rgba(10,12,74,.97);
      backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255,255,255,.06);
      transition: box-shadow .3s;
    }
    .navbar.scrolled { box-shadow: 0 4px 30px rgba(0,0,0,.35); }

    .navbar-inner {
      max-width: 1250px; margin: 0 auto;
      display: flex; align-items: center; justify-content: space-between;
      padding: 0 32px; height: 72px;
    }

    .navbar-logo img { height: 48px; }

    .nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
    .nav-links a {
      color: rgba(255,255,255,.80); font-family: var(--font-body);
      font-weight: 600; font-size: 1rem; letter-spacing: .08em;
      text-transform: uppercase; padding: 8px 14px; border-radius: 8px; transition: all .2s;
    }
    .nav-links a:hover { color: var(--white); background: rgba(255,255,255,.1); }
    .nav-links a.active { color: var(--blue-light); }
    .nav-links .btn-nav {
      background: var(--gold); color: #000000 !important;
      border-radius: 50px; padding: 8px 20px; font-weight: 800;
    }
    .nav-links .btn-nav:hover { background: var(--blue-light); transform: translateY(-1px); }

    .nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
    .nav-toggle span { display: block; width: 26px; height: 2px; background: white; margin: 6px 0; transition: all .3s; }

    /* ============================================================
       PAGE HERO BANNER
    ============================================================ */
    .page-hero {
      background-image: url("../img/PCS-Beautify-FS.jpg");
	  background-repeat: no-repeat;  
	  background-size: contain;
      padding: 130px 30px 0px 30px;
	  min-height: 650px;
	  margin: 0;

    }

    .page-hero-inner {
      max-width: 1250px;
		margin: 50px auto 0;
      position: relative;
		z-index: 2;
      display: flex;
		flex-direction: column;
    }

.page-hero-inner div {
 	background-color: #fff;
	padding: 25px;
	width: 500px;
	border-radius: 5px;
}

    .page-hero-eyebrow {
      font-weight: 700; font-size: 1rem; letter-spacing: .2em; text-transform: uppercase;
      color: var(--navy);
      display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
    }
    .page-hero-eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--navy); }

    .page-hero-title {
      font-family: var(--font-display); font-weight: 700; font-style: normal;
      font-size: clamp(3.5rem, 7vw, 6rem);
      line-height: .95; color: var(--white); margin-bottom: 16px;
    }
    .page-hero-title  { color: var(--navy); }

    .page-hero-sub { 
		color: var(--navy); 
		font-size: 1.5rem; 
		max-width: 500px; 
		line-height: 1.7; 
	}

    .hero-cta {
      background: var(--navy); 
	  color: #fff;
      font-family: var(--font-body);
		font-weight: 800; font-size: .95rem;
      letter-spacing: .05em;
		text-transform: uppercase;
      padding: 16px 40px;
		border-radius: 50px;
      transition: all .25s;
		display: inline-block;
      box-shadow: 0 8px 30px rgba(10,12,74,.35);
      white-space: nowrap; 
		align-self: flex-start;
		margin-top: 20px;
    }
    .hero-cta:hover { background: #178a4c; color: #ffffff; transform: translateY(-3px); }

    /* ============================================================
       JUMP LINKS
    ============================================================ */
    .jump-bar {
      background: var(--white);
      border-bottom: 1px solid var(--light-gray);
      position: sticky; 
	  top: 0px;
		z-index: 900;
      box-shadow: 0 2px 12px rgba(0,0,0,.06);
    }

    .jump-bar-inner {
      max-width: 1500px;
		margin: 0 auto;
      display: flex;
		align-items: center;
		gap: 4px;
      padding: 0 32px;
      overflow-x: auto;
		scrollbar-width: none;
    }

    .jump-bar-inner::-webkit-scrollbar { display: none; }

    .jump-link {
      display: flex; 
		align-items: center; 
		gap: 8px;
      padding: 16px 20px;
      font-weight: 700; 
		font-size: 1rem;
      letter-spacing: .06em; 
		text-transform: uppercase;
      color: var(--mid-gray);
      border-bottom: 3px solid transparent;
      transition: all .2s; 
		white-space: nowrap;
    }

    .jump-link:hover { color: var(--navy); border-bottom-color: var(--navy); }
    .jump-link .level-dot {
      width: 10px; 
		height: 10px; 
		border-radius: 50%;
    }

    .jump-link.lv3 .level-dot { background: var(--gold); }
    .jump-link.lv2 .level-dot { background: var(--blue-light); }
    .jump-link.lv1 .level-dot { background: var(--blue-light); }

    /* ============================================================
       SECTION UTILITY
    ============================================================ */
    .section-inner { max-width: 1250px; margin: 0 auto; padding: 80px 32px; }

    .section-tag {
      font-weight: 700; 
		font-size: 1rem; 
		letter-spacing: .2em; 
		text-transform: uppercase;
      color: var(--navy);
      display: flex; 
		align-items: center; 
		gap: 10px; 
		margin-bottom: 14px;
    }

    .section-tag::before { content: ''; display: block; width: 24px; height: 2px; background: var(--green); }
	 .section-tag-white::before { content: ''; display: block; width: 24px; height: 2px; background: var(--white); }


    .section-title {
      font-family: var(--font-display); font-weight: 700; font-style: normal;
      font-size: clamp(2.2rem, 4vw, 3.8rem); line-height: 1;
      color: var(--charcoal); margin-bottom: 16px;
    }
    .section-title span { color: var(--green-mid); }
    .section-sub { font-size: 1.5rem; color: var(--mid-gray); line-height: 1.75; }

    /* ============================================================
       SPONSORSHIP TIERS SECTION
    ============================================================ */
    

    .tiers-intro { max-width: 660px; margin-bottom: 56px; }

    .tiers-grid {
      display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
    }

    .tier-card {
      border-radius: var(--radius-xl); overflow: hidden;
      box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s;
      display: flex; flex-direction: column; justify-content: center;
    }
    .tier-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

    .tier-header {
      display: flex; flex-direction: column; gap: 8px;background: var(--lvl1-bg); 
		padding: 32px 28px 24px; text-align: center; justify-content: center; align-items: center;
    }
  

    .tier-label {
      font-family: var(--font-display); font-weight: 700; font-style: normal; font-size: 3.5rem; line-height: 1;
      color: rgba(255,255,255,.15);
      position: absolute;
    }

    .tier-badge {
       gap: 4px;
      font-size: 2.1rem; letter-spacing: .05em;
      padding: 6px 14px; border-radius: 50px; width: fit-content;
      margin-bottom: 14px; background: var(--navy); color: #b3cbf6; 
    }
  
.tier-header .tier-badge { font-size: 1.5em;}
    .tier-name {
      font-family: var(--font-display); font-weight: 700; font-style: normal; font-size: 2rem; line-height: 1; color: var(--navy);
    }
  

    .tier-commitment {
      font-size: 1rem; color: var(--navy); font-weight: 600;
      letter-spacing: .04em; margin-top: 4px;
    }

    .tier-body { background: var(--white); padding: 28px; flex: 1; }

    .tier-perks { list-style: none; display: flex; flex-direction: column; gap: 10px; }
    .tier-perks li {
      display: flex; align-items: flex-start; gap: 10px;
      font-size: 1.2rem; color: var(--charcoal); line-height: 1.5;
    }
    .tier-perks li::before {
      content: '✓';
      font-weight: 800; font-size: .75rem; margin-top: 2px; flex-shrink: 0;
    }
    .tier-card.lv3 .tier-perks li::before { color: #b3cbf6; }
    .tier-card.lv2 .tier-perks li::before { color: #000000; }
    .tier-card.lv1 .tier-perks li::before { color: #0a0c4a; }

    .tier-incl {
      display: inline-block; font-size: .75rem; font-weight: 700;
      letter-spacing: .06em; text-transform: uppercase;
      color: var(--mid-gray); background: var(--light-gray);
      padding: 4px 12px; border-radius: 50px; margin-top: 16px;
    }

    .tier-cta-wrap { padding: 0 28px 28px; background: var(--white); }

    .tier-cta {
      display: block; text-align: center;
      background: var(--gold); color: #0a0c4a;
      font-weight: 800; font-size: .9rem; letter-spacing: .08em; text-transform: uppercase;
      padding: 14px; border-radius: 12px;
      transition: all .25s;
    }

    .tier-cta:hover { background: #13165e; color: #ffffff; transform: none; }
    
   

    .tiers-scroll-note {
      text-align: center; margin-top: 36px;
      color: var(--mid-gray); font-size: .95rem;
    }
    .tiers-scroll-note a { font-weight: 700; color: var(--green-mid); }

    /* ============================================================
       LEVEL SECTION HEADERS
    ============================================================ */
    .level-banner {
      padding: 48px 32px;
      display: flex; align-items: center; justify-content: center;
      gap: 24px; text-align: center;
      position: relative; overflow: hidden;
    }
    .level-banner.lv3 { background: var(--lvl1-bg); }
    .level-banner.lv2 { background: var(--lvl1-bg); }
    .level-banner.lv1 { background: var(--lvl1-bg); }

    .level-banner-inner { position: relative; z-index: 2; display: flex;  flex-direction: column; justify-content: center; align-items: center;}


    .level-banner-tag {
      font-weight: 700; font-size: .8rem; letter-spacing: .25em; text-transform: uppercase;
      color: rgba(255,255,255,.5); margin-bottom: 8px;
    }
    .level-banner-title {
      font-family: var(--font-display); font-weight: 700; font-style: normal; font-size: clamp(2.5rem, 5vw, 4rem);
      color: var(--white); line-height: 1;
    }
    .lv3 .level-banner-title { color: #0a0c4a; }
    .lv2 .level-banner-title { color: #0a0c4a; }
    .lv1 .level-banner-title { color: #0a0c4a; }
    .lv2 .level-banner-tag { color: rgba(0,0,0,.6); }
    .lv2 .level-banner-desc { color: rgba(0,0,0,.7); }
    .lv1 .level-banner-tag { color: rgba(10,12,74,.6); }
    .lv1 .level-banner-desc { color: rgba(10,12,74,.7); }

    .level-banner-desc {
      color: rgba(255,255,255,.85); font-size: .95rem; margin-top: 8px; max-width: 480px;
    }

    /* ============================================================
       SPONSOR GRIDS
    ============================================================ */
    .sponsors-section { background: var(--white); }
    .sponsors-section.alt { background: var(--off-white); }
    .sponsors-section.lv3-grid { background: var(--white); }
    .sponsors-section.lv2-grid { background: var(--white); }
    .sponsors-section.lv1-grid { background: var(--white); }

    /* Level 3 — large featured cards */
    .sponsors-grid-lg {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }

    .sponsor-card {
      background: var(--white);
      border: 1px solid var(--light-gray);
      border-radius: var(--radius-lg);
      padding: 28px 20px 20px;
      display: flex; flex-direction: column; align-items: center; gap: 14px;
      text-align: center;
      transition: all .3s;
      position: relative; overflow: hidden;
    }
    .sponsor-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
      transform: scaleX(0); transform-origin: left; transition: transform .3s;
		
    }
    .lv3-grid .sponsor-card::before { background: var(--gold); }
    .lv2-grid .sponsor-card::before { background: var(--green); }
    .lv1-grid .sponsor-card::before { background: var(--green-mid); }

    .sponsor-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); border-color: transparent; }
    .sponsor-card:hover::before { transform: scaleX(1); }

    .sponsor-card-img {
      width: 100%; height: 100px;
      display: flex; align-items: center; justify-content: center;
    }
    .sponsor-card-img img {
      max-width: 50%;
      width: auto; height: auto;
      object-fit: contain;
    }
.sponsor-card-img .large-img {
	width: 40%;
}

.sponsor-card-img .x-large-img {
	width: 30%;
}


    .sponsor-card-name {
      font-weight: 700; font-size: .85rem;
      color: var(--charcoal); line-height: 1.4;
    }

    /* Level 2 — medium grid */
    .sponsors-grid-md {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
    }

    /* Level 1 — text list style */
    .sponsors-grid-sm {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 16px;
    }

    .sponsor-list-item {
      background: var(--white);
      border: 1px solid var(--light-gray);
      border-radius: 12px;
      padding: 16px 20px;
      display: flex; align-items: center; gap: 12px;
      font-weight: 600; font-size: .9rem;
      color: var(--charcoal);
      transition: all .25s;
    }
    .sponsor-list-item::before {
      content: '';
      width: 8px; height: 8px; border-radius: 50%;
      background: var(--green-mid); flex-shrink: 0;
    }
    .sponsor-list-item:hover { border-color: var(--navy); background: var(--sky); }

    /* ============================================================
       AVATAR PLACEHOLDER
    ============================================================ */
    .avatar-placeholder {
      width: 64px; height: 64px; border-radius: 50%;
      background: var(--light-gray);
      display: flex; align-items: center; justify-content: center;
      color: var(--mid-gray); font-size: 1.6rem;
    }

    /* ============================================================
       CTA BAND
    ============================================================ */
    .cta-band {
      background-image: url("../img/beautify-web-footer.png");
	  background-repeat: no-repeat;
	  background-size: cover;
		background-position: bottom;
      padding: 80px 32px; text-align: center;
    }
    .cta-title {
      font-family: var(--font-display); font-weight: 700; font-style: normal;
      font-size: clamp(2.5rem, 5vw, 4.5rem);
      color: var(--white); margin-bottom: 16px;
    }
    .cta-title span { color: var(--navy); }
    .cta-sub { color: rgba(255,255,255,.75); font-size: 1.05rem; max-width: 480px; margin: 0 auto 36px; line-height: 1.7; }
    .cta-btns { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
    .btn-white {
      background: var(--white); color: #0a0c4a;
      font-weight: 800; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase;
      padding: 14px 36px; border-radius: 50px; transition: all .25s; display: inline-block;
    }
    .btn-white:hover { background: #178a4c; color: #ffffff; transform: translateY(-3px); }
    .btn-gold {
      background: var(--navy); color: #fff;
      font-weight: 800; font-size: .9rem; letter-spacing: .06em; text-transform: uppercase;
      padding: 14px 36px; border-radius: 50px; transition: all .25s; display: inline-block;
    }
    .btn-gold:hover { background: #178a4c; color: #ffffff; transform: translateY(-3px); }


    /* ============================================================
       BACK TO TOP
    ============================================================ */
    #top-navigator {
      position: fixed; bottom: 32px; right: 32px;
      width: 52px; height: 52px;
      background: var(--green-mid); color: white; border-radius: 50%;
      display: none; align-items: center; justify-content: center;
      font-size: 1.2rem; cursor: pointer;
      box-shadow: var(--shadow-sm); transition: all .25s; z-index: 999;
    }
    #top-navigator:hover { background: var(--green-deep); transform: translateY(-4px); }
    #top-navigator.visible { display: flex; }

    /* ============================================================
       FADE ANIMATIONS
    ============================================================ */
    .fade-up { opacity: 0; transform: translateY(32px); transition: opacity .65s ease, transform .65s ease; }
    .fade-up.in-view { opacity: 1; transform: translateY(0); }
    .delay-1 { transition-delay: .1s; }
    .delay-2 { transition-delay: .2s; }
    .delay-3 { transition-delay: .3s; }

    /* ============================================================
       RESPONSIVE
    ============================================================ */
    @media (max-width: 900px) {
      .tiers-grid { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
      .page-hero-inner { flex-direction: column; }
    }

    /* Brother 1816 Bold — applied wherever --font-display is used */
    [class*="title"], [class*="tier-name"], [class*="cta-title"] {
      font-weight: 700;
      font-style: normal;
    }
    @media (max-width: 600px) {
      .navbar-inner { padding: 0 20px; }
      .nav-links { display: none; flex-direction: column; position: absolute; top: 72px; left: 0; right: 0; background: var(--charcoal); padding: 20px; gap: 8px; }
      .nav-links.open { display: flex; }
      .nav-toggle { display: block; }
      .section-inner { padding: 56px 20px; }
      .sponsors-grid-lg, .sponsors-grid-md { grid-template-columns: repeat(2, 1fr); }
      .sponsors-grid-sm { grid-template-columns: repeat(2, 1fr); }
    }

    /* ============================================================
       PAGE WRAPPER — 1250px container with subtle texture
    ============================================================ */
    .page-wrapper {
      max-width: 1500px;
      margin: 0 auto;
      position: relative;
      background: #ffffff;
      box-shadow: 0 0 120px rgba(10,12,74,.14), 0 0 0 1px rgba(10,12,74,.06);
      overflow: hidden;
    }
