:root {
  --ak-crimson: #760d0d;
  --ak-deep: #4f0808;
  --ak-wine: #5f0a0a;
  --ak-gold: #d9b76a;
  --ak-light-gold: #f1d994;
  --ak-cream: #fbf1df;
  --ak-soft: #fff8ea;
  --ak-charcoal: #303635;
  --ak-text: #2a1717;
  --shadow: 0 22px 60px rgba(79, 8, 8, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: "Work Sans", Arial, sans-serif; color: var(--ak-text); background: var(--ak-cream); }
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.section-pad { padding: 76px 0; }

.site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px clamp(18px, 4vw, 48px); background: rgba(255, 248, 234, 0.94); border-bottom: 1px solid rgba(118, 13, 13, 0.16); backdrop-filter: blur(12px); }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { width: 54px; height: 54px; object-fit: contain; }
.brand strong { display: block; color: var(--ak-crimson); font-size: 1.05rem; }
.brand small { display: block; color: #745050; font-weight: 700; font-size: 0.78rem; }
.main-nav { display: flex; align-items: center; gap: 8px; }
.main-nav a { text-decoration: none; font-weight: 800; color: var(--ak-deep); padding: 10px 12px; border-radius: 999px; }
.main-nav a:hover { background: rgba(118, 13, 13, 0.08); }
.main-nav .nav-cta { background: var(--ak-crimson); color: #fff; padding-inline: 18px; }
.nav-toggle { display: none; border: 1px solid rgba(118,13,13,.25); background: #fff; border-radius: 999px; padding: 10px 14px; font-weight: 900; color: var(--ak-deep); }

.hero { background: radial-gradient(circle at 80% 12%, rgba(217,183,106,.28), transparent 30%), linear-gradient(135deg, #fff8ea 0%, #fbf1df 42%, #ffffff 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .78fr; gap: 42px; align-items: center; }
.eyebrow { margin: 0 0 10px; color: var(--ak-gold); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; }
h1, h2, h3 { margin: 0; }
h1, h2 { font-family: "Cinzel", Georgia, serif; color: var(--ak-crimson); line-height: 1.04; }
h1 { font-size: clamp(2.8rem, 6vw, 6rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.05rem, 4vw, 3.7rem); }
.lead { font-size: clamp(1.08rem, 1.6vw, 1.35rem); line-height: 1.65; color: #543434; max-width: 780px; }
.hero-actions, .payment-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 20px; border-radius: 999px; font-weight: 900; text-decoration: none; border: 0; cursor: pointer; transition: transform .16s ease, opacity .16s ease, background .16s ease; }
.btn:hover { transform: translateY(-1px); opacity: .93; }
.btn-primary { color: var(--ak-deep); background: linear-gradient(135deg, var(--ak-light-gold), var(--ak-gold)); box-shadow: 0 10px 26px rgba(118,13,13,.16); }
.btn-outline { color: var(--ak-crimson); border: 1px solid rgba(118, 13, 13, .35); background: rgba(255,255,255,.48); }
.btn-outline.light { color: #fff8ea; border-color: rgba(255,248,234,.48); background: transparent; }
.btn-dark { background: var(--ak-charcoal); color: #fff; }
.hero-logo-card { border: 2px solid var(--ak-gold); border-radius: 34px; padding: clamp(16px, 3vw, 30px); background: #fff; box-shadow: var(--shadow); }
.hero-logo-card img { border-radius: 26px; width: 100%; height: auto; object-fit: contain; }
.stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; max-width: 620px; }
.stat-row div { padding: 18px; background: #fff; border: 1px solid rgba(118,13,13,.12); border-radius: 18px; box-shadow: 0 10px 28px rgba(79,8,8,.08); }
.stat-row strong { color: var(--ak-crimson); font-size: 2rem; font-family: "Cinzel", Georgia, serif; display: block; line-height: 1; }
.stat-row span { color: #604343; font-weight: 800; font-size: .88rem; }

.video-section { background: linear-gradient(135deg, var(--ak-crimson), var(--ak-deep)); color: var(--ak-soft); }
.video-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 34px; align-items: center; }
.video-copy h2 { color: var(--ak-light-gold); }
.video-frame { position: relative; width: 100%; aspect-ratio: 16 / 9; border: 2px solid var(--ak-gold); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow); background: #000; }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.zoom-countdown-section { background: radial-gradient(circle at 15% 20%, rgba(217,183,106,.35), transparent 28%), linear-gradient(135deg, var(--ak-deep), var(--ak-crimson)); color: #fff8ea; border-block: 3px solid var(--ak-gold); padding: 64px 0; }
.zoom-countdown-card { background: rgba(255, 248, 234, 0.08); border: 2px solid var(--ak-gold); border-radius: 32px; padding: clamp(28px, 5vw, 54px); box-shadow: 0 28px 80px rgba(45, 4, 4, .35); text-align: center; }
.zoom-countdown-card h2 { color: var(--ak-light-gold); font-size: clamp(2.1rem, 5vw, 4.4rem); margin-bottom: 12px; }
.zoom-date { font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 900; margin: 0 0 8px; }
.zoom-details { margin: 0; font-size: 1rem; color: #fff4cf; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin: 34px auto 28px; max-width: 860px; }
.countdown-item { background: #fff8ea; color: var(--ak-deep); border: 2px solid var(--ak-gold); border-radius: 24px; padding: 22px 12px; box-shadow: 0 16px 38px rgba(45,4,4,.22); }
.countdown-item strong { display: block; font-family: "Cinzel", Georgia, serif; font-size: clamp(2.1rem, 5vw, 4.2rem); line-height: .95; color: var(--ak-crimson); }
.countdown-item span { display: block; margin-top: 8px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; font-size: .8rem; }
.zoom-actions { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }

.section-heading { max-width: 900px; text-align: center; margin: 0 auto 34px; }
.section-heading p:not(.eyebrow) { color: #5d3f3f; line-height: 1.65; font-size: 1.03rem; }
.schedule-section { background: var(--ak-cream); }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: stretch; }
.schedule-card { background: #fff; border-radius: 24px; border: 1px solid rgba(118,13,13,.15); box-shadow: 0 12px 34px rgba(79,8,8,.1); padding: 28px; position: relative; overflow: hidden; }
.schedule-card::before { content: ""; position: absolute; inset: 0 0 auto 0; height: 6px; background: linear-gradient(90deg, var(--ak-crimson), var(--ak-gold)); }
.day-label { color: var(--ak-gold); font-weight: 900; text-transform: uppercase; letter-spacing: .12em; font-size: .82rem; margin-bottom: 10px; }
.schedule-card h3 { font-family: "Cinzel", Georgia, serif; color: var(--ak-crimson); font-size: 1.5rem; margin-bottom: 18px; }
.event-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.event-list li { border-top: 1px solid rgba(118,13,13,.12); padding-top: 14px; }
.event-list strong { display: block; color: var(--ak-deep); line-height: 1.35; }
.event-list span, .event-list em { display: block; color: #634545; line-height: 1.45; margin-top: 4px; font-style: normal; }
.event-list em { padding-left: 14px; position: relative; }
.event-list em::before { content: "•"; position: absolute; left: 0; color: var(--ak-gold); }

.hotel-section { background: #fff; }
.hotel-grid, .giving-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 34px; align-items: center; }
.hotel-image img, .giving-image img { border-radius: 26px; box-shadow: var(--shadow); border: 2px solid var(--ak-gold); width: 100%; }
.hotel-copy p, .giving-copy p { line-height: 1.7; color: #573d3d; font-size: 1.05rem; }

.shirts-section { background: linear-gradient(180deg, #fff, var(--ak-soft)); }
.order-panel { background: var(--ak-soft); border: 1px solid rgba(118,13,13,.14); border-radius: 24px; padding: 22px; margin-bottom: 24px; box-shadow: 0 12px 34px rgba(79,8,8,.08); }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
label { color: var(--ak-deep); font-weight: 900; }
input, select { width: 100%; min-height: 48px; margin-top: 8px; border: 1px solid rgba(118,13,13,.22); border-radius: 14px; padding: 0 14px; font: inherit; color: var(--ak-deep); background: #fff; }
.shirt-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; align-items: stretch; }
.shirt-card { background: #fff; border-radius: 26px; overflow: hidden; border: 1px solid rgba(118,13,13,.16); box-shadow: var(--shadow); display: flex; flex-direction: column; height: 100%; }
.shirt-gallery { background: var(--ak-charcoal); display: grid; gap: 1px; height: clamp(240px, 23vw, 320px); }
.two-up { grid-template-columns: repeat(2, 1fr); }
.three-up { grid-template-columns: repeat(3, 1fr); }
.shirt-gallery img { width: 100%; height: 100%; object-fit: contain; background: var(--ak-charcoal); padding: 10px; }
.shirt-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.shirt-tag { display: inline-flex; background: var(--ak-crimson); color: #fff; border-radius: 999px; padding: 7px 12px; font-weight: 900; font-size: .8rem; margin-bottom: 12px; }
.shirt-body h3 { font-family: "Cinzel", Georgia, serif; color: var(--ak-crimson); font-size: 1.55rem; margin-bottom: 10px; }
.shirt-body p { color: #5d3f3f; line-height: 1.55; }
.size-control { display: block; margin-top: auto; padding: 16px; background: #fffaf0; border-radius: 18px; border: 1px solid rgba(118,13,13,.13); }
.checkout-box { margin-top: 34px; display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 28px; align-items: center; background: var(--ak-deep); color: #fff8ea; border: 2px solid var(--ak-gold); border-radius: 26px; padding: 34px; box-shadow: var(--shadow); }
.checkout-box h3 { font-family: "Cinzel", Georgia, serif; font-size: clamp(1.45rem, 3vw, 2.2rem); margin-bottom: 8px; }
.checkout-box p { line-height: 1.55; }
.checkout-steps { margin: 18px 0 0 20px; line-height: 1.65; color: #fff8ea; }
.checkout-actions { display: flex; flex-direction: column; gap: 12px; align-items: stretch; }
.payment-note { margin-top: 18px; color: #3e2929; line-height: 1.45; }

.giving-section { background: linear-gradient(180deg, var(--ak-cream), #fff); }
.giving-grid { grid-template-columns: 1fr .72fr; }
.giving-image img { max-height: 680px; object-fit: cover; object-position: top; }
.site-footer { background: var(--ak-deep); color: #fff8ea; padding: 32px 0; border-top: 3px solid var(--ak-gold); }
.footer-grid { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.site-footer img { width: 150px; background: rgba(255,255,255,.96); border-radius: 14px; padding: 8px; margin-bottom: 10px; }
.footer-links { display: flex; gap: 14px; flex-wrap: wrap; }
.footer-links a { color: #fff8ea; font-weight: 900; text-decoration: none; }
.footer-links a:hover { color: var(--ak-light-gold); }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1080px) { .schedule-grid { grid-template-columns: 1fr; } }
@media (max-width: 920px) {
  .nav-toggle { display: inline-flex; }
  .main-nav { display: none; position: absolute; right: 18px; top: 78px; flex-direction: column; align-items: stretch; width: min(280px, calc(100vw - 36px)); background: #fff8ea; border: 1px solid rgba(118,13,13,.16); border-radius: 20px; padding: 12px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .hero-grid, .video-grid, .shirt-grid, .hotel-grid, .giving-grid, .checkout-box { grid-template-columns: 1fr; }
  .countdown-grid { grid-template-columns: repeat(2, 1fr); }
  .checkout-actions { align-items: flex-start; }
}
@media (max-width: 620px) {
  .section-pad { padding: 54px 0; }
  .shirt-gallery { height: auto; }
  .shirt-gallery img { aspect-ratio: 1 / 1; }
  .field-grid, .stat-row, .two-up, .three-up, .countdown-grid { grid-template-columns: 1fr; }
  .site-header { padding-inline: 14px; }
  .brand small { display: none; }
  h1 { font-size: 2.65rem; }
  .btn { width: 100%; }
  .hero-actions, .payment-actions, .checkout-actions { width: 100%; }
}
/* Updated three-column shirt shop */
.shirt-shop-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; align-items: stretch; }
.shop-shirt-card { background: #fff; border-radius: 28px; overflow: hidden; border: 1px solid rgba(118,13,13,.16); box-shadow: var(--shadow); display: flex; flex-direction: column; height: 100%; }
.shop-shirt-image { background: var(--ak-charcoal); min-height: 310px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid rgba(118,13,13,.12); }
.shop-shirt-image img { width: 100%; height: 100%; min-height: 310px; object-fit: contain; background: var(--ak-charcoal); padding: 14px; }
.shop-shirt-body { padding: 26px; display: flex; flex-direction: column; flex: 1; text-align: center; }
.shirt-number { display: inline-flex; align-self: center; background: var(--ak-crimson); color: #fff8ea; border-radius: 999px; padding: 8px 14px; font-size: .78rem; font-weight: 900; margin: 0 0 14px; }
.shop-shirt-body h3 { font-family: "Cinzel", Georgia, serif; color: var(--ak-crimson); font-size: clamp(1.28rem, 1.8vw, 1.6rem); line-height: 1.2; margin: 0 0 8px; }
.shirt-color { color: #5d3f3f; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; margin: 0 0 10px; }
.shirt-price { font-family: "Cinzel", Georgia, serif; color: var(--ak-deep); font-size: 2rem; font-weight: 900; margin: 0 0 20px; }
.shirt-buy-btn { margin-top: auto; width: 100%; }
.payment-note { text-align: center; max-width: 980px; margin: 24px auto 0; color: #4f3434; line-height: 1.55; }
@media (max-width: 980px) { .shirt-shop-grid { grid-template-columns: 1fr; } .shop-shirt-image, .shop-shirt-image img { min-height: auto; } .shop-shirt-image img { aspect-ratio: 1 / 1; } }

/* v9 schedule flyer and ticket updates */
.schedule-layout { display: grid; grid-template-columns: minmax(320px, .95fr) minmax(0, 1.05fr); gap: 30px; align-items: start; }
.schedule-flyer img { width: 100%; border-radius: 26px; border: 2px solid var(--ak-gold); box-shadow: var(--shadow); display: block; }
.schedule-times { grid-template-columns: 1fr; }
.party-section { background: linear-gradient(135deg, var(--ak-deep), var(--ak-crimson)); color: var(--ak-soft); }
.party-card { border: 2px solid var(--ak-gold); border-radius: 30px; padding: clamp(28px, 4vw, 46px); display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; box-shadow: 0 18px 50px rgba(79,8,8,.26); }
.party-card h2 { font-family: "Cinzel", Georgia, serif; font-size: clamp(2rem, 3vw, 3.1rem); line-height: 1.05; margin-bottom: 12px; }
.party-card p:not(.eyebrow) { max-width: 760px; color: #fff8ea; line-height: 1.65; font-size: 1.05rem; }
.party-btn { white-space: nowrap; }
.shirt-purchase-note { margin-top: 14px !important; color: var(--ak-deep) !important; font-size: 1.05rem; }
@media (max-width: 1080px) { .schedule-layout, .party-card { grid-template-columns: 1fr; } .party-btn { width: fit-content; } }
@media (max-width: 560px) { .party-btn { width: 100%; } }


/* v10 layout refinements: unified schedule symmetry + improved party ticket contrast */
.schedule-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}
.schedule-flyer-panel,
.schedule-details-panel {
  min-height: 100%;
}
.schedule-flyer-panel {
  background: #fff;
  border: 1px solid rgba(118,13,13,.14);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.flyer-image-frame {
  border: 2px solid var(--ak-gold);
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 32px rgba(79,8,8,.12);
}
.flyer-image-frame img {
  width: 100%;
  height: auto;
  display: block;
}
.flyer-caption {
  padding-top: 18px;
  text-align: center;
  margin-top: auto;
}
.flyer-caption h3 {
  font-family: "Cinzel", Georgia, serif;
  color: var(--ak-crimson);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  margin-bottom: 10px;
}
.flyer-caption p:not(.eyebrow) {
  margin: 0;
  color: #5c4040;
  line-height: 1.6;
}
.schedule-details-panel {
  display: flex;
}
.schedule-details-card {
  background: #fff;
  border-radius: 30px;
  border: 1px solid rgba(118,13,13,.15);
  box-shadow: var(--shadow);
  padding: 22px 24px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.schedule-details-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--ak-crimson), var(--ak-gold));
}
.schedule-day-section {
  padding: 22px 0;
  border-bottom: 1px solid rgba(118,13,13,.12);
}
.schedule-day-section:first-child {
  padding-top: 10px;
}
.schedule-day-section:last-child {
  border-bottom: 0;
  padding-bottom: 6px;
}
.schedule-day-section h3 {
  font-family: "Cinzel", Georgia, serif;
  color: var(--ak-crimson);
  font-size: clamp(1.55rem, 2vw, 1.95rem);
  margin-bottom: 16px;
}
.schedule-day-section.compact {
  padding-bottom: 18px;
}
.schedule-day-section .event-list {
  gap: 14px;
}
.schedule-day-section .event-list li:first-child {
  border-top: 1px solid rgba(118,13,13,.12);
}
.schedule-day-section .event-list li:last-child {
  padding-bottom: 0;
}
.party-card {
  background: linear-gradient(135deg, rgba(255,255,255,.03), rgba(0,0,0,.10));
}
.party-card .eyebrow {
  color: var(--ak-light-gold);
}
.party-card h2 {
  color: #f6d78a;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.party-card p:not(.eyebrow) {
  color: #fff8ea;
}
.party-btn {
  min-width: 280px;
}
@media (max-width: 1080px) {
  .schedule-showcase {
    grid-template-columns: 1fr;
  }
  .schedule-flyer-panel,
  .schedule-details-panel {
    min-height: auto;
  }
}



/* v12 cleaner timeline schedule */
.schedule-showcase.timeline-layout {
  display: grid;
  grid-template-columns: minmax(360px, .92fr) minmax(420px, 1.08fr);
  gap: 34px;
  align-items: stretch;
}
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  padding: 20px;
  justify-content: flex-start;
}
.schedule-showcase.timeline-layout .flyer-caption {
  display: none;
}
.timeline-panel {
  background: #fff;
  border: 1px solid rgba(118, 13, 13, .15);
  border-radius: 30px;
  box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 34px);
  position: relative;
  overflow: hidden;
}
.timeline-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 6px;
  background: linear-gradient(90deg, var(--ak-crimson), var(--ak-gold));
}
.timeline-day {
  position: relative;
  padding: 0 0 28px 30px;
  border-left: 3px solid rgba(217, 183, 106, .58);
}
.timeline-day:last-child {
  padding-bottom: 0;
}
.timeline-day-heading {
  position: relative;
  margin-bottom: 16px;
}
.timeline-day-heading::before {
  content: "";
  position: absolute;
  left: -41px;
  top: 6px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--ak-crimson);
  border: 4px solid var(--ak-light-gold);
  box-shadow: 0 0 0 5px #fff;
}
.timeline-day-heading span {
  display: inline-flex;
  color: var(--ak-gold);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 900;
}
.timeline-day-heading h3 {
  font-family: "Cinzel", Georgia, serif;
  color: var(--ak-crimson);
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  margin-top: 6px;
}
.timeline-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 18px;
  padding: 15px 0;
  border-top: 1px solid rgba(118, 13, 13, .11);
}
.timeline-time {
  color: var(--ak-crimson);
  font-weight: 900;
  font-size: .94rem;
  line-height: 1.35;
}
.timeline-content strong {
  color: var(--ak-deep);
  display: block;
  line-height: 1.35;
}
.timeline-content span,
.timeline-content small {
  display: block;
  color: #654747;
  line-height: 1.45;
  margin-top: 4px;
}
.timeline-content small {
  font-size: .9rem;
}
.timeline-item.featured {
  background: linear-gradient(135deg, rgba(251, 241, 223, .8), rgba(255,255,255,.6));
  margin: 8px -12px;
  padding: 15px 12px;
  border-radius: 18px;
  border: 1px solid rgba(217, 183, 106, .45);
}
@media (max-width: 1080px) {
  .schedule-showcase.timeline-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 620px) {
  .timeline-panel {
    padding: 22px 18px;
  }
  .timeline-day {
    padding-left: 22px;
  }
  .timeline-day-heading::before {
    left: -33px;
  }
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}


/* v13 schedule flyer logo fill */
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  gap: 18px;
}
.schedule-logo-fill {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px 6px;
}
.schedule-logo-fill img {
  width: 100%;
  max-width: 460px;
  max-height: 360px;
  object-fit: contain;
  display: block;
}
@media (max-width: 1080px) {
  .schedule-logo-fill {
    min-height: 220px;
  }
}
@media (max-width: 620px) {
  .schedule-logo-fill {
    min-height: 180px;
    padding: 6px 4px 0;
  }
}


/* v14 force visible logo placement under the schedule flyer */
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  min-height: 100% !important;
}
.schedule-showcase.timeline-layout .flyer-image-frame {
  flex: 0 0 auto !important;
}
.schedule-logo-fill {
  display: flex !important;
  flex: 1 1 auto !important;
  min-height: 430px !important;
  margin-top: 22px !important;
  padding: 28px !important;
  align-items: center !important;
  justify-content: center !important;
  border: 2px solid rgba(217, 183, 106, .72) !important;
  border-radius: 26px !important;
  background: radial-gradient(circle at center, rgba(217,183,106,.14), rgba(255,255,255,.98) 62%) !important;
  box-shadow: inset 0 0 40px rgba(118, 13, 13, .05) !important;
}
.schedule-logo-fill img {
  display: block !important;
  width: min(100%, 520px) !important;
  height: auto !important;
  max-height: 390px !important;
  object-fit: contain !important;
  opacity: .96 !important;
}
@media (max-width: 1080px) {
  .schedule-logo-fill { min-height: 300px !important; }
  .schedule-logo-fill img { max-height: 270px !important; }
}
@media (max-width: 620px) {
  .schedule-logo-fill { min-height: 220px !important; padding: 18px !important; }
  .schedule-logo-fill img { max-height: 200px !important; }
}


/* v15 visible logo card under schedule flyer */
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  display: grid !important;
  grid-template-rows: auto minmax(420px, 1fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
  background: #fff !important;
}
.schedule-logo-fill { display: none !important; }
.schedule-logo-card {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 430px !important;
  width: 100% !important;
  padding: 34px !important;
  border: 2px solid rgba(217, 183, 106, .78) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at center, rgba(217,183,106,.22), rgba(255,255,255,.98) 66%) !important;
  box-shadow: inset 0 0 55px rgba(118,13,13,.06), 0 10px 30px rgba(79,8,8,.08) !important;
}
.schedule-logo-card img {
  display: block !important;
  width: 100% !important;
  max-width: 540px !important;
  height: auto !important;
  object-fit: contain !important;
  opacity: 1 !important;
  visibility: visible !important;
}
@media (max-width: 1080px) {
  .schedule-showcase.timeline-layout .schedule-flyer-panel {
    grid-template-rows: auto auto !important;
  }
  .schedule-logo-card { min-height: 300px !important; padding: 24px !important; }
  .schedule-logo-card img { max-width: 420px !important; }
}
@media (max-width: 620px) {
  .schedule-logo-card { min-height: 220px !important; padding: 18px !important; }
}

/* v16 remove outer white filler under flyer and stack flyer + logo symmetrically */
.schedule-showcase.timeline-layout {
  align-items: stretch !important;
}
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: auto 1fr !important;
  gap: 24px !important;
  align-self: stretch !important;
  min-height: 100% !important;
}
.schedule-showcase.timeline-layout .flyer-image-frame {
  background: #fff !important;
  border: 2px solid var(--ak-gold) !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  box-shadow: var(--shadow) !important;
}
.schedule-showcase.timeline-layout .schedule-logo-card {
  min-height: 0 !important;
  height: 100% !important;
  padding: 28px !important;
  border: 2px solid rgba(217, 183, 106, .78) !important;
  border-radius: 28px !important;
  background: radial-gradient(circle at center, rgba(217,183,106,.22), rgba(255,255,255,.98) 66%) !important;
  box-shadow: inset 0 0 55px rgba(118,13,13,.06), 0 10px 30px rgba(79,8,8,.08) !important;
}
.schedule-showcase.timeline-layout .schedule-logo-card img {
  width: 100% !important;
  max-width: 520px !important;
  height: auto !important;
}
@media (max-width: 1080px) {
  .schedule-showcase.timeline-layout .schedule-flyer-panel {
    grid-template-rows: auto auto !important;
  }
  .schedule-showcase.timeline-layout .schedule-logo-card {
    height: auto !important;
    min-height: 280px !important;
  }
}

/* v17 exact schedule height sync for flyer + logo stack */
.schedule-showcase.timeline-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  gap: 36px !important;
  align-items: stretch !important;
}
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
  height: 100% !important;
  min-height: 100% !important;
}
.schedule-showcase.timeline-layout .flyer-image-frame {
  flex: 0 0 auto !important;
}
.schedule-showcase.timeline-layout .schedule-logo-card {
  flex: 0 0 auto !important;
  min-height: 260px;
}
@media (max-width: 1080px) {
  .schedule-showcase.timeline-layout {
    grid-template-columns: 1fr !important;
  }
  .schedule-showcase.timeline-layout .schedule-flyer-panel,
  .schedule-showcase.timeline-layout .schedule-logo-card {
    height: auto !important;
    min-height: 0 !important;
  }
}

/* v18 schedule and shirt deadline updates */
.shirt-deadline-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 12px auto 0 !important;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(118, 13, 13, .08);
  border: 1px solid rgba(118, 13, 13, .20);
  color: var(--ak-crimson) !important;
  font-size: 1.02rem;
}
.schedule-kookout-card {
  background: #fff8ea !important;
  border-color: var(--ak-gold) !important;
  padding: 18px !important;
  overflow: hidden !important;
}
.schedule-kookout-card img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(79,8,8,.10);
}
@media (max-width: 1080px) {
  .schedule-kookout-card img {
    height: auto !important;
  }
}

/* v19 alignment fix: left visual stack matches timeline height using the images as holders */
.schedule-showcase.timeline-layout {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: stretch !important;
  gap: 36px !important;
}
.schedule-showcase.timeline-layout .schedule-flyer-panel {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: 24px !important;
  min-height: 0 !important;
  align-self: stretch !important;
  overflow: hidden !important;
}
.schedule-showcase.timeline-layout .flyer-image-frame,
.schedule-showcase.timeline-layout .schedule-logo-card,
.schedule-showcase.timeline-layout .schedule-kookout-card {
  min-height: 0 !important;
  width: 100% !important;
  padding: 0 !important;
  border: 2px solid var(--ak-gold) !important;
  border-radius: 26px !important;
  background: #fff !important;
  box-shadow: var(--shadow) !important;
  overflow: hidden !important;
  display: block !important;
}
.schedule-showcase.timeline-layout .flyer-image-frame img,
.schedule-showcase.timeline-layout .schedule-logo-card img,
.schedule-showcase.timeline-layout .schedule-kookout-card img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}
.schedule-showcase.timeline-layout .flyer-image-frame img {
  object-fit: contain !important;
  background: #fff !important;
}
.schedule-showcase.timeline-layout .schedule-kookout-card img,
.schedule-showcase.timeline-layout .schedule-logo-card img {
  object-fit: cover !important;
}
.schedule-showcase.timeline-layout .timeline-panel {
  align-self: stretch !important;
  height: auto !important;
}
@media (max-width: 1080px) {
  .schedule-showcase.timeline-layout {
    grid-template-columns: 1fr !important;
  }
  .schedule-showcase.timeline-layout .schedule-flyer-panel {
    height: auto !important;
    overflow: visible !important;
  }
  .schedule-showcase.timeline-layout .flyer-image-frame,
  .schedule-showcase.timeline-layout .schedule-logo-card,
  .schedule-showcase.timeline-layout .schedule-kookout-card {
    height: auto !important;
  }
  .schedule-showcase.timeline-layout .flyer-image-frame img,
  .schedule-showcase.timeline-layout .schedule-logo-card img,
  .schedule-showcase.timeline-layout .schedule-kookout-card img {
    height: auto !important;
    object-fit: contain !important;
  }
}


/* v20 weekend countdown and Krimson & Kream section */
.weekend-countdown-section {
  background: radial-gradient(circle at 85% 18%, rgba(217,183,106,.35), transparent 30%), linear-gradient(135deg, var(--ak-deep), var(--ak-crimson));
}
.weekend-countdown-card h2 {
  color: var(--ak-light-gold);
}
.party-feature-card {
  border: 2px solid var(--ak-gold);
  border-radius: 34px;
  padding: clamp(22px, 3vw, 38px);
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(24px, 4vw, 44px);
  align-items: center;
  background: linear-gradient(135deg, rgba(255,255,255,.05), rgba(0,0,0,.14));
  box-shadow: 0 18px 50px rgba(79,8,8,.26);
}
.party-flyer-frame {
  background: #fff8ea;
  border: 2px solid rgba(217,183,106,.86);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 16px 44px rgba(45,4,4,.26);
}
.party-flyer-frame img {
  width: 100%;
  height: auto;
  display: block;
}
.party-copy h2 {
  font-family: "Cinzel", Georgia, serif;
  color: var(--ak-light-gold);
  font-size: clamp(2rem, 3.8vw, 4rem);
  line-height: 1.04;
  margin-bottom: 18px;
  text-shadow: 0 2px 14px rgba(0,0,0,.28);
}
.party-copy p {
  color: #fff8ea;
  line-height: 1.65;
  font-size: 1.05rem;
  max-width: 760px;
}
.party-copy .party-lead {
  color: #fff;
  font-size: clamp(1.1rem, 1.7vw, 1.35rem);
  letter-spacing: .04em;
}
.party-copy .party-btn {
  margin-top: 16px;
}
@media (max-width: 980px) {
  .party-feature-card {
    grid-template-columns: 1fr;
  }
  .party-flyer-frame {
    max-width: 520px;
    margin: 0 auto;
  }
}
