@charset "UTF-8";
/*!
Theme Name: ArrenApp
Theme URI: http://underscores.me/
Author: Felix Bleidt
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arrenapp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ArrenApp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Light.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-LightIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-LightIt.woff") format("woff");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Regular.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-It.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-It.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Regular.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-It.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-It.woff") format("woff");
  font-style: italic;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Semibold.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-SemiboldIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-SemiboldIt.woff") format("woff");
  font-style: italic;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Bold.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-BoldIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-BoldIt.woff") format("woff");
  font-style: italic;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Black.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Black.woff") format("woff");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-BlackIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-BlackIt.woff") format("woff");
  font-style: italic;
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-Black.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-Black.woff") format("woff");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url("assets/fonts/source-sans-pro/SourceSansPro-BlackIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSansPro-BlackIt.woff") format("woff");
  font-style: italic;
  font-weight: 900;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("assets/fonts/source-sans-pro/SourceSerifPro-Light.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSerifPro-Light.woff") format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("assets/fonts/source-sans-pro/SourceSerifPro-LightIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSerifPro-LightIt.woff") format("woff");
  font-style: italic;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Source Serif Pro";
  src: url("assets/fonts/source-sans-pro/SourceSerifPro-ExtraLightIt.woff2") format("woff2"), url("assets/fonts/source-sans-pro/SourceSerifPro-ExtraLightIt.woff") format("woff");
  font-style: italic;
  font-weight: 200;
  font-display: swap;
}
:root {
  --font-size-body: clamp(1.125rem, 2.25vw, 1.25rem);
  --font-size-body-small: 1rem;
  --font-size-body-large: clamp(1.25rem, 2.5vw, 1.375rem);
  --font-size-meta: 0.875rem;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: var(--font-size-body);
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #80166f;
  font-weight: 700;
}

h1 {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  line-height: 1.08;
  margin: 0 0 1rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 0 0 0.75rem;
}

h3,
h4,
h5,
h6 {
  font-size: 1.25rem;
}

p {
  margin: 0.5rem 0 0 0;
}

p,
ul,
ol,
dl {
  font-size: var(--font-size-body);
  line-height: 1.5;
}

small,
.text-meta {
  font-size: var(--font-size-meta);
  line-height: 1.45;
}

.text-body {
  font-size: var(--font-size-body);
  line-height: 1.5;
}

.text-body-small {
  font-size: var(--font-size-body-small);
  line-height: 1.5;
}

.text-lead {
  font-size: var(--font-size-body-large);
  line-height: 1.45;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

summary {
  list-style: none;
  cursor: pointer;
}
summary::marker {
  display: none;
}

/* Elements
--------------------------------------------- */
body {
  background: #80166f;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 0;
}
figure.left, figure.float-left {
  margin-right: 0.5rem;
}
figure.right, figure.float-right {
  margin-left: 0.5rem;
}
figure.float-left {
  float: left;
}
figure.float-right {
  float: right;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #f28301;
}
a:hover, a:focus, a:active {
  color: #f28301;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

.arrenapp-btn {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 300;
  gap: 0.4rem;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}
.arrenapp-btn:visited {
  color: inherit;
}
.arrenapp-btn:hover, .arrenapp-btn:focus-visible {
  background: #000;
  border-color: #fff;
  color: #fff;
  text-decoration: none;
}
.arrenapp-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(242, 131, 1, 0.16);
}

.arrenapp-btn--primary {
  background: #f28301;
  border-color: #fff;
  color: #fff;
}
.arrenapp-btn--primary:visited {
  color: #fff;
}

.arrenapp-btn--secondary {
  background: #999999;
  border-color: #fff;
  color: #fff;
}
.arrenapp-btn--secondary:visited {
  color: #fff;
}

.arrenapp-btn--neutral {
  background: #fff;
  border-color: #9ca3af;
  color: #000000;
}

.arrenapp-btn--danger {
  background: #fff;
  border: 1px solid #ea3324;
  color: #ea3324;
  font-weight: 700;
}

.arrenapp-btn--edit {
  background: #f3e2cb;
  border: 1px solid #f28301;
  color: #f28301;
  font-size: 1rem;
  padding: 0.3rem 0.75rem;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

#page {
  background: #80166f;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comments-area {
  max-width: 100%;
  overflow-x: hidden;
}

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-inline-start: 0;
}

.comment-list {
  display: grid;
  gap: 14px;
}

.comment-list .children {
  margin-top: 12px;
  margin-left: 0;
  padding-left: clamp(12px, 4vw, 24px);
  border-left: 2px solid #e2e8f0;
}

.comment-list li.comment,
.comment-list li.pingback,
.comment-list li.trackback {
  min-width: 0;
}

.comment-body {
  min-width: 0;
  max-width: 100%;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #ffffff;
  box-sizing: border-box;
}

