:root {
  --paper: #f3ead8;
  --paper-2: #e8dcc4;
  --ink: #14110e;
  --muted: #5b5348;
  --burgundy: #6b1c28;
  --burgundy-deep: #4a1018;
  --gold: #9a7b3c;
  --rule: #c9b48a;
  --display: "Cinzel", "Times New Roman", serif;
  --sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --max: 68rem;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1.05rem;
  line-height: 1.55;
  padding-bottom: 5.5rem;
  background-image:
    linear-gradient(180deg, rgba(20, 17, 14, 0.03), transparent 18%),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 31px,
      rgba(155, 123, 60, 0.08) 31px,
      rgba(155, 123, 60, 0.08) 32px
    );
}

a {
  color: inherit;
}

:focus-visible {
  outline: 3px solid var(--burgundy);
  outline-offset: 3px;
}

.skip {
  position: absolute;
  left: 1rem;
  top: -3rem;
  z-index: 8;
  padding: 0.5rem 0.8rem;
  background: var(--ink);
  color: var(--paper);
  text-decoration: none;
}

.skip:focus {
  top: 1rem;
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.mast {
  border-bottom: 2px solid var(--ink);
}

.mast-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
}

.mast-tools {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.lang {
  display: flex;
  border: 1px solid var(--ink);
}

.lang-btn {
  -webkit-appearance: none;
  appearance: none;
  min-height: 2.5rem;
  min-width: 2.6rem;
  padding: 0 0.7rem;
  border: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0;
}

.lang-btn[aria-pressed="true"] {
  background: var(--ink);
  color: var(--paper);
}

.wordmark {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
}

.seal {
  width: 2.6rem;
  height: 2.6rem;
  flex: none;
}

.seal polygon {
  fill: var(--burgundy);
}

.seal text {
  fill: var(--paper);
  font-family: var(--display);
  font-size: 22px;
  font-weight: 700;
}

.wm-name,
.wm-place {
  display: block;
}

.wm-name {
  font-family: var(--display);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 1rem;
}

.wm-place {
  color: var(--muted);
  font-size: 0.78rem;
}

.btn,
.dock-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  min-height: 3rem;
  padding: 0.65rem 1.15rem;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-family: var(--sans);
  font-weight: 600;
  letter-spacing: 0.04em;
}

.btn:link,
.btn:visited,
.dock-btn:link,
.dock-btn:visited {
  text-decoration: none;
}

.btn-primary {
  background: var(--burgundy);
  border-color: var(--burgundy);
  color: #fff8ee;
}

.btn-primary:hover {
  background: var(--burgundy-deep);
}

.btn-dark {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.btn-dark:hover {
  background: var(--burgundy);
  border-color: var(--burgundy);
}

.btn-ghost {
  background: transparent;
}

.btn-ghost:hover {
  background: var(--paper-2);
}

.hero {
  padding: 4.5rem 0 3.5rem;
}

.rule-label {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 0 1rem;
  color: var(--burgundy);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.rule-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--rule);
}

.hero h1,
.preise h2,
.lage h2 {
  margin: 0;
  font-family: var(--display);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0.02em;
}

.hero h1 {
  max-width: 16ch;
  font-size: clamp(2.6rem, 8vw, 5.4rem);
}

.lede {
  max-width: 38rem;
  margin: 1.3rem 0 1.6rem;
  color: var(--muted);
  font-size: 1.15rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.rating {
  margin: 1.8rem 0 0;
  color: var(--muted);
}

.rating b {
  font-family: var(--display);
  font-size: 1.6rem;
  color: var(--ink);
  margin-right: 0.4rem;
}

.preise {
  padding: 1rem 0 3.5rem;
}

.preise h2 {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  margin-bottom: 1.4rem;
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 2px solid var(--ink);
}

.price-list li {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--rule);
}

.price-name {
  font-size: 1.15rem;
}

.price-sum {
  font-family: var(--display);
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1;
}

.lage {
  padding: 0 0 0;
}

.lage-copy {
  padding-bottom: 1.6rem;
}

address {
  font-style: normal;
  margin: 1rem 0;
}

.lage-note {
  color: var(--muted);
  max-width: 32rem;
}

.map-frame {
  display: block;
  width: 100%;
  max-width: 100%;
  height: min(70vw, 420px);
  min-height: 320px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--ink);
  background: var(--paper-2);
}

.map-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.55rem 0.8rem calc(0.55rem + env(safe-area-inset-bottom));
  background: var(--ink);
}

.dock-btn {
  min-height: 3rem;
  padding: 0.6rem 0.8rem;
}

.dock-call {
  background: var(--paper);
  color: var(--ink);
}

.dock-wa {
  background: var(--burgundy);
  color: #fff8ee;
}

.colophon {
  background: var(--ink);
  color: #d7ccb6;
  font-size: 0.82rem;
}

.colophon-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.1rem 0;
}

.colophon p {
  margin: 0;
}

@media (max-width: 720px) {
  .mast-row .btn-dark {
    display: none;
  }

  .map-frame {
    min-height: 320px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
