:root {
  --ink: #10262c;
  --wine: #e60087;
  --wine-dark: #082a35;
  --cream: #f4fcff;
  --paper: #ffffff;
  --coral: #f30b8c;
  --sun: #ffc900;
  --aqua: #06c8e8;
  --leaf: #168b42;
  --purple: #7026a4;
  --orange: #f6781c;
  --white: #ffffff;
  --line: rgba(8, 42, 53, 0.15);
  --shadow: 0 24px 80px rgba(4, 45, 62, 0.16);
  --radius-lg: 32px;
  --radius-md: 20px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}
body.dialog-open { overflow: hidden; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 14px;
  background: var(--white);
  transform: translateY(-180%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 12px;
  left: 12px;
  right: 12px;
  max-width: var(--max);
  margin: auto;
  min-height: 64px;
  padding: 9px 10px 9px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 40px rgba(4, 45, 62, .13);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.98); box-shadow: 0 14px 44px rgba(4,45,62,.18); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; }
.brand-logo {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 12px;
  background: #000;
}
.brand-copy { display: grid; line-height: 1.08; }
.brand-copy strong { font-family: Georgia, serif; font-size: 17px; }
.brand-copy small { margin-top: 4px; color: #526d75; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.menu-button {
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  gap: 6px;
  border: 0;
  border-radius: 14px;
  background: var(--ink);
  cursor: pointer;
}
.menu-button span:not(.sr-only) { width: 20px; height: 2px; background: var(--cream); transition: transform .2s ease; }
.menu-button[aria-expanded="true"] span:nth-child(2) { transform: translateY(4px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-4px) rotate(-45deg); }
.site-nav {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  display: none;
  padding: 16px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: var(--shadow);
}
.site-nav.open { display: grid; }
.site-nav a { padding: 13px 10px; font-weight: 750; text-decoration: none; }

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 19px;
  border: 0;
  border-radius: 999px;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .text-button:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, .icon-button:focus-visible, .menu-button:focus-visible {
  outline: 3px solid var(--aqua);
  outline-offset: 3px;
}
.button-primary { color: var(--white); background: var(--wine); box-shadow: 0 12px 28px rgba(230, 0, 135, .25); }
.button-primary:hover { background: #c80074; }
.button-dark { color: var(--white); background: var(--ink); }
.button-light { color: var(--wine-dark); background: var(--white); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; }
.text-link, .text-button { font-weight: 850; text-underline-offset: 4px; }
.text-button { padding: 12px 2px; border: 0; color: var(--wine); background: none; cursor: pointer; }

.hero {
  position: relative;
  min-height: 760px;
  padding: 132px 20px 52px;
  display: grid;
  align-items: end;
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(3,174,217,.88) 0%, rgba(0,120,163,.9) 47%, rgba(5,63,79,.96) 100%),
    url("/fusion-fair-flyer.jpeg") center / cover;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .12;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}
