/* ── OCR2026 · Osojapa Charity Run ────────────────────── */
:root {
  --navy:    #0f1629;
  --dark:    #1a1a2e;
  --orange:  #f97316;
  --amber:   #fb923c;
  --cream:   #fdf8f3;
  --white:   #ffffff;
  --gray100: #f3f4f6;
  --gray400: #9ca3af;
  --gray600: #4b5563;
  --gray800: #1f2937;
  --radius:  8px;
  --shadow:  0 4px 24px rgba(0,0,0,.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  background: var(--white);
  color: var(--gray800);
  line-height: 1.6;
}

a { text-decoration: none; color: inherit; }
img { display: block; max-width: 100%; }

/* ── NAV ─────────────────────────────────────────── */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  background: rgba(15,22,41,.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 0 5%;
  display: flex; align-items: center; justify-content: space-between;
  height: 70px;
}
.nav-logo {
  display: flex; align-items: center; gap: 12px;
}
.nav-logo .logo-img {
  height: 44px; width: auto;
}
.nav-logo .logo-text {
  display: flex; flex-direction: column;
}
.nav-logo .logo-title {
  color: var(--white); font-weight: 800; font-size: 16px; letter-spacing: .5px;
}
.nav-logo .logo-sub {
  color: var(--orange); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
}
.nav-links {
  display: flex; align-items: center; gap: 32px; list-style: none;
}
.nav-links a {
  color: rgba(255,255,255,.75);
  font-size: 14px; font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: var(--orange); }
.nav-cta {
  background: var(--orange);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 700 !important;
  transition: background .2s !important;
}
.nav-cta:hover { background: var(--amber) !important; color: var(--white) !important; }
.hamburger {
  display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px;
}
.hamburger span {
  display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px;
  transition: all .3s;
}
.mobile-menu {
  display: none;
  position: fixed; top: 70px; left: 0; right: 0; z-index: 899;
  background: var(--dark);
  flex-direction: column; padding: 20px 5%;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  color: rgba(255,255,255,.85); padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-weight: 500;
}
.mobile-menu a:last-child { border-bottom: none; }

/* ── HERO ────────────────────────────────────────── */
.hero {
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(15,22,41,.88) 0%, rgba(26,26,46,.7) 100%),
              url('../images/hero-bg.jpg') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 100px 5% 60px;
  position: relative; overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0; height: 80px;
  background: linear-gradient(to top, var(--white), transparent);
}
.hero-inner { max-width: 820px; position: relative; }
.hero-badge {
  display: inline-block;
  background: rgba(249,115,22,.15); border: 1px solid rgba(249,115,22,.4);
  color: var(--orange); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase;
  padding: 7px 18px; border-radius: 20px; margin-bottom: 24px;
}
.hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.5rem);
  color: var(--white); font-weight: 900; line-height: 1.1;
  margin-bottom: 20px;
  text-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.hero h1 span { color: var(--orange); }
.hero p {
  color: rgba(255,255,255,.8); font-size: clamp(1rem, 2vw, 1.2rem);
  max-width: 580px; margin: 0 auto 36px;
}
.hero-btns {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap;
}
.btn { display: inline-block; padding: 14px 32px; border-radius: 7px; font-weight: 700; font-size: 15px; transition: all .2s; cursor: pointer; border: none; }
.btn-primary { background: var(--orange); color: var(--white); }
.btn-primary:hover { background: var(--amber); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(249,115,22,.4); }
.btn-outline { background: transparent; color: var(--white); border: 2px solid rgba(255,255,255,.4); }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.btn-dark { background: var(--dark); color: var(--white); }
.btn-dark:hover { background: var(--navy); }

/* ── COUNTDOWN ───────────────────────────────────── */
.countdown-bar {
  background: var(--dark); padding: 28px 5%;
  display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap;
}
.cd-label { color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; width: 100%; text-align: center; margin-bottom: 16px; }
.cd-units { display: flex; gap: 16px; flex-wrap: wrap; justify-content: center; }
.cd-unit { text-align: center; min-width: 72px; }
.cd-num {
  font-size: clamp(2rem, 5vw, 3rem); font-weight: 900;
  color: var(--white); display: block;
  background: rgba(255,255,255,.06); border-radius: var(--radius);
  padding: 8px 14px; min-width: 60px;
}
.cd-text { color: var(--gray400); font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; margin-top: 6px; }
.cd-sep { color: var(--orange); font-size: 2rem; font-weight: 900; padding-top: 8px; }

