/* ---------- Fonts ---------- */
@font-face {
  font-family: 'Dessau';
  src: url('../fonts/dessau-regular.woff2') format('woff2'),
       url('../fonts/dessau-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Dessau Bold';
  src: url('../fonts/dessau-bold.woff2') format('woff2'),
       url('../fonts/dessau-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Noto Serif (self-hosted via Bunny) – Body */
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-400-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-400-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-600-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-600-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-ext-400-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-ext-400-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-ext-600-normal.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}
@font-face {
  font-family: 'Noto Serif';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/noto-serif-latin-ext-600-italic.woff2') format('woff2');
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

/* ---------- Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Noto Serif', Georgia, 'Iowan Old Style', 'Palatino Linotype', serif;
  font-size: 18px;
  line-height: 1.7;
  color: #2a2e24;
  background: #f5f2ea;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #4a6b3a; text-decoration: underline; text-underline-offset: 3px; text-decoration-thickness: 1px; transition: color .2s; }
a:hover { color: #2a3e20; }

main ul { list-style: none; padding-left: 1.7em; }
main ul > li { position: relative; }
main ul > li::before {
  content: '';
  position: absolute;
  left: -1.5em;
  top: .6em;
  width: .45em;
  height: .45em;
  background: #7a9050;
}

/* Headlines */
h1, h2, h3, h4 {
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #2a3e20;
  margin: 0 0 .6em;
}
h1 { font-family: 'Dessau', Georgia, serif; font-size: clamp(2.2rem, 5vw, 3.6rem); letter-spacing: .005em; }
h2 { font-family: 'Dessau Bold', Georgia, serif; font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin-top: 2.5rem; }
h3 { font-family: 'Dessau Bold', Georgia, serif; font-size: clamp(1.2rem, 1.7vw, 1.45rem); letter-spacing: .015em; margin-top: 2rem; }
h4 { font-family: 'Dessau Bold', Georgia, serif; }
p { margin: 0 0 1.2em; }
strong, b { font-weight: 600; color: #1f2e18; }
em { color: #4a5a3a; }

/* ---------- Layout ---------- */
.container { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 720px; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  background: rgba(245, 242, 234, 0.92);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  z-index: 100;
  border-bottom: 1px solid rgba(42, 62, 32, 0.08);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: inherit;
}
.brand img { width: 52px; height: 52px; display: block; flex: none; }
.brand-text { display: flex; flex-direction: column; line-height: 1.1; }
.brand-name {
  font-family: 'Dessau Bold', serif;
  font-weight: normal;
  font-size: 1.15rem;
  color: #2a3e20;
  letter-spacing: .02em;
}
.brand-tag {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: .78rem;
  color: #5a6b4a;
  font-style: italic;
  margin-top: 2px;
  display: flex;
  flex-direction: column;
}
.brand-tag-row { display: block; }

.nav { display: flex; gap: 28px; align-items: center; }
.nav a {
  font-family: 'Dessau Bold', serif;
  font-weight: normal;
  font-size: .98rem;
  color: #2a3e20;
  text-decoration: none;
  letter-spacing: .03em;
  padding: 4px 0;
  border-bottom: 1.5px solid transparent;
  transition: border-color .2s, color .2s;
}
.nav a:hover { border-bottom-color: #7a9050; }
.nav a.active { border-bottom-color: #4a6b3a; }

.nav-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 10px;
  cursor: pointer;
  color: #2a3e20;
}
.nav-toggle svg { width: 28px; height: 28px; }

@media (max-width: 860px) {
  .nav-toggle { display: inline-flex; }
  .brand { padding-left: 12px; }
  .brand img { width: 44px; height: 44px; }
  .brand-name { font-size: .98rem; }
  .brand-tag { font-family: 'Noto Serif', Georgia, serif; font-style: italic; font-size: .68rem; line-height: 1.25; }
  .brand-tag-row:first-child { display: flex; flex-direction: column; }
  .brand-tag-sep { display: none; }
  .nav {
    position: absolute;
    inset: 100% 0 auto 0;
    flex-direction: column;
    gap: 0;
    background: #f5f2ea;
    border-bottom: 1px solid rgba(42, 62, 32, 0.1);
    padding: 8px 0;
    display: none;
  }
  .nav.open { display: flex; }
  .nav a { padding: 14px 24px; border-bottom: 1px solid rgba(42, 62, 32, 0.06); font-size: 1.05rem; }
  .nav a:hover, .nav a.active { background: rgba(122, 144, 80, 0.08); border-bottom-color: rgba(42, 62, 32, 0.06); }
}
@media (max-width: 480px) {
  .brand { padding-left: 8px; }
  .brand img { width: 40px; height: 40px; }
  .brand-name { font-size: .88rem; }
  .brand-tag { font-size: .62rem; }
  .header-inner { gap: 10px; }
}

/* ---------- Hero ---------- */
.hero {
  padding: 80px 0 60px;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: -40px; right: -120px;
  width: 560px; height: 560px;
  background: radial-gradient(circle at 30% 30%, rgba(122, 144, 80, 0.18), transparent 65%);
  z-index: 0;
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 64px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.hero-text .eyebrow {
  font-family: 'Dessau Bold', serif;
  font-size: .85rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #7a9050;
  margin: 0 0 18px;
}
.hero-text h1 { margin: 0 0 .4em; }
.hero-text .lead {
  font-size: 1.18rem;
  color: #3a4532;
  margin: 0 0 1.5em;
  line-height: 1.6;
}
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  font-family: 'Dessau', serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  text-decoration: none;
  background: #4a6b3a;
  color: #f5f2ea;
  border: 1.5px solid #4a6b3a;
  border-radius: 0;
  cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
}
.btn:hover { background: #2a3e20; border-color: #2a3e20; color: #f5f2ea; }
.btn.ghost { background: transparent; color: #2a3e20; }
.btn.ghost:hover { background: #2a3e20; color: #f5f2ea; }

.hero-photo {
  position: relative;
  aspect-ratio: 4/5;
  overflow: hidden;
}
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}
.hero-photo::after {
  content: '';
  position: absolute;
  inset: auto -24px -24px auto;
  width: 140px; height: 140px;
  border: 2px solid #7a9050;
  z-index: -1;
}

@media (max-width: 860px) {
  .hero { padding: 48px 0 40px; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-photo { aspect-ratio: 4/3; max-width: 480px; }
}

/* ---------- Sections ---------- */
section.section {
  padding: 72px 0;
}
section.section + section.section { border-top: 1px solid rgba(42, 62, 32, 0.08); }
.section-intro {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}
.section-intro .eyebrow {
  font-family: 'Dessau Bold', serif;
  font-size: .82rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #7a9050;
  margin: 0 0 14px;
}
.section-intro h2 { margin-top: 0; }

/* Prose (long-form text) */
.prose { max-width: 720px; margin: 0 auto; }
.prose p, .prose ul, .prose ol { font-size: 1.05rem; }
.prose li { margin-bottom: .6em; }
.prose blockquote {
  font-style: italic;
  color: #4a5a3a;
  border-left: 3px solid #7a9050;
  padding: .2em 0 .2em 1.2em;
  margin: 1.8em 0;
  font-size: 1.08rem;
}

/* Cards grid (target groups) */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.card {
  background: #ffffff;
  padding: 32px 28px;
  border: 1px solid rgba(42, 62, 32, 0.08);
  position: relative;
}
.card h3 {
  margin-top: 0;
  color: #2a3e20;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.card p { font-size: .98rem; margin-bottom: 0; color: #3a4532; }
.card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 40px; height: 3px;
  background: #7a9050;
}
@media (max-width: 860px) {
  .cards { grid-template-columns: 1fr; }
}

/* Quote banner */
.quote-banner {
  background: #2a3e20;
  color: #f5f2ea;
  padding: 64px 0;
  text-align: center;
}
.quote-banner blockquote {
  font-family: 'Dessau', serif;
  font-size: clamp(1.3rem, 2.6vw, 1.8rem);
  font-weight: 400;
  font-style: normal;
  max-width: 820px;
  margin: 0 auto 1rem;
  line-height: 1.4;
  border: 0;
  padding: 0;
  color: #f5f2ea;
}
.quote-banner cite {
  display: block;
  font-family: 'Noto Serif', Georgia, serif;
  font-style: italic;
  color: #b8c9a3;
  font-size: 1rem;
}

/* Price box */
.price-box {
  background: #ffffff;
  border: 1.5px solid #4a6b3a;
  padding: 32px;
  text-align: center;
  max-width: 480px;
  margin: 48px auto 0;
}
.price-box .label {
  font-family: 'Dessau Bold', serif;
  font-size: .82rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #7a9050;
  margin: 0 0 10px;
}
.price-box .price {
  font-family: 'Dessau Bold', serif;
  font-size: 2rem;
  color: #2a3e20;
  margin: 0;
}
.price-box .price small {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  color: #5a6b4a;
  margin-top: 4px;
}

/* Services preview */
.services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.service {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: transform .3s;
}
.service:hover { transform: translateY(-4px); }
.service-image {
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 20px;
  background: #e8e2d1;
}
.service-image img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.service:hover .service-image img { transform: scale(1.04); }
.service h3 {
  margin: 0 0 8px;
  font-size: 1.15rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.service p { font-size: .95rem; margin: 0; color: #3a4532; }
.service .arrow {
  display: inline-block;
  margin-top: 14px;
  font-family: 'Dessau', serif;
  font-size: .82rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #4a6b3a;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
@media (max-width: 860px) {
  .services { grid-template-columns: 1fr; gap: 40px; }
}

.praxen {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.praxis-card {
  display: block;
}
.praxis-card figure {
  margin: 0;
}
.praxis-card .praxis-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #e8e2d1;
  margin-bottom: 16px;
}
.praxis-card .praxis-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.praxis-card figcaption {
  font-family: 'Dessau', serif;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #2a3e20;
}
.praxis-card figcaption .address {
  display: block;
  font-family: 'Noto Serif', Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  font-size: .92rem;
  color: #3a4532;
  margin-top: 4px;
}
@media (max-width: 720px) {
  .praxen { grid-template-columns: 1fr; gap: 32px; }
}


/* ---------- Page Hero (subpages) ---------- */
.page-hero {
  padding: 80px 0 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  top: -80px; left: 50%;
  transform: translateX(-50%);
  width: 720px; height: 320px;
  background: radial-gradient(ellipse at 50% 40%, rgba(122, 144, 80, 0.16), transparent 65%);
  z-index: 0;
  pointer-events: none;
}
.page-hero .eyebrow {
  font-family: 'Dessau Bold', serif;
  font-size: .85rem;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #7a9050;
  margin: 0 0 16px;
  position: relative; z-index: 1;
}
.page-hero h1 {
  margin: 0 auto;
  max-width: 820px;
  position: relative; z-index: 1;
}
.page-hero .lead {
  max-width: 680px;
  margin: 20px auto 0;
  font-size: 1.12rem;
  color: #3a4532;
  position: relative; z-index: 1;
}

/* ---------- Prose extras ---------- */
.prose h2:first-child { margin-top: 0; }
.prose hr {
  border: 0;
  border-top: 1px solid rgba(42, 62, 32, 0.15);
  margin: 3rem 0;
}
.prose a { color: #4a6b3a; }
.prose .figure {
  margin: 2rem 0;
}
.prose .figure img { width: 100%; }
.prose .figure figcaption {
  font-family: 'Dessau Bold', serif;
  font-size: .85rem;
  letter-spacing: .08em;
  color: #5a6b4a;
  margin-top: 10px;
  text-align: center;
}

/* Two-column with sidebar image */
.two-col {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 48px;
  align-items: start;
}
.two-col .sidebar figure {
  margin: 0 0 24px;
}
.two-col .sidebar figcaption {
  font-family: 'Dessau Bold', serif;
  font-size: .8rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #7a9050;
  margin-top: 10px;
}
@media (max-width: 860px) {
  .two-col { grid-template-columns: 1fr; gap: 24px; }
  .two-col .sidebar { order: -1; max-width: 320px; }
}

/* ---------- Contact / Form ---------- */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.contact-info h3 { margin-top: 0; }
.contact-info address {
  font-style: normal;
  font-size: 1.05rem;
  line-height: 1.8;
  color: #3a4532;
}
.contact-info .label {
  font-family: 'Dessau Bold', serif;
  font-size: .75rem;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #7a9050;
  display: block;
  margin-top: 18px;
  margin-bottom: 4px;
}

.form { display: flex; flex-direction: column; gap: 18px; }
.form label {
  font-family: 'Dessau Bold', serif;
  font-size: .78rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #2a3e20;
  display: block;
  margin-bottom: 6px;
}
.form input[type="text"],
.form input[type="email"],
.form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid rgba(42, 62, 32, 0.2);
  border-radius: 0;
  background: #fff;
  font-family: 'Noto Serif', Georgia, serif;
  font-size: 1rem;
  color: #2a2e24;
  transition: border-color .2s;
}
.form input:focus,
.form textarea:focus {
  outline: none;
  border-color: #4a6b3a;
}
.form textarea { min-height: 160px; resize: vertical; }
.form .checkbox {
  display: flex; gap: 10px;
  align-items: flex-start;
  font-size: .9rem;
  color: #3a4532;
  line-height: 1.5;
}
.form .checkbox input {
  margin-top: 4px;
  accent-color: #4a6b3a;
}
.form .checkbox label {
  font-family: 'Noto Serif', Georgia, serif;
  font-size: .9rem;
  letter-spacing: 0;
  text-transform: none;
  color: #3a4532;
  margin: 0;
}
.form .honeypot {
  position: absolute;
  left: -9999px;
  width: 1px; height: 1px;
  opacity: 0;
  pointer-events: none;
}
.form .btn { align-self: flex-start; }

.alert {
  padding: 16px 20px;
  margin-bottom: 24px;
  border: 1.5px solid;
  background: #fff;
}
.alert.success { border-color: #4a6b3a; color: #2a3e20; }
.alert.error { border-color: #b85050; color: #7a2020; }

@media (max-width: 860px) {
  .contact-layout { grid-template-columns: 1fr; gap: 40px; }
}

/* Address / Anfahrt */
.directions-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.location {
  margin-bottom: 56px;
}
.location:last-child { margin-bottom: 0; }
.location h2 { margin-top: 0; }

.map-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(42, 62, 32, 0.1);
  background: #e6e2d5;
  cursor: pointer;
}
.map-wrap > [id^="map-"] {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
}
.map-wrap::after {
  content: 'Zum Bewegen klicken';
  position: absolute;
  bottom: 12px; left: 12px;
  font-family: 'Dessau Bold', serif;
  font-size: .72rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #2a3e20;
  background: rgba(245, 242, 234, 0.94);
  padding: 6px 12px;
  pointer-events: none;
  z-index: 2;
  transition: opacity .3s;
}
.map-wrap.map-active { cursor: grab; }
.map-wrap.map-active::after { opacity: 0; }

.map-address {
  font-size: 1rem;
  color: #3a4532;
  margin: 16px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: baseline;
}
.map-address__street { font-style: italic; }
.map-address__sep { color: #a8b898; }
.map-address__link { color: #4a6b3a; }

/* ---------- Footer ---------- */
.site-footer {
  background: #2a3e20;
  color: #d8dfc7;
  padding: 56px 0 24px;
  margin-top: 0;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 40px;
}
.footer-grid h4 {
  font-family: 'Dessau Bold', serif;
  color: #f5f2ea;
  font-size: .9rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.footer-grid p, .footer-grid a { color: #d8dfc7; font-size: .95rem; }
.footer-grid a { text-decoration: none; }
.footer-grid a:hover { color: #f5f2ea; text-decoration: underline; }
.footer-brand .brand-name { color: #f5f2ea; font-size: 1.25rem; }
.footer-brand .brand-tag { color: #b8c9a3; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.footer-bottom {
  border-top: 1px solid rgba(216, 223, 199, 0.15);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  font-size: .85rem;
  color: #a8b898;
}
.footer-bottom a { color: #a8b898; text-decoration: none; margin-left: 18px; }
.footer-bottom a:hover { color: #f5f2ea; }
@media (max-width: 860px) {
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { flex-direction: column; }
  .footer-bottom a { margin: 0; }
}

/* ---------- Lightbox ---------- */
.praxis-image[data-lightbox] { cursor: zoom-in; }
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox__img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  box-shadow: 0 10px 40px rgba(0,0,0,.5);
}
.lightbox__close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 8px 12px;
  font-family: 'Dessau', serif;
}
.lightbox__close:hover { color: #bcd09a; }
body.lightbox-open { overflow: hidden; }
