:root {
  --shlp-accent: #ff5a1f;
  --shlp-accent-2: #ff8a42;
  --shlp-ink: #101114;
  --shlp-paper: #f4f2ee;
  --shlp-muted: #6d7078;
  --shlp-line: rgba(16, 17, 20, .12);
  --shlp-dark: #08090b;
  --shlp-dark-2: #111318;
  --shlp-dark-3: #191c22;
  --shlp-white: #fff;
  --shlp-radius: 24px;
  --shlp-shadow: 0 26px 70px rgba(0, 0, 0, .18);
}

body.stagehill-homepage-active {
  overflow-x: hidden;
}
body.stagehill-homepage-active #titlebar,
body.stagehill-homepage-active .page-title,
body.stagehill-homepage-active .entry-header,
body.stagehill-homepage-active .breadcrumbs,
body.stagehill-homepage-active .container.page-container > .sixteen.columns > .page-content > h1:first-child {
  display: none !important;
}
body.stagehill-homepage-active .site-content,
body.stagehill-homepage-active #content,
body.stagehill-homepage-active .page-content,
body.stagehill-homepage-active .content-area,
body.stagehill-homepage-active .entry-content {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
body.stagehill-homepage-active .entry-content > .shlp {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.shlp,
.shlp * { box-sizing: border-box; }
.shlp {
  --pointer-x: 65%;
  --pointer-y: 30%;
  color: var(--shlp-ink);
  background: var(--shlp-paper);
  font-family: inherit;
  line-height: 1.45;
  width: 100%;
  overflow: clip;
}
.shlp img { display: block; max-width: 100%; }
.shlp a { color: inherit; text-decoration: none; }
.shlp svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.shlp-shell { width: min(1420px, calc(100% - 64px)); margin-inline: auto; }
.shlp-section { padding: 112px 0; position: relative; }
.shlp-section--dark { color: #fff; background: var(--shlp-dark); }
.shlp-section--tickets { background: #ece8e1; }
.shlp-section--community { color: #fff; background: #14171d; }
.shlp-section--split { background: #fff; }
.shlp-section--how { background: #fff; }

.shlp-kicker,
.shlp-eyebrow {
  margin: 0 0 14px;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--shlp-accent);
}
.shlp-eyebrow { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.72); }
.shlp-eyebrow span { width: 28px; height: 2px; border-radius: 999px; background: var(--shlp-accent); box-shadow: 0 0 20px rgba(255,90,31,.65); }

.shlp-button {
  display: inline-flex;
  min-height: 52px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .25s ease, background-color .25s ease, border-color .25s ease, color .25s ease, box-shadow .25s ease;
}
.shlp-button svg { font-size: 18px; transition: transform .25s ease; }
.shlp-button:hover { transform: translateY(-2px); }
.shlp-button:hover svg { transform: translateX(4px); }
.shlp-button--primary { color: #fff; background: var(--shlp-accent); box-shadow: 0 12px 34px rgba(255,90,31,.25); }
.shlp-button--primary:hover { color: #fff; background: #ff6d36; box-shadow: 0 16px 40px rgba(255,90,31,.34); }
.shlp-button--ghost { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.04); }
.shlp-button--ghost:hover { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.09); }
.shlp-button--light { color: #111; background: #fff; }
.shlp-button--light:hover { color: #111; background: #f6f3ef; }
.shlp-button--outline-light { color: #fff; border-color: rgba(255,255,255,.45); }
.shlp-button--outline-light:hover { color: #fff; background: rgba(255,255,255,.1); border-color: #fff; }

/* Hero */
.shlp-hero {
  position: relative;
  min-height: 820px;
  color: #fff;
  background:
    radial-gradient(900px circle at var(--pointer-x) var(--pointer-y), rgba(255,90,31,.13), transparent 50%),
    radial-gradient(800px circle at 76% 35%, rgba(125,46,255,.12), transparent 55%),
    linear-gradient(135deg, #050607 0%, #0b0d11 54%, #08090b 100%);
  isolation: isolate;
  overflow: hidden;
}
.shlp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .17;
  background-image:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.shlp-hero__glow {
  position: absolute;
  width: 620px;
  height: 620px;
  border-radius: 50%;
  right: -210px;
  top: -180px;
  background: rgba(255,90,31,.15);
  filter: blur(110px);
  pointer-events: none;
}
.shlp-hero__inner {
  position: relative;
  z-index: 1;
  min-height: 690px;
  padding: 104px 0 58px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(520px, 1.1fr);
  gap: 76px;
  align-items: center;
}
.shlp-hero__copy { max-width: 690px; }
.shlp-hero h1 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(64px, 7.1vw, 112px);
  line-height: .9;
  letter-spacing: -.065em;
  font-weight: 900;
  color: #fff;
}
/* Remove the old orange dot without letting its pseudo-element create an extra line. */
.shlp-hero h1::after {
  content: none !important;
  display: none !important;
}
.shlp-hero__subtitle { margin: 28px 0 0; max-width: 650px; font-size: clamp(17px, 1.35vw, 22px); line-height: 1.6; color: rgba(255,255,255,.72); }
.shlp-hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 24px; }

.shlp-search {
  position: relative;
  max-width: 690px;
  margin-top: 64px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  min-height: 64px;
  padding: 6px 7px 6px 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  background: rgba(255,255,255,.085);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 42px rgba(0,0,0,.24);
  backdrop-filter: blur(18px);
  transition: border-color .25s ease, background-color .25s ease, box-shadow .25s ease;
}
.shlp-search:focus-within { border-color: rgba(255,90,31,.75); background: rgba(255,255,255,.11); box-shadow: 0 0 0 4px rgba(255,90,31,.12), 0 18px 46px rgba(0,0,0,.3); }
.shlp-search__icon { display: grid; place-items: center; font-size: 22px; color: rgba(255,255,255,.58); }
.shlp-search input { width: 100%; min-width: 0; height: 50px; padding: 0 15px; border: 0 !important; outline: 0 !important; box-shadow: none !important; color: #fff !important; background: transparent !important; font: inherit; font-size: 15px; }
.shlp-search input::placeholder { color: rgba(255,255,255,.52); }
.shlp-search button { min-width: 112px; height: 50px; padding: 0 20px; border: 0; border-radius: 999px; color: #fff; background: var(--shlp-accent); font: inherit; font-size: 14px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background-color .2s ease; }
.shlp-search button:hover { transform: translateY(-1px); background: #ff6d36; }

.shlp-hero__mosaic {
  --mx: 0;
  --my: 0;
  position: relative;
  height: 560px;
  transform: perspective(1200px) rotateY(calc(var(--mx) * 2deg)) rotateX(calc(var(--my) * -2deg));
  transition: transform .35s ease-out;
}
.shlp-mosaic-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 22px;
  background: #1c2027;
  box-shadow: 0 30px 65px rgba(0,0,0,.42), inset 0 1px 0 rgba(255,255,255,.12);
  transform: translate3d(calc(var(--mx) * (var(--i) - 4) * -2px), calc(var(--my) * (var(--i) - 4) * -2px), 0) rotate(var(--rot,0deg));
  animation: shlp-float 6.8s ease-in-out infinite;
  animation-delay: calc(var(--i) * -.72s);
  transition: z-index 0s, border-color .25s ease, box-shadow .25s ease, filter .25s ease;
}
.shlp-mosaic-card:nth-child(1) { width: 42%; height: 44%; left: 6%; top: 1%; --rot:-3deg; }
.shlp-mosaic-card:nth-child(2) { width: 37%; height: 37%; right: 3%; top: 4%; --rot:3deg; }
.shlp-mosaic-card:nth-child(3) { width: 34%; height: 35%; left: 0; bottom: 13%; --rot:2deg; }
.shlp-mosaic-card:nth-child(4) { width: 45%; height: 48%; left: 29%; top: 26%; --rot:-1deg; z-index: 2; }
.shlp-mosaic-card:nth-child(5) { width: 30%; height: 32%; right: 0; bottom: 14%; --rot:3deg; }
.shlp-mosaic-card:nth-child(6) { width: 25%; height: 23%; left: 12%; bottom: -2%; --rot:-4deg; }
.shlp-mosaic-card:nth-child(7) { width: 24%; height: 24%; right: 24%; bottom: -5%; --rot:2deg; }
.shlp-mosaic-card:nth-child(n+8) { display: none; }
.shlp-mosaic-card:hover { z-index: 6; border-color: rgba(255,90,31,.72); box-shadow: 0 34px 85px rgba(0,0,0,.55), 0 0 0 5px rgba(255,90,31,.08); filter: brightness(1.08); }
.shlp-mosaic-card img,
.shlp-mosaic-card .shlp-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.shlp-mosaic-card:hover img,
.shlp-mosaic-card:hover .shlp-placeholder { transform: scale(1.08); }
.shlp-mosaic-card__overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.86), rgba(0,0,0,.08) 62%); }
.shlp-mosaic-card__label { position: absolute; inset: auto 16px 15px; display: flex; flex-direction: column; gap: 2px; }
.shlp-mosaic-card__label small { font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; color: #ff9a69; }
.shlp-mosaic-card__label strong { color: #fff; font-size: clamp(13px, 1.1vw, 18px); line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@keyframes shlp-float { 0%,100% { margin-top: 0; } 50% { margin-top: -10px; } }

.shlp-stats { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); border-top: 1px solid rgba(255,255,255,.1); }
.shlp-stat { min-height: 130px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px; border-right: 1px solid rgba(255,255,255,.1); }
.shlp-stat:last-child { border-right: 0; }
.shlp-stat strong { color: #fff; font-size: clamp(26px, 3vw, 44px); line-height: 1; letter-spacing: -.04em; }
.shlp-stat span { color: rgba(255,255,255,.5); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }

/* Headings */
.shlp-section-heading { margin-bottom: 34px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.shlp-section-heading > div { max-width: 820px; }
.shlp-section-heading h2,
.shlp-section-heading--wide h2 { margin: 0; font-size: clamp(36px, 4.5vw, 68px); line-height: .98; letter-spacing: -.055em; color: inherit; }
.shlp-section-heading p:not(.shlp-kicker) { max-width: 720px; margin: 18px 0 0; font-size: 17px; line-height: 1.65; color: var(--shlp-muted); }
.shlp-section--dark .shlp-section-heading p:not(.shlp-kicker),
.shlp-section--community .shlp-section-heading p:not(.shlp-kicker) { color: rgba(255,255,255,.58); }
.shlp-section-heading > a { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 8px; padding-bottom: 5px; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }
.shlp-section-heading > a svg { font-size: 18px; transition: transform .2s ease; }
.shlp-section-heading > a:hover svg { transform: translateX(4px); }
.shlp-section-heading--wide { display: block; max-width: 920px; margin-bottom: 50px; }
.shlp-section-heading--wide h2 { font-size: clamp(44px, 5.6vw, 84px); }

/* Categories */
.shlp-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.shlp-category-card {
  position: relative;
  min-height: 158px;
  display: grid;
  grid-template-columns: auto minmax(0,1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--shlp-line);
  border-radius: 22px;
  background: rgba(255,255,255,.5);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease, background-color .28s ease;
}
.shlp-category-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; bottom: -100px; border-radius: 50%; background: var(--cat, var(--shlp-accent)); opacity: .12; filter: blur(6px); transition: transform .35s ease, opacity .35s ease; }
.shlp-category-card:hover { transform: translateY(-6px); border-color: color-mix(in srgb, var(--cat, var(--shlp-accent)) 45%, transparent); background: #fff; box-shadow: 0 22px 56px rgba(30,32,38,.12); }
.shlp-category-card:hover::after { transform: scale(1.35); opacity: .2; }
.shlp-category-card--event { --cat:#ff5a1f; }
.shlp-category-card--artist { --cat:#8b5cf6; }
.shlp-category-card--venue { --cat:#18a999; }
.shlp-category-card--service { --cat:#2774ff; }
.shlp-category-card--ticket { --cat:#ee3d72; }
.shlp-category-card--activity { --cat:#e8a317; }
.shlp-category-card__icon { position: relative; z-index: 1; width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; color: #fff; background: var(--cat, var(--shlp-accent)); box-shadow: 0 12px 30px color-mix(in srgb, var(--cat, var(--shlp-accent)) 24%, transparent); }
.shlp-category-card__icon svg { width: 24px; height: 24px; display: block; }
.shlp-search-symbol { display: inline-flex; align-items: center; justify-content: center; color: currentColor; font-family: inherit; font-weight: 400; line-height: 1; transform: none; }
.shlp-category-card__icon .shlp-search-symbol { font-size: 26px; }
.shlp-category-card__icon .shlp-search-symbol--artist { font-size: 25px; }
.shlp-category-card__icon .shlp-search-symbol--venue { font-size: 31px; transform: translateY(-1px); }
.shlp-category-card__icon .shlp-search-symbol--service { font-size: 20px; }
.shlp-placeholder-icon .shlp-search-symbol { font-size: 28px; }
.shlp-panel-heading > span .shlp-search-symbol { font-size: 21px; }
.shlp-category-card strong { display: block; margin-bottom: 7px; font-size: 20px; line-height: 1.15; }
.shlp-category-card small { display: block; max-width: 330px; color: var(--shlp-muted); font-size: 14px; line-height: 1.45; }
.shlp-category-card__arrow { position: relative; z-index: 1; width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--shlp-line); border-radius: 50%; transition: transform .25s ease, color .25s ease, border-color .25s ease; flex: 0 0 38px; }
.shlp-category-card__arrow svg { width: 18px; height: 18px; display: block; stroke-width: 2.25; }
.shlp-category-card:hover .shlp-category-card__arrow { transform: translateX(4px); color: var(--cat, var(--shlp-accent)); border-color: currentColor; }

/* Rails and cards */
.shlp-rail-wrap { position: relative; }
.shlp-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 24%); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-behavior: smooth; scrollbar-width: none; overscroll-behavior-inline: contain; padding: 6px 3px 22px; }
.shlp-rail::-webkit-scrollbar { display: none; }
.shlp-listing-card { min-width: 0; scroll-snap-align: start; }
.shlp-listing-card__link { display: block; height: 100%; }
.shlp-listing-card__media { position: relative; height: 310px; overflow: hidden; border-radius: 20px; background: #22252b; box-shadow: 0 14px 34px rgba(0,0,0,.12); }
.shlp-listing-card__media img,
.shlp-listing-card__media .shlp-placeholder { width: 100%; height: 100%; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease; }
.shlp-listing-card__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.42), transparent 55%); opacity: .75; transition: opacity .3s ease; }
.shlp-listing-card__badge { position: absolute; left: 14px; top: 14px; padding: 7px 10px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff; background: rgba(8,9,11,.62); backdrop-filter: blur(12px); font-size: 10px; line-height: 1; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.shlp-listing-card__open { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; color: #111; background: #fff; transform: translateY(12px); opacity: 0; transition: transform .28s ease, opacity .28s ease, background-color .28s ease; }
.shlp-listing-card__open svg { font-size: 20px; }
.shlp-listing-card__body { padding: 16px 4px 0; }
.shlp-listing-card__body h3 { margin: 0; color: inherit; font-size: 19px; line-height: 1.2; letter-spacing: -.02em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shlp-listing-card__body p { margin: 7px 0 0; color: var(--shlp-muted); font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.shlp-section--dark .shlp-listing-card__body p { color: rgba(255,255,255,.5); }
.shlp-listing-card:hover .shlp-listing-card__media img,
.shlp-listing-card:hover .shlp-listing-card__media .shlp-placeholder { transform: scale(1.065); filter: saturate(1.08); }
.shlp-listing-card:hover .shlp-listing-card__shade { opacity: 1; }
.shlp-listing-card:hover .shlp-listing-card__open { transform: translateY(0); opacity: 1; background: var(--shlp-accent); color: #fff; }
.shlp-listing-card:hover .shlp-listing-card__body h3 { color: var(--shlp-accent); }
.shlp-rail-button { position: absolute; z-index: 4; top: 139px; width: 46px; height: 46px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(16,17,20,.12); border-radius: 50%; color: #111; background: rgba(255,255,255,.92); box-shadow: 0 12px 30px rgba(0,0,0,.13); cursor: pointer; transition: transform .2s ease, opacity .2s ease, background-color .2s ease; padding: 0; }
.shlp-section--dark .shlp-rail-button { border-color: rgba(255,255,255,.14); color: #fff; background: rgba(27,30,36,.9); }
.shlp-rail-button:hover { transform: scale(1.06); background: var(--shlp-accent); color: #fff; }
.shlp-rail-button:disabled { opacity: 0; pointer-events: none; }
.shlp-rail-button svg { width: 20px; height: 20px; display: block; stroke-width: 2.5; }
.shlp-rail-button--prev { left: -22px; }
.shlp-rail-button--next { right: -22px; }

.shlp-placeholder { position: relative; display: grid; place-items: center; color: rgba(255,255,255,.86); background: linear-gradient(145deg, #242831, #111318); }
.shlp-placeholder::before { content: ""; position: absolute; inset: -25%; background: radial-gradient(circle at 30% 20%, var(--ph, #ff5a1f), transparent 45%); opacity: .5; }
.shlp-placeholder > span:last-child { position: relative; z-index: 1; font-size: 76px; font-weight: 900; opacity: .12; }
.shlp-placeholder-icon { position: absolute; z-index: 2; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 18px; color: #fff; background: rgba(0,0,0,.26); backdrop-filter: blur(10px); }
.shlp-placeholder-icon svg { width: 28px; height: 28px; display: block; }
.shlp-placeholder--artist { --ph:#8b5cf6; }
.shlp-placeholder--venue { --ph:#18a999; }
.shlp-placeholder--service { --ph:#2774ff; }
.shlp-placeholder--ticket { --ph:#ee3d72; }
.shlp-placeholder--activity { --ph:#e8a317; }
.shlp-placeholder--group { --ph:#14b8a6; }

/* Split panels */
.shlp-split-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.shlp-split-panel { min-width: 0; padding: 42px; border-radius: 30px; color: #fff; background: #111318; overflow: hidden; }
.shlp-split-panel--venue { background: radial-gradient(circle at 90% 10%, rgba(24,169,153,.25), transparent 38%), #111318; }
.shlp-split-panel--service { background: radial-gradient(circle at 90% 10%, rgba(39,116,255,.25), transparent 38%), #111318; }
.shlp-split-panel--venue { --cat:#18a999; }
.shlp-split-panel--service { --cat:#2774ff; }
.shlp-split-panel__top { display: flex; align-items: center; gap: 18px; }
.shlp-split-panel h2 { margin: 0; color: #fff; font-size: clamp(32px, 3.2vw, 50px); line-height: 1; letter-spacing: -.045em; }
.shlp-split-panel > p { max-width: 680px; margin: 24px 0 30px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.65; }
.shlp-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; }
.shlp-mini-grid .shlp-listing-card__media { height: 180px; border-radius: 15px; }
.shlp-mini-grid .shlp-listing-card__body h3 { color: #fff; font-size: 14px; }
.shlp-mini-grid .shlp-listing-card__body p { color: rgba(255,255,255,.45); font-size: 11px; }
.shlp-mini-grid .shlp-listing-card__badge { display: none; }
.shlp-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: #fff; font-size: 14px; font-weight: 800; }
.shlp-text-link svg { font-size: 18px; transition: transform .2s ease; }
.shlp-text-link:hover svg { transform: translateX(4px); }

/* Community */
.shlp-community-grid { display: grid; grid-template-columns: 1.16fr .84fr; gap: 18px; }
.shlp-activity-panel,
.shlp-groups-panel { border: 1px solid rgba(255,255,255,.1); border-radius: 26px; background: #0b0d10; overflow: hidden; }
.shlp-panel-heading { min-height: 76px; padding: 0 24px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255,255,255,.09); }
.shlp-panel-heading > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--shlp-accent); }
.shlp-panel-heading h3 { margin: 0; color: #fff; font-size: 18px; }
.shlp-panel-heading a { color: rgba(255,255,255,.58); font-size: 12px; font-weight: 800; }
.shlp-panel-heading a:hover { color: #fff; }
.shlp-activity-list { padding: 8px; }
.shlp-activity-card { min-height: 104px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 14px 16px; border-radius: 18px; transition: background-color .22s ease, transform .22s ease; }
.shlp-activity-card + .shlp-activity-card { border-top: 1px solid rgba(255,255,255,.07); border-radius: 0; }
.shlp-activity-card:hover { transform: translateX(4px); background: rgba(255,255,255,.055); border-radius: 18px; }
.shlp-activity-card__avatar { width: 46px; height: 46px; overflow: hidden; border-radius: 50%; background: #272a31; }
.shlp-activity-card__avatar img { width: 100%; height: 100%; object-fit: cover; }
.shlp-activity-card__copy { min-width: 0; display: grid; grid-template-columns: auto 1fr; gap: 2px 9px; }
.shlp-activity-card__copy strong { color: #fff; font-size: 14px; }
.shlp-activity-card__copy small { color: rgba(255,255,255,.38); font-size: 11px; }
.shlp-activity-card__copy > span { grid-column: 1 / -1; margin-top: 4px; color: rgba(255,255,255,.63); font-size: 13px; line-height: 1.45; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.shlp-activity-card__image { width: 74px; height: 66px; overflow: hidden; border-radius: 12px; background: #22252b; }
.shlp-activity-card__image img { width: 100%; height: 100%; object-fit: cover; }
.shlp-group-list { padding: 10px; }
.shlp-group-card { min-height: 92px; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 12px; border-radius: 17px; transition: transform .22s ease, background-color .22s ease; }
.shlp-group-card:hover { transform: translateX(4px); background: rgba(255,255,255,.055); }
.shlp-group-card__media { width: 66px; height: 66px; overflow: hidden; border-radius: 16px; background: #24272e; }
.shlp-group-card__media img,
.shlp-group-card__media .shlp-placeholder { width: 100%; height: 100%; object-fit: cover; }
.shlp-group-card__media .shlp-placeholder-icon { width: 34px; height: 34px; border-radius: 10px; }
.shlp-group-card__media .shlp-placeholder-icon svg { font-size: 18px; }
.shlp-group-card__media .shlp-placeholder > span:last-child { font-size: 28px; }
.shlp-group-card strong { display: block; margin-bottom: 4px; color: #fff; font-size: 14px; }
.shlp-group-card small { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: rgba(255,255,255,.45); font-size: 11px; line-height: 1.4; }
.shlp-group-card__arrow { color: rgba(255,255,255,.38); font-size: 18px; transition: color .2s ease, transform .2s ease; }
.shlp-group-card:hover .shlp-group-card__arrow { color: var(--shlp-accent); transform: translateX(3px); }

/* Steps and CTA */
.shlp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.shlp-step { position: relative; min-height: 300px; padding: 34px; border: 1px solid var(--shlp-line); border-radius: 24px; background: #faf9f7; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.shlp-step::after { content: ""; position: absolute; width: 190px; height: 190px; right: -90px; bottom: -110px; border-radius: 50%; background: var(--shlp-accent); opacity: .08; }
.shlp-step:hover { transform: translateY(-6px); border-color: rgba(255,90,31,.35); box-shadow: 0 24px 60px rgba(30,32,38,.11); }
.shlp-step > span { display: inline-grid; width: 46px; height: 46px; place-items: center; border-radius: 14px; color: #fff; background: var(--shlp-accent); font-size: 12px; font-weight: 900; letter-spacing: .08em; }
.shlp-step h3 { margin: 64px 0 12px; font-size: 29px; letter-spacing: -.035em; }
.shlp-step p { max-width: 410px; margin: 0; color: var(--shlp-muted); font-size: 15px; line-height: 1.6; }
.shlp-cta { padding: 24px 0 84px; background: #fff; }
.shlp-cta__inner { min-height: 390px; display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 62px; border-radius: 34px; color: #fff; background: radial-gradient(circle at 88% 18%, rgba(255,255,255,.16), transparent 26%), linear-gradient(120deg, #ff5a1f, #e84913 62%, #c83b0d); box-shadow: 0 34px 80px rgba(224,72,20,.27); overflow: hidden; }
.shlp-cta h2 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(44px, 5.2vw, 78px); line-height: .96; letter-spacing: -.055em; }
.shlp-cta p:not(.shlp-kicker) { max-width: 620px; margin: 20px 0 0; color: rgba(255,255,255,.77); font-size: 17px; }
.shlp-cta .shlp-kicker { color: rgba(255,255,255,.72); }
.shlp-cta__actions { flex: 0 0 auto; display: flex; flex-direction: column; gap: 10px; min-width: 230px; }

.shlp-empty-state { min-height: 210px; display: grid; place-items: center; align-content: center; gap: 14px; padding: 30px; border: 1px dashed rgba(127,127,127,.32); border-radius: 20px; text-align: center; color: var(--shlp-muted); }
.shlp-empty-state svg { font-size: 38px; color: var(--shlp-accent); }
.shlp-empty-state p { margin: 0; max-width: 330px; }

/* Reveal */
[data-shlp-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
[data-shlp-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* Dark-mode compatibility for StageHill's switch.
 *
 * The dark-mode plugin paints its saved state on <html> before WordPress finishes
 * building <body>, then mirrors the state to <body> after the page is interactive.
 * Match the marker on either ancestor so the homepage has the same clean dark
 * background on the first paint and after an in-page theme switch.
 */
.dark-mode .shlp,
.stagehill-dark-mode .shlp,
.shsr-dark .shlp,
.dark-theme .shlp,
.dark-mode-active .shlp,
html[data-theme="dark"] .shlp,
body[data-theme="dark"] .shlp,
html[data-color-scheme="dark"] .shlp,
body[data-color-scheme="dark"] .shlp {
  --shlp-paper: #0b0d10;
  --shlp-ink: #f6f7f9;
  --shlp-muted: rgba(255,255,255,.56);
  --shlp-line: rgba(255,255,255,.11);
  color-scheme: dark;
  background: #0b0d10;
}

.dark-mode .shlp-section--intro,
.dark-mode .shlp-section--split,
.dark-mode .shlp-section--how,
.dark-mode .shlp-cta,
.dark-mode .shlp-section--tickets,
.stagehill-dark-mode .shlp-section--intro,
.stagehill-dark-mode .shlp-section--split,
.stagehill-dark-mode .shlp-section--how,
.stagehill-dark-mode .shlp-cta,
.stagehill-dark-mode .shlp-section--tickets,
.shsr-dark .shlp-section--intro,
.shsr-dark .shlp-section--split,
.shsr-dark .shlp-section--how,
.shsr-dark .shlp-cta,
.shsr-dark .shlp-section--tickets,
.dark-theme .shlp-section--intro,
.dark-theme .shlp-section--split,
.dark-theme .shlp-section--how,
.dark-theme .shlp-cta,
.dark-theme .shlp-section--tickets,
.dark-mode-active .shlp-section--intro,
.dark-mode-active .shlp-section--split,
.dark-mode-active .shlp-section--how,
.dark-mode-active .shlp-cta,
.dark-mode-active .shlp-section--tickets,
html[data-theme="dark"] .shlp-section--intro,
html[data-theme="dark"] .shlp-section--split,
html[data-theme="dark"] .shlp-section--how,
html[data-theme="dark"] .shlp-cta,
html[data-theme="dark"] .shlp-section--tickets,
body[data-theme="dark"] .shlp-section--intro,
body[data-theme="dark"] .shlp-section--split,
body[data-theme="dark"] .shlp-section--how,
body[data-theme="dark"] .shlp-cta,
body[data-theme="dark"] .shlp-section--tickets,
html[data-color-scheme="dark"] .shlp-section--intro,
html[data-color-scheme="dark"] .shlp-section--split,
html[data-color-scheme="dark"] .shlp-section--how,
html[data-color-scheme="dark"] .shlp-cta,
html[data-color-scheme="dark"] .shlp-section--tickets,
body[data-color-scheme="dark"] .shlp-section--intro,
body[data-color-scheme="dark"] .shlp-section--split,
body[data-color-scheme="dark"] .shlp-section--how,
body[data-color-scheme="dark"] .shlp-cta,
body[data-color-scheme="dark"] .shlp-section--tickets {
  background: #0b0d10 !important;
}

.dark-mode .shlp-category-card,
.stagehill-dark-mode .shlp-category-card,
.shsr-dark .shlp-category-card,
.dark-theme .shlp-category-card,
.dark-mode-active .shlp-category-card,
html[data-theme="dark"] .shlp-category-card,
body[data-theme="dark"] .shlp-category-card,
html[data-color-scheme="dark"] .shlp-category-card,
body[data-color-scheme="dark"] .shlp-category-card {
  background: rgba(255,255,255,.035);
}

.dark-mode .shlp-category-card:hover,
.stagehill-dark-mode .shlp-category-card:hover,
.shsr-dark .shlp-category-card:hover,
.dark-theme .shlp-category-card:hover,
.dark-mode-active .shlp-category-card:hover,
html[data-theme="dark"] .shlp-category-card:hover,
body[data-theme="dark"] .shlp-category-card:hover,
html[data-color-scheme="dark"] .shlp-category-card:hover,
body[data-color-scheme="dark"] .shlp-category-card:hover {
  background: rgba(255,255,255,.075);
}

.dark-mode .shlp-step,
.stagehill-dark-mode .shlp-step,
.shsr-dark .shlp-step,
.dark-theme .shlp-step,
.dark-mode-active .shlp-step,
html[data-theme="dark"] .shlp-step,
body[data-theme="dark"] .shlp-step,
html[data-color-scheme="dark"] .shlp-step,
body[data-color-scheme="dark"] .shlp-step {
  background: #111318;
}

.dark-mode .shlp-rail-button,
.stagehill-dark-mode .shlp-rail-button,
.shsr-dark .shlp-rail-button,
.dark-theme .shlp-rail-button,
.dark-mode-active .shlp-rail-button,
html[data-theme="dark"] .shlp-rail-button,
body[data-theme="dark"] .shlp-rail-button,
html[data-color-scheme="dark"] .shlp-rail-button,
body[data-color-scheme="dark"] .shlp-rail-button {
  border-color: rgba(255,255,255,.13);
  color: #fff;
  background: rgba(27,30,36,.92);
}

@media (max-width: 1200px) {
  .shlp-hero__inner { grid-template-columns: minmax(0, .95fr) minmax(430px, 1.05fr); gap: 36px; }
  .shlp-hero__mosaic { height: 500px; }
  .shlp-category-grid { grid-template-columns: repeat(2, 1fr); }
  .shlp-rail { grid-auto-columns: minmax(270px, 32%); }
  .shlp-split-panel { padding: 34px; }
  .shlp-mini-grid { grid-template-columns: repeat(2, 1fr); }
  .shlp-mini-grid .shlp-listing-card:nth-child(3) { display: none; }
}

@media (max-width: 900px) {
  .shlp-search { margin-top: 56px; }
  .shlp-shell { width: min(100% - 36px, 760px); }
  .shlp-section { padding: 82px 0; }
  .shlp-hero { min-height: auto; }
  .shlp-hero__inner { min-height: 0; padding: 82px 0 40px; grid-template-columns: 1fr; }
  .shlp-hero__copy { max-width: none; }
  .shlp-hero h1 { max-width: 650px; font-size: clamp(58px, 13vw, 90px); }
  .shlp-hero__mosaic { height: 520px; max-width: 720px; width: 100%; margin: 0 auto; }
  .shlp-stats { grid-template-columns: repeat(3, 1fr); }
  .shlp-stat:nth-child(3) { border-right: 0; }
  .shlp-stat:nth-child(-n+3) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .shlp-section-heading { align-items: start; }
  .shlp-rail { grid-auto-columns: minmax(250px, 44%); }
  .shlp-split-grid,
  .shlp-community-grid { grid-template-columns: 1fr; }
  .shlp-mini-grid { grid-template-columns: repeat(3, 1fr); }
  .shlp-mini-grid .shlp-listing-card:nth-child(3) { display: block; }
  .shlp-steps { grid-template-columns: 1fr; }
  .shlp-step { min-height: 230px; }
  .shlp-step h3 { margin-top: 38px; }
  .shlp-cta__inner { min-height: 0; display: grid; padding: 46px; }
  .shlp-cta__actions { flex-direction: row; flex-wrap: wrap; }
}

@media (max-width: 640px) {
  .shlp-shell { width: calc(100% - 28px); }
  .shlp-section { padding: 66px 0; }
  .shlp-hero__inner { padding-top: 62px; gap: 26px; }
  .shlp-hero h1 { font-size: clamp(50px, 16vw, 72px); }
  .shlp-hero__subtitle { margin-top: 20px; font-size: 16px; }
  .shlp-search { margin-top: 48px; min-height: 58px; padding-left: 16px; }
  .shlp-search input { height: 44px; padding-inline: 10px; font-size: 13px; }
  .shlp-search button { min-width: 52px; width: 52px; height: 46px; padding: 0; font-size: 0; }
  .shlp-search button::before { content: "→"; font-size: 20px; }
  .shlp-hero__actions { display: grid; grid-template-columns: 1fr; }
  .shlp-button { width: 100%; }
  .shlp-hero__mosaic { height: 400px; }
  .shlp-mosaic-card:nth-child(1) { width: 48%; height: 43%; left: 0; }
  .shlp-mosaic-card:nth-child(2) { width: 44%; height: 37%; right: 0; }
  .shlp-mosaic-card:nth-child(3) { width: 38%; height: 32%; left: 0; bottom: 7%; }
  .shlp-mosaic-card:nth-child(4) { width: 54%; height: 47%; left: 24%; top: 28%; }
  .shlp-mosaic-card:nth-child(5) { width: 34%; height: 30%; right: 0; bottom: 1%; }
  .shlp-mosaic-card:nth-child(n+6) { display: none; }
  .shlp-mosaic-card__label { inset: auto 11px 10px; }
  .shlp-mosaic-card__label small { display: none; }
  .shlp-stats { width: 100%; grid-template-columns: repeat(2, 1fr); }
  .shlp-stat { min-height: 100px; }
  .shlp-stat:nth-child(n) { border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
  .shlp-stat:nth-child(2n) { border-right: 0; }
  .shlp-stat:nth-last-child(-n+2) { border-bottom: 0; }
  .shlp-section-heading,
  .shlp-section-heading--wide { display: block; margin-bottom: 30px; }
  .shlp-section-heading h2,
  .shlp-section-heading--wide h2 { font-size: clamp(36px, 12vw, 54px); }
  .shlp-section-heading > a { margin-top: 20px; }
  .shlp-category-grid { grid-template-columns: 1fr; }
  .shlp-category-card { min-height: 128px; padding: 20px; }
  .shlp-category-card__icon { width: 48px; height: 48px; }
  .shlp-category-card strong { font-size: 18px; }
  .shlp-category-card small { font-size: 13px; }
  .shlp-category-card__arrow { display: none; }
  .shlp-rail { grid-auto-columns: 82%; gap: 12px; }
  .shlp-listing-card__media { height: 270px; }
  .shlp-rail-button { display: none; }
  .shlp-split-panel { padding: 25px 20px; border-radius: 23px; }
  .shlp-split-panel__top { align-items: start; }
  .shlp-split-panel h2 { font-size: 34px; }
  .shlp-mini-grid { grid-template-columns: 1fr 1fr; }
  .shlp-mini-grid .shlp-listing-card:nth-child(3) { display: none; }
  .shlp-mini-grid .shlp-listing-card__media { height: 150px; }
  .shlp-panel-heading { padding-inline: 16px; grid-template-columns: auto 1fr; }
  .shlp-panel-heading a { grid-column: 2; }
  .shlp-activity-card { grid-template-columns: auto minmax(0,1fr); padding-inline: 10px; }
  .shlp-activity-card__image { display: none; }
  .shlp-step { padding: 26px; }
  .shlp-cta { padding-bottom: 50px; }
  .shlp-cta__inner { width: calc(100% - 20px); padding: 34px 24px; border-radius: 26px; }
  .shlp-cta h2 { font-size: 46px; }
  .shlp-cta__actions { display: grid; grid-template-columns: 1fr; min-width: 0; }
}

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


/* SVG alignment normalization */
.shlp-category-card__icon svg,
.shlp-panel-heading span svg,
.shlp-empty-state svg,
.shlp-listing-card__open svg,
.shlp-group-card__arrow svg,
.shlp-search__icon svg,
.shlp-button svg,
.shlp-text-link svg,
.shlp-section-heading a svg {
  width: 1em;
  height: 1em;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.shlp-panel-heading span svg,
.shlp-empty-state svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.1;
}

.shlp-listing-card__open svg,
.shlp-button svg,
.shlp-text-link svg,
.shlp-section-heading a svg,
.shlp-group-card__arrow svg,
.shlp-search__icon svg {
  stroke-width: 2.2;
}


/* Match the visual weight of the text-based Artist, Venue and Service glyphs. */
.shlp-category-card--event .shlp-category-card__icon svg,
.shlp-category-card--ticket .shlp-category-card__icon svg,
.shlp-category-card--activity .shlp-category-card__icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 2.15;
}

@media (max-width: 680px) {
  .shlp-category-card--event .shlp-category-card__icon svg,
  .shlp-category-card--ticket .shlp-category-card__icon svg,
  .shlp-category-card--activity .shlp-category-card__icon svg {
    width: 26px;
    height: 26px;
  }
}


/* v1.0.7: keep the primary CTA readable before hover, regardless of theme link rules. */
.shlp .shlp-cta .shlp-button.shlp-button--light,
.shlp .shlp-cta .shlp-button.shlp-button--light:link,
.shlp .shlp-cta .shlp-button.shlp-button--light:visited {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background: #fff !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.shlp .shlp-cta .shlp-button.shlp-button--light svg {
  color: #111 !important;
  stroke: currentColor !important;
  opacity: 1 !important;
}
.shlp .shlp-cta .shlp-button.shlp-button--light:hover,
.shlp .shlp-cta .shlp-button.shlp-button--light:focus-visible {
  color: #111 !important;
  -webkit-text-fill-color: #111 !important;
  background: #f6f3ef !important;
}

/* Use a white native clear icon in the dark hero search field. */
.shlp-search input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  width: 18px;
  height: 18px;
  margin: 0 2px;
  cursor: pointer;
  opacity: .88;
  background: center / 14px 14px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 6l12 12M18 6L6 18'/%3E%3C/svg%3E");
}
.shlp-search input[type="search"]::-webkit-search-cancel-button:hover {
  opacity: 1;
}


/* Keep high-resolution ticket artwork crisp when displayed in homepage cards. */
.shlp-listing-card--ticket .shlp-listing-card__media img,
.shlp-mosaic-card--ticket img {
  image-rendering: auto;
  object-position: center center;
}


/* The landing page is neutral: no primary-menu item is current here. */
body.stagehill-homepage-active header nav .current-menu-item > a,
body.stagehill-homepage-active header nav .current_page_item > a,
body.stagehill-homepage-active .site-header .current-menu-item > a,
body.stagehill-homepage-active .site-header .current_page_item > a,
body.stagehill-homepage-active #navigation .current-menu-item > a,
body.stagehill-homepage-active #navigation .current_page_item > a,
body.stagehill-homepage-active #primary-menu .current-menu-item > a,
body.stagehill-homepage-active #primary-menu .current_page_item > a,
body.stagehill-homepage-active .main-navigation .current-menu-item > a,
body.stagehill-homepage-active .main-navigation .current_page_item > a {
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}


/* v1.0.11: keep the description directly beneath the title; lower only search and CTAs. */
.shlp-hero__subtitle {
  margin-top: 28px;
}
.shlp-search {
  margin-top: 64px;
}
@media (max-width: 900px) {
  .shlp-search { margin-top: 56px; }
}
@media (max-width: 640px) {
  .shlp-hero__subtitle { margin-top: 20px; }
  .shlp-search { margin-top: 48px; }
}


/* v1.0.14: responsive high-quality imagery without oversized originals. */
.shlp-mosaic-card img,
.shlp-listing-card__media img {
  image-rendering: auto;
  object-position: center center;
  backface-visibility: hidden;
}


/* v1.1.1: the complete hero copy must be present on the very first paint.
 * Reveal animations remain available for every section below the hero. */
.shlp-hero__copy,
.shlp-hero__copy[data-shlp-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}


/* Activity flip banner */
.shlp-flip-banner-section { position: relative; padding: 0; overflow: hidden; }
.shlp-flip-banner-section .wpb_content_element { margin-bottom: 0; }
.shlp-flip-banner-section p:empty { display: none; }
.shlp-flip-banner { position: relative; isolation: isolate; min-height: var(--shlp-flip-height,170px); display: grid; place-items: center; width: 100%; overflow: hidden; color: var(--shlp-flip-text,#fff); background-color: var(--shlp-flip-bg,#050505); background-position: center; background-size: cover; text-decoration: none !important; perspective: 1100px; }
.shlp-flip-banner__overlay { position: absolute; z-index: -1; inset: 0; background: var(--shlp-flip-overlay,#000); opacity: var(--shlp-flip-overlay-opacity,.72); transition: opacity .35s ease; }
.shlp-flip-banner__face { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 12px; padding: 28px 40px; text-align: center; font-size: var(--shlp-flip-font,30px); line-height: 1.18; font-weight: 400; backface-visibility: hidden; transform-origin: center; transition-property: opacity,transform; transition-duration: var(--shlp-flip-duration,480ms); transition-timing-function: cubic-bezier(.2,.75,.2,1); }
.shlp-flip-banner__face svg { width: 25px; height: 25px; display: block; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.shlp-flip-banner:hover .shlp-flip-banner__overlay, .shlp-flip-banner:focus-visible .shlp-flip-banner__overlay { opacity: min(1,calc(var(--shlp-flip-overlay-opacity,.72) + .12)); }

/* Original WorkScout-style vertical text slide. */
.shlp-flip-banner--animation-original .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); transform: translateY(0); opacity: 1; }
.shlp-flip-banner--animation-original .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); transform: translateY(100%); opacity: 1; }
.shlp-flip-banner--animation-original:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-original:focus-visible .shlp-flip-banner__face--front { transform: translateY(-100%); }
.shlp-flip-banner--animation-original:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-original:focus-visible .shlp-flip-banner__face--back { transform: translateY(0); }

/* 3D vertical flip — the animation used by v1.1.3. */
.shlp-flip-banner--animation-flip-vertical .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); transform: rotateX(0deg); opacity: 1; }
.shlp-flip-banner--animation-flip-vertical .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); transform: rotateX(-90deg); opacity: 0; }
.shlp-flip-banner--animation-flip-vertical:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-flip-vertical:focus-visible .shlp-flip-banner__face--front { transform: rotateX(90deg); opacity: 0; }
.shlp-flip-banner--animation-flip-vertical:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-flip-vertical:focus-visible .shlp-flip-banner__face--back { transform: rotateX(0); opacity: 1; }

.shlp-flip-banner--animation-flip-horizontal .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); transform: rotateY(0deg); opacity: 1; }
.shlp-flip-banner--animation-flip-horizontal .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); transform: rotateY(-90deg); opacity: 0; }
.shlp-flip-banner--animation-flip-horizontal:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-flip-horizontal:focus-visible .shlp-flip-banner__face--front { transform: rotateY(90deg); opacity: 0; }
.shlp-flip-banner--animation-flip-horizontal:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-flip-horizontal:focus-visible .shlp-flip-banner__face--back { transform: rotateY(0); opacity: 1; }

.shlp-flip-banner--animation-slide-left .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); transform: translateX(0); opacity: 1; }
.shlp-flip-banner--animation-slide-left .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); transform: translateX(100%); opacity: 1; }
.shlp-flip-banner--animation-slide-left:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-slide-left:focus-visible .shlp-flip-banner__face--front { transform: translateX(-100%); }
.shlp-flip-banner--animation-slide-left:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-slide-left:focus-visible .shlp-flip-banner__face--back { transform: translateX(0); }

.shlp-flip-banner--animation-fade .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); opacity: 1; transform: none; }
.shlp-flip-banner--animation-fade .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); opacity: 0; transform: none; }
.shlp-flip-banner--animation-fade:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-fade:focus-visible .shlp-flip-banner__face--front { opacity: 0; }
.shlp-flip-banner--animation-fade:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-fade:focus-visible .shlp-flip-banner__face--back { opacity: 1; }

.shlp-flip-banner--animation-zoom .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); opacity: 1; transform: scale(1); }
.shlp-flip-banner--animation-zoom .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); opacity: 0; transform: scale(.82); }
.shlp-flip-banner--animation-zoom:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-zoom:focus-visible .shlp-flip-banner__face--front { opacity: 0; transform: scale(1.12); }
.shlp-flip-banner--animation-zoom:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-zoom:focus-visible .shlp-flip-banner__face--back { opacity: 1; transform: scale(1); }

.shlp-flip-banner--animation-none .shlp-flip-banner__face { transition: none; transform: none; }
.shlp-flip-banner--animation-none .shlp-flip-banner__face--front { color: var(--shlp-flip-text,#fff); opacity: 1; }
.shlp-flip-banner--animation-none .shlp-flip-banner__face--back { color: var(--shlp-flip-hover-text,#fff); opacity: 0; }
.shlp-flip-banner--animation-none:hover .shlp-flip-banner__face--front, .shlp-flip-banner--animation-none:focus-visible .shlp-flip-banner__face--front { opacity: 0; }
.shlp-flip-banner--animation-none:hover .shlp-flip-banner__face--back, .shlp-flip-banner--animation-none:focus-visible .shlp-flip-banner__face--back { opacity: 1; }

@media (max-width: 700px) { .shlp-flip-banner__face { padding: 24px 20px; font-size: min(var(--shlp-flip-font,30px),24px); } }
@media (prefers-reduced-motion: reduce) {
  .shlp-flip-banner__face { transition: opacity .18s ease !important; transform: none !important; }
  .shlp-flip-banner__face--front { opacity: 1 !important; }
  .shlp-flip-banner__face--back { opacity: 0 !important; }
  .shlp-flip-banner:hover .shlp-flip-banner__face--front, .shlp-flip-banner:focus-visible .shlp-flip-banner__face--front { opacity: 0 !important; }
  .shlp-flip-banner:hover .shlp-flip-banner__face--back, .shlp-flip-banner:focus-visible .shlp-flip-banner__face--back { opacity: 1 !important; }
}


.dark-mode .shlp-flip-banner-section,
.stagehill-dark-mode .shlp-flip-banner-section,
.shsr-dark .shlp-flip-banner-section,
.dark-theme .shlp-flip-banner-section,
.dark-mode-active .shlp-flip-banner-section,
html[data-theme="dark"] .shlp-flip-banner-section,
body[data-theme="dark"] .shlp-flip-banner-section,
html[data-color-scheme="dark"] .shlp-flip-banner-section,
body[data-color-scheme="dark"] .shlp-flip-banner-section { background: #0b0d10; }
