@import url("v1.css");

:root {
  --color-primary: #172d45;
  --color-primary-soft: #e0e2e9;
  --color-secondary: #585f6c;
  --color-surface: #f4f3f1;
  --color-page-background: #faf9f7;
  --color-surface-strong: #ffffff;
  --color-text: #1a1c1b;
  --color-muted: #45474a;
  --radius-soft: 8px;
  --radius-pill: 4px;
  --content-width: 1280px;
  --section-gap: 80px;
  --hero-desktop: 760px;
  --hero-mobile: 560px;
  --shadow-soft: none;
  --shadow-float: none;
  --font-display: "Manrope", "Segoe UI", sans-serif;
  --font-body: "Manrope", "Segoe UI", sans-serif;
  --cookie-panel-background: rgba(255, 255, 255, 0.98);
  --cookie-panel-border: rgba(197, 198, 203, 0.8);
  --cookie-backdrop: rgba(26, 28, 27, 0.14);
}

html,
body {
  background: var(--color-page-background);
  background-image: none;
  color: var(--color-text);
}

.site-main {
  padding-top: 0.25rem;
  background: var(--color-page-background);
  background-image: none;
}

.site-frame {
  background: var(--color-page-background);
  background-image: none;
}

.shell,
.layout-shell,
.page-layout--standard .layout-shell,
.page-layout--narrow .layout-shell,
.page-layout--immersive .layout-shell {
  width: min(100% - 2.5rem, var(--content-width));
}

.site-header {
  padding: 1.1rem 0;
  background: rgba(250, 249, 247, 0.92);
  border-bottom: 1px solid rgba(197, 198, 203, 0.6);
  backdrop-filter: blur(8px);
  box-shadow: none;
}

.brand__logo {
  height: 2.5rem;
  max-width: 10rem;
}

.brand strong {
  letter-spacing: 0.04em;
}

.brand small {
  color: var(--color-muted);
}

.nav-toggle {
  background: var(--color-surface-strong);
  box-shadow: none;
  border: 1px solid rgba(197, 198, 203, 0.8);
}

.site-nav {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: none;
  border: 1px solid rgba(197, 198, 203, 0.7);
  backdrop-filter: none;
}

.site-nav__list a {
  color: var(--color-muted);
  font-size: 1rem;
}

.site-nav__list a.is-active,
.site-nav__list a[aria-current="page"] {
  color: var(--color-text);
  font-weight: 600;
}

.site-nav__list a:hover,
.site-nav__list a:focus-visible {
  color: var(--color-text);
}

.language-switcher summary {
  border: 1px solid rgba(197, 198, 203, 0.8);
  background: var(--color-surface-strong);
  box-shadow: none;
}

.language-switcher[open] summary {
  border-color: rgba(117, 119, 123, 0.85);
  box-shadow: none;
}

.language-switcher__menu {
  border: 1px solid rgba(197, 198, 203, 0.8);
  border-radius: 8px;
  background: var(--color-surface-strong);
  box-shadow: none;
}

.language-switcher__menu a {
  border-radius: 4px;
}

.language-switcher__menu a:hover,
.language-switcher__menu a:focus-visible,
.language-switcher__menu a[aria-current] {
  background: #f1f1f1;
  color: var(--color-text);
}

.eyebrow {
  color: var(--color-secondary);
  letter-spacing: 0.05em;
}

.section {
  padding: clamp(4.5rem, 8vw, var(--section-gap)) 0;
}

.section:first-child {
  padding-top: clamp(4.5rem, 8vw, var(--section-gap));
}

.shell--narrow {
  width: min(100% - 2.5rem, 960px);
}

.page-intro {
  display: grid;
  gap: 1.25rem;
  padding-block: clamp(1rem, 3vw, 2rem) clamp(2rem, 5vw, 3rem);
}

.page-intro h1 {
  max-width: 11ch;
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  letter-spacing: 0.01em;
  line-height: 1.05;
}

.lead {
  max-width: 38rem;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.7;
}

.layout-row__intro {
  width: 100%;
  max-width: none;
}

.builder-block {
  margin-bottom: clamp(3rem, 6vw, 5rem);
}

.builder-block:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
.hero-slider__copy h2,
.article-media__copy h2,
.site-footer__intro h2 {
  letter-spacing: 0.02em;
}

.button {
  min-height: 3rem;
  padding-inline: 1.5rem;
  border-radius: 4px;
}

