@font-face {
  font-family: 'Shlop';
  src: url('../fonts/shlop-rg.ttf') format('truetype');
  font-display: swap;
}

:root {
  --zc-site-width: 1240px;
  --zc-header-height: 84px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: #f7efd9;
  color: var(--zc-ink, #15121d);
  font-family: 'Avenir Next', 'Century Gothic', 'Trebuchet MS', sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body.has-open-menu { overflow: hidden; }
html:has(body.zc-holding-page),
body.zc-holding-page { min-height: 100vh; overflow-x: hidden; overflow-y: auto; background: #f7efd9 !important; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font-family: inherit; }
h1, h2, h3, h4 { font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif; font-weight: 900; letter-spacing: -0.045em; }
h1 { font-size: clamp(3rem, 10vw, 8rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.6rem); line-height: 0.94; }
p { text-wrap: pretty; }
::selection { background: var(--zc-lime); color: var(--zc-ink); }
:focus-visible { outline: 3px solid var(--zc-pink); outline-offset: 4px; }
.screen-reader-text, .zc-skip-link { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.zc-skip-link:focus { width: auto; height: auto; clip: auto; z-index: 99999; top: 1rem; left: 1rem; padding: 0.7rem 1rem; background: #fff; }

.zc-global-alert {
  min-height: 42px;
  background: var(--zc-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 0.45rem 1rem;
  font-size: 0.8rem;
}
.zc-global-alert span { border-radius: 99px; background: #fff; color: var(--zc-red); padding: 0.2rem 0.45rem; font-size: 0.64rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.zc-global-alert p { margin: 0; font-weight: 800; }
.zc-global-alert a { font-weight: 900; }

.zc-site-header {
  position: sticky;
  top: 0;
  z-index: 2000;
  height: var(--zc-header-height);
  border-bottom: 2px solid var(--zc-ink);
  background: rgb(247 239 217 / 94%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4vw;
  backdrop-filter: blur(18px);
}
.zc-brand { display: flex; align-items: center; gap: 0.7rem; color: inherit; text-decoration: none; }
.zc-brand img { width: 70px; height: 70px; object-fit: contain; filter: drop-shadow(2px 3px 0 rgb(21 18 29 / 28%)); }
.zc-brand span { display: grid; line-height: 1; }
.zc-brand strong { font-family: 'Shlop', fantasy; font-size: 1.5rem; font-weight: 400; letter-spacing: 0.01em; }
.zc-brand small { margin-top: 0.2rem; font-size: 0.62rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.zc-primary-nav { display: flex; align-items: center; gap: clamp(0.9rem, 2vw, 1.7rem); }
.zc-primary-nav a { position: relative; color: inherit; font-size: 0.76rem; font-weight: 900; letter-spacing: 0.05em; text-decoration: none; text-transform: uppercase; }
.zc-primary-nav > a::after { content: ''; position: absolute; right: 0; bottom: -0.35rem; left: 0; height: 3px; border-radius: 99px; background: var(--zc-lime); transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
.zc-primary-nav > a:hover::after { transform: scaleX(1); }
.zc-menu-toggle { display: none; }

.zc-section { width: min(var(--zc-site-width), calc(100% - 8vw)); margin-inline: auto; }
.zc-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.zc-section-heading h2 { margin: 0; }
.zc-text-link { display: inline-flex; align-items: center; gap: 0.5rem; color: inherit; font-weight: 900; text-underline-offset: 0.25rem; }

.zc-hero {
  position: relative;
  min-height: min(930px, calc(100dvh - var(--zc-header-height)));
  background: #60417b url('../images/newquay-night.jpg') center / cover no-repeat;
  color: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}
.zc-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 40%, transparent 10%, rgb(28 16 46 / 42%) 70%), linear-gradient(to bottom, rgb(48 26 70 / 16%), rgb(21 18 29 / 82%)); }
.zc-hero__wash { position: absolute; inset: auto -15% -16% -15%; z-index: -1; height: 42%; background: var(--zc-lime); border-radius: 50% 50% 0 0; filter: blur(55px); opacity: 0.45; }
.zc-hero__content { width: min(850px, calc(100% - 8vw)); padding: 4rem 0 8rem; text-align: center; }
.zc-hero__logo { width: clamp(270px, 48vw, 560px); max-height: 470px; object-fit: contain; margin: -1.4rem auto -2.2rem; filter: drop-shadow(0 22px 26px rgb(10 5 20 / 50%)); }
.zc-hero h1 { max-width: 920px; margin: 0 auto; font-size: clamp(2.7rem, 7vw, 6.4rem); line-height: 0.86; text-transform: uppercase; text-shadow: 4px 5px 0 var(--zc-ink); }
.zc-hero__date { margin: 1.25rem 0 0; color: var(--zc-lime); font-size: clamp(1.15rem, 2.5vw, 1.65rem); font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.zc-hero__countdown { display: inline-block; margin: 0.65rem 0 1.5rem; border: 1px solid rgb(255 255 255 / 45%); border-radius: 99px; background: rgb(21 18 29 / 35%); padding: 0.4rem 0.8rem; font-size: 0.73rem; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; backdrop-filter: blur(8px); }
.zc-hero .zc-button-row { justify-content: center; }
.zc-hero__creature { position: absolute; z-index: -1; width: min(420px, 34vw); max-height: 460px; object-fit: contain; opacity: 0.94; filter: drop-shadow(8px 12px 0 rgb(21 18 29 / 38%)); }
.zc-hero__creature--left { left: -8%; bottom: -4%; transform: rotate(8deg); }
.zc-hero__creature--right { right: -8%; bottom: -8%; transform: rotate(-7deg); }
.zc-hero__scroll { position: absolute; bottom: 1.1rem; left: 50%; transform: translateX(-50%); display: flex; align-items: center; gap: 0.65rem; color: rgb(255 255 255 / 76%); font-size: 0.62rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; white-space: nowrap; }
.zc-hero__scroll span { color: var(--zc-lime); font-size: 1.2rem; }

.zc-intro { padding-block: clamp(4rem, 10vw, 9rem); }
.zc-intro__grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(2rem, 8vw, 8rem); align-items: end; }
.zc-intro h2 { margin: 0; max-width: 680px; }
.zc-intro__grid p { font-size: clamp(1.1rem, 2vw, 1.35rem); }

.zc-home-map { width: min(1440px, calc(100% - 4vw)); margin: 0 auto clamp(5rem, 10vw, 9rem); }
.zc-home-map .zc-map-app { border-radius: 1.2rem 1.2rem 1.2rem 0.3rem; box-shadow: 12px 14px 0 var(--zc-ink); }
.zc-whats-on-preview { padding-bottom: clamp(5rem, 10vw, 9rem); }
.zc-whats-on-preview .zc-listings__controls { display: none; }

.zc-crawl-callout { position: relative; width: min(1380px, calc(100% - 4vw)); margin: 0 auto clamp(5rem, 10vw, 9rem); min-height: 520px; border: 3px solid var(--zc-ink); border-radius: 1.4rem 1.4rem 1.4rem 0.3rem; background: var(--zc-orange); display: grid; grid-template-columns: 1fr 0.8fr; align-items: center; gap: 2rem; padding: clamp(2rem, 7vw, 6rem); box-shadow: 12px 14px 0 var(--zc-ink); overflow: hidden; }
.zc-crawl-callout::after { content: 'BRAINS'; position: absolute; right: -1rem; bottom: -4rem; color: rgb(255 255 255 / 15%); font-family: 'Shlop', fantasy; font-size: clamp(8rem, 24vw, 24rem); line-height: 1; transform: rotate(-6deg); }
.zc-crawl-callout__content { position: relative; z-index: 1; max-width: 680px; }
.zc-crawl-callout h2 { margin: 0 0 1rem; font-family: 'Shlop', fantasy; font-weight: 400; letter-spacing: 0; }
.zc-crawl-callout__content > p { max-width: 52ch; font-size: 1.1rem; font-weight: 650; }
.zc-crawl-callout__stamp { position: relative; z-index: 1; width: min(330px, 100%); aspect-ratio: 1; border: 6px solid var(--zc-ink); border-radius: 50%; background: var(--zc-lime); display: flex; align-items: center; justify-content: center; gap: 0.8rem; transform: rotate(7deg); box-shadow: 10px 12px 0 var(--zc-ink); }
.zc-crawl-callout__stamp strong { font-family: 'Shlop', fantasy; font-size: clamp(5rem, 10vw, 9rem); font-weight: 400; line-height: 0.8; }
.zc-crawl-callout__stamp span { font-weight: 900; line-height: 1.15; text-transform: uppercase; }

.zc-home-gallery { background: var(--zc-ink); color: #fff; padding: clamp(4rem, 8vw, 7rem) 0; overflow: hidden; }
.zc-home-gallery .zc-section-heading { width: min(var(--zc-site-width), calc(100% - 8vw)); }
.zc-photo-ribbon { width: 110%; margin-left: -5%; display: grid; grid-template-columns: repeat(6, minmax(180px, 1fr)); gap: 0.7rem; transform: rotate(-1.5deg); }
.zc-photo-ribbon figure { aspect-ratio: 4 / 5; margin: 0; border: 7px solid #fff; background: #fff; overflow: hidden; }
.zc-photo-ribbon figure:nth-child(even) { transform: translateY(1.2rem) rotate(1deg); }
.zc-photo-ribbon img { width: 100%; height: 100%; object-fit: cover; }

.zc-business-cta { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 2rem; padding-block: clamp(5rem, 10vw, 9rem); }
.zc-business-cta h2 { max-width: 760px; margin: 0 0 1rem; }
.zc-business-cta p { max-width: 66ch; font-size: 1.1rem; }

.zc-page-hero { position: relative; min-height: 360px; background: var(--zc-ink) url('../images/newquay-night.jpg') center 60% / cover no-repeat; color: #fff; display: flex; align-items: end; overflow: hidden; isolation: isolate; }
.zc-page-hero::before { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgb(21 18 29 / 95%), rgb(21 18 29 / 50%)), linear-gradient(to top, rgb(21 18 29 / 80%), transparent); }
.zc-page-hero__inner { width: min(var(--zc-site-width), calc(100% - 8vw)); margin-inline: auto; padding-block: clamp(3rem, 8vw, 6rem); }
.zc-page-hero h1 { margin: 0; font-family: 'Shlop', fantasy; font-weight: 400; letter-spacing: 0; line-height: 0.8; }
.zc-page-hero p { max-width: 60ch; margin: 1rem 0 0; font-size: 1.1rem; }
.zc-page-content { width: min(var(--zc-site-width), calc(100% - 8vw)); min-height: 45vh; margin-inline: auto; padding-block: clamp(3rem, 8vw, 7rem); }
.zc-page-content > p:first-child { font-size: 1.2rem; }
.zc-map-page .zc-map-app { border-width: 0 0 2px; }

.zc-detail-hero { background: var(--zc-ink); color: #fff; }
.zc-detail-hero__inner { width: min(1040px, calc(100% - 8vw)); margin-inline: auto; padding-block: clamp(4rem, 10vw, 8rem); }
.zc-detail-hero h1 { margin: 0.8rem 0; font-size: clamp(3.5rem, 9vw, 8rem); line-height: 0.82; }
.zc-detail-hero p { display: flex; align-items: center; gap: 0.45rem; color: var(--zc-lime); font-weight: 900; }
.zc-detail-hero svg { width: 1.2rem; fill: none; stroke: currentColor; stroke-width: 2; }
.zc-detail-content { width: min(1040px, calc(100% - 8vw)); margin-inline: auto; display: grid; grid-template-columns: 1fr 360px; gap: clamp(2rem, 6vw, 5rem); padding-block: clamp(3rem, 8vw, 7rem); }
.zc-detail-content__main { font-size: 1.1rem; }
.zc-detail-content__main figure { margin: 0 0 2rem; }
.zc-detail-card { position: sticky; top: calc(var(--zc-header-height) + 1rem); border: 3px solid var(--zc-ink); border-radius: 1rem 1rem 1rem 0.25rem; background: #fff; padding: 1.3rem; box-shadow: 7px 8px 0 var(--zc-ink); align-self: start; }
.zc-detail-card dl { margin: 1rem 0; }
.zc-detail-card dl div { border-bottom: 1px solid rgb(21 18 29 / 14%); padding: 0.8rem 0; }
.zc-detail-card dt { font-size: 0.68rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.zc-detail-card dd { margin: 0.2rem 0 0; font-weight: 700; }
.zc-detail-card__actions { display: grid; gap: 0.8rem; }

.zc-site-footer { padding: 4rem 4vw 7rem; background: var(--zc-ink); color: #fff; }
.zc-site-footer__inner { width: min(var(--zc-site-width), 100%); margin-inline: auto; display: grid; grid-template-columns: 1fr auto auto; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.zc-site-footer__brand { display: flex; align-items: center; gap: 1rem; }
.zc-site-footer__brand img { width: 90px; }
.zc-site-footer__brand strong { font-family: 'Shlop', fantasy; color: var(--zc-lime); font-size: 2rem; font-weight: 400; }
.zc-site-footer__brand p { margin: 0; color: rgb(255 255 255 / 60%); font-size: 0.75rem; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.zc-site-footer__links { display: grid; grid-template-columns: repeat(2, auto); gap: 0.5rem 1.5rem; }
.zc-site-footer__links a { color: rgb(255 255 255 / 76%); font-size: 0.78rem; font-weight: 800; text-decoration: none; }
.zc-site-footer__partner a { display: block; }
.zc-site-footer__partner img { display: block; width: min(230px, 100%); height: auto; }
.zc-site-footer__base { width: min(var(--zc-site-width), 100%); margin: 3rem auto 0; border-top: 1px solid rgb(255 255 255 / 16%); padding-top: 1rem; display: flex; justify-content: space-between; color: rgb(255 255 255 / 45%); font-size: 0.68rem; }
.zc-app-nav { display: none; }

.zc-404 { min-height: 75vh; background: var(--zc-ink); color: #fff; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 4rem; text-align: center; }
.zc-404 h1 { margin: 0; color: var(--zc-lime); font-family: 'Shlop', fantasy; font-size: clamp(9rem, 30vw, 25rem); font-weight: 400; line-height: 0.75; }

/* Elementor Coming Soon page */
.zc-coming-soon {
  position: relative;
  z-index: 0;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
  background: #0c0b13 url('../images/newquay-night.jpg') center / cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.zc-coming-soon::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgb(9 8 15 / 96%), rgb(12 10 20 / 72%) 55%, rgb(12 10 20 / 38%)), linear-gradient(to top, #0c0b13, transparent 68%); }
.zc-coming-soon::after { content: ''; position: absolute; z-index: -1; right: -18vw; bottom: -28vw; width: min(820px, 66vw); aspect-ratio: 1; border-radius: 50%; background: var(--zc-lime); filter: blur(95px); opacity: 0.14; }
.zc-coming-soon__noise { position: absolute; z-index: -1; inset: 0; opacity: 0.32; background: repeating-linear-gradient(115deg, transparent 0 28px, rgb(255 255 255 / 2%) 29px 30px); mix-blend-mode: overlay; pointer-events: none; }
.zc-coming-soon__header { width: min(var(--zc-site-width), calc(100% - 8vw)); margin-inline: auto; padding: clamp(1.1rem, 3vw, 2rem) 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.zc-coming-soon__partner img { display: block; width: min(164px, 34vw); height: auto; }
.zc-coming-soon__sponsor { display: flex; align-items: center; gap: 0.6rem; color: rgb(255 255 255 / 62%); font-size: 0.55rem; font-weight: 900; letter-spacing: 0.15em; text-decoration: none; text-transform: uppercase; }
.zc-coming-soon__sponsor img { width: 44px; height: 44px; }
.zc-coming-soon__content { width: min(650px, calc(100% - 8vw)); margin: auto auto auto max(4vw, calc((100vw - var(--zc-site-width)) / 2)); padding: 1rem 0 6rem; }
.zc-coming-soon__eyebrow, .zc-coming-soon__status { margin: 0; color: var(--zc-lime); font-size: 0.7rem; font-weight: 900; letter-spacing: 0.16em; text-transform: uppercase; }
.zc-coming-soon__logo { display: block; width: clamp(230px, 29vw, 380px); max-height: 310px; margin: -1rem 0 -1.6rem -0.7rem; object-fit: contain; filter: drop-shadow(0 18px 28px rgb(0 0 0 / 55%)); }
.zc-coming-soon h1 { max-width: 620px; margin: 0.75rem 0 0; font-size: clamp(3.2rem, 7.2vw, 7.4rem); line-height: 0.76; text-shadow: 3px 4px 0 rgb(0 0 0 / 42%); }
.zc-coming-soon__date { margin: 1.25rem 0 0; color: #fff; font-size: clamp(1rem, 2vw, 1.25rem); font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.zc-coming-soon__intro { max-width: 52ch; margin: 0.75rem 0 0; color: rgb(255 255 255 / 78%); font-size: clamp(1rem, 1.7vw, 1.16rem); }
.zc-coming-soon__access { max-width: 31rem; margin-top: 1.5rem; }
.zc-coming-soon__access > label { display: block; margin-bottom: 0.45rem; color: #fff; font-size: 0.68rem; font-weight: 900; letter-spacing: 0.11em; text-transform: uppercase; }
.zc-coming-soon__access-row { display: flex; gap: 0.65rem; }
.zc-coming-soon__access-row input { min-width: 0; flex: 1; border: 2px solid rgb(255 255 255 / 32%); border-radius: 0.35rem; background: rgb(5 4 9 / 76%); color: #fff; font: inherit; font-weight: 800; letter-spacing: 0.08em; padding: 0.75rem 0.9rem; }
.zc-coming-soon__access-row input:focus { border-color: var(--zc-lime); outline: 3px solid rgb(197 250 56 / 22%); outline-offset: 2px; }
.zc-coming-soon__access-row .zc-button { flex: 0 0 auto; border: 0; cursor: pointer; }
.zc-coming-soon__access-error { margin: 0.6rem 0 0; color: #ffb6ad; font-size: 0.82rem; font-weight: 800; }
.zc-coming-soon__actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1.2rem; margin-top: 1.8rem; }
.zc-coming-soon__text-link { color: #fff; font-size: 0.75rem; font-weight: 900; letter-spacing: 0.05em; text-underline-offset: 0.3rem; text-transform: uppercase; }
.zc-coming-soon__text-link span { display: inline-block; margin-left: 0.2rem; color: var(--zc-lime); font-size: 1.1rem; transition: transform 180ms ease; }
.zc-coming-soon__text-link:hover span { transform: translateX(0.25rem); }
.zc-coming-soon__zombie, .zc-coming-soon__pumpkin { position: absolute; z-index: -1; width: min(430px, 31vw); max-height: 60vh; object-fit: contain; filter: drop-shadow(10px 12px 0 rgb(0 0 0 / 28%)); pointer-events: none; }
.zc-coming-soon__zombie { right: -4%; bottom: -4%; transform: rotate(-8deg); }
.zc-coming-soon__pumpkin { right: 18%; bottom: -12%; width: min(350px, 24vw); transform: rotate(7deg); }
.zc-coming-soon__footer { width: min(var(--zc-site-width), calc(100% - 8vw)); margin: 0 auto; padding-bottom: 1.25rem; color: rgb(255 255 255 / 42%); font-size: 0.62rem; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }

@media (min-width: 981px) and (max-height: 820px) {
  .zc-coming-soon__header { padding-block: 0.8rem; }
  .zc-coming-soon__content { padding-block: 0 2rem; }
  .zc-coming-soon__logo { width: 250px; max-height: 205px; margin-block: -0.8rem -1.1rem; }
  .zc-coming-soon h1 { font-size: clamp(3.2rem, 5vw, 4.6rem); }
  .zc-coming-soon__date { margin-top: 0.8rem; }
  .zc-coming-soon__intro { margin-top: 0.4rem; font-size: 1rem; }
  .zc-coming-soon__access { margin-top: 0.85rem; }
  .zc-coming-soon__actions { margin-top: 1rem; }
}

[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 600ms ease, transform 600ms ease; }
[data-reveal].is-revealed { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .zc-menu-toggle { position: relative; z-index: 3; width: 48px; height: 48px; border: 2px solid var(--zc-ink); border-radius: 50%; background: var(--zc-lime); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; box-shadow: 3px 4px 0 var(--zc-ink); }
  .zc-menu-toggle > span:not(.screen-reader-text) { width: 20px; height: 2px; background: var(--zc-ink); transition: transform 180ms ease, opacity 180ms ease; }
  .zc-menu-toggle.is-open > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .zc-menu-toggle.is-open > span:nth-child(2) { opacity: 0; }
  .zc-menu-toggle.is-open > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .zc-primary-nav { position: fixed; inset: 0; z-index: 2; background: var(--zc-ink); color: #fff; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 1rem; padding: 12vh 10vw; transform: translateX(105%); transition: transform 280ms cubic-bezier(.2,.8,.2,1); }
  .zc-primary-nav.is-open { transform: translateX(0); }
  .zc-primary-nav a { font-family: 'Avenir Next Condensed', sans-serif; font-size: clamp(1.8rem, 6vw, 3.5rem); letter-spacing: -0.02em; text-transform: none; }
  .zc-intro__grid { grid-template-columns: 1fr; align-items: start; }
  .zc-crawl-callout { grid-template-columns: 1fr 280px; }
  .zc-business-cta { grid-template-columns: 1fr; align-items: start; }
  .zc-business-cta .zc-button { justify-self: start; }
  .zc-site-footer__inner { grid-template-columns: 1fr 1fr; }
  .zc-site-footer__partner { grid-column: 1 / -1; }
}

@media (min-width: 900px) {
  .zc-map-page .zc-map-sheet { top: calc(var(--zc-header-height) + 1rem); }
}

@media (max-width: 700px) {
  :root { --zc-header-height: 72px; }
  body { padding-bottom: 70px; }
  .zc-global-alert { justify-content: flex-start; overflow: hidden; }
  .zc-global-alert p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .zc-site-header { padding: 0 1rem; }
  .zc-brand img { width: 58px; height: 58px; }
  .zc-brand strong { font-size: 1.1rem; }
  .zc-brand small { font-size: 0.52rem; }
  .zc-hero { min-height: calc(100svh - var(--zc-header-height)); }
  .zc-hero__content { padding: 2.5rem 0 6rem; }
  .zc-hero__logo { width: min(90vw, 420px); margin-bottom: -1.4rem; }
  .zc-hero h1 { font-size: clamp(2.5rem, 11vw, 4.4rem); }
  .zc-hero__creature { width: 52vw; opacity: 0.65; }
  .zc-hero__creature--left { left: -24%; }
  .zc-hero__creature--right { right: -26%; }
  .zc-hero__scroll { display: none; }
  .zc-section-heading { align-items: start; display: grid; }
  .zc-home-map { width: 100%; }
  .zc-home-map .zc-map-app { border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
  .zc-crawl-callout { width: calc(100% - 8vw); min-height: auto; grid-template-columns: 1fr; padding-bottom: 3rem; }
  .zc-crawl-callout__stamp { width: 210px; justify-self: center; }
  .zc-photo-ribbon { width: max-content; grid-template-columns: repeat(6, 180px); }
  .zc-business-cta { padding-bottom: 6rem; }
  .zc-page-hero { min-height: 280px; }
  .zc-page-hero h1 { font-size: clamp(4rem, 20vw, 7rem); }
  .zc-detail-content { grid-template-columns: 1fr; }
  .zc-detail-card { position: static; }
  .zc-site-footer { padding: 3rem 1rem 2rem; }
  .zc-site-footer__inner { grid-template-columns: 1fr; }
  .zc-site-footer__partner { grid-column: auto; }
  .zc-site-footer__base { display: grid; gap: 0.3rem; }
  .zc-app-nav { position: fixed; right: 0; bottom: 0; left: 0; z-index: 3000; min-height: 70px; border-top: 2px solid var(--zc-ink); background: rgb(255 248 232 / 94%); display: grid; grid-template-columns: repeat(5, 1fr); padding: 0 0.25rem env(safe-area-inset-bottom); backdrop-filter: blur(18px); }
  .zc-app-nav a { position: relative; min-width: 0; color: var(--zc-ink); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.15rem; font-size: 0.54rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }
  .zc-app-nav__icon { width: 2rem; height: 2rem; object-fit: contain; }
  body.zc-holding-page { padding-bottom: 0; }
  .zc-coming-soon { min-height: 100svh; background-position: 58% center; }
  .zc-coming-soon::before { background: linear-gradient(180deg, rgb(9 8 15 / 70%), rgb(12 10 20 / 94%) 68%, #0c0b13); }
  .zc-coming-soon__header { padding-top: 1rem; }
  .zc-coming-soon__sponsor span { display: block; max-width: none; text-align: right; line-height: 1.15; white-space: nowrap; }
  .zc-coming-soon__content { width: min(100% - 2.5rem, 540px); margin: auto; padding: 2rem 0 10rem; }
  .zc-coming-soon__logo { width: min(290px, 80vw); margin-left: -0.45rem; }
  .zc-coming-soon h1 { font-size: clamp(3.15rem, 16vw, 5.3rem); }
  .zc-coming-soon__actions { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .zc-coming-soon__access-row { align-items: stretch; flex-direction: column; }
  .zc-coming-soon__zombie { right: -26%; width: 73vw; opacity: 0.76; }
  .zc-coming-soon__pumpkin { display: none; }
  .zc-coming-soon__footer { padding-bottom: 1rem; }
}

/* CookieYes: keep consent controls inside the Zombie Crawl visual system. */
.cky-consent-container .cky-consent-bar,
.cky-modal .cky-preference-center {
  border: 1px solid rgb(181 229 0 / 55%) !important;
  border-radius: 1rem !important;
  background: linear-gradient(145deg, rgb(32 29 44 / 98%), rgb(12 11 19 / 98%)) !important;
  box-shadow: 8px 10px 0 rgb(0 0 0 / 45%), 0 24px 65px rgb(0 0 0 / 55%) !important;
  color: #fff8e8 !important;
  font-family: 'Avenir Next', 'Century Gothic', 'Trebuchet MS', sans-serif !important;
}
.cky-consent-container .cky-title,
.cky-modal .cky-preference-title {
  color: #b5e500 !important;
  font-family: 'Shlop', 'Avenir Next Condensed', fantasy !important;
  font-size: clamp(1.8rem, 4vw, 2.5rem) !important;
  font-weight: 400 !important;
  letter-spacing: .015em !important;
  line-height: .95 !important;
}
.cky-consent-container .cky-notice-des,
.cky-consent-container .cky-notice-des p,
.cky-modal .cky-preference-content-wrapper,
.cky-modal .cky-accordion-header-des,
.cky-modal .cky-accordion-body,
.cky-modal .cky-audit-table,
.cky-modal .cky-empty-cookies-text {
  color: rgb(255 248 232 / 78%) !important;
}
.cky-consent-container .cky-notice-des a,
.cky-modal a,
.cky-modal .cky-show-desc-btn {
  color: #20cbc9 !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: .18em !important;
}
.cky-consent-container .cky-btn,
.cky-modal .cky-btn {
  min-height: 46px !important;
  border: 2px solid #b5e500 !important;
  border-radius: .55rem !important;
  padding: .72rem 1rem !important;
  font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif !important;
  font-size: .92rem !important;
  font-weight: 900 !important;
  letter-spacing: .045em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  transition: transform .16s ease, background-color .16s ease, color .16s ease !important;
}
.cky-consent-container .cky-btn-accept,
.cky-modal .cky-btn-accept {
  background: #b5e500 !important;
  color: #15121d !important;
  box-shadow: 3px 4px 0 rgb(0 0 0 / 45%) !important;
}
.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-btn-customize,
.cky-modal .cky-btn-reject,
.cky-modal .cky-btn-customize {
  background: transparent !important;
  color: #fff8e8 !important;
}
.cky-consent-container .cky-btn:hover,
.cky-consent-container .cky-btn:focus-visible,
.cky-modal .cky-btn:hover,
.cky-modal .cky-btn:focus-visible {
  background: #20cbc9 !important;
  border-color: #20cbc9 !important;
  color: #15121d !important;
  transform: translateY(-2px) !important;
}
.cky-modal .cky-preference-header,
.cky-modal .cky-preference-body-wrapper,
.cky-modal .cky-preference-content-wrapper,
.cky-modal .cky-accordion,
.cky-modal .cky-accordion-item,
.cky-modal .cky-preference-footer {
  border-color: rgb(255 255 255 / 13%) !important;
  background: transparent !important;
}
.cky-modal .cky-accordion-btn,
.cky-modal .cky-always-active {
  color: #fff8e8 !important;
  font-family: 'Avenir Next Condensed', 'Arial Narrow', sans-serif !important;
  font-weight: 900 !important;
}
.cky-modal .cky-always-active { color: #b5e500 !important; }
.cky-modal .cky-btn-close { filter: invert(1); }
.cky-btn-revisit-wrapper {
  background: #b5e500 !important;
  box-shadow: 3px 4px 0 rgb(0 0 0 / 45%) !important;
}
.cky-btn-revisit-wrapper .cky-btn-revisit { filter: brightness(0) saturate(100%); }
@media (max-width: 700px) {
  .cky-consent-container.cky-box-bottom-left,
  .cky-consent-container.cky-box-bottom-right {
    bottom: calc(var(--zc-app-nav-height, 90px) + env(safe-area-inset-bottom) + .75rem) !important;
  }
  .cky-consent-container .cky-consent-bar { padding: 1.1rem !important; }
  .cky-consent-container .cky-notice-btn-wrapper { gap: .55rem !important; }
  .cky-consent-container .cky-btn { width: 100% !important; margin: 0 !important; }
  .cky-btn-revisit-wrapper { bottom: calc(var(--zc-app-nav-height, 90px) + env(safe-area-inset-bottom) + .75rem) !important; }
  body.zc-gallery-page:not(.zc-gallery-submit-visible) .cky-btn-revisit-wrapper {
    bottom: calc(var(--zc-app-nav-height, 90px) + env(safe-area-inset-bottom) + 4.9rem) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .zc-primary-nav { transition: none; }
}

/* Dark app shell */
:root {
  --zc-site-width: 1180px;
  --zc-header-height: 72px;
  --zc-app-nav-height: 90px;
  --zc-panel: #171522;
  --zc-panel-raised: #201d2c;
  --zc-line: rgb(255 255 255 / 13%);
  --zc-muted: rgb(255 255 255 / 65%);
}

body {
  background:
    radial-gradient(circle at 12% 8%, rgb(113 58 139 / 22%), transparent 28rem),
    radial-gradient(circle at 88% 42%, rgb(32 203 201 / 8%), transparent 34rem),
    #0c0b13;
  color: #fff;
}

#main-content {
  background:
    radial-gradient(circle at 84% 16%, rgb(32 203 201 / 7%), transparent 34rem),
    #0c0b13;
}

h1,
h2,
.zc-page-hero h1 {
  font-family: 'Shlop', fantasy;
  font-weight: 400;
  letter-spacing: 0.015em;
}

h3,
h4 {
  letter-spacing: -0.025em;
}

.zc-site-header {
  height: var(--zc-header-height);
  border-bottom: 1px solid var(--zc-line);
  background: rgb(12 11 19 / 88%);
  color: #fff;
  padding-inline: max(1.1rem, calc((100vw - var(--zc-site-width)) / 2));
  backdrop-filter: blur(22px) saturate(130%);
}

.zc-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  gap: 0;
  transform: translate(-50%, -50%);
}

.zc-brand__mark {
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
  line-height: 1;
  transform: rotate(-1deg);
}

.zc-brand__mark strong {
  color: var(--zc-lime);
  font-family: 'Shlop', fantasy;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  font-weight: 400;
  letter-spacing: 0.025em;
}

.zc-brand__mark small {
  color: #fff;
  font-size: 0.55rem;
  font-weight: 900;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.zc-partner-promo {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 42px;
  color: #fff;
  text-decoration: none;
}

.zc-partner-promo > img {
  display: block;
  width: 106px;
  height: auto;
}

.zc-partner-promo__copy {
  display: grid;
  border-left: 1px solid rgb(255 255 255 / 16%);
  padding-left: 0.7rem;
  line-height: 1.15;
}

.zc-partner-promo__eyebrow {
  color: rgb(255 255 255 / 54%);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.zc-partner-promo__link {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  margin-top: 0.05rem;
  color: var(--zc-lime);
  font-family: 'Shlop', fantasy;
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.zc-partner-promo__link img {
  display: inline-block;
  width: 1.55rem;
  height: 1.25rem;
  margin: -0.14rem -0.25rem -0.1rem 0;
  object-fit: contain;
  transform: scaleX(-1);
  transition: transform 180ms ease;
}

.zc-partner-promo:hover .zc-partner-promo__link img,
.zc-partner-promo:focus-visible .zc-partner-promo__link img {
  transform: translateX(-0.22rem) scaleX(-1);
}

.zc-sponsor {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 42px;
  color: #fff;
  padding-left: 0.85rem;
  text-decoration: none;
}

.zc-sponsor > img {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.zc-sponsor__copy {
  display: grid;
  line-height: 1.15;
}

.zc-sponsor__eyebrow {
  color: rgb(255 255 255 / 54%);
  font-size: 0.54rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.zc-sponsor__link {
  display: flex;
  align-items: center;
  gap: 0.18rem;
  margin-top: 0.05rem;
  color: var(--zc-lime);
  font-family: 'Shlop', fantasy;
  font-size: 1.12rem;
  font-weight: 400;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.zc-sponsor__link img {
  display: inline-block;
  width: 1.55rem;
  height: 1.25rem;
  margin: -0.14rem -0.25rem -0.1rem 0;
  object-fit: contain;
  transition: transform 180ms ease;
}

.zc-sponsor:hover .zc-sponsor__link img,
.zc-sponsor:focus-visible .zc-sponsor__link img {
  transform: translateX(0.22rem);
}

.zc-primary-nav a {
  color: rgb(255 255 255 / 76%);
  font-size: 0.7rem;
}

.zc-primary-nav > a:hover,
.zc-primary-nav > a[aria-current='page'] {
  color: #fff;
}

.zc-primary-nav > a::after {
  background: var(--zc-lime);
}

.zc-primary-nav > a[aria-current='page']::after {
  transform: scaleX(1);
}

.zc-global-alert {
  border-bottom: 1px solid rgb(255 255 255 / 16%);
}

.zc-hero {
  min-height: min(880px, calc(100svh - var(--zc-header-height)));
  background-position: center 68%;
  place-items: stretch;
}

.zc-hero::before {
  background:
    linear-gradient(90deg, rgb(9 8 15 / 96%) 0%, rgb(12 10 20 / 76%) 50%, rgb(12 10 20 / 20%) 100%),
    linear-gradient(to top, #0c0b13 0%, transparent 44%);
}

.zc-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: repeating-linear-gradient(115deg, transparent 0 28px, rgb(255 255 255 / 1.5%) 29px 30px);
  content: '';
  mix-blend-mode: overlay;
}

.zc-hero__wash {
  inset: auto 12% -15% auto;
  width: 38%;
  height: 38%;
  opacity: 0.2;
}

.zc-hero__content {
  width: min(620px, calc(100% - 8vw));
  margin-left: max(4vw, calc((100vw - var(--zc-site-width)) / 2));
  padding: clamp(3rem, 8vh, 7rem) 0 9rem;
  text-align: left;
}

.zc-hero__logo {
  width: clamp(240px, 30vw, 390px);
  max-height: 330px;
  margin: -1rem 0 -1.7rem;
  filter: drop-shadow(0 18px 28px rgb(0 0 0 / 55%));
}

.zc-hero h1 {
  margin-inline: 0;
  color: #fff;
  font-size: clamp(3.2rem, 6.2vw, 6.2rem);
  line-height: 0.78;
  text-shadow: 3px 4px 0 rgb(0 0 0 / 45%);
}

.zc-hero__date {
  color: var(--zc-lime);
}

.zc-hero__countdown {
  border-color: var(--zc-line);
  background: rgb(12 11 19 / 74%);
}

.zc-hero .zc-button-row {
  justify-content: flex-start;
}

.zc-hero__creature {
  display: none;
}

.zc-hero__scroll {
  display: none;
}

.zc-home-actions {
  position: relative;
  z-index: 5;
  width: min(var(--zc-site-width), calc(100% - 8vw));
  margin: -4.3rem auto 0;
  border: 1px solid var(--zc-line);
  border-radius: 1.1rem;
  background: rgb(23 21 34 / 92%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  box-shadow: 0 26px 70px rgb(0 0 0 / 38%);
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.zc-home-actions a {
  min-height: 142px;
  border-right: 1px solid var(--zc-line);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: background 180ms ease, color 180ms ease;
}

.zc-home-actions a:last-child {
  border-right: 0;
}

.zc-home-actions a:hover {
  background: var(--zc-lime);
  color: var(--zc-ink);
}

.zc-home-actions .zc-app-nav__icon { width: 4.15rem; height: 4.15rem; object-fit: contain; }

.zc-home-actions span,
.zc-home-actions strong,
.zc-home-actions small {
  display: block;
}

.zc-home-actions strong {
  font-family: 'Avenir Next Condensed', sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.zc-home-actions small {
  margin-top: 0.15rem;
  color: var(--zc-muted);
  font-size: 0.68rem;
}

.zc-home-actions a:hover small {
  color: rgb(21 18 29 / 66%);
}

.zc-hero__date-art { display: block; width: min(310px, 82vw); height: auto; margin: 1.3rem 0 0; }

.zc-intro {
  padding-block: clamp(6rem, 12vw, 10rem);
}

.zc-intro__grid p,
.zc-business-cta p {
  color: var(--zc-muted);
}

.zc-home-map {
  border: 1px solid var(--zc-line);
  border-radius: 1.35rem;
  background: var(--zc-panel);
  padding: 0.65rem;
  box-shadow: 0 32px 90px rgb(0 0 0 / 35%);
}

.zc-home-map .zc-map-app {
  border-radius: 0.9rem;
  box-shadow: none;
}

.zc-crawl-callout {
  border: 1px solid rgb(181 229 0 / 45%);
  border-radius: 1.3rem;
  background:
    linear-gradient(110deg, rgb(12 11 19 / 95%), rgb(31 27 43 / 88%)),
    url('../images/newquay-night.jpg') center / cover;
  box-shadow: 0 30px 80px rgb(0 0 0 / 34%);
}

.zc-crawl-callout::after {
  color: rgb(181 229 0 / 7%);
}

.zc-crawl-callout__content > p {
  color: var(--zc-muted);
}

.zc-crawl-callout__stamp {
  border-color: #fff;
  box-shadow: 10px 12px 0 rgb(0 0 0 / 40%);
}

.zc-home-gallery {
  border-block: 1px solid var(--zc-line);
  background: #12101b;
}

.zc-photo-ribbon figure {
  border-color: #252130;
  background: #252130;
  box-shadow: 0 18px 38px rgb(0 0 0 / 45%);
}

.zc-business-cta {
  border-bottom: 1px solid var(--zc-line);
}

.zc-page-hero {
  min-height: 300px;
  border-bottom: 1px solid var(--zc-line);
  background-position: center 64%;
}

.zc-page-hero::before {
  background: linear-gradient(90deg, rgb(12 11 19 / 98%), rgb(12 11 19 / 60%)), linear-gradient(to top, #0c0b13, transparent);
}

.zc-page-hero h1 {
  color: var(--zc-lime);
  font-size: clamp(4.2rem, 10vw, 8.5rem);
}

.zc-page-content {
  color: #fff;
}

.zc-page-content > p,
.zc-detail-content__main,
.zc-event-overview__lead > p {
  color: var(--zc-muted);
}

.zc-detail-hero {
  background: linear-gradient(110deg, #0c0b13, #21172d);
}

.zc-detail-hero h1 {
  color: var(--zc-lime);
}

.zc-detail-card {
  border: 1px solid var(--zc-line);
  background: var(--zc-panel-raised);
  color: #fff;
  box-shadow: 0 22px 60px rgb(0 0 0 / 34%);
}

.zc-site-footer {
  border-top: 1px solid var(--zc-line);
  background: #08070d;
}

.zc-site-footer__partner img {
  width: min(200px, 100%);
}

.zc-site-footer__base {
  border-color: var(--zc-line);
}

.page-template-page-explore-map .zc-site-footer {
  display: none;
}

@media (max-width: 980px) {
  .zc-menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid rgb(181 229 0 / 65%);
    background: rgb(181 229 0 / 10%);
    box-shadow: none;
  }

  .zc-menu-toggle > span:not(.screen-reader-text) {
    background: var(--zc-lime);
  }

  .zc-primary-nav {
    background:
      linear-gradient(rgb(12 11 19 / 94%), rgb(12 11 19 / 98%)),
      url('../images/newquay-portrait.webp') center / cover;
  }

  .zc-primary-nav a {
    color: #fff;
    font-family: 'Shlop', fantasy;
    font-size: clamp(2.7rem, 9vw, 5rem);
    font-weight: 400;
    letter-spacing: 0.02em;
  }
}

@media (max-width: 700px) {
  :root {
    --zc-header-height: 64px;
  }

  body {
    padding-bottom: calc(var(--zc-app-nav-height) + env(safe-area-inset-bottom));
  }

  .zc-site-header {
    padding: 0 0.9rem;
  }

  .zc-brand__mark {
    display: grid;
    gap: 0;
  }

  .zc-brand__mark strong {
    font-size: 1.65rem;
  }

  .zc-brand__mark small {
    margin-top: -0.15rem;
    font-size: 0.45rem;
  }

  .zc-brand img {
    width: 48px;
    height: 48px;
  }

  .zc-partner-promo {
    gap: 0;
    min-height: 36px;
  }

  .zc-partner-promo > img {
    width: 86px;
  }

  .zc-partner-promo__copy {
    display: none;
  }

  .zc-sponsor {
    gap: 0.4rem;
    min-height: 36px;
    padding-left: 0.55rem;
  }

  .zc-sponsor > img {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .zc-sponsor__eyebrow {
    font-size: 0.48rem;
  }

  .zc-sponsor__link {
    font-size: 0.82rem;
  }

  .zc-sponsor__link img {
    width: 1.2rem;
    height: 1rem;
  }

  .zc-menu-toggle {
    width: 42px;
    height: 42px;
  }

  .zc-hero {
    min-height: calc(100svh - var(--zc-header-height));
    background-image: url('../images/newquay-portrait.webp');
    background-position: center bottom;
  }

  .zc-hero::before {
    background: linear-gradient(to bottom, rgb(12 11 19 / 70%) 0%, rgb(12 11 19 / 28%) 42%, rgb(12 11 19 / 94%) 82%, #0c0b13 100%);
  }

  .zc-hero__content {
    width: calc(100% - 2rem);
    margin: 0 auto;
    padding: 1.8rem 0 7.5rem;
    align-self: end;
    text-align: center;
  }

  .zc-hero__logo {
    width: min(68vw, 320px);
    margin: -2rem auto -1.25rem;
  }

  .zc-hero h1 {
    font-size: clamp(3.1rem, 14vw, 4.7rem);
  }

  .zc-hero__date-art {
    margin-inline: auto;
  }

  .zc-hero .zc-button-row {
    justify-content: center;
  }

  .zc-hero .zc-button {
    min-width: min(100%, 280px);
  }

  .zc-home-actions {
    width: calc(100% - 1.5rem);
    margin-top: -4.7rem;
    grid-template-columns: repeat(4, 1fr);
  }

  .zc-home-actions a {
    min-width: 0;
    min-height: 112px;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.65rem 0.2rem;
    text-align: center;
  }

  .zc-home-actions strong {
    font-size: 0.58rem;
  }

  .zc-home-actions small {
    display: block;
    margin-top: 0;
    font-size: 0.5rem;
  }

  .zc-intro {
    padding-block: 5rem;
  }

  .zc-intro h2 {
    font-size: clamp(3.5rem, 16vw, 5.3rem);
  }

  .zc-home-map {
    width: calc(100% - 1rem);
    padding: 0.35rem;
    border-radius: 1rem;
  }

  .zc-home-map .zc-map-app {
    border-radius: 0.72rem;
  }

  .zc-page-hero {
    min-height: 210px;
  }

  .zc-page-hero h1 {
    font-size: clamp(4rem, 21vw, 6.6rem);
  }

  .zc-site-footer {
    padding-bottom: 3rem;
  }

  .zc-app-nav {
    min-height: calc(var(--zc-app-nav-height) + env(safe-area-inset-bottom));
    border-top: 1px solid var(--zc-line);
    background: rgb(13 12 20 / 94%);
    padding: 0 0.2rem env(safe-area-inset-bottom);
    box-shadow: 0 -14px 35px rgb(0 0 0 / 28%);
  }

  .zc-app-nav a {
    color: rgb(255 255 255 / 58%);
    font-size: 0.5rem;
    letter-spacing: 0.025em;
  }

  .zc-app-nav a[aria-current='page'] {
    color: var(--zc-lime);
  }

  .zc-app-nav a[aria-current='page']::after {
    position: absolute;
    top: 0;
    width: 28px;
    height: 2px;
    border-radius: 0 0 4px 4px;
    background: var(--zc-lime);
    content: '';
  }

  .zc-app-nav__icon {
    width: 3rem;
    height: 3rem;
  }
}

/* Seamless illustrated content pages */
#main-content.zc-page,
#main-content.zc-detail-page {
  min-height: calc(100svh - var(--zc-header-height));
  background-color: #f5f1dc;
  background-image:
    url('../images/newquay-page-top-small.webp'),
    url('../images/newquay-page-bottom-small.webp');
  background-position: center top, center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto, 100% auto;
}

#main-content.zc-page .zc-page-hero,
#main-content.zc-detail-page .zc-detail-hero {
  min-height: clamp(330px, 38vw, 560px);
  border-bottom: 0;
  background: transparent;
}

#main-content.zc-page .zc-page-hero::before {
  background:
    linear-gradient(90deg, rgb(12 11 19 / 72%), transparent 72%),
    linear-gradient(to bottom, transparent 55%, rgb(12 11 19 / 42%));
}

#main-content.zc-page .zc-page-content {
  margin-top: 1.5rem;
  margin-bottom: clamp(4rem, 9vw, 8rem);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 1.35rem;
  background: rgb(12 11 19 / 42%);
  padding-inline: clamp(1rem, 4vw, 3rem);
  box-shadow: 0 28px 80px rgb(0 0 0 / 22%);
  backdrop-filter: blur(3px);
}

#main-content.zc-detail-page .zc-detail-hero {
  display: flex;
  align-items: center;
}

#main-content.zc-detail-page .zc-detail-content {
  margin-bottom: clamp(4rem, 9vw, 8rem);
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: 1.35rem;
  background: rgb(12 11 19 / 52%);
  padding-inline: clamp(1rem, 4vw, 3rem);
  box-shadow: 0 28px 80px rgb(0 0 0 / 22%);
  backdrop-filter: blur(3px);
}

.zc-hero {
  background-image: url('../images/newquay-scene.webp');
}

.zc-crawl-callout {
  background-image:
    linear-gradient(110deg, rgb(12 11 19 / 95%), rgb(31 27 43 / 88%)),
    url('../images/newquay-scene.webp');
}

@media (max-width: 700px) {
  #main-content.zc-page,
  #main-content.zc-detail-page {
    background-size: auto 720px, auto 940px;
  }

  #main-content.zc-page .zc-page-hero,
  #main-content.zc-detail-page .zc-detail-hero {
    min-height: 350px;
  }

  #main-content.zc-page .zc-page-content,
  #main-content.zc-detail-page .zc-detail-content {
    width: calc(100% - 1rem);
    border-radius: 1rem;
  }

  .zc-hero {
    background-image: url('../images/newquay-portrait.webp');
  }
}

html {
  background-color: #0c0b13;
  color-scheme: dark;
}

body {
  background-color: #0c0b13 !important;
}

#main-content.zc-page,
#main-content.zc-detail-page {
  display: flow-root;
}

/* Refined page headers and listing controls */
#main-content.zc-page .zc-page-hero {
  min-height: clamp(180px, 18vw, 250px);
  align-items: center;
}

#main-content.zc-page .zc-page-hero::before {
  background: none;
}

#main-content.zc-page .zc-page-hero__inner {
  padding-block: 2rem;
  text-align: center;
}

#main-content.zc-page .zc-page-hero h1 {
  font-size: clamp(3.75rem, 8vw, 7rem);
  text-shadow: 0 4px 24px rgb(12 11 19 / 45%);
}

.zc-listings__controls .zc-inline-search {
  width: 100%;
  max-width: none;
}

.zc-listings__controls .zc-inline-search input,
.zc-listings__controls .zc-inline-search input:focus {
  border: 0 !important;
  border-radius: 0;
  outline: 0;
  background: transparent;
  box-shadow: none !important;
  padding: 0;
}

.zc-listings__controls .zc-inline-search:focus-within {
  border-color: var(--zc-lime);
  box-shadow: 0 0 0 3px rgb(181 229 0 / 16%);
}

.zc-listing-card .zc-save,
.zc-listing-card .zc-save.is-saved {
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zc-pink);
  padding: 0.45rem;
}

.zc-listing-card .zc-save:hover {
  color: var(--zc-lime);
  transform: scale(1.08);
}

.zc-listing-card .zc-save svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 700px) {
  #main-content.zc-page .zc-page-hero {
    min-height: 180px;
  }

  #main-content.zc-page .zc-page-hero h1 {
    font-size: clamp(3.5rem, 18vw, 5.5rem);
  }
}

/* Gallery collage */
#main-content.zc-page--gallery .zc-gallery__grid {
  column-gap: clamp(0.4rem, 0.8vw, 0.8rem);
  padding: 0.45rem;
}

#main-content.zc-page--gallery .zc-gallery__grid figure {
  margin: 0 0 clamp(0.4rem, 0.8vw, 0.8rem);
  border: clamp(4px, 0.55vw, 8px) solid #fff;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 12px 28px rgb(12 11 19 / 32%);
  transform: rotate(-0.7deg);
  overflow: hidden;
}

#main-content.zc-page--gallery .zc-gallery__grid figure:nth-child(3n) {
  transform: translateY(0.2rem) rotate(0.9deg);
}

#main-content.zc-page--gallery .zc-gallery__grid figure:nth-child(4n) {
  transform: translateY(-0.15rem) rotate(-1.15deg);
}

#main-content.zc-page--gallery .zc-gallery__grid figure:nth-child(5n) {
  transform: translateY(0.35rem) rotate(1.25deg);
}

#main-content.zc-page--gallery .zc-gallery__grid figcaption {
  background: #fff;
  color: var(--zc-ink);
}

#main-content.zc-page--gallery .zc-submit-panel {
  border-color: rgb(255 255 255 / 12%);
  background: rgb(23 21 34 / 96%);
}

#main-content.zc-page .zc-page-content {
  margin-top: 0;
  padding-top: 0;
}

/* Content flows directly on the illustrated page background. */
#main-content.zc-page .zc-page-content,
#main-content.zc-detail-page .zc-detail-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zc-ink);
  box-shadow: none;
  backdrop-filter: none;
  padding-inline: 0;
}

#main-content.zc-page .zc-page-content > p,
#main-content.zc-page .zc-gallery__intro p,
#main-content.zc-detail-page .zc-detail-content__main,
#main-content.zc-detail-page .zc-event-overview__lead > p {
  color: rgb(21 18 29 / 68%);
}

#main-content.zc-page .zc-update,
#main-content.zc-page .zc-placeholder-card {
  border-bottom-color: rgb(21 18 29 / 12%);
  color: var(--zc-ink);
}

#main-content.zc-page .zc-update::before {
  border-color: #f5f1dc;
  box-shadow: 0 0 0 1px rgb(21 18 29 / 18%);
}

#main-content.zc-page .zc-update::after {
  background: rgb(21 18 29 / 12%);
}

/* Detail content needs its own surface against the illustrated landscape. */
#main-content.zc-detail-page .zc-detail-card {
  border-radius: 1.35rem;
}

#main-content.zc-detail-page .zc-detail-content__main > p {
  max-width: 62ch;
  margin: 0 0 1rem;
  border: 1px solid rgb(21 18 29 / 18%);
  border-radius: 1rem;
  background: rgb(247 239 217 / 90%);
  box-shadow: 0 12px 28px rgb(21 18 29 / 16%);
  color: var(--zc-ink);
  padding: clamp(1rem, 2.4vw, 1.45rem);
  font-weight: 650;
  line-height: 1.6;
  text-shadow: none;
  backdrop-filter: blur(8px);
}

#main-content.zc-page .zc-update__meta {
  color: rgb(21 18 29 / 48%);
}

#main-content.zc-page .zc-update__meta span {
  color: #52746d;
}

#main-content.zc-page .zc-update h2,
#main-content.zc-page .zc-placeholder-card h2 {
  color: var(--zc-ink);
}

#main-content.zc-page .zc-update > div:last-child {
  color: rgb(21 18 29 / 66%);
}

@media (max-width: 700px) {
  .zc-site-header {
    justify-content: space-between;
  }

  .zc-menu-toggle,
  .zc-primary-nav {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

#main-content.zc-page--gallery #submit-photo {
  scroll-margin-top: calc(var(--zc-header-height) + 1rem);
}

#main-content.zc-page--gallery .zc-submit-panel .zc-form .zc-button {
  width: 100%;
  border-color: transparent;
  justify-content: center;
  background: var(--zc-lime);
  color: var(--zc-ink);
  font-family: 'Shlop', fantasy;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

/* Give the business offer form the same solid, readable treatment as the gallery submission panel. */
#main-content.zc-page--business-offer .zc-form {
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 1rem;
  background: rgb(23 21 34 / 96%);
  color: #fff;
  padding: clamp(1.2rem, 5vw, 3rem);
  box-shadow: 0 22px 55px rgb(0 0 0 / 32%);
}

#main-content.zc-page--business-offer .zc-form__section h2 {
  color: #fff;
}

#main-content.zc-page--business-offer .zc-form__section p {
  color: #fff;
}

#main-content.zc-page--business-offer .zc-form .zc-button {
  width: 100%;
  border-color: transparent;
  justify-content: center;
  background: var(--zc-lime);
  color: var(--zc-ink);
  font-family: 'Shlop', fantasy;
  font-size: 1.65rem;
  font-weight: 400;
  letter-spacing: 0.025em;
}

