/* Willner Legal — Premium "Aktenzeichen" Layout
 * Boutique-Kanzlei, Editorial-Aktenzeichen-Ästhetik.
 * Persistente linke Kolumne · full-bleed Fotografie · säulenartige Service-Panels.
 * Website designed & developed by PixelUno · https://pixelUno.es
 */

:root {
  --ivory:        #FAF8F3;
  --cream:        #F0E9D9;
  --cream-2:      #E7DEC7;
  --paper:        #FDFCF8;
  --ink:          #22261F;
  --ink-soft:     #3A3E36;
  --graphite:     #6C6E64;
  --moss:         #3F6B37;
  --moss-deep:    #2E5127;
  --moss-soft:    #7DA36F;
  --coral:        #D96A5C;
  --coral-soft:   #E88F80;
  --rule:         rgba(34, 38, 31, 0.10);
  --rule-2:       rgba(34, 38, 31, 0.20);
  --rule-dark:    rgba(250, 248, 243, 0.14);
  --shadow-lift:  0 8px 24px -8px rgba(34, 38, 31, 0.14), 0 32px 60px -20px rgba(34, 38, 31, 0.22);
  --shadow-flat:  0 1px 0 rgba(34, 38, 31, 0.05);
}

/* ---------- PixelUno Preview Bar ---------- */
.preview-bar {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 34px;
  background: linear-gradient(90deg, #6D28D9 0%, #7C3AED 50%, #6D28D9 100%);
  color: #F5F1FE;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0 1rem;
  text-align: center;
  line-height: 1.3;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 1px 12px rgba(109, 40, 217, 0.28);
}
.preview-bar__dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #F5F1FE;
  box-shadow: 0 0 0 3px rgba(245, 241, 254, 0.25);
  flex-shrink: 0;
  animation: preview-pulse 2.4s ease-in-out infinite;
}
@keyframes preview-pulse {
  0%, 100% { opacity: 0.55; box-shadow: 0 0 0 3px rgba(245, 241, 254, 0.15); }
  50%      { opacity: 1;    box-shadow: 0 0 0 6px rgba(245, 241, 254, 0.05); }
}
@media (max-width: 640px) {
  .preview-bar { font-size: 11px; height: auto; min-height: 34px; padding: 6px 12px; }
}

/* Footer PixelUno signature */
.pixeluno-signature {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 12px; letter-spacing: 0.01em;
}
.pixeluno-signature a {
  font-weight: 600; color: inherit;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
  transition: color 200ms ease;
}
.pixeluno-signature a:hover { color: #C4B5FD; }
.pixeluno-heart {
  color: #C4B5FD; font-size: 13px; line-height: 1;
  transform: translateY(0.5px);
  animation: pixeluno-heart-beat 1.8s ease-in-out infinite;
}
@keyframes pixeluno-heart-beat {
  0%, 100% { transform: translateY(0.5px) scale(1); }
  15%      { transform: translateY(0.5px) scale(1.18); }
  30%      { transform: translateY(0.5px) scale(0.94); }
  45%      { transform: translateY(0.5px) scale(1.08); }
  60%      { transform: translateY(0.5px) scale(1); }
}
.pixeluno-hidden {
  position: absolute !important;
  left: -9999px !important; top: auto !important;
  width: 1px !important; height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

/* ---------- Base ---------- */
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background: var(--ivory);
}
body {
  font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: var(--ivory);
  padding-top: 34px;
  overflow-x: hidden;
}

.font-serif { font-family: 'Cormorant Garamond', 'Cormorant', ui-serif, Georgia, serif; }
.font-sans  { font-family: 'DM Sans', ui-sans-serif, system-ui, sans-serif; }

/* Editorial typography */
.display-xxl {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 0.94;
  font-size: clamp(3rem, 7vw + 0.5rem, 7rem);
}
.display-xl {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: -0.015em;
  line-height: 0.98;
  font-size: clamp(2.5rem, 5.4vw + 0.5rem, 5.25rem);
}
.display-lg {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: -0.012em;
  line-height: 1.02;
  font-size: clamp(2rem, 3.6vw + 0.5rem, 3.5rem);
}
.display-md {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.15;
  font-size: clamp(1.5rem, 2vw + 0.5rem, 2.25rem);
}
.italic-serif { font-family: 'Cormorant Garamond', serif; font-style: italic; }

.eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--moss);
}
.eyebrow-dark {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--moss-soft);
}
.body-lg { font-size: 1.1rem;  line-height: 1.65; color: var(--graphite); }
.body-md { font-size: 0.98rem; line-height: 1.7;  color: var(--graphite); }

