:root {
  --showguide-purple-950: #241033;
  --showguide-purple-800: #3d165c;
  --showguide-purple-650: #5b267c;
  --showguide-gold: #d7ab42;
  --showguide-gold-light: #f3d98f;
  --showguide-gold-deep: #936514;
  --showguide-cover-title: #fff;
  --showguide-ink: #241b2b;
  --showguide-paper: #fffdfa;
  --showguide-soft: #f7f2fb;
  --showguide-radius: 1.25rem;
  --showguide-shadow: 0 18px 48px rgba(38, 15, 53, .14);
}

.showguide {
  color: var(--showguide-ink);
  font-family: inherit;
  line-height: 1.6;
}

.showguide *,
.showguide *::before,
.showguide *::after {
  box-sizing: border-box;
}

.showguide-detail {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  background: var(--showguide-paper);
}

.showguide-cover {
  position: relative;
  display: grid;
  min-height: 100vh;
  min-height: 100svh;
  overflow: hidden;
  color: #fff;
  background-color: var(--showguide-purple-950);
  background-image: var(--showguide-cover-image, linear-gradient(145deg, #241033, #5b267c));
  background-position: center;
  background-size: cover;
  isolation: isolate;
}

.showguide-cover__shade {
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(24, 8, 35, .28), rgba(24, 8, 35, .88)),
    radial-gradient(circle at 50% 28%, transparent, rgba(25, 8, 36, .46));
}

.showguide-cover__rainbow {
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: .48rem;
  background: linear-gradient(90deg, #e63346 0 16.6%, #f28c28 16.6% 33.2%, #f2ce3f 33.2% 49.8%, #3aaa5c 49.8% 66.4%, #2e7bc4 66.4% 83%, #713c97 83%);
}

.showguide-cover__content {
  align-self: end;
  width: min(100%, 48rem);
  margin-inline: auto;
  padding: clamp(2rem, 7vw, 5rem) clamp(1.25rem, 6vw, 3rem) clamp(3.5rem, 10vh, 7rem);
  text-align: center;
}

.showguide-cover__heart {
  width: 4.5rem;
  height: auto;
  margin-bottom: .4rem;
  filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .25));
}

.showguide-cover__brand {
  width: auto;
  max-width: min(18rem, 70vw);
  max-height: 5rem;
  margin-bottom: .75rem;
}

.showguide-cover__brand-text {
  margin: 0 0 1.5rem;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showguide-cover h1 {
  max-width: 14ch;
  margin: .35rem auto 1rem;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 12vw, 5.6rem);
  font-weight: 500;
  line-height: .98;
  text-wrap: balance;
}

.showguide-cover__subheading {
  max-width: 36rem;
  margin: 0 auto 1.25rem;
  font-size: clamp(1rem, 4vw, 1.3rem);
}

.showguide-cover__quick-details {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem 1rem;
  justify-content: center;
  margin-bottom: 1.75rem;
  font-weight: 650;
}

.showguide-kicker {
  margin: 0 0 .4rem;
  color: var(--showguide-purple-650);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.showguide-cover .showguide-kicker {
  color: var(--showguide-gold-light);
}

.showguide-button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: .75rem 1.2rem;
  border: 2px solid var(--showguide-purple-800);
  border-radius: 999px;
  color: #fff;
  background: var(--showguide-purple-800);
  font-weight: 750;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease;
}

.showguide-button:hover,
.showguide-button:focus-visible {
  color: #fff;
  box-shadow: 0 9px 22px rgba(61, 22, 92, .24);
  transform: translateY(-1px);
}

.showguide-publication--exhibitor .showguide-exhibitor__website-button,
.showguide-publication--exhibitor .showguide-exhibitor__website-button:visited,
.showguide-publication--exhibitor .showguide-exhibitor__website-button:hover,
.showguide-publication--exhibitor .showguide-exhibitor__website-button:focus-visible {
  color: #fff;
}

.showguide-button--gold {
  border-color: var(--showguide-gold);
  color: var(--showguide-purple-950);
  background: var(--showguide-gold);
}

.showguide-button--gold:hover,
.showguide-button--gold:focus-visible {
  color: var(--showguide-purple-950);
}

.showguide-cover .showguide-button--gold {
  border-color: var(--showguide-cover-button-color, #efd08b);
  color: var(--showguide-cover-button-text-color, #28103d);
  background: var(--showguide-cover-button-color, #efd08b);
}

.showguide-cover .showguide-button--gold:hover,
.showguide-cover .showguide-button--gold:focus-visible {
  color: var(--showguide-cover-button-text-color, #28103d);
}

.showguide-content {
  scroll-margin-top: 1rem;
}

.showguide-section {
  width: min(100% - 2rem, 72rem);
  margin: 0 auto;
  padding-block: clamp(2.5rem, 8vw, 5rem);
}

.showguide-section + .showguide-section {
  border-top: 1px solid rgba(61, 22, 92, .12);
}

.showguide-section h2 {
  margin: 0 0 1.2rem;
  color: var(--showguide-purple-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 3.5rem);
  line-height: 1.08;
  text-wrap: balance;
}

.showguide-section h3 {
  color: var(--showguide-purple-800);
}

.showguide-prose {
  font-size: 1.04rem;
}

.showguide-prose > * {
  max-width: 68ch;
}

.showguide-rich-text-shell {
  box-sizing: border-box;
}

.showguide-rich-text {
  box-sizing: border-box;
  min-width: 0;
  padding: clamp(1.35rem, 4vw, 2.5rem);
  border: 1px solid rgba(166, 116, 22, .58);
  border-radius: var(--showguide-radius);
  background: rgba(255, 248, 226, .96);
  box-shadow: 0 16px 38px rgba(50, 17, 73, .1);
}

.showguide-rich-text > :last-child {
  margin-bottom: 0;
}

.showguide-rich-text__image {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-inline: auto;
}

.showguide-rich-text__image--top {
  margin-block: 0 clamp(1.25rem, 4vw, 2rem);
}

.showguide-rich-text__image--bottom {
  margin-block: clamp(1.25rem, 4vw, 2rem) 0;
}

.showguide-rich-text__image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin-inline: auto;
  object-fit: contain;
  object-position: center top;
  border-radius: calc(var(--showguide-radius) * .72);
}

.showguide-rich-text__image img.showguide-image--landscape,
.showguide-rich-text__image img.showguide-image--portrait,
.showguide-rich-text__image img.showguide-image--square,
.showguide-rich-text__image img.showguide-image--natural {
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center top;
}

.showguide-rich-text__image img.showguide-image--portrait,
.showguide-rich-text__image img.showguide-image--square {
  max-width: 30rem;
}

.showguide-section--purple .showguide-rich-text {
  color: var(--showguide-purple-800);
  background: rgba(255, 248, 226, .97);
}

.showguide-joomla-article,
.showguide-category-blog,
.showguide-joomla-module,
.showguide-joomla-position,
.showguide-joomla-menu,
.showguide-jbusiness-directory {
  min-width: 0;
}

.showguide-jbusiness-directory__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem clamp(1rem, 4vw, 3rem);
  margin: 0;
  padding: 0;
  list-style: none;
}

.showguide-jbusiness-directory__list li {
  min-width: 0;
  border-bottom: 1px solid rgba(215, 171, 66, .34);
}

.showguide-jbusiness-directory__list a,
.showguide-jbusiness-directory__list a:visited {
  display: block;
  min-height: 2.75rem;
  padding: .55rem .15rem;
  color: var(--showguide-purple-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.9rem, 3.4vw, 1.08rem);
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  overflow-wrap: anywhere;
}

.showguide-jbusiness-directory__list a:hover,
.showguide-jbusiness-directory__list a:focus-visible {
  color: var(--showguide-gold-deep);
  text-decoration: underline;
}

.showguide-section--purple .showguide-jbusiness-directory__list li {
  border-bottom-color: rgba(243, 217, 143, .34);
}

.showguide-section--purple .showguide-jbusiness-directory__list a,
.showguide-section--purple .showguide-jbusiness-directory__list a:visited {
  color: #fff;
}

.showguide-section--purple .showguide-jbusiness-directory__list a:hover,
.showguide-section--purple .showguide-jbusiness-directory__list a:focus-visible {
  color: var(--showguide-gold-light);
}

.showguide-joomla-article__content,
.showguide-joomla-module__content,
.showguide-joomla-position__module {
  min-width: 0;
}

.showguide-joomla-module__introduction {
  margin-bottom: clamp(1rem, 3vw, 1.75rem);
}

.showguide-joomla-module__content {
  position: relative;
  min-width: 0;
  margin-block: clamp(1.25rem, 4vw, 2.25rem);
  padding: clamp(1.25rem, 4vw, 2.5rem);
  overflow: hidden;
  border: 1px solid rgba(166, 116, 22, .58);
  border-radius: var(--showguide-radius);
  color: var(--showguide-ink);
  background:
    linear-gradient(145deg, rgba(255, 253, 250, .98), rgba(255, 246, 220, .94));
  box-shadow: 0 16px 38px rgba(50, 17, 73, .1);
}

.showguide-joomla-module__content::before {
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    var(--showguide-gold),
    var(--showguide-gold-light),
    var(--showguide-gold),
    transparent
  );
}

.showguide-joomla-module__content > :first-child {
  margin-top: 0;
}

.showguide-joomla-module__content > :last-child {
  margin-bottom: 0;
}

.showguide-vendor-search-status {
  margin: .7rem 0 0;
  color: var(--showguide-purple-800);
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.4;
}

.showguide-vendor-search-status[hidden] {
  display: none;
}

.showguide-joomla-module__content form.is-resolving-location,
.showguide-joomla-position__module form.is-resolving-location {
  cursor: progress;
}

.showguide-joomla-article__content img,
.showguide-joomla-module__content img,
.showguide-joomla-position__module img,
.showguide-joomla-article__content video,
.showguide-joomla-module__content video,
.showguide-joomla-position__module video {
  max-width: 100%;
  height: auto;
}

.showguide-joomla-article__content iframe,
.showguide-joomla-module__content iframe,
.showguide-joomla-position__module iframe {
  max-width: 100%;
}

.showguide-joomla-block__action {
  margin: 1.5rem 0 0;
}

.showguide-category-blog__introduction {
  margin-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.showguide-category-blog__grid {
  display: grid;
  gap: clamp(1.15rem, 3vw, 2rem);
}

.showguide-category-blog__grid--1 {
  max-width: 54rem;
}

.showguide-category-blog__card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(166, 116, 22, .5);
  border-radius: var(--showguide-radius);
  background: rgba(255, 248, 226, .97);
  box-shadow: 0 14px 34px rgba(50, 17, 73, .1);
}

.showguide-category-blog__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: rgba(61, 22, 92, .08);
}