@media (max-width: 700px) {
  #main-content.zc-page--gallery .zc-gallery__intro {
    margin-bottom: 0;
  }

  #main-content.zc-page--gallery .zc-gallery__grid {
    column-count: 2;
    column-width: auto;
    column-gap: 0.45rem;
    padding-inline: 0;
  }

  #main-content.zc-page--gallery .zc-gallery__grid figure {
    margin-bottom: 0.45rem;
    border-width: 4px;
  }

  #main-content.zc-page--gallery .zc-gallery__intro .zc-button {
    position: fixed;
    left: 50%;
    bottom: calc(var(--zc-app-nav-height) + env(safe-area-inset-bottom) + 0.75rem);
    width: calc(100% - 1.5rem);
    z-index: 1900;
    min-height: 56px;
    justify-content: center;
    border: 0;
    border-radius: 0.85rem;
    background: var(--zc-lime);
    color: var(--zc-ink);
    box-shadow: 0 12px 30px rgb(12 11 19 / 35%);
    transform: translateX(-50%);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  body.zc-gallery-submit-visible #main-content.zc-page--gallery .zc-gallery__intro .zc-button {
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 0.75rem);
  }

  #main-content.zc-page--gallery .zc-gallery__intro .zc-button svg {
    width: 1.45rem;
    height: 1.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}



