@font-face {
  font-family: 'Climate Crisis';
  src: url('../fonts/climate-crisis.woff2') format('woff2');
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
:root {
  --paper: #fcfcfc;
  --ink: #1d1d1d;
  --sky: #42a1db;
  --green: #47b06e;
  --yellow: #fdcf17;
  --coral: #ed5b5b;
  --line: #1d1d1d40;
  --body: Arial, Helvetica, sans-serif;
  --display: 'Climate Crisis', sans-serif;
  --header-height: 76px;
  --festival-art: url('../images/cartell-lalia-relleu-3d.png');
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}
body {
  margin: 0;
  background: var(--page-color);
  color: var(--ink);
  font: 400 18px/1.55 var(--body);
  -webkit-font-smoothing: antialiased;
}
.theme-sky {
  --page-color: var(--sky);
}
.theme-coral {
  --page-color: var(--coral);
}
.theme-yellow {
  --page-color: var(--yellow);
}
.theme-green {
  --page-color: var(--green);
}
body.dialog-open {
  overflow: hidden;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
  border: 0;
  background: none;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
h1,
h2,
h3,
h4,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4 {
  line-height: 1.2;
}
::selection {
  background: var(--ink);
  color: white;
}
:focus-visible {
  outline: 3px solid var(--ink);
  outline-offset: 5px;
}
#main:focus {
  outline: none;
}
.container {
  width: min(1280px, calc(100% - 96px));
  margin-inline: auto;
}
.icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}
.svg-definitions {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 12px;
  z-index: 60;
  padding: 12px 20px;
  background: white;
  transform: translateY(-180%);
}
.skip-link:focus {
  transform: translateY(0);
}
#main {
  padding-top: var(--header-height);
  min-height: 70svh;
}
.site-header {
  background: var(--page-color);
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  height: var(--header-height);
  transition: box-shadow 0.2s;
}
.site-header.is-scrolled {
  box-shadow: 0 1px 0 var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
}
.brand img {
  width: 42px;
  height: auto;
}
.brand > span {
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.brand small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.desktop-nav a {
  font-size: 16px;
  font-weight: 600;
  padding-block: 12px;
}
.desktop-nav a:hover,
a[aria-current='page'] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.language-switch {
  display: flex;
  align-items: center;
  gap: 2px;
}
.language-switch a {
  display: grid;
  place-items: center;
  min-width: 44px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 600;
}
.language-switch a[aria-current='true'] {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.mobile-menu {
  display: none;
}
.mobile-menu summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.mobile-menu summary::-webkit-details-marker {
  display: none;
}
.mobile-menu summary > span {
  position: absolute;
  height: 2px;
  background: var(--ink);
  left: 10px;
  right: 10px;
  top: 17px;
  transition: transform 0.2s;
}
.mobile-menu summary > span:last-child {
  top: 25px;
}
.mobile-menu[open] summary > span:first-child {
  transform: translateY(4px) rotate(45deg);
}
.mobile-menu[open] summary > span:last-child {
  transform: translateY(-4px) rotate(-45deg);
}
.mobile-nav {
  position: absolute;
  top: var(--header-height);
  left: 0;
  right: 0;
  padding: 12px 24px 24px;
  background: var(--page-color);
  border-bottom: 2px solid var(--ink);
  box-shadow: 0 18px 24px #0002;
}
.mobile-nav a {
  display: block;
  font-size: 23px;
  font-weight: 700;
  padding-block: 14px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding-block: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.text-link .icon {
  width: 20px;
  height: 20px;
}
.action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 14px 22px;
  min-height: 50px;
  background: var(--yellow);
  border: 1px solid var(--ink);
  border-radius: 16px;
  box-shadow: 0 4px 0 #947317;
  font-weight: 700;
}

/* La portada aprobada sigue llegando a ambos bordes. */
.hero {
  min-height: calc(100svh - var(--header-height));
  background: var(--sky) var(--festival-art) center bottom / auto 1200%
    no-repeat;
  overflow-x: clip;
}
.design-scene {
  width: 100%;
  overflow: clip;
  mask-image: linear-gradient(#000 94%, transparent);
}
.design-stage {
  position: relative;
  transform: perspective(1400px) rotateX(var(--tilt-x, 0deg))
    rotateY(var(--tilt-y, 0deg)) scale(1.025);
  transition: transform 180ms ease-out;
}
.design-stage picture {
  display: block;
}
.design-art {
  width: 100%;
  height: auto;
}
.design-date {
  position: absolute;
  top: 81.1%;
  transform: translateY(-50%);
  width: 41.7%;
  height: max(4.6%, 44px);
  border-radius: 12px;
}
.design-date-september {
  left: 5.8%;
}
.design-date-october {
  left: 51.5%;
}
.design-date:hover,
.design-date:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 4px;
}
.hero-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  padding-block: 24px;
}
.hero-paths a {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding-block: 12px;
  border-bottom: 1px solid var(--line);
  font-size: 23px;
  font-weight: 700;
}
.hero-paths a:hover {
  border-bottom-color: var(--ink);
}
.path-number {
  font-size: 14px;
  font-weight: 500;
}
.hero-paths .icon {
  margin-left: auto;
}
.hero-meta {
  padding-block: 0 24px;
  font-size: 15px;
}

/* Fondos de la paleta original, con luz suave y detalles del cartel. */
.page-section,
.stall-page {
  position: relative;
  isolation: isolate;
  background: radial-gradient(ellipse at 25% 0, #ffffff20, transparent 65%);
}
.page-section {
  padding-block: 56px 88px;
}
.page-section::before {
  content: '';
  position: absolute;
  z-index: -1;
  left: -22px;
  top: 210px;
  width: 38px;
  height: 150px;
  background: radial-gradient(circle, var(--ink) 1.5px, transparent 2px) 0 0 /
    11px 11px;
  opacity: 0.5;
}
.page-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 44px;
}
.eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-heading h1 {
  max-width: 790px;
  font: 400 clamp(36px, 4.7vw, 64px)/1.15 var(--display);
  letter-spacing: 0.01em;
  word-spacing: 0.08em;
  text-transform: uppercase;
  text-wrap: balance;
}
.page-intro {
  max-width: 310px;
  flex-shrink: 0;
  font-size: 19px;
  line-height: 1.5;
  padding-bottom: 5px;
}

/* Programa: fechas expresivas y nombres y horas fáciles de leer. */
.weekend-switch {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 52px;
}
.weekend-switch a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid var(--ink);
  border-radius: 16px;
  background: var(--green);
  box-shadow: 0 4px 0 #23693f;
  font-size: 18px;
  font-weight: 700;
}
.weekend-switch a:last-child {
  background: var(--yellow);
  box-shadow: 0 4px 0 #947317;
}
.weekend-program + .weekend-program {
  margin-top: 64px;
}
.weekend-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--ink);
  font-size: clamp(25px, 3vw, 38px);
}
.weekend-title > span {
  font-size: 16px;
  font-weight: 400;
}
.day-block {
  --day-color: var(--yellow);
  --day-edge: #947317;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 48px;
  padding-block: 38px;
}
.day-block + .day-block {
  --day-color: var(--sky);
  --day-edge: #20688e;
  border-top: 1px dashed #1d1d1d70;
}
.day-heading {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 18px;
  padding-top: 12px;
}
.day-number {
  font: 400 90px/1 var(--display);
  color: var(--day-color);
  text-shadow:
    0 -1px #ffffffa8,
    1px 1px var(--day-edge),
    2px 2px var(--day-edge),
    3px 3px var(--day-edge),
    4px 4px var(--day-edge),
    2px 6px 8px #0003;
}
.day-heading h3 {
  font-size: 24px;
}
.day-month {
  display: block;
  margin-top: 6px;
  font-size: 17px;
  font-weight: 400;
}
.act-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.act-row {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 24px;
  align-items: baseline;
  padding-block: 26px;
}
.act-row + .act-row {
  border-top: 1px solid var(--line);
}
.act-row.has-photo {
  grid-template-columns: 88px minmax(0, 1fr) 180px;
  align-items: center;
}
.act-time {
  font-size: 21px;
  line-height: 1.4;
  font-weight: 700;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.act-time > span:not(.sr-only) {
  font-size: 16px;
  font-weight: 400;
}
.act-name {
  font-size: clamp(23px, 2.3vw, 32px);
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.act-kind {
  margin-top: 8px;
  font-size: 16px;
}
.act-photo {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 26px 4px 26px 4px;
  box-shadow: 4px 4px 0 var(--day-color);
}
.section-footnote {
  padding-top: 24px;
  font-size: 16px;
  border-top: 1px solid var(--line);
}

/* Directorio: cada enlace abre una portada de caseta independiente. */
.stall-directory {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 48px;
}
.stall-link {
  display: flex;
  align-items: center;
  gap: 22px;
  min-height: 108px;
  padding-block: 22px;
  border-bottom: 1px solid var(--line);
}
.stall-badge {
  flex-shrink: 0;
  min-width: 44px;
  font: 800 42px/1 var(--body);
  color: var(--paper);
  text-shadow:
    1px 1px #1d1d1d,
    2px 3px #1d1d1d;
}
.stall-link-copy {
  min-width: 0;
}
.stall-link-copy strong {
  display: block;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  text-transform: uppercase;
}
.stall-link-copy > span {
  display: block;
  margin-top: 5px;
  font-size: 16px;
}
.stall-link > .icon {
  margin-left: auto;
}
.stall-link:hover strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.stall-link:target {
  outline: 2px solid var(--ink);
  outline-offset: 8px;
}
.food-foot {
  margin-top: 56px;
  font-size: 16px;
}

/* La carta es la portada de cada caseta. El marco se alarga con el menú. */
.stall-page {
  padding-bottom: 48px;
}
.stall-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 12px;
  max-width: 880px;
}
.stall-breadcrumb > span {
  font-size: 14px;
  white-space: nowrap;
}
.stall-cover {
  width: min(100%, 640px);
  margin-inline: auto;
  container-type: inline-size;
}
.stall-poster {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 140cqw;
  padding: 2.5cqw 1.5cqw 0;
  border-style: solid;
  border-color: transparent;
  border-width: 37.7358cqw 16.4151cqw 47.1698cqw;
  border-image: url('../images/caseta-menu-relleu-3d.png') 400 174 500 fill;
  border-image-repeat: stretch round;
}
.stall-heading {
  text-align: center;
}
.stall-heading .eyebrow {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.stall-heading h1 {
  font: 800 clamp(28px, 6.8cqw, 44px)/1.06 var(--body);
  letter-spacing: -0.035em;
  text-transform: uppercase;
  text-wrap: balance;
}
.menu-category {
  font-size: clamp(16px, 3cqw, 19px);
  margin-top: 10px;
  line-height: 1.35;
}
.stall-menu {
  margin-top: 28px;
}
.menu-label {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 2px solid var(--ink);
  padding-bottom: 12px;
}
.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 12px;
  padding-block: 18px;
}
.menu-item + .menu-item {
  border-top: 1px solid #1d1d1d26;
}
.menu-item-name {
  display: block;
  font-size: clamp(18px, 3.7cqw, 23px);
  font-weight: 600;
  line-height: 1.3;
}
.menu-item-unit {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
  color: #484848;
}
.menu-price {
  font-size: clamp(20px, 4.1cqw, 26px);
  line-height: 1.3;
  font-weight: 800;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.stall-description {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.stall-location {
  align-self: center;
  margin-top: 24px;
  text-align: center;
  font-size: 15px;
}
.stall-wordmark {
  position: absolute;
  display: grid;
  place-items: center;
  min-height: 44px;
  left: -4cqw;
  right: -4cqw;
  bottom: -41cqw;
  font: 400 clamp(18px, 4cqw, 26px)/1.4 var(--display);
  text-align: center;
}
.stall-next {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 640px;
  margin-top: 24px;
}

.venue-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  font-size: 21px;
}
.venue-figure {
  margin-top: 36px;
}
.venue-entry {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.venue-entry h2 {
  margin-bottom: 8px;
  font-size: 20px;
  text-transform: uppercase;
}
.venue-entry p {
  max-width: 70ch;
}
.venue-entry p + p {
  margin-top: 16px;
}
.venue-map {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 24px 4px 24px 4px;
  box-shadow: 5px 5px 0 #1d1d1d;
}
.venue-map img {
  width: 100%;
}
.map-expand {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background: var(--yellow);
  border-radius: 12px;
  box-shadow: 0 3px 0 #947317;
  font-size: 17px;
  font-weight: 700;
}
.venue-figure figcaption {
  margin-top: 20px;
  font-size: 15px;
}
.legend-heading {
  margin-block: 44px 12px;
  font-size: 26px;
}

.site-footer {
  padding-block: 40px 24px;
  background: var(--page-color);
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.organizers {
  display: flex;
  align-items: center;
  gap: 20px;
}
.organizers > p {
  font-size: 14px;
}
.organizer-logos {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ajuntament-logo {
  width: 136px;
  height: 49px;
}
.capitania-logo {
  width: 70px;
  height: auto;
}
.footer-inner > p {
  font-size: 15px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-top: 20px;
  margin-top: 28px;
  border-top: 1px solid #1d1d1d26;
  font-size: 14px;
}
.footer-bottom a {
  display: flex;
  align-items: center;
  min-height: 44px;
}
.footer-bottom > span {
  align-self: center;
}
dialog {
  width: min(1350px, calc(100vw - 32px));
  max-height: 94dvh;
  border: 0;
  padding: 20px;
  background: var(--paper);
  color: var(--ink);
  box-shadow: 0 30px 100px #0009;
}
dialog::backdrop {
  background: #1d1d1de6;
}
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.dialog-header h2 {
  font-size: 23px;
}
.icon-button {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  flex-shrink: 0;
}
.dialog-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-block: 16px 20px;
  font-size: 16px;
}
.dialog-image-wrap {
  max-height: calc(94dvh - 190px);
  overflow: auto;
  overscroll-behavior: contain;
}
.dialog-image-wrap img {
  min-width: 900px;
  max-width: none;
  width: 100%;
}

@media (min-width: 801px) and (min-aspect-ratio: 1/1) {
  :root {
    --festival-art: url('../images/portada-lalia-panoramica.png');
  }
  .design-date {
    top: 87.1%;
    width: 22%;
    height: max(5.2%, 44px);
  }
  .design-date-september {
    left: 27.3%;
  }
  .design-date-october {
    left: 50.9%;
  }
}
@media (max-width: 1100px) {
  .container {
    width: calc(100% - 64px);
  }
  .desktop-nav {
    gap: 18px;
  }
  .page-heading {
    align-items: start;
    flex-direction: column;
    gap: 24px;
  }
  .page-intro {
    max-width: 580px;
  }
  .day-block {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }
  .day-heading {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
  .footer-inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  :root {
    --header-height: 72px;
  }
  .desktop-nav {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .page-heading h1 {
    font-size: clamp(36px, 6.5vw, 54px);
  }
  .stall-directory {
    gap: 0 32px;
  }
  .stall-link-copy strong {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  body {
    font-size: 17px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .header-inner {
    gap: 8px;
  }
  .brand {
    gap: 8px;
  }
  .brand img {
    width: 32px;
  }
  .brand > span {
    font-size: 15px;
  }
  .brand small {
    font-size: 9px;
  }
  .header-actions {
    gap: 2px;
  }
  .hero-paths {
    grid-template-columns: 1fr;
    gap: 0;
    padding-block: 12px;
  }
  .hero-paths a {
    font-size: 21px;
    min-height: 64px;
  }
  .hero-meta {
    font-size: 14px;
  }
  .page-section {
    padding-block: 32px 56px;
  }
  .page-heading {
    gap: 20px;
    margin-bottom: 28px;
  }
  .page-heading h1 {
    font-size: clamp(32px, 8vw, 44px);
  }
  .eyebrow {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .page-intro {
    font-size: 18px;
  }
  .weekend-switch {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
  .weekend-switch a {
    font-size: 18px;
  }
  .weekend-title {
    font-size: 25px;
  }
  .weekend-title > span {
    font-size: 14px;
  }
  .day-number {
    font-size: 66px;
  }
  .day-heading h3 {
    font-size: 22px;
  }
  .day-block {
    padding-block: 28px;
  }
  .act-row,
  .act-row.has-photo {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    padding-block: 22px;
  }
  .act-name {
    font-size: 26px;
  }
  .act-photo {
    max-width: 360px;
    margin-top: 8px;
  }
  .stall-directory {
    grid-template-columns: minmax(0, 1fr);
  }
  .stall-link {
    gap: 18px;
    min-height: 96px;
    padding-block: 20px;
  }
  .stall-link-copy strong {
    font-size: 22px;
  }
  .stall-badge {
    min-width: 38px;
    font-size: 33px;
  }
  .food-foot {
    margin-top: 36px;
  }
  .stall-breadcrumb {
    padding-block: 8px;
  }
  .stall-breadcrumb .text-link {
    font-size: 15px;
  }
  .stall-breadcrumb > span {
    font-size: 13px;
  }
  .stall-next {
    gap: 8px;
  }
  .stall-next .text-link {
    font-size: 15px;
  }
  .venue-address {
    flex-direction: column;
    align-items: start;
    font-size: 19px;
    gap: 20px;
  }
  .venue-figure {
    margin-top: 28px;
  }
  .map-expand {
    position: static;
    justify-content: center;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
  }
  .legend-heading {
    font-size: 24px;
  }
  .footer-inner {
    align-items: start;
    gap: 20px;
  }
  .organizers {
    width: 100%;
    flex-direction: column;
    align-items: start;
    gap: 14px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 4px;
  }
  .footer-bottom > span {
    align-self: start;
  }
  .dialog-header h2 {
    font-size: 20px;
  }
  .dialog-toolbar {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .dialog-image-wrap {
    max-height: calc(94dvh - 235px);
  }
}
@media (max-width: 360px) {
  .container {
    width: calc(100% - 32px);
  }
  .brand > span {
    font-size: 13px;
  }
  .brand img {
    width: 28px;
  }
  .header-actions {
    gap: 0;
  }
  .language-switch {
    gap: 0;
  }
  .page-heading h1 {
    font-size: 30px;
  }
  .stall-link {
    gap: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
@media (prefers-reduced-motion: reduce), (hover: none), (pointer: coarse) {
  .design-stage {
    transform: none;
    transition: none;
  }
}
