:root {
  --ink: #273029;
  --muted: #687169;
  --mint: #dcebdc;
  --mint-deep: #567461;
  --cream: #f7f3ea;
  --paper: #fffdf8;
  --brown: #4a3023;
  --line: #dfe4dc;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
button, input, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
.lang-en { display: none !important; }
html[lang="en"] .lang-de { display: none !important; }
html[lang="en"] .lang-en { display: revert !important; }
.skip-link { position: fixed; left: 14px; top: 14px; z-index: 200; padding: 11px 15px; background: white; color: var(--ink); border-radius: 3px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
body.modal-open { overflow: hidden; }

.contact-strip { background: #26382e; color: #f5f8f5; min-height: 48px; display: flex; align-items: center; }
.contact-strip-inner { width: 100%; padding: 6px 5vw; display: flex; align-items: center; justify-content: flex-end; gap: clamp(18px, 3vw, 44px); font-size: 12px; font-weight: 700; }
.contact-strip a, .contact-strip-inner > span { display: inline-flex; align-items: center; gap: 7px; }
.contact-strip a:hover { color: #dcebdc; }
.contact-strip .strip-address { margin-right: auto; }
.hours-status { min-height: 36px; padding: 5px 12px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; background: rgba(255,255,255,.07); }
.status-light { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; }
.hours-status.is-open .status-light, .open-chip.is-open i { background: #75dd91; box-shadow: 0 0 0 5px rgba(117,221,145,.13), 0 0 15px rgba(117,221,145,.72); }
.hours-status.is-closed .status-light, .open-chip.is-closed i { background: #ff6666; box-shadow: 0 0 0 5px rgba(255,102,102,.13), 0 0 15px rgba(255,102,102,.7); }
.status-copy { display: grid; gap: 1px; line-height: 1.15; }
.status-copy strong { font-size: 11px; }
.status-copy small { color: rgba(255,255,255,.68); font-size: 9px; font-weight: 600; }
.site-header { height: 82px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; background: rgba(255,253,248,.96); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(74,48,35,.08); backdrop-filter: blur(14px); }
.brand { display: flex; align-items: center; gap: 10px; font-family: Georgia, serif; font-size: 21px; color: var(--brown); white-space: nowrap; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand b { display: block; font-family: Arial, sans-serif; font-size: 10px; letter-spacing: .36em; text-transform: uppercase; margin-top: 2px; }
.nav { display: flex; align-items: center; gap: clamp(18px, 2.8vw, 42px); font-size: 14px; font-weight: 700; }
.nav a { padding: 30px 0; position: relative; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--mint-deep); transition: .25s; }
.nav a:hover::after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 16px; }
.lang, .menu-toggle { border: 0; background: none; color: var(--ink); cursor: pointer; }
.lang { font-size: 12px; display: flex; gap: 5px; }
.lang span { color: #a9afa9; }
.menu-toggle { display: none; font-size: 25px; }
.lang:focus-visible, .menu-toggle:focus-visible, .footer-bottom button:focus-visible, .modal-close:focus-visible { outline: 3px solid #7da18a; outline-offset: 4px; }

.hero { min-height: calc(100svh - 82px); position: relative; display: grid; align-items: center; overflow: hidden; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center 54%; }
.hero-overlay { background: linear-gradient(90deg, rgba(24,29,25,.82) 0%, rgba(24,29,25,.57) 48%, rgba(24,29,25,.08) 82%); }
.hero-content { position: relative; z-index: 2; width: min(760px, 88vw); margin-left: 8vw; padding: 80px 0 115px; color: white; }
.eyebrow { margin: 0 0 18px; color: var(--mint-deep); text-transform: uppercase; letter-spacing: .24em; font-size: 11px; font-weight: 800; }
.eyebrow.light { color: #d9e8da; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.035em; margin: 0; }
h1 { font-size: clamp(50px, 6.3vw, 92px); line-height: .99; max-width: 780px; }
h2 { font-size: clamp(40px, 4.5vw, 66px); line-height: 1.04; }
.hero-copy { max-width: 600px; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; color: rgba(255,255,255,.88); margin: 26px 0 34px; }
.hero-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; padding: 0 24px; border-radius: 4px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; font-weight: 800; font-size: 13px; border: 1px solid transparent; cursor: pointer; }
.button.primary { background: var(--mint); color: #27392d; }
.button.primary:hover { background: #c9dfca; }
.button.ghost { border-color: rgba(255,255,255,.65); color: white; }
.button.ghost:hover { background: white; color: var(--ink); }
.open-chip { display: flex; align-items: center; gap: 8px; position: absolute; bottom: 36px; left: 0; font-size: 13px; }
.open-chip i { width: 9px; height: 9px; border-radius: 50%; }
.open-chip strong { margin-left: 8px; }
.scroll-cue { position: absolute; z-index: 3; bottom: 28px; right: 5vw; color: white; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; display: grid; place-items: center; }

.section { padding: 110px max(6vw, 24px); }
.about { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(50px, 8vw, 130px); max-width: 1500px; margin: auto; }
.about-copy > p:not(.eyebrow), .section-heading > p, .contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: 17px; line-height: 1.8; }
.about-copy h2 { margin-bottom: 26px; }
.feature-list { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 22px; }
.feature-list span { display: flex; align-items: center; gap: 9px; font-size: 13px; font-weight: 800; }
.feature-list b { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--mint-deep); }
.about-photo {
  position: relative;
  aspect-ratio: 4 / 3;
  min-width: 0;
}
.about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 68%;
}
.photo-note { position: absolute; left: -36px; bottom: -28px; width: 185px; min-height: 130px; background: var(--mint); padding: 25px; display: flex; flex-direction: column; justify-content: space-between; }
.photo-note b { font-size: 11px; letter-spacing: .3em; }
.photo-note span { font-family: Georgia, serif; font-size: 20px; line-height: 1.2; }

.offer, .gallery-section { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; max-width: 1400px; margin: 0 auto 52px; }
.section-heading > p { margin: 0; max-width: 520px; justify-self: end; }
.section-heading.compact { display: block; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1400px; margin: auto; }
.category-card { min-height: 300px; position: relative; overflow: hidden; color: white; padding: 28px; display: flex; flex-direction: column; justify-content: end; }
.category-card img, .category-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.category-card img { object-fit: cover; transition: transform .5s; }
.category-card:hover img { transform: scale(1.04); }
.category-shade { background: linear-gradient(0deg, rgba(25,28,25,.82), rgba(25,28,25,.03) 70%); }
.category-card > *:not(img):not(.category-shade) { position: relative; }
.category-icon { width: 38px; height: 38px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.92); color: var(--brown); margin-bottom: 14px; }
.category-card h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; }
.category-card p { margin: 6px 0 0; font-size: 12px; color: rgba(255,255,255,.72); }

.gallery-section { padding-top: 30px; }
.gallery-grid { max-width: 1400px; margin: auto; display: grid; grid-template-columns: 1.15fr .85fr 1fr; grid-template-rows: 280px 280px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; margin: 0; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: .45s; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item figcaption { position: absolute; left: 15px; bottom: 15px; background: rgba(255,253,248,.9); padding: 9px 12px; font-size: 12px; font-weight: 700; }
.g1 { grid-row: 1 / 3; }
.g4 { grid-column: 3; grid-row: 1 / 3; }

.reviews { background: #31473a; color: white; }
.reviews-inner { max-width: 1400px; margin: auto; text-align: center; }
.reviews-copy { max-width: 680px; margin: 28px auto 34px; color: rgba(255,255,255,.76); font-size: 17px; line-height: 1.75; }
.light-link { color: white !important; border-color: rgba(255,255,255,.45) !important; }

.visit { max-width: 1500px; margin: auto; }
.visit-heading { text-align: center; margin-bottom: 50px; }
.visit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { border: 1px solid var(--line); padding: 34px; min-height: 285px; display: flex; flex-direction: column; }
.card-icon { width: 45px; height: 45px; border-radius: 50%; display: grid; place-items: center; background: var(--mint); color: var(--mint-deep); font-size: 22px; }
.info-card h3 { font-family: Georgia, serif; font-size: 27px; font-weight: 400; margin: 24px 0 17px; }
.info-card p, .hours-row { color: var(--muted); line-height: 1.7; }
.hours-row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.hours-row strong { color: var(--ink); }
.info-card small { color: #929892; margin-top: 12px; }
.text-link { color: var(--mint-deep); border-bottom: 1px solid #9eb6a4; padding-bottom: 4px; font-size: 13px; font-weight: 800; align-self: flex-start; margin-top: auto; }
.map-links { margin-top: auto; display: grid; justify-items: start; gap: 12px; }
.map-links .text-link { margin-top: 0; }
.secondary-map-link { color: var(--muted); border-bottom-color: #c8cec9; }

.contact { background: #f1eee6; display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(45px, 8vw, 120px); align-items: start; }
.contact-copy { max-width: 480px; }
.contact-copy h2 { margin-bottom: 24px; }
.contact-placeholder { margin-top: 36px; display: grid; grid-template-columns: 1fr auto; gap: 14px; font-size: 13px; }
.contact-placeholder span { display: flex; gap: 8px; font-weight: 700; }
.contact-placeholder em { color: #8e948e; font-style: normal; }
.contact-placeholder a { color: var(--mint-deep); font-weight: 800; text-align: right; }
form { background: var(--paper); padding: clamp(25px, 4vw, 52px); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
label { display: grid; gap: 8px; color: #505751; font-size: 12px; font-weight: 800; }
input, textarea { width: 100%; border: 1px solid #cfd5cf; background: white; padding: 13px; color: var(--ink); border-radius: 2px; outline: none; }
input:focus, textarea:focus { border-color: var(--mint-deep); box-shadow: 0 0 0 3px rgba(86,116,97,.12); }
form > label { margin-top: 20px; }
.check { display: flex; grid-template-columns: auto 1fr; align-items: flex-start; gap: 10px; line-height: 1.5; font-weight: 400; }
.check input { width: 16px; margin-top: 2px; }
form .button { margin-top: 20px; }
form .button:disabled { cursor: wait; opacity: .7; }
.success { background: #e4f3e7; border-left: 3px solid #4b8b59; padding: 12px; font-size: 13px; color: #315d3a; }
.form-error { background: #fff0f0; border-left: 3px solid #b84a4a; padding: 12px; font-size: 13px; color: #7f2929; }
.trap { position: absolute; left: -9999px; }
.form-status { margin: 16px 0 0; }

.footer { background: #202a23; color: white; padding: 68px max(6vw, 24px) 24px; }
.footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; max-width: 1400px; margin: auto; }
.footer-brand { display: flex; gap: 14px; align-items: center; }
.footer-brand img { width: 70px; height: 70px; object-fit: contain; background: white; border-radius: 50%; }
.footer-brand strong { display: block; font-family: Georgia, serif; font-size: 22px; }
.footer-brand span { display: block; margin-top: 7px; color: #9fac9f; font-size: 12px; }
.footer h3 { text-transform: uppercase; letter-spacing: .18em; font-size: 10px; margin: 0 0 16px; color: #b9cabb; }
.footer p, .footer a { color: #bdc6be; font-size: 13px; line-height: 1.7; }
.footer-bottom { max-width: 1400px; margin: 55px auto 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; color: #89958b; font-size: 11px; }
.footer-bottom div { display: flex; gap: 20px; }
.footer-bottom button { background: none; border: 0; color: inherit; cursor: pointer; padding: 0; }

.modal-backdrop { position: fixed; inset: 0; z-index: 100; background: rgba(18,24,20,.72); display: grid; place-items: center; padding: 22px; }
.modal { width: min(520px, 100%); background: white; padding: 40px; position: relative; }
.modal h2 { font-size: 38px; }
.modal p { color: var(--muted); line-height: 1.7; }
.modal a { color: var(--mint-deep); font-weight: 700; }
.legal-copy { margin: 24px 0; max-height: min(52vh, 430px); overflow: auto; padding-right: 8px; }
.legal-copy p { margin: 0 0 17px; }
.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: none; font-size: 28px; cursor: pointer; }
.cookie-settings { display: grid; gap: 12px; }
.cookie-setting-row { border: 1px solid var(--line); padding: 16px; display: flex; justify-content: space-between; gap: 18px; align-items: center; }
.cookie-setting-row div { display: grid; gap: 5px; }
.cookie-setting-row span { font-size: 12px; color: var(--muted); }
.cookie-setting-row .always-on { color: #2f6b3e; font-weight: 800; white-space: nowrap; }
.muted-setting { background: #f5f5f2; }
.cookie-banner { position: fixed; z-index: 120; left: 22px; right: 22px; bottom: 22px; width: min(980px, calc(100% - 44px)); margin: auto; background: #fffdf8; color: var(--ink); border: 1px solid rgba(39,48,41,.14); box-shadow: 0 18px 60px rgba(25,34,27,.23); padding: 22px 24px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; }
.cookie-banner strong { font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.cookie-banner p { color: var(--muted); font-size: 13px; line-height: 1.6; margin: 7px 0 0; max-width: 650px; }
.cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cookie-actions .button { margin: 0; }
.cookie-secondary { background: white; border-color: #9aa49c; color: var(--ink); }
.legal-note { font-size: 12px; color: #7b837c; }

@media (max-width: 900px) {
  .site-header { height: 70px; }
  .menu-toggle { display: block; }
  .nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--paper);
    padding: 18px 5vw 26px;
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s, transform .2s, visibility 0s linear .2s;
    z-index: 70;
    box-shadow: 0 12px 24px rgba(30,40,32,.13);
  }
  .nav.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 0s;
  }
  .nav a { padding: 8px 0; }
  .hero { min-height: calc(100svh - 70px); }
  .hero-content { margin-left: 6vw; }
  .about, .contact { grid-template-columns: 1fr; }
  .about { gap: 54px; }
  .about-copy { order: 1; }
  .about-photo { order: 0; }
  .photo-note { left: 20px; }
  .category-grid { grid-template-columns: repeat(2,1fr); }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: repeat(3, 260px); }
  .g1, .g4 { grid-row: auto; grid-column: auto; }
  .visit-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 600px) {
  .contact-strip-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 14px; padding: 9px 16px; font-size: 10px; }
  .contact-strip .strip-address { grid-column: 1 / -1; margin: 0; }
  .hours-status { justify-self: end; padding: 4px 9px; }
  .status-copy strong { font-size: 9px; }
  .status-copy small { font-size: 8px; }
  .brand { font-size: 17px; }
  .brand img { width: 42px; height: 42px; }
  .section { padding: 78px 20px; }
  .section.about { padding-top: 44px; padding-bottom: 78px; }
  .about { gap: 48px; }
  .about-photo {
    width: 100%;
    height: clamp(310px, 88vw, 390px);
    aspect-ratio: auto;
  }
  .about-photo img { object-position: center 72%; }
  .photo-note {
    left: 16px;
    bottom: -24px;
    width: min(205px, calc(100% - 32px));
    min-height: 108px;
    padding: 20px;
  }
  .photo-note span { font-size: 19px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(24,29,25,.84), rgba(24,29,25,.44)); }
  .hero-content { margin: 0; padding: 70px 22px 115px; width: 100%; }
  .hero-buttons { align-items: stretch; }
  .hero-buttons .button { width: 100%; }
  .open-chip { left: 22px; }
  .scroll-cue { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 280px; }
  .gallery-grid { grid-template-columns: 1fr; grid-template-rows: repeat(6, 300px); }
  .form-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { gap: 20px; flex-direction: column; }
  .footer-bottom div { flex-wrap: wrap; }
  .lang { font-size: 11px; }
  .modal { padding: 34px 22px 24px; }
  .modal h2 { font-size: 32px; }
  .legal-copy { max-height: 58vh; }
  .cookie-banner { left: 12px; right: 12px; bottom: 12px; width: calc(100% - 24px); padding: 18px; grid-template-columns: 1fr; gap: 16px; }
  .cookie-actions { display: grid; grid-template-columns: 1fr; }
  .cookie-actions .button { width: 100%; }
  .cookie-setting-row { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
