:root {
  /*COLOR VARIABLES*/
  --bg: #111111;
  --accent-dark: rgba(255, 20, 147);
  --muted: #94a3b8;
  --text: #e6eef8;

  /*SHADOWS*/
  --drop-shadow: drop-shadow(5px 7px 30px rgba(255, 20, 147, 0.8));
  --container-shadow: 1px 1px 60px 2px rgba(255, 20, 147, 0.3);
}

/*FONTS*/
@font-face {
  font-family: 'Edges';
  src: url('./assets/fonts/edges-webfont.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('./assets/fonts/geomanist-regular-webfont.woff2') format('woff2');
  font-display: swap;
}

/*MINIMAL RESET*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*TYPOGRAPHY*/
h1 {
  font-family: 'Edges';
  font-size: clamp(1.8rem, 4vw, 4rem);
  margin: 2rem auto 1.2rem auto;
  line-height: 1em;
  letter-spacing: 0.1rem;
  max-width: 17ch;
  text-transform: uppercase;
}
h1 span {
  color: var(--accent-dark);
}

h2 {
  font-family: 'Edges';
  font-size: clamp(1.3rem, 4vw, 3.2rem);
  margin: 2rem 0px 1rem 0px;
  line-height: 1em;
  letter-spacing: 0.2rem;
}

h3 {
  font-family: 'Edges';
  font-size: 1.6rem;
  margin: 2rem 0px 1rem 0px;
  letter-spacing: 0.1rem;
}

header p {
  border-bottom: 1px solid var(--text);
  border-top: 1px solid var(--text);
  padding: 1rem 0px 1rem 0px;
  margin: auto;
  max-inline-size: 30ch;
}

p {
  font-size: 1.4rem;
}

a {
  text-decoration: none;
  color: var(--accent-dark);
  font-weight: bold;
}

a:hover {
  color: var(--text);
}

p span {
  font-weight: bold;
}

/*ALPINE SPECIFIC BEHAVIORS*/
[x-cloak] {
  display: none !important;
}

/*GLOBAL*/
html,
body {
  height: 100%;
}
body {
  min-height: 100vh;
  margin: 0;
  font-family:
    'Geomanist', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  background-color: var(--bg);
  background-image: image-set(
    url('./assets/img/Cafe-Westen-in-Leipzig-Lindenau-1536x1152.webp')
      type('image/webp'),
    url('./assets/img/Cafe-Westen-in-Leipzig-Lindenau-1536x1152.jpg')
      type('image/jpeg')
  );
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: var(--text);
  padding: 3rem;
}

.logo {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
  padding-bottom: 2rem;
  filter: var(--drop-shadow);
}

img {
  width: 100%;
  display: block;
}

header {
  text-align: center;
}

.container {
  background: rgba(20, 20, 20, 0.75);
  box-shadow: var(--container-shadow);
  border-radius: 1rem;
  max-width: 720px;
  margin: 0 auto;
  padding: 1rem;
}

.accordion .item {
  background: rgba(20, 20, 20, 0.82);
  border: 1px solid var(--accent-dark);
  margin-bottom: 0.5rem;
  border-radius: 8px;
  overflow: hidden;
}

.summary {
  width: 100%;
  text-align: left;
  padding: 1rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.chev {
  transition: transform 150ms ease;
  margin-left: 0.5rem;
  color: var(--accent-dark);
  transform-origin: center;
}
.chev.open {
  transform: rotate(90deg);
}

.details {
  padding: 1rem;
  border-top: 1px solid var(--accent-dark);
  color: var(--muted);
}

.details p {
  font-size: 1rem;
  line-height: 1.6rem;
}

.details ul {
  list-style: none;
  margin-bottom: 2rem;
}

ul li {
  font-size: 1rem;
  line-height: 1.6rem;
}

.icon-grid {
  width: 100%;
  display: grid;
  grid-template-rows: repeat(auto-fill, 1fr);
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  margin: 2rem 0 2rem 0;
}
.icon-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  max-height: 150px;
  border: 3px solid var(--accent-dark);
  border-radius: 10px;
  padding: 1rem 0 1rem 0;
  transition: transform 0.2s ease;
}
.icon-grid img:hover {
  transform: rotate(0.7deg);
}

button {
  font-family: 'Edges';
  font-size: 1.4rem;
}

small {
  display: inline-block;
  line-height: 1.1rem;
  font-family: monospace;
  margin: 5px;
  padding: 6px;
  border: dashed 1px var(--muted);
}

small span {
  color: var(--accent-dark);
  font-size: 1.2em;
}

footer {
  color: var(--muted);
  margin: 2rem auto;
  text-align: center;
  padding-bottom: 2rem;
}
footer pre {
  margin: 0;
  display: inline-block;
  white-space: normal;
}

address {
  font-style: normal;
  text-align: center;
  font-size: 0.8rem;
}

.quandoo-booking-widget {
  width: 100%;
  min-width: 300px;
  min-height: 805px;
  max-width: 100%;
  margin-top: 1rem;
}

.quandoo-booking-widget iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 805px;
  border: 0;
}

.quandoo-loading {
  padding: 1rem;
  color: var(--muted);
}
.quandoo-error {
  padding: 1rem;
  color: #b91c1c;
}
.quandoo-note.small {
  font-size: 0.9rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

@media (prefers-reduced-motion: reduce) {
  .chev,
  .icon-grid img,
  * {
    transition: none !important;
    animation: none !important;
  }
}

@media (max-width: 540px) {
  body {
    padding: 1rem;
    background-attachment: scroll;
  }

  .container {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    border-radius: 0.75rem;
  }
}