.showguide-category-blog__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.showguide-category-blog__image:hover img,
.showguide-category-blog__image:focus-visible img {
  transform: scale(1.025);
}

.showguide-category-blog__card-body {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: clamp(1.15rem, 3.5vw, 1.85rem);
  color: var(--showguide-purple-800);
}

.showguide.showguide-publication--page .showguide-category-blog__card h3 {
  margin: 0 0 .8rem;
  color: var(--showguide-purple-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  text-transform: none;
}

.showguide-category-blog__card h3 a,
.showguide-category-blog__card h3 a:visited {
  color: inherit;
  text-decoration: none;
}

.showguide-category-blog__card h3 a:hover,
.showguide-category-blog__card h3 a:focus-visible {
  color: var(--showguide-gold-deep);
  text-decoration: underline;
}

.showguide-category-blog__intro,
.showguide-category-blog__intro > * {
  max-width: 100%;
}

.showguide-category-blog__intro img,
.showguide-category-blog__intro video,
.showguide-category-blog__intro iframe {
  max-width: 100%;
  height: auto;
}

.showguide-category-blog__action {
  margin: auto 0 0;
  padding-top: 1rem;
}

.showguide-category-blog__action a,
.showguide-category-blog__action a:visited {
  color: var(--showguide-gold-deep);
  font-weight: 800;
  text-decoration: none;
}

.showguide-category-blog__action a:hover,
.showguide-category-blog__action a:focus-visible {
  color: var(--showguide-purple-800);
  text-decoration: underline;
}

@media (min-width: 45rem) {
  .showguide-category-blog__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.showguide-joomla-position__modules {
  display: grid;
  gap: clamp(1.25rem, 4vw, 2.5rem);
}

.showguide-joomla-position__module + .showguide-joomla-position__module {
  padding-top: clamp(1.25rem, 4vw, 2.5rem);
  border-top: 1px solid rgba(61, 22, 92, .12);
}

.showguide-joomla-position__module h3 {
  margin: 0 0 .8rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 4vw, 2rem);
}

.showguide-joomla-menu__card {
  padding: clamp(1.5rem, 5vw, 3rem);
  border: 1px solid rgba(215, 171, 66, .48);
  border-radius: var(--showguide-radius);
  background: rgba(255, 253, 250, .88);
  box-shadow: var(--showguide-shadow);
}

.showguide-section--purple .showguide-joomla-menu__card {
  border-color: rgba(243, 217, 143, .52);
  background: rgba(28, 9, 43, .48);
}

.showguide-joomla-menu__embedded {
  min-width: 0;
  width: 100%;
}

.showguide-joomla-menu__embedded img,
.showguide-joomla-menu__embedded video,
.showguide-joomla-menu__embedded iframe {
  max-width: 100%;
  height: auto;
}

.showguide.showguide-publication--page .showguide-joomla-menu__embedded :where(h1, h2, h3),
.showguide.showguide-publication--page .showguide-joomla-menu__embedded :where(h1, h2, h3) a {
  color: var(--showguide-gold-deep);
}

.showguide-section--purple {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - 70rem) / 2));
  color: #fff;
  background: var(--showguide-purple-800);
}

.showguide-section--purple h2,
.showguide-section--purple h3 {
  color: var(--showguide-gold-light);
}

.showguide-section--gold {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - 70rem) / 2));
  background: #f6e6b7;
}

.showguide-section--soft {
  width: 100%;
  max-width: none;
  padding-inline: max(1rem, calc((100% - 70rem) / 2));
  background: var(--showguide-soft);
}

.showguide-detail-grid {
  display: grid;
  gap: .75rem;
  margin-bottom: 1.5rem;
}

.showguide-event-details > .showguide-prose {
  margin-bottom: clamp(1.5rem, 4vw, 2.25rem);
}

.showguide-event-details > .showguide-prose p,
.showguide-event-details > .showguide-prose > div {
  margin: 0 0 1rem;
}

.showguide-event-details > .showguide-prose p:last-child,
.showguide-event-details > .showguide-prose > div:last-child {
  margin-bottom: 0;
}

.showguide-spacer {
  display: block;
  width: 100%;
  height: var(--showguide-spacer-height, 40px);
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  pointer-events: none;
}

.showguide-detail-grid > div {
  display: grid;
  gap: .2rem;
  padding: 1rem;
  border-radius: 1rem;
  background: var(--showguide-soft);
}

