:root {
  --ink: #304139;
  --ink-soft: #536159;
  --sage: #6f7a68;
  --sage-deep: #596458;
  --sage-pale: #d8d8ce;
  --clay: #b76645;
  --clay-soft: #d89a7b;
  --paper: #f6f2eb;
  --paper-light: #fbf9f5;
  --white: #fffefa;
  --line: #d8cfc4;
  --line-dark: #a99f94;
  --font-display: "Iowan Old Style", "Baskerville", "Palatino Linotype", Georgia, serif;
  --font-body: "Aptos", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;

  /* Weiche Formen fuer gefuellte Objekte, scharfe Haarlinien fuer Struktur. */
  --radius-control: 7px;
  --radius-panel: 14px;
  --radius-panel-lg: 20px;

  --shadow-soft: 0 1px 2px rgba(48, 65, 57, 0.04), 0 10px 30px -16px rgba(48, 65, 57, 0.22);

  --section-gap: clamp(68px, 6.4vw, 112px);
  --ease: cubic-bezier(0.2, 0.6, 0.25, 1);
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-light);
  font-family: var(--font-body);
  font-size: clamp(1rem, 0.955rem + 0.19vw, 1.0625rem);
  line-height: 1.62;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.12'/%3E%3C/svg%3E");
}

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

a {
  color: var(--ink);
  text-decoration: none;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

a:hover {
  color: var(--clay);
}

:focus-visible {
  outline: 2px solid var(--clay);
  outline-offset: 3px;
  border-radius: 2px;
}

h1,
h2,
h3 {
  margin: 0 0 1rem;
  color: var(--ink);
  font-family: var(--font-display);
  font-weight: 400;
  letter-spacing: -0.012em;
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* Fliessende Groessen: keine Sprünge an den Breakpoints. */
h1 {
  font-size: clamp(2.7rem, 1.62rem + 4.6vw, 4.75rem);
  line-height: 1.06;
}

h2 {
  font-size: clamp(2.15rem, 1.56rem + 2.5vw, 3.4rem);
  line-height: 1.09;
}

h3 {
  font-size: clamp(1.38rem, 1.26rem + 0.5vw, 1.68rem);
  line-height: 1.24;
  letter-spacing: -0.005em;
}

p {
  margin: 0 0 1rem;
  text-wrap: pretty;
}

p:last-child {
  margin-bottom: 0;
}

.shell {
  width: calc(100% - 48px);
  max-width: 1180px;
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(251, 249, 245, 0.96);
  border-bottom: 1px solid rgba(216, 207, 196, 0.85);
  backdrop-filter: blur(16px);
}

.nav-shell {
  min-height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  max-width: 310px;
  color: var(--ink);
}

.brand:hover {
  color: var(--ink);
}

.brand__seal {
  position: relative;
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--sage);
  border-radius: 50%;
}

.brand__seal::before,
.brand__seal::after,
.brand__seal i {
  content: "";
  position: absolute;
  border: 1px solid var(--sage);
  border-radius: 50%;
}

.brand__seal::before {
  inset: 7px 8px 8px 7px;
}

.brand__seal::after {
  inset: 11px 6px 6px 11px;
  opacity: 0.55;
}

.brand__seal i {
  inset: 6px 12px 12px 6px;
  opacity: 0.38;
}

.brand__name {
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.05;
  white-space: normal;
}

.brand__name em {
  display: block;
  margin-top: 4px;
  color: var(--ink-soft);
  font-size: 0.98rem;
  font-style: normal;
}

.site-header .brand {
  gap: 12px;
}

.site-header .brand__seal {
  width: 34px;
  height: 34px;
}

.site-header .brand__name {
  font-size: 1rem;
}

.site-header .brand__name em {
  margin-top: 2px;
  font-size: 0.84rem;
}

.navbar-nav {
  gap: 6px;
}

.nav-link {
  position: relative;
  padding: 0.7rem 0.78rem !important;
  color: var(--ink) !important;
  font-size: 0.93rem;
  font-weight: 500;
}

.nav-link::after {
  content: "";
  position: absolute;
  right: 0.78rem;
  bottom: 0.45rem;
  left: 0.78rem;
  height: 1px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.nav-link:hover::after,
.nav-link:focus-visible::after {
  transform: scaleX(1);
}

.nav-item--cta {
  margin-left: 8px;
}

.nav-item--cta .btn {
  min-height: 34px;
  padding-block: 0.4rem;
}

.navbar-toggler {
  border: 0;
  border-radius: 0;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 2px rgba(183, 102, 69, 0.28);
}

.navbar-toggler .bi {
  display: block;
  color: var(--ink);
  font-size: 1.55rem;
  line-height: 1;
}

.header-contact {
  border-top: 1px solid rgba(216, 207, 196, 0.7);
  background: var(--paper);
}

.header-contact__inner {
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 26px;
  color: var(--ink-soft);
  font-size: 0.76rem;
  letter-spacing: 0.04em;
}

.header-contact__inner span:first-child {
  margin-right: auto;
  color: var(--clay);
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius-control);
  padding: 0.78rem 1.55rem;
  font-size: 0.92rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  box-shadow: none !important;
  transition: background-color 200ms var(--ease), border-color 200ms var(--ease),
    color 200ms var(--ease), transform 200ms var(--ease), filter 200ms var(--ease);
}

.btn:hover {
  transform: translateY(-1px);
}

.btn:active {
  transform: translateY(0);
}

.btn-sm {
  min-height: 40px;
  padding: 0.58rem 1rem;
  font-size: 0.84rem;
}

.btn-primary {
  background: var(--sage);
  border-color: var(--sage);
  color: var(--white);
}

.btn-primary:hover,
.btn-primary:focus {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.btn:disabled,
.btn.disabled {
  opacity: 1;
  border-color: var(--sage-pale);
  background: var(--sage-pale);
  color: var(--ink-soft);
  cursor: not-allowed;
}

.btn-secondary {
  background: var(--clay);
  border-color: var(--clay);
  color: var(--white);
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #965137;
  border-color: #965137;
  color: var(--white);
}

.btn-outline {
  background: transparent;
  border-color: var(--ink);
  color: var(--ink);
}

.btn-outline:hover {
  background: var(--ink);
  color: var(--white);
}

.btn-light {
  background: var(--paper-light);
  border-color: var(--paper-light);
  color: var(--ink);
}

.btn-light:hover {
  background: var(--clay-soft);
  border-color: var(--clay-soft);
  color: var(--ink);
}

.poster-hero {
  position: relative;
  min-height: min(760px, calc(100svh - 125px));
  overflow: hidden;
  background: var(--paper);
}

.poster-hero__grid {
  min-height: inherit;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.72fr);
  align-items: center;
  gap: 34px;
}

.poster-hero__content {
  position: relative;
  z-index: 2;
  padding: 72px 0 76px;
}

.poster-hero h1 {
  max-width: 680px;
  margin-bottom: 28px;
  font-size: clamp(2.75rem, 1.5rem + 5.3vw, 5.15rem);
}

.poster-hero h1 span {
  display: block;
}

.poster-title__primary {
  white-space: nowrap;
}

.poster-rule {
  display: block;
  width: 62px;
  height: 2px;
  margin-bottom: 28px;
  background: var(--clay);
}

.poster-kicker {
  margin-bottom: 32px;
  color: var(--clay);
  font-size: 0.94rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.poster-lead {
  max-width: 520px;
  margin-bottom: 34px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.52rem;
  line-height: 1.38;
}

.poster-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.poster-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.poster-hero__visual {
  position: relative;
  align-self: stretch;
  min-height: 620px;
}

.poster-hero__visual::before,
.poster-hero__visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.poster-hero__visual::before {
  z-index: 0;
  top: -9%;
  right: -12%;
  width: 112%;
  aspect-ratio: 0.78;
  border-radius: 50%;
  background: rgba(205, 207, 195, 0.72);
  box-shadow: -170px 300px 0 -42px rgba(230, 225, 215, 0.58);
  transform: rotate(-7deg);
}

.poster-hero__visual::after {
  z-index: 0;
  right: -32%;
  bottom: -9%;
  width: 84%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(216, 154, 123, 0.9);
}

/* Die Kontur bleibt transparent; Farbformen und Papier stammen aus dem
   Layout und passen sich dadurch frei an den Viewport an. */
.poster-hero__animation,
.poster-hero__still {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -14%;
  width: auto;
  max-width: none;
  height: 100%;
  object-fit: contain;
  -webkit-mask-image: linear-gradient(to bottom, #000 74%, transparent 98%);
  mask-image: linear-gradient(to bottom, #000 74%, transparent 98%);
}

.poster-hero__still {
  display: none;
}

.section {
  position: relative;
  padding: var(--section-gap) 0;
  background: var(--paper-light);
}

.section--services {
  background: var(--paper);
}

.section-heading {
  max-width: 790px;
  margin-bottom: clamp(34px, 3.2vw, 54px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 1rem;
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--clay);
}

.intro-grid,
.split-grid,
.content-grid,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 82px;
  align-items: start;
}

.intro-grid h2 {
  max-width: 560px;
}

.intro-grid > div:last-child {
  padding-top: 32px;
}

.intro-lead {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.45;
}

.service-ledger {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.service-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto 1fr auto;
  column-gap: 24px;
  padding: 38px 38px 34px 0;
  border-bottom: 1px solid var(--line-dark);
  background: transparent;
  transition: background-color 260ms var(--ease);
}

.service-card:nth-child(odd) {
  border-right: 1px solid var(--line-dark);
}

.service-card:nth-child(even) {
  padding-left: 38px;
}

/* Weicher Hover-Schleier; die Haarlinien der Zellen bleiben sichtbar. */
.service-card:hover,
.service-card:focus-within {
  background-color: rgba(255, 254, 250, 0.72);
}

.service-card__icon {
  grid-row: 1 / 4;
  align-self: start;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  background: transparent;
  transition: border-color 320ms var(--ease), transform 320ms var(--ease);
}

.service-card:hover .service-card__icon {
  border-color: var(--clay);
  transform: translateY(-2px);
}

.service-card__icon--clay {
  border-color: rgba(183, 102, 69, 0.58);
}

.service-card__icon .bi {
  color: var(--ink);
  font-size: 1.3rem;
  line-height: 1;
}

.service-card h3 {
  margin-bottom: 12px;
}

.service-card p {
  max-width: 420px;
  color: var(--ink-soft);
}

.service-card a {
  align-self: end;
  justify-self: start;
  margin-top: 26px;
}

/* Die Linie ist das Leitmotiv der Illustrationen. Links bekommen sie als
   Affordanz, statt eines dekorativen Pfeilzeichens. */
.text-link,
.text-link--arrow {
  position: relative;
  display: inline-block;
  color: var(--ink);
  font-weight: 600;
  padding-bottom: 4px;
}

.text-link::after,
.text-link--arrow::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 1px;
  background: var(--clay);
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 320ms var(--ease);
}

.text-link:hover::after,
.text-link:focus-visible::after,
.text-link--arrow:hover::after,
.text-link--arrow:focus-visible::after {
  transform: scaleX(1);
}

.split-section {
  background: var(--white);
}

.split-grid {
  align-items: center;
}

.split-grid > div:last-child {
  max-width: 510px;
}

.art-panel {
  position: relative;
  width: 100%;
  aspect-ratio: 5 / 4;
  overflow: hidden;
  border: 1px solid rgba(216, 207, 196, 0.6);
  border-radius: var(--radius-panel-lg);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.art-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 38% center;
}

.course-preview {
  display: grid;
  grid-template-columns: 130px 1fr;
  min-height: 340px;
  border-block: 1px solid var(--line-dark);
}

.course-preview__heading {
  display: grid;
  align-content: space-between;
  padding: 28px 26px 28px 0;
  border-right: 1px solid var(--line-dark);
}

.course-preview__heading > span {
  color: transparent;
  font-family: var(--font-display);
  font-size: 6rem;
  line-height: 0.8;
  -webkit-text-stroke: 1px var(--clay);
}

.course-preview__heading p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-preview__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.course-preview__list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  align-items: center;
  min-height: 112px;
  gap: 20px;
  padding: 18px 0 18px 24px;
  border-bottom: 1px solid var(--line);
}

.course-preview__list li:last-child {
  border-bottom: 0;
}

.course-preview__list time {
  display: grid;
  justify-items: center;
  padding-right: 18px;
  border-right: 1px solid var(--line);
  text-transform: uppercase;
}

.course-preview__list time strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.course-preview__list time span,
.course-preview__list div span {
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.course-preview__list div {
  display: grid;
  gap: 5px;
}

.course-preview__list div > strong {
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 400;
}

.course-preview__empty {
  align-self: end;
  margin: 0;
  padding: 32px;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 1.25rem;
}

.cta-band {
  padding: clamp(58px, 5vw, 84px) 0;
  background: var(--sage-deep);
  color: var(--paper-light);
}

.cta-band__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  align-items: end;
  gap: 34px 64px;
}

.cta-band h2 {
  max-width: 560px;
  margin: 0;
  color: var(--paper-light);
  font-size: clamp(2.1rem, 1.5rem + 2.2vw, 2.95rem);
}

.cta-band__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 22px;
  max-width: 420px;
  padding-bottom: 4px;
}