.button--primary {
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: none;
  border-radius: 4px;
}

.button--secondary {
  background: transparent;
  color: var(--color-text);
  border: 1px solid rgba(197, 198, 203, 0.9);
  box-shadow: none;
  border-radius: 4px;
}

.site-nav__meta .button,
.hero-slider__actions .button,
.media-actions .button,
.hours__actions .button,
.location__info-box .button,
.cookie-banner__actions .button {
  border-radius: 4px;
}

.hero-slider__frame,
.article-media__panel,
.location__frame,
.opening-hours__card,
.faq__item,
.site-footer__builder,
.site-footer__bar {
  border: 0;
  box-shadow: none;
}

.hero-slider__media,
.article-media__media-inner,
.location__media {
  border-radius: 8px;
  overflow: hidden;
}

.hero-slider__frame {
  border-radius: 8px;
}

.hero-slider__copy {
  padding: clamp(2rem, 4vw, 3rem);
  padding-bottom: clamp(5rem, 8vw, 6rem);
}

.hero-slider__copy-box {
  max-width: 28rem;
  gap: 0.9rem;
}

.hero-slider__copy h2 {
  font-size: clamp(2.6rem, 4.8vw, 4.25rem);
  line-height: 0.98;
}

.hero-slider__copy p:last-of-type {
  max-width: 30rem;
  font-size: 1rem;
}

.hero-slider__slide {
  background: var(--color-primary);
}

.hero-slider__media::after {
  background: rgba(26, 28, 27, 0.24);
}

.hero-slider__copy-box,
.article-media__copy,
.location__info-box,
.opening-hours__card,
.faq__item,
.site-footer__builder-inner,
.site-footer__bar-inner {
  border-radius: 8px;
  background: var(--color-surface-strong);
  box-shadow: none;
  border: 1px solid rgba(229, 229, 229, 0.9);
  backdrop-filter: none;
}

.hero-slider__copy-box--surface-none {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-color: transparent;
}

.hero-slider__copy-box--surface-dark {
  background: rgba(24, 28, 33, 0.76);
  border-color: transparent;
}

.hero-slider__copy-box--surface-strong {
  background: var(--color-surface-strong);
}

.hero-slider__copy-box--surface-soft {
  background: var(--color-surface);
}

.hero-slider__copy-box--surface-tint {
  background: var(--color-primary-soft);
}

.hero-slider__copy-box--surface-page {
  background: var(--color-page-background);
}

.hero-slider__copy-box--surface-dark .eyebrow,
.hero-slider__copy-box--surface-dark p:last-of-type,
.hero-slider__copy-box--surface-dark h2 {
  color: #ffffff;
}

.hero-slider__copy p:last-of-type,
.article-media__copy p,
.location__info-box p,
.opening-hours__card p,
.faq__item p,
.site-footer__brandline span {
  color: var(--color-muted);
}

.slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  background: var(--color-primary);
  color: #ffffff;
  box-shadow: none;
  text-shadow: none;
  backdrop-filter: none;
  font-weight: 700;
  line-height: 1;
}

.slider-arrow:hover,
.slider-arrow:focus-visible {
  background: var(--color-secondary);
  border-color: transparent;
  box-shadow: none;
  text-shadow: none;
}

.article-media__badge {
  border: 1px solid rgba(229, 229, 229, 0.9);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
  color: var(--color-text);
}

.article-media__badge--surface-page {
  background: var(--color-page-background);
}

.article-media__badge--surface-strong {
  background: var(--color-surface-strong);
}

.article-media__badge--surface-soft {
  background: var(--color-surface);
}

.article-media__badge--surface-tint {
  background: var(--color-primary-soft);
}

.article-media__panel {
  gap: clamp(2rem, 5vw, 5rem);
  background: transparent;
}

.article-media__copy,
.location__copy {
  gap: 1.1rem;
  padding: 0;
}

.article-media__copy h2,
.site-footer__intro h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.08;
}

.article-media__copy .rich-text,
.location__copy .rich-text {
  max-width: 38rem;
}

.article-media__media {
  padding: 0;
}

.article-media__media-stage {
  height: max(28rem, var(--article-media-image-min-height, 20rem));
}

.image-text__panel {
  border-radius: 8px;
  box-shadow: none;
}

.image-text__media::after {
  background: rgba(26, 28, 27, 0.24);
}