.hero-content, .date-card { position: relative; z-index: 2; width: 100%; max-width: var(--max); margin-inline: auto; }
.eyebrow { margin: 0 0 12px; font-size: 11px; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.hero .eyebrow { color: var(--sun); }
.hero h1 {
  max-width: 830px;
  margin: 0;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  font-size: clamp(54px, 15vw, 118px);
  font-weight: 900;
  letter-spacing: -.045em;
  line-height: .78;
  text-transform: uppercase;
  text-shadow: 0 5px 0 rgba(255,255,255,.9), 0 10px 0 rgba(230,0,135,.85), 0 17px 28px rgba(4,45,62,.45);
}
.hero h1 span { color: var(--aqua); -webkit-text-stroke: 2px white; }
.hero h1 em { color: var(--wine); font-style: normal; -webkit-text-stroke: 2px white; }
.hero-lede { max-width: 610px; margin: 28px 0 0; color: rgba(255,255,255,.79); font-size: clamp(17px, 3vw, 20px); }
.hero-actions { margin-top: 28px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.hero .button-primary { color: var(--ink); background: var(--sun); }
.hero .button-primary:hover { background: #ffd06d; }
.hero .text-link { color: var(--white); }
.date-card {
  margin-top: 48px;
  padding: 24px;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.date-card-top { display: flex; align-items: center; justify-content: space-between; color: #705462; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.date-lockup { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 12px; margin: 18px 0 22px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.date-lockup strong { justify-self: center; font-family: Georgia, serif; font-size: 72px; line-height: .8; letter-spacing: -.07em; }
.date-lockup .month, .date-lockup .year { font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.countdown { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.countdown div { text-align: center; }
.countdown strong { display: block; font-family: Georgia, serif; font-size: 26px; line-height: 1; }
.countdown span { color: #78606c; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.event-lockup { display: grid; gap: 4px; margin: -4px 0 20px; color: var(--ink); }
.event-lockup strong { color: var(--wine); font-size: 18px; }
.event-lockup span { color: #42636c; font-size: 13px; font-weight: 750; }
.countdown-note { margin: 18px 0 0; color: #55717a; font-size: 11px; }
.status { display: inline-flex; align-items: center; width: fit-content; padding: 6px 10px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.status-confirmed { color: #075528; background: #d8f7e3; }
.status-pending { color: #785519; background: #fff0c7; }
.hero-art { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.tropical-glow { position: absolute; display: block; border-radius: 50%; filter: blur(4px); }
.tropical-one { width: 360px; height: 360px; top: 70px; right: -160px; background: rgba(255,201,0,.28); }
.tropical-two { width: 260px; height: 260px; bottom: 120px; left: -120px; background: rgba(243,11,140,.24); }

.section { padding: 90px 20px; }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2, .vendor-intro h2, .faq-heading h2 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 10vw, 76px);
  font-weight: 500;
  letter-spacing: -.055em;
  line-height: .95;
}
.section-heading > p:last-child, .vendor-intro > p { max-width: 610px; color: #765f69; font-size: 17px; }
.experience { max-width: calc(var(--max) + 40px); margin-inline: auto; }
.facts-grid { display: grid; gap: 14px; }
.fact-card {
  min-height: 260px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.fact-card:nth-child(1) { color: var(--white); background: var(--wine); border-color: transparent; }
.fact-card:nth-child(2) { color: var(--ink); background: var(--aqua); border-color: transparent; }
.fact-card:nth-child(3) { color: var(--white); background: var(--purple); border-color: transparent; }
.fact-number { align-self: flex-end; font-family: Georgia, serif; font-size: 34px; opacity: .3; }
.fact-card h3 { margin: 14px 0 4px; font-family: Georgia, serif; font-size: 29px; line-height: 1.05; }
.fact-card p { margin: 0; max-width: 330px; opacity: .74; }
.vendor-preview {
  position: relative;
  margin-top: 18px;
  padding: 30px 24px;
  color: var(--white);
  background: linear-gradient(135deg, #087f9e, #05bddd 58%, #04a35a);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.preview-copy { position: relative; z-index: 2; }
.preview-copy h3 { max-width: 430px; margin: 0; font-family: Georgia, serif; font-size: clamp(38px, 9vw, 62px); font-weight: 500; line-height: .95; letter-spacing: -.05em; }
.preview-copy p:not(.eyebrow) { max-width: 490px; color: rgba(255,255,255,.72); }
.preview-stage { position: relative; height: 270px; margin: 34px -10px -54px; }
.preview-card {
  position: absolute;
  width: 150px;
  height: 205px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0,0,0,.23);
}
.preview-card span { font-family: Georgia, serif; font-size: 72px; opacity: .45; }
.preview-card small { font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.preview-one { left: 2%; bottom: 0; color: var(--ink); background: var(--sun); transform: rotate(-9deg); }
.preview-two { left: 34%; bottom: 18px; color: var(--white); background: var(--purple); transform: rotate(3deg); }
.preview-three { left: 66%; bottom: -4px; color: var(--white); background: var(--orange); transform: rotate(10deg); }

.vendor-section { color: var(--white); background: linear-gradient(155deg, #062b35, #07475a 55%, #05272f); }
.vendor-section > * { max-width: var(--max); margin-inline: auto; }
.vendor-intro { display: grid; align-items: start; }
.vendor-intro .eyebrow { color: var(--sun); }
.vendor-intro > p { color: rgba(255,255,255,.67); }
.vendor-intro .button { justify-self: start; margin-top: 12px; }
.participation-panel { margin-top: 48px; padding: 24px; color: var(--ink); background: var(--paper); border-radius: var(--radius-lg); }
.panel-heading { display: grid; gap: 12px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.panel-heading h3 { margin: 0; font-family: Georgia, serif; font-size: 29px; }
.status-list { margin: 0; }
.status-list > div { padding: 16px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); }
.status-list dt { font-weight: 850; }
.status-list dd { margin: 0; color: #7a606c; text-align: right; }
.panel-note { margin: 20px 0 0; padding: 14px; color: #6b4c58; background: rgba(255,255,255,.56); border-radius: 13px; font-size: 13px; }
.faq-block { margin-top: 92px; }
.faq-heading .eyebrow { color: var(--sun); }
.faq-list { margin-top: 30px; border-top: 1px solid rgba(255,255,255,.18); }
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.18); }
.faq-list summary { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: grid; place-items: center; flex: 0 0 30px; width: 30px; height: 30px; color: var(--wine-dark); background: var(--sun); border-radius: 50%; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 770px; margin: -6px 48px 22px 0; color: rgba(255,255,255,.68); }

.site-footer { padding: 28px 20px; display: grid; gap: 22px; color: var(--white); background: var(--wine); }
.footer-brand { display: flex; align-items: center; gap: 12px; }
.footer-brand div { display: grid; }
.footer-logo { width: 52px; height: 52px; }
.footer-brand span:not(.brand-mark), .site-footer p { font-size: 11px; font-weight: 700; opacity: .82; }
.site-footer p { margin: 0; }
.site-footer a { font-weight: 850; text-underline-offset: 4px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }

.prep-dialog {
  width: min(760px, calc(100% - 18px));
  max-height: calc(100dvh - 18px);
  padding: 0;
  color: var(--ink);
  background: var(--cream);
  border: 0;
  border-radius: 28px;
  box-shadow: 0 30px 100px rgba(0,0,0,.4);
}
.prep-dialog::backdrop { background: rgba(35, 11, 24, .76); backdrop-filter: blur(5px); }
.dialog-shell { padding: 24px; }
.dialog-header { display: flex; justify-content: space-between; gap: 24px; }
.dialog-header h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(34px, 8vw, 52px); line-height: .95; letter-spacing: -.05em; }
.icon-button { flex: 0 0 44px; width: 44px; height: 44px; color: var(--white); background: var(--wine); border: 0; border-radius: 50%; font-size: 27px; cursor: pointer; }
.prep-notice { margin: 24px 0; padding: 14px; display: flex; align-items: flex-start; gap: 12px; color: #654a58; background: #fff0c7; border-radius: 14px; font-size: 13px; }
.prep-notice span { flex: 0 0 24px; display: grid; place-items: center; color: var(--white); background: #9a6c19; border-radius: 50%; font-weight: 900; }
.prep-notice p { margin: 0; }
.readiness-row { margin-bottom: 26px; display: flex; align-items: center; gap: 14px; }
.readiness-row p { margin: 3px 0 0; color: #7a626e; font-size: 12px; }
.progress-ring { width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(var(--aqua) var(--progress), #d8e8eb 0); position: relative; }
.progress-ring::before { content: ""; position: absolute; inset: 7px; background: var(--cream); border-radius: 50%; }
.progress-ring strong { position: relative; z-index: 1; font-size: 12px; }
.form-grid { display: grid; gap: 17px; }
.form-grid label { display: grid; gap: 7px; }
.form-grid label span { font-size: 12px; font-weight: 850; }
.form-grid input, .form-grid textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: var(--white); border: 1px solid #d9c8b7; border-radius: 12px; resize: vertical; }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #aa959e; }
.form-actions { margin-top: 22px; display: flex; flex-direction: column; align-items: stretch; gap: 8px; }
.saved-state { margin: 8px 0 0; color: #7d6671; font-size: 11px; text-align: center; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 22px; padding: 12px 18px; color: var(--white); background: var(--ink); border-radius: 999px; box-shadow: var(--shadow); font-size: 13px; font-weight: 800; opacity: 0; pointer-events: none; transform: translate(-50%, 18px); transition: opacity .25s ease, transform .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (min-width: 720px) {
  .site-header { top: 18px; left: 22px; right: 22px; }
  .menu-button { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 6px; padding: 0; background: none; border: 0; border-radius: 0; box-shadow: none; }
  .site-nav a { padding: 10px 12px; font-size: 13px; }
  .hero { min-height: 790px; padding: 164px 30px 70px; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; }
  .hero-content { align-self: center; }
  .hero-actions { flex-direction: row; align-items: center; }
  .date-card { align-self: end; margin-top: 0; }
  .section { padding: 120px 30px; }
  .facts-grid { grid-template-columns: repeat(3, 1fr); }
  .vendor-preview { min-height: 470px; padding: 50px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
  .preview-stage { height: 390px; margin: 0 -80px -110px 10px; }
  .preview-card { width: 190px; height: 270px; }
  .preview-one { left: 2%; bottom: 20px; }
  .preview-two { left: 31%; bottom: 74px; }
  .preview-three { left: 59%; bottom: 14px; }
  .vendor-intro { grid-template-columns: 1.15fr .85fr; column-gap: 60px; }
  .vendor-intro > p { margin-top: 6px; }
  .vendor-intro .button { grid-column: 2; }
  .participation-panel { padding: 38px; }
  .panel-heading { grid-template-columns: 1fr auto; align-items: start; }
  .faq-block { display: grid; grid-template-columns: .55fr 1fr; gap: 80px; }
  .faq-list { margin-top: 0; }
  .site-footer { padding: 28px max(30px, calc((100vw - var(--max)) / 2)); grid-template-columns: 1fr auto auto; align-items: center; }
  .dialog-shell { padding: 34px; }
  .form-grid { grid-template-columns: 1fr 1fr; }
  .full-width { grid-column: 1 / -1; }
  .form-actions { flex-direction: row; align-items: center; }
  .form-actions .button { min-width: 220px; }
  .saved-state { text-align: left; }
}

@media (min-width: 1050px) {
  .hero { padding-left: max(40px, calc((100vw - var(--max)) / 2)); padding-right: max(40px, calc((100vw - var(--max)) / 2)); grid-template-columns: 1fr 330px; }
  .hero-content, .date-card { margin: 0; }
  .ribbon { right: -68px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