/* ---------- Layout system ---------- */

/* Left rail (persistent index — desktop only) */
:root { --rail-w: 240px; }

@media (min-width: 1024px) {
  .app-shell {
    display: grid;
    grid-template-columns: var(--rail-w) 1fr;
  }
  .left-rail {
    position: fixed;
    top: 34px;
    left: 0;
    bottom: 0;
    width: var(--rail-w);
    padding: 2rem 1.5rem 2rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--ivory);
    border-right: 1px solid var(--rule);
    z-index: 40;
  }
  .content-col {
    grid-column: 2;
    min-width: 0;
  }
}

.left-rail { display: none; }
@media (min-width: 1024px) { .left-rail { display: flex; } }

.rail-brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.rail-brand__mark {
  width: 40px; height: 40px;
  border: 1.5px solid var(--ink);
  display: grid;
  place-items: center;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  font-style: italic;
  color: var(--ink);
  background: var(--paper);
  border-radius: 4px;
  transition: transform 300ms ease, background 300ms ease;
}
.rail-brand:hover .rail-brand__mark { transform: rotate(-3deg); background: var(--moss); color: var(--paper); border-color: var(--moss); }
.rail-brand__word {
  display: flex; flex-direction: column;
  line-height: 1;
}
.rail-brand__word .n {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.rail-brand__word .m {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-top: 4px;
}

.rail-index {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 3.5rem;
}
.rail-item {
  display: flex;
  align-items: baseline;
  gap: 0.9rem;
  padding: 0.55rem 0;
  color: var(--graphite);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  transition: color 240ms ease, padding-left 320ms cubic-bezier(0.2, 0.8, 0.2, 1);
  position: relative;
}
.rail-item .num {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 0.85rem;
  color: var(--graphite);
  opacity: 0.6;
  width: 22px;
  flex-shrink: 0;
}
.rail-item::before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--moss);
  opacity: 0;
  transform: translateY(-50%) scale(0.5);
  transition: opacity 300ms ease, transform 300ms ease;
}
.rail-item:hover {
  color: var(--ink);
}
.rail-item.is-active {
  color: var(--ink);
  padding-left: 12px;
}
.rail-item.is-active::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.rail-item.is-active .num {
  opacity: 1;
  color: var(--moss);
}

.rail-meta {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  font-size: 0.8rem;
  color: var(--graphite);
}
.rail-meta a { color: var(--ink); border-bottom: 1px solid var(--rule); padding-bottom: 1px; transition: color 200ms ease, border-color 200ms ease; }
.rail-meta a:hover { color: var(--moss); border-color: var(--moss); }
.rail-meta .k { color: var(--graphite); font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase; }

/* Compact top header (mobile) */
.mobile-topbar {
  position: fixed;
  top: 34px; left: 0; right: 0;
  z-index: 45;
  background: rgba(250, 248, 243, 0.88);
  backdrop-filter: saturate(150%) blur(14px);
  -webkit-backdrop-filter: saturate(150%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: background 250ms ease, border-color 250ms ease;
}
.mobile-topbar.is-scrolled {
  background: rgba(250, 248, 243, 0.96);
  border-bottom-color: var(--rule);
}
@media (min-width: 1024px) { .mobile-topbar { display: none; } }

.mobile-nav {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--paper);
  z-index: 80;
  transform: translateY(-100%);
  transition: transform 400ms cubic-bezier(0.65, 0, 0.35, 1);
  overflow-y: auto;
  padding-top: calc(34px + 5rem);
}
.mobile-nav.is-open { transform: translateY(0); }
@media (min-width: 1024px) { .mobile-nav { display: none; } }