.cta-band__aside p {
  margin: 0;
  color: rgba(246, 242, 235, 0.86);
}

.cta-band__aside p a {
  color: var(--white);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255, 254, 250, 0.65);
  text-underline-offset: 0.16em;
}

.cta-band__aside p a:hover {
  color: #ffe3d4;
  text-decoration-color: currentColor;
}

.cta-band p {
  margin: 0;
}

.cta-band .eyebrow {
  margin-bottom: 0.9rem;
  color: #e4b39c;
}

.cta-band .eyebrow::before {
  background: #e4b39c;
}

.page-hero {
  position: relative;
  min-height: clamp(300px, 30vw, 420px);
  display: grid;
  align-items: center;
  overflow: hidden;
  padding: clamp(64px, 6vw, 92px) 0;
  background: var(--paper);
}

.page-hero::before {
  content: "";
  position: absolute;
  top: -42%;
  right: 4%;
  width: min(430px, 34vw);
  aspect-ratio: 1;
  border: 1px solid rgba(111, 126, 107, 0.48);
  transform: rotate(7deg);
  animation: frame-reveal 900ms var(--ease) both;
}

.page-hero::after {
  content: "";
  position: absolute;
  right: 14%;
  bottom: -58%;
  width: min(320px, 27vw);
  aspect-ratio: 1;
  border: 1px solid rgba(183, 102, 69, 0.48);
  transform: rotate(-6deg);
  animation: frame-reveal 900ms 120ms var(--ease) both;
}

@keyframes frame-reveal {
  from {
    opacity: 0;
    clip-path: inset(0 100% 100% 0);
  }

  to {
    opacity: 1;
    clip-path: inset(0);
  }
}

.page-hero .shell {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 850px;
}

.page-hero p:not(.eyebrow) {
  max-width: 680px;
  color: var(--ink-soft);
  font-family: var(--font-display);
  font-size: 1.35rem;
  line-height: 1.4;
}

.page-hero--small {
  min-height: 350px;
  padding: 72px 0;
}

.page-hero--art {
  min-height: 460px;
}

.page-hero--courses {
  min-height: 280px;
  padding-bottom: 44px;
}

.page-hero__art {
  display: none;
}

.content-grid > div:first-child > p:first-of-type {
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 1.28rem;
  line-height: 1.5;
}

.about-location {
  display: grid;
  align-content: end;
  justify-items: start;
  min-height: 220px;
  padding: 30px 0 6px 38px;
  border-left: 1px solid var(--line-dark);
}

.about-location .eyebrow {
  margin-bottom: auto;
}

.about-location strong {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 400;
}

.about-location span,
.about-location a {
  color: var(--ink-soft);
}

.practice-spaces {
  background: var(--paper);
}

.practice-spaces__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  align-items: end;
  gap: 48px 84px;
  margin-bottom: clamp(44px, 5vw, 76px);
}

.practice-spaces__heading h2 {
  max-width: 700px;
  margin-bottom: 0;
}

.practice-spaces__heading > p {
  margin: 0;
  color: var(--ink-soft);
}

.practice-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.82fr);
  align-items: start;
  gap: clamp(28px, 4vw, 58px);
}

.practice-photo {
  min-width: 0;
  margin: 0;
}

.practice-photo--conversation {
  margin-top: clamp(48px, 8vw, 104px);
}

.practice-photo img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.practice-photo--room img {
  object-position: 50% 48%;
}

.practice-photo--conversation img {
  aspect-ratio: 3 / 4;
  object-position: center;
}

.practice-photo figcaption {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.practice-photo figcaption::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--clay);
}

.about-team-section {
  background: var(--paper-light);
}

.practitioner-list {
  border-top: 1px solid var(--line-dark);
}

.practitioner {
  display: grid;
  grid-template-columns: 52px 118px minmax(230px, 0.72fr) minmax(300px, 1fr);
  align-items: center;
  gap: 28px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line-dark);
}

.practitioner__number {
  color: var(--clay);
  font-family: var(--font-display);
}

.practitioner > img {
  width: 118px;
  height: 118px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  filter: saturate(0.78) contrast(0.96);
}

.practitioner__identity {
  display: grid;
  gap: 4px;
}

.practitioner h3,
.practitioner p {
  margin: 0;
}

.practitioner h3 {
  font-size: clamp(1.75rem, 1.5rem + 0.8vw, 2.2rem);
  line-height: 1.08;
}

.practitioner__identity p,
.practitioner__bio {
  color: var(--ink-soft);
}

.practitioner__identity p {
  font-size: 0.78rem;
  line-height: 1.45;
}

.practitioner__bio {
  max-width: 590px;
  font-size: 0.9rem;
}

.info-panel {
  position: relative;
  overflow: hidden;
  padding: 34px 36px;
  border: 1px solid rgba(216, 207, 196, 0.7);
  border-radius: var(--radius-panel);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.info-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 2px;
  background: var(--clay);
}

.info-panel h2,
.info-panel h3 {
  font-size: clamp(1.45rem, 1.3rem + 0.6vw, 1.72rem);
}

.info-panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-panel li {
  position: relative;
  padding: 12px 0 12px 22px;
  border-bottom: 1px solid var(--line);
}

.info-panel li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 1px;
  width: 7px;
  height: 7px;
  border: 1px solid var(--clay);
  border-radius: 50%;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
}