/* Home-screen prompt */
.zc-install-prompt {
  position: relative;
  z-index: 4;
  width: min(920px, calc(100% - 8vw));
  margin: clamp(2rem, 5vw, 4rem) auto 0;
  border: 1px solid rgb(179 255 33 / 45%);
  border-radius: 1.1rem;
  background: #15131f;
  box-shadow: 0 18px 45px rgb(0 0 0 / 24%);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.4rem;
  padding: 1.6rem 1.75rem;
  text-align: left;
}

.zc-install-prompt[hidden] { display: none; }
.zc-install-prompt__icon { width: 4rem; height: 4rem; border-radius: 1rem; background: var(--zc-lime); color: var(--zc-ink); display: grid; place-items: center; font-size: 2.6rem; font-weight: 300; line-height: 1; }
.zc-install-prompt__content { min-width: 0; }
.zc-install-prompt__eyebrow { margin: 0 0 0.2rem; color: var(--zc-lime); font-size: 0.74rem; font-weight: 900; letter-spacing: 0.12em; text-transform: uppercase; }
.zc-install-prompt h2 { margin: 0; color: #fff; font-family: inherit; font-size: 1.4rem; font-weight: 900; letter-spacing: -0.02em; line-height: 1.1; }
.zc-install-prompt__copy, .zc-install-prompt__steps { margin: 0.4rem 0 0; color: var(--zc-muted); font-size: 0.95rem; line-height: 1.4; }
.zc-install-prompt__steps { color: #fff; font-weight: 700; }

@media (max-width: 700px) {
  .zc-install-prompt { width: calc(100% - 1.5rem); margin-top: 1.5rem; grid-template-columns: auto minmax(0, 1fr) auto; gap: 0.9rem; padding: 1.2rem; }
  .zc-install-prompt__icon { width: 3rem; height: 3rem; border-radius: 0.8rem; font-size: 2rem; }
  .zc-install-prompt h2 { font-size: 1.1rem; }
  .zc-install-prompt__copy, .zc-install-prompt__steps { font-size: 0.82rem; }
  .zc-install-prompt__content { text-align: left; }
  .zc-home-actions { border-color: var(--zc-line); border-radius: 0; background: rgb(13 12 20 / 94%); box-shadow: none; }
  .zc-home-actions a { min-height: 112px; gap: 0.2rem; padding: 0.5rem 0.2rem; color: rgb(255 255 255 / 58%); font-size: 0.5rem; font-weight: 900; letter-spacing: 0.025em; text-transform: uppercase; }
  .zc-home-actions .zc-app-nav__icon { width: 3rem; height: 3rem; }
  .zc-home-actions strong { font: inherit; }
  .zc-home-actions small { display: block; margin-top: 0; font-size: 0.5rem; text-transform: none; }
}

/* Desktop app dock */
body {
  padding-bottom: 0;
}

#main-content.zc-homepage {
  min-height: calc(100svh - var(--zc-header-height));
  background: #0c0b13 url('../images/newquay-scene.webp') center bottom / cover fixed no-repeat;
}

.zc-homepage .zc-hero {
  min-height: min(880px, calc(100svh - var(--zc-header-height)));
  background: transparent;
}

.zc-homepage .zc-hero::before {
  background: none;
}

.zc-homepage .zc-hero__content {
  margin-inline: auto;
  text-align: center;
}

.zc-homepage .zc-hero__logo,
.zc-homepage .zc-hero__date-art {
  margin-inline: auto;
}

.zc-homepage .zc-hero .zc-button-row {
  justify-content: center;
}

@media (max-width: 700px) {
  #main-content.zc-homepage {
    background: #0c0b13 url('../images/newquay-portrait.webp') center bottom / cover no-repeat;
  }
}

