:root {
  --gold: #d49b27;
  --gold-dark: #91661c;
  --cream: #fff7df;
  --ink: #30251a;
  --muted: #705f4b;
  --rose: #b94e63;
  --green: #2f6f5d;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(255, 247, 223, .9), rgba(246, 228, 178, .78)),
    radial-gradient(circle at top left, rgba(185, 78, 99, .18), transparent 30rem),
    #e7cf91;
  min-height: 100vh;
}

a {
  color: #7a4d00;
  text-decoration-thickness: .08em;
  text-underline-offset: .18em;
}

.site-shell {
  position: relative;
  overflow: hidden;
}

.side-trim {
  position: fixed;
  left: 0;
  top: 5rem;
  width: clamp(58px, 8vw, 112px);
  height: min(76vh, 620px);
  background: url("assets/knopf-leiste.jpg") center top / contain no-repeat;
  opacity: .38;
  pointer-events: none;
  filter: drop-shadow(0 1rem 1.7rem rgba(48, 37, 26, .22));
}

.navbar {
  background: rgba(255, 247, 223, .94);
  border-bottom: 1px solid rgba(145, 102, 28, .18);
  box-shadow: 0 .55rem 2rem rgba(48, 37, 26, .08);
}

.navbar-brand .navbar-item {
  font-weight: 800;
  letter-spacing: .02em;
}

.brand-dot {
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .55rem;
  border-radius: 999px;
  color: #fff7df;
  background: linear-gradient(135deg, var(--gold), var(--rose));
  box-shadow: inset 0 0 0 .25rem rgba(255, 255, 255, .28);
}

.hero.is-knopf {
  position: relative;
  min-height: 74vh;
  background:
    linear-gradient(90deg, rgba(35, 25, 17, .72), rgba(35, 25, 17, .28)),
    url("assets/schaufenster.jpg") center / cover no-repeat;
}

.hero.is-knopf .title,
.hero.is-knopf .subtitle {
  color: #fffaf0;
  text-shadow: 0 .12rem .6rem rgba(0, 0, 0, .35);
}

.hero-card {
  max-width: 680px;
}

.eyebrow {
  display: inline-flex;
  gap: .45rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .42rem .78rem;
  border-radius: 999px;
  color: #fff7df;
  background: rgba(145, 102, 28, .72);
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.section-panel {
  background: rgba(255, 247, 223, .78);
  border-block: 1px solid rgba(145, 102, 28, .16);
}

.box,
.card,
.message {
  border-radius: 8px;
  box-shadow: 0 .7rem 2.2rem rgba(48, 37, 26, .11);
}

.feature-image {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 .8rem 2.2rem rgba(48, 37, 26, .18);
}

.product-card {
  height: 100%;
  border: 1px solid rgba(145, 102, 28, .16);
  background: rgba(255, 255, 255, .78);
}

.product-card .icon {
  color: var(--rose);
}

.warm-band {
  background:
    linear-gradient(135deg, rgba(212, 155, 39, .92), rgba(145, 102, 28, .88)),
    url("assets/knoepfe-regal.png") center / cover;
  background-blend-mode: multiply;
  color: #fff7df;
}

.warm-band .title,
.warm-band .subtitle {
  color: #fff7df;
}

.press-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.press-card .tag {
  width: fit-content;
}

.map-card {
  min-height: 320px;
  background:
    linear-gradient(135deg, rgba(255, 247, 223, .86), rgba(255, 247, 223, .72)),
    repeating-linear-gradient(30deg, rgba(145, 102, 28, .22) 0 8px, transparent 8px 48px);
  border: 1px solid rgba(145, 102, 28, .18);
}

.route-line {
  height: 8px;
  border-radius: 999px;
  background: var(--gold-dark);
  transform-origin: left center;
}

.footer {
  background: #30251a;
  color: #fff7df;
}

.footer a {
  color: #ffe2a0;
}

@media (max-width: 768px) {
  .side-trim {
    display: none;
  }

  .hero.is-knopf {
    min-height: 66vh;
  }

  .hero-card {
    padding-top: 2rem;
  }
}
