/* =====================================================================
   EXPOVATE / FESTIVO 2026 — Design System
   Editorial exhibition-carnival identity. Ticket/pass motifs instead of
   generic SaaS cards. Deep plum + magenta + gold, warm ivory paper base.
   ===================================================================== */

:root {
  /* ---- Palette (matched to the supplied logos/brochure) ---- */
  --plum:        #2A073D;
  --plum-deep:   #1C0429;
  --purple:      #4B125F;
  --magenta:     #D71968;
  --pink:        #F22668;
  --gold:        #D8A928;
  --gold-light:  #F0D896;
  --teal:        #159F98;
  --ivory:       #FFF9F0;
  --white:       #FFFFFF;
  --ink:         #211426;
  --ink-soft:    #5A4A63;
  --line:        rgba(42, 7, 61, 0.14);

  /* ---- Type ---- */
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;

  --radius-s: 6px;
  --radius-m: 14px;
  --shadow-card: 0 10px 30px rgba(28, 4, 41, 0.10);
  --container: 1200px;
}

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: 0.001ms !important; animation-iteration-count: 1 !important; transition-duration: 0.001ms !important; scroll-behavior: auto !important; }
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--ivory);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--plum); margin: 0 0 0.4em; line-height: 1.15; font-weight: 600; }
h1 { font-size: clamp(2.4rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.7rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1em; color: var(--ink-soft); max-width: 62ch; }
:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section--tight { padding: 56px 0; }
.section--plum { background: var(--plum); color: var(--ivory); }
.section--plum h2, .section--plum h3 { color: var(--ivory); }
.section--plum p { color: rgba(255,249,240,0.78); }
.section--ivory-deep { background: #FBEEDD; }

.section-head { max-width: 720px; margin: 0 0 44px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }
.kicker { color: var(--magenta); font-weight: 700; font-size: 0.8rem; letter-spacing: 0.06em; margin-bottom: 10px; display: inline-block; }
.section--plum .kicker { color: var(--gold); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px; border-radius: 999px; font-weight: 700; font-size: 0.95rem;
  border: 2px solid transparent; cursor: pointer; transition: transform 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--magenta); color: var(--white); box-shadow: 0 8px 20px rgba(215,25,104,0.35); }
.btn-primary:hover { background: #c11259; }
.btn-gold { background: var(--gold); color: var(--plum-deep); box-shadow: 0 8px 20px rgba(216,169,40,0.35); }
.btn-gold:hover { background: #c49820; }
.btn-outline { background: transparent; border-color: currentColor; color: var(--plum); }
.section--plum .btn-outline { color: var(--ivory); }
.btn-outline:hover { background: rgba(42,7,61,0.06); }
.section--plum .btn-outline:hover { background: rgba(255,249,240,0.08); }
.btn-ghost { background: transparent; color: var(--plum); text-decoration: underline; text-underline-offset: 4px; padding: 15px 10px; }
.btn-sm { padding: 10px 18px; font-size: 0.85rem; }
.btn-block { width: 100%; }

.site-header {
  position: sticky; top: 0; z-index: 200; background: rgba(255,249,240,0.92);
  backdrop-filter: blur(8px); border-bottom: 1px solid var(--line);
  transition: padding 0.2s ease, box-shadow 0.2s ease;
}
.site-header.is-compact { box-shadow: 0 6px 20px rgba(28,4,41,0.08); }
.header-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; }
.site-header.is-compact .header-bar { padding: 10px 0; }
.brand-logo img { height: 46px; width: auto; transition: height 0.2s ease; }
.site-header.is-compact .brand-logo img { height: 36px; }
.main-nav { display: flex; align-items: center; gap: 28px; }
.main-nav a { font-weight: 600; font-size: 0.92rem; color: var(--ink); position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--magenta); transition: width 0.2s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { width: 100%; }
.header-ctas { display: flex; align-items: center; gap: 10px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--plum); margin: 6px 0; transition: transform .2s ease, opacity .2s ease; }

.announce-bar {
  background: var(--plum-deep); color: var(--ivory); font-size: 0.82rem; text-align: center;
  padding: 8px 16px;
}
.announce-bar a { color: var(--gold-light); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 960px) {
  .main-nav { position: fixed; inset: 0 0 0 30%; background: var(--plum); flex-direction: column;
    justify-content: center; align-items: flex-start; padding: 40px; gap: 22px; transform: translateX(100%);
    transition: transform 0.28s ease; z-index: 250; }
  .main-nav.is-open { transform: translateX(0); }
  .main-nav a { color: var(--ivory); font-size: 1.1rem; }
  .header-ctas .btn-outline { display: none; }
  .nav-toggle { display: block; }
}

.mobile-cta-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 240;
  background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 -6px 20px rgba(28,4,41,0.12);
  padding: 10px 12px; gap: 8px;
}
@media (max-width: 720px) {
  .mobile-cta-bar { display: flex; }
  body { padding-bottom: 72px; }
}
.mobile-cta-bar .btn { flex: 1; padding: 12px 8px; font-size: 0.78rem; }