/* ---------- Container helpers ---------- */
.wrap {
  max-width: 1180px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) { .wrap { padding: 0 2.5rem; } }
@media (min-width: 1024px) { .wrap { padding: 0 4rem; margin: 0; max-width: none; } }
@media (min-width: 1280px) { .wrap { padding: 0 6rem; } }

.section-hairline-t { border-top: 1px solid var(--rule); }
.section-hairline-b { border-bottom: 1px solid var(--rule); }

/* Aktenzeichen tag — used to mark each section like a case file */
.akte {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.35rem 0.7rem;
  background: var(--paper);
  border: 1px solid var(--rule-2);
  border-radius: 999px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--ink);
}
.akte .dot { width: 5px; height: 5px; border-radius: 50%; background: var(--moss); }

/* Section number stamp (huge italic) */
.stamp {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 400;
  color: var(--moss);
  font-size: clamp(4rem, 8vw, 8rem);
  line-height: 0.9;
  letter-spacing: -0.04em;
  opacity: 0.9;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.85rem 1.4rem;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 0.92rem;
  letter-spacing: 0.005em;
  border-radius: 2px;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1),
              background 220ms ease,
              color 220ms ease,
              box-shadow 260ms ease,
              border-color 220ms ease;
  cursor: pointer;
  border: 1px solid transparent;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-solid {
  background: var(--ink);
  color: var(--paper);
  box-shadow: 0 4px 10px -4px rgba(34, 38, 31, 0.35);
}
.btn-solid:hover {
  background: var(--moss);
  box-shadow: 0 8px 18px -8px rgba(63, 107, 55, 0.55);
}
.btn-line {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn-line:hover {
  background: var(--ink);
  color: var(--paper);
}
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--rule-2);
}
.btn-ghost:hover {
  border-color: var(--ink);
}
.btn-on-dark {
  background: var(--paper);
  color: var(--ink);
}
.btn-on-dark:hover {
  background: var(--moss);
  color: var(--paper);
}
.btn .arrow {
  display: inline-block;
  transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn:hover .arrow { transform: translateX(4px); }

/* ---------- COVER / HERO (Section I) ---------- */
.cover {
  position: relative;
  min-height: 100vh;
  padding: clamp(3rem, 6vh, 5rem) 0 clamp(3rem, 5vh, 4rem);
  background: var(--ivory);
  overflow: hidden;
}
.cover-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: end;
}
@media (min-width: 900px) {
  .cover-grid {
    grid-template-columns: 1.15fr 1fr;
    gap: 3.5rem;
    align-items: stretch;
  }
}

.cover-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: clamp(2rem, 6vh, 4rem);
  position: relative;
  min-height: 60vh;
}
.cover-copy__top { display: flex; flex-direction: column; gap: 1.5rem; }
.cover-copy__bot { margin-top: 3rem; }

.cover-headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 0.94;
  font-size: clamp(2.75rem, 6.5vw + 0.5rem, 6rem);
  color: var(--ink);
}
.cover-headline em {
  font-style: italic;
  color: var(--moss);
  font-weight: 400;
}
.cover-lede {
  max-width: 34ch;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--graphite);
}

.cover-portrait {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  background: var(--cream);
  min-height: 480px;
  max-height: 78vh;
  box-shadow: var(--shadow-lift);
}
.cover-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transition: transform 12s ease-out;
}
.cover-portrait:hover img { transform: scale(1.03); }