.service-list article {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 44px 46px 40px;
  border: 0;
  border-bottom: 1px solid var(--line-dark);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background-color 260ms var(--ease);
}

.service-list article:hover,
.service-list article:focus-within {
  background-color: rgba(255, 254, 250, 0.72);
}

.service-list article:nth-child(odd) {
  border-right: 1px solid var(--line-dark);
}

.service-list article p {
  max-width: 46ch;
  color: var(--ink-soft);
}

.service-list h2 {
  font-size: clamp(1.85rem, 1.4rem + 1.7vw, 2.55rem);
}

/* Bindet die Links einer Zeile auf eine gemeinsame Grundlinie. */
.service-list .text-link {
  display: inline-block;
  margin-top: auto;
  padding-top: 22px;
}

.course-grid,
.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

.course-grid article,
.contact-cards article {
  position: relative;
  padding: 28px 0 4px;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

/* Der kurze Akzent markiert den Spaltenanfang, die Haarlinie traegt die
   Struktur. Gleiche Farbe fuer alle Karten: die Reihenfolge sagt nichts aus. */
.course-grid article::before,
.contact-cards article::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 46px;
  height: 2px;
  background: var(--clay);
}

.course-grid h2,
.contact-cards h2 {
  font-size: clamp(1.5rem, 1.28rem + 0.85vw, 1.9rem);
}

.course-grid p,
.contact-cards p {
  color: var(--ink-soft);
}

.course-catalog-section .section-heading {
  max-width: 760px;
}

.course-catalog {
  border-top: 1px solid var(--line-dark);
}

.course-entry {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: 34px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line-dark);
}

.course-entry__number {
  color: var(--clay);
  font-family: var(--font-display);
  font-size: 1.15rem;
}

.course-entry__body h3,
.course-catalog__empty h3 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 1.45rem + 1vw, 2.35rem);
}

.course-entry__body > p,
.course-entry__dates > p,
.course-catalog__empty p {
  color: var(--ink-soft);
}

.course-entry__body dl {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin: 24px 0 0;
}

.course-entry__body dl div {
  display: grid;
  gap: 2px;
}