@media (min-width: 701px) {
  .zc-homepage .zc-hero__content {
    width: min(900px, calc(100% - 8vw));
    padding: clamp(4.5rem, 9vh, 7.5rem) 0 3rem;
  }

  .zc-homepage .zc-hero__logo {
    width: clamp(360px, 34vw, 500px);
    max-height: 420px;
  }

  .zc-homepage .zc-hero__date-art {
    width: min(400px, 86vw);
    margin-top: 1.5rem;
  }

  .zc-homepage .zc-hero__countdown {
    margin: 0.9rem 0 1.9rem;
    padding: 0.55rem 1.1rem;
    font-size: 0.88rem;
  }

  .zc-homepage .zc-hero .zc-button {
    min-height: 60px;
    padding-inline: 1.65rem;
    font-size: 1.02rem;
  }

  .zc-homepage .zc-install-prompt {
    width: min(850px, 100%);
    margin: 1.75rem auto 0;
    text-align: left;
  }

  .zc-app-nav {
    position: fixed;
    z-index: 3000;
    right: 50%;
    bottom: 1.25rem;
    width: min(640px, calc(100% - 2rem));
    min-height: 108px;
    border: 1px solid var(--zc-line);
    border-radius: 1.15rem;
    background: rgb(13 12 20 / 92%);
    box-shadow: 0 18px 45px rgb(0 0 0 / 42%);
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.35rem;
    padding: 0.6rem;
    transform: translateX(50%);
    backdrop-filter: blur(20px) saturate(130%);
  }

  .zc-app-nav a {
    position: relative;
    isolation: isolate;
    min-width: 0;
    border-radius: 0.8rem;
    color: rgb(255 255 255 / 62%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    min-height: 88px;
    padding: 0.35rem;
    font-size: 0.68rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 160ms ease, transform 160ms ease;
  }

  .zc-app-nav a > * {
    position: relative;
    z-index: 1;
  }

  .zc-app-nav a:hover,
  .zc-app-nav a[aria-current='page'] {
    color: var(--zc-lime);
  }

  .zc-app-nav a:hover::before,
  .zc-app-nav a[aria-current='page']::before {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 112px;
    height: 88px;
    border-radius: 1rem;
    background: rgb(181 229 0 / 12%);
    content: '';
    transform: translate(-50%, -50%);
  }

  .zc-app-nav__icon {
    width: 3.6rem;
    height: 3.6rem;
    object-fit: contain;
  }
}

/* Live updates need a solid reading surface over the illustrated page. */
#main-content.zc-page .zc-updates .zc-update {
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 1rem;
  background: #171522;
  color: #fff;
  box-shadow: 0 18px 45px rgb(0 0 0 / 32%);
}