/* Portrait overlays */
.cover-portrait__caption {
  position: absolute;
  left: 1.25rem; right: 1.25rem; bottom: 1.1rem;
  color: var(--ink);
  z-index: 3;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0.95rem;
  background: rgba(250, 248, 243, 0.88);
  backdrop-filter: blur(6px);
  border-radius: 2px;
  border-top: 2px solid var(--moss);
}
.cover-portrait__caption .name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: -0.005em;
}
.cover-portrait__caption .role {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-top: 2px;
}
.cover-portrait__no {
  position: absolute;
  top: 1rem; left: 1rem;
  padding: 0.35rem 0.7rem;
  background: var(--paper);
  border: 1px solid var(--rule-2);
  border-radius: 2px;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  z-index: 3;
  color: var(--ink);
}

/* Cover meta strip */
.cover-meta {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 1.25rem 2.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--rule);
  font-size: 0.85rem;
  color: var(--graphite);
}
.cover-meta .k {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-right: 0.5rem;
}
.cover-meta .v { color: var(--ink); }
.cover-meta strong { font-weight: 500; }

/* Cover ambient marks */
.cover-mark-corner {
  position: absolute;
  top: 1.5rem; right: 1.5rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--graphite);
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.cover-mark-corner::before {
  content: "";
  width: 26px; height: 1px; background: var(--moss);
}

/* Vertical hairline separator between cover columns (decorative) */
.cover-divider {
  display: none;
}
@media (min-width: 900px) {
  .cover-divider {
    display: block;
    position: absolute;
    top: 12%; bottom: 6%;
    left: calc(53.5% - 1px);
    width: 1px;
    background: linear-gradient(180deg, transparent, var(--rule-2) 20%, var(--rule-2) 80%, transparent);
    z-index: 1;
  }
}

/* ---------- Section frame ---------- */
.section {
  padding-top: clamp(4rem, 8vw, 7rem);
  padding-bottom: clamp(4rem, 8vw, 7rem);
  position: relative;
}
.section-head {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: end;
  margin-bottom: 3rem;
}
@media (min-width: 900px) {
  .section-head {
    grid-template-columns: 240px 1fr auto;
    gap: 2.5rem;
    margin-bottom: 4.5rem;
  }
}
.section-head .stamp { grid-row: 1; }
.section-head h2 { grid-row: 1; }

/* ---------- Kanzlei (Section II) ---------- */
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .about-grid {
    grid-template-columns: 1.3fr 1fr;
    gap: 5rem;
    align-items: start;
  }
}

.dropcap {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  color: var(--moss);
  float: left;
  font-size: 5.4rem;
  line-height: 0.82;
  padding: 0.55rem 0.9rem 0 0;
  margin-top: 0.2rem;
}
.editorial-body {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  line-height: 1.5;
  color: var(--ink);
  font-weight: 400;
}
.editorial-body p + p { margin-top: 1.25rem; }
.editorial-body em { color: var(--moss); font-style: italic; }

.credential-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 2rem;
  position: relative;
}
.credential-card::before,
.credential-card::after {
  content: "";
  position: absolute;
  width: 20px; height: 20px;
  border-color: var(--moss);
  border-style: solid;
}
.credential-card::before {
  top: -1px; left: -1px;
  border-width: 2px 0 0 2px;
}
.credential-card::after {
  bottom: -1px; right: -1px;
  border-width: 0 2px 2px 0;
}
.credential-card__title {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.65rem;
}
.credential-card__title::before {
  content: "";
  width: 22px; height: 1px; background: var(--moss);
}
.credential-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.credential-list li {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.credential-list .yr {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--moss);
  font-size: 1.15rem;
}
.credential-list .desc {
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.5;
}
.credential-card__foot {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--rule);
  font-size: 0.8rem;
  color: var(--graphite);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.credential-card__foot span:first-child { letter-spacing: 0.14em; text-transform: uppercase; }
.credential-card__foot .seal {
  width: 44px; height: 44px;
  border: 1.5px dashed var(--moss);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--moss);
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}