.course-entry__body dt {
  color: var(--clay);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.course-entry__body dd {
  margin: 0;
  color: var(--ink-soft);
}

.course-entry__dates {
  display: grid;
  align-content: start;
  gap: 16px;
  padding-left: 30px;
  border-left: 1px solid var(--line);
}

.course-date {
  display: grid;
  gap: 2px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.course-date time {
  font-family: var(--font-display);
  font-size: 1.18rem;
}

.course-date span {
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.course-date strong {
  margin-top: 4px;
  color: var(--clay);
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.course-date .course-select-action {
  margin-top: 12px;
}

.course-entry__dates .text-link--arrow {
  justify-self: start;
  margin-top: 4px;
}

.course-select-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-self: start;
  gap: 10px;
  margin-top: 4px;
  border: 1px solid rgba(111, 122, 104, 0.5);
  border-radius: 4px;
  padding: 10px 13px;
  background: rgba(111, 122, 104, 0.09);
  color: var(--ink);
  font-weight: 600;
  transition: border-color 180ms ease, background-color 180ms ease;
}

.course-select-action > i:first-child {
  color: var(--clay);
  font-size: 1rem;
}

.course-select-action > i:last-child {
  margin-left: 2px;
  transition: transform 180ms var(--ease);
}

.course-select-action:hover,
.course-select-action:focus-visible {
  border-color: var(--sage);
  background: rgba(111, 122, 104, 0.15);
}

.course-select-action:hover > i:last-child,
.course-select-action:focus-visible > i:last-child {
  transform: translateX(3px);
}

.booking-preset-summary {
  display: grid;
  gap: 4px;
  margin: 0 0 28px;
  border-left: 2px solid var(--clay);
  padding: 14px 18px;
  background: rgba(111, 122, 104, 0.08);
}

.booking-preset-summary > span {
  color: var(--clay);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
}

.booking-preset-summary > strong {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 400;
}

.booking-preset-summary > small {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.course-catalog__empty {
  max-width: 620px;
  padding: 38px 0;
  border-block: 1px solid var(--line-dark);
}

/* Das Formular ist die Hauptsache der Seite und bekommt die breitere Spalte. */
.contact-layout--form {
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.contact-form {
  display: grid;
  gap: 24px;
  padding: clamp(26px, 3vw, 40px);
  border: 1px solid rgba(216, 207, 196, 0.7);
  border-radius: var(--radius-panel);
  background: var(--paper);
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  display: grid;
  gap: 7px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  padding: 0.72rem 0.85rem;
  color: var(--ink);
  background: var(--white);
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.contact-form input:hover,
.contact-form textarea:hover {
  border-color: var(--line-dark);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border-color: var(--clay);
  box-shadow: 0 0 0 3px rgba(183, 102, 69, 0.14);
}

.contact-form .btn {
  justify-self: start;
  margin-top: 6px;
}

.legal-text {
  max-width: 840px;
}

.legal-text h2 {
  margin-top: 2.4rem;
  font-size: 2rem;
}

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

.site-footer {
  padding: 72px 0 26px;
  background: #2d3d36;
  color: rgba(246, 242, 235, 0.76);
}

.site-footer h2 {
  margin-bottom: 20px;
  color: var(--paper-light);
  font-family: var(--font-body);
  font-size: 0.76rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-footer a {
  color: var(--paper-light);
}

.site-footer a:hover {
  color: #e4b39c;
}

.brand--footer {
  margin-bottom: 24px;
  color: var(--paper-light);
}

.brand--footer:hover {
  color: var(--paper-light);
}

.brand--footer .brand__seal,
.brand--footer .brand__seal::before,
.brand--footer .brand__seal::after,
.brand--footer .brand__seal i {
  border-color: var(--paper-light);
}

.brand--footer .brand__name,
.brand--footer .brand__name em {
  color: var(--paper-light);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr 0.8fr;
  gap: 64px;
}

.footer-grid > div:first-child p {
  max-width: 420px;
}

.footer-bottom {
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(246, 242, 235, 0.18);
  font-size: 0.82rem;
}

@media (max-width: 991px) {
  .nav-shell {
    width: min(1180px, calc(100% - 40px));
  }

  .navbar-collapse {
    padding: 18px 0 10px;
    border-top: 1px solid var(--line);
  }

  .navbar-nav {
    align-items: stretch !important;
  }

  .nav-link {
    padding: 0.72rem 0 !important;
  }

  .nav-link::after {
    right: 0;
    left: 0;
  }

  .nav-item--cta {
    margin: 12px 0 0;
  }

  .nav-item--cta .btn {
    width: 100%;
  }

  .header-contact__inner {
    justify-content: center;
  }

  .header-contact__inner span:first-child {
    display: none;
  }

  .poster-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  }

  .poster-hero__animation,
  .poster-hero__still {
    right: -34%;
  }

  .intro-grid,
  .split-grid,
  .content-grid,
  .contact-layout,
  .contact-layout--form,
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .intro-grid > div:last-child {
    padding-top: 0;
  }

  .cta-band__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cta-band__aside {
    max-width: 600px;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .practitioner {
    grid-template-columns: 44px 90px minmax(0, 1fr);
    gap: 14px 20px;
  }

  .practitioner > img {
    width: 90px;
    height: 90px;
  }

  .practitioner__bio {
    grid-column: 3;
  }
}

@media (max-width: 700px) {
  html,
  body {
    overflow-x: hidden;
  }

  .shell {
    width: calc(100% - 32px);
  }

  /* Lange deutsche Komposita duerfen umbrechen statt zu ueberlaufen. */
  h1,
  h2,
  h3 {
    hyphens: auto;
  }

  .nav-shell {
    width: calc(100% - 28px);
    min-height: 56px;
    padding: 4px 0;
  }

  .site-header .brand {
    gap: 10px;
    max-width: 230px;
  }

  .site-header .brand__seal {
    width: 30px;
    height: 30px;
  }

  .site-header .brand__name {
    font-size: 0.9rem;
  }

  .site-header .brand__name em {
    font-size: 0.76rem;
  }

  .header-contact {
    display: none;
  }

  .poster-hero {
    min-height: 0;
    background: var(--paper);
  }

  .poster-hero__grid {
    position: relative;
    display: block;
  }

  .poster-hero__content {
    padding: 48px 0 18px;
  }

  .poster-hero h1 {
    max-width: none;
    margin-bottom: 20px;
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .poster-rule {
    margin-bottom: 22px;
  }

  .poster-kicker {
    margin-bottom: 22px;
    font-size: 0.76rem;
    letter-spacing: 0.14em;
  }

  .poster-lead {
    max-width: 360px;
    margin-bottom: 26px;
    font-size: 1.22rem;
  }

  .poster-hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
  }

  .poster-hero__actions .btn {
    width: 100%;
  }

  .poster-hero__meta {
    display: none;
  }

  .poster-hero__visual {
    position: relative;
    right: auto;
    bottom: auto;
    width: calc(100% + 32px);
    height: 280px;
    min-height: 0;
    margin: -6px -16px 0;
  }

  .poster-hero__animation,
  .poster-hero__still {
    top: -4%;
    right: 8px;
    width: auto;
    height: 112%;
    -webkit-mask-image: linear-gradient(to bottom, #000 76%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 76%, transparent 100%);
  }

  .poster-hero__visual::before {
    top: -8%;
    right: -3%;
    width: 60%;
    box-shadow: -104px 144px 0 -24px rgba(230, 225, 215, 0.58);
  }

  .poster-hero__visual::after {
    right: -8%;
    bottom: -8%;
    width: 48%;
  }

  .section-heading {
    margin-bottom: 32px;
  }

  .intro-lead {
    font-size: 1.28rem;
  }

  .service-ledger,
  .service-list {
    grid-template-columns: 1fr;
  }

  .service-card {
    grid-template-columns: 52px 1fr;
    column-gap: 18px;
    padding: 26px 0;
    border-right: 0;
  }

  .service-card:nth-child(odd) {
    border-right: 0;
  }

  .service-card:nth-child(even) {
    padding-left: 0;
  }

  .service-card a {
    margin-top: 18px;
  }

  .service-card__icon {
    width: 40px;
    height: 40px;
  }

  .service-card__icon .bi {
    font-size: 1.2rem;
  }

  .service-list article {
    padding: 32px 0 30px;
    border-right: 0;
  }

  .service-list article:nth-child(odd) {
    border-right: 0;
  }

  .service-list .text-link {
    padding-top: 18px;
  }

  .art-panel {
    aspect-ratio: 1 / 1;
  }

  .split-grid {
    gap: 38px;
  }

  .split-grid > div:last-child {
    order: 1;
  }

  .course-preview {
    order: 2;
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
  }

  .course-preview__heading {
    grid-template-columns: 48px minmax(0, 1fr);
    align-content: center;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .course-preview__heading > span {
    font-size: 3.2rem;
    line-height: 1;
  }

  .course-preview__heading p {
    min-width: 0;
    font-size: 0.76rem;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }

  .course-preview__heading p br {
    display: none;
  }

  .course-preview__list li {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
    gap: 16px;
    min-height: 0;
    padding: 22px 0;
  }

  .course-preview__list time {
    align-self: stretch;
    align-content: center;
    padding-right: 14px;
  }

  .course-preview__list li > div {
    min-width: 0;
  }

  .course-preview__list div > strong {
    max-width: 100%;
    font-size: 1.12rem;
    line-height: 1.3;
    overflow-wrap: anywhere;
    hyphens: auto;
  }

  .course-preview__list div span {
    line-height: 1.45;
    overflow-wrap: anywhere;
  }

  .cta-band h2 {
    max-width: 100%;
    font-size: 2.05rem;
    line-height: 1.16;
    overflow-wrap: anywhere;
  }

  .art-panel--poster {
    display: none;
  }

  .page-hero,
  .page-hero--small,
  .page-hero--art {
    min-height: 300px;
  }

  .page-hero::before {
    top: -18%;
    right: -15%;
    width: 230px;
  }

  .page-hero::after {
    right: 12%;
    bottom: -34%;
    width: 170px;
  }

  .page-hero p:not(.eyebrow) {
    font-size: 1.15rem;
  }

  .page-hero--courses {
    min-height: 270px;
    padding-bottom: 30px;
  }

  .content-grid {
    gap: 38px;
  }

  .about-location {
    min-height: 0;
    padding: 26px 0 0;
    border-top: 1px solid var(--line-dark);
    border-left: 0;
  }

  .about-location .eyebrow {
    margin-bottom: 18px;
  }

  .practice-spaces__heading {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .practice-gallery {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .practice-photo--conversation {
    margin-top: 0;
  }

  .practice-photo img,
  .practice-photo--conversation img {
    aspect-ratio: 4 / 5;
  }

  .practitioner {
    grid-template-columns: 28px 72px minmax(0, 1fr);
    align-items: start;
    gap: 12px;
    padding: 26px 0;
  }

  .practitioner > img {
    width: 72px;
    height: 72px;
  }

  .practitioner__identity {
    align-self: center;
  }

  .practitioner h3 {
    font-size: 1.55rem;
  }

  .practitioner__bio {
    grid-column: 2 / -1;
  }

  .course-grid,
  .contact-cards {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .course-entry {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
    padding: 30px 0;
  }

  .course-entry__dates {
    grid-column: 1 / -1;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
}

@media (max-width: 350px) {
  .poster-hero h1 {
    font-size: 2.08rem;
  }
}

/* Booking wizard */
.page-hero--booking {
  padding: 76px 0 64px;
}

.page-hero--booking h1 {
  max-width: 850px;
}

.page-hero--booking p:last-child {
  max-width: 680px;
}

.booking-section {
  padding: 64px 0 104px;
  background: var(--paper-light);
}

.wizard-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 820px;
  margin: 0 auto 62px;
  padding: 0;
  list-style: none;
  /* Abstand zum Sticky-Header beim Schrittwechsel. */
  scroll-margin-top: 116px;
}

.wizard-progress li {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.wizard-progress li::before {
  content: "";
  position: absolute;
  top: 15px;
  right: 50%;
  left: -50%;
  height: 1px;
  background: var(--line);
}

/* Die Verbindungslinie laeuft mit dem Fortschritt voll. */
.wizard-progress li::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 50%;
  left: -50%;
  height: 1px;
  background: var(--sage);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 460ms var(--ease);
}

.wizard-progress .is-active::after,
.wizard-progress .is-done::after {
  transform: scaleX(1);
}

.wizard-progress li:first-child::before,
.wizard-progress li:first-child::after {
  display: none;
}

.wizard-progress span {
  transition: background-color 300ms var(--ease), border-color 300ms var(--ease),
    color 300ms var(--ease), transform 300ms var(--ease);
}

.wizard-progress .is-active span {
  transform: scale(1.08);
}

.wizard-progress span {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: var(--paper-light);
}

.wizard-progress .is-active,
.wizard-progress .is-done {
  color: var(--ink);
}

.wizard-progress .is-active span,
.wizard-progress .is-done span {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--white);
}

.booking-wizard {
  max-width: 980px;
  margin: 0 auto;
}

.wizard-step {
  display: none;
  min-width: 0;
  border: 0;
  padding: 0;
  /* Sonst schiebt scrollIntoView den Schritt unter den Sticky-Header. */
  scroll-margin-top: 128px;
}

.wizard-step.is-active {
  display: block;
}

.wizard-step legend {
  margin-bottom: 12px;
  color: var(--ink);
  font-family: var(--font-display);
  font-size: 2.75rem;
  line-height: 1.05;
}

.wizard-intro {
  margin-bottom: 34px;
  color: var(--ink-soft);
}

.choice-grid {
  display: grid;
  gap: 16px;
}

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

.choice-grid--two {
  max-width: 720px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-grid--one {
  max-width: 520px;
  grid-template-columns: minmax(0, 1fr);
}

.choice-tile,
.choice-row,
.slot-option {
  cursor: pointer;
}

.choice-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border: 1px solid var(--line);
  padding: 28px;
  background: var(--white);
  transition: border-color 160ms ease, background-color 160ms ease;
}

.choice-tile::before,
.choice-tile::after {
  content: "";
  position: absolute;
  opacity: 0;
  transition: opacity 180ms ease, transform 180ms ease;
}

.choice-tile::before {
  top: 18px;
  right: 18px;
  width: 22px;
  height: 22px;
  border: 1px solid var(--sage);
  background: var(--sage);
  transform: scale(0.86);
}

.choice-tile::after {
  top: 23px;
  right: 25px;
  width: 7px;
  height: 11px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(45deg) scale(0.86);
}

.choice-tile.is-selected::before,
.choice-tile.is-selected::after {
  opacity: 1;
}

.choice-tile.is-selected::before {
  transform: scale(1);
}

.choice-tile.is-selected::after {
  transform: rotate(45deg) scale(1);
}

.choice-tile input,
.choice-row input,
.slot-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.choice-tile:hover,
.choice-tile.is-selected,
.choice-row:hover,
.choice-row.is-selected,
.slot-option:hover,
.slot-option.is-selected {
  border-color: var(--sage);
  background: #f4f2ea;
}

.choice-tile__icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--sage);
  background: transparent;
  font-size: 1.5rem;
}

.choice-tile__icon--clay {
  border-color: var(--clay);
}

.choice-tile strong {
  margin-bottom: 7px;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 400;
}

.choice-tile small,
.choice-row small,
.slot-option small {
  color: var(--ink-soft);
}

.choice-list,
.slot-list {
  display: grid;
  gap: 10px;
}

.slot-item[hidden] {
  display: none;
}

.slot-item {
  min-width: 0;
}

.choice-row,
.slot-option {
  display: flex;
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  padding: 20px 22px;
  background: var(--white);
}

.slot-item .slot-option {
  width: 100%;
}

.slot-item:has(.slot-occurrences) .slot-option {
  border-bottom: 0;
}

.choice-row > span,
.slot-option__body {
  flex: 1;
  display: grid;
  gap: 3px;
}

.choice-row strong,
.slot-option__body > strong {
  font-family: var(--font-display);
  font-size: 1.22rem;
  font-weight: 400;
}

.slot-option__date {
  width: 58px;
  display: grid;
  justify-items: center;
  border-right: 1px solid var(--line);
  padding-right: 18px;
  text-transform: uppercase;
}

.slot-option__date strong {
  font-family: var(--font-display);
  font-size: 2rem;
  line-height: 1;
}

.slot-option__body em {
  color: var(--clay);
  font-size: 0.76rem;
  font-style: normal;
  text-transform: uppercase;
}

.slot-occurrences {
  border: 1px solid var(--line);
  border-top: 1px solid rgba(216, 207, 196, 0.68);
  background: var(--white);
}

.slot-occurrences summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 13px 22px;
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 600;
  list-style: none;
}

.slot-occurrences summary::-webkit-details-marker {
  display: none;
}

.slot-occurrences summary i {
  transition: transform 180ms var(--ease);
}

.slot-occurrences[open] summary i {
  transform: rotate(180deg);
}

.slot-occurrences ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  margin: 0 22px 16px;
  padding: 12px 0 0 22px;
  border-top: 1px solid var(--line);
}

.slot-occurrences li {
  padding: 7px 0;
  color: var(--ink-soft);
  font-size: 0.76rem;
}

.wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.wizard-actions--end {
  justify-content: flex-end;
}

.booking-fields,
.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.booking-fields label,
.admin-form label,
.admin-login label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.booking-fields input,
.booking-fields textarea,
.admin-form input,
.admin-form select,
.admin-login input {
  width: 100%;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  padding: 12px 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 400;
}

.booking-fields__wide,
.admin-form__wide {
  grid-column: 1 / -1;
}

.consent-check {
  grid-template-columns: auto 1fr !important;
  align-items: start;
  font-weight: 400 !important;
}

.consent-check input {
  width: 18px;
  margin-top: 4px;
}

.empty-slots {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 52px 24px;
  border: 1px solid var(--line);
  text-align: center;
}

.empty-slots[hidden] {
  display: none;
}

.empty-slots i {
  font-size: 2rem;
}

.form-errors {
  margin-bottom: 24px;
  color: #873d31;
}

.booking-success {
  max-width: 760px;
  margin: 0 auto;
}

.booking-success__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: var(--sage);
  color: var(--white);
  font-size: 1.6rem;
}

.booking-summary {
  margin: 34px 0;
  border-top: 1px solid var(--line);
}

.booking-summary > div {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.booking-summary dt {
  color: var(--ink-soft);
}

.booking-summary dd {
  margin: 0;
}

/* Administration */
.admin-html {
  overflow-x: hidden;
}

.admin-body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--paper-light);
}

.admin-page {
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
}

.admin-app-shell {
  display: grid;
  grid-template-columns: 252px minmax(0, 1fr);
  min-width: 0;
  min-height: 100vh;
}

.admin-sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  padding: 32px 22px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--ink);
  color: var(--paper-light);
}

.admin-brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 48px;
  margin: 0 8px 56px;
  color: var(--paper-light);
}

.admin-brand:hover {
  color: var(--paper-light);
}

.admin-brand .brand__seal {
  flex: 0 0 auto;
  border-color: rgba(255, 255, 255, 0.72);
}

.admin-brand .brand__seal::before,
.admin-brand .brand__seal::after,
.admin-brand .brand__seal i {
  border-color: rgba(255, 255, 255, 0.52);
}

.admin-brand > span:last-child {
  display: grid;
  gap: 1px;
}

.admin-brand strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 400;
}

.admin-brand small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.admin-sidebar__nav {
  display: grid;
  gap: 7px;
}

.admin-sidebar__nav a,
.admin-sidebar__footer a,
.admin-sidebar__footer button {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  border-left: 2px solid transparent;
  background: transparent;
  color: rgba(255, 255, 255, 0.68);
  font: inherit;
  font-size: 0.86rem;
  text-align: left;
  transition: color 180ms var(--ease), background-color 180ms var(--ease), border-color 180ms var(--ease);
}

.admin-sidebar__nav a:hover,
.admin-sidebar__footer a:hover,
.admin-sidebar__footer button:hover {
  color: var(--white);
}

.admin-sidebar__nav a.is-active {
  border-left-color: var(--clay-light);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
}

.admin-sidebar__nav i,
.admin-sidebar__footer i {
  font-size: 1rem;
}

.admin-sidebar__footer {
  display: grid;
  gap: 4px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.admin-sidebar__footer form {
  margin: 0;
}

.admin-sidebar__footer button {
  width: 100%;
}

.admin-workspace {
  width: 100%;
  min-width: 0;
  max-width: 1500px;
  padding: 42px clamp(32px, 5vw, 76px) 90px;
}

.admin-topbar,
.admin-section__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
}

.admin-topbar {
  min-height: 88px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.admin-topbar h1 {
  margin: 0;
  font-size: clamp(2.5rem, 4vw, 3.7rem);
}

.admin-topbar__context {
  display: grid;
  gap: 4px;
  padding-bottom: 8px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  text-align: right;
}

.admin-topbar__context strong {
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 600;
}

.admin-view {
  min-width: 0;
  padding-top: 46px;
}

.admin-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid var(--line);
}

.admin-metrics a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 18px;
  min-height: 132px;
  padding: 28px 30px;
  border-right: 1px solid var(--line);
}