#main-content.zc-page .zc-updates .zc-update--important,
#main-content.zc-page .zc-updates .zc-update--urgent {
  background: #171522;
}

#main-content.zc-page .zc-updates .zc-update::before {
  border-color: #171522;
  box-shadow: 0 0 0 1px rgb(179 255 33 / 55%);
}

#main-content.zc-page .zc-updates .zc-update::after {
  background: rgb(255 255 255 / 18%);
}

#main-content.zc-page .zc-updates .zc-update__meta {
  color: rgb(255 255 255 / 58%);
}

#main-content.zc-page .zc-updates .zc-update__meta span {
  color: var(--zc-lime);
}

#main-content.zc-page .zc-updates .zc-update h2,
#main-content.zc-page .zc-updates .zc-update > div:last-child {
  color: #fff;
}

#main-content.zc-page .zc-updates .zc-update h2 {
  font-family: 'Shlop', fantasy;
  font-weight: 400;
  letter-spacing: 0.02em;
}

#main-content.zc-page .zc-updates .zc-update__venue {
  margin: 0.9rem 0 0;
  color: rgb(255 255 255 / 72%);
  font-size: 0.82rem;
  font-weight: 800;
}

#main-content.zc-page .zc-updates .zc-update__venue a {
  color: var(--zc-lime);
  text-underline-offset: 0.25rem;
}