.hero {
  background: radial-gradient(circle at 15% 20%, rgba(215,25,104,0.16), transparent 45%),
              radial-gradient(circle at 85% 80%, rgba(21,159,152,0.14), transparent 40%),
              var(--plum);
  color: var(--ivory);
  position: relative; overflow: hidden;
  padding: 64px 0 0;
}
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 40px; align-items: end; }
.hero-copy .festivo-logo { max-width: 420px; margin-bottom: 22px; }
.hero-eyebrow { color: var(--gold-light); font-weight: 700; letter-spacing: 0.05em; font-size: 0.85rem; margin-bottom: 14px; display: block; }
.hero h1 { color: var(--ivory); margin-bottom: 14px; }
.hero-sub { font-size: 1.15rem; color: rgba(255,249,240,0.85); max-width: 46ch; }
.hero-facts { display: flex; flex-wrap: wrap; gap: 22px; margin: 26px 0 30px; font-size: 0.95rem; }
.hero-facts strong { display: block; color: var(--white); font-family: var(--font-display); font-size: 1.05rem; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 20px; }
.hero-secondary { margin-bottom: 46px; }

.ticket-stub {
  background: var(--ivory); color: var(--ink); border-radius: 18px 18px 0 0;
  padding: 30px 30px 34px; position: relative; box-shadow: 0 -20px 50px rgba(0,0,0,0.25);
}
.ticket-stub::before {
  content: ""; position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  width: 28px; height: 28px; background: var(--plum); border-radius: 50%;
}
.ticket-stub .ts-label { font-size: 0.75rem; letter-spacing: 0.06em; color: var(--magenta); font-weight: 700; }
.ticket-stub h3 { margin: 6px 0 16px; }
.ticket-row { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px dashed var(--line); font-size: 0.92rem; }
.ticket-row:first-of-type { border-top: none; }
.ticket-row span:first-child { color: var(--ink-soft); }
.ticket-row span:last-child { font-weight: 700; text-align: right; }
.countdown-block { margin-top: 18px; padding-top: 18px; border-top: 1px dashed var(--line); }
.countdown-live { text-align: center; font-family: var(--font-display); color: var(--magenta); font-size: 1.1rem; padding: 10px 0; }
.countdown-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; text-align: center; }
.countdown-grid .cd-num { font-family: var(--font-display); font-size: 1.6rem; color: var(--plum); background: var(--white); border-radius: var(--radius-s); padding: 10px 4px; }
.countdown-grid .cd-label { font-size: 0.65rem; letter-spacing: 0.05em; color: var(--ink-soft); margin-top: 4px; text-transform: uppercase; }

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
  .ticket-stub { border-radius: 18px; margin-bottom: 20px; }
}

.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.stat-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-m); padding: 26px 20px; text-align: center; }
.stat-num { font-family: var(--font-display); font-size: 2.4rem; color: var(--magenta); }
.stat-label { font-size: 0.85rem; color: var(--ink-soft); margin-top: 4px; }
@media (max-width: 800px) { .stats-strip { grid-template-columns: repeat(2, 1fr); } }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
@media (max-width: 960px) { .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; } }