.admin-metrics a:last-child {
  border-right: 0;
}

.admin-metrics strong {
  grid-column: 1;
  font-family: var(--font-display);
  font-size: 2.45rem;
  font-weight: 400;
}

.admin-metrics span {
  grid-column: 1;
  color: var(--ink-soft);
  font-size: 0.8rem;
}

.admin-metrics i {
  grid-column: 2;
  grid-row: 1 / 3;
  align-self: center;
  color: var(--clay);
  transition: transform 180ms var(--ease);
}

.admin-metrics a:hover i {
  transform: translateX(4px);
}

.admin-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.85fr);
  gap: clamp(42px, 5vw, 76px);
  padding-top: 58px;
}

.admin-overview-section > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 20px;
}

.admin-overview-section h2 {
  margin: 0;
  font-size: 1.75rem;
}

.admin-overview-section > header > a {
  color: var(--clay);
  font-size: 0.76rem;
  font-weight: 600;
}

.admin-compact-list {
  border-top: 1px solid var(--line-dark);
}

.admin-compact-list article {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  min-height: 86px;
  border-bottom: 1px solid var(--line);
  padding: 12px 0;
}

.admin-compact-list time {
  display: grid;
  justify-items: center;
  padding-right: 18px;
  border-right: 1px solid var(--line);
  text-transform: uppercase;
}

.admin-compact-list time strong {
  font-family: var(--font-display);
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1;
}

.admin-compact-list time span {
  color: var(--ink-soft);
  font-size: 0.65rem;
}

.admin-compact-list article > div {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.admin-compact-list article > div > strong,
.admin-compact-list article > div > small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-compact-list article > div > small,
.admin-compact-list article > span:last-child {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.admin-compact-list--bookings article {
  grid-template-columns: 42px minmax(0, 1fr) auto;
}

.admin-initials {
  display: grid;
  width: 36px;
  aspect-ratio: 1;
  place-items: center;
  border: 1px solid var(--line-dark);
  color: var(--ink) !important;
  font-family: var(--font-display);
  font-size: 0.82rem !important;
}

.admin-empty-state,
.admin-table__empty {
  margin: 0;
  padding: 28px 0;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

.admin-table__empty {
  text-align: center;
}

.admin-section__heading {
  margin-bottom: 30px;
}

.admin-section__heading > p {
  max-width: 520px;
  color: var(--ink-soft);
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: end;
  margin-bottom: 42px;
  border-block: 1px solid var(--line);
  padding: 28px 0;
}

.admin-form--schedule {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.admin-schedule-toolbar {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  border-block: 1px solid var(--line);
  padding: 18px 0;
}

.admin-schedule-toolbar .btn,
.admin-wizard-actions .btn,
.admin-custom-occurrences__heading .btn {
  gap: 8px;
}

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

.admin-wizard-fields.admin-wizard-fields--offering {
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.5fr);
}

.admin-wizard-fields__wide {
  grid-column: 1 / -1;
}

.admin-wizard-fields textarea {
  width: 100%;
  min-height: 112px;
  border: 1px solid var(--line-dark);
  padding: 13px 14px;
  background: var(--paper);
  color: var(--ink);
  font: inherit;
  line-height: 1.5;
  resize: vertical;
}

.admin-wizard-fields textarea:focus {
  border-color: var(--sage);
  outline: 2px solid rgba(111, 122, 104, 0.18);
}

.admin-wizard-fields textarea.is-invalid {
  border-color: #a33e34;
}

.admin-character-count {
  justify-self: end;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.admin-offering-review__description {
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.admin-offering-review__description strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.admin-offering-review__description p {
  max-width: 760px;
  margin: 0;
  line-height: 1.65;
}

.admin-wizard-page {
  min-height: 100vh;
}

.admin-wizard-page__topbar {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  border-bottom: 1px solid var(--line);
  padding: 16px max(24px, calc((100vw - 1180px) / 2));
}

.admin-wizard-page__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 600;
}

.admin-wizard-page__back i {
  font-size: 1rem;
  transition: transform 180ms var(--ease);
}

.admin-wizard-page__back:hover i {
  transform: translateX(-3px);
}

.admin-wizard-page__brand {
  min-height: 40px;
  margin: 0;
  color: var(--ink);
}

.admin-wizard-page__brand:hover {
  color: var(--ink);
}

.admin-wizard-page__brand .brand__seal,
.admin-wizard-page__brand .brand__seal::before,
.admin-wizard-page__brand .brand__seal::after,
.admin-wizard-page__brand .brand__seal i {
  border-color: rgba(48, 65, 57, 0.52);
}

.admin-wizard-page__brand small {
  color: var(--ink-soft);
}

.admin-wizard-page__main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 54px 0 90px;
}

.admin-wizard-page__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.admin-wizard-page__heading h1 {
  margin: 4px 0 10px;
  font-size: clamp(2.5rem, 4.6vw, 4rem);
}

.admin-wizard-page__heading > p:last-child {
  margin: 0;
  color: var(--ink-soft);
}

.admin-schedule-wizard--focused {
  margin-bottom: 0;
}

.admin-schedule-wizard {
  margin-bottom: 56px;
  border-block: 1px solid var(--line-dark);
  padding: 28px 0 36px;
}

.admin-wizard-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 0 44px;
  padding: 0;
  list-style: none;
}

.admin-wizard-progress li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.admin-wizard-progress li::after {
  content: "";
  position: static;
  flex: 1 1 auto;
  min-width: 16px;
  height: 1px;
  margin: 0 12px 0 4px;
  background: var(--line);
}

.admin-wizard-progress li:last-child::after {
  display: none;
}

.admin-wizard-progress li > span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  background: var(--paper-light);
  font-size: 0.72rem;
}

.admin-wizard-progress li.is-active,
.admin-wizard-progress li.is-complete {
  color: var(--ink);
}

.admin-wizard-progress li.is-active > span,
.admin-wizard-progress li.is-complete > span {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--white);
}

