:root {
  --bg: #101715;
  --bg-soft: #f5f0e7;
  --surface: #fffaf1;
  --text: #1c211d;
  --muted: #645b4e;
  --light: #fff8ec;
  --line: rgba(28, 33, 29, 0.14);
  --line-light: rgba(255, 248, 236, 0.2);
  --gold: #d7a94f;
  --green: #2f5b41;
  --red: #c94a2f;
  --red-dark: #a93925;
  --whatsapp: #1fa855;
  --whatsapp-dark: #168744;
  --radius: 8px;
  --shadow: 0 20px 45px rgba(27, 23, 17, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  background: var(--bg-soft);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  background: var(--bg-soft);
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  padding: 10px 14px;
  background: var(--light);
  color: var(--text);
  border-radius: 6px;
}

.skip-link:focus {
  top: 16px;
}

.wrap {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2.5vw, 30px);
  min-height: 86px;
  padding: 16px clamp(20px, 5vw, 58px);
  border-bottom: 1px solid var(--line-light);
  background: rgba(13, 19, 17, 0.9);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--gold);
  text-decoration: none;
}

.brand__mark {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(215, 169, 79, 0.55);
  border-radius: 50%;
  background: #fffaf1;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.brand__mark img {
  width: 52px;
  height: 52px;
  object-fit: cover;
}

.brand__text {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.45rem, 2.4vw, 2.05rem);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 2.4vw, 30px);
  margin-left: auto;
  color: var(--light);
  font-weight: 750;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:hover {
  color: var(--gold);
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(215, 169, 79, 0.45);
  border-radius: 999px;
  color: var(--light);
  background: rgba(255, 248, 236, 0.06);
  font-size: 0.95rem;
  font-weight: 850;
  text-decoration: none;
  white-space: nowrap;
}

.header-phone svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-phone:hover {
  color: var(--gold);
  background: rgba(255, 248, 236, 0.1);
}

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  color: var(--light);
}

.hero--sub {
  min-height: 58vh;
}

.hero--compact,
.hero--legal {
  min-height: 46vh;
  background:
    radial-gradient(circle at 12% 20%, rgba(215, 169, 79, 0.12), transparent 30%),
    linear-gradient(135deg, #101715 0%, #1f3d2c 100%);
}

.hero--legal {
  min-height: 40vh;
}

.hero__image,
.hero__shade {
  position: absolute;
  inset: 0;
}

.hero__image {
  z-index: -3;
  background-image: url("/assets/img/lahmer-frosch.jpg");
  background-image: image-set(url("/assets/img/lahmer-frosch.webp") type("image/webp"), url("/assets/img/lahmer-frosch.jpg") type("image/jpeg"));
  background-position: center;
  background-size: cover;
}

.hero--feiern .hero__image {
  background-image: url("/assets/img/deko.jpg");
  background-image: image-set(url("/assets/img/deko.webp") type("image/webp"), url("/assets/img/deko.jpg") type("image/jpeg"));
}

.hero--ausschank .hero__image {
  background-image: url("/assets/img/theke.jpg");
  background-image: image-set(url("/assets/img/theke.webp") type("image/webp"), url("/assets/img/theke.jpg") type("image/jpeg"));
}

.hero--toiletten .hero__image {
  background-image: url("/assets/img/toilettenwagen-hero.png");
  background-image: image-set(url("/assets/img/toilettenwagen-hero.webp") type("image/webp"), url("/assets/img/toilettenwagen-hero.png") type("image/png"));
}

.hero--kontakt .hero__image {
  background-image: url("/assets/img/biergarten.jpg");
  background-image: image-set(url("/assets/img/biergarten.webp") type("image/webp"), url("/assets/img/biergarten.jpg") type("image/jpeg"));
}

.hero__shade {
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 18, 16, 0.95) 0%, rgba(12, 18, 16, 0.78) 36%, rgba(12, 18, 16, 0.28) 78%),
    linear-gradient(0deg, rgba(12, 18, 16, 0.45), rgba(12, 18, 16, 0));
}

.hero__content {
  width: min(820px, calc(100% - 40px));
  margin-left: clamp(20px, 5vw, 58px);
  padding-top: 112px;
  padding-bottom: 42px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  line-height: 1.08;
}

h1 {
  max-width: 14ch;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 5.8vw, 5.4rem);
  letter-spacing: 0;
}