/* ── SECTIONS ─────────────────────────────────────── */
section { padding: 80px 5%; }
.section-label {
  color: var(--orange); font-size: 12px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 12px;
}
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem); font-weight: 900;
  color: var(--dark); line-height: 1.15; margin-bottom: 16px;
}
.section-title span { color: var(--orange); }
.section-sub { color: var(--gray600); font-size: 1.05rem; max-width: 560px; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* ── ABOUT ───────────────────────────────────────── */
.about { background: var(--cream); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; max-width: 1100px; margin: 0 auto; }
.about-img { border-radius: 12px; overflow: hidden; position: relative; }
.about-img img { width: 100%; height: 440px; object-fit: cover; }
.about-img-badge {
  position: absolute; bottom: 20px; left: 20px;
  background: var(--orange); color: var(--white); font-weight: 700;
  padding: 10px 18px; border-radius: 6px; font-size: 14px;
}
.about-text p { color: var(--gray600); margin-bottom: 16px; font-size: 1.02rem; }
.about-stats {
  display: flex; gap: 24px; margin-top: 28px; flex-wrap: wrap;
}
.stat { text-align: center; }
.stat-num { font-size: 2.2rem; font-weight: 900; color: var(--orange); }
.stat-lbl { font-size: 12px; color: var(--gray400); text-transform: uppercase; letter-spacing: 1px; }

/* ── EVENT ────────────────────────────────────────── */
.event-page { max-width: 900px; margin: 0 auto; }
.event-header {
  background: linear-gradient(135deg, var(--dark), var(--navy));
  border-radius: 12px; padding: 40px; margin-bottom: 40px;
  display: flex; align-items: center; gap: 32px; flex-wrap: wrap;
}
.event-code { font-size: 3rem; font-weight: 900; color: var(--orange); }
.event-meta p { color: rgba(255,255,255,.8); margin: 4px 0; }
.event-meta strong { color: var(--white); }
.event-details-card {
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow); padding: 36px; margin-bottom: 28px;
}
.event-details-card h3 { color: var(--dark); margin-bottom: 20px; font-size: 1.3rem; }
.distance-list, .price-list { list-style: none; }
.distance-list li, .price-list li {
  padding: 12px 0; border-bottom: 1px solid var(--gray100);
  display: flex; align-items: center; gap: 12px; font-size: 1rem;
}
.distance-list li::before { content: '🏃'; }
.price-list li::before { content: '💳'; }
.ticket-card {
  background: linear-gradient(135deg, var(--orange), var(--amber));
  border-radius: 12px; padding: 32px; color: var(--white); margin-bottom: 28px;
}
.ticket-card h3 { font-size: 1.4rem; margin-bottom: 8px; }
.ticket-price { font-size: 2.4rem; font-weight: 900; margin: 12px 0; }
.ticket-sub { opacity: .85; margin-bottom: 24px; }
.btn-white { background: var(--white); color: var(--orange); font-weight: 800; }
.btn-white:hover { background: var(--cream); }

/* ── WHY RUN ──────────────────────────────────────── */
.features { background: var(--gray100); }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; max-width: 1100px; margin: 40px auto 0; }
.feature-card {
  background: var(--white); border-radius: 10px; padding: 28px; text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: transform .2s;
}
.feature-card:hover { transform: translateY(-4px); }
.feature-icon { font-size: 2.4rem; margin-bottom: 14px; }
.feature-card h4 { color: var(--dark); margin-bottom: 8px; font-size: 1rem; }
.feature-card p { color: var(--gray600); font-size: .93rem; }

/* ── PARTNERS ─────────────────────────────────────── */
.partners { background: var(--white); }
.partners-grid {
  display: flex; gap: 24px; flex-wrap: wrap; justify-content: center;
  max-width: 900px; margin: 40px auto 0;
}
.partner-chip {
  background: var(--gray100); border-radius: 30px; padding: 10px 22px;
  font-weight: 600; color: var(--gray600); font-size: .92rem;
  border: 1px solid rgba(0,0,0,.06);
}