.admin-wizard-progress li.is-complete::after {
  background: var(--sage);
}

.admin-wizard-step > header {
  max-width: 690px;
  margin-bottom: 28px;
}

.admin-wizard-step > header h3 {
  margin: 2px 0 6px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
}

.admin-wizard-step > header p:last-child {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.admin-wizard-choices {
  display: grid;
  gap: 12px;
}

.admin-wizard-choices--offerings {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-wizard-choices--kinds,
.admin-wizard-choices--modes {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-wizard-choice {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-control);
  padding: 16px 18px;
  background: rgba(255, 254, 250, 0.46);
  cursor: pointer;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.admin-wizard-choice:hover {
  border-color: var(--line-dark);
  background: var(--white);
}

.admin-wizard-choice:has(input:checked) {
  border-color: var(--sage);
  background: #eef0ea;
}

.admin-wizard-choice:has(input:focus-visible) {
  outline: 2px solid var(--clay);
  outline-offset: 2px;
}

.admin-wizard-choice:has(input.is-invalid) {
  border-color: #a33e34;
}

.admin-wizard-choice > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.admin-wizard-choice__icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--sage-deep);
  font-size: 1rem;
}

.admin-wizard-choice > span:nth-of-type(2) {
  display: grid;
  gap: 3px;
}

.admin-wizard-choice strong {
  font-size: 0.92rem;
  font-weight: 600;
}

.admin-wizard-choice small,
.admin-wizard-fields label > small,
.admin-custom-occurrences__heading small,
.admin-publish-choice small {
  color: var(--ink-soft);
  font-size: 0.76rem;
  line-height: 1.4;
}

.admin-wizard-choice__check {
  color: var(--sage);
  opacity: 0;
}

.admin-wizard-choice:has(input:checked) .admin-wizard-choice__check {
  opacity: 1;
}

.admin-wizard-fields {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 28px;
}

.admin-wizard-fields label,
.admin-occurrence-row label {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
}

.admin-wizard-fields input,
.admin-occurrence-row input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  padding: 0.7rem 0.85rem;
  background: var(--paper-light);
  color: var(--ink);
  font: inherit;
}

.admin-wizard-fields input:focus,
.admin-occurrence-row input:focus {
  border-color: var(--sage);
  outline: 2px solid rgba(111, 122, 104, 0.18);
}

.admin-wizard-fields input.is-invalid,
.admin-occurrence-row input.is-invalid {
  border-color: #a33e34;
}

.admin-wizard-actions {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 36px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.btn-quiet {
  border-color: var(--line-dark);
  background: transparent;
  color: var(--ink);
}

.btn-quiet:hover,
.btn-quiet:focus {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.admin-custom-occurrences {
  margin-top: 28px;
}

.admin-custom-occurrences__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}

.admin-custom-occurrences__heading > div {
  display: grid;
  gap: 3px;
}

.admin-occurrence-row {
  display: grid;
  grid-template-columns: 34px minmax(220px, 1fr) minmax(130px, 180px) 38px;
  align-items: end;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding: 15px 0;
}

.admin-occurrence-row:last-child {
  border-bottom: 1px solid var(--line);
}

.admin-occurrence-row__number {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-bottom: 10px;
  border: 1px solid var(--line-dark);
  border-radius: 50%;
  font-size: 0.72rem;
}

.admin-occurrence-row .icon-action {
  margin-bottom: 7px;
}

.admin-occurrence-row .icon-action:disabled {
  opacity: 0.3;
}

.admin-input-suffix {
  position: relative;
}

.admin-input-suffix > span {
  position: absolute;
  top: 50%;
  right: 12px;
  color: var(--ink-soft);
  font-size: 0.72rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.admin-input-suffix input {
  padding-right: 48px;
}

.admin-wizard-review {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(340px, 1.2fr);
  gap: 44px;
  border-block: 1px solid var(--line);
  padding: 24px 0;
}

.admin-wizard-review dl,
.admin-wizard-review ol {
  margin: 0;
}

.admin-wizard-review dl > div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 16px;
  padding: 8px 0;
}

.admin-wizard-review dt {
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 500;
}

.admin-wizard-review dd {
  margin: 0;
  font-size: 0.86rem;
  font-weight: 600;
}

.admin-wizard-review__dates > strong {
  display: block;
  margin-bottom: 8px;
  font-size: 0.78rem;
}

.admin-wizard-review__dates ol {
  display: grid;
  gap: 5px;
  padding-left: 22px;
  font-size: 0.82rem;
}

.admin-publish-choice {
  display: flex;
  align-items: start;
  gap: 12px;
  margin-top: 24px;
  cursor: pointer;
}

.admin-publish-choice input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  accent-color: var(--sage);
}

.admin-publish-choice span {
  display: grid;
  gap: 2px;
}

.admin-form__errors {
  grid-column: 1 / -1;
  margin: 0;
}

.admin-form__errors:empty {
  display: none;
}

.switch-field {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  min-height: 48px;
}

.switch-field input {
  width: 18px;
}

.admin-table-wrap {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow-x: auto;
  border-top: 1px solid var(--line-dark);
}

.admin-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.84rem;
}

.admin-table th {
  color: var(--ink-soft);
  font-size: 0.72rem;
  text-align: left;
  text-transform: uppercase;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 15px 12px;
  vertical-align: top;
}

.admin-table td strong,
.admin-table td small {
  display: block;
}

.status-pill {
  display: inline-block;
  border: 1px solid var(--line-dark);
  padding: 3px 8px;
  font-size: 0.7rem;
}

.status-pill.is-live {
  border-color: var(--sage);
  background: var(--sage);
  color: var(--white) !important;
}

.icon-action {
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  color: var(--ink);
}

.admin-table__actions {
  width: 1%;
  white-space: nowrap;
}

.admin-table__actions .btn {
  gap: 8px;
  min-height: 36px;
  padding: 7px 12px;
}

.admin-detail-page {
  min-height: 100vh;
}

.admin-detail-page__main {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 48px 0 90px;
}

.admin-detail-errors:empty {
  display: none;
}

.admin-detail-hero {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  padding: 16px 0 34px;
}

.admin-detail-hero h1 {
  margin: 4px 0 14px;
  font-size: clamp(2.5rem, 4.8vw, 4.2rem);
}

.admin-detail-hero > .btn {
  flex: 0 0 auto;
  gap: 9px;
}

.admin-detail-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 22px;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.admin-detail-meta > span:not(.status-pill) {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.admin-detail-tabs {
  position: sticky;
  z-index: 4;
  top: 0;
  display: flex;
  gap: 30px;
  overflow-x: auto;
  border-block: 1px solid var(--line-dark);
  background: var(--paper-light);
}

.admin-detail-tabs a {
  position: relative;
  flex: 0 0 auto;
  padding: 17px 0 15px;
  color: var(--ink-soft);
  font-size: 0.78rem;
  font-weight: 600;
}

.admin-detail-tabs a:hover {
  color: var(--ink);
}

.admin-detail-tabs a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--clay);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 160ms ease;
}

.admin-detail-tabs a:hover::after {
  transform: scaleX(1);
}

.admin-detail-section {
  scroll-margin-top: 72px;
  padding: 54px 0;
  border-bottom: 1px solid var(--line-dark);
}

.admin-detail-section > header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.admin-detail-section > header h2 {
  margin: 2px 0 0;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}

.admin-detail-section > header > span {
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.admin-detail-form {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(150px, 0.45fr) minmax(210px, 0.65fr) auto;
  align-items: end;
  gap: 18px;
}

.admin-detail-form label,
.admin-dialog__fields label {
  display: grid;
  gap: 7px;
  margin: 0;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 600;
}

.admin-detail-form input:not([type="checkbox"]),
.admin-dialog__fields input,
.admin-dialog__fields select,
.admin-dialog__fields textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  padding: 11px 13px;
  background: var(--paper-light);
  color: var(--ink);
  font: inherit;
}