.image-text__overlay {
  padding: clamp(1.5rem, 4vw, 3rem);
}

.image-text__content {
  width: min(100%, 30rem);
  gap: 0.9rem;
}

.image-text__content h2 {
  font-size: clamp(2.3rem, 4.8vw, 4rem);
  line-height: 1;
  letter-spacing: 0.01em;
}

.image-text__content--surface-none {
  color: #ffffff;
}

.timer-block__grid {
  gap: 0.8rem;
}

.timer-block__card {
  min-height: clamp(9rem, 16vw, 11rem);
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid rgba(229, 229, 229, 0.9);
}

.timer-block__value {
  font-size: clamp(2.4rem, 4.5vw, 4rem);
  letter-spacing: 0.01em;
}

.timer-block__label {
  font-size: 0.82rem;
  letter-spacing: 0.12em;
}

.timer-block__panel.surface-style--dark,
.timer-block__panel.surface-style--light,
.timer-block__panel.surface-style--solid,
.timer-block__panel.surface-style--page,
.timer-block__panel.surface-style--strong,
.timer-block__panel.surface-style--soft,
.timer-block__panel.surface-style--tint {
  border: 1px solid rgba(229, 229, 229, 0.9);
  border-radius: 8px;
  box-shadow: none;
}

@media (max-width: 560px) {
  .timer-block__panel {
    gap: 1.25rem;
  }

  .timer-block__grid {
    gap: 0.65rem;
  }

  .timer-block__card {
    min-height: 7rem;
    padding: 0.9rem 0.7rem;
  }

  .timer-block__value {
    font-size: clamp(1.9rem, 8.5vw, 2.5rem);
  }

  .timer-block__label {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }
}

.text-block__panel.surface-style--dark,
.text-block__panel.surface-style--light,
.text-block__panel.surface-style--solid,
.text-block__panel.surface-style--page,
.text-block__panel.surface-style--strong,
.text-block__panel.surface-style--soft,
.text-block__panel.surface-style--tint {
  border: 1px solid rgba(229, 229, 229, 0.9);
  border-radius: 8px;
  box-shadow: none;
}

.image-text__content--surface-dark,
.image-text__content--surface-light,
.image-text__content--surface-solid,
.image-text__content--surface-page {
  border: 1px solid rgba(229, 229, 229, 0.9);
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: none;
}

.image-text__content--surface-dark {
  background: rgba(24, 28, 33, 0.76);
  border-color: transparent;
}

.image-text__content--surface-strong {
  background: var(--color-surface-strong);
}

.image-text__content--surface-soft {
  background: var(--color-surface);
}

.image-text__content--surface-tint {
  background: var(--color-primary-soft);
}

.image-text__content--surface-light {
  background: rgba(255, 255, 255, 0.88);
}

.image-text__content--surface-solid {
  background: rgba(255, 255, 255, 0.96);
}

.image-text__content--surface-page {
  background: var(--color-page-background);
}

.image-text__content .media-actions .button {
  border-radius: 4px;
}

.location__info-box {
  max-width: 24rem;
  padding: 1.5rem;
}

.location__panel {
  background: var(--color-surface);
}

.location__map::after {
  background: rgba(26, 28, 27, 0.18);
}