.showguide-detail-grid strong {
  color: var(--showguide-purple-650);
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.showguide-card-grid,
.showguide-exhibitor-grid,
.showguide-offer-grid {
  display: grid;
  gap: 1rem;
}

.showguide-list {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
  padding-block: 2rem 5rem;
}

.showguide-list__header {
  padding: clamp(2rem, 8vw, 5rem) 0;
}

.showguide-list__header h1 {
  color: var(--showguide-purple-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.4rem, 9vw, 5rem);
}

.showguide-card,
.showguide-exhibitor-card,
.showguide-offer-grid article {
  overflow: hidden;
  border: 1px solid rgba(61, 22, 92, .1);
  border-radius: var(--showguide-radius);
  background: #fff;
  box-shadow: var(--showguide-shadow);
}

.showguide-card > img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.showguide-card__body {
  padding: 1.25rem;
}

.showguide-card h2 {
  color: var(--showguide-purple-800);
  font-family: Georgia, "Times New Roman", serif;
}

.showguide-exhibitor-card > a {
  display: grid;
  height: 100%;
  gap: 1rem;
  padding: 1.1rem;
  color: inherit;
  text-decoration: none;
}

.showguide-exhibitor-card img {
  width: min(100%, 12rem);
  height: auto;
  max-height: 105px;
  margin-inline: auto;
  padding: .35rem;
  border-radius: .75rem;
  background: #fff;
  object-fit: contain;
}

.showguide-exhibitor-card h3 {
  margin: 0;
}

.showguide-exhibitor-card__category {
  margin: .28rem 0 0;
  color: var(--showguide-gold-deep);
  font-family: Georgia, "Times New Roman", serif;
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.3;
  text-transform: uppercase;
}

.showguide-exhibitors > h2 {
  font-family: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-stretch: condensed;
  font-weight: 450;
  letter-spacing: .035em;
  line-height: .98;
}

.showguide-event-sponsors {
  text-align: center;
}

.showguide-event-sponsors .showguide-prose > * {
  margin-inline: auto;
}

.showguide-event-sponsors__tier {
  margin-top: clamp(2rem, 6vw, 3.5rem);
}

.showguide-event-sponsors__tier h3,
.showguide-publication--page .showguide-event-sponsors__tier h3 {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) auto minmax(2rem, 1fr);
  align-items: center;
  gap: .75rem;
  width: 100%;
  margin: 0 0 1.25rem;
  color: #746073;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(.76rem, 2.2vw, .95rem);
  font-stretch: normal;
  font-weight: 650;
  letter-spacing: normal;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.showguide-event-sponsors__tier h3::before,
.showguide-event-sponsors__tier h3::after {
  display: block;
  height: 1px;
  content: "";
}

.showguide-event-sponsors__tier h3::before {
  background: linear-gradient(90deg, transparent, rgba(116, 96, 115, .42));
}

.showguide-event-sponsors__tier h3::after {
  background: linear-gradient(90deg, rgba(116, 96, 115, .42), transparent);
}

.showguide-event-sponsors__tier h3 span {
  white-space: nowrap;
}

.showguide-event-sponsors__grid {
  display: grid;
  align-items: stretch;
  justify-content: center;
  gap: clamp(.8rem, 2.5vw, 1.25rem);
}

.showguide-event-sponsors__grid--premier {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 22rem));
}

.showguide-event-sponsors__grid--regular {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 10rem), 1fr));
}

.showguide-event-sponsor {
  display: grid;
  min-height: 9rem;
  place-items: center;
  padding: clamp(1rem, 4vw, 1.6rem);
  border: 1px solid rgba(197, 150, 47, .24);
  border-radius: 1rem;
  color: var(--showguide-purple-800);
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 12px 32px rgba(50, 17, 73, .08);
  text-decoration: none;
}

.showguide-event-sponsor:hover,
.showguide-event-sponsor:focus-visible {
  border-color: rgba(197, 150, 47, .65);
  color: var(--showguide-purple-800);
  transform: translateY(-2px);
}

.showguide-event-sponsor img {
  display: block;
  width: min(100%, 17rem);
  height: auto;
  max-height: 105px;
  object-fit: contain;
}

.showguide-event-sponsor--premier {
  min-height: 12rem;
  border-color: rgba(197, 150, 47, .42);
  background: linear-gradient(145deg, rgba(255, 255, 255, .96), rgba(250, 239, 205, .88));
}

.showguide-event-sponsor--premier img {
  width: auto;
  height: auto;
  max-width: min(100%, 13.125rem);
  max-height: 94px;
}

@media (min-width: 42rem) {
  .showguide-event-sponsors__grid--regular {
    grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  }
}

.showguide-schedule ol {
  display: grid;
  gap: .8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.showguide-schedule li {
  display: grid;
  grid-template-columns: minmax(7.5rem, auto) 1fr;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(61, 22, 92, .12);
  border-radius: .85rem;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 22px rgba(50, 17, 73, .06);
}

@media (max-width: 34rem) {
  .showguide-schedule li {
    grid-template-columns: 1fr;
    gap: .45rem;
  }
}

.showguide-schedule time {
  color: var(--showguide-purple-650);
  font-weight: 800;
  line-height: 1.3;
}

.showguide-schedule .showguide-prose p,
.showguide-schedule .showguide-prose > div {
  margin: 0 0 1rem;
}

.showguide-schedule .showguide-prose p:last-child,
.showguide-schedule .showguide-prose > div:last-child {
  margin-bottom: 0;
}

.showguide-schedule__description {
  margin-top: .55rem;
}

.showguide-floor-maps img {
  width: 100%;
  height: auto;
  border-radius: var(--showguide-radius);
}

.showguide-offer-grid article {
  padding: 1.25rem;
}

.showguide-promo {
  display: inline-block;
  padding: .55rem .75rem;
  border: 1px dashed var(--showguide-purple-650);
  border-radius: .5rem;
  background: var(--showguide-soft);
}

.showguide-block-hero {
  position: relative;
}

.showguide-block-hero img {
  width: 100%;
  max-height: 70vh;
  border-radius: var(--showguide-radius);
  object-fit: cover;
}

.showguide-image-text {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}

.showguide-image-text img {
  width: 100%;
  border-radius: var(--showguide-radius);
}

.showguide-cta {
  text-align: center;
}

.showguide-cta > * {
  max-width: 44rem;
  margin-inline: auto;
}

.showguide-exhibitor {
  width: min(100% - 2rem, 68rem);
  margin-inline: auto;
  padding-block: 1.25rem 5rem;
}

.showguide-back {
  display: inline-block;
  margin-bottom: 1.25rem;
  color: var(--showguide-purple-650);
  font-weight: 750;
}

.showguide-exhibitor__header {
  overflow: hidden;
  border-radius: var(--showguide-radius);
  background: var(--showguide-soft);
}

.showguide-exhibitor__hero {
  width: 100%;
  max-height: 28rem;
  object-fit: cover;
}

.showguide-exhibitor__identity {
  display: flex;
  gap: 1.25rem;
  align-items: center;
  padding: 1.25rem;
}

.showguide-exhibitor__identity h1 {
  margin: 0;
  color: var(--showguide-purple-800);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 8vw, 4rem);
}

.showguide-exhibitor__logo {
  width: min(42vw, 12rem);
  height: auto;
  max-height: 105px;
  flex: 0 0 auto;
  padding: .4rem;
  border-radius: 1rem;
  background: #fff;
  object-fit: contain;
}

.showguide-width--narrow {
  width: min(100% - 2rem, 48rem);
}

.showguide-width--normal {
  width: min(100% - 2rem, 72rem);
}

.showguide-width--wide {
  width: min(100% - 2rem, 88rem);
}

.showguide-width--full {
  width: 100%;
  max-width: none;
  padding-inline: clamp(1rem, 4vw, 4rem);
}

.showguide-spacing--none {
  padding-block: 0;
}

.showguide-spacing--compact {
  padding-block: clamp(1.25rem, 4vw, 2.5rem);
}

.showguide-spacing--normal {
  padding-block: clamp(2.5rem, 8vw, 5rem);
}

.showguide-spacing--roomy {
  padding-block: clamp(4rem, 12vw, 8rem);
}

.showguide-align--center {
  text-align: center;
}

.showguide-align--center > *,
.showguide-align--center .showguide-prose > * {
  margin-inline: auto;
}

.showguide-button--purple {
  border-color: var(--showguide-purple-800);
  color: #fff;
  background: var(--showguide-purple-800);
}

.showguide-button--outline {
  border-color: currentColor;
  color: var(--showguide-purple-800);
  background: transparent;
}

.showguide-section--purple .showguide-button--outline {
  color: #fff;
}