.admin-detail-form input:focus,
.admin-dialog__fields input:focus,
.admin-dialog__fields select:focus,
.admin-dialog__fields textarea:focus {
  border-color: var(--sage);
  outline: 2px solid rgba(111, 122, 104, 0.18);
}

.admin-detail-form small,
.admin-dialog__fields label span {
  color: var(--ink-soft);
  font-size: 0.7rem;
  font-weight: 400;
}

.admin-detail-toggle {
  display: flex !important;
  align-items: start;
  gap: 11px !important;
  min-height: 48px;
  padding-top: 7px;
  cursor: pointer;
}

.admin-detail-toggle input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--sage);
}

.admin-detail-toggle span {
  display: grid;
  gap: 1px;
}

.admin-occurrence-timeline {
  border-top: 1px solid var(--line-dark);
}

.admin-occurrence-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 126px;
  border-bottom: 1px solid var(--line);
}

.admin-occurrence-item > time {
  display: grid;
  align-content: center;
  justify-items: center;
  border-right: 1px solid var(--line);
  text-transform: uppercase;
}

.admin-occurrence-item > time strong {
  font-family: var(--font-display);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 0.9;
}

.admin-occurrence-item > time span,
.admin-occurrence-item > time small {
  color: var(--ink-soft);
  font-size: 0.68rem;
}

.admin-occurrence-item__body {
  display: grid;
  align-content: center;
  gap: 8px;
  min-width: 0;
  padding: 20px 26px;
}

.admin-occurrence-item__body > div {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 5px 13px;
}