#main-content.zc-page .zc-updates .zc-update__cta {
  margin-top: 1.25rem;
}

/* Audit fixes: readable content, reachable controls and compact navigation. */
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #1670bb; outline-offset: 4px; }
.zc-site-header { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1rem; }
.zc-site-header .zc-brand { position: static; transform: none; }
.zc-site-header .zc-sponsor { justify-self: end; }
.zc-more { position: relative; color: #fff; }
.zc-more summary { cursor: pointer; min-height: 44px; display: flex; align-items: center; padding: .6rem; font-weight: 800; }
.zc-more nav { position: absolute; right: 0; top: 100%; width: min(280px, 85vw); background: #fff8e8; border: 2px solid #15121d; border-radius: .7rem; padding: .5rem; box-shadow: 0 10px 24px #0004; }
.zc-more nav a { display: block; min-height: 44px; padding: .7rem; color: #15121d; }
.zc-home-date { margin: .65rem auto; }
.zc-home-date time { display: block; }
.zc-home-intro { max-width: 38rem; margin: 1rem auto; color: #fff; font-size: 1rem; }
.zc-homepage .zc-hero__content { padding: 1.5rem 0 calc(var(--zc-app-nav-height) + 2rem); }
.zc-homepage .zc-hero__logo { width: min(65vw, 300px); height: auto; margin: 0 auto; }
.zc-homepage .zc-hero__date-art { display: block; width: min(400px, 82vw); height: auto; margin: 0 auto; filter: drop-shadow(0 5px 3px rgb(12 11 19 / 70%)); }
.zc-homepage .zc-home-intro { background: #171522ed; border-radius: .5rem; padding: .5rem .8rem; width: fit-content; margin: .5rem auto; text-shadow: 0 2px 5px #000; }
.zc-app-nav { align-items: center; }
.zc-app-nav a { align-self: center; transform: translateY(-0.3rem); }
.zc-install-prompt { margin-bottom: calc(var(--zc-app-nav-height) + 2rem); }
.zc-page--reading .zc-page-content { background: #fff8e8; color: #15121d; padding: clamp(1.2rem, 4vw, 3rem); border-radius: 1rem; }
.zc-page--reading .zc-page-content p { color: #15121d; }
.zc-detail-content__main { background: #fff8e8; color: #15121d; padding: 1.5rem; border-radius: 1rem; }
.zc-connection { position: relative; z-index: 1100; padding: .65rem 1rem; background: #fff0bd; color: #15121d; font-weight: 700; }
.zc-schedule-options { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin: 1rem 0; }
.zc-schedule-options label { display: flex; align-items: center; gap: .35rem; }
.zc-schedule-options select, .zc-schedule-options button { min-height: 44px; padding: .5rem; }
.zc-card-times { list-style: none; padding: 0; margin: 0; }
.zc-card-times li + li { margin-top: .35rem; }
.zc-map-controls { display: flex; }
.zc-map-freshness { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0 0 0 0); clip-path: inset(50%); overflow: hidden; white-space: nowrap; }
.zc-map-list button, .zc-map-sheet button { min-height: 44px; }
.zc-lightbox { width: min(1000px, 94vw); max-height: 92dvh; padding: 1rem; border: 1px solid #aaa; border-radius: .8rem; background: #171522; color: #fff; }
.zc-lightbox::backdrop { background: #000d; }
.zc-lightbox[open] { display: grid; gap: .75rem; }
.zc-lightbox img { max-height: 65dvh; max-width: 100%; object-fit: contain; margin: auto; }
.zc-lightbox button { min-height: 44px; padding: .7rem 1rem; }
.zc-lightbox > button { justify-self: end; }
.zc-lightbox button { color: #15121d; background: #c5fa38; border-color: #c5fa38; }
.zc-lightbox > div { display: flex; justify-content: space-between; gap: 1rem; }
.zc-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  width: fit-content;
  max-width: 100%;
  margin: 2rem auto 3rem;
  border: 1px solid rgb(179 255 33 / 45%);
  border-radius: 1rem;
  background: rgb(13 12 20 / 94%);
  padding: .7rem;
  box-shadow: 0 12px 30px rgb(12 11 19 / 30%);
}
.zc-pagination .page-numbers {
  display: inline-grid;
  min-width: 46px;
  min-height: 46px;
  place-items: center;
  border: 2px solid rgb(179 255 33 / 48%);
  border-radius: .7rem;
  color: var(--zc-lime);
  padding: .55rem .8rem;
  font-size: .86rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
.zc-pagination a.page-numbers:hover,
.zc-pagination a.page-numbers:focus-visible {
  border-color: var(--zc-lime);
  background: rgb(179 255 33 / 14%);
  color: #fff;
}
.zc-pagination .page-numbers.current {
  border-color: var(--zc-lime);
  background: var(--zc-lime);
  color: var(--zc-ink);
  box-shadow: 3px 4px 0 rgb(0 0 0 / 45%);
}
.zc-pagination .next,
.zc-pagination .prev { padding-inline: 1rem; }
.zc-listings__controls {
  gap: 1rem;
  border: 1px solid rgb(179 255 33 / 38%);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgb(32 29 44 / 97%), rgb(18 16 27 / 97%));
  padding: clamp(1rem, 2.5vw, 1.4rem);
  box-shadow: 0 18px 45px rgb(0 0 0 / 28%);
}
.zc-listings__controls .zc-inline-search {
  min-height: 56px;
  border: 2px solid rgb(255 255 255 / 24%);
  border-radius: .8rem;
  background: #292633;
  padding: 0 1rem;
}
.zc-listings__controls .zc-inline-search input {
  min-height: 52px;
  color: #fff;
  font-size: 1rem;
}
.zc-listings__controls .zc-inline-search input::placeholder { color: rgb(255 255 255 / 58%); }
.zc-listings__controls .zc-schedule-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr)) auto auto;
  gap: .85rem;
  align-items: end;
  margin: 0;
}
.zc-listings__controls .zc-schedule-options label {
  display: grid;
  gap: .4rem;
  color: #fff;
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.zc-listings__controls .zc-schedule-options select {
  width: 100%;
  min-height: 48px;
  border: 2px solid rgb(255 255 255 / 24%);
  border-radius: .75rem;
  background: #292633;
  color: #fff;
  padding: .65rem 2.5rem .65rem .85rem;
  font: inherit;
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: none;
}
.zc-listings__controls .zc-schedule-options select:focus {
  border-color: var(--zc-lime);
  outline: 3px solid rgb(179 255 33 / 18%);
  outline-offset: 2px;
}
.zc-listings__controls .zc-schedule-options label.zc-saved-filter {
  display: flex;
  min-height: 48px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: .55rem;
  border: 2px solid rgb(255 255 255 / 24%);
  border-radius: .75rem;
  background: #292633;
  padding: .65rem .85rem;
  white-space: nowrap;
}
.zc-listings__controls .zc-schedule-options label.zc-saved-filter input {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  accent-color: var(--zc-lime);
}
.zc-listings__controls [data-listing-reset] {
  min-height: 48px;
  border: 2px solid var(--zc-lime);
  border-radius: .75rem;
  background: transparent;
  color: var(--zc-lime);
  box-shadow: none;
  padding: .65rem 1rem;
  white-space: nowrap;
}
.zc-listings__controls [data-listing-reset]:hover,
.zc-listings__controls [data-listing-reset]:focus-visible {
  background: var(--zc-lime);
  color: var(--zc-ink);
}
.zc-listings__controls .zc-schedule-help {
  margin: 0;
  color: rgb(255 255 255 / 68%);
  font-size: .78rem;
}
@media (max-width: 760px) {
  .zc-listings__controls .zc-schedule-options { grid-template-columns: 1fr 1fr; }
  .zc-listings__controls .zc-saved-filter,
  .zc-listings__controls [data-listing-reset] { width: 100%; }
}
@media (max-width: 480px) {
  .zc-listings__controls .zc-schedule-options { grid-template-columns: 1fr; }
}
#main-content.zc-page .zc-updates {
  display: grid;
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto;
  border: 1px solid rgb(179 255 33 / 38%);
  border-radius: 1.2rem;
  background: linear-gradient(145deg, rgb(32 29 44 / 97%), rgb(18 16 27 / 97%));
  padding: clamp(1rem, 3vw, 1.6rem);
  box-shadow: 0 18px 45px rgb(0 0 0 / 32%);
}
#main-content.zc-page .zc-live-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid rgb(255 255 255 / 12%);
  padding-bottom: 1rem;
}
#main-content.zc-page .zc-live-toolbar p {
  margin: 0;
  color: rgb(255 255 255 / 72%);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .045em;
  text-transform: uppercase;
}
#main-content.zc-page .zc-live-toolbar .zc-button {
  min-height: 46px;
  flex: 0 0 auto;
  border-color: var(--zc-lime);
  background: var(--zc-lime);
  color: var(--zc-ink);
  box-shadow: 3px 4px 0 rgb(0 0 0 / 45%);
}
#main-content.zc-page .zc-live-toolbar .zc-button:hover,
#main-content.zc-page .zc-live-toolbar .zc-button:focus-visible {
  background: #fff;
  color: var(--zc-ink);
}
#main-content.zc-page .zc-updates [data-update-items] {
  display: grid;
  gap: .85rem;
}
#main-content.zc-page .zc-updates .zc-placeholder-card {
  margin: 0;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: .9rem;
  background: rgb(255 255 255 / 5%);
  color: #fff;
  padding: clamp(1.4rem, 4vw, 2.4rem);
  box-shadow: none;
  text-align: center;
}
#main-content.zc-page .zc-updates .zc-placeholder-card h2 {
  margin: 0 0 .65rem;
  color: #fff;
  font-family: 'Shlop', fantasy;
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 400;
  letter-spacing: .02em;
}
#main-content.zc-page .zc-updates .zc-placeholder-card p {
  max-width: 54ch;
  margin: 0 auto;
  color: rgb(255 255 255 / 72%);
}
@media (max-width: 560px) {
  #main-content.zc-page .zc-live-toolbar { align-items: stretch; flex-direction: column; }
  #main-content.zc-page .zc-live-toolbar .zc-button { width: 100%; }
}
.zc-listing-card h2 {
  font-size: clamp(1.55rem, 2.3vw, 2rem);
}
.zc-form-feedback { font-weight: 700; }
@media (max-width: 700px) {
  .zc-site-header { grid-template-columns: 1fr auto 1fr; gap: .4rem; padding: .3rem .65rem; }
  .zc-site-header .zc-partner-promo > img { width: 70px; }
  .zc-site-header .zc-partner-promo__copy { display: none; }
  .zc-site-header .zc-sponsor__copy { display: block; }
  .zc-site-header .zc-sponsor__eyebrow { display: block; color: #fff; font-size: .5rem; line-height: 1.05; text-align: right; white-space: nowrap; }
  .zc-site-header .zc-sponsor__link { display: none; }
  .zc-site-header .zc-brand img { width: 52px; height: 52px; }
  .zc-site-header .zc-sponsor > img { width: 40px; height: 40px; flex-basis: 40px; }
  .zc-site-header .zc-sponsor { min-width: 0; gap: .2rem; padding-left: .35rem; }
  .zc-app-nav__icon { width: 3.5rem; height: 3.5rem; }
  .zc-app-nav__label { font-size: 10px; }
}

@media (max-width: 700px) {
  input:not([type='checkbox']):not([type='radio']), textarea, select { font-size: 16px !important; }
}

#main-content.zc-page .zc-live-toolbar [data-updates-refresh] {
  border: 1px solid var(--zc-lime);
  background: var(--zc-lime);
  color: var(--zc-ink);
  box-shadow: 3px 4px 0 rgb(21 18 29 / 28%);
}

