/* ============================================================
   1st Annual HOSA Pickleball Classic — stylesheet
   Colors: navy #14265C, orange #F07922, sky #35B4E4, cream #F6F1E7,
   ink #1F2430. Display font: Barlow Condensed. Body font: Barlow.
   ============================================================ */

* { box-sizing: border-box; }
body { margin: 0; background: #F6F1E7; font-family: 'Barlow', sans-serif; color: #1F2430; -webkit-font-smoothing: antialiased; }
a { color: #F07922; text-decoration: none; }
a:hover { color: #c95f11; }
h1, h2, h3, h4 { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; margin: 0; }
summary::-webkit-details-marker { display: none; }
summary { list-style: none; }
[hidden] { display: none !important; }
.page { width: 100%; overflow-x: hidden; background: #F6F1E7; }

/* ---------- Buttons ---------- */
.btn { display: inline-block; background: #F07922; color: #fff; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 15px; padding: 14px 26px; border-radius: 4px; border: none; cursor: pointer; }
.btn:hover { color: #fff; background: #d96a17; }
.btn--navy { background: #14265C; }
.btn--navy:hover { background: #0e1c45; }
.btn--sm { padding: 12px 20px; font-size: 14px; letter-spacing: .1em; }
.btn--nav { padding: 11px 18px; letter-spacing: .1em; flex: 0 0 auto; }
.btn--hero { font-size: 16px; padding: 14px 30px; pointer-events: auto; }

/* ---------- Header / nav ---------- */
.site-header { position: sticky; top: 0; z-index: 20; background: #14265C; display: flex; align-items: center; justify-content: space-between; gap: clamp(14px, 2vw, 32px); padding: 10px clamp(18px, 2.5vw, 40px); border-bottom: 3px solid #F07922; }
.brand { display: flex; align-items: center; flex: 0 0 auto; gap: 12px; }
.brand-badge { width: 52px; height: 52px; border-radius: 50%; background: #F07922; display: flex; align-items: center; justify-content: center; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 20px; color: #fff; letter-spacing: .02em; flex: 0 0 auto; }
.brand-text { display: flex; flex-direction: column; line-height: 1.05; }
.brand-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 19px; color: #fff; white-space: nowrap; }
.brand-sub { font-family: 'Barlow Condensed', sans-serif; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; font-size: 11px; color: #35B4E4; white-space: nowrap; }
.site-nav { display: flex; align-items: center; flex-wrap: nowrap; gap: clamp(12px, 1.6vw, 26px); font-family: 'Barlow Condensed', sans-serif; font-weight: 600; font-size: clamp(13px, 1.15vw, 16px); letter-spacing: .08em; text-transform: uppercase; color: #fff; white-space: nowrap; }
.site-nav a { color: #fff; }
@media (max-width: 880px) {
  /* The desktop nav packs 6 links + a button into one row, which cannot
     fit a phone viewport — collapse to logo + Register there. */
  .site-nav a:not(.btn) { display: none; }
  .site-nav { gap: 0; }
}

/* ---------- Hero ---------- */
.hero { position: relative; height: 620px; background: #0E1C45; }
.hero__slide { position: absolute; inset: 0; opacity: 0; z-index: 1; transition: opacity .45s ease; background: #E4DCCB; }
.hero__slide.is-active { opacity: 1; z-index: 2; }
.hero__scrim { position: absolute; inset: 0; z-index: 5; background: linear-gradient(180deg, rgba(10,20,50,.42) 0%, rgba(10,20,50,.22) 45%, rgba(10,20,50,.5) 100%); pointer-events: none; }
.hero__panel-wrap { position: absolute; inset: 0; z-index: 6; display: flex; align-items: flex-start; justify-content: center; padding-top: 96px; pointer-events: none; }
.hero__panel { border: 2px solid rgba(255,255,255,.55); padding: 52px clamp(28px, 7vw, 90px) 60px; text-align: center; max-width: 900px; }
.hero__title { font-size: clamp(38px, 6vw, 64px); line-height: 1; letter-spacing: .03em; color: #fff; text-shadow: 0 2px 18px rgba(0,0,0,.35); }
.hero__sub { margin: 20px 0 32px; font-size: 19px; color: #fff; opacity: .95; font-family: 'Barlow', sans-serif; text-transform: none; font-weight: 400; }
.hero__arrow { position: absolute; z-index: 10; top: 50%; transform: translateY(-50%); width: 44px; height: 44px; border: none; border-radius: 50%; background: rgba(255,255,255,.18); color: #fff; display: flex; align-items: center; justify-content: center; font-size: 22px; cursor: pointer; }
.hero__arrow:hover { background: rgba(255,255,255,.34); }
.hero__arrow--prev { left: 22px; }
.hero__arrow--next { right: 22px; }
.hero__dots { position: absolute; z-index: 10; left: 0; right: 0; bottom: 26px; display: flex; justify-content: center; gap: 10px; }
.hero__dot { width: 10px; height: 10px; padding: 0; border: none; border-radius: 50%; cursor: pointer; background: rgba(255,255,255,.55); }
.hero__dot.is-active { background: #F07922; }

/* ---------- Photo placeholders ---------- */
.img-slot { background: #E4DCCB; border: 1px dashed #B7A98A; display: flex; align-items: center; justify-content: center; text-align: center; padding: 16px; color: #7A6F58; font-size: 13px; line-height: 1.4; overflow: hidden; }
.img-slot img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: none; }
.img-slot--contain img { object-fit: contain; padding: 14px; }
.img-slot.has-photo img { display: block; }
.img-slot.has-photo .img-slot__label { display: none; }
.media { position: relative; min-height: 330px; border-radius: 6px; overflow: hidden; }
.media > .img-slot { position: absolute; inset: 0; }
.media--poster { min-height: 340px; }
.media--about { min-height: 360px; }
.media--day { min-height: 290px; }
.media--wide { position: relative; height: 460px; border-radius: 0; background: #0E1C45; }

/* ---------- Urgency bar ---------- */
.urgency-wrap { background: #F6F1E7; padding: 44px clamp(18px, 3vw, 40px) 8px; display: flex; justify-content: center; }
.urgency { max-width: 900px; width: 100%; background: #14265C; border-radius: 4px; padding: 18px 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px; }
.urgency__stats { display: flex; flex-wrap: wrap; gap: 26px; }
.urgency__label { margin: 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; font-size: 11px; color: #35B4E4; }
.urgency__value { margin: 2px 0 0; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 26px; line-height: 1; color: #fff; }

/* ---------- Generic content bands ---------- */
.band { padding: 64px clamp(18px, 3vw, 40px); }
.band--cream { background: #F6F1E7; }
.band--navy { background: #14265C; }
.band--orange { background: #F07922; }
.band--sky { background: #35B4E4; }
.wrap { max-width: 1240px; margin: 0 auto; }
.split { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 56px; align-items: center; }

.eyebrow { margin: 16px 0 14px; font-family: 'Barlow Condensed', sans-serif; font-size: 21px; font-weight: 600; }
.copy { margin: 0 0 26px; font-size: 16.5px; line-height: 1.65; max-width: 56ch; text-wrap: pretty; }

/* Intro section */
.intro { padding: 44px clamp(18px, 3vw, 40px) 64px; }
.intro h2 { font-size: clamp(30px, 4vw, 40px); line-height: 1.05; letter-spacing: .02em; color: #14265C; }
.intro .eyebrow { color: #35B4E4; font-size: 22px; margin: 18px 0 16px; }
.intro .copy { color: #3A4152; max-width: 52ch; }

/* Format section */
.format h2 { color: #fff; max-width: 22ch; font-size: clamp(30px, 4vw, 40px); line-height: 1.05; }
.format .eyebrow { color: #35B4E4; font-size: 22px; margin: 18px 0 16px; }
.format .copy { color: #D6DCEA; max-width: 56ch; margin-bottom: 30px; }

/* Cause / Prizes / About / Venue two-col sections */
.split-block h2 { font-size: clamp(28px, 3.8vw, 38px); line-height: 1.05; }
.split-block .copy { max-width: 56ch; }

/* About section (single wide copy block) */
.about h2 { font-size: clamp(28px, 3.8vw, 38px); line-height: 1.05; color: #14265C; }
.about .eyebrow { color: #F07922; margin: 16px 0 14px; }
.about .copy { color: #3A4152; line-height: 1.7; font-size: 17px; }

/* Event Day section */
.day-heading { margin: 0 0 34px; text-align: center; font-size: clamp(28px, 3.6vw, 36px); letter-spacing: .02em; color: #14265C; }
.day-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 32px; }
.day-card { position: relative; }
.day-card__caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 18px 22px; background: linear-gradient(180deg, rgba(20,38,92,0), rgba(20,38,92,.9)); pointer-events: none; }
.day-card__caption p:first-child { margin: 0 0 4px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; font-size: 22px; color: #fff; }
.day-card__caption p:last-child { margin: 0; font-size: 15px; color: #DCE3F0; }

/* Entry section */
.entry { position: relative; padding: 76px clamp(18px, 3vw, 40px) 84px; overflow: hidden; }
.entry h2 { font-size: clamp(28px, 3.8vw, 38px); letter-spacing: .02em; color: #fff; }
.entry__top { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 48px; align-items: start; }
.entry__lead { margin: 0 0 12px; font-family: 'Barlow Condensed', sans-serif; font-size: 23px; font-weight: 600; color: #F07922; max-width: 34ch; }
.entry__body { margin: 0 0 24px; font-size: 16.5px; line-height: 1.65; color: #D6DCEA; max-width: 56ch; }
.entry-table { margin-top: 52px; display: flex; flex-direction: column; }
.entry-row { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 24px; align-items: baseline; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.entry-row h3 { margin: 0 0 5px; font-size: 22px; color: #fff; }
.entry-row p { margin: 0; font-size: 15.5px; color: #B9C3DA; }
.entry-row__value { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; font-size: 22px; color: #35B4E4; white-space: nowrap; }
.entry-notes { margin: 36px 0 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.entry-notes li { font-size: 14.5px; color: #B9C3DA; padding-left: 16px; border-left: 3px solid #F07922; }

/* FAQ */
.faq-heading { margin: 0 0 10px; text-align: center; font-size: clamp(28px, 3.6vw, 36px); color: #14265C; }
.faq-sub { margin: 0 0 40px; text-align: center; font-size: 17px; color: #5A6274; font-family: 'Barlow', sans-serif; font-weight: 400; text-transform: none; }
.faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: #fff; border-radius: 6px; box-shadow: 0 2px 14px rgba(20,38,92,.08); overflow: hidden; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; padding: 18px 22px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 19px; color: #14265C; }
.faq-item summary::after { content: '+'; color: #F07922; font-size: 22px; font-family: 'Barlow', sans-serif; }
.faq-item[open] summary::after { content: '–'; }
.faq-item__body { padding: 0 22px 20px; font-size: 16.5px; line-height: 1.65; color: #3A4152; }
.faq-item__body p { margin: 0 0 12px; }
.faq-item__body p:last-child { margin: 0; }
.faq-cta { display: flex; justify-content: center; margin-top: 44px; }

/* Sponsors */
.sponsors-inner { max-width: 1080px; margin: 0 auto; text-align: center; }
.sponsors-inner h2 { margin: 0 0 10px; font-size: clamp(28px, 3.6vw, 36px); color: #14265C; }
.sponsors-inner .eyebrow { color: #F07922; margin: 0 0 20px; }
.sponsors-inner .copy { margin: 0 auto 30px; max-width: 74ch; color: #5A6274; }
.sponsor-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 20px; }
.sponsor-logo { background: #fff; border-radius: 6px; height: 96px; box-shadow: 0 1px 8px rgba(20,38,92,.07); position: relative; }
.sponsor-logo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; padding: 14px; }

/* Newsletter */
.newsletter-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; align-items: center; }
.newsletter-grid h2 { font-size: clamp(26px, 3.2vw, 32px); color: #fff; }
.newsletter-form { display: flex; flex-wrap: wrap; gap: 12px; }
.newsletter-form input[type="email"] { flex: 1; min-width: 180px; border: none; border-radius: 4px; padding: 14px 16px; font-family: 'Barlow', sans-serif; font-size: 15px; color: #1F2430; background: #fff; }
.newsletter-check { margin-top: 14px; display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #C6CFE4; }
.newsletter-check input { margin-top: 3px; }
.newsletter-note { margin: 10px 0 0; font-size: 13px; color: #8E9BB8; }

/* Footer */
.site-footer { background: #0E1C45; color: #C6CFE4; padding: 56px clamp(18px, 3vw, 40px) 0; }
.footer-grid { max-width: 1240px; margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; }
.footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; }
.footer-brand .brand-badge { }
.footer-brand-title { font-family: 'Barlow Condensed', sans-serif; font-weight: 700; text-transform: uppercase; font-size: 20px; color: #fff; line-height: 1.1; }
.footer-blurb { margin: 0; font-size: 15px; line-height: 1.65; max-width: 36ch; }
.footer-heading { margin: 0 0 16px; letter-spacing: .08em; font-size: 17px; color: #F07922; }
.footer-list { margin: 0; padding: 0; list-style: none; display: flex; flex-direction: column; gap: 9px; font-size: 15px; }
.footer-list a { color: #C6CFE4; }
.footer-bottom { max-width: 1240px; margin: 44px auto 0; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; font-size: 13.5px; }
.footer-legal { max-width: 1240px; margin: 0 auto; padding: 0 0 32px; display: flex; flex-wrap: wrap; gap: 26px; font-size: 13.5px; }
.footer-legal a { color: #8E9BB8; }