.info-card { background: var(--white); border-radius: var(--radius-m); padding: 28px 24px; border: 1px solid var(--line); }
.info-card .icon-badge { width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; background: rgba(215,25,104,0.1); color: var(--magenta); }
.info-card:nth-child(3n+2) .icon-badge { background: rgba(21,159,152,0.12); color: var(--teal); }
.info-card:nth-child(3n) .icon-badge { background: rgba(216,169,40,0.16); color: #a3820f; }
.info-card h3 { margin-bottom: 8px; }
.info-card p { margin-bottom: 0; font-size: 0.92rem; }

.journey { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin-top: 40px; }
.journey-step { background: var(--plum); color: var(--ivory); padding: 12px 22px; border-radius: 999px; font-family: var(--font-display); font-size: 1.05rem; }
.journey-arrow { color: var(--magenta); font-size: 1.3rem; }

/* Editorial alternative to a uniform card grid: a dense two-column list of
   icon + text rows, divided by hairlines instead of card borders/shadows.
   Used on the homepage to break up four consecutive "heading + card grid"
   sections with something visually distinct, per the brief's request for
   rhythm variety rather than repeating the same pattern down the page. */
.feature-list-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 48px; align-items: start; }
@media (max-width: 860px) { .feature-list-layout { grid-template-columns: 1fr; gap: 30px; } }
.feature-list-intro { position: sticky; top: 100px; }
.feature-list-intro .journey { justify-content: flex-start; margin-top: 26px; }
.feature-row-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
@media (max-width: 560px) { .feature-row-grid { grid-template-columns: 1fr; } }
.feature-row { display: flex; gap: 14px; padding: 16px 0; border-top: 1px solid rgba(255,249,240,0.14); }
.feature-row:nth-child(-n+2) { border-top: none; }
@media (max-width: 560px) { .feature-row:nth-child(2) { border-top: 1px solid rgba(255,249,240,0.14); } }
.feature-row .icon-badge { width: 40px; height: 40px; font-size: 1.1rem; flex-shrink: 0; background: rgba(255,249,240,0.08); color: var(--gold-light); }
.feature-row h3 { color: var(--ivory); font-size: 1.02rem; margin-bottom: 3px; }
.feature-row p { color: rgba(255,249,240,0.72); font-size: 0.86rem; margin-bottom: 0; }

/* Compact checklist-style reasons list — an alternative to another card grid
   for short, scannable persuasive points (e.g. "Why Exhibit"). */
.reason-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 40px; max-width: 900px; margin: 0 auto; }
@media (max-width: 620px) { .reason-list { grid-template-columns: 1fr; } }
.reason-item { display: flex; align-items: flex-start; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.reason-item .reason-icon { font-size: 1.3rem; flex-shrink: 0; line-height: 1.4; }
.reason-item strong { display: block; color: var(--plum); font-family: var(--font-display); font-size: 1.05rem; }
.reason-item span { font-size: 0.88rem; color: var(--ink-soft); }

/* Restrained festive divider — echoes the thin gold line + dot motif already
   used in the supplied FESTIVO logo ("Shop • Celebrate • Connect"), rather
   than inventing a new decorative language. Used sparingly between a couple
   of section transitions, never stacked or repeated every section. */
.festive-divider { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0 auto; max-width: 220px; }
.festive-divider::before, .festive-divider::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); }
.festive-divider span { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }

.category-card { background: var(--white); border-radius: var(--radius-m); padding: 26px; border: 1px solid var(--line); transition: box-shadow .2s ease, transform .2s ease; }
.category-card:hover { box-shadow: var(--shadow-card); transform: translateY(-3px); }
.category-card .icon-badge { background: rgba(75,18,95,0.08); color: var(--purple); }
.category-card ul { padding-left: 18px; margin: 0; font-size: 0.86rem; color: var(--ink-soft); }
.category-card li { margin-bottom: 4px; }