#main-content.zc-page .zc-live-toolbar [data-updates-refresh]:hover,
#main-content.zc-page .zc-live-toolbar [data-updates-refresh]:focus-visible {
  border-color: var(--zc-aqua);
  background: var(--zc-aqua);
  color: var(--zc-ink);
}

/* Browser feedback: strengthen the homepage branding and tighten event details. */
.zc-homepage .zc-hero__logo {
  width: min(72vw, 400px);
}

#main-content.zc-detail-page .zc-detail-content {
  padding-top: 0;
}

#main-content.zc-detail-page .zc-detail-hero {
  min-height: clamp(280px, 26vw, 380px);
}

#main-content.zc-detail-page .zc-detail-hero__inner {
  padding-block: clamp(2rem, 4vw, 3.5rem);
}

#main-content.zc-detail-page .zc-detail-card__actions > a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

#main-content.zc-detail-page .zc-detail-card__actions > a:not(.zc-button):hover,
#main-content.zc-detail-page .zc-detail-card__actions > a:not(.zc-button):focus-visible {
  color: var(--zc-lime);
}

#main-content.zc-detail-page .zc-detail-card__actions > .zc-button:hover,
#main-content.zc-detail-page .zc-detail-card__actions > .zc-button:focus-visible {
  border-color: var(--zc-lime);
  background: var(--zc-lime);
  color: var(--zc-ink);
}