/* ── GALLERY ──────────────────────────────────────── */
.gallery { background: var(--cream); }
.gallery-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px; max-width: 1100px; margin: 40px auto 0;
}
.gallery-item { border-radius: 10px; overflow: hidden; aspect-ratio: 1; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.gallery-item:hover img { transform: scale(1.05); }

/* ── NEWSLETTER ──────────────────────────────────── */
.newsletter {
  background: linear-gradient(135deg, var(--dark), var(--navy));
  text-align: center; padding: 80px 5%;
}
.newsletter .section-title { color: var(--white); }
.newsletter p { color: rgba(255,255,255,.7); margin-bottom: 32px; }
.nl-form {
  display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; max-width: 500px; margin: 0 auto;
}
.nl-form input {
  flex: 1; min-width: 220px; padding: 14px 18px; border-radius: 7px;
  border: none; font-size: 15px; background: rgba(255,255,255,.1);
  color: var(--white); outline: none;
}
.nl-form input::placeholder { color: rgba(255,255,255,.4); }
.nl-form input:focus { background: rgba(255,255,255,.15); }

/* ── FOOTER ──────────────────────────────────────── */
footer {
  background: var(--navy); color: rgba(255,255,255,.65);
  padding: 60px 5% 30px;
}
.footer-grid {
  display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px;
  max-width: 1100px; margin: 0 auto; padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand .logo-title { color: var(--white); font-size: 18px; font-weight: 800; }
.footer-brand .logo-sub { color: var(--orange); font-size: 11px; letter-spacing: 2px; text-transform: uppercase; }
.footer-brand p { margin-top: 14px; line-height: 1.7; font-size: .93rem; }
footer h4 { color: var(--white); margin-bottom: 16px; font-size: 14px; font-weight: 700; letter-spacing: .5px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer ul li a { color: rgba(255,255,255,.6); font-size: .93rem; transition: color .2s; }
footer ul li a:hover { color: var(--orange); }
.footer-bottom {
  max-width: 1100px; margin: 24px auto 0;
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px;
  font-size: .87rem;
}
.social-links { display: flex; gap: 14px; }
.social-links a {
  color: rgba(255,255,255,.5); font-size: 13px;
  background: rgba(255,255,255,.07); padding: 7px 14px;
  border-radius: 5px; transition: all .2s;
}
.social-links a:hover { background: var(--orange); color: var(--white); }

/* ── REGISTER PAGE ──────────────────────────────── */
.page-hero {
  background: linear-gradient(135deg, var(--dark), var(--navy));
  padding: 140px 5% 80px; text-align: center;
}
.page-hero h1 { color: var(--white); font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 900; margin-bottom: 12px; }
.page-hero p { color: rgba(255,255,255,.7); font-size: 1.05rem; }

.waiver-wrap { max-width: 780px; margin: 0 auto; padding: 60px 5%; }
.waiver-box {
  background: var(--white); border-radius: 12px; box-shadow: var(--shadow);
  border: 1px solid rgba(0,0,0,.06);
}
.waiver-box-header {
  background: var(--dark); color: var(--white);
  padding: 28px 36px; border-radius: 12px 12px 0 0;
}
.waiver-box-header h2 { font-size: 1.3rem; margin-bottom: 6px; }
.waiver-box-header p { color: rgba(255,255,255,.65); font-size: .93rem; }
.waiver-body { padding: 36px; }
.waiver-text {
  max-height: 360px; overflow-y: auto; border: 1px solid var(--gray100);
  border-radius: var(--radius); padding: 24px; margin-bottom: 28px;
  font-size: .95rem; line-height: 1.75; color: var(--gray600);
  background: var(--cream);
}
.waiver-text h3 { color: var(--dark); margin: 20px 0 8px; font-size: 1rem; }
.waiver-text h3:first-child { margin-top: 0; }
.waiver-accept-btns { display: flex; gap: 12px; margin-bottom: 28px; flex-wrap: wrap; }
.btn-accept { background: #16a34a; color: var(--white); flex: 1; min-width: 140px; }
.btn-accept:hover { background: #15803d; }
.btn-decline { background: var(--gray100); color: var(--gray600); flex: 1; min-width: 140px; }
.btn-decline:hover { background: #e5e7eb; }
.decline-msg {
  display: none; background: #fef2f2; border: 1px solid #fecaca;
  color: #991b1b; padding: 14px 18px; border-radius: 6px; margin-bottom: 24px; font-size: .93rem;
}
.esign-section { display: none; }
.esign-section.visible { display: block; }
.esign-title {
  color: var(--dark); font-size: 1.05rem; font-weight: 700; margin-bottom: 20px;
  padding-top: 24px; border-top: 1px solid var(--gray100);
}
.form-group { margin-bottom: 20px; }
.form-group label { display: block; font-size: 14px; font-weight: 600; color: var(--gray800); margin-bottom: 6px; }
.form-group label span { color: #dc2626; }
.form-control {
  width: 100%; padding: 12px 16px; border: 1.5px solid #e5e7eb;
  border-radius: 7px; font-size: 15px; color: var(--gray800);
  background: var(--white); outline: none; transition: border-color .2s;
}
.form-control:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(249,115,22,.1); }
.form-control.error { border-color: #dc2626; }
.form-error { color: #dc2626; font-size: .8rem; margin-top: 4px; }

/* ── CHECKOUT / REGISTRATION FORM ───────────────── */
.checkout-wrap { max-width: 860px; margin: 0 auto; padding: 60px 5%; }
.step-bar {
  display: flex; gap: 0; margin-bottom: 40px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.08);
}
.step { flex: 1; text-align: center; padding: 14px; background: var(--gray100); border-right: 1px solid var(--white); }
.step:last-child { border-right: none; }
.step.active { background: var(--orange); }
.step .step-num { font-size: 18px; font-weight: 900; color: var(--dark); }
.step.active .step-num { color: var(--white); }
.step .step-lbl { font-size: 11px; color: var(--gray400); text-transform: uppercase; letter-spacing: 1px; margin-top: 2px; }
.step.active .step-lbl { color: rgba(255,255,255,.8); }
.step.done { background: #dcfce7; }
.step.done .step-num { color: #16a34a; }

.reg-form-card { background: var(--white); border-radius: 12px; box-shadow: var(--shadow); padding: 36px; margin-bottom: 24px; }
.reg-form-card h3 { color: var(--dark); margin-bottom: 24px; padding-bottom: 16px; border-bottom: 1px solid var(--gray100); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-row.three { grid-template-columns: 1fr 1fr 1fr; }
select.form-control { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 40px; cursor: pointer; }

.order-summary {
  background: var(--cream); border-radius: 12px; padding: 28px; margin-bottom: 24px;
  border: 1px solid rgba(0,0,0,.06);
}
.order-summary h3 { color: var(--dark); margin-bottom: 20px; }
.order-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.order-row:last-child { border-bottom: none; font-weight: 700; color: var(--dark); font-size: 1.05rem; }
.order-row .label { color: var(--gray600); }
.order-row .value { font-weight: 600; }

.payment-section { background: var(--white); border-radius: 12px; box-shadow: var(--shadow); padding: 36px; }
.payment-section h3 { color: var(--dark); margin-bottom: 8px; }
.payment-section p { color: var(--gray600); margin-bottom: 24px; }
.flw-btn { width: 100%; padding: 16px; background: var(--orange); color: var(--white); border: none; border-radius: 8px; font-size: 16px; font-weight: 800; cursor: pointer; transition: background .2s; }
.flw-btn:hover { background: var(--amber); }

/* ── SUCCESS ──────────────────────────────────────── */
.success-wrap { max-width: 680px; margin: 0 auto; padding: 80px 5%; text-align: center; }
.success-icon { font-size: 5rem; margin-bottom: 20px; }
.success-wrap h1 { color: var(--dark); font-size: 2.2rem; margin-bottom: 12px; }
.success-wrap p { color: var(--gray600); font-size: 1.05rem; margin-bottom: 28px; }
.confirmation-box {
  background: var(--cream); border: 2px solid var(--orange); border-radius: 12px;
  padding: 28px; margin-bottom: 32px;
}
.confirmation-code { font-size: 1.8rem; font-weight: 900; color: var(--orange); letter-spacing: 2px; }

/* ── ADMIN ────────────────────────────────────────── */
.admin-wrap { display: flex; min-height: 100vh; font-family: 'Inter', sans-serif; }
.admin-sidebar {
  width: 240px; background: var(--dark); padding: 28px 0; flex-shrink: 0;
  display: flex; flex-direction: column;
}
.admin-sidebar .brand {
  color: var(--white); font-size: 14px; font-weight: 800; padding: 0 24px 24px;
  border-bottom: 1px solid rgba(255,255,255,.08); margin-bottom: 20px;
}
.admin-sidebar .brand span { display: block; color: var(--orange); font-size: 11px; font-weight: 600; letter-spacing: 1.5px; margin-top: 2px; }
.admin-nav a {
  display: flex; align-items: center; gap: 10px; padding: 12px 24px;
  color: rgba(255,255,255,.6); font-size: 14px; transition: all .2s;
}
.admin-nav a:hover, .admin-nav a.active { background: rgba(249,115,22,.15); color: var(--orange); border-right: 3px solid var(--orange); }
.admin-main { flex: 1; background: var(--gray100); padding: 36px; overflow-x: auto; }
.admin-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 32px; flex-wrap: wrap; gap: 12px; }
.admin-header h1 { font-size: 1.6rem; color: var(--dark); font-weight: 800; }
.admin-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin-bottom: 36px; }
.admin-card { background: var(--white); border-radius: 10px; padding: 24px; box-shadow: 0 2px 10px rgba(0,0,0,.06); }
.admin-card .card-label { font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gray400); margin-bottom: 8px; }
.admin-card .card-value { font-size: 2rem; font-weight: 900; color: var(--dark); }
.admin-card .card-sub { font-size: 12px; color: var(--gray400); margin-top: 4px; }
.admin-table-wrap { background: var(--white); border-radius: 10px; box-shadow: 0 2px 10px rgba(0,0,0,.06); overflow: hidden; }
.admin-table-header { padding: 20px 24px; border-bottom: 1px solid var(--gray100); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.admin-table-header h2 { font-size: 1.05rem; color: var(--dark); }
.search-input {
  padding: 9px 14px; border: 1.5px solid #e5e7eb; border-radius: 7px;
  font-size: 13px; outline: none; min-width: 220px;
}
.search-input:focus { border-color: var(--orange); }
table.data-table { width: 100%; border-collapse: collapse; font-size: 13px; }
table.data-table th { background: var(--gray100); color: var(--gray600); font-weight: 600; padding: 12px 16px; text-align: left; font-size: 12px; letter-spacing: .5px; }
table.data-table td { padding: 13px 16px; border-bottom: 1px solid #f3f4f6; color: var(--gray800); }
table.data-table tr:last-child td { border-bottom: none; }
table.data-table tr:hover td { background: #fafafa; }
.badge { display: inline-block; padding: 3px 10px; border-radius: 12px; font-size: 11px; font-weight: 700; }
.badge-success { background: #dcfce7; color: #16a34a; }
.badge-pending { background: #fef9c3; color: #a16207; }
.badge-failed  { background: #fee2e2; color: #991b1b; }
.admin-login { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: var(--dark); }
.admin-login-box { background: var(--white); border-radius: 12px; padding: 48px; width: 100%; max-width: 400px; box-shadow: var(--shadow); }
.admin-login-box h1 { color: var(--dark); font-size: 1.5rem; margin-bottom: 6px; }
.admin-login-box p { color: var(--gray400); margin-bottom: 28px; }

/* ── UTILITIES ──────────────────────────────────── */
.container { max-width: 1100px; margin: 0 auto; }
.alert { padding: 14px 18px; border-radius: 7px; margin-bottom: 20px; font-size: .93rem; }
.alert-error { background: #fee2e2; border: 1px solid #fca5a5; color: #991b1b; }
.alert-success { background: #dcfce7; border: 1px solid #86efac; color: #166534; }
.mt4 { margin-top: 4px; }
.mb20 { margin-bottom: 20px; }
.text-sm { font-size: .87rem; }
.text-muted { color: var(--gray400); }

/* ── RESPONSIVE ──────────────────────────────────── */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .about-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .form-row { grid-template-columns: 1fr; }
  .form-row.three { grid-template-columns: 1fr; }
  .admin-sidebar { width: 200px; }
}
@media (max-width: 600px) {
  .admin-wrap { flex-direction: column; }
  .admin-sidebar { width: 100%; }
  .admin-main { padding: 20px; }
  .step .step-lbl { display: none; }
  .event-header { flex-direction: column; }
}