.sponsor-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; align-items: stretch; }
@media (max-width: 1000px) { .sponsor-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { .sponsor-grid { grid-template-columns: 1fr; } }
.sponsor-card { border-radius: var(--radius-m); padding: 28px 24px; display: flex; flex-direction: column; border: 1px solid var(--line); background: var(--white); }
.sponsor-card.tier-title { background: var(--plum); color: var(--ivory); border-color: var(--plum); }
.sponsor-card.tier-title h3, .sponsor-card.tier-title .sponsor-price { color: var(--ivory); }
.sponsor-card.tier-gold { border-color: var(--gold); }
.sponsor-tag { font-size: 0.72rem; letter-spacing: 0.05em; font-weight: 700; text-transform: uppercase; color: var(--magenta); margin-bottom: 10px; }
.tier-title .sponsor-tag { color: var(--gold-light); }
.sponsor-price { font-family: var(--font-display); font-size: 2rem; color: var(--plum); margin: 6px 0 2px; }
.sponsor-avail { font-size: 0.8rem; color: var(--ink-soft); margin-bottom: 16px; }
.tier-title .sponsor-avail { color: rgba(255,249,240,0.7); }
.sponsor-benefits { list-style: none; padding: 0; margin: 0 0 20px; font-size: 0.88rem; flex-grow: 1; }
.sponsor-benefits li { padding: 6px 0 6px 22px; position: relative; border-top: 1px solid var(--line); }
.tier-title .sponsor-benefits li { border-top-color: rgba(255,249,240,0.15); }
.sponsor-benefits li:first-child { border-top: none; }
.sponsor-benefits li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 700; }