.comment-meta,
.comment-content,
.comment-content p,
.comment-reply-link,
.comment-author,
.comment-author .fn,
.comment-metadata a {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comment-author .avatar {
  flex: 0 0 auto;
  border-radius: 999px;
}

.comment-metadata {
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

.comment-content {
  margin-top: 10px;
}

.comment-reply-link {
  display: inline-flex;
  margin-top: 10px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

@media screen and (max-width: 37.5em) {
  .comments-area {
    padding-inline: 0;
  }
  .comment-list .children {
    padding-left: 12px;
  }
  .comment-body {
    padding: 12px;
  }
}
/* Feed
--------------------------------------------- */
.feed-list {
  display: grid;
  gap: 1.5rem;
}

.feed-item {
  margin: 0 3%;
}

.feed-card {
  --feed-card-radius: 1.125rem;
  --feed-card-inline-padding: 1rem;
  --feed-headline-size: clamp(1.3rem, 3vw, 1.5rem);
  --feed-intro-size: clamp(1.125rem, 2.25vw, 1.25rem);
  background: #ffffff;
  border-radius: var(--feed-card-radius);
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
  overflow: visible;
  position: relative;
}

.feed-card--full {
  display: grid;
  gap: 0;
}

.feed-card__header {
  align-items: center;
  border-bottom: 1px solid #eef1f4;
  display: flex;
  gap: 0.85rem;
  padding: 1rem var(--feed-card-inline-padding) 0.85rem;
}

.feed-card__type-icon {
  align-items: center;
  color: var(--feed-type-color);
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.feed-card__type-icon .icon-svg-context {
  height: 2rem;
  width: 2rem;
}

.feed-card__header-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.feed-card__type-label {
  color: var(--feed-type-color);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.feed-card__meta {
  color: #7d8790;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.35rem;
  line-height: 1.3;
  margin: 0.22rem 0 0;
}

.feed-card__meta-sep {
  color: #b0b9c0;
}

.feed-card__media {
  position: relative;
}

.feed-card__hero {
  aspect-ratio: 2/1;
  background: #f4f6f8;
  overflow: hidden;
}

.feed-card__hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feed-card__overlay {
  --feed-overlay-logo-size: clamp(5.5rem, 16vw, 11rem);
  bottom: 0;
  display: block;
  left: 0;
  padding: 0 var(--feed-card-inline-padding);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.feed-card__overlay-logo {
  background: #ffffff;
  border: 2px solid #ffffff;
  flex: 0 0 auto;
  height: var(--feed-overlay-logo-size);
  overflow: hidden;
  position: absolute;
  bottom: -32px;
  left: var(--feed-card-inline-padding);
  width: var(--feed-overlay-logo-size);
}

.feed-card__overlay-logo-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feed-card__overlay-link {
  color: #f28301;
  display: inline-flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
  min-height: 0;
  padding: 5px 0;
  position: absolute;
  left: calc(var(--feed-card-inline-padding) + var(--feed-overlay-logo-size) + 0.75rem);
  right: var(--feed-card-inline-padding);
  text-decoration: none;
  top: calc(100% + 0.15rem);
}

.feed-card__overlay-link:hover,
.feed-card__overlay-link:focus-visible {
  color: #f28301;
  text-decoration: underline;
}

.feed-card__content {
  display: grid;
  gap: 0.5rem;
  padding: 1rem var(--feed-card-inline-padding);
}

.feed-card__content.has-overlay {
  padding-top: 4rem;
}

.feed-card__title {
  align-items: center;
  color: var(--feed-accent-color);
  display: flex;
  flex-wrap: wrap;
  font-size: var(--feed-headline-size);
  font-weight: 700;
  gap: 0.55rem;
  line-height: 1.15;
  margin: 0;
}

.feed-card__badge {
  background: var(--feed-type-color);
  border-radius: 0.65rem;
  color: #ffffff;
  display: inline-flex;
  font-size: var(--font-size-body);
  font-weight: 700;
  line-height: 1.2;
  padding: 0.45rem 0.8rem;
}

.feed-card__badge[hidden] {
  display: none !important;
}

.feed-card__title-text {
  min-width: 0;
}

.feed-card__intro {
  color: #1f2b36;
  font-size: var(--feed-intro-size);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.feed-card__body {
  color: #000000;
  line-height: 1.5;
}

.feed-card__body-preview[hidden],
.feed-card__body-full[hidden] {
  display: none !important;
}

.feed-card__body > :first-child {
  margin-top: 0;
}

.feed-card__body > :last-child {
  margin-bottom: 0;
}

.feed-card__body-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: #f28301;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--font-size-body);
  font-weight: 300;
  gap: 0.45rem;
  line-height: 1.3;
  margin-top: 0.35rem;
  padding: 0;
  text-decoration: none;
}

.feed-card__body-toggle:hover,
.feed-card__body-toggle:focus-visible {
  text-decoration: underline;
}

.feed-card__body-toggle-icon,
.content-disclosure-toggle__icon {
  flex: 0 0 auto;
  height: 0.95rem;
  transition: transform 0.2s ease;
  width: 0.95rem;
}

.feed-card__body-toggle[aria-expanded=true] .feed-card__body-toggle-icon,
.project-page__accordion[open] .content-disclosure-toggle__icon {
  transform: rotate(180deg);
}

.feed-card__map-wrap {
  margin: 0.15rem 0 0;
  padding: 0 0.35rem;
}

.feed-card__map {
  border-radius: 1rem;
  height: 190px;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  z-index: 0;
  width: 100%;
}

.feed-infinite-shell {
  position: relative;
}

.feed-infinite-shell__loader {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(39, 20, 45, 0.14);
  display: flex;
  justify-content: center;
  left: 50%;
  min-height: 3rem;
  min-width: 3rem;
  opacity: 0;
  padding: 0.7rem;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 0.35rem);
  transform: translate(-50%, 4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  visibility: hidden;
  z-index: 2;
}

.feed-infinite-shell__loader[hidden] {
  display: none !important;
}

.feed-infinite-shell__spinner {
  animation: feedInfiniteSpin 0.8s linear infinite;
  border: 3px solid rgba(242, 131, 1, 0.22);
  border-top-color: #f28301;
  border-radius: 999px;
  display: inline-block;
  height: 1.55rem;
  width: 1.55rem;
}

.feed-infinite-shell__loader.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
}

.feed-infinite-shell__button {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(39, 20, 45, 0.14);
  color: #f28301;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  gap: 0.85rem;
  justify-content: center;
  line-height: 1.2;
  margin: 1.5rem auto 0;
  padding: 0.5rem 1rem;
  text-align: center;
  transition: transform 0.18s ease, filter 0.18s ease;
  width: 100%;
}

.feed-infinite-shell__button-icon {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
}

.feed-infinite-shell__button-icon-svg {
  display: block;
  fill: currentColor;
  height: 2rem;
  width: 2rem;
}

.feed-infinite-shell__button-label {
  display: inline-block;
}

.feed-infinite-shell__button--link {
  text-decoration: none;
}

.feed-infinite-shell__noscript {
  display: grid;
  gap: 0.75rem;
  justify-items: center;
  padding-top: 0.5rem;
}

.feed-infinite-shell__noscript-text {
  color: #6b6672;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.feed-infinite-shell__button:hover,
.feed-infinite-shell__button:focus-visible {
  filter: brightness(0.98);
  outline: none;
  transform: translateY(-1px);
}

.feed-infinite-shell__sentinel {
  height: 1px;
  width: 100%;
}

@keyframes feedInfiniteSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.feed-card__content-meta {
  color: #7d8790;
  display: flex;
  flex-wrap: wrap;
  font-size: var(--font-size-body);
  font-weight: 500;
  line-height: 1.4;
  margin: 0.3rem 0;
}

.feed-card__content-meta-item {
  align-items: center;
  display: inline-flex;
  gap: 0.4rem;
}

.feed-card__content-meta--event {
  align-items: flex-start;
  color: #000;
  flex-direction: column;
}

.feed-card__content-meta-icon {
  flex: 0 0 auto;
  height: 0.95rem;
  width: 0.95rem;
}

.feed-card__extension {
  margin-top: 0.25rem;
}

.feed-card__primary-link-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0.2rem 0 0;
}

.feed-card__primary-link {
  align-items: center;
  color: #f28301;
  display: inline-flex;
  gap: 0.45rem;
  text-decoration: none;
}

.feed-card__primary-link-icon {
  display: block;
  fill: currentColor;
  flex: 0 0 auto;
  height: 1em;
  width: 1em;
}

.feed-card__primary-link:hover,
.feed-card__primary-link:focus-visible {
  text-decoration: underline;
}

.feed-card__actions {
  align-items: center;
  color: var(--feed-accent-color);
  display: flex;
  gap: 1rem;
  padding: 0 var(--feed-card-inline-padding) 1rem;
}

.feed-card__action {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 999px;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  gap: 0.35rem;
  padding: 0;
  position: relative;
  transition: color 0.2s ease;
}

.js-feed-like-toggle,
.js-feed-comments-toggle,
.feed-card__action.is-liked {
  color: #f28301;
}

.feed-card__action .icon-svg {
  height: 1.2rem;
  transition: opacity 0.2s ease;
  width: 1.2rem;
}

.feed-card__action:hover .icon-svg,
.feed-card__action:focus-visible .icon-svg {
  opacity: 0.72;
}

.feed-card__action-count {
  color: #7d8790;
  font-size: 0.92rem;
  font-weight: 600;
}

.feed-card__action-chevron {
  transition: transform 0.2s ease;
}

.feed-card__action-hint {
  background: rgba(26, 31, 44, 0.94);
  border-radius: 0.85rem;
  bottom: calc(100% + 0.45rem);
  box-shadow: 0 14px 30px rgba(16, 24, 40, 0.18);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  left: 50%;
  line-height: 1.35;
  max-width: min(15rem, 60vw);
  opacity: 0;
  padding: 0.45rem 0.65rem;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 6px);
  transition: opacity 180ms ease, transform 180ms ease;
  white-space: normal;
  z-index: 4;
}

.feed-card__action-hint.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

.js-feed-comments-toggle[aria-expanded=true] .feed-card__action-chevron {
  transform: rotate(180deg);
}

.feed-card--compact {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
}

.feed-card__compact-main {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.feed-card__compact-logo {
  border: 2px solid #ffffff;
  border-radius: 1rem;
  flex: 0 0 auto;
  height: 4rem;
  overflow: hidden;
  width: 4rem;
}

.feed-card__compact-logo-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.feed-card__compact-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.feed-card__compact-title {
  color: var(--feed-accent-color);
  font-size: 1.15rem;
  line-height: 1.2;
  margin: 0.2rem 0 0;
}

.feed-card__compact-intro {
  color: #000000;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0.45rem 0 0;
}

@media (max-width: 640px) {
  .feed-card__content.has-overlay {
    padding-top: 4.45rem;
  }
  .feed-card__actions {
    gap: 0.85rem;
  }
}
.feed-card__comments {
  border-top: 1px solid #e8edf1;
  display: grid;
  gap: 1rem;
  padding: 1rem;
}

.feed-card__comments.is-open {
  background: #fff7d9;
  border-radius: 0 0 var(--feed-card-radius, 1.125rem) var(--feed-card-radius, 1.125rem);
}

.feed-card__comments[hidden] {
  display: none;
}

.feed-card__comments-list {
  display: grid;
  gap: 0.9rem;
  max-height: 24rem;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.feed-card-comment {
  display: grid;
  gap: 0.3rem;
}

.feed-card-comment__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.feed-card-comment__author {
  color: var(--feed-accent-color, #80166f);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.feed-card-comment__date {
  color: #8a949d;
  font-size: 0.78rem;
  line-height: 1.3;
}

.feed-card-comment__content {
  color: #1f2b36;
  font-size: 0.92rem;
  line-height: 1.55;
}

.feed-card-comment__content > :first-child {
  margin-top: 0;
}

.feed-card-comment__content > :last-child {
  margin-bottom: 0;
}

.feed-card-comment__actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.feed-card-comment__like,
.feed-card-comment__reply {
  background: transparent;
  border: 0;
  color: #f28301;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
  text-decoration: none;
}

.feed-card-comment__like {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.feed-card-comment__like .icon-svg {
  height: 0.9rem;
  width: 0.9rem;
}

.feed-card-comment__like.is-liked {
  color: #f28301;
}

.feed-card-comment__like.is-liked .icon-svg,
.feed-card-comment__like.is-liked .icon-svg *,
.feed-card-comment__like.is-liked .icon-svg-context,
.feed-card-comment__like.is-liked .icon-svg-context * {
  fill: currentColor;
  stroke: currentColor;
}

.feed-card-comment__like-count {
  line-height: 1;
}

.feed-card-comment__like:hover,
.feed-card-comment__like:focus-visible,
.feed-card-comment__reply:hover,
.feed-card-comment__reply:focus-visible {
  text-decoration: underline;
}

.feed-card-comment__children {
  border-left: 2px solid #eef2f5;
  display: grid;
  gap: 0.9rem;
  margin-left: 0.75rem;
  padding-left: 0.9rem;
}

.feed-card__comment-form {
  display: grid;
  gap: 0.75rem;
}

.feed-card__comment-replying {
  align-items: center;
  color: #54616d;
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.feed-card__comment-replying[hidden] {
  display: none;
}

.feed-card__comment-replying-label {
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
}

.feed-card__comment-reply-cancel {
  background: transparent;
  border: 0;
  color: #f28301;
  cursor: pointer;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 0;
}

.feed-card__comment-reply-cancel:hover,
.feed-card__comment-reply-cancel:focus-visible {
  text-decoration: underline;
}

.feed-card__comment-form-fields {
  display: grid;
  gap: 0.6rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.feed-card__comment-text {
  background: #fff;
  border: 1px solid #d3dbe2;
  border-radius: 999px;
  box-sizing: border-box;
  color: #1f2b36;
  display: block;
  font: inherit;
  max-width: 100%;
  padding: 0.8rem 0.95rem;
  width: 100%;
}

.feed-card__comment-input {
  background: transparent;
  border: 0;
  border-radius: inherit;
  box-sizing: border-box;
  color: #1f2b36;
  display: block;
  font: inherit;
  line-height: 1.45;
  max-width: 100%;
  min-height: 3.25rem;
  overflow-y: hidden;
  overflow-wrap: anywhere;
  padding: 0.8rem 4.75rem 0.8rem 0.95rem;
  word-break: break-word;
  resize: none;
  width: 100%;
}

.feed-card__comment-form-row {
  display: block;
}

.feed-card__comment-input-wrap {
  background: #fff;
  border: 1px solid #d3dbe2;
  border-radius: 2.5rem;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.feed-card__comment-submit {
  align-items: center;
  background: #f28301;
  border: 0;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-weight: 700;
  height: 2.5rem;
  line-height: 1;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
  width: 2.5rem;
  z-index: 1;
}

.feed-card__comment-input:focus {
  outline: none;
}

.feed-card__comment-submit:hover,
.feed-card__comment-submit:focus-visible {
  opacity: 0.9;
}

.feed-card__comment-submit .icon-svg {
  display: block;
  flex: 0 0 auto;
  height: 1.5rem;
  transform: translateX(-0.08rem);
  width: 1.5rem;
}

.feed-card__comment-submit-label {
  font-size: 0.82rem;
}

.feed-card__comments-login-hint {
  margin: 0;
}

.feed-card__comment-feedback {
  color: #5d4d63;
  font-size: 0.88rem;
  line-height: 1.45;
  margin: 0;
}

.feed-card__comment-feedback[hidden] {
  display: none;
}

.feed-card__comment-feedback.is-error {
  color: #c33149;
}

.feed-card__comments-login-hint a {
  color: var(--feed-accent-color, #80166f);
  font-weight: 700;
  text-decoration: none;
}

.feed-card__comments-login-hint a:hover,
.feed-card__comments-login-hint a:focus-visible {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .feed-card__comment-form-fields,
  .feed-card__comment-form-row {
    grid-template-columns: minmax(0, 1fr);
  }
  .feed-card-comment__children {
    margin-left: 0.35rem;
    padding-left: 0.7rem;
  }
}
/* Display
--------------------------------------------- */
/* Street Display Card
--------------------------------------------- */
.display-preview-wrapper {
  width: 100%;
}

.street-display-card {
  --street-display-bg: #000000;
  --street-display-fg: #ffffff;
  --street-display-event-bg: #009fe3;
  --street-display-image-overlay: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
  --street-display-type-color: #ffffff;
  --street-display-copy-overlap: 18.75cqw;
  --street-display-top-size: clamp(1rem, 1.95cqw, 40px);
  --street-display-mid-size: clamp(2rem, 3.7cqw, 70px);
  --street-display-title-size: 80px;
  --street-display-bottom-size: clamp(0.92rem, 2.35cqw, 50px);
  --street-display-panel-pad-y: clamp(1rem, 1.35cqw, 1.45rem);
  --street-display-track-top: 1.5fr;
  --street-display-track-title: 4.8fr;
  --street-display-track-bottom: 1.85fr;
  width: 100%;
  aspect-ratio: 16/3;
  display: grid;
  grid-template-columns: repeat(16, minmax(0, 1fr));
  grid-template-rows: var(--street-display-track-top) var(--street-display-track-title) var(--street-display-track-bottom) var(--street-display-track-bottom);
  background: var(--street-display-bg);
  color: var(--street-display-fg);
  border-radius: 20px;
  overflow: hidden;
  container-type: inline-size;
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.14);
}

.street-display-card__panel {
  min-width: 0;
  min-height: 0;
  position: relative;
}

.street-display-card__panel--lead {
  grid-column: 1/span 3;
  grid-row: 1/span 4;
  background: var(--street-display-bg);
  display: grid;
  place-items: stretch;
  overflow: hidden;
}

.street-display-card[data-display-mode=event] .street-display-card__panel--lead {
  background: var(--street-display-event-bg);
}

.street-display-card__lead-qr,
.street-display-card__lead-event {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.street-display-card [hidden] {
  display: none !important;
}

.street-display-card__lead-qr {
  display: grid;
  place-items: stretch;
  padding: var(--street-display-panel-pad-y);
  box-sizing: border-box;
}

.street-display-card__qr-frame {
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  align-items: stretch;
  justify-items: stretch;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}

.street-display-card__media-qr {
  position: absolute;
  inset: 0 0 0 auto;
  width: 50%;
  z-index: 4;
  display: grid;
  place-items: stretch;
  padding: var(--street-display-panel-pad-y);
  box-sizing: border-box;
  background: var(--street-display-bg);
  opacity: 0;
  transition: opacity 3000ms ease;
  pointer-events: none;
  overflow: visible;
}

.street-display-card__media-qr::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20%;
  width: 20%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.82) 58%, rgb(0, 0, 0) 100%);
  z-index: 0;
  pointer-events: none;
}

.street-display-card__media-qr-frame {
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  display: grid;
  align-items: stretch;
  justify-items: stretch;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.street-display-card__qr-image,
.street-display-card__qr-dummy,
.street-display-card__media-qr-image,
.street-display-card__media-qr-dummy {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
}

.street-display-card__qr-image,
.street-display-card__media-qr-image {
  object-fit: contain;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

.street-display-card__qr-dummy,
.street-display-card__media-qr-dummy {
  position: relative;
  background-color: transparent;
}

.street-display-card__qr-dummy::before,
.street-display-card__qr-dummy::after,
.street-display-card__media-qr-dummy::before,
.street-display-card__media-qr-dummy::after {
  content: "";
  position: absolute;
  inset: 12%;
  background-repeat: repeat;
}

.street-display-card__qr-dummy::before,
.street-display-card__media-qr-dummy::before {
  background-image: linear-gradient(90deg, #fff 0 16%, transparent 16% 33%, #fff 33% 49%, transparent 49% 66%, #fff 66% 82%, transparent 82% 100%), linear-gradient(#fff 0 16%, transparent 16% 33%, #fff 33% 49%, transparent 49% 66%, #fff 66% 82%, transparent 82% 100%);
  background-size: 32% 32%;
  opacity: 0.92;
}

.street-display-card__qr-dummy::after,
.street-display-card__media-qr-dummy::after {
  inset: 7%;
  background: linear-gradient(#fff, #fff) 0 0/26% 26% no-repeat, linear-gradient(#fff, #fff) 100% 0/26% 26% no-repeat, linear-gradient(#fff, #fff) 0 100%/26% 26% no-repeat, linear-gradient(#fff, #fff) 58% 54%/16% 16% no-repeat, linear-gradient(#fff, #fff) 74% 74%/12% 12% no-repeat;
}

.street-display-card__lead-event {
  height: 100%;
  box-sizing: border-box;
  padding: var(--street-display-panel-pad-y) clamp(0.9rem, 1.45cqw, 1.55rem);
  background: var(--street-display-event-bg);
  display: grid;
  grid-template-rows: var(--street-display-track-top) var(--street-display-track-title) var(--street-display-track-bottom) var(--street-display-track-bottom);
  align-content: stretch;
  justify-items: center;
  text-align: center;
  gap: 0;
}

.street-display-card__event-weekday,
.street-display-card__event-date,
.street-display-card__event-time,
.street-display-card__event-street {
  margin: 0;
  color: #ffffff;
}

.street-display-card__event-weekday {
  grid-row: 1;
  align-self: center;
  font-size: var(--street-display-top-size);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.street-display-card__event-date {
  grid-row: 2;
  align-self: center;
  font-size: var(--street-display-title-size);
  line-height: 0.88;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.street-display-card__event-details {
  grid-row: 3/span 2;
  align-self: stretch;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  font-size: var(--street-display-bottom-size);
  line-height: 1.02;
  font-weight: 500;
}

.street-display-card__event-time,
.street-display-card__event-street {
  max-width: 100%;
  font: inherit;
  line-height: inherit;
}

.street-display-card__event-time {
  white-space: nowrap;
}

.street-display-card__event-street {
  font-size: 24px;
  opacity: 0.92;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.street-display-card__panel--copy {
  grid-column: 4/span 7;
  grid-row: 1/span 4;
  background: var(--street-display-bg);
  padding: 0;
  overflow: visible;
  z-index: 3;
}

.street-display-card__copy {
  height: 100%;
  box-sizing: border-box;
  padding: var(--street-display-panel-pad-y) clamp(1rem, 1.55cqw, 2rem) clamp(1rem, 1.4cqw, 1.65rem);
  display: grid;
  grid-template-rows: var(--street-display-track-top) var(--street-display-track-title) var(--street-display-track-bottom) var(--street-display-track-bottom);
  gap: 0;
  min-width: 0;
  width: calc(100% + var(--street-display-copy-overlap));
  position: relative;
  z-index: 3;
}

.street-display-card__meta-row {
  grid-row: 1;
  display: flex;
  align-items: center;
  align-self: center;
  gap: clamp(0.35rem, 0.55cqw, 0.65rem);
  flex-wrap: nowrap;
  min-width: 0;
}

.street-display-card__type {
  display: inline-flex;
  align-items: baseline;
  gap: clamp(0.22rem, 0.4cqw, 0.4rem);
  min-width: 0;
  color: var(--street-display-type-color);
  font-size: var(--street-display-top-size);
  line-height: 1.16;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.street-display-card__type-icon {
  width: clamp(0.85rem, 1.45cqw, 30px);
  height: clamp(0.85rem, 1.45cqw, 30px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.street-display-card__type-icon-svg {
  width: 100%;
  height: 100%;
  display: block;
}

.street-display-card__type-label {
  display: inline-block;
  min-width: 0;
}

.street-display-card__byline {
  min-width: 0;
  flex: 0 1 auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: var(--street-display-top-size);
  line-height: 1.14;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.street-display-card__body {
  display: contents;
}

.street-display-card__title,
.street-display-card__text {
  margin: 0;
  color: #ffffff;
  min-width: 0;
}

.street-display-card__title {
  grid-row: 2;
  align-self: center;
  font-size: var(--street-display-title-size);
  line-height: 0.96;
  font-weight: 700;
  letter-spacing: -0.05em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: visible;
}

.street-display-card__text {
  grid-row: 3/span 2;
  align-self: stretch;
  font-size: var(--street-display-bottom-size);
  line-height: 1.02;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.street-display-card__panel--media {
  grid-column: 11/span 6;
  grid-row: 1/span 4;
  background: var(--street-display-bg);
  z-index: 1;
}

.street-display-card__image-shell {
  width: 100%;
  height: 100%;
  position: relative;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 45%), linear-gradient(135deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0.04) 100%);
}

.street-display-card__image-shell::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 50%;
  background: var(--street-display-image-overlay);
  z-index: 2;
  pointer-events: none;
}

.street-display-card__image-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0;
  z-index: 3;
  pointer-events: none;
  transition: opacity 2400ms ease;
}

.street-display-card.has-event-media-qr-prep .street-display-card__image-shell::after,
.street-display-card.has-event-media-qr-active .street-display-card__image-shell::after {
  opacity: 1;
}

.street-display-card.has-event-media-qr-prep .street-display-card__media-qr,
.street-display-card.has-event-media-qr-active .street-display-card__media-qr {
  opacity: 1;
}

.street-display-card__image,
.street-display-card__image-fallback {
  width: 100%;
  height: 100%;
}

.street-display-card__image {
  display: block;
  object-fit: cover;
}

.street-display-card__image-fallback {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
}

.street-display-card__image-fallback span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(2.6rem, 5.5cqw, 5rem);
  min-height: clamp(2.6rem, 5.5cqw, 5rem);
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(0.56rem, 0.9cqw, 0.92rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .street-display-card {
    border-radius: 16px;
  }
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Utilities
--------------------------------------------- */
.m-xs {
  margin: 0.25rem;
}

.p-xs {
  padding: 0.25rem;
}

.mt-xs {
  margin-top: 0.25rem;
}

.mb-xs {
  margin-bottom: 0.25rem;
}

.pt-xs {
  padding-top: 0.25rem;
}

.pb-xs {
  padding-bottom: 0.25rem;
}

.gap-xs {
  gap: 0.25rem;
}

.m-sm {
  margin: 0.5rem;
}

.p-sm {
  padding: 0.5rem;
}

.mt-sm {
  margin-top: 0.5rem;
}

.mb-sm {
  margin-bottom: 0.5rem;
}

.pt-sm {
  padding-top: 0.5rem;
}

.pb-sm {
  padding-bottom: 0.5rem;
}

.gap-sm {
  gap: 0.5rem;
}

.m-md {
  margin: 0.75rem;
}

.p-md {
  padding: 0.75rem;
}

.mt-md {
  margin-top: 0.75rem;
}

.mb-md {
  margin-bottom: 0.75rem;
}

.pt-md {
  padding-top: 0.75rem;
}

.pb-md {
  padding-bottom: 0.75rem;
}

.gap-md {
  gap: 0.75rem;
}

.m-lg {
  margin: 1rem;
}

.p-lg {
  padding: 1rem;
}

.mt-lg {
  margin-top: 1rem;
}

.mb-lg {
  margin-bottom: 1rem;
}

.pt-lg {
  padding-top: 1rem;
}

.pb-lg {
  padding-bottom: 1rem;
}

.gap-lg {
  gap: 1rem;
}

.m-xl {
  margin: 2rem;
}

.p-xl {
  padding: 2rem;
}

.mt-xl {
  margin-top: 2rem;
}

.mb-xl {
  margin-bottom: 2rem;
}

.pt-xl {
  padding-top: 2rem;
}

.pb-xl {
  padding-bottom: 2rem;
}

.gap-xl {
  gap: 2rem;
}

.m-xxl {
  margin: 3rem;
}

.p-xxl {
  padding: 3rem;
}

.mt-xxl {
  margin-top: 3rem;
}

.mb-xxl {
  margin-bottom: 3rem;
}

.pt-xxl {
  padding-top: 3rem;
}

.pb-xxl {
  padding-bottom: 3rem;
}

.gap-xxl {
  gap: 3rem;
}

.m-xxxl {
  margin: 4rem;
}

.p-xxxl {
  padding: 4rem;
}

.mt-xxxl {
  margin-top: 4rem;
}

.mb-xxxl {
  margin-bottom: 4rem;
}

.pt-xxxl {
  padding-top: 4rem;
}

.pb-xxxl {
  padding-bottom: 4rem;
}

.gap-xxxl {
  gap: 4rem;
}

.sub-details-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.sub-details {
  background: #d9dde5;
  padding: 0.75rem;
}

.project-page {
  --content-headline-size: clamp(1.875rem, 3.2vw, 2.25rem);
  --content-teaser-size: var(--font-size-body);
  display: flex;
  flex-direction: column;
  margin-block: 1.5rem;
  margin-inline: auto;
  width: min(900px, 100vw - 2rem);
}

.project-page__post-card-modules {
  margin-top: 2.25rem;
}

.content-page__prelude {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.content-page__prelude--front {
  align-items: flex-end;
  gap: 1rem;
}

.content-page__prelude-details {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.content-page__prelude--front .content-page__prelude-details {
  flex: 0 1 auto;
  width: auto;
}

.content-page__prelude-summary {
  align-self: flex-end;
  align-items: center;
  color: #f28301;
  cursor: pointer;
  display: inline-flex;
  font-size: var(--font-size-body);
  font-weight: 300;
  gap: 0.55rem;
  list-style: none;
  margin-left: auto;
  padding: 0.2rem 0 0.85rem;
}

.content-page__prelude--front .content-page__prelude-summary {
  padding-top: 0;
}

.content-page__prelude-summary::-webkit-details-marker {
  display: none;
}

.content-page__prelude-help-icon,
.content-page__prelude-help-icon-svg {
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.25rem;
  width: 1.25rem;
}

.content-page__prelude-body {
  align-self: stretch;
  color: #fff;
  max-width: none;
  padding: 0 0 1rem;
  text-align: left;
  width: 100%;
}

.content-page__prelude-body > :last-child {
  margin-bottom: 0;
}

.project-page__card {
  --project-page-inline-padding: clamp(1rem, 4vw, 2rem);
  background: #fff;
  border-radius: 1.5rem;
  box-shadow: 0 12px 30px rgba(39, 20, 45, 0.12);
  overflow: hidden;
  padding-left: var(--project-page-inline-padding);
  padding-right: var(--project-page-inline-padding);
}

.project-page__hero {
  aspect-ratio: 2/1;
  background: #d0cad9;
  margin-left: calc(var(--project-page-inline-padding) * -1);
  margin-right: calc(var(--project-page-inline-padding) * -1);
  overflow: visible;
  position: relative;
}

.project-page__hero-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.project-page__hero-overlay {
  --project-hero-logo-size: clamp(5.5rem, 16vw, 11rem);
  bottom: 0;
  display: block;
  left: 0;
  padding: 0 var(--project-page-inline-padding);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.project-page__logo {
  background: #fff;
  border: 2px solid #fff;
  height: var(--project-hero-logo-size);
  overflow: hidden;
  position: absolute;
  bottom: -32px;
  left: var(--project-page-inline-padding);
  width: var(--project-hero-logo-size);
}

.project-page__logo-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.project-page__content,
.project-page__section {
  padding-left: 0;
  padding-right: 0;
}

.project-page__content {
  padding-bottom: 2rem;
  padding-top: 1.5rem;
}

.project-page__content.has-hero-overlay {
  padding-top: clamp(4rem, 9vw, 5rem);
}

.project-page__hero-subscribe {
  max-width: min(100%, 24rem);
  position: absolute;
  right: var(--project-page-inline-padding);
  top: calc(100% + 0.15rem);
}

.project-page__logo + .project-page__hero-subscribe {
  left: calc(var(--project-page-inline-padding) + var(--project-hero-logo-size) + 0.3rem);
}

.project-page__overline {
  align-self: center;
  color: #fff;
  font-family: "Source Serif Pro", Georgia, serif;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  text-align: center;
}

.project-page__modified {
  color: #000000;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.35;
  margin: 0 0 0.75rem;
}

.project-page__modified--front {
  color: #ffffff;
  flex: 0 1 auto;
  margin: 0;
  text-align: left;
  font-weight: 200;
}

.project-page__headline {
  color: #80166f;
  font-size: var(--content-headline-size);
  font-weight: 700;
  line-height: 1.08;
  margin: 0 0 0.625rem 0;
}

.project-page__main,
.project-page__support-copy {
  color: #27142d;
  font-size: var(--font-size-body);
  line-height: 1.65;
}

.project-page__teaser {
  color: #27142d;
  font-size: var(--content-teaser-size);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1rem;
}

.project-page__teaser > :last-child,
.project-page__main > :last-child,
.project-page__support-copy > :last-child {
  margin-bottom: 0;
}

.project-page__main {
  font-weight: 400;
  margin-bottom: 1rem;
}

.project-page__actions {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.project-page__subscribe {
  align-self: flex-start;
  position: relative;
}

.project-page__hero-subscribe .project-page__subscribe {
  position: static;
}

.project-page__subscribe-toggle {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 999px;
  color: #f28301;
  cursor: pointer;
  display: inline-flex;
  gap: 0.6rem;
  min-height: 2.6rem;
  padding: 0.55rem 0.3rem;
  text-align: left;
}

.project-page__subscribe-copy {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  justify-content: center;
  min-height: 1.5rem;
}

.project-page__subscribe-label {
  color: inherit;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2;
}

.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-label {
  font-weight: 300;
}

.project-page__subscribe-note {
  color: inherit;
  font-size: 0.875rem;
  line-height: 1.2;
}

.project-page__subscribe-note[hidden] {
  display: none !important;
}

.project-page__subscribe-icon {
  align-items: center;
  align-self: flex-start;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  height: 1.35rem;
  justify-content: center;
  margin-top: 0.08rem;
  position: relative;
  transition: color 0.2s ease, transform 0.2s ease;
  width: 1.35rem;
}

.project-page__subscribe-icon .icon-svg {
  height: 100%;
  width: 100%;
}

.project-page__subscribe-icon::after {
  display: none;
}

.project-page__subscribe-toggle:hover,
.project-page__subscribe-toggle:focus-visible {
  color: #f28301;
  outline: none;
}

.project-page__subscribe-toggle:hover .project-page__subscribe-icon,
.project-page__subscribe-toggle:focus-visible .project-page__subscribe-icon {
  transform: translateY(-1px);
}

.project-page__subscribe-toggle:hover .project-page__subscribe-icon::after,
.project-page__subscribe-toggle:focus-visible .project-page__subscribe-icon::after {
  opacity: 0;
}

.project-page__subscribe-toggle.is-subscribed {
  color: #f28301;
}

.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg {
  fill: none;
  stroke: currentColor;
}

.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg * {
  fill: none;
  stroke: currentColor;
}

.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg path,
.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg circle,
.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg rect,
.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg line,
.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg polyline,
.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg polygon,
.project-page__subscribe-toggle.is-unsubscribed .project-page__subscribe-icon .icon-svg ellipse {
  fill: none;
  stroke: currentColor;
}

.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg * {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg path,
.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg circle,
.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg rect,
.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg line,
.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg polyline,
.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg polygon,
.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon .icon-svg ellipse {
  fill: currentColor !important;
  stroke: currentColor !important;
}

.project-page__subscribe-toggle.is-subscribed .project-page__subscribe-icon::after {
  opacity: 0;
}

.project-page__subscribe-toggle.is-inherited .project-page__subscribe-note,
.project-page__subscribe-toggle.is-subtree .project-page__subscribe-note {
  color: #73657a;
}

.project-page__hero-credit,
.project-core-media-credit {
  background: var(--media-credit-surface, #fff);
  border-radius: 0.8rem 0 0 0;
  color: #27142d;
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.25;
  max-width: calc(100% - 1rem);
  padding: 0.3rem 0.5rem 0rem 0.5rem;
}

.project-page__hero-credit {
  bottom: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.project-core-media-credit-label {
  font-weight: 700;
}

.data-media-text__meta {
  margin-top: -8px;
  text-align: right;
}

.data-media-text {
  display: flow-root;
}

.data-media-text__credit {
  background: transparent;
  border-radius: 0;
  color: #73657a;
  display: inline;
  max-width: none;
  padding: 0;
}

.content-module {
  --module-heading-color: #80166f;
  --module-subheading-color: #5d4d63;
  clear: both;
  margin-bottom: 1rem;
}

.content-module--no-top-spacing > :first-child {
  margin-top: 0;
}

.content-module--no-bottom-spacing {
  margin-bottom: 0;
}

.content-module__heading-wrap {
  display: grid;
  gap: 0.35rem;
  margin: 0 0 0.85rem;
}

.content-module__heading {
  color: var(--module-heading-color);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0;
}

.content-module__subheading {
  color: var(--module-subheading-color);
  font-size: var(--font-size-body);
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  max-width: 42rem;
}

.content-page__modules--after-card .content-module__heading,
.content-page__modules--after-card .content-module__subheading,
.project-page__post-card-modules .content-module__heading,
.project-page__post-card-modules .content-module__subheading {
  color: #fff;
}

.content-page--front .content-page__modules .content-module {
  --module-heading-color: #fff;
  --module-subheading-color: rgba(255, 255, 255, 0.92);
}

.content-image-module {
  margin: 0;
}

.content-image-module__media {
  position: relative;
}

.content-image-module__image {
  display: block;
  height: auto;
  width: 100%;
}

.content-image-module__meta {
  display: grid;
  gap: 0.6rem;
  margin-top: 0.25rem;
}

.content-image-module__caption {
  color: #27142d;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5;
}

.content-text-module {
  color: #27142d;
}

.content-text-module > :first-child {
  margin-top: 0;
}

.content-text-module > :last-child {
  margin-bottom: 0;
}

.content-video-module {
  margin: 0;
}

.content-video-module__embed {
  aspect-ratio: 16/9;
  background: #120914;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}

.content-video-module__embed iframe,
.content-video-module__embed embed,
.content-video-module__embed object,
.content-video-module__embed video {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.content-video-module__consent {
  align-items: center;
  background: linear-gradient(135deg, rgba(128, 22, 111, 0.92), rgba(39, 20, 45, 0.96)), #27142d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 1.5rem;
}

.content-video-module__consent-inner {
  max-width: 34rem;
  text-align: left;
  width: 100%;
}

.content-video-module__consent-kicker {
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

.content-video-module__consent-title {
  color: #fff;
  font-size: 1.5rem;
  margin: 0 0 0.6rem;
}

.content-video-module__consent-text {
  font-size: var(--font-size-body);
  margin: 0;
}

.content-video-module__consent-form {
  margin-top: 1.1rem;
}

.content-video-module__consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.content-video-module__consent-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin-top: 1rem;
}

.content-video-module__consent-links a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.content-contact-form-module {
  color: #27142d;
}

.content-contact-form-module__intro {
  margin-bottom: 1.35rem;
}

.content-contact-form-module__intro > :first-child {
  margin-top: 0;
}

.content-contact-form-module__intro > :last-child {
  margin-bottom: 0;
}

.content-contact-form-module__notice {
  background: #fff;
  border: 1px solid rgba(39, 20, 45, 0.12);
  border-left-width: 5px;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(39, 20, 45, 0.08);
  margin-bottom: 1.35rem;
  padding: 1rem 1.1rem;
}

.content-contact-form-module__notice--success {
  border-left-color: #4f7c52;
}

.content-contact-form-module__notice--error {
  border-left-color: #b64058;
}

.content-contact-form-module__notice p {
  margin: 0;
}

.content-contact-form-module__notice p + p {
  margin-top: 0.45rem;
}

.content-contact-form-module__form {
  display: grid;
  gap: 1rem;
}

.content-contact-form-module__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr);
}

.content-contact-form-module__field {
  display: grid;
  gap: 0.45rem;
}

.content-contact-form-module__field--message {
  grid-column: 1/-1;
}

.content-contact-form-module__label {
  color: #27142d;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.3;
}

.content-contact-form-module__field input,
.content-contact-form-module__field textarea {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(39, 20, 45, 0.16);
  border-radius: 1rem;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(39, 20, 45, 0.04);
  color: #27142d;
  font: inherit;
  padding: 0.85rem 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.content-contact-form-module__field textarea {
  min-height: 11rem;
  resize: vertical;
}

.content-contact-form-module__field input:focus,
.content-contact-form-module__field textarea:focus {
  border-color: #80166f;
  box-shadow: 0 0 0 3px rgba(128, 22, 111, 0.12);
  outline: none;
}

.content-contact-form-module__checkbox {
  align-items: flex-start;
  display: flex;
  gap: 0.7rem;
  line-height: 1.5;
}

.content-contact-form-module__checkbox input[type=checkbox] {
  accent-color: #80166f;
  flex: 0 0 auto;
  margin-top: 0.18rem;
}

.content-contact-form-module__checkbox a {
  color: #27142d;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.content-contact-form-module__captcha {
  margin-top: 0.35rem;
}

.content-contact-form-module__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.1rem;
}

.content-contact-form-module__submit {
  border-radius: 999px;
  font-size: 0.98rem;
  font-weight: 700;
  min-height: 3rem;
  min-width: 13rem;
  padding: 0.85rem 1.35rem;
}

.project-core-consent-banner {
  background: rgba(18, 9, 20, 0.85);
  bottom: 1rem;
  color: #fff;
  inset-inline: 1rem;
  position: fixed;
  z-index: 1300;
}

.has-projekt-mobile-ui .project-core-consent-banner {
  bottom: calc(var(--projekt-bottom-nav-height, calc(82px + env(safe-area-inset-bottom))) + 1rem);
}

.project-core-consent-banner__inner {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  padding: 1rem 1rem 1.15rem;
}

.project-core-consent-banner__title {
  color: #fff;
  font-size: 1.25rem;
  margin: 0 0 0.4rem;
}

.project-core-consent-banner__text {
  margin: 0.35rem 0 0;
}

.project-core-consent-banner__text a,
.project-core-consent-banner__option a {
  color: #fff;
  text-decoration: underline;
}

.project-core-consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.project-core-consent-banner__quickform {
  margin: 0;
}

.project-core-consent-banner__details {
  margin-top: 1rem;
}

.project-core-consent-banner__details summary {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-weight: 700;
  gap: 0.4rem;
  list-style: none;
  padding: 0.65rem 1rem;
}

.project-core-consent-banner__details summary::-webkit-details-marker {
  display: none;
}

.project-core-consent-banner__settings {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.9rem;
}

.project-core-consent-banner__option {
  align-items: flex-start;
  display: grid;
  gap: 0.65rem;
  grid-template-columns: auto 1fr;
}

.project-core-consent-banner__option input[type=checkbox] {
  margin-top: 0.2rem;
}

.project-page__subscribe-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1.5rem;
  position: fixed;
  z-index: 1200;
}

.project-page__subscribe-modal[hidden] {
  display: none !important;
}

.project-page__subscribe-modal-backdrop {
  background: rgba(39, 20, 45, 0.28);
  inset: 0;
  position: absolute;
}

.project-page__subscribe-dialog {
  background: #fff;
  border-radius: 1.35rem;
  box-shadow: 0 24px 60px rgba(39, 20, 45, 0.18);
  max-width: 26rem;
  padding: 1.35rem;
  position: relative;
  width: min(100%, 26rem);
}

.project-page__subscribe-dialog-title {
  color: #80166f;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 0.5rem;
}

.project-page__subscribe-dialog-text {
  color: #5f6368;
  font-size: 0.96rem;
  line-height: 1.5;
  margin: 0 0 1rem;
}

.project-page__subscribe-dialog-actions {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.project-page__subscribe-dialog-button {
  align-items: center;
  background: #fff;
  border: 1px solid #d9dde5;
  border-radius: 999px;
  color: #27142d;
  cursor: pointer;
  display: inline-flex;
  font-size: 0.95rem;
  font-weight: 600;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0 1rem;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.project-page__subscribe-dialog-button:hover,
.project-page__subscribe-dialog-button:focus-visible {
  background: #f8f0f6;
  border-color: rgba(128, 22, 111, 0.22);
  color: #80166f;
  outline: none;
}

.project-page__subscribe-dialog-button--primary {
  background: #80166f;
  border-color: #80166f;
  color: #fff;
}

.project-page__subscribe-dialog-button--primary:hover,
.project-page__subscribe-dialog-button--primary:focus-visible {
  background: #6f135f;
  border-color: #6f135f;
  color: #fff;
}

.project-page__subscribe-dialog-cancel {
  background: transparent;
  border: 0;
  color: #73657a;
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 600;
  margin-top: 0.9rem;
  padding: 0;
}

.project-page__accordion {
  display: flex;
  flex-direction: column;
}

.project-page__accordion summary {
  color: #f28301;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: var(--font-size-body);
  font-weight: 300;
  gap: 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  width: fit-content;
}

.project-page__accordion summary::-webkit-details-marker,
.project-page__band-details summary::-webkit-details-marker {
  display: none;
}

.project-page__accordion summary:hover,
.project-page__accordion summary:focus-visible {
  text-decoration: underline;
}

.content-disclosure-toggle__label {
  align-items: center;
  display: inline-flex;
  font-size: inherit;
  gap: 0.45rem;
}

.project-page__accordion-body {
  padding-top: 1.5rem;
  width: 100%;
}

.project-page__section {
  padding-bottom: 2rem;
}

.project-page__section-title {
  color: #80166f;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.project-page__feed-list .feed-list {
  gap: 1rem;
}

.project-page__feed-list .feed-item {
  margin: 0;
}

.project-page__feed-list .feed-card,
.project-page__chronik-body .feed-card {
  background: #d9dde5;
}

.project-page__bands {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.project-page__band {
  background: #d0cad9;
  margin-left: calc(var(--project-page-inline-padding) * -1);
  margin-right: calc(var(--project-page-inline-padding) * -1);
  padding: 1.25rem var(--project-page-inline-padding);
}

.project-page__band:not(.project-page__band--engagement) {
  align-items: start;
  column-gap: 0.4rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  row-gap: 0.75rem;
}

.project-page__band--hat-bearers:not(.project-page__band--engagement) {
  row-gap: 0.5rem;
}

.project-page__band-head {
  align-items: center;
  color: #80166f;
  display: flex;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
}

.project-page__band--hat-bearers .project-page__band-head {
  margin-bottom: 0.5rem;
}

.project-page__band:not(.project-page__band--engagement) > .project-page__band-head {
  display: contents;
}

.project-page__band:not(.project-page__band--engagement) > :not(.project-page__band-head) {
  grid-column: 1;
  min-width: 0;
}

.project-page__band-title {
  color: #80166f;
  font-size: clamp(1.125rem, 2.25vw, 1.25rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.project-page__band:not(.project-page__band--engagement) .project-page__band-title {
  grid-column: 1;
  grid-row: 1;
}

.project-page__band-chevron .icon-svg,
.project-page__share-action .icon-svg {
  height: 1.1rem;
  width: 1.1rem;
}

.project-page__people {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.project-page__person {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.project-page__person-avatar {
  display: inline-flex;
  flex: 0 0 auto;
}

.project-page__person-avatar .avatar {
  border-radius: 999px;
  display: block;
  height: 2.5rem;
  object-fit: cover;
  width: 2.5rem;
}

.project-page__person-name {
  color: #d63e00;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: none;
}

a.project-page__person-name:hover,
a.project-page__person-name:focus-visible {
  color: #80166f;
}

.project-page__related-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.project-page__related-item {
  align-items: flex-start;
  color: inherit;
  display: flex;
  gap: 1rem;
  text-decoration: none;
}

.people-profile-page__shell {
  padding-top: clamp(1rem, 3vw, 2rem);
}

.people-profile-card__header {
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
}

.people-profile-card__avatar {
  width: min(160px, 42vw);
}

.people-profile-card__avatar .avatar {
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.people-profile-card__copy {
  display: grid;
  gap: 1rem;
}

.people-profile-card__title {
  margin-bottom: 0;
}

.people-profile-card__section {
  display: grid;
  gap: 0.45rem;
}

.people-profile-card__contacts {
  display: grid;
  gap: 0.6rem;
}

.people-profile-card__section-title {
  color: #80166f;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0;
  text-transform: uppercase;
}

.people-profile-card__bio {
  line-height: 1.7;
  margin: 0;
}

.people-profile-card__contact {
  align-items: center;
  color: #38002f;
  display: inline-flex;
  font-weight: 600;
  gap: 0.6rem;
  text-decoration: none;
}

.people-profile-card__contact:hover,
.people-profile-card__contact:focus-visible {
  color: #80166f;
}

.people-profile-card__contact-icon .icon-svg {
  height: 1.1rem;
  width: 1.1rem;
}

.people-profile-projects__feed {
  margin: 0;
}

@media (min-width: 768px) {
  .people-profile-card__header {
    align-items: start;
    grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
  }
}
.project-page__related-item:hover .project-page__related-title {
  text-decoration: underline;
}

.project-page__related-media {
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.88);
  display: inline-flex;
  flex: 0 0 4rem;
  height: 4rem;
  justify-content: center;
  overflow: hidden;
  width: 4rem;
}

.project-page__related-image {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.project-page__related-icon {
  align-items: center;
  color: #80166f;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.project-page__related-icon .icon-svg {
  height: 1.3rem;
  width: 1.3rem;
}

.project-page__related-copy {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.project-page__related-title {
  color: #80166f;
  font-weight: 700;
  line-height: 1.15;
}

.project-page__related-intro {
  color: #5d4d63;
  font-size: 0.95rem;
  line-height: 1.45;
}

.content-page__content {
  padding-bottom: 0.25rem;
}

.project-page:not(.content-page) .project-page__content > .project-page__engagement.feed-card,
.project-page:not(.content-page) .project-page__card > .project-page__engagement.feed-card {
  --feed-card-inline-padding: 0;
  --project-band-offset: 1.5rem;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding-left: var(--project-band-offset);
  padding-top: 1rem;
  position: relative;
}

.content-page .project-page__content > .project-page__engagement.feed-card,
.content-page .project-page__card > .project-page__engagement.feed-card {
  --feed-card-inline-padding: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding-left: 0;
  padding-top: 1rem;
  position: relative;
}

.project-page__engagement .feed-card__actions {
  padding-top: 0;
}

.project-page__engagement .feed-card__comments {
  margin-left: calc(var(--project-page-inline-padding, 1rem) * -1);
  margin-right: calc(var(--project-page-inline-padding, 1rem) * -1);
  padding-left: var(--project-page-inline-padding, 1rem);
  padding-right: var(--project-page-inline-padding, 1rem);
}

.project-page:not(.content-page) .project-page__engagement .feed-card__comments {
  margin-left: calc((var(--project-page-inline-padding, 1rem) + var(--project-band-offset, 0rem)) * -1);
  padding-left: calc(var(--project-page-inline-padding, 1rem) + var(--project-band-offset, 0rem));
}

.content-page__modules {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-top: 0.25rem;
}

.content-page__modules > * + * {
  margin-top: 1.5rem;
}

.content-page--front .content-page__modules {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.content-page--front .project-page__card {
  --project-page-inline-padding: 0;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}

.content-page--front .project-page__content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.content-page--front .project-page__overline {
  align-self: flex-start;
  color: #d8cde2;
  text-align: left;
}

.content-page--front .project-page__headline {
  margin-top: 0;
  color: #ffffff;
}

.content-page--front .content-page__prelude {
  margin-bottom: 0.75rem;
}

.content-page--front .project-page__teaser,
.content-page--front .project-page__main {
  max-width: 68rem;
}

.content-page--front .project-page__teaser {
  color: #ffffff;
  font-size: calc(var(--content-headline-size) * 0.75);
}

.page-feed-module {
  margin: 2rem 0;
}

.page-feed-module__sort {
  align-items: center;
  color: #5d4d63;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1rem;
}

.page-feed-module__sort {
  color: #000;
  font-size: var(--font-size-body);
}

.page-feed-module__sort-label {
  font-size: var(--font-size-body);
  font-weight: 600;
}

.page-feed-module__sort-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5d4d63;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: var(--font-size-body);
  font-weight: 600;
  gap: 0.4rem;
  padding: 0;
  text-decoration: none;
}

.page-feed-module__sort-button .icon-svg {
  height: 1rem;
  width: 1rem;
}

.page-feed-module__sort-button:hover,
.page-feed-module__sort-button:focus-visible,
.page-feed-module__sort-button.is-active {
  color: #80166f;
  font-weight: 700;
}

.page-feed-module__sort-button:focus-visible {
  outline: 2px solid rgba(128, 22, 111, 0.25);
  outline-offset: 0.2rem;
}

.page-feed-module__sort-sep {
  color: #9a8da2;
}

.page-feed-module__projects {
  border-top: 1px solid #d9dde5;
}

.page-feed-module__project {
  border-bottom: 1px solid #d9dde5;
  padding: 1rem 0;
}

.page-feed-module__project-meta {
  align-items: baseline;
  color: #73657a;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  gap: 0.3rem;
  line-height: 1.25;
  margin: 0;
}

.page-feed-module__project-meta-label {
  font-weight: 400;
}

.page-feed-module__project-date {
  font-weight: 600;
}

.page-feed-module__project-time {
  color: #8f98a4;
}

.page-feed-module__project-subscribe {
  align-self: auto;
  display: inline-flex;
  margin-top: 0.2rem;
}

.page-feed-module__project-subscribe .project-page__subscribe-label {
  font-size: 1.125rem;
}

.page-feed-module__project-link {
  align-items: flex-start;
  gap: 1rem;
  padding: 0;
}

.page-feed-module__project-media {
  flex: 0 0 150px;
  height: 150px;
  width: 150px;
}

.page-feed-module__project-media .project-page__related-image,
.page-feed-module__project-media .project-page__related-icon {
  height: 150px;
  width: 150px;
}

.page-feed-module__project-copy {
  gap: 0.35rem;
}

.page-feed-module--projects {
  margin: 1.5rem 0 0;
}

.page-feed-module--projects .page-feed-module__sort {
  margin-bottom: 0.85rem;
}

.page-feed-module__project-link:hover .project-page__related-title,
.page-feed-module__project-link:focus-visible .project-page__related-title {
  text-decoration: underline;
}

.page-feed-module__feed-list .feed-list {
  gap: 1rem;
}

.page-feed-module__feed-list .feed-item {
  margin: 0;
}

.page-feed-module__feed-list .feed-card {
  background: #fff;
}

.page-feed-module--grayscale .feed-card,
.page-feed-module--grayscale .page-feed-module__project {
  filter: grayscale(1);
  transition: filter 0.2s ease;
}

.page-feed-module--grayscale .feed-card:hover,
.page-feed-module--grayscale .feed-card:focus-within,
.page-feed-module--grayscale .page-feed-module__project:hover,
.page-feed-module--grayscale .page-feed-module__project:focus-within {
  filter: grayscale(0);
}

.event-map-module {
  --event-map-accent: #80166f;
  --event-map-surface: #f4f0f5;
  --event-map-border: #d9dde5;
  --event-map-text: #27142d;
  --event-map-muted: #73657a;
  display: grid;
  gap: 1.25rem;
  margin: 1.75rem 0 0;
  width: 100%;
}

.project-page__accordion-body .event-map-module {
  justify-self: stretch;
  margin-left: 0;
  margin-right: 0;
}

.event-map-module__map-stage {
  background: transparent;
  border: 0;
  border-radius: 0;
  display: grid;
  gap: 0.9rem;
  padding: 0;
  position: relative;
}

.event-map-module__map-stage.is-fullscreen {
  background: #000;
  border: 0;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  inset: 0;
  left: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 12000;
}

.event-map-module__map-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
}

.event-map-module__eyebrow {
  color: var(--event-map-accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.event-map-module__toolbar-text {
  color: var(--event-map-muted);
  font-size: 0.95rem;
  margin: 0.15rem 0 0;
}

.event-map-module__toolbar-actions {
  align-items: center;
  display: inline-flex;
  gap: 0.6rem;
}

.event-map-module__filter {
  align-items: center;
  background: #fff;
  border: 1px solid var(--event-map-border);
  border-radius: 999px;
  color: var(--event-map-text);
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.92rem;
  font-weight: 600;
  gap: 0.45rem;
  line-height: 1.2;
  padding: 0.7rem 1rem;
}

.event-map-module__filter:hover,
.event-map-module__filter:focus-visible {
  border-color: rgba(128, 22, 111, 0.35);
  color: var(--event-map-accent);
}

.event-map-module__fullscreen-toggle {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__fullscreen-toggle {
  display: none;
}

.event-map-module__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.event-map-module__map-overlay {
  display: contents;
}

.event-map-module__fullscreen-close {
  align-items: center;
  background: rgba(128, 22, 111, 0.85);
  border: 1px solid transparent;
  border-radius: 999px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  gap: 0.45rem;
  line-height: 1;
  padding: 0.8rem 1.1rem;
}

.event-map-module__fullscreen-close:hover,
.event-map-module__fullscreen-close:focus-visible {
  background: rgba(128, 22, 111, 0.85);
  border-color: #fff;
  color: #fff;
}

.event-map-module__fullscreen-close-icon {
  display: inline-flex;
  flex: 0 0 auto;
  height: 1rem;
  width: 1rem;
}

.event-map-module__filter {
  background: rgba(255, 255, 255, 0.92);
  color: #5d4d63;
}

.event-map-module__filter.is-active {
  border-color: rgba(128, 22, 111, 0.35);
  color: var(--event-map-accent);
}

.event-map-module__filter-count {
  background: var(--event-map-surface);
  border-radius: 999px;
  color: var(--event-map-muted);
  font-size: 0.78rem;
  padding: 0.1rem 0.45rem;
}

.event-map-module__map {
  border-radius: 1rem;
  height: var(--event-map-map-height, min(56vh, 34rem));
  min-height: 22rem;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  width: 100%;
  z-index: 0;
}

.leaflet-map-instance {
  isolation: isolate;
  position: relative;
  z-index: 0;
}

.leaflet-map-instance .leaflet-container {
  position: relative;
  z-index: 0;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__map {
  height: 100dvh;
  max-height: none;
}

.event-map-module__marker {
  background: transparent !important;
  border: 0 !important;
}

.event-map-module__cluster {
  align-items: center;
  background: rgba(128, 22, 111, 0.18);
  border: 2px solid #80166f;
  border-radius: 999px;
  color: #80166f;
  display: flex !important;
  height: 44px !important;
  justify-content: center;
  width: 44px !important;
}

.event-map-module__cluster span {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 32px;
  justify-content: center;
  line-height: 1;
  width: 32px;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__map-toolbar {
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1005;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__toolbar-copy {
  display: none;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__toolbar-actions {
  justify-content: flex-start;
  width: 100%;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__map-overlay {
  bottom: 0;
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1007;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__filter {
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  pointer-events: auto;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__fullscreen-close {
  pointer-events: auto;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__filters {
  left: 1rem;
  position: absolute;
  right: 1rem;
  top: 4.9rem;
  z-index: 1008;
}

.event-map-module__map-stage.is-fullscreen .event-map-module__fullscreen-close {
  bottom: 1rem;
  display: inline-flex;
  left: 1rem;
  position: absolute;
  z-index: 1009;
}

.event-map-module__timeline {
  display: grid;
  gap: 1rem;
}

.event-map-module__timeline-head {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.event-map-module__timeline-title {
  font-size: 1.1rem;
  margin: 0;
}

.event-map-module__now {
  align-items: flex-start;
  color: var(--event-map-accent);
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 600;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 3;
}

.event-map-module__now-time {
  background: #fff;
  border: 1px solid #ea3324;
  border-radius: 999px;
  color: #ea3324;
  display: inline-flex;
  line-height: 1;
  padding: 0.18rem 0.5rem;
  position: relative;
  z-index: 4;
}

.event-map-module__now-time::after {
  animation: event-map-border-pulse 1.5s ease infinite;
  border: 1px solid rgba(234, 51, 36, 0.28);
  border-radius: inherit;
  content: "";
  inset: -0.24rem;
  opacity: 0;
  position: absolute;
  transform: scale(0.96);
}

@keyframes event-map-border-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.96);
  }
  50% {
    opacity: 1;
    transform: scale(1.06);
  }
}
.event-map-module__timeline-grid {
  display: grid;
  gap: 0.6rem;
  padding-top: 2.4rem;
  position: relative;
}

.event-map-module__timeline-axis {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(11rem, 14rem) 1fr;
}

.event-map-module__axis-track {
  column-gap: 0;
  display: flex;
  justify-content: space-between;
  gap: 0;
  position: relative;
}

.event-map-module__axis-tick {
  color: #000000;
  font-size: 0.76rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  flex: 0 0 auto;
  z-index: 1;
}

.event-map-module__timeline-now-overlay {
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(11rem, 14rem) 1fr;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.event-map-module__now-track {
  display: block;
  position: relative;
}

.event-map-module__now-track.is-hidden::after {
  display: none;
}

.event-map-module__now-track.is-outside-range::after {
  display: none;
}

.event-map-module__now-track::after {
  background: #ea3324;
  bottom: 0;
  content: "";
  left: var(--event-map-now-left, 50%);
  position: absolute;
  top: 0.5rem;
  transform: translateX(-50%);
  width: 1px;
}

.event-map-module__now.is-hidden {
  display: none;
}

.event-map-module__now.is-outside-range {
  left: auto;
  right: 0;
  transform: none;
}

.event-map-module__district {
  border-top: 1px solid var(--event-map-border);
  padding-top: 0.85rem;
}

.event-map-module__district-head {
  align-items: center;
  color: var(--event-map-muted);
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.event-map-module__district-body {
  display: grid;
  gap: 0.35rem;
  position: relative;
  z-index: 2;
}

.event-map-module__row {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0.9rem;
  cursor: pointer;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(11rem, 14rem) 1fr;
  padding: 0.35rem 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

.event-map-module__row:hover,
.event-map-module__row:focus-visible {
  background: rgba(217, 221, 229, 0.24);
}

.event-map-module__row-label {
  display: grid;
  gap: 0.2rem;
}

.event-map-module__row-title {
  color: var(--event-map-text);
  font-size: 0.95rem;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.event-map-module__row-meta {
  color: #000;
  font-size: 0.8rem;
  font-weight: 200;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.event-map-module__row-track {
  background-image: repeating-linear-gradient(to right, rgba(217, 221, 229, 0.9) 0, rgba(217, 221, 229, 0.9) 1px, transparent 1px, transparent calc(100% / var(--event-map-slot-count, 5)));
  border-radius: 999px;
  height: 2rem;
  position: relative;
  z-index: 2;
}

.event-map-module__row-bar {
  align-items: center;
  background: #ffc000;
  box-sizing: border-box;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  height: 1.5rem;
  left: var(--event-map-bar-left);
  max-width: var(--event-map-bar-width);
  overflow: hidden;
  padding: 0 0.7rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--event-map-bar-width);
}

.event-map-module__row-bar.is-closed {
  color: #fff;
}

.event-map-module__row-bar-text {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.event-map-module__row-bar-icon {
  display: inline-flex;
  flex: 0 0 auto;
  height: 0.95rem;
  justify-content: center;
  width: 0.95rem;
}

.event-map-module__row-bar-icon svg {
  display: block;
  fill: #fff;
  height: 100%;
  width: 100%;
}

.event-map-module__leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 1.1rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.18);
  opacity: 0;
  overflow: hidden;
  padding: 0;
  transform: translateY(0.35rem) scale(0.985);
  transform-origin: center bottom;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.event-map-module__leaflet-popup .leaflet-popup-content {
  margin: 0;
  width: min(18.5rem, 100vw - 5rem) !important;
}

.event-map-module__leaflet-popup .leaflet-popup-tip-container {
  opacity: 0;
  transform: translateY(0.25rem);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.event-map-module__leaflet-popup .leaflet-popup-tip {
  box-shadow: none;
}

.leaflet-container a.leaflet-popup-close-button {
  right: 3px !important;
  top: 3px !important;
}

.event-map-module__leaflet-popup.is-visible .leaflet-popup-content-wrapper,
.event-map-module__leaflet-popup.is-visible .leaflet-popup-tip-container {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.event-map-module__popup {
  display: grid;
  font-family: "Source Sans Pro", sans-serif;
  gap: 0.75rem;
}

.event-map-module__popup-copy {
  display: grid;
  gap: 0.45rem;
  padding: 0.85rem 0.85rem 0;
}

.event-map-module__popup-copy:last-child {
  padding-bottom: 0.85rem;
}

.event-map-module__popup-title {
  color: #80166f;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
}

.event-map-module__popup-address-line,
.event-map-module__popup-format {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.event-map-module__popup-format-list {
  display: grid;
  gap: 0.15rem;
}

.event-map-module__popup-format-item {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

.event-map-module__popup-meta-row {
  align-items: baseline;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  gap: 0.3rem;
  line-height: 1.1;
}

.event-map-module__popup-meta-label {
  font-weight: 500;
}

.event-map-module__popup-meta-value {
  font-weight: 400;
}

.event-map-module__popup-teaser {
  color: #27142d;
  display: -webkit-box;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.35;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.event-map-module__popup-more {
  background: transparent;
  border: 0;
  color: #80166f;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  justify-self: start;
  line-height: 1.2;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.event-map-module__popup-status {
  align-items: center;
  color: #000;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.45rem;
  line-height: 1.1;
  justify-self: start;
}

.event-map-module__popup-status-dot {
  background: #d64545;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 0.62rem;
  height: 0.62rem;
  width: 0.62rem;
}

.event-map-module__popup-status.is-open .event-map-module__popup-status-dot {
  background: #009640;
}

.event-map-module__popup-status.is-closed .event-map-module__popup-status-dot {
  background: #d64545;
}

.event-map-module__popup-accessibility {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  gap: 0.6rem;
  line-height: 1.1;
}

.event-map-module__popup-accessibility-icon {
  align-items: center;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 1.9rem;
  height: 1.9rem;
  justify-content: center;
  width: 1.9rem;
}

.event-map-module__popup-accessibility-icon--is-access {
  background: #f7c948;
}

.event-map-module__popup-accessibility-icon--is-access-plus {
  background: #009fe3;
}

.event-map-module__popup-accessibility-icon--is-off {
  background: #b8bcc4;
}

.event-map-module__popup-icon {
  height: 1rem;
  width: 1rem;
}

.event-map-module__popup-image-wrap {
  overflow: hidden;
  padding: 0 0.85rem 0.85rem;
}

.event-map-module__popup-image {
  display: block;
  height: auto;
  max-height: 11rem;
  object-fit: cover;
  width: 100%;
}

.event-map-module__detail-modal[hidden] {
  display: none;
}

.event-map-module__detail-modal {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 1rem;
  position: fixed;
  z-index: 12020;
}

.event-map-module__detail-backdrop {
  background: rgba(26, 18, 29, 0.52);
  inset: 0;
  position: absolute;
}

.event-map-module__detail-dialog {
  background: #fff;
  border-radius: 1.2rem;
  box-shadow: 0 1.25rem 2.5rem rgba(26, 18, 29, 0.24);
  max-height: calc(100dvh - 2rem);
  max-width: 42rem;
  overflow: hidden;
  position: relative;
  width: min(42rem, 100%);
}

.event-map-module__detail-head {
  inset: 0 0 auto auto;
  padding: 0.65rem;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.event-map-module__detail-title {
  color: #27142d;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.event-map-module__detail-close {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 0.35rem 0.9rem rgba(26, 18, 29, 0.16);
  color: #27142d;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.7rem;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  pointer-events: auto;
  width: 2.25rem;
}

.event-map-module__detail-scroll {
  min-height: 0;
  max-height: calc(100dvh - 2rem);
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.event-map-module__detail-card {
  display: grid;
  gap: 0;
  min-height: 0;
}

.event-map-module__detail-media {
  overflow: hidden;
  order: 3;
  padding: 0 1rem 1rem;
}

.event-map-module__detail-image {
  display: block;
  height: auto;
  max-height: min(38vh, 20rem);
  object-fit: cover;
  width: 100%;
}

.event-map-module__detail-main {
  display: grid;
  gap: 1rem;
  min-height: 0;
  padding: 1rem;
}

.event-map-module__popup--detail {
  gap: 0;
}

.event-map-module__popup-copy--detail {
  padding: 0;
}

.event-map-module__detail-intro,
.event-map-module__detail-body {
  color: #27142d;
  font-size: 1rem;
  line-height: 1.55;
}

.event-map-module__detail-intro p,
.event-map-module__detail-body > :last-child {
  margin-bottom: 0;
}

.event-map-module__empty {
  color: var(--event-map-muted);
  font-size: 0.92rem;
  margin: 0;
}

.event-map-fullscreen-open {
  overflow: hidden;
}

.event-map-detail-open {
  overflow: hidden;
}

@media (max-width: 900px) {
  .event-map-module__timeline-axis,
  .event-map-module__row {
    grid-template-columns: minmax(8rem, 10rem) 1fr;
  }
  .event-map-module__timeline-now-overlay {
    grid-template-columns: minmax(8rem, 10rem) 1fr;
  }
}
@media (max-width: 700px) {
  .event-map-module__map-stage {
    padding: 0;
  }
  .event-map-module__map-stage.is-fullscreen {
    inset: 0;
  }
  .event-map-module__timeline-axis,
  .event-map-module__row {
    grid-template-columns: 1fr;
  }
  .event-map-module__timeline-axis .event-map-module__axis-spacer {
    display: none;
  }
  .event-map-module__timeline-now-overlay {
    grid-template-columns: 1fr;
  }
  .event-map-module__timeline-now-overlay .event-map-module__axis-spacer {
    display: none;
  }
  .event-map-module__row {
    grid-template-columns: 1fr;
    padding: 0.6rem 0;
  }
  .event-map-module__row-title,
  .event-map-module__row-meta {
    text-shadow: 0 0 1rem rgb(255, 255, 255), 0 0 0.3rem rgb(255, 255, 255), 0 0 0.5rem rgb(255, 255, 255);
  }
  .event-map-module__row-track {
    height: 1.7rem;
  }
  .event-map-module__map-stage.is-fullscreen .event-map-module__map-toolbar {
    left: 0.75rem;
    right: 0.75rem;
    top: 0.75rem;
  }
  .event-map-module__map-stage.is-fullscreen .event-map-module__filters {
    left: 0.75rem;
    right: 0.75rem;
    top: 4.2rem;
  }
  .event-map-module__map-stage.is-fullscreen .event-map-module__fullscreen-close {
    bottom: 0.75rem;
    left: 0.75rem;
  }
  .event-map-module__detail-modal {
    align-items: center;
    padding: 0.75rem;
  }
  .event-map-module__detail-dialog {
    border-radius: 1.2rem;
    max-height: min(88vh, 100dvh - 1rem - env(safe-area-inset-top));
    max-width: 42rem;
    width: min(42rem, 100%);
  }
  .event-map-module__detail-scroll {
    max-height: min(88vh, 100dvh - 1rem - env(safe-area-inset-top));
    padding-bottom: env(safe-area-inset-bottom);
  }
  .event-map-module__detail-main {
    padding: 0.9rem 0.9rem calc(0.9rem + env(safe-area-inset-bottom));
  }
}
.project-page__band-details {
  display: block;
}

.project-page__band-details > summary {
  cursor: pointer;
  list-style: none;
}

.project-page__band-chevron {
  display: inline-flex;
  margin-left: auto;
}

.project-page__chronik-body {
  margin-top: 1rem;
}

.project-page__chronik-body .feed-list {
  gap: 1rem;
}

.project-page__chronik-body .feed-item {
  margin: 0;
}

.project-page__share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.project-page__share-action {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0rem;
  color: #27142d;
  cursor: pointer;
  display: inline-flex;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  gap: 0.25rem;
  line-height: 1.2;
  padding: 0.3rem 0.5rem;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.project-page__share-action:hover,
.project-page__share-action:focus-visible {
  background: #f4f0f5;
  color: #80166f;
}

.project-page__share-action.is-copied {
  background: #f8f0f6;
  color: #80166f;
}

.project-page__support-actions {
  margin: 1rem 0 0;
}

.project-page__support-link {
  color: #80166f;
  display: inline-flex;
  font-weight: 600;
  padding: 0;
  text-decoration: underline;
}

.project-page__support-link:hover,
.project-page__support-link:focus-visible {
  color: #5f1054;
}

@media (min-width: 768px) {
  .project-page__content {
    padding-top: 2rem;
  }
  .project-page__content.has-hero-overlay {
    padding-top: clamp(4rem, 8vw, 5rem);
  }
}
/* ==========================================================================
   ACF Neumorphism Form Override
   ========================================================================== */
.modern-acf-form {
  background-color: #EBECF0;
  padding: 32px;
  border-radius: 16px;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.2px;
  /* 1. Die ACF Felder (Container) zurücksetzen */
}
.modern-acf-form .acf-field {
  border: none !important;
  background: transparent !important;
  padding: 0 0 24px 0 !important;
  margin: 0 !important;
}
.modern-acf-form .acf-field::before {
  display: none !important;
}
.modern-acf-form {
  /* 2. Die Labels stylen */
}
.modern-acf-form .acf-label {
  margin-bottom: 16px !important;
}
.modern-acf-form .acf-label label {
  color: #BABECC !important;
  text-shadow: 1px 1px 1px #FFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  margin: 0 !important;
  display: block;
}
.modern-acf-form .acf-label p.description {
  font-size: 12.8px !important;
  color: rgb(156.675, 162.375, 182.325) !important;
  text-shadow: 1px 1px 1px #FFF !important;
  margin-top: 4px !important;
}
.modern-acf-form {
  /* 3. Inputs & Textareas im Neumorphism-Style (Eingestanzt) */
}
.modern-acf-form .acf-input input[type=text],
.modern-acf-form .acf-input input[type=number],
.modern-acf-form .acf-input input[type=email],
.modern-acf-form .acf-input input[type=password],
.modern-acf-form .acf-input textarea,
.modern-acf-form .acf-input select {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 16px !important;
  font-size: 16px !important;
  color: #61677C !important;
  background-color: #EBECF0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF !important;
  text-shadow: 1px 1px 0 #FFF !important;
  transition: all 0.2s ease-in-out !important;
  appearance: none;
  -webkit-appearance: none;
}
.modern-acf-form .acf-input input[type=text]:focus, .modern-acf-form .acf-input input[type=text]:active,
.modern-acf-form .acf-input input[type=number]:focus,
.modern-acf-form .acf-input input[type=number]:active,
.modern-acf-form .acf-input input[type=email]:focus,
.modern-acf-form .acf-input input[type=email]:active,
.modern-acf-form .acf-input input[type=password]:focus,
.modern-acf-form .acf-input input[type=password]:active,
.modern-acf-form .acf-input textarea:focus,
.modern-acf-form .acf-input textarea:active,
.modern-acf-form .acf-input select:focus,
.modern-acf-form .acf-input select:active {
  outline: 0 !important;
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF !important;
}
.modern-acf-form .acf-input input[type=text] {
  border-radius: 320px !important;
}
.modern-acf-form .acf-input textarea {
  border-radius: 16px !important;
  min-height: 120px !important;
  resize: vertical !important;
}
.modern-acf-form {
  /* 4. Der ACF Formular-Container (falls Fehlermeldungen auftauchen) */
}
.modern-acf-form .acf-error-message {
  background-color: transparent !important;
  border: none !important;
  color: #AE1100 !important;
  text-shadow: 1px 1px 0 #FFF !important;
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC !important;
  border-radius: 16px !important;
  padding: 16px !important;
  margin-bottom: 24px !important;
}
.modern-acf-form {
  /* 5. Dropzone / Image Cropper Neumorphismus */
}
.modern-acf-form .crop-ui-field {
  background-color: #EBECF0 !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone-wrapper {
  display: grid !important;
  justify-items: center !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone {
  width: min(100%, 340px) !important;
  box-sizing: border-box !important;
  min-height: 136px !important;
  margin: 0 auto !important;
  padding: 20px !important;
  background-color: #EBECF0 !important;
  border: none !important;
  border-radius: 16px !important;
  box-shadow: inset 2px 2px 5px #BABECC, inset -5px -5px 10px #FFF !important;
  transition: all 0.2s ease-in-out !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone:hover, .modern-acf-form .crop-ui-field .crop-dropzone.dz-drag-hover {
  box-shadow: inset 3px 3px 6px #BABECC, inset -3px -3px 6px #FFF !important;
  background-color: rgb(232.0857142857, 233.2314285714, 237.8142857143) !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone .dz-message {
  display: grid !important;
  justify-items: center !important;
  gap: 12px !important;
  max-width: 220px !important;
  margin: 0 auto !important;
  color: #61677C !important;
  text-shadow: 1px 1px 1px #FFF !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-align: center !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone .dz-message .dashicons,
.modern-acf-form .crop-ui-field .crop-dropzone .dz-message .icon-svg {
  color: #BABECC !important;
  text-shadow: 1px 1px 1px #FFF !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone .dz-message .dashicons {
  font-size: 32px !important;
  line-height: 32px !important;
}
.modern-acf-form .crop-ui-field .crop-dropzone .dz-message .crop-dropzone-label {
  display: block !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container {
  width: min(100%, 340px);
  margin: 0 auto;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container .crop-controls {
  background: transparent !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container .crop-controls .button {
  background-color: #EBECF0 !important;
  border: none !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #61677C !important;
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container .crop-controls .button:hover {
  box-shadow: -1px -1px 3px #FFF, 1px 1px 3px #BABECC !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container .crop-controls .button:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF !important;
}
.modern-acf-form .crop-ui-field .crop-preview-container .crop-controls .button .dashicons {
  color: #61677C !important;
  text-shadow: 1px 1px 0 #FFF !important;
}
.modern-acf-form .crop-ui-field .crop-preview-stack {
  width: min(100%, 340px);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}
.modern-acf-form .crop-ui-field .crop-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.modern-acf-form .crop-ui-field .crop-preview-actions .button {
  background-color: #EBECF0 !important;
  border: none !important;
  border-radius: 999px !important;
  min-height: 40px !important;
  padding: 0 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  color: #61677C !important;
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC !important;
}
.modern-acf-form .crop-ui-field .crop-preview-actions .button:hover {
  box-shadow: -1px -1px 3px #FFF, 1px 1px 3px #BABECC !important;
}
.modern-acf-form .crop-ui-field .crop-preview-actions .button:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF !important;
}
.modern-acf-form .crop-ui-field .crop-preview-actions .button .dashicons {
  color: #61677C !important;
  text-shadow: 1px 1px 0 #FFF !important;
}

/* ==========================================================================
   Der Submit Button (Hervorstehend)
   ========================================================================== */
.modern-submit-btn {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  border: 0;
  outline: 0;
  font-size: 17.6px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: -0.2px;
  border-radius: 320px;
  color: #61677C;
  background-color: #EBECF0;
  text-shadow: 1px 1px 0 #FFF;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  box-shadow: -5px -5px 20px #FFF, 5px 5px 20px #BABECC;
}
.modern-submit-btn:hover {
  box-shadow: -2px -2px 5px #FFF, 2px 2px 5px #BABECC;
}
.modern-submit-btn:active {
  box-shadow: inset 1px 1px 2px #BABECC, inset -1px -1px 2px #FFF;
}

.image-gallery-module {
  --image-gallery-accent: #80166f;
  --image-gallery-surface: #f7f3f7;
  --image-gallery-border: #dfd4df;
  --image-gallery-text: #27142d;
  --image-gallery-muted: #6f6174;
  display: grid;
  gap: 18px;
  margin: 0;
}

.image-gallery-module__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 14px;
}

.image-gallery-module__figure {
  margin: 0;
  display: grid;
  gap: 10px;
}

.image-gallery-module__figure--grid {
  grid-column: span 6;
}

.image-gallery-module--count-1 .image-gallery-module__figure--grid,
.image-gallery-module__figure--1 {
  grid-column: span 12;
}

.image-gallery-module--count-3 .image-gallery-module__figure--1,
.image-gallery-module--count-4 .image-gallery-module__figure--1,
.image-gallery-module--count-5 .image-gallery-module__figure--1,
.image-gallery-module--count-6 .image-gallery-module__figure--1,
.image-gallery-module--count-7 .image-gallery-module__figure--1,
.image-gallery-module--count-8 .image-gallery-module__figure--1 {
  grid-column: span 8;
}

.image-gallery-module--count-3 .image-gallery-module__figure--2,
.image-gallery-module--count-4 .image-gallery-module__figure--2,
.image-gallery-module--count-5 .image-gallery-module__figure--2,
.image-gallery-module--count-6 .image-gallery-module__figure--2,
.image-gallery-module--count-7 .image-gallery-module__figure--2,
.image-gallery-module--count-8 .image-gallery-module__figure--2 {
  grid-column: span 4;
}

.image-gallery-module--count-3 .image-gallery-module__figure--3,
.image-gallery-module--count-4 .image-gallery-module__figure--3 {
  grid-column: span 4;
}

.image-gallery-module__link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(145deg, #efe8ef 0%, #e5dbe8 100%);
  box-shadow: 0 18px 40px rgba(39, 20, 45, 0.08);
  aspect-ratio: 4/3;
}

.image-gallery-module--slider .image-gallery-module__link {
  aspect-ratio: 16/10;
  border-radius: 0;
}

.image-gallery-module__link::after {
  content: "";
  position: absolute;
  inset: auto 16px 16px auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 20px rgba(39, 20, 45, 0.12);
  transition: transform 180ms ease, background-color 180ms ease;
}

.image-gallery-module__link::before {
  content: "+";
  position: absolute;
  right: 30px;
  bottom: 21px;
  z-index: 1;
  color: var(--image-gallery-accent);
  font-size: 1.65rem;
  font-weight: 600;
  line-height: 1;
}

.image-gallery-module__link:hover::after,
.image-gallery-module__link:focus-visible::after {
  transform: scale(1.06);
  background: rgba(255, 255, 255, 0.94);
}

.image-gallery-module__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 220ms ease;
}

.image-gallery-module__link:hover .image-gallery-module__image,
.image-gallery-module__link:focus-visible .image-gallery-module__image {
  transform: scale(1.03);
}

.image-gallery-module__caption {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 12px;
  color: var(--image-gallery-text);
  font-size: 0.98rem;
  line-height: 1.45;
}

.image-gallery-module__caption-text {
  font-weight: 600;
}

.image-gallery-module__credit {
  color: var(--image-gallery-muted);
  font-size: 0.9rem;
}

.image-gallery-module__credit::before {
  content: "Credit: ";
  color: var(--image-gallery-muted);
}

.image-gallery-module__slider {
  display: grid;
  gap: 16px;
}

.image-gallery-module__viewport {
  overflow: hidden;
}

.image-gallery-module__track {
  display: flex;
  gap: 16px;
}

.image-gallery-module__slide {
  flex: 0 0 min(84%, 920px);
  min-width: 0;
}

.image-gallery-module__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.image-gallery-module__button {
  appearance: none;
  border: 1px solid var(--image-gallery-border);
  background: #fff;
  color: var(--image-gallery-text);
  border-radius: 999px;
  min-height: 46px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 0.98rem;
  font-weight: 700;
  transition: border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.image-gallery-module__button:hover,
.image-gallery-module__button:focus-visible {
  border-color: var(--image-gallery-accent);
  color: var(--image-gallery-accent);
  transform: translateY(-1px);
}

.image-gallery-module__button:disabled {
  opacity: 0.38;
  cursor: default;
  transform: none;
}

.image-gallery-module__counter {
  min-width: 96px;
  text-align: center;
  color: var(--image-gallery-muted);
  font-size: 0.94rem;
  font-weight: 700;
}

.pswp__custom-caption {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  z-index: 20;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 18px;
  background: rgba(20, 12, 23, 0.72);
  backdrop-filter: blur(10px);
  color: #fff;
  text-align: center;
}

.pswp__custom-caption-text {
  font-weight: 700;
}

.pswp__custom-caption-credit {
  color: rgba(255, 255, 255, 0.76);
}

.pswp__custom-caption-credit::before {
  content: "Credit: ";
}

@media (max-width: 860px) {
  .image-gallery-module__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .image-gallery-module__figure--grid,
  .image-gallery-module__figure--1,
  .image-gallery-module__figure--2,
  .image-gallery-module__figure--3 {
    grid-column: span 6 !important;
  }
  .image-gallery-module__slide {
    flex-basis: 88%;
  }
}
@media (max-width: 640px) {
  .image-gallery-module {
    gap: 14px;
  }
  .image-gallery-module__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .image-gallery-module__figure--grid,
  .image-gallery-module__figure--1,
  .image-gallery-module__figure--2,
  .image-gallery-module__figure--3 {
    grid-column: auto !important;
  }
  .image-gallery-module__slide {
    flex-basis: 100%;
  }
  .image-gallery-module__controls {
    flex-wrap: wrap;
  }
  .image-gallery-module__button,
  .image-gallery-module__counter {
    width: 100%;
  }
  .pswp__custom-caption {
    left: 12px;
    right: 12px;
    bottom: 12px;
    font-size: 0.92rem;
  }
}
.image-gallery-module__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.image-gallery-module__figure--grid,
.image-gallery-module--count-1 .image-gallery-module__figure--grid,
.image-gallery-module__figure--1,
.image-gallery-module__figure--2,
.image-gallery-module__figure--3 {
  grid-column: auto !important;
}

.image-gallery-module--gallery .image-gallery-module__link {
  aspect-ratio: 1/1;
}

.image-gallery-module__link::before,
.image-gallery-module__link::after {
  content: none;
}

.image-gallery-module__slider {
  gap: 14px;
}

.image-gallery-module__slide {
  flex: 0 0 100%;
}

.image-gallery-module__controls {
  display: none;
}

.image-gallery-module__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.image-gallery-module__dot {
  appearance: none;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(128, 22, 111, 0.22);
  padding: 0;
  transition: transform 160ms ease, background-color 160ms ease;
}

.image-gallery-module__dot.is-active {
  background: #80166f;
  transform: scale(1.25);
}

.image-gallery-lightbox-open {
  overflow: hidden;
}

.image-gallery-lightbox {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
}

.image-gallery-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(14, 9, 18, 0.86);
  backdrop-filter: blur(8px);
}

.image-gallery-lightbox__dialog {
  position: relative;
  z-index: 1;
  width: min(100vw - 32px, 1220px);
  height: min(100vh - 32px, 860px);
  margin: 16px auto;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 14px 18px;
  align-items: center;
  overflow: hidden;
}

.image-gallery-lightbox__toolbar {
  grid-column: 1/-1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.image-gallery-lightbox__toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.image-gallery-lightbox__stage {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-gallery-lightbox__image {
  max-width: 100%;
  max-height: 100%;
  display: block;
  object-fit: contain;
  border-radius: 24px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.24);
}

.image-gallery-lightbox__nav,
.image-gallery-lightbox__close {
  appearance: none;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  min-height: 36px;
  min-width: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 400;
  box-shadow: none;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}

.image-gallery-lightbox__nav--prev {
  grid-column: 1;
  grid-row: 2;
}

.image-gallery-lightbox__nav--next {
  grid-column: 3;
  grid-row: 2;
}

.image-gallery-lightbox__close {
  position: static;
  font-size: 2rem;
}

.image-gallery-lightbox__meta {
  grid-column: 2;
  grid-row: 3;
  display: grid;
  gap: 8px;
  justify-items: center;
  text-align: center;
  color: #fff;
}

.image-gallery-lightbox__count {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.image-gallery-lightbox__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 12px;
  line-height: 1.45;
}

.image-gallery-lightbox__text strong {
  font-weight: 700;
}

.image-gallery-lightbox__credit {
  color: rgba(255, 255, 255, 0.72);
}

.image-gallery-lightbox__credit::before {
  content: "Credit: ";
}

@media (max-width: 860px) {
  .image-gallery-module__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .image-gallery-lightbox__dialog {
    width: min(100vw - 20px, 1220px);
    height: min(100vh - 20px, 860px);
    margin: 10px auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    gap: 10px;
  }
  .image-gallery-lightbox__nav--prev,
  .image-gallery-lightbox__nav--next,
  .image-gallery-lightbox__stage,
  .image-gallery-lightbox__meta {
    grid-column: 1;
  }
  .image-gallery-lightbox__nav--prev,
  .image-gallery-lightbox__nav--next {
    grid-row: 3;
  }
  .image-gallery-lightbox__stage {
    grid-row: 2;
  }
  .image-gallery-lightbox__meta {
    grid-row: 3;
  }
  .image-gallery-lightbox__dialog {
    justify-items: center;
  }
  .image-gallery-lightbox__nav--prev {
    justify-self: start;
    grid-row: 2;
  }
  .image-gallery-lightbox__nav--next {
    justify-self: end;
    grid-row: 2;
  }
}
.image-gallery-module--gallery .image-gallery-module__link {
  border-radius: 0;
}

.image-gallery-module__slider {
  position: relative;
}

.image-gallery-module__heading {
  margin: 0 0 18px;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  line-height: 1.1;
}

.image-gallery-module__nav {
  appearance: none;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  color: #27142d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(39, 20, 45, 0.1);
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
}

.image-gallery-module__nav--prev {
  left: 10px;
}

.image-gallery-module__nav--next {
  right: 10px;
}

.image-gallery-lightbox__zoom-button {
  appearance: none;
  border: 0;
  min-width: 30px;
  height: 30px;
  padding: 0 8px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.96);
  font-weight: 600;
  box-shadow: none;
  cursor: pointer;
}

@media (max-width: 860px) {
  .image-gallery-module__nav {
    width: 32px;
    height: 32px;
  }
  .image-gallery-module__nav--prev {
    left: 10px;
  }
  .image-gallery-module__nav--next {
    right: 10px;
  }
}
.image-gallery-lightbox__dialog {
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  grid-template-rows: auto minmax(0, 1fr) auto;
}

@media (max-width: 860px) {
  .image-gallery-lightbox__dialog {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(0, 1fr) auto;
  }
}
/* Final image gallery overrides */
.image-gallery-lightbox__dialog {
  display: grid !important;
  grid-template-columns: 40px minmax(0, 1fr) 40px !important;
  grid-template-rows: auto minmax(0, 1fr) !important;
  align-items: center !important;
}

.image-gallery-lightbox__toolbar {
  grid-column: 1/-1 !important;
  grid-row: 1 !important;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.image-gallery-lightbox__toolbar-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.image-gallery-lightbox__stage {
  grid-column: 2 !important;
  grid-row: 2 !important;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 54px;
  cursor: default;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  scrollbar-width: thin;
}

.image-gallery-lightbox__stage-frame {
  grid-column: 2 !important;
  grid-row: 2 !important;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
}

.image-gallery-lightbox__image {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  margin: auto;
  border-radius: 0 !important;
}

.image-gallery-lightbox__stage.is-zoomed {
  overflow: auto;
  cursor: grab;
}

.image-gallery-lightbox__stage.is-zoomed.is-panning {
  cursor: grabbing;
}

.image-gallery-lightbox__nav--prev,
.image-gallery-lightbox__nav--next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 4;
}

.image-gallery-lightbox__nav--prev {
  left: 10px;
}

.image-gallery-lightbox__nav--next {
  right: 10px;
}

.image-gallery-lightbox__meta {
  grid-column: 2 !important;
  grid-row: 3 !important;
  position: relative;
  z-index: 6;
  display: grid;
  min-height: 44px;
  align-content: start;
  gap: 8px;
  justify-items: center;
  text-align: center;
  padding: 10px 0 0;
}

.image-gallery-lightbox__meta[hidden] {
  display: grid !important;
  visibility: hidden;
}

.image-gallery-lightbox__nav,
.image-gallery-lightbox__close,
.image-gallery-lightbox__zoom-button {
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  color: rgba(255, 255, 255, 0.96) !important;
}

.image-gallery-lightbox__nav,
.image-gallery-lightbox__close {
  min-width: 32px !important;
  min-height: 32px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.image-gallery-lightbox__nav svg,
.image-gallery-module__nav svg {
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
}

.image-gallery-lightbox__close {
  position: static !important;
  font-size: 1.95rem !important;
}

.image-gallery-lightbox__zoom-button {
  min-width: 28px !important;
  height: 28px !important;
  padding: 0 6px !important;
  font-size: 0.95rem;
  font-weight: 600 !important;
}

.image-gallery-module__nav {
  width: 32px !important;
  height: 32px !important;
  background: rgba(255, 255, 255, 0.82) !important;
  box-shadow: 0 8px 18px rgba(39, 20, 45, 0.1) !important;
  font-size: 0.95rem !important;
  padding: 0 !important;
}

.image-gallery-module__nav--prev {
  left: 10px !important;
}

.image-gallery-module__nav--next {
  right: 10px !important;
}

.page-slider-module {
  --page-slider-overlay: rgba(242, 131, 1, 0.7);
  --page-slider-text: #ffffff;
}

.page-slider-module__slide {
  flex-basis: 100%;
}

.page-slider-module__figure {
  margin: 0;
}

.page-slider-module.image-gallery-module--slider .page-slider-module__link {
  aspect-ratio: 2/1;
  border-radius: 0;
  background: linear-gradient(145deg, #efe8ef 0%, #e2d9e6 100%);
}

.page-slider-module__link::before,
.page-slider-module__link::after {
  content: none;
}

.page-slider-module__image,
.page-slider-module__image-fallback {
  display: block;
  width: 100%;
  height: 100%;
}

.page-slider-module__image {
  object-fit: cover;
}

.page-slider-module__image-fallback {
  background: linear-gradient(135deg, rgba(39, 20, 45, 0.18) 0%, rgba(128, 22, 111, 0.24) 100%);
}

.page-slider-module__overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: grid;
  gap: 4px;
  max-width: min(100%, 36rem);
  padding: 10px 14px 11px;
  background: var(--page-slider-overlay);
  backdrop-filter: blur(6px);
  color: var(--page-slider-text);
}

.page-slider-module__headline,
.page-slider-module__teaser {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-slider-module__headline {
  font-size: var(--font-size-body);
  font-weight: 700;
  line-height: 1.15;
}

.page-slider-module__teaser {
  font-size: var(--font-size-body);
  line-height: 1.2;
}

@media (max-width: 640px) {
  .page-slider-module__overlay {
    left: 0;
    right: auto;
    bottom: 0;
    max-width: none;
    padding: 10px 12px;
  }
}
@media (max-width: 860px) {
  .image-gallery-lightbox__dialog {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
  }
  .image-gallery-lightbox__toolbar,
  .image-gallery-lightbox__stage-frame,
  .image-gallery-lightbox__stage,
  .image-gallery-lightbox__meta {
    grid-column: 1 !important;
  }
  .image-gallery-lightbox__stage-frame {
    height: 100%;
  }
  .image-gallery-lightbox__nav--prev {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    grid-column: auto;
    justify-self: auto;
    left: 8px !important;
    background: rgba(14, 9, 18, 0.34) !important;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
  }
  .image-gallery-lightbox__nav--next {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    grid-column: auto;
    justify-self: auto;
    right: 8px !important;
    background: rgba(14, 9, 18, 0.34) !important;
    border-radius: 999px;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    min-width: 32px !important;
    min-height: 32px !important;
    padding: 0 !important;
  }
  .image-gallery-lightbox__nav svg {
    width: 16px;
    height: 16px;
  }
  .image-gallery-lightbox__nav--prev {
    text-indent: -1px;
  }
  .image-gallery-lightbox__nav--next {
    text-indent: 1px;
  }
  .image-gallery-lightbox__stage {
    padding: 6px;
  }
  .image-gallery-lightbox__meta {
    padding: 8px 0 0;
  }
}
.site-footer {
  color: #fff;
}

.site-footer__inner {
  margin: 0;
  width: min(900px, 100vw - 2rem);
  margin-inline: auto;
}

.footer-quicklinks {
  margin-bottom: 2.25rem;
}

.footer-quicklinks__title {
  margin: 0 0 1rem;
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  line-height: 1.1;
}

.footer-quicklinks__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-quicklinks__item {
  margin: 0;
}

.footer-quicklinks__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 5px 10px 5px 10px;
  border-radius: 10px;
  color: #fff;
  font-size: var(--font-size-body);
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 0.18s ease, filter 0.18s ease;
}
.footer-quicklinks__link:visited {
  color: #fff;
}
.footer-quicklinks__link:hover, .footer-quicklinks__link:focus-visible {
  color: #fff;
  transform: translateY(-1px);
  filter: brightness(1.04);
}

.footer-quicklinks__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.footer-quicklinks__icon-svg {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
  stroke: currentColor;
}

.footer-quicklinks__label {
  display: inline-block;
  font-size: inherit;
}

.footer-quicklinks__link--orange {
  background: #cf4b00;
}

.footer-quicklinks__link--amber {
  background: #a86a00;
}

.footer-quicklinks__link--red {
  background: #ba0016;
}

.footer-quicklinks__link--pink {
  background: #c300a8;
}

.footer-quicklinks__link--violet {
  background: #4f138d;
}

.site-info {
  padding-top: 1.1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}
.site-info a {
  color: inherit;
}

@media (max-width: 720px) {
  .footer-quicklinks__link {
    width: 100%;
    justify-content: flex-start;
  }
}

/*# sourceMappingURL=style.css.map */