/* ---------- Rechtsgebiete (Section III) — Column Panels ---------- */
.pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1px solid var(--rule);
  border-radius: 2px;
  overflow: hidden;
  background: var(--paper);
}
@media (min-width: 900px) {
  .pillars {
    grid-template-columns: repeat(3, 1fr);
    min-height: 520px;
  }
}
.pillar {
  position: relative;
  padding: 2.25rem 1.75rem 2rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid var(--rule);
  background: var(--paper);
  transition: background 400ms cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
}
@media (min-width: 900px) {
  .pillar {
    border-bottom: none;
    border-right: 1px solid var(--rule);
    padding: 2.5rem 2rem 2.5rem;
  }
  .pillar:last-child { border-right: none; }
}
.pillar:last-child { border-bottom: none; }

/* Green "pillar" bar mimicking the willner logo columns */
.pillar__bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--moss);
  transform: scaleY(0.15);
  transform-origin: top;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.pillar:hover { background: #FBF9F2; }
.pillar:hover .pillar__bar { transform: scaleY(1); }

.pillar__no {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--moss);
  font-size: 3.5rem;
  line-height: 0.85;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}
.pillar h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.7rem;
  letter-spacing: -0.015em;
  line-height: 1.1;
  color: var(--ink);
  margin-bottom: 1rem;
}
.pillar__lede {
  color: var(--graphite);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.pillar__list {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  border-top: 1px solid var(--rule);
  padding-top: 1.25rem;
  margin-top: auto;
}
.pillar__list li {
  font-size: 0.88rem;
  color: var(--ink);
  padding-left: 1.15rem;
  position: relative;
}
.pillar__list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55em;
  width: 8px; height: 1px;
  background: var(--moss);
}
.pillar__foot {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed var(--rule-2);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
}
.pillar__foot .arrow { transition: transform 240ms ease, color 240ms ease; }
.pillar:hover .pillar__foot .arrow { transform: translateX(4px); color: var(--moss); }

/* ---------- Der Besuch (Section IV, full-bleed photo) ---------- */
.visit {
  position: relative;
  padding: 0;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
}
.visit-media {
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 320px;
  max-height: 720px;
  overflow: hidden;
}
.visit-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.86);
}
.visit-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(34, 38, 31, 0.72) 0%, rgba(34, 38, 31, 0.35) 55%, transparent 90%);
}
.visit-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: clamp(2rem, 6vw, 5rem);
}
.visit-copy__inner { max-width: 620px; }
.visit-copy .eyebrow-dark { color: var(--moss-soft); }
.visit-copy .headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.015em;
  color: var(--paper);
  margin-top: 1rem;
}
.visit-copy .attrib {
  margin-top: 1.4rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.86rem;
  letter-spacing: 0.02em;
  color: rgba(250, 248, 243, 0.75);
}

/* Process (below Visit) */
.process-band {
  background: var(--ink-soft);
  color: var(--paper);
  padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}
.process-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 768px) { .process-row { grid-template-columns: repeat(4, 1fr); } }
.process-step {
  padding: 1.5rem;
  border-top: 1px solid var(--rule-dark);
}
@media (min-width: 768px) {
  .process-step { border-top: none; border-left: 1px solid var(--rule-dark); }
  .process-step:first-child { border-left: none; }
}
.process-step .no {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--moss-soft);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.6rem;
  display: block;
}
.process-step h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0.4rem;
  color: var(--paper);
}
.process-step p {
  color: rgba(250, 248, 243, 0.7);
  font-size: 0.87rem;
  line-height: 1.6;
}