.floorplan-figure { border: 1px solid var(--line); border-radius: var(--radius-m); overflow: hidden; background: var(--white); }
.floorplan-figure img { width: 100%; }
.floorplan-legend { display: flex; flex-wrap: wrap; gap: 18px; margin: 20px 0 32px; }
.legend-chip { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; font-weight: 600; }
.legend-dot { width: 16px; height: 16px; border-radius: 4px; display: inline-block; }
.legend-dot.title { background: #1c2a4d; }
.legend-dot.gold { background: var(--gold); }
.legend-dot.silver { background: #b9b9c2; }
.legend-dot.partner { background: #5fb95f; }
.legend-dot.status-available { background: #159F98; border-radius: 50%; }
.legend-dot.status-held { background: #D8A928; border-radius: 50%; }
.legend-dot.status-booked { background: #9a9a9a; border-radius: 50%; }

.zone-block { margin-bottom: 34px; }
.zone-title { font-family: var(--font-display); font-size: 1.15rem; color: var(--plum); margin-bottom: 14px; }
.stall-directory { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 10px; }
.stall-btn {
  border-radius: 10px; padding: 10px 6px; text-align: center; font-weight: 700; cursor: pointer;
  border: 2px solid transparent; background: #5fb95f; color: #12331a; font-size: 0.95rem;
  transition: transform .15s ease;
}
.stall-btn:hover { transform: translateY(-2px); }
.stall-btn.cat-title { background: #1c2a4d; color: #fff; }
.stall-btn.cat-gold { background: var(--gold); color: #4a3600; }
.stall-btn.cat-silver { background: #c7c7ce; color: #2c2c33; }
.stall-btn.status-held { opacity: 0.55; cursor: not-allowed; text-decoration: line-through; }
.stall-btn.status-booked { opacity: 0.4; cursor: not-allowed; text-decoration: line-through; }
.stall-btn .stall-status-dot { display: block; width: 8px; height: 8px; border-radius: 50%; margin: 0 auto 4px; background: #159F98; }
.stall-btn.status-held .stall-status-dot { background: #D8A928; }
.stall-btn.status-booked .stall-status-dot { background: #6b6b6b; }

.modal-overlay { position: fixed; inset: 0; background: rgba(28,4,41,0.6); z-index: 500; display: none; align-items: center; justify-content: center; padding: 20px; }
.modal-overlay.is-open { display: flex; }
.modal-box { background: var(--white); border-radius: var(--radius-m); max-width: 420px; width: 100%; padding: 30px; position: relative; max-height: 90vh; overflow-y: auto; }
.modal-close { position: absolute; top: 16px; right: 16px; background: none; border: none; font-size: 1.4rem; cursor: pointer; color: var(--ink-soft); }
.modal-box .ticket-row { font-size: 0.95rem; }

.form-card { background: var(--white); border-radius: var(--radius-m); border: 1px solid var(--line); padding: 36px; max-width: 720px; margin: 0 auto; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
@media (max-width: 620px) { .form-grid { grid-template-columns: 1fr; } }
.form-field { margin-bottom: 18px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { display: block; font-weight: 700; font-size: 0.85rem; margin-bottom: 6px; color: var(--plum); }
.form-field .req { color: var(--magenta); }
.form-field input, .form-field select, .form-field textarea {
  width: 100%; padding: 13px 14px; border-radius: var(--radius-s); border: 1.5px solid var(--line);
  font-family: var(--font-body); font-size: 0.95rem; background: var(--ivory); color: var(--ink);
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--magenta); outline: none; background: var(--white); }
.form-checkbox { display: flex; align-items: flex-start; gap: 10px; font-size: 0.85rem; color: var(--ink-soft); }
.form-checkbox input { width: auto; margin-top: 3px; }
.form-error { color: var(--magenta); font-size: 0.85rem; margin-top: 6px; display: block; }
.form-msg { padding: 14px 18px; border-radius: var(--radius-s); margin-bottom: 22px; font-size: 0.9rem; }
.form-msg.error { background: #FBE3EC; color: #9b0f47; }
.form-msg.success { background: #E4F4EF; color: #0e6b52; }
.honeypot-field { position: absolute; left: -9999px; opacity: 0; }

.confirm-card { max-width: 480px; margin: 0 auto; background: var(--white); border-radius: var(--radius-m); overflow: hidden; box-shadow: var(--shadow-card); border: 1px solid var(--line); }
.confirm-head { background: var(--plum); color: var(--ivory); padding: 30px; text-align: center; }
.confirm-head img { height: 40px; margin: 0 auto 14px; }
.confirm-id { font-family: var(--font-display); font-size: 1.6rem; color: var(--gold-light); letter-spacing: 0.03em; margin-top: 6px; }
.confirm-body { padding: 26px 30px; }
.confirm-body .ticket-row { font-size: 0.92rem; }
.confirm-actions { display: flex; gap: 10px; flex-wrap: wrap; padding: 0 30px 30px; }
.confirm-actions .btn { flex: 1; }
.confirm-qr { text-align: center; padding: 10px 0 20px; }

.faq-item { border-bottom: 1px solid var(--line); padding: 18px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-weight: 700; color: var(--plum); font-family: var(--font-display); font-size: 1.05rem; }
.faq-q::after { content: "+"; font-size: 1.4rem; color: var(--magenta); transition: transform .2s ease; }
.faq-item.is-open .faq-q::after { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; font-size: 0.94rem; }
.faq-item.is-open .faq-a { max-height: 400px; padding-top: 12px; }

.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
@media (max-width: 900px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
.gallery-item { position: relative; border-radius: var(--radius-m); overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--purple), var(--plum)); }
.gallery-item span { position: absolute; bottom: 12px; left: 14px; color: var(--ivory); font-weight: 700; font-size: 0.85rem; background: rgba(0,0,0,0.3); padding: 4px 10px; border-radius: 999px; }

.cta-band { background: linear-gradient(120deg, var(--magenta), var(--purple)); border-radius: 24px; padding: 56px 40px; text-align: center; color: var(--ivory); }
.cta-band h2 { color: var(--ivory); }
.cta-band .btn-group { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 22px; }

.site-footer { background: var(--plum-deep); color: rgba(255,249,240,0.75); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; margin-bottom: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer-logos img { height: 34px; margin-bottom: 10px; }
.footer-col h4 { color: var(--ivory); font-family: var(--font-body); font-size: 0.85rem; letter-spacing: 0.04em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col a, .footer-col li { display: block; margin-bottom: 10px; font-size: 0.9rem; }
.footer-col a:hover { color: var(--gold-light); }
.footer-bottom { border-top: 1px solid rgba(255,249,240,0.12); padding-top: 22px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 0.82rem; }
.footer-bottom a { text-decoration: underline; text-underline-offset: 3px; }

.whatsapp-float {
  position: fixed; bottom: 90px; right: 20px; z-index: 230; background: #25D366; color: #fff;
  width: 56px; height: 56px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
@media (min-width: 721px) { .whatsapp-float { bottom: 24px; } }

.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.mb-0 { margin-bottom: 0; }
.badge { display: inline-block; padding: 4px 12px; border-radius: 999px; font-size: 0.75rem; font-weight: 700; }
.badge-available { background: rgba(21,159,152,0.15); color: #0d7a74; }
.badge-held { background: rgba(216,169,40,0.18); color: #8a6c10; }
.badge-booked { background: rgba(107,107,107,0.15); color: #555; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 0.9rem; }
table th, table td { padding: 12px 14px; text-align: left; border-bottom: 1px solid var(--line); }
table th { color: var(--plum); font-family: var(--font-display); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(16px); transition: opacity .5s ease, transform .5s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 60px 20px; }
.error-page .error-code { font-family: var(--font-display); font-size: 5rem; color: var(--magenta); margin-bottom: 6px; }


/* ================================================================
   SOCIAL + FOOTER POLISH
   ================================================================ */
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.footer-brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 11px 16px;
  border-radius: 10px;
  min-height: 58px;
}

.footer-brand-mark img {
  width: auto;
  height: 36px !important;
  max-width: 190px;
  object-fit: contain;
}

.footer-tagline {
  margin: 16px 0 8px;
  color: rgba(255,249,240,0.88);
  font-weight: 600;
}

.footer-about {
  max-width: 390px;
  color: rgba(255,249,240,0.64);
  font-size: 0.9rem;
  line-height: 1.7;
}

.footer-socials,
.contact-socials {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 18px;
}

.social-icon-link {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,249,240,0.24);
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  color: var(--ivory);
  background: rgba(255,249,240,0.06);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
  margin: 0 !important;
}

.social-icon-link svg {
  width: 18px;
  height: 18px;
  display: block;
}

.social-icon-link:hover {
  transform: translateY(-2px);
  background: var(--magenta);
  border-color: var(--magenta);
  color: #fff;
}

.social-icon-link[data-social-disabled="1"] {
  opacity: .78;
}

.contact-socials {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.contact-socials .social-icon-link {
  color: var(--plum);
  border-color: rgba(42,7,61,.18);
  background: rgba(42,7,61,.04);
}

.contact-socials .social-icon-link:hover {
  color: #fff;
  background: var(--magenta);
  border-color: var(--magenta);
}

.footer-event-details .footer-detail {
  padding: 0 0 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(255,249,240,0.10);
}

.footer-event-details .footer-detail:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.footer-detail-label {
  display: block;
  color: var(--gold-light);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .12em;
  margin-bottom: 3px;
}

.footer-detail strong {
  display: block;
  color: rgba(255,249,240,.88);
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.45;
}

.map-heading {
  margin-top: 18px;
  margin-bottom: 8px;
  color: var(--plum);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .footer-brand-mark img {
    height: 34px !important;
    max-width: 180px;
  }

  .footer-about {
    max-width: none;
  }

  .footer-event-details .footer-detail {
    display: grid;
    grid-template-columns: 82px minmax(0,1fr);
    gap: 10px;
    align-items: start;
  }

  .footer-detail-label {
    margin: 0;
  }

  .footer-detail strong {
    text-align: left;
  }
}


/* ================================================================
   FESTIVO HERO LOGO VISIBILITY — desktop + mobile
   ================================================================ */
.hero-copy .festivo-logo {
  display: block;
  width: min(420px, 100%);
  max-width: 420px;
  height: auto;
  margin: 0 0 24px;
  padding: 16px 20px;
  box-sizing: border-box;
  background: rgba(255,249,240,0.98);
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.20);
  object-fit: contain;
}

/* Two contact numbers */
.footer-col .footer-phone-link {
  white-space: nowrap;
}

@media (max-width: 900px) {
  .hero { padding-top: 44px; }
  .hero-copy .festivo-logo {
    width: min(390px, 100%);
    padding: 14px 18px;
    border-radius: 16px;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .hero { padding-top: 34px; }
  .hero-copy .festivo-logo {
    width: 100%;
    max-width: 360px;
    padding: 12px 14px;
    border-radius: 14px;
    margin: 0 auto 20px;
  }
  .footer-col .footer-phone-link {
    white-space: normal;
  }
  .contact-socials {
    gap: 8px;
  }
}
