.transition {
  transition: all 0.2s ease-in-out 0s;
}
* {
  box-sizing: border-box;
}
.msg {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 1em;
  border-left: 0.1em solid;
}
.msg p {
  margin: 0;
}
.msg-grey {
  background: #f9f9f9;
  color: #808080;
  border-color: #808080;
}
.msg-red {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
.msg-blue {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
}
.msg-green {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
.msg-yellow {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
.msg-orange {
  background: #e65c00;
  color: #fff;
  border-color: #cc5200;
}
.text-left {
  text-align: left;
}
.text-center,
.ce-headline-center {
  text-align: center;
}
footer > [class*="wide"],
header [class*="wide"],
section > [class*="wide"],
article > [class*="wide"],
section > div > [class*="wide"] {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
.mw-wide {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}
footer > [class*="middle"],
header [class*="middle"],
section > [class*="middle"],
article > [class*="middle"],
section > div > [class*="middle"] {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.mw-middle {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
footer > [class*="normal"],
header > [class*="normal"],
section > [class*="normal"],
article > [class*="normal"],
section > div > [class*="normal"] {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.mw-normal {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
header > [class*="small"],
section > [class*="small"],
article > [class*="small"],
section > div > [class*="small"] {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.mw-small {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 48em) {
  .md\:mw-none {
    max-width: none;
  }
}
body h1 {
  font-family: 'Inter', sans-serif;
  font-size: 4em;
  color: #D4722C;
  margin-bottom: 0.25em;
  font-weight: 700;
  line-height: 1em;
}
body h2 {
  color: #D4722C;
  font-family: 'Inter', sans-serif;
  font-size: 3em;
  font-weight: normal;
  margin: 0.5em 0;
  line-height: 1em;
  font-weight: 700;
}
body h3 {
  color: #D4722C;
  font-family: 'Inter', sans-serif;
  font-size: 2em;
  margin: 0.6em 0;
  padding: 0;
  font-weight: normal;
  line-height: 1em;
  font-weight: 700;
}
body h4 {
  color: #000;
  font-family: 'Inter', sans-serif;
  font-size: 1.5em;
  margin: 0.75em 0;
  padding: 0;
  font-weight: normal;
  line-height: 1em;
  font-weight: 400;
}
body a {
  color: #D4722C;
}
body a:hover {
  color: #6b3916;
  text-decoration: none;
}
body,
html {
  height: 100%;
  margin: 0;
  position: relative;
}
body {
  color: #4a4a4a;
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  font-size: 1em;
}
p,
pre {
  width: 100%;
  display: block;
}
section,
footer {
  float: left;
  width: 100%;
  position: relative;
}
b,
strong {
  font-weight: 700;
}
img {
  border: none;
  max-width: 100%;
  display: block;
  height: auto;
}
header {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0 2.5%;
}
body figure {
  margin: 0;
}
/* ─── Brand button (green pill) ─────────────────────────────────────────── */
.btn-primary {
  display: inline-block;
  background: #5C7A1F;
  color: #fff;
  padding: 0.7em 1.6em;
  border-radius: 9999px;
  font-weight: 600;
  font-size: 0.95em;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-primary:hover {
  background: #4A6318;
  color: #fff;
}
/* ─── Kontakt section ───────────────────────────────────────────────────── */
.kontakt-logo {
  height: 2.75em;
  width: auto;
  display: block;
}
.kontakt-notch {
  position: absolute;
  left: 50%;
  bottom: -1.5em;
  transform: translateX(-50%);
  width: 4.5em;
  height: 3em;
  background: #000;
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
/* ─── Contact card ──────────────────────────────────────────────────────── */
.contact-card {
  display: grid;
  grid-template-columns: 7em 1fr;
  max-width: 26em;
  box-shadow: 0 0.1em 0.6em rgba(0, 0, 0, 0.04);
}
@media (min-width: 30em) {
  .contact-card {
    grid-template-columns: 9em 1fr;
  }
}
.contact-card__divider {
  width: 1px;
  height: 1.4em;
  background: #d1d5db;
}
.contact-card__action {
  transition: color 0.2s ease;
}
.contact-card__action:hover {
  color: #5C7A1F;
}
.contact-card__body {
  min-width: 0;
  word-wrap: break-word;
}
/* ─── Footer ────────────────────────────────────────────────────────────── */
.site-footer {
  padding-top: 2em;
}
.site-footer__logo {
  filter: brightness(0) invert(1);
}
.site-footer__link {
  display: inline-block;
  margin: 0 0.85em;
  color: #9ca3af;
  font-size: 0.85em;
  text-decoration: none;
}
.site-footer__link:hover {
  color: #fff;
}
.back-to-top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.back-to-top:hover {
  background: #fff;
  color: #000;
}
/* ─── Hero interactive blocks ───────────────────────────────────────────── */
.hero-svg {
  pointer-events: none;
  overflow: visible;
}
.hero-block {
  cursor: pointer;
  pointer-events: auto;
}
.hero-block path {
  fill: transparent;
  stroke: transparent;
  stroke-width: 3;
  stroke-linejoin: round;
  stroke-linecap: round;
  transition: fill 0.3s ease, stroke 0.3s ease;
}
.hero-svg--hint .hero-block path {
  animation: hero-block-hint 2.8s ease-in-out infinite;
}
.hero-svg--hint .hero-block:nth-of-type(2) path {
  animation-delay: 0.2s;
}
.hero-svg--hint .hero-block:nth-of-type(3) path {
  animation-delay: 0.4s;
}
.hero-svg--hint .hero-block:nth-of-type(4) path {
  animation-delay: 0.6s;
}
.hero-svg--hint .hero-block:nth-of-type(5) path {
  animation-delay: 0.8s;
}
.hero-block__label {
  fill: #000;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.2;
  pointer-events: none;
}
.hero-block:hover path,
.hero-block:focus path,
.hero-block:focus-visible path {
  fill: rgba(255, 255, 255, 0.5);
  stroke: #5C7A1F;
}
.hero-block:focus {
  outline: none;
}
@keyframes hero-block-hint {
  0%,
  100% {
    fill: transparent;
    stroke: transparent;
  }
  45%,
  55% {
    fill: rgba(255, 255, 255, 0.4);
    stroke: #5C7A1F;
  }
}
/* Hide SVG labels on small screens — they are illegible at that scale.
   Same content is shown via the .hero-accordion below the hero. */
@media (max-width: 47.99em) {
  .hero-block__label {
    display: none;
  }
}
/* ─── Hero accordion (mobile) ───────────────────────────────────────────── */
.hero-accordion__item + .hero-accordion__item {
  border-top: 1px solid #e5e7eb;
}
.hero-accordion__item {
  border: 1px solid #e5e7eb;
  border-radius: 0.75em;
  background: #fff;
  margin-top: 0.5em;
  overflow: hidden;
}
.hero-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  background: none;
  border: 0;
  padding: 1em 1.1em;
  font-family: 'Inter', sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #000;
  text-align: left;
  cursor: pointer;
}
.hero-accordion__icon {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  position: relative;
  transition: transform 0.25s ease;
}
.hero-accordion__icon::before,
.hero-accordion__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.75em;
  height: 2px;
  background: #5C7A1F;
  transform: translate(-50%, -50%);
}
.hero-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease;
}
.hero-accordion__item[open] .hero-accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
.hero-accordion__panel {
  padding: 0 1.1em 1.1em;
  color: #374151;
  font-size: 0.95em;
  line-height: 1.55;
  display: none;
}
.hero-accordion__item[open] .hero-accordion__panel {
  display: block;
}
/* ─── Hero modal ────────────────────────────────────────────────────────── */
.hero-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
}
.hero-modal[hidden] {
  display: none;
}
.hero-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  animation: hero-modal-fade 0.2s ease;
}
.hero-modal__dialog {
  position: relative;
  background: #fff;
  border-radius: 1em;
  max-width: 32em;
  width: 100%;
  padding: 4em 2em 1.75em 2em;
  box-shadow: 0 1em 3em rgba(0, 0, 0, 0.2);
  animation: hero-modal-pop 0.25s ease;
}
.hero-modal__close {
  position: absolute;
  top: 0.5em;
  right: 0.75em;
  background: none;
  border: 0;
  font-size: 2em;
  line-height: 1;
  color: #6b7280;
  cursor: pointer;
  padding: 0.1em 0.4em;
}
.hero-modal__close:hover {
  color: #000;
}
.hero-modal__title {
  font-family: 'Inter', sans-serif;
  color: #5C7A1F;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.6em;
}
.hero-modal__body {
  color: #374151;
  font-size: 0.95em;
  line-height: 1.55;
}
@keyframes hero-modal-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hero-modal-pop {
  from {
    opacity: 0;
    transform: translateY(0.5em) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
html.touch * {
  text-rendering: optimizeSpeed;
}
blockquote {
  font-family: 'Inter', sans-serif;
  font-size: 1.1em;
  font-style: italic;
  color: #F5F0E6;
  border-left: 0.25em solid #D4722C;
  padding-left: 1.25em;
  margin-top: 1.9em;
  margin-left: 0;
  margin-right: 0;
  border-radius: 0.35em;
}
/* Buttons */
.btn {
  display: inline-block;
  border: 0.1em solid #D4722C;
  color: #F5F0E6;
  background: #D4722C;
  padding: 0.95em 2.5em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: none;
  border-radius: 3em;
  transition: all 0.2s ease-in-out 0s;
}