.admin-occurrence-item__body > div > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.admin-occurrence-item__body > div > span:last-child {
  grid-column: 2;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.admin-occurrence-item__body > small {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.admin-occurrence-item__actions {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 16px 4px 16px 16px;
}

.admin-occurrence-item__actions form {
  margin: 0;
}

.icon-action--danger {
  color: #91433b;
}

.status-pill--verschoben {
  border-color: #b78357;
  background: #f4e8db;
  color: #744829;
}

.status-pill--abgesagt {
  border-color: #b8736c;
  background: #f4e4e2;
  color: #803d36;
}

.admin-occurrence-item.is-abgesagt {
  background: rgba(145, 67, 59, 0.035);
}

.admin-occurrence-item.is-abgesagt > time,
.admin-occurrence-item.is-abgesagt .admin-occurrence-item__body > div > strong {
  color: var(--ink-soft);
}

.admin-change-log {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line-dark);
  list-style: none;
}

.admin-change-log li {
  display: grid;
  grid-template-columns: 150px 120px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 17px 0;
}

.admin-change-log time,
.admin-change-log span {
  color: var(--ink-soft);
  font-size: 0.72rem;
}

.admin-change-log span {
  color: var(--clay-deep);
  font-weight: 600;
}

.admin-change-log p {
  margin: 0;
  font-size: 0.82rem;
}

.admin-danger-zone {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 54px;
  border: 1px solid rgba(145, 67, 59, 0.36);
  padding: 22px 24px;
}

.admin-danger-zone p {
  margin: 4px 0 0;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.btn-danger-outline,
.btn-danger {
  border-color: #91433b;
  background: transparent;
  color: #803d36;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #803d36;
  background: #803d36;
  color: var(--white);
}

.admin-dialog {
  width: min(620px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
  border: 0;
  border-top: 4px solid var(--sage);
  padding: 0;
  background: var(--paper-light);
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(34, 45, 40, 0.24);
}

.admin-dialog::backdrop {
  background: rgba(34, 45, 40, 0.54);
  backdrop-filter: blur(2px);
}

.admin-dialog > form {
  padding: 28px 30px 24px;
}

.admin-dialog header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.admin-dialog h2 {
  margin: 2px 0 0;
  font-size: 2rem;
}

.admin-dialog__context {
  margin: -8px 0 20px;
  color: var(--ink-soft);
  font-size: 0.82rem;
}

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

.admin-dialog__fields .is-wide {
  grid-column: 1 / -1;
}

.admin-dialog__fields textarea {
  min-height: 92px;
  resize: vertical;
}

.admin-dialog__notice {
  display: flex;
  align-items: start;
  gap: 9px;
  margin: 22px 0 0;
  border-left: 2px solid var(--sage);
  padding: 10px 12px;
  background: #eef0ea;
  color: var(--ink-soft);
  font-size: 0.75rem;
}

.admin-dialog__notice.is-warning {
  border-left-color: #a96157;
  background: #f4e4e2;
}

.admin-dialog footer {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 26px;
  border-top: 1px solid var(--line);
  padding-top: 20px;
}

.offering-list {
  border-top: 1px solid var(--line);
}

.offering-list article {
  display: grid;
  grid-template-columns: 160px 260px 1fr;
  gap: 20px;
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}

.offering-list span,
.offering-list small {
  color: var(--ink-soft);
}

.admin-message {
  margin: 24px 0 0;
  border-left: 3px solid var(--sage);
  padding: 12px 16px;
  background: #edf0e9;
}

.admin-login-section {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 60px 24px;
  background:
    linear-gradient(90deg, var(--ink) 0, var(--ink) min(34vw, 470px), transparent min(34vw, 470px)),
    var(--paper-light);
}

.admin-login-brand {
  position: absolute;
  top: 42px;
  left: 42px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--paper-light);
}

.admin-login-brand:hover {
  color: var(--paper-light);
}

.admin-login-brand .brand__seal,
.admin-login-brand .brand__seal::before,
.admin-login-brand .brand__seal::after,
.admin-login-brand .brand__seal i {
  border-color: rgba(255, 255, 255, 0.58);
}

.admin-login-brand > span:last-child {
  display: grid;
}

.admin-login-brand strong,
.admin-login-brand small {
  font-family: var(--font-display);
  font-weight: 400;
}

.admin-login-brand small {
  color: rgba(255, 255, 255, 0.62);
}

.admin-login {
  width: min(440px, 100%);
  display: grid;
  gap: 20px;
  margin-left: min(17vw, 235px);
  padding: 48px;
  border: 1px solid var(--line);
  background: var(--paper-light);
}

.admin-login h1 {
  font-size: 3rem;
}

@media (max-width: 900px) {
  .choice-grid--three,
  .choice-grid--two,
  .admin-metrics {
    grid-template-columns: 1fr;
  }

  .admin-app-shell {
    grid-template-columns: 1fr;
  }

  .admin-sidebar {
    position: sticky;
    z-index: 20;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    width: 100%;
    height: auto;
    padding: 12px 20px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .admin-brand {
    min-height: 40px;
    margin: 0;
  }

  .admin-brand > span:last-child,
  .admin-sidebar__nav a span,
  .admin-sidebar__footer span {
    display: none;
  }

  .admin-sidebar__nav {
    display: flex;
    justify-content: center;
    gap: 4px;
  }

  .admin-sidebar__nav a,
  .admin-sidebar__footer a,
  .admin-sidebar__footer button {
    display: grid;
    width: 42px;
    min-height: 40px;
    padding: 0;
    place-items: center;
    border-bottom: 2px solid transparent;
    border-left: 0;
  }

  .admin-sidebar__nav a.is-active {
    border-bottom-color: var(--clay-light);
  }

  .admin-sidebar__footer {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .admin-workspace {
    padding: 34px 32px 72px;
  }

  .admin-overview-grid {
    grid-template-columns: 1fr;
  }

  .course-entry {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .course-entry__dates {
    grid-column: 2;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .admin-form,
  .admin-form--schedule {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .admin-metrics div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-metrics a {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .admin-metrics a:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 700px) {
  .page-hero--booking {
    padding: 48px 0 40px;
  }

  .course-entry {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 18px;
  }

  .course-entry__dates {
    grid-column: 1 / -1;
  }

  .course-select-action {
    width: 100%;
    min-height: 50px;
    justify-content: flex-start;
    padding: 12px 14px;
  }

  .course-select-action > i:last-child {
    margin-left: auto;
  }

  .booking-section {
    padding: 42px 0 72px;
  }

  .wizard-progress {
    margin-bottom: 42px;
  }

  .wizard-progress li {
    font-size: 0.64rem;
  }

  .wizard-step legend {
    font-size: 2.2rem;
  }

  .choice-grid--three,
  .choice-grid--two,
  .booking-fields,
  .admin-form,
  .admin-form--schedule {
    grid-template-columns: 1fr;
  }

  .admin-schedule-wizard {
    padding-top: 22px;
  }

  .admin-schedule-toolbar {
    justify-content: stretch;
  }

  .admin-schedule-toolbar .btn {
    width: 100%;
  }

  .admin-wizard-page__topbar {
    min-height: 66px;
    padding: 12px 16px;
  }

  .admin-wizard-page__back span {
    display: none;
  }

  .admin-wizard-page__back {
    width: 40px;
    height: 40px;
    justify-content: center;
    border: 1px solid var(--line-dark);
    border-radius: 50%;
  }

  .admin-wizard-page__main {
    width: calc(100% - 32px);
    padding: 38px 0 64px;
  }

  .admin-wizard-page__heading {
    margin-bottom: 24px;
  }

  .admin-wizard-page__heading h1 {
    font-size: 2.45rem;
    line-height: 1.06;
  }

  .admin-wizard-progress {
    margin-bottom: 34px;
  }

  .admin-wizard-progress li {
    gap: 6px;
  }

  .admin-wizard-progress li strong {
    display: none;
  }

  .admin-wizard-progress li::after {
    margin: 0 10px 0 2px;
  }

  .admin-wizard-choices--offerings,
  .admin-wizard-choices--kinds,
  .admin-wizard-choices--modes,
  .admin-wizard-fields,
  .admin-wizard-review {
    grid-template-columns: 1fr;
  }

  .admin-wizard-choice {
    min-height: 78px;
    padding: 13px 14px;
  }

  .admin-custom-occurrences__heading {
    align-items: start;
    flex-direction: column;
  }

  .admin-occurrence-row {
    grid-template-columns: 28px minmax(0, 1fr) 38px;
    gap: 10px;
  }

  .admin-occurrence-row label:first-of-type {
    grid-column: 2;
  }

  .admin-occurrence-row label:nth-of-type(2) {
    grid-column: 2;
  }

  .admin-occurrence-row__number {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
    margin-top: 26px;
  }

  .admin-occurrence-row .icon-action {
    grid-row: 1;
    grid-column: 3;
    align-self: end;
  }

  .admin-wizard-review {
    gap: 20px;
  }

  .admin-wizard-actions .btn {
    min-width: 0;
    flex: 1;
    padding-inline: 10px;
  }

  .admin-table--schedules {
    table-layout: fixed;
  }

  .admin-table--schedules th,
  .admin-table--schedules td {
    padding-inline: 6px;
  }

  .admin-table--schedules th:nth-child(1) {
    width: 46%;
  }

  .admin-table--schedules th:nth-child(2),
  .admin-table--schedules td:nth-child(2) {
    display: none;
  }

  .admin-table--schedules th:nth-child(3) {
    width: 18%;
  }

  .admin-table--schedules th:nth-child(4) {
    width: 22%;
  }

  .admin-table--schedules th:nth-child(5) {
    width: 42px;
  }

  .choice-tile {
    min-height: 0;
  }

  .slot-occurrences ol {
    grid-template-columns: 1fr;
  }

  .booking-fields__wide,
  .admin-form__wide {
    grid-column: auto;
  }

  .wizard-actions .btn {
    flex: 1;
    padding-inline: 12px;
  }

  .admin-topbar,
  .admin-section__heading {
    align-items: start;
    flex-direction: column;
  }

  .admin-sidebar {
    grid-template-columns: 34px minmax(0, 1fr) 34px;
    gap: 8px;
    padding-inline: 12px;
  }

  .admin-brand .brand__seal {
    width: 30px;
    height: 30px;
  }

  .admin-sidebar__nav {
    gap: 0;
  }

  .admin-sidebar__nav a {
    width: 38px;
  }

  .admin-sidebar__footer a {
    display: none;
  }

  .admin-workspace {
    padding: 28px 18px 60px;
  }

  .admin-topbar {
    min-height: 0;
  }

  .admin-topbar__context {
    display: none;
  }

  .admin-view {
    padding-top: 32px;
  }

  .admin-overview-grid {
    gap: 48px;
    padding-top: 42px;
  }

  .admin-overview-section > header {
    align-items: start;
  }

  .admin-compact-list article {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .admin-compact-list article > span:last-child {
    grid-column: 2;
    width: max-content;
    justify-self: start;
  }

  .admin-login-section {
    background: var(--paper-light);
  }

  .admin-login-brand {
    top: 24px;
    left: 24px;
    color: var(--ink);
  }

  .admin-login-brand:hover {
    color: var(--ink);
  }

  .admin-login-brand .brand__seal,
  .admin-login-brand .brand__seal::before,
  .admin-login-brand .brand__seal::after,
  .admin-login-brand .brand__seal i {
    border-color: rgba(45, 66, 58, 0.58);
  }

  .admin-login-brand small {
    color: var(--ink-soft);
  }

  .admin-login {
    margin-left: 0;
    padding: 34px 28px;
  }

  .offering-list article {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}

/* ==========================================================================
   Bewegung
   Leitmotiv ist die durchgehende Konturlinie der Illustrationen: Linien
   ziehen sich, Flaechen bleiben ruhig. Alles wird erst durch das Skript
   scharf geschaltet (Klasse `motion-ready`), damit ohne JavaScript nichts
   unsichtbar bleibt.
   ========================================================================== */

/* Linien, die sich beim Eintreten ziehen. */
.motion-ready .eyebrow::before,
.motion-ready .poster-rule,
.motion-ready .course-grid article::before,
.motion-ready .contact-cards article::before {
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 720ms var(--ease);
}

.motion-ready .is-revealed .eyebrow::before,
.motion-ready .eyebrow.is-revealed::before,
.motion-ready .poster-rule.is-revealed,
.motion-ready .course-grid article.is-revealed::before,
.motion-ready .contact-cards article.is-revealed::before {
  transform: scaleX(1);
}

/* Text bleibt jederzeit lesbar und steigt beim Eintreten nur minimal auf. */
.motion-ready [data-reveal] {
  transform: translateY(8px);
  transition: transform 520ms var(--ease);
}

.motion-ready [data-reveal].is-revealed {
  transform: none;
}

/* Die Zellen des Leistungsrasters ziehen leicht versetzt nach. */
.motion-ready .service-card[data-reveal] {
  transition-delay: calc(var(--reveal-index, 0) * 90ms);
}

/* Das Siegel atmet: sehr langsam, kaum merklich, passend zum Thema. */
@media (prefers-reduced-motion: no-preference) {
  .brand__seal::after {
    animation: seal-breathe 7s var(--ease) infinite;
  }

  .brand__seal i {
    animation: seal-breathe 7s var(--ease) infinite;
    animation-delay: 0.6s;
  }
}

/* Nur die Groesse, damit die abgestuften Deckkraefte der Ringe erhalten
   bleiben. */
@keyframes seal-breathe {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Wizard: die Richtung des Wechsels traegt die Bedeutung. */
.wizard-step.is-active {
  animation: step-in-forward 420ms var(--ease) both;
}

.booking-wizard.is-rewinding .wizard-step.is-active {
  animation-name: step-in-back;
}

@keyframes step-in-forward {
  from {
    opacity: 0;
    transform: translateX(18px);
  }
}

@keyframes step-in-back {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
}


@media (max-width: 760px) {
  .admin-detail-page__main {
    width: min(100% - 32px, 1180px);
    padding: 30px 0 64px;
  }

  .admin-detail-hero {
    display: grid;
    align-items: start;
    gap: 22px;
    padding-bottom: 26px;
  }

  .admin-detail-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .admin-detail-hero > .btn,
  .admin-detail-form .btn,
  .admin-danger-zone .btn,
  .admin-dialog footer .btn {
    width: 100%;
  }

  .admin-detail-tabs {
    gap: 24px;
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .admin-detail-section {
    padding: 40px 0;
  }

  .admin-detail-section > header {
    align-items: start;
  }

  .admin-detail-section > header .btn {
    width: 42px;
    min-width: 42px;
    height: 42px;
    overflow: hidden;
    padding: 0;
    font-size: 0;
  }

  .admin-detail-section > header .btn i {
    font-size: 1rem;
  }

  .admin-detail-form,
  .admin-danger-zone {
    grid-template-columns: 1fr;
  }

  .admin-detail-form .btn {
    margin-top: 4px;
  }

  .admin-occurrence-item {
    grid-template-columns: 66px minmax(0, 1fr);
    min-height: 138px;
  }

  .admin-occurrence-item > time {
    grid-row: 1 / 3;
  }

  .admin-occurrence-item > time strong {
    font-size: 1.8rem;
  }

  .admin-occurrence-item__body {
    padding: 17px 0 8px 17px;
  }

  .admin-occurrence-item__body > div {
    grid-template-columns: 1fr;
  }

  .admin-occurrence-item__body > div > span:last-child {
    grid-column: 1;
  }

  .admin-occurrence-item__body > div > strong {
    white-space: normal;
  }

  .admin-occurrence-item__actions {
    justify-content: flex-start;
    padding: 0 0 14px 9px;
  }

  .admin-change-log li {
    grid-template-columns: 1fr auto;
    gap: 5px 16px;
  }

  .admin-change-log p {
    grid-column: 1 / -1;
  }

  .admin-danger-zone {
    display: grid;
  }

  .admin-dialog {
    width: calc(100% - 20px);
    max-height: calc(100dvh - 20px);
  }

  .admin-dialog > form {
    padding: 22px 18px 18px;
  }

  .admin-dialog h2 {
    font-size: 1.7rem;
  }

  .admin-dialog__fields,
  .admin-dialog footer {
    grid-template-columns: 1fr;
  }

  .admin-dialog__fields .is-wide {
    grid-column: 1;
  }

  .admin-dialog footer {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .motion-ready [data-reveal],
  .motion-ready .eyebrow::before,
  .motion-ready .poster-rule,
  .motion-ready .course-grid article::before,
  .motion-ready .contact-cards article::before {
    opacity: 1;
    transform: none;
  }

  .brand__seal::after,
  .brand__seal i,
  .wizard-step.is-active,
  .page-hero::before,
  .page-hero::after {
    animation: none;
  }

  .poster-hero__animation {
    display: none;
  }

  .poster-hero__still {
    display: block;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
