.elementor-6075 .elementor-element.elementor-element-f647640{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --navy:     #1E3A6E;
    --sky:      #A8C5DA;
    --steel:    #4A6FA5;
    --yellow:   #D4D98A;
    --gold:     #D4A62A;
    --offwhite: #F0EEE8;
    --black:    #0D0D0D;
    --white:    #FFFFFF;
  }

  html { scroll-behavior: smooth; }
  body { font-family: 'Inter', sans-serif; background: var(--offwhite); color: var(--black); overflow-x: hidden; }

  /* ── NAV ── */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 16px 5vw;
    background: rgba(13,13,13,0.94);
    backdrop-filter: blur(10px);
  }
  .nav-logo { font-weight: 900; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--white); }
  .nav-logo span { color: var(--gold); }
  .nav-links { display: flex; gap: 8px; }
  .nav-cta {
    background: var(--gold); color: var(--black); font-weight: 800; font-size: 0.75rem;
    letter-spacing: 0.07em; text-transform: uppercase; padding: 10px 20px;
    border-radius: 100px; text-decoration: none; transition: background 0.2s;
  }
  .nav-cta:hover { background: var(--yellow); }
  .nav-cta.ghost {
    background: transparent; color: var(--white); border: 1.5px solid rgba(255,255,255,0.25);
  }
  .nav-cta.ghost:hover { border-color: var(--gold); color: var(--gold); background: transparent; }

  /* ── HERO ── */
  .hero {
    min-height: 100vh; background: var(--navy);
    display: grid; grid-template-columns: 1fr 1fr;
    align-items: center; padding: 110px 5vw 70px; gap: 48px;
    position: relative; overflow: hidden;
  }
  .hero::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(circle, rgba(212,162,42,0.15) 2px, transparent 2px),
                      radial-gradient(circle, rgba(168,197,218,0.10) 2px, transparent 2px);
    background-size: 52px 52px, 78px 78px;
    background-position: 0 0, 26px 26px;
    pointer-events: none;
  }
  .hero::after {
    content: '👟';
    position: absolute; right: -40px; bottom: -60px;
    font-size: 320px; opacity: 0.04; pointer-events: none;
    transform: rotate(-20deg);
  }

  .hero-text { position: relative; z-index: 2; }
  .hero-eyebrow { font-family: 'Dancing Script', cursive; font-size: 1.6rem; color: var(--gold); margin-bottom: 14px; display: block; }
  .hero-headline {
    font-weight: 900; font-size: clamp(3rem, 6.5vw, 5.6rem);
    line-height: 0.91; text-transform: uppercase; color: var(--white); letter-spacing: -0.02em;
  }
  .hero-headline .accent { color: var(--yellow); font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; display: block; }
  .hero-sub { margin-top: 26px; font-size: 1rem; line-height: 1.7; color: var(--sky); max-width: 400px; }

  .hero-actions { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
  .btn-primary {
    background: var(--gold); color: var(--black); font-weight: 800; font-size: 0.88rem;
    letter-spacing: 0.06em; text-transform: uppercase; padding: 16px 34px;
    border-radius: 100px; text-decoration: none; transition: transform 0.15s, background 0.2s;
    display: inline-block;
  }
  .btn-primary:hover { transform: scale(1.04); background: var(--yellow); }
  .btn-secondary {
    background: transparent; color: var(--white); font-weight: 700; font-size: 0.85rem;
    letter-spacing: 0.06em; text-transform: uppercase; padding: 15px 30px;
    border-radius: 100px; text-decoration: none; border: 2px solid rgba(255,255,255,0.3);
    transition: border-color 0.2s, color 0.2s; display: inline-block;
  }
  .btn-secondary:hover { border-color: var(--gold); color: var(--gold); }

  .hero-info-row {
    margin-top: 44px; display: flex; gap: 24px; flex-wrap: wrap;
  }
  .info-pill {
    display: flex; flex-direction: column; gap: 3px;
    background: rgba(168,197,218,0.10); border: 1px solid rgba(168,197,218,0.25);
    border-radius: 14px; padding: 14px 22px;
  }
  .info-pill .lbl { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sky); }
  .info-pill .val { font-weight: 900; font-size: 1rem; color: var(--white); }

  /* Hero collage */
  .hero-collage { position: relative; height: 500px; z-index: 2; }
  .collage-card {
    position: absolute; border-radius: 18px; overflow: hidden;
    box-shadow: 0 24px 70px rgba(0,0,0,0.45);
  }
  .card-1 { width: 60%; height: 330px; top: 0; left: 0; transform: rotate(-2.5deg); border: 4px solid var(--yellow); }
  .card-2 { width: 54%; height: 270px; bottom: 0; right: 0; transform: rotate(2deg); border: 4px solid var(--sky); }
  .collage-card .ph {
    position: relative;
    width: 100%; height: 100%;
    overflow: hidden;
    font-size: 0; /* hide placeholder text */
    color: transparent;
  }
  .collage-card .ph img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .sticker {
    position: absolute; top: -16px; right: -12px;
    background: var(--gold); color: var(--black); font-weight: 900; font-size: 0.72rem;
    letter-spacing: 0.07em; text-transform: uppercase; padding: 8px 14px;
    border-radius: 100px; transform: rotate(7deg); box-shadow: 0 4px 16px rgba(0,0,0,0.3); white-space: nowrap;
  }

  /* ── TICKER ── */
  .ticker { background: var(--gold); color: var(--black); padding: 13px 0; overflow: hidden; white-space: nowrap; }
  .ticker-inner { display: inline-flex; animation: ticker 28s linear infinite; }
  .ticker-item { font-weight: 900; font-size: 0.82rem; letter-spacing: 0.12em; text-transform: uppercase; padding: 0 44px; }
  .ticker-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--navy); vertical-align: middle; margin: 0 8px; }
  @keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  @media (prefers-reduced-motion: reduce) { .ticker-inner { animation: none; } }

  /* ── STATS ── */
  .stats-bar {
    background: var(--white); padding: 56px 5vw;
    display: flex; justify-content: center; gap: 0; flex-wrap: wrap;
  }
  .stat-block {
    display: flex; flex-direction: column; align-items: center; gap: 6px;
    padding: 0 56px; border-right: 1px solid rgba(0,0,0,0.08);
  }
  .stat-block:last-child { border-right: none; }
  .stat-icon { font-size: 2rem; margin-bottom: 4px; }
  .stat-num { font-weight: 900; font-size: 3rem; color: var(--navy); line-height: 1; }
  .stat-lbl { font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel); font-weight: 600; }

  /* ── SHARED SECTION STYLES ── */
  .section-eyebrow { font-family: 'Dancing Script', cursive; font-size: 1.35rem; color: var(--steel); margin-bottom: 10px; display: block; }
  .section-headline {
    font-weight: 900; font-size: clamp(1.9rem, 3.8vw, 3.2rem); line-height: 1.0;
    text-transform: uppercase; color: var(--navy); letter-spacing: -0.02em; margin-bottom: 22px;
  }
  .section-headline em { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; color: var(--steel); }
  .body-text { font-size: 1rem; line-height: 1.78; color: #484848; margin-bottom: 14px; }

  /* ── ABOUT ── */
  .about { background: var(--offwhite); padding: 100px 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
  .about-img-stack { position: relative; height: 460px; }
  .aimg { position: absolute; border-radius: 14px; overflow: hidden; box-shadow: 0 16px 50px rgba(0,0,0,0.14); }
  .aimg .ph {
    position: relative;
    width: 100%; height: 100%;
    overflow: hidden;
    font-size: 0;
    color: transparent;
  }
  .aimg .ph img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  .aimg-1 { width: 68%; height: 300px; top: 0; right: 0; border: 4px solid var(--sky); }
  .aimg-2 { width: 54%; height: 240px; bottom: 0; left: 0; transform: rotate(-3deg); border: 4px solid var(--yellow); }
  .color-block { position: absolute; width: 110px; height: 110px; background: var(--yellow); border-radius: 14px; top: 50%; left: 50%; transform: translate(-50%,-50%) rotate(14deg); z-index: -1; }

  /* ── SNEAKER FOCUS ── */
  .sneaker-section {
    background: var(--black); padding: 100px 5vw; position: relative; overflow: hidden;
  }
  .sneaker-section::before {
    content: '👟'; position: absolute; left: -80px; top: 50%;
    transform: translateY(-50%) rotate(15deg);
    font-size: 400px; opacity: 0.05; pointer-events: none;
  }
  .sneaker-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; position: relative; z-index: 2; }
  .sneaker-inner .section-headline { color: var(--white); }
  .sneaker-inner .section-eyebrow { color: var(--gold); }
  .sneaker-inner .body-text { color: #aaa; }

  .sneaker-cards { display: flex; flex-direction: column; gap: 16px; }
  .sneaker-card {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(168,197,218,0.18);
    border-radius: 16px; padding: 24px 28px; display: flex; gap: 20px; align-items: flex-start;
    transition: background 0.2s;
  }
  .sneaker-card:hover { background: rgba(255,255,255,0.09); }
  .sneaker-card-icon { font-size: 1.8rem; flex-shrink: 0; }
  .sneaker-card h4 { font-weight: 800; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--yellow); margin-bottom: 6px; }
  .sneaker-card p { font-size: 0.88rem; line-height: 1.6; color: #999; }

  /* ── SUPPLY LIST ── */
  .supplies { background: var(--sky); padding: 100px 5vw; }
  .supplies-header { text-align: center; margin-bottom: 56px; }
  .supplies-header .section-headline { color: var(--navy); }
  .supplies-header .section-eyebrow { color: var(--navy); opacity: 0.7; }

  .supply-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
  .supply-item {
    background: var(--white); border-radius: 16px; padding: 32px 24px; text-align: center;
    box-shadow: 0 8px 30px rgba(30,58,110,0.10); transition: transform 0.2s;
  }
  .supply-item:hover { transform: translateY(-4px); }
  .supply-item .icon { font-size: 2.4rem; margin-bottom: 12px; display: block; }
  .supply-item h4 { font-weight: 800; font-size: 0.88rem; text-transform: uppercase; letter-spacing: 0.05em; color: var(--navy); }

  /* ── DONATE ── */
  .donate { background: var(--offwhite); padding: 100px 5vw; }
  .donate-header { text-align: center; margin-bottom: 56px; }
  .donate-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; max-width: 900px; margin: 0 auto; }
  .donate-card {
    border-radius: 24px; padding: 48px 40px; position: relative; overflow: hidden;
  }
  .donate-card.physical { background: var(--navy); }
  .donate-card.financial { background: var(--gold); }
  .donate-card h3 {
    font-weight: 900; font-size: 1.5rem; text-transform: uppercase; letter-spacing: -0.01em; margin-bottom: 16px;
  }
  .donate-card.physical h3 { color: var(--yellow); }
  .donate-card.financial h3 { color: var(--navy); }
  .donate-card p { font-size: 0.95rem; line-height: 1.72; margin-bottom: 28px; }
  .donate-card.physical p { color: var(--sky); }
  .donate-card.financial p { color: #333; }
  .donate-card .card-icon { font-size: 3rem; margin-bottom: 20px; display: block; }

  .btn-donate-physical {
    background: var(--gold); color: var(--black); font-weight: 800; font-size: 0.85rem;
    letter-spacing: 0.07em; text-transform: uppercase; padding: 14px 30px;
    border-radius: 100px; text-decoration: none; display: inline-block; transition: background 0.2s;
  }
  .btn-donate-physical:hover { background: var(--yellow); }
  .btn-donate-financial {
    background: var(--navy); color: var(--white); font-weight: 800; font-size: 0.85rem;
    letter-spacing: 0.07em; text-transform: uppercase; padding: 14px 30px;
    border-radius: 100px; text-decoration: none; display: inline-block; transition: background 0.2s;
  }
  .btn-donate-financial:hover { background: var(--steel); }

  .donate-card::after {
    content: ''; position: absolute; bottom: -40px; right: -40px;
    width: 160px; height: 160px; border-radius: 50%;
    background: rgba(255,255,255,0.05);
  }

  /* ── SPONSOR ── */
  .sponsor { background: var(--navy); padding: 100px 5vw; }
  .sponsor-header { text-align: center; margin-bottom: 16px; }
  .sponsor-header .section-headline { color: var(--white); }
  .sponsor-header .section-eyebrow { color: var(--gold); }
  .sponsor-sub { text-align: center; color: var(--sky); font-size: 1rem; line-height: 1.7; max-width: 560px; margin: 0 auto 56px; }

  .sponsor-tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 48px; }
  .tier-card {
    border-radius: 20px; padding: 40px 32px; text-align: center;
    border: 2px solid transparent; transition: transform 0.2s;
  }
  .tier-card:hover { transform: translateY(-6px); }
  .tier-card.bronze { background: rgba(255,255,255,0.05); border-color: rgba(168,197,218,0.2); }
  .tier-card.silver { background: rgba(168,197,218,0.12); border-color: rgba(168,197,218,0.4); }
  .tier-card.gold-tier { background: rgba(212,162,42,0.12); border-color: var(--gold); }

  .tier-badge {
    display: inline-block; font-size: 0.68rem; font-weight: 800; letter-spacing: 0.14em;
    text-transform: uppercase; padding: 6px 16px; border-radius: 100px; margin-bottom: 20px;
  }
  .bronze .tier-badge { background: rgba(168,197,218,0.2); color: var(--sky); }
  .silver .tier-badge { background: rgba(168,197,218,0.3); color: var(--white); }
  .gold-tier .tier-badge { background: var(--gold); color: var(--black); }

  .tier-amount {
    font-weight: 900; font-size: 2.4rem; line-height: 1; margin-bottom: 8px;
  }
  .bronze .tier-amount, .silver .tier-amount { color: var(--white); }
  .gold-tier .tier-amount { color: var(--gold); }

  .tier-label { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sky); margin-bottom: 24px; display: block; }

  .tier-perks { list-style: none; margin-bottom: 32px; }
  .tier-perks li { font-size: 0.88rem; color: #aaa; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.06); line-height: 1.5; }
  .tier-perks li:last-child { border-bottom: none; }
  .tier-perks li::before { content: '✓ '; color: var(--gold); font-weight: 800; }
  .gold-tier .tier-perks li { color: #ccc; }

  .btn-tier {
    display: block; font-weight: 800; font-size: 0.82rem; letter-spacing: 0.07em;
    text-transform: uppercase; padding: 14px 24px; border-radius: 100px;
    text-decoration: none; transition: background 0.2s;
  }
  .bronze .btn-tier, .silver .btn-tier { background: rgba(255,255,255,0.1); color: var(--white); }
  .bronze .btn-tier:hover, .silver .btn-tier:hover { background: rgba(255,255,255,0.2); }
  .gold-tier .btn-tier { background: var(--gold); color: var(--black); }
  .gold-tier .btn-tier:hover { background: var(--yellow); }

  .sponsor-custom {
    background: rgba(255,255,255,0.05); border: 1px solid rgba(168,197,218,0.2);
    border-radius: 16px; padding: 32px 40px;
    display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
  }
  .sponsor-custom p { color: var(--sky); font-size: 0.95rem; line-height: 1.6; max-width: 500px; }
  .sponsor-custom strong { color: var(--white); }

  /* ── REGISTER ── */
  .register { background: var(--yellow); padding: 100px 5vw; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
  .register-text .section-headline { color: var(--navy); }
  .register-text .section-eyebrow { color: var(--steel); }
  .register-text .body-text { color: #333; }
  .register-detail { display: flex; gap: 12px; align-items: flex-start; margin-bottom: 14px; }
  .register-detail .d-icon { font-size: 1.1rem; margin-top: 2px; flex-shrink: 0; }
  .register-detail p { font-size: 0.95rem; line-height: 1.55; color: #222; font-weight: 600; }
  .register-details { margin-top: 28px; margin-bottom: 8px; }

  .register-form { background: var(--white); border-radius: 24px; padding: 44px 38px; box-shadow: 0 24px 80px rgba(30,58,110,0.18); }
  .register-form h3 { font-weight: 900; font-size: 1.15rem; text-transform: uppercase; letter-spacing: 0.06em; color: var(--navy); margin-bottom: 28px; }
  .form-group { margin-bottom: 16px; }
  .form-group label { display: block; font-size: 0.73rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--steel); margin-bottom: 6px; }
  .form-group input, .form-group select {
    width: 100%; padding: 13px 15px; border: 2px solid #E0DDD5; border-radius: 10px;
    font-size: 0.93rem; font-family: 'Inter', sans-serif; color: var(--black);
    background: var(--offwhite); transition: border-color 0.2s; outline: none;
  }
  .form-group input:focus, .form-group select:focus { border-color: var(--steel); background: white; }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
  .btn-submit {
    width: 100%; background: var(--navy); color: var(--white); font-weight: 900; font-size: 0.88rem;
    letter-spacing: 0.08em; text-transform: uppercase; padding: 18px; border: none;
    border-radius: 100px; cursor: pointer; margin-top: 6px; transition: background 0.2s, transform 0.15s;
  }
  .btn-submit:hover { background: var(--steel); transform: scale(1.02); }

  /* ── PHOTO STRIP ── */
  .photo-strip { background: var(--black); padding: 80px 5vw; }
  .strip-header { text-align: center; margin-bottom: 44px; }
  .strip-header .section-eyebrow { color: var(--gold); }
  .strip-header .section-headline { color: var(--white); font-size: clamp(1.7rem, 3vw, 2.6rem); }
  .strip-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.4fr; gap: 12px; height: 300px; }
  .strip-item {
    border-radius: 14px; overflow: hidden;
    position: relative;
    border: 1px solid rgba(255,255,255,0.06);
  }
  .strip-item img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  /* ── FOOTER ── */
  footer { background: var(--black); padding: 64px 5vw 36px; border-top: 1px solid rgba(255,255,255,0.06); }
  .footer-inner { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; flex-wrap: wrap; margin-bottom: 44px; }
  .footer-brand .nav-logo { font-size: 0.9rem; margin-bottom: 12px; display: block; }
  .footer-brand p { font-size: 0.86rem; color: #666; line-height: 1.65; max-width: 260px; }
  .footer-links h4 { font-size: 0.7rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); font-weight: 700; margin-bottom: 14px; }
  .footer-links ul { list-style: none; }
  .footer-links li { margin-bottom: 9px; }
  .footer-links a { color: #888; text-decoration: none; font-size: 0.88rem; transition: color 0.2s; }
  .footer-links a:hover { color: var(--white); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.06); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
  .footer-bottom p { font-size: 0.78rem; color: #555; }

  /* ── RESPONSIVE ── */
  @media (max-width: 960px) {
    .hero { grid-template-columns: 1fr; padding-top: 120px; }
    .hero-collage { height: 320px; }
    .card-1 { width: 62%; height: 210px; }
    .card-2 { width: 56%; height: 180px; }
    .about { grid-template-columns: 1fr; gap: 48px; }
    .about-img-stack { height: 320px; }
    .sneaker-inner { grid-template-columns: 1fr; }
    .supply-grid { grid-template-columns: repeat(2, 1fr); }
    .donate-cards { grid-template-columns: 1fr; }
    .sponsor-tiers { grid-template-columns: 1fr; }
    .register { grid-template-columns: 1fr; }
    .strip-grid { grid-template-columns: 1fr 1fr; height: auto; }
    .strip-item { height: 160px; }
    .nav-links .nav-cta.ghost { display: none; }
    .stat-block { padding: 0 28px; }
  }

  @media (max-width: 540px) {
    .hero-headline { font-size: 2.8rem; }
    .form-row { grid-template-columns: 1fr; }
    .supply-grid { grid-template-columns: repeat(2, 1fr); }
    .stats-bar { gap: 24px; }
    .stat-block { border-right: none; border-bottom: 1px solid rgba(0,0,0,0.08); padding: 20px 0; width: 100%; align-items: flex-start; }
    .stat-block:last-child { border-bottom: none; }
    .strip-grid { grid-template-columns: 1fr; }
    .strip-item { height: 140px; }
  }/* End custom CSS */