.showguide-image--landscape {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.showguide-image--portrait {
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.showguide-image--square {
  aspect-ratio: 1;
  object-fit: cover;
}

.showguide-image--natural {
  height: auto;
  object-fit: contain;
}

.showguide-block-hero:has(> img) {
  display: grid;
  overflow: hidden;
  padding: 0;
  border-radius: var(--showguide-radius);
  isolation: isolate;
}

.showguide-block-hero:has(> img) > img,
.showguide-block-hero:has(> img)::before,
.showguide-block-hero:has(> img) > .showguide-block-hero__content {
  grid-area: 1 / 1;
}

.showguide-block-hero:has(> img) > img {
  z-index: -2;
  width: 100%;
  height: 100%;
  max-height: none;
  border-radius: 0;
}

.showguide-block-hero:has(> img)::before {
  z-index: -1;
  content: "";
  background: rgba(25, 8, 35, var(--showguide-overlay, .42));
}

.showguide-block-hero:has(> img) > .showguide-block-hero__content {
  align-self: end;
  max-width: 52rem;
  padding: clamp(2rem, 8vw, 6rem);
  color: #fff;
  text-shadow: 0 1px 20px rgba(20, 5, 31, .35);
}

.showguide-block-hero:has(> img) h2 {
  color: #fff;
}

.showguide-overlay--none {
  --showguide-overlay: 0;
}

.showguide-overlay--light {
  --showguide-overlay: .18;
}

.showguide-overlay--medium {
  --showguide-overlay: .42;
}

.showguide-overlay--dark {
  --showguide-overlay: .68;
}

.showguide-height--medium:has(> img) {
  min-height: min(34rem, 78svh);
}

.showguide-height--screen:has(> img) {
  min-height: 100svh;
  border-radius: 0;
}

@media (min-width: 42rem) {
  .showguide-card-grid,
  .showguide-exhibitor-grid,
  .showguide-offer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showguide-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .showguide-image-text {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .showguide-image-text--right img {
    order: 2;
  }
}

@media (max-width: 47.999rem) {
  .showguide-hide-mobile {
    display: none !important;
  }
}

@media (min-width: 48rem) {
  .showguide-hide-desktop {
    display: none !important;
  }
}

@media (min-width: 64rem) {
  .showguide-card-grid,
  .showguide-exhibitor-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .showguide *,
  .showguide *::before,
  .showguide *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}

/* Standalone digital-publication shell */

html.showguide-publication-active,
body.showguide-publication-active {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}

.showguide-publication {
  position: fixed;
  z-index: 2147483000;
  inset: 0;
  width: 100vw;
  max-width: none !important;
  height: 100dvh;
  margin: 0 !important;
  overflow: hidden;
  color: var(--showguide-ink);
  background: var(--showguide-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  isolation: isolate;
}

.showguide-publication a {
  text-underline-offset: .18em;
}

.showguide-publication-nav {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: 4.65rem;
  align-items: center;
  gap: 1rem;
  padding: .65rem clamp(1rem, 3vw, 2.25rem);
  border-bottom: 0;
  color: var(--showguide-ink);
  background: rgba(255, 253, 250, .96);
  box-shadow: 0 8px 28px rgba(36, 16, 51, .08);
  backdrop-filter: blur(16px);
}

.showguide-publication-nav--cover {
  border-bottom-color: rgba(255, 255, 255, .18);
  color: #fff;
  background: linear-gradient(180deg, rgba(24, 7, 35, .78), rgba(24, 7, 35, .08));
  box-shadow: none;
  backdrop-filter: none;
}

.showguide-publication-nav__brand {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .7rem;
  color: inherit;
  text-decoration: none;
}

.showguide-publication-nav__brand:hover,
.showguide-publication-nav__brand:focus {
  color: inherit;
}

.showguide-publication-nav__brand img {
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border-radius: .75rem;
  object-fit: contain;
}

.showguide-publication-nav__brand.has-custom-logo img {
  width: auto;
  max-width: 7.5rem;
  border-radius: 0;
}

.showguide-publication-nav__brand span {
  display: grid;
  min-width: 0;
}

.showguide-publication-nav__brand small {
  color: var(--showguide-purple-650);
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .09em;
  line-height: 1.2;
  text-transform: uppercase;
}

.showguide-publication-nav--cover .showguide-publication-nav__brand small {
  color: var(--showguide-gold-light);
}

.showguide-publication-nav__brand strong {
  overflow: hidden;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showguide-publication-nav__current {
  overflow: hidden;
  margin-left: auto;
  color: var(--showguide-purple-650);
  font-size: .78rem;
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.showguide-publication-nav__toggle {
  display: none;
  min-height: 2.65rem;
  align-items: center;
  gap: .55rem;
  padding: .55rem .8rem;
  border: 1px solid rgba(61, 22, 92, .18);
  border-radius: 999px;
  color: inherit;
  background: rgba(255, 255, 255, .8);
  font: inherit;
  font-size: .78rem;
  font-weight: 800;
  cursor: pointer;
}

.showguide-publication-nav--cover .showguide-publication-nav__toggle {
  border-color: rgba(255, 255, 255, .3);
  background: rgba(36, 16, 51, .48);
}

.showguide-publication-nav__toggle-lines {
  display: grid;
  width: 1.1rem;
  gap: .23rem;
}

.showguide-publication-nav__toggle-lines i {
  display: block;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.showguide-publication-nav.is-menu-open .showguide-publication-nav__toggle-lines i:first-child {
  transform: translateY(.46rem) rotate(45deg);
}

.showguide-publication-nav.is-menu-open .showguide-publication-nav__toggle-lines i:nth-child(2) {
  opacity: 0;
}

.showguide-publication-nav.is-menu-open .showguide-publication-nav__toggle-lines i:last-child {
  transform: translateY(-.46rem) rotate(-45deg);
}

.showguide-publication-nav__menu {
  margin-left: auto;
}

.showguide-publication-nav__menu ul {
  display: flex;
  align-items: center;
  gap: .2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.showguide-publication-nav__menu a {
  display: flex;
  min-height: 2.65rem;
  align-items: center;
  gap: .4rem;
  padding: .55rem .75rem;
  border-radius: 999px;
  color: inherit;
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

.showguide-publication-nav__menu a:hover,
.showguide-publication-nav__menu a:focus-visible,
.showguide-publication-nav__menu a[aria-current="page"] {
  color: var(--showguide-purple-800);
  background: var(--showguide-gold-light);
}

.showguide-publication-nav__scrim {
  display: none;
}

.showguide-publication--cover .showguide-cover {
  width: 100%;
  height: 100dvh;
  min-height: 100dvh;
  overflow-y: auto;
  padding-top: 5rem;
}

.showguide-publication__scroll {
  height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-top: 4.65rem;
  scrollbar-gutter: stable;
}

.showguide-publication__page {
  width: 100%;
  min-height: calc(100dvh - 4.65rem);
  padding-bottom: clamp(2.5rem, 6vw, 5rem);
  background:
    radial-gradient(circle at 100% 0, rgba(215, 171, 66, .12), transparent 26rem),
    var(--showguide-paper);
}

.showguide-publication__page--event,
.showguide-publication__page--theme-floral {
  background-color: #f7efe5;
  background-image:
    linear-gradient(rgba(255, 253, 248, .72), rgba(255, 253, 248, .84)),
    url("../images/event-details-floral.webp");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.showguide-publication__page--theme-floral {
  background-image:
    linear-gradient(rgba(255, 253, 248, .56), rgba(255, 253, 248, .68)),
    url("../images/event-details-floral.webp");
}

.showguide-publication__page--event .showguide-publication__page-heading,
.showguide-publication__page--theme-floral .showguide-publication__page-heading {
  margin-top: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.showguide-publication__page--theme-floral .showguide-schedule:not(.showguide-section--purple):not(.showguide-section--gold):not(.showguide-section--soft) {
  margin-block: clamp(1rem, 4vw, 2.5rem);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(197, 150, 47, .28);
  border-radius: var(--showguide-radius);
  background: rgba(255, 253, 248, .5);
  box-shadow: 0 18px 48px rgba(50, 17, 73, .09);
  backdrop-filter: blur(2px);
}

.showguide-publication__page--theme-floral .showguide-schedule li {
  border-color: rgba(61, 22, 92, .1);
  background: rgba(255, 255, 255, .56);
  box-shadow: 0 8px 22px rgba(50, 17, 73, .045);
}

.showguide-publication__page--event .showguide-event-details:not(.showguide-section--purple):not(.showguide-section--gold):not(.showguide-section--soft) {
  margin-block: clamp(1rem, 4vw, 2.5rem);
  padding: clamp(1.5rem, 5vw, 3.5rem);
  border: 1px solid rgba(197, 150, 47, .34);
  border-radius: var(--showguide-radius);
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 18px 48px rgba(50, 17, 73, .12);
  backdrop-filter: blur(5px);
}

.showguide-publication__page-heading {
  width: min(100% - 2rem, 74rem);
  margin: 0 auto;
  padding: clamp(2.5rem, 7vw, 5.5rem) clamp(.25rem, 2vw, 1.5rem) clamp(1.5rem, 4vw, 3rem);
  border: 0;
  background: transparent;
  text-align: center;
}

.showguide.showguide-publication--page .showguide-publication__page-heading h1 {
  max-width: 20ch;
  margin: .25rem auto 0;
  color: var(--showguide-gold-deep);
  font-family: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(2.35rem, 7vw, 5.5rem);
  font-stretch: condensed;
  font-weight: 450;
  letter-spacing: .035em;
  line-height: .92;
  text-transform: uppercase;
}

.showguide-page-heading__ornament {
  display: none;
  width: min(20rem, 70vw);
  margin: .9rem auto 0;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  color: var(--showguide-gold-deep);
}

.showguide-publication__page-heading .showguide-page-heading__ornament,
.showguide-publication--exhibitors .showguide-exhibitors > .showguide-page-heading__ornament {
  display: flex;
}

.showguide-page-heading__ornament > span {
  position: relative;
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
  box-shadow: 0 0 7px color-mix(in srgb, currentColor 38%, transparent);
}

.showguide-page-heading__ornament > span:last-child {
  background: linear-gradient(90deg, currentColor, transparent);
}

.showguide-page-heading__ornament > span:first-child::before,
.showguide-page-heading__ornament > span:last-child::after {
  position: absolute;
  top: 50%;
  width: .32rem;
  height: .32rem;
  border: 1px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}

.showguide-page-heading__ornament > span:first-child::before {
  left: 0;
}

.showguide-page-heading__ornament > span:last-child::after {
  right: 0;
}

.showguide-page-heading__ornament > b {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 10px color-mix(in srgb, currentColor 34%, transparent);
}

.showguide-publication__page-heading .showguide-kicker {
  display: none;
}

.showguide-publication__page--event .showguide-publication__page-heading h1,
.showguide-publication__page--theme-floral .showguide-publication__page-heading h1 {
  text-shadow: 0 2px 18px rgba(255, 253, 248, .92);
}

.showguide-publication--exhibitors .showguide-exhibitors > h2 {
  max-width: 20ch;
  margin: .25rem auto 0;
  color: var(--showguide-gold-deep);
  font-family: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(2.35rem, 7vw, 5.5rem);
  font-stretch: condensed;
  font-weight: 450;
  letter-spacing: .035em;
  line-height: .92;
  text-shadow: 0 2px 18px rgba(255, 253, 248, .92);
  text-transform: uppercase;
  text-align: center;
}

.showguide-publication--exhibitors .showguide-exhibitors > .showguide-page-heading__ornament {
  margin-bottom: clamp(1.35rem, 4vw, 2.15rem);
}

.showguide-publication--page .showguide-section h2,
.showguide-publication--page .showguide-section h3 {
  font-family: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-stretch: condensed;
}

.showguide-publication--page .showguide-section h2 {
  color: var(--showguide-gold-deep);
  font-weight: 450;
  letter-spacing: .035em;
  line-height: .98;
  text-transform: uppercase;
}

.showguide-publication--page .showguide-content {
  width: 100%;
}

.showguide-publication__page--ad {
  min-height: calc(100dvh - 4.65rem);
  padding: 0;
  background: #16091f;
}

.showguide-publication--ad .showguide-publication__scroll {
  scrollbar-gutter: auto;
}

.showguide-publication__page--ad .showguide-content {
  min-height: calc(100dvh - 4.65rem);
}

.showguide-full-page-ad {
  position: relative;
  display: block;
  width: 100%;
  max-width: none;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: var(--showguide-ad-edge-color, #16091f);
  line-height: 0;
  transition: background-color .18s ease;
}

.showguide-full-page-ad--screen {
  height: calc(100dvh - 4.65rem);
}

.showguide-full-page-ad__link,
.showguide-full-page-ad__picture {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.showguide-full-page-ad__link:focus-visible {
  position: relative;
  z-index: 1;
  outline: 4px solid var(--showguide-gold);
  outline-offset: -4px;
}

.showguide-full-page-ad img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.showguide-full-page-ad--cover img {
  object-fit: cover;
}

.showguide-full-page-ad--contain img {
  object-fit: contain;
}

@media (max-width: 799px) {
  .showguide-publication--ad .showguide-full-page-ad--phone-cover img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center;
  }

  .showguide-publication--ad .showguide-full-page-ad--phone-contain img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center;
  }

  .showguide-publication--ad .showguide-full-page-ad--phone-width {
    height: auto;
    min-height: 0;
  }

  .showguide-publication--ad .showguide-full-page-ad--phone-width .showguide-full-page-ad__link,
  .showguide-publication--ad .showguide-full-page-ad--phone-width .showguide-full-page-ad__picture,
  .showguide-publication--ad .showguide-full-page-ad--phone-width img {
    width: 100% !important;
    height: auto !important;
    max-width: none !important;
    max-height: none !important;
  }

  .showguide-publication--ad .showguide-full-page-ad--phone-width img {
    object-fit: contain !important;
    object-position: center top;
  }
}

.showguide-full-page-ad--natural,
.showguide-full-page-ad--auto {
  height: auto;
}

.showguide-full-page-ad--natural .showguide-full-page-ad__link,
.showguide-full-page-ad--natural .showguide-full-page-ad__picture,
.showguide-full-page-ad--natural img,
.showguide-full-page-ad--auto .showguide-full-page-ad__link,
.showguide-full-page-ad--auto .showguide-full-page-ad__picture,
.showguide-full-page-ad--auto img {
  height: auto !important;
}

.showguide-page-turner {
  position: fixed;
  z-index: 29;
  inset: 0;
  pointer-events: none;
}

.showguide-publication .showguide-page-turner__link,
.showguide-publication .showguide-page-turner__link:visited {
  position: absolute;
  bottom: env(safe-area-inset-bottom, 0px);
  display: grid;
  width: 3.8rem;
  height: 3.8rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 0;
  color: #fff !important;
  background-color: rgba(32, 33, 36, .68);
  background-image: none;
  box-shadow:
    0 8px 24px rgba(24, 7, 35, .22),
    inset 0 0 0 1px rgba(255, 255, 255, .12);
  text-decoration: none;
  pointer-events: auto;
  backdrop-filter: blur(10px);
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.showguide-page-turner__link--previous {
  left: env(safe-area-inset-left, 0px);
}

.showguide-page-turner__link--next {
  right: env(safe-area-inset-right, 0px);
}

.showguide-publication .showguide-page-turner__link:hover,
.showguide-publication .showguide-page-turner__link:focus-visible {
  border-color: #fff;
  color: #fff !important;
  box-shadow:
    0 10px 28px rgba(24, 7, 35, .34),
    0 0 0 3px rgba(255, 255, 255, .18),
    inset 0 0 0 1px rgba(255, 255, 255, .18);
  background-color: rgba(32, 33, 36, .86);
  background-image: none;
  transform: none;
}

.showguide-page-turner__link:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}

.showguide-publication .showguide-page-turner__link svg {
  width: 2.25rem;
  height: 2.25rem;
  fill: #fff !important;
  color: #fff !important;
  stroke: none !important;
}

.showguide-publication .showguide-page-turner__link--previous .showguide-page-turner__icon {
  transform: scaleX(-1);
}

@media (max-width: 799px) {
  .showguide-publication-nav {
    min-height: 4.25rem;
    padding: .55rem .75rem;
  }

  .showguide-publication-nav__brand {
    max-width: calc(100% - 6.5rem);
  }

  .showguide-publication-nav__brand img {
    width: 2.45rem;
    height: 2.45rem;
  }

  .showguide-publication-nav__brand.has-custom-logo img {
    width: auto;
    max-width: 5.75rem;
  }

  .showguide-publication-nav__brand small {
    font-size: .55rem;
  }

  .showguide-publication-nav__brand strong {
    font-size: .86rem;
  }

  .showguide-publication-nav__current {
    display: none;
  }

  .showguide-js .showguide-publication-nav__toggle {
    position: relative;
    z-index: 34;
    display: flex;
    margin-left: auto;
  }

  .showguide-publication-nav__menu {
    position: fixed;
    z-index: 32;
    top: 0;
    right: 0;
    width: min(87vw, 23rem);
    height: 100dvh;
    margin: 0;
    overflow-y: auto;
    padding: 5.4rem 1rem 2rem;
    color: var(--showguide-ink);
    background:
      linear-gradient(145deg, rgba(247, 242, 251, .98), rgba(255, 253, 250, .99));
    box-shadow: -24px 0 60px rgba(24, 7, 35, .24);
  }

  .showguide-js .showguide-publication-nav__menu {
    visibility: hidden;
    transform: translateX(105%);
    transition: visibility .24s ease, transform .24s ease;
  }

  .showguide-js .showguide-publication-nav.is-menu-open .showguide-publication-nav__menu {
    visibility: visible;
    transform: translateX(0);
  }

  .showguide-publication-nav__menu ul {
    display: grid;
    gap: .45rem;
  }

  .showguide-publication-nav__menu a {
    min-height: 3.4rem;
    padding: .75rem .9rem;
    border: 1px solid rgba(61, 22, 92, .09);
    border-radius: .8rem;
    background: rgba(255, 255, 255, .7);
    font-size: .98rem;
  }

  .showguide-js .showguide-publication-nav__scrim {
    position: fixed;
    z-index: 31;
    inset: 0;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    opacity: 0;
    background: rgba(20, 6, 30, .58);
    transition: visibility .24s ease, opacity .24s ease;
  }

  .showguide-js .showguide-publication-nav.is-menu-open .showguide-publication-nav__scrim {
    visibility: visible;
    opacity: 1;
  }

  .showguide-publication--cover .showguide-cover {
    padding-top: 4.5rem;
  }

  .showguide-publication__scroll {
    padding-top: 4.25rem;
  }

  .showguide-publication__page {
    min-height: calc(100dvh - 4.25rem);
  }

  .showguide-publication__page--ad,
  .showguide-publication__page--ad .showguide-content {
    min-height: calc(100dvh - 4.25rem);
  }

  .showguide-full-page-ad--screen {
    height: calc(100dvh - 4.25rem);
  }

  .showguide-publication__page-heading {
    width: min(100% - 1.25rem, 74rem);
    padding-top: 2.25rem;
  }

  .showguide-page-turner__link {
    bottom: env(safe-area-inset-bottom, 0px);
    width: 3.35rem;
    height: 3.35rem;
  }

  .showguide-page-turner__link--previous {
    left: env(safe-area-inset-left, 0px);
  }

  .showguide-page-turner__link--next {
    right: env(safe-area-inset-right, 0px);
  }
}

@media print {
  html.showguide-publication-active,
  body.showguide-publication-active {
    height: auto;
    overflow: visible !important;
  }

  .showguide-publication {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
  }

  .showguide-publication-nav,
  .showguide-page-turner {
    display: none;
  }

  .showguide-publication__scroll {
    height: auto;
    overflow: visible;
    padding-top: 0;
  }

  .showguide-publication__page--ad,
  .showguide-publication__page--ad .showguide-content,
  .showguide-full-page-ad--screen {
    height: auto;
    min-height: 0;
  }
}

/* Built-in editable Digital Show Guide cover */

.showguide-publication--cover:has(.showguide-cover--digital) {
  background:
    radial-gradient(circle at 12% 12%, rgba(215, 171, 66, .2), transparent 24rem),
    radial-gradient(circle at 88% 82%, rgba(113, 60, 151, .28), transparent 30rem),
    var(--showguide-cover-bottom-color, #16071f);
}

.showguide-publication--cover .showguide-cover--digital {
  width: min(100%, 36rem);
  height: 100dvh;
  min-height: 100dvh;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0;
  background-color: var(--showguide-cover-bottom-color, #16071f);
  background-position: center top;
  box-shadow: 0 0 70px rgba(0, 0, 0, .5);
  scrollbar-width: thin;
}

.showguide-cover--digital .showguide-cover__shade {
  z-index: 0;
  background:
    linear-gradient(
      180deg,
      rgba(17, 6, 20, .22) 0,
      rgba(17, 6, 20, .02) 34%,
      rgba(25, 8, 35, .2) 50%,
      rgba(24, 7, 38, .88) 70%,
      var(--showguide-cover-bottom-color, #16071f) 100%
    ),
    radial-gradient(circle at 50% 32%, transparent 18%, rgba(18, 5, 27, .18) 62%, rgba(18, 5, 27, .46));
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--showguide-cover-bottom-color, #16071f) 10%, transparent) 0,
      transparent 34%,
      color-mix(in srgb, var(--showguide-cover-bottom-color, #16071f) 22%, transparent) 50%,
      color-mix(in srgb, var(--showguide-cover-bottom-color, #16071f) 88%, transparent) 70%,
      var(--showguide-cover-bottom-color, #16071f) 100%
    ),
    radial-gradient(circle at 50% 32%, transparent 18%, rgba(18, 5, 27, .18) 62%, rgba(18, 5, 27, .46));
}

.showguide-cover-digital__flourish {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  height: 17rem;
  pointer-events: none;
  opacity: .22;
  background:
    radial-gradient(ellipse at 4% 70%, transparent 0 46%, #b17598 47% 48%, transparent 49%),
    radial-gradient(ellipse at 96% 76%, transparent 0 45%, #b17598 46% 47%, transparent 48%);
}

.showguide-cover-digital__masthead {
  position: absolute;
  z-index: 3;
  top: 5.2rem;
  right: 1rem;
  left: 1rem;
  display: grid;
  justify-items: center;
  gap: .65rem;
  color: var(--showguide-cover-brand-color, var(--showguide-gold-light));
  text-align: center;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .8);
}

.showguide-cover-digital__masthead > span {
  color: var(--showguide-cover-brand-color, #f3d98f) !important;
  font-size: clamp(.7rem, 2.8vw, .95rem);
  font-weight: 650;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.showguide-cover-digital__masthead > img {
  width: auto;
  max-width: min(19rem, 72vw);
  max-height: 3.25rem;
  object-fit: contain;
}

.showguide-cover-digital__masthead > div,
.showguide-cover-digital__divider {
  display: grid;
  width: min(100%, 22rem);
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .7rem;
}

.showguide-cover-digital__masthead i,
.showguide-cover-digital__divider i {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--showguide-gold));
}

.showguide-cover-digital__masthead i:last-child,
.showguide-cover-digital__divider i:last-child {
  background: linear-gradient(90deg, var(--showguide-gold), transparent);
}

.showguide-cover-digital__masthead b,
.showguide-cover-digital__divider b {
  color: #f5c846;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
}

.showguide-publication--cover .showguide-cover-digital__content {
  position: relative;
  z-index: 3;
  align-self: end;
  width: 100%;
  max-width: 36rem;
  padding: clamp(20rem, 44dvh, 29rem) clamp(1rem, 5vw, 2rem) .75rem;
  text-align: center;
}

.showguide-cover-digital__heart {
  width: clamp(5rem, 20vw, 7rem);
  height: auto;
  margin-bottom: .35rem;
  filter: drop-shadow(0 7px 16px rgba(0, 0, 0, .38));
}

.showguide-cover--digital #showguide-cover-title {
  max-width: 13ch;
  margin: 0 auto .75rem;
  color: var(--showguide-cover-heading-color, #fff);
  font-family: "Arial Narrow", "Avenir Next Condensed", "Helvetica Neue", sans-serif;
  font-size: clamp(2.55rem, 11.5vw, 4.5rem);
  font-stretch: condensed;
  font-weight: 450;
  letter-spacing: .035em;
  line-height: .92;
  text-shadow: 0 3px 22px rgba(6, 1, 12, .85);
  text-transform: uppercase;
}

.showguide-cover-digital__expo {
  margin: 0 0 .45rem;
  color: var(--showguide-cover-event-title-color, #f4c94c);
  font-size: clamp(.8rem, 3.2vw, 1.05rem);
  font-weight: 750;
  letter-spacing: .16em;
  line-height: 1.35;
  text-shadow: 0 2px 12px #0e0317;
  text-transform: uppercase;
}

.showguide-cover--digital .showguide-cover__subheading {
  margin-bottom: .9rem;
  color: var(--showguide-cover-subheading-color, #fff);
  font-size: clamp(.75rem, 2.9vw, .98rem);
  font-weight: 650;
  letter-spacing: .16em;
  line-height: 1.4;
  text-shadow: 0 2px 12px #0e0317;
  text-transform: uppercase;
}

.showguide-cover-digital__details {
  display: grid;
  width: fit-content;
  max-width: 100%;
  gap: .45rem;
  margin: 0 auto .75rem;
  text-align: left;
}

.showguide-cover-digital__details > div {
  display: grid;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  align-items: center;
  gap: .6rem;
  color: #fff;
  font-size: clamp(.69rem, 2.7vw, .9rem);
  font-weight: 600;
  letter-spacing: .07em;
  line-height: 1.3;
  text-shadow: 0 2px 10px #0d0315;
}

.showguide-cover-digital__details-line--date {
  color: var(--showguide-cover-date-color, #fff) !important;
}

.showguide-cover-digital__details-line--location {
  color: var(--showguide-cover-location-color, #fff) !important;
}

.showguide-cover-digital__detail-icon {
  position: relative;
  display: inline-block;
  width: 1.05rem;
  height: 1.05rem;
  margin-left: .12rem;
  border: 1.6px solid #f4c94c;
  border-radius: .15rem;
}

.showguide-cover-digital__detail-icon::before {
  position: absolute;
  top: .22rem;
  right: -.08rem;
  left: -.08rem;
  height: 1.5px;
  background: #f4c94c;
  content: "";
}

.showguide-cover-digital__detail-icon::after {
  position: absolute;
  top: -.2rem;
  right: .18rem;
  left: .18rem;
  height: .35rem;
  border-right: 1.5px solid #f4c94c;
  border-left: 1.5px solid #f4c94c;
  content: "";
}

.showguide-cover-digital__detail-icon--pin {
  width: .95rem;
  height: .95rem;
  margin-left: .15rem;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
}

.showguide-cover-digital__detail-icon--pin::before {
  top: .25rem;
  right: .25rem;
  left: .25rem;
  height: .3rem;
  border: 1px solid #f4c94c;
  border-radius: 50%;
  background: transparent;
  transform: none;
}

.showguide-cover-digital__detail-icon--pin::after {
  display: none;
}

.showguide-cover-digital__divider {
  margin: 0 auto .75rem;
}

.showguide-cover-digital__divider b {
  font-size: 1.25rem;
}

.showguide-cover-digital__button {
  width: min(100%, 30rem);
  min-height: clamp(3.35rem, 8vh, 4rem);
  gap: .7rem;
  border: 1px solid #fff6df;
  color: var(--showguide-cover-button-text-color, #28103d);
  background: var(--showguide-cover-button-color, #efd08b);
  box-shadow:
    0 0 0 2px rgba(198, 143, 37, .72),
    0 10px 30px rgba(4, 0, 10, .48);
  font-size: clamp(.9rem, 4vw, 1.25rem);
  font-weight: 850;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.showguide-cover-digital__button:hover,
.showguide-cover-digital__button:focus-visible {
  color: var(--showguide-cover-button-text-color, #28103d);
  box-shadow:
    0 0 0 3px #f4c94c,
    0 13px 34px rgba(4, 0, 10, .58);
}

.showguide-cover-digital__button > span {
  color: currentColor;
  opacity: .72;
  font-size: 2rem;
  font-weight: 400;
  line-height: .5;
}

.showguide-cover-digital__quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: .25rem .65rem;
  justify-content: center;
  margin-top: .85rem;
  color: #f4c94c;
  font-size: clamp(.68rem, 2.8vw, .86rem);
  letter-spacing: .035em;
}

.showguide-cover-digital__quick-links a {
  color: #fff8e9;
  text-decoration: none;
}

.showguide-cover-digital__quick-links a:hover,
.showguide-cover-digital__quick-links a:focus-visible {
  color: #f4c94c;
  text-decoration: underline;
}

@media (min-width: 48rem) {
  .showguide-publication--cover .showguide-cover--digital {
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
}

@media (max-height: 760px) {
  .showguide-cover-digital__masthead {
    top: 4.6rem;
  }

  .showguide-publication--cover .showguide-cover-digital__content {
    padding-top: 21rem;
  }

  .showguide-cover-digital__heart {
    width: 4.4rem;
  }

  .showguide-cover--digital #showguide-cover-title {
    font-size: clamp(2.25rem, 10.5vw, 3.5rem);
  }
}

/* Inline Stripe donation block */
.showguide-donation__card {
  width: min(100%, 44rem);
  margin-inline: auto;
  padding: clamp(1.25rem, 5vw, 2.5rem);
  border: 1px solid rgba(190, 137, 39, .75);
  border-radius: 1.25rem;
  color: #2d1738;
  background: linear-gradient(145deg, rgba(255, 253, 245, .98), rgba(250, 239, 215, .96));
  box-shadow: 0 1.1rem 2.8rem rgba(24, 6, 35, .18);
}

.showguide-donation__intro {
  margin: 0 auto 1.25rem;
  color: #5f5266;
}

.showguide-donation__form fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.showguide-donation__form legend {
  margin-bottom: .65rem;
  color: #3e1656;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.showguide-donation__amounts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
}

.showguide-donation__amounts button,
.showguide-donation__change,
.showguide-donation__thanks button {
  min-height: 3rem;
  border: 1px solid rgba(103, 43, 132, .28);
  border-radius: .7rem;
  color: #4c1d65;
  background: #fff;
  font: inherit;
  font-weight: 750;
}

.showguide-donation__amounts button.is-selected,
.showguide-donation__amounts button:hover,
.showguide-donation__amounts button:focus-visible {
  border-color: #b98526;
  color: #fff;
  background: #552371;
  box-shadow: 0 0 0 2px rgba(207, 160, 67, .25);
}

.showguide-donation__custom {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .35rem;
  margin: .75rem 0 1rem;
  padding: .2rem .85rem;
  border: 1px solid rgba(103, 43, 132, .28);
  border-radius: .7rem;
  background: #fff;
}

.showguide-donation__custom:focus-within {
  border-color: #b98526;
  box-shadow: 0 0 0 3px rgba(207, 160, 67, .18);
}

.showguide-donation__custom input {
  width: 100%;
  min-width: 0;
  height: 3rem;
  border: 0;
  outline: 0;
  color: #2d1738;
  background: transparent;
  font: inherit;
  font-size: 1.15rem;
  font-weight: 750;
}

.showguide-donation__custom small,
.showguide-donation__secure {
  color: #756b79;
  font-size: .78rem;
}

.showguide-donation__form > .showguide-button {
  width: 100%;
}

.showguide-donation__secure {
  margin: .65rem 0 0;
  text-align: center;
}

.showguide-donation__error,
.showguide-donation__notice {
  margin: .8rem 0 0;
  padding: .75rem;
  border-radius: .65rem;
  color: #7c1c25;
  background: #fff0f1;
}

.showguide-donation__checkout {
  min-height: 28rem;
  margin-top: 1rem;
}

.showguide-donation__change {
  width: 100%;
  margin-top: .75rem;
}

.showguide-donation__thanks {
  display: grid;
  justify-items: center;
  gap: .85rem;
  padding: clamp(1rem, 7vw, 3rem) .75rem;
  text-align: center;
}

.showguide-donation__thanks[hidden] {
  display: none;
}

.showguide-donation__thanks > span {
  color: #b98526;
  font-size: 3rem;
  line-height: 1;
}

.showguide-donation__thanks strong {
  color: #4c1d65;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(1.35rem, 5vw, 2rem);
}

.showguide-donation__thanks button {
  padding-inline: 1.2rem;
}

@media (max-width: 32rem) {
  .showguide-donation__amounts {
    grid-template-columns: 1fr;
  }
}

/* Wedding selfie / on-device photo booth */
.showguide-photo-booth__card {
  width: min(100%, 46rem);
  margin-inline: auto;
  padding: clamp(1rem, 3vw, 2rem);
  border: 1px solid rgba(201, 155, 55, 0.7);
  border-radius: 1.25rem;
  background: rgba(255, 249, 235, 0.94);
  box-shadow: 0 1.25rem 3.25rem rgba(28, 10, 39, 0.18);
  color: #24152c;
}

.showguide-photo-booth__card > h2,
.showguide-photo-booth__intro {
  text-align: center;
}

.showguide-photo-booth__intro {
  margin: 0 auto 1rem;
}

.showguide-photo-booth__stage {
  position: relative;
  width: min(100%, 28rem);
  margin: 1rem auto 1.1rem;
  overflow: hidden;
  border: 1px solid rgba(220, 177, 78, 0.85);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 38%, rgba(128, 72, 146, 0.78), transparent 48%),
    linear-gradient(155deg, #351344, #120a19 78%);
  box-shadow: 0 0.8rem 2rem rgba(27, 8, 34, 0.24);
  isolation: isolate;
}

.showguide-photo-booth__stage--story {
  aspect-ratio: 9 / 16;
}

.showguide-photo-booth__stage--portrait {
  aspect-ratio: 4 / 5;
}

.showguide-photo-booth__stage--square {
  aspect-ratio: 1;
}

.showguide-photo-booth__stage video,
.showguide-photo-booth__stage canvas,
.showguide-photo-booth__frame {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.showguide-photo-booth__stage video[data-photo-video] {
  z-index: 1;
  object-fit: cover;
  object-position: center;
  background: #160d1b;
}

.showguide-photo-booth.is-selfie-camera .showguide-photo-booth__stage video[data-photo-video] {
  transform: scaleX(-1);
}

.showguide-photo-booth__stage canvas {
  z-index: 4;
  object-fit: contain;
  background: #160d1b;
}

.showguide-photo-booth__frame {
  z-index: 2;
  object-fit: fill;
  pointer-events: none;
}

.showguide-photo-booth__placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: grid;
  place-content: center;
  gap: 0.45rem;
  padding: 2rem;
  color: #fff7e5;
  text-align: center;
}

.showguide-photo-booth__placeholder > span {
  font-size: clamp(2.4rem, 12vw, 4rem);
  line-height: 1;
}

.showguide-photo-booth__placeholder strong {
  font: 700 clamp(1.15rem, 5vw, 1.55rem)/1.2 Georgia, "Times New Roman", serif;
}

.showguide-photo-booth__placeholder small {
  color: rgba(255, 247, 229, 0.8);
}

.showguide-photo-booth__message {
  position: absolute;
  left: 8%;
  right: 8%;
  z-index: 3;
  font: 700 clamp(1rem, 5vw, 1.55rem)/1.16 Georgia, "Times New Roman", serif;
  letter-spacing: 0.035em;
  text-align: center;
  text-shadow:
    0 2px 1px rgba(18, 6, 23, 0.9),
    0 0 0.5rem rgba(18, 6, 23, 0.85);
  pointer-events: none;
}

.showguide-photo-booth__message--top {
  top: 8%;
}

.showguide-photo-booth__message--center {
  top: 50%;
  transform: translateY(-50%);
}

.showguide-photo-booth__message--bottom {
  bottom: 19%;
}

.showguide-photo-booth__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
}

.showguide-photo-booth__actions button {
  min-height: 2.85rem;
  cursor: pointer;
}

.showguide-photo-booth__secondary {
  padding: 0.7rem 1rem;
  border: 1px solid rgba(82, 35, 105, 0.42);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #4b1d63;
  font: 700 0.92rem/1.1 Georgia, "Times New Roman", serif;
}

.showguide-photo-booth__secondary:hover,
.showguide-photo-booth__secondary:focus-visible {
  border-color: #4b1d63;
  background: #fff;
}

.showguide-photo-booth__status {
  min-height: 1.4em;
  margin: 0.85rem 0 0;
  color: #4b1d63;
  font-weight: 700;
  text-align: center;
}

.showguide-photo-booth__privacy {
  margin: 0.45rem 0 0;
  color: #6f6175;
  font-size: 0.78rem;
  text-align: center;
}

.showguide-photo-booth [hidden] {
  display: none !important;
}

@media (max-width: 30rem) {
  .showguide-photo-booth__card {
    padding: 0.8rem;
    border-radius: 0.85rem;
  }

  .showguide-photo-booth__stage {
    margin-top: 0.7rem;
    border-radius: 0.7rem;
  }

  .showguide-photo-booth__actions button {
    flex: 1 1 calc(50% - 0.65rem);
  }
}

/* Full-screen camera and review workspace: keeps preview and controls together. */
html.showguide-photo-workspace-open,
body.showguide-photo-workspace-open {
  overflow: hidden !important;
  overscroll-behavior: none;
}

.showguide-photo-booth.is-photo-workspace {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483600 !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100vh !important;
  height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #050407;
}

.showguide-photo-booth.is-photo-workspace,
.showguide-photo-booth.is-photo-workspace *,
.showguide-photo-booth.is-photo-workspace *::before,
.showguide-photo-booth.is-photo-workspace *::after {
  box-sizing: border-box;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__card {
  position: absolute;
  inset: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #050407;
  box-shadow: none;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__card > h2,
.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__intro,
.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__privacy {
  display: none;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  max-height: none;
  margin: 0;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage video,
.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage canvas,
.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__frame {
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage video[data-photo-video] {
  object-fit: cover !important;
  object-position: center !important;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage--story {
  width: min(100vw, calc(100dvh * 9 / 16));
  height: min(100dvh, calc(100vw * 16 / 9));
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage--portrait {
  width: min(100vw, calc(100dvh * 4 / 5));
  height: min(100dvh, calc(100vw * 5 / 4));
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage--square {
  width: min(100vw, 100dvh);
  height: min(100vw, 100dvh);
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  min-height: 4.75rem;
  padding: 0.45rem max(0.55rem, env(safe-area-inset-right)) max(0.45rem, env(safe-area-inset-bottom)) max(0.55rem, env(safe-area-inset-left));
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.4rem;
  background: linear-gradient(0deg, rgba(5, 4, 7, 0.94), rgba(5, 4, 7, 0.58) 72%, transparent);
  backdrop-filter: blur(6px);
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__actions button {
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0.6rem 0.7rem;
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.35rem 1.1rem rgba(0, 0, 0, 0.35);
  font-size: clamp(0.72rem, 3.5vw, 0.9rem);
}

.showguide-photo-booth.is-photo-workspace.has-photo .showguide-photo-booth__actions button {
  flex: 1 1 0;
  width: auto;
  max-width: 8.5rem;
}

.showguide-photo-booth__shutter {
  position: relative;
  display: grid;
  flex: 0 0 auto !important;
  place-items: center;
  width: 4.1rem;
  min-width: 4.1rem !important;
  height: 4.1rem;
  min-height: 4.1rem !important;
  padding: 0;
  border: 0.28rem solid #fff !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.45), 0 0.4rem 1.25rem rgba(0, 0, 0, 0.45);
}

.showguide-photo-booth__shutter > span {
  display: block;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff8df, #d9a934);
  box-shadow: inset 0 0 0 2px rgba(77, 32, 96, 0.28);
}

.showguide-photo-booth__shutter:focus-visible {
  outline: 0.2rem solid #e9bd4f;
  outline-offset: 0.25rem;
}

.showguide-photo-booth__close {
  position: absolute;
  top: max(0.7rem, env(safe-area-inset-top));
  right: max(0.7rem, env(safe-area-inset-right));
  z-index: 12;
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  background: rgba(22, 18, 25, 0.72);
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  backdrop-filter: blur(6px);
  cursor: pointer;
}

.showguide-photo-booth.is-photo-workspace .showguide-photo-booth__status {
  position: absolute;
  right: 1rem;
  bottom: calc(4.85rem + max(0.45rem, env(safe-area-inset-bottom)));
  left: 1rem;
  z-index: 11;
  width: fit-content;
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 0.4rem 0.7rem;
  border-radius: 999px;
  background: rgba(10, 7, 12, 0.68);
  color: #fff;
  font-size: 0.78rem;
  line-height: 1.25;
  backdrop-filter: blur(5px);
}

@supports not (height: 100dvh) {
  .showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage--story {
    width: min(100vw, calc(100vh * 9 / 16));
    height: min(100vh, calc(100vw * 16 / 9));
  }

  .showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage--portrait {
    width: min(100vw, calc(100vh * 4 / 5));
    height: min(100vh, calc(100vw * 5 / 4));
  }

  .showguide-photo-booth.is-photo-workspace .showguide-photo-booth__stage--square {
    width: min(100vw, 100vh);
    height: min(100vw, 100vh);
  }
}