.person__panel {
  gap: 1rem;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.person__image-wrapper {
  justify-content: flex-start;
}

.person__image {
  width: min(100%, var(--person-image-width, 280px));
  height: auto;
  aspect-ratio: 1 / 1.15;
  border-radius: 4px;
}

.person__tags {
  display: none;
}

.person__content {
  gap: 0.35rem;
}

.person__name {
  font-size: 1rem;
  letter-spacing: 0;
}

.person__role {
  color: var(--color-muted);
  font-size: 0.88rem;
  font-weight: 400;
}

.person__text {
  margin-top: 0.35rem;
}

.faq__item {
  border-radius: 8px;
}

.faq-panel {
  gap: 2.25rem;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.faq-panel__intro {
  justify-items: start;
  gap: 1rem;
  text-align: left;
}

.faq-panel__intro h2 {
  max-width: 11ch;
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.04;
  letter-spacing: 0.01em;
}

.faq-panel__intro p:last-child {
  max-width: 30rem;
}

.faq-search {
  width: min(100%, 32rem);
  margin: 0;
}

.faq-search input {
  min-height: 3rem;
  padding-inline: 2.75rem 1rem;
  border: 1px solid rgba(197, 198, 203, 0.85);
  border-radius: 4px;
  background: #fcfbfa;
  box-shadow: none;
}

.faq-layout {
  gap: 2.5rem;
}

.faq-sidebar {
  gap: 0.85rem;
}

.faq-sidebar--none {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.faq-sidebar--page {
  padding: 0;
  border-radius: 0;
  background: var(--color-page-background);
  box-shadow: none;
}

.faq-sidebar--soft {
  padding: 0;
  border-radius: 0;
  background: var(--color-surface);
  box-shadow: none;
}

.faq-sidebar--strong {
  padding: 0;
  border-radius: 0;
  background: var(--color-surface-strong);
  box-shadow: none;
}

.faq-sidebar--dark {
  padding: 0;
  border-radius: 0;
  background: rgba(24, 28, 33, 0.76);
  color: #ffffff;
  box-shadow: none;
}

.faq-sidebar--light {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: none;
}

.faq-sidebar--solid {
  padding: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: none;
}

.faq-sidebar--tint {
  padding: 0;
  border-radius: 0;
  background: var(--color-primary-soft);
  box-shadow: none;
}

.faq-categories {
  gap: 0.25rem;
}

.faq-categories__button {
  padding: 0.65rem 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--color-muted);
}

.faq-categories__button:hover,
.faq-categories__button:focus-visible,
.faq-categories__button[data-active] {
  background: transparent;
  box-shadow: none;
  color: var(--color-text);
  transform: none;
}

.faq-categories__arrow {
  color: var(--color-muted);
}

.faq-content,
.faq-category {
  gap: 0;
}

.faq-item {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid rgba(229, 229, 229, 0.95);
}

.faq-item:first-child {
  border-top: 1px solid rgba(229, 229, 229, 0.95);
}

.faq-item__toggle {
  padding: 1.35rem 0;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0;
}

.faq-item__icon {
  color: var(--color-muted);
}

.faq-item__answer {
  padding: 0 0 1.35rem;
}

.faq-empty {
  border-radius: 8px;
  background: var(--color-surface-strong);
  border: 1px solid rgba(229, 229, 229, 0.9);
}

.site-footer {
  background: #faf9f8;
  background-image: none;
}

.site-footer .builder-block,
.site-footer .footer-block__card {
  height: auto;
}

.site-footer__layout-grid,
.site-footer__layout-column,
.site-footer__row {
  align-items: start;
  align-content: start;
}

.site-footer__builder-inner,
.site-footer__bar-inner {
  background: #faf9f8;
  background-image: none;
  border: 0;
}

.site-footer__logo {
  height: 1.25rem;
  max-width: 7rem;
}

.site-footer__bar {
  border-top: 0;
}

.site-footer__legal a,
.site-footer__consent-link,
.cookie-banner__privacy-link {
  color: var(--color-text);
}

.site-footer__legal a:hover,
.site-footer__legal a:focus-visible,
.site-footer__consent-link:hover,
.site-footer__consent-link:focus-visible,
.cookie-banner__privacy-link:hover,
.cookie-banner__privacy-link:focus-visible {
  color: var(--color-primary);
}

.cookie-banner__panel {
  border: 1px solid rgba(197, 198, 203, 0.85);
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: none;
}

.cookie-banner__option {
  border-top: 1px solid rgba(229, 229, 229, 0.9);
}

.cookie-banner__state {
  background: #f1f1f1;
}

.cookie-banner__toggle span {
  background: rgba(197, 198, 203, 0.9);
}

.cookie-banner__toggle input:checked + span {
  background: var(--color-primary);
}

@media (min-width: 900px) {
  .site-header__inner {
    position: relative;
    display: flex;
    align-items: center;
    gap: 2rem;
  }

  .site-nav {
    position: static;
    inset: auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .site-nav nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }

  .site-nav__list {
    display: flex;
    align-items: center;
    gap: 1.4rem;
    justify-content: center;
  }

  .site-nav__list a.is-active,
  .site-nav__list a[aria-current="page"] {
    position: relative;
  }

  .site-nav__list a.is-active::after,
  .site-nav__list a[aria-current="page"]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.45rem;
    height: 1px;
    background: currentColor;
  }

  .site-nav__meta {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.85rem;
  }

  .article-media__panel {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
  }

  .article-media--image-left {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }

  .faq-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: start;
  }

  .nav-toggle {
    display: none;
  }
}