.hero--sub h1 {
  max-width: 14ch;
  font-size: clamp(2.35rem, 5vw, 4rem);
}

.hero--compact h1,
.hero--legal h1 {
  max-width: 18ch;
  font-size: clamp(2.15rem, 4.4vw, 3.45rem);
  overflow-wrap: anywhere;
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  letter-spacing: 0;
}

.content-block h2,
.legal h2 {
  font-size: clamp(1.55rem, 2.7vw, 2.35rem);
}

h3 {
  font-size: 1.25rem;
}

.lead {
  max-width: 700px;
  margin: 24px 0 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  color: rgba(255, 248, 236, 0.92);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.actions--center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: var(--radius);
  font-weight: 850;
  text-decoration: none;
}

.button--primary {
  background: var(--red);
  color: #fff;
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--outline {
  border-color: var(--gold);
  color: var(--light);
  background: rgba(12, 18, 16, 0.22);
}

.button--outline-dark {
  border-color: var(--green);
  color: var(--green);
  background: transparent;
}

.button--whatsapp {
  border-color: var(--whatsapp);
  color: #fff;
  background: var(--whatsapp);
}

.button--whatsapp:hover {
  border-color: var(--whatsapp-dark);
  background: var(--whatsapp-dark);
}

.button--light {
  margin-top: 30px;
}

.band {
  padding: 34px 0;
}

.notice {
  background: var(--green);
  color: var(--light);
}

.notice h2 {
  font-size: clamp(1.7rem, 3vw, 2.4rem);
}

.notice__grid {
  display: grid;
  grid-template-columns: minmax(240px, 0.8fr) 1.2fr;
  gap: 28px;
  align-items: center;
}

.notice p:last-child {
  margin: 0;
  color: rgba(255, 248, 236, 0.9);
  font-size: 1.08rem;
}

.section {
  padding: clamp(64px, 8vw, 110px) 0;
}

.section--soft {
  background: var(--surface);
}

.section--dark {
  color: var(--light);
  background: var(--bg);
}

.intro-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(30px, 6vw, 90px);
}

.text-block p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 1.1rem;
}

.section-head {
  max-width: 740px;
  margin-bottom: 34px;
}

.section-head p {
  color: var(--muted);
  font-size: 1.08rem;
}

.section-head--light p {
  color: rgba(255, 248, 236, 0.82);
}

.cards {
  display: grid;
  gap: 22px;
}

.cards--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  overflow: hidden;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.card__body {
  padding: 22px;
}

.card__body p {
  color: var(--muted);
}

.card__body a,
.text-link {
  color: var(--green);
  font-weight: 850;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
}

.split p {
  color: var(--muted);
  font-size: 1.08rem;
}

.image-stack {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 16px;
  align-items: end;
}