/* ---------- Fragen / FAQ (Section V) ---------- */
.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .faq-grid { grid-template-columns: 1fr 1.6fr; gap: 5rem; }
}
.faq-item {
  border-top: 1px solid var(--rule);
}
.faq-item:last-child { border-bottom: 1px solid var(--rule); }
.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.4rem 0;
  display: grid;
  grid-template-columns: 40px 1fr 30px;
  align-items: baseline;
  gap: 1.25rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: -0.012em;
  color: var(--ink);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: color 200ms ease;
}
.faq-question:hover { color: var(--moss); }
.faq-question .q-no {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  color: var(--moss);
  font-size: 1rem;
  opacity: 0.7;
}
.faq-question .plus {
  width: 22px; height: 22px;
  position: relative;
  align-self: center;
}
.faq-question .plus::before,
.faq-question .plus::after {
  content: "";
  position: absolute;
  top: 50%; left: 0;
  width: 100%; height: 1.4px;
  background: var(--ink);
  transform: translateY(-50%);
}
.faq-question .plus::after { transform: translateY(-50%) rotate(90deg); transition: transform 350ms cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item.is-open .faq-question .plus::after { transform: translateY(-50%) rotate(0deg); }
.faq-item.is-open .faq-question { color: var(--moss); }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-answer-inner {
  padding: 0 0 1.5rem 65px;
  color: var(--graphite);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 62ch;
}

/* ---------- Kontakt (Section VI) ---------- */
.contact-wrap {
  position: relative;
  overflow: hidden;
}
.contact-media {
  position: relative;
  aspect-ratio: 16 / 8;
  min-height: 260px;
  max-height: 460px;
  background: var(--ink);
  overflow: hidden;
}
.contact-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(0.55) saturate(0.9);
}
.contact-media__label {
  position: absolute;
  left: clamp(1.5rem, 4vw, 3.5rem);
  bottom: clamp(1.5rem, 4vw, 3rem);
  color: var(--paper);
}
.contact-media__label .eyebrow-dark { color: var(--moss-soft); }
.contact-media__label .headline {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(2rem, 4vw + 0.5rem, 3.5rem);
  line-height: 1;
  letter-spacing: -0.015em;
  margin-top: 0.75rem;
  color: var(--paper);
}

.contact-body {
  background: var(--paper);
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 900px) {
  .contact-grid { grid-template-columns: 1fr 1.35fr; gap: 5rem; }
}
.contact-lines {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--rule);
}
.contact-line {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 1.5rem;
  padding: 1rem 0;
  border-bottom: 1px solid var(--rule);
  align-items: baseline;
}
.contact-line .k {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
}
.contact-line .v {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  color: var(--ink);
}
.contact-line a.v {
  border-bottom: 1px solid var(--rule);
  padding-bottom: 2px;
  transition: color 200ms ease, border-color 200ms ease;
}
.contact-line a.v:hover { color: var(--moss); border-color: var(--moss); }

.contact-form { display: grid; gap: 1.4rem; }
.contact-form .field { display: flex; flex-direction: column; gap: 0.3rem; }
.contact-form .label {
  font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--graphite);
}
.contact-form input,
.contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--rule-2);
  color: var(--ink);
  padding: 0.65rem 0;
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  transition: border-color 200ms ease;
  width: 100%;
}
.contact-form input:focus,
.contact-form textarea:focus { outline: none; border-bottom-color: var(--moss); }
.contact-form textarea { resize: vertical; min-height: 88px; }
.contact-form .row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
@media (max-width: 640px) { .contact-form .row-2 { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: rgba(250, 248, 243, 0.72);
  padding: 4.5rem 0 2.5rem;
  border-top: 1px solid var(--rule-dark);
}
.site-footer a { color: rgba(250, 248, 243, 0.72); transition: color 200ms ease; }
.site-footer a:hover { color: var(--moss-soft); }
.site-footer .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}
.site-footer .wordmark img { width: 40px; height: 40px; filter: brightness(1.05); }
.site-footer .wordmark span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  color: var(--paper);
  letter-spacing: -0.01em;
  font-weight: 500;
}
.footer-heading {
  font-family: 'DM Sans', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(250, 248, 243, 0.55);
  margin-bottom: 1rem;
}

/* ---------- Reveal on scroll ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 900ms cubic-bezier(0.2, 0.8, 0.2, 1),
              transform 900ms cubic-bezier(0.2, 0.8, 0.2, 1);
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .cover-portrait img { transition: none; }
  .pixeluno-heart { animation: none; }
  .preview-bar__dot { animation: none; }
}

/* ---------- Selection ---------- */
::selection { background: var(--moss); color: var(--paper); }