/* Coming soon: use the supplied campaign artwork and current brand assets. */
#main-content.zc-coming-soon {
  background-color: #0c0b13;
  background-image: url('../images/coming-soon-background-wide.webp');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.zc-coming-soon::before {
  background:
    linear-gradient(90deg, rgb(8 6 16 / 90%) 0%, rgb(8 6 16 / 72%) 38%, rgb(8 6 16 / 18%) 70%, transparent 100%),
    linear-gradient(to bottom, rgb(8 6 16 / 18%), rgb(8 6 16 / 40%));
}

.zc-coming-soon::after,
.zc-coming-soon__noise {
  display: none;
}

.zc-coming-soon__sponsor {
  gap: .8rem;
  color: #fff;
  font-size: .7rem;
}

.zc-coming-soon__sponsor img {
  width: 64px;
  height: 64px;
}

.zc-coming-soon__content {
  width: min(680px, calc(100% - 8vw));
  padding-bottom: 3rem;
}

.zc-coming-soon__logo {
  width: clamp(340px, 36vw, 500px);
  max-height: 410px;
  margin: -1.5rem 0 -.35rem -1rem;
}

.zc-coming-soon__date {
  margin-top: 0;
}

.zc-coming-soon__date time,
.zc-coming-soon__date img {
  display: block;
}

.zc-coming-soon__date img {
  width: min(311px, 72vw);
  height: auto;
}

.zc-coming-soon__access-row .zc-button {
  border: 2px solid var(--zc-lime);
  background: var(--zc-lime);
  color: var(--zc-ink);
  box-shadow: 0 10px 28px rgb(181 229 0 / 20%);
}

.zc-coming-soon__access-row .zc-button:hover,
.zc-coming-soon__access-row .zc-button:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--zc-ink);
}

.zc-coming-soon__zombie {
  right: clamp(-5rem, -3vw, -2rem);
  bottom: clamp(-8rem, -7vw, -4rem);
  width: min(520px, 36vw);
  max-height: 72vh;
  transform: rotate(-3deg);
  filter: drop-shadow(12px 18px 0 rgb(0 0 0 / 30%));
}

@media (min-width: 981px) and (max-height: 820px) {
  .zc-coming-soon__logo {
    width: clamp(300px, 30vw, 400px);
    max-height: 330px;
  }
}

@media (max-width: 700px) {
  #main-content.zc-coming-soon {
    background-color: #f7efd9;
    background-image:
      url('../images/coming-soon-background-top.webp'),
      url('../images/coming-soon-background-fade.webp');
    background-position: center top, center bottom;
    background-size: 100% auto, cover;
  }

  .zc-coming-soon::before {
    display: block;
    background: linear-gradient(180deg, rgb(8 6 16 / 12%) 0%, transparent 38%, transparent 50%, rgb(8 6 16 / 72%) 68%, rgb(8 6 16 / 94%) 100%);
  }

  .zc-coming-soon__sponsor img {
    width: 54px;
    height: 54px;
  }

  .zc-coming-soon__sponsor span {
    font-size: .6rem;
  }

  .zc-coming-soon__content {
    padding: 1rem 0 8rem;
  }

  .zc-coming-soon__logo {
    width: min(360px, 90vw);
    max-height: 300px;
    margin: -1rem auto .25rem;
  }

  .zc-coming-soon__date img {
    width: min(311px, 76vw);
    margin-inline: auto;
  }

  .zc-coming-soon__zombie {
    right: -18%;
    bottom: -7%;
    width: min(390px, 78vw);
    opacity: .72;
  }

  body.zc-holding-page .cky-btn-revisit-wrapper {
    top: 5.25rem !important;
    bottom: auto !important;
  }
}