.image-stack img {
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.image-stack img:nth-child(2) {
  margin-bottom: -34px;
}

.image-stack--single {
  grid-template-columns: 1fr;
}

.image-stack--single img {
  aspect-ratio: 16 / 10;
}

.reviews {
  text-align: left;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.review-card {
  padding: 24px;
  border: 1px solid var(--line-light);
  border-radius: var(--radius);
  background: rgba(255, 248, 236, 0.06);
}

.stars {
  color: var(--gold);
  letter-spacing: 0;
  font-size: 1.1rem;
}

.review-card p {
  color: rgba(255, 248, 236, 0.92);
}

.review-card span {
  color: rgba(255, 248, 236, 0.66);
  font-size: 0.95rem;
}

.region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
  padding: 0;
  list-style: none;
}

.region-list li {
  padding: 9px 13px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(255, 250, 241, 0.74);
  font-weight: 750;
}

.region-list a {
  color: inherit;
  text-decoration: none;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.faq-item {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}

.faq-item h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
}

.faq-item p {
  margin: 0;
  color: var(--muted);
}

.cta {
  max-width: 760px;
  text-align: center;
}

.cta p {
  color: var(--muted);
  font-size: 1.1rem;
}

.site-footer {
  padding: 46px 0;
  color: var(--light);
  background: #0b100f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.2fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.footer-column > strong {
  color: var(--gold);
  font-size: 0.95rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.footer-grid p {
  margin: 0;
  color: rgba(255, 248, 236, 0.72);
}

.footer-links {
  display: grid;
  gap: 9px;
  justify-items: start;
}

.partner-links {
  display: grid;
  gap: 6px;
}

.partner-links a {
  display: block;
  color: rgba(255, 248, 236, 0.44);
  font-size: 0.82rem;
  line-height: 1.32;
  text-decoration: none;
}

.partner-links span {
  display: block;
  color: rgba(255, 248, 236, 0.68);
  font-size: 0.86rem;
  font-weight: 700;
}

.footer-links a {
  color: rgba(255, 248, 236, 0.86);
  font-weight: 700;
  text-decoration: none;
}

.partner-links a:hover,
.footer-links a:hover {
  color: var(--gold);
}

.footer-region {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-region li {
  color: rgba(255, 248, 236, 0.7);
  font-size: 0.9rem;
}

.footer-region a {
  color: inherit;
  text-decoration: none;
}

.footer-region a:hover {
  color: var(--gold);
}

.form {
  display: grid;
  gap: 16px;
  padding: 26px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  font: inherit;
  background: #fff;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.form-legal {
  margin: 4px 0 0;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.form-legal a {
  color: var(--green);
  font-weight: 750;
}

.honeypot {
  display: none;
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border: 1px solid rgba(255, 248, 236, 0.28);
  border-radius: 999px;
  color: #fff;
  background: var(--whatsapp);
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
  font-size: 0.92rem;
  font-weight: 850;
  text-decoration: none;
}

.whatsapp-float:hover {
  background: var(--whatsapp-dark);
}

.legal {
  max-width: 840px;
}

.legal h2 {
  margin-top: 34px;
}

.legal h2:first-child {
  margin-top: 0;
}

.legal p,
.legal li {
  color: var(--muted);
}

.page-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}

.content-block {
  display: grid;
  gap: 18px;
}

.content-block p {
  margin: 0;
  color: var(--muted);
  font-size: 1.06rem;
}

.region-visual {
  margin: 4px 0 8px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 14px 34px rgba(27, 23, 17, 0.1);
}

.region-visual img {
  width: 100%;
  aspect-ratio: 5 / 3;
  object-fit: contain;
  background: #fffaf1;
}

.region-visual figcaption {
  padding: 12px 14px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

.check-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  padding: 12px 14px;
  border-left: 4px solid var(--gold);
  border-radius: 6px;
  background: #fff;
  color: var(--text);
  font-weight: 700;
}

.small-section {
  padding-top: 0;
}

.success-box {
  max-width: 760px;
  padding: 28px;
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .main-nav {
    width: 100%;
    margin-left: 0;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-phone {
    min-height: 38px;
    padding-inline: 12px;
  }

  .hero__content {
    padding-top: 148px;
  }

  .notice__grid,
  .intro-grid,
  .split,
  .page-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-column:nth-child(2) {
    order: 1;
  }

  .footer-column:nth-child(3) {
    order: 2;
  }

  .footer-column:nth-child(1) {
    order: 3;
  }

  .cards--three,
  .review-grid,
  .faq-grid,
  .partner-links {
    grid-template-columns: 1fr;
  }

  .image-stack img:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .wrap {
    width: calc(100% - 32px);
  }

  .site-header {
    gap: 12px;
    padding-inline: 16px;
  }

  .brand__mark {
    width: 46px;
    height: 46px;
  }

  .brand__mark img {
    width: 46px;
    height: 46px;
  }

  .brand__text {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
  }

  .main-nav {
    flex-wrap: wrap;
    gap: 8px 16px;
    overflow: visible;
    font-size: 0.92rem;
  }

  .hero {
    min-height: 100svh;
  }

  .hero--sub {
    min-height: 62svh;
  }

  .hero--compact {
    min-height: 66svh;
  }

  .hero--legal {
    min-height: 48svh;
  }

  .hero__image {
    background-position: 56% center;
  }

  .hero__shade {
    background: linear-gradient(90deg, rgba(12, 18, 16, 0.96), rgba(12, 18, 16, 0.78) 70%, rgba(12, 18, 16, 0.48));
  }

  .hero__content {
    width: calc(100% - 32px);
    margin-left: 16px;
  }

  h1 {
    max-width: 100%;
    font-size: clamp(2rem, 9.8vw, 2.85rem);
  }

  .actions,
  .form-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero--home .button--whatsapp {
    display: none;
  }

  .whatsapp-float {
    display: inline-flex;
  }

  .image-stack {
    grid-template-columns: 1fr;
  }
}
