/* ============================================
   Lost in Perfection – Brand Colors (exclusive)
   Turquoise: #8bEEE7
   Rose: #FABAD9
   Beige: #F8F4ED
   ============================================ */

:root {
  --color-turquoise: #8bEEE7;
  --color-rose: #FABAD9;
  --color-beige: #F8F4ED;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans: 'Montserrat', sans-serif;
  --border-radius: 0px;
  --border-radius-btn: 0px;
  --shadow-soft: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background-color: var(--color-beige);
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background-color: var(--color-beige);
}

/* Header – cream brand background; equal space above & below logo to browser / banner */
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-top: clamp(1.35rem, 4vw, 2rem);
  padding-bottom: clamp(0.85rem, 2.4vw, 1.2rem);
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  background: var(--color-beige);
}

.header-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0;
}

/* 75% of prior cap (which was 75% of base 440px × 800px) */
.logo-img {
  display: block;
  height: auto;
  max-height: calc(440px * 0.75 * 0.75);
  max-width: min(calc(800px * 0.75 * 0.75), calc(72vw * 0.75));
  width: auto;
  object-fit: contain;
}

/* Hero – workshop image (inset) + Inst overlay; copy below on cream */
.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--color-beige);
  padding: 0 0 2rem;
  margin: 0;
}

.hero-visual {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 0 1rem;
  padding-bottom: clamp(1.5rem, 4.5vw, 2.5rem);
}

.hero-image-wrap {
  position: relative;
  width: min(960px, calc(100% - 3rem));
  max-width: 100%;
  margin: 0 auto;
  line-height: 0;
}

.hero-image-crop {
  overflow: hidden;
  border-radius: 12px;
  line-height: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.hero-photo {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* Half on image, half on cream below — anchored to bottom edge of photo */
.hero-inst-banner {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
  margin: 0;
  /* .hero-image-wrap uses line-height: 0 for the photo; reset so label isn’t crushed */
  line-height: normal;
}

.hero-below {
  max-width: 900px;
  padding: 2rem 1.5rem 0;
  margin: 0 auto;
}

.hero-below:not(.hero-below--after-gallery) {
  padding-top: 4rem;
}

.hero-below--after-gallery {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.hero-section-split {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(2.25rem, 5vw, 3.5rem) 1.5rem;
  margin: 0;
  width: 100%;
}

.hero-gallery-band {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  /* Equal space: divider → title → gallery */
  padding: clamp(1.85rem, 4.25vw, 3rem) clamp(1.5rem, 4vw, 2.25rem);
  text-align: center;
  background: var(--color-beige);
}

.workshop-description {
  margin-top: 2.5rem;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.workshop-tickets-section {
  margin: 2.25rem auto 2rem;
  padding: 0;
  max-width: 26rem;
  text-align: center;
}

.workshop-tickets-heading {
  font-family: var(--font-sans);
  font-size: clamp(0.78rem, 1.7vw, 0.9rem);
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-turquoise);
  margin: 0 0 0.5rem;
}

.workshop-tickets-note {
  font-family: var(--font-sans);
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 1.35rem;
  line-height: 1.4;
}

.workshop-ticket-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.workshop-ticket-slot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  user-select: none;
  pointer-events: none;
  cursor: default;
}

.workshop-ticket-slot:last-child {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
}

.workshop-ticket-slot-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  min-width: 0;
  flex: 1 1 12rem;
}

.workshop-ticket-slot-title {
  font-family: var(--font-serif);
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.workshop-ticket-slot-line {
  font-family: var(--font-sans);
  font-size: 0.88rem;
  line-height: 1.4;
  color: #333;
}

.workshop-ticket-slot-meta {
  font-size: 0.82rem;
  color: #666;
}

.workshop-ticket-slot-ort {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  line-height: 1.45;
  color: #444;
}

.workshop-ticket-slot-hint {
  color: #777;
  font-style: italic;
  font-weight: 400;
}

.workshop-ticket-soon {
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-rose);
  padding: 0.45rem 0.85rem;
  border: none;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}

.workshop-description-title {
  font-family: var(--font-sans);
  font-size: clamp(1.35rem, 3.6vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-turquoise);
  margin: 0 auto 1.15rem;
  line-height: 1.25;
  text-align: center;
  width: 100%;
  text-wrap: balance;
}

.workshop-description-list {
  margin: 0 0 1.75rem;
  padding-left: 1.25rem;
  color: #333;
}

.workshop-description-list li {
  margin-bottom: 0.35rem;
}

.workshop-description-body {
  margin: 0 auto 0.35rem;
  padding: 0;
  max-width: 38em;
  color: #333;
  font-size: clamp(1.06rem, 2.35vw, 1.2rem);
  line-height: 1.68;
  text-align: center;
}

.workshop-description-body strong {
  font-weight: 600;
}

.workshop-farbtupfer {
  display: flex;
  justify-content: center;
  margin: 1.75rem auto 2rem;
  max-width: 200px;
}

.workshop-farbtupfer-svg {
  display: block;
  width: min(168px, 46vw);
  height: auto;
}

section.workshop-you-get {
  padding: 0;
  margin-left: 0;
  margin-right: 0;
}

.workshop-you-get {
  margin: 0 auto 2.5rem;
  max-width: 640px;
  text-align: center;
}

.workshop-you-get-title {
  font-family: var(--font-sans);
  font-size: clamp(1.05rem, 2.5vw, 1.25rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-turquoise);
  margin: 0 auto 1.35rem;
  line-height: 1.3;
  text-wrap: balance;
}

.workshop-you-get-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 34em;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.workshop-you-get-item {
  display: flex;
  gap: 0.7rem;
  align-items: baseline;
  margin: 0;
  padding: 0;
}

.workshop-you-get-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-rose);
  flex-shrink: 0;
  margin-top: 0.55em;
}

.workshop-you-get-text {
  font-family: var(--font-sans);
  font-size: clamp(0.95rem, 2vw, 1.03rem);
  line-height: 1.55;
  color: #333;
  font-weight: 400;
}

.workshop-description-cta {
  margin-top: 0;
  align-items: center;
}

.workshop-cta-column {
  width: 100%;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  box-sizing: border-box;
}

.workshop-cta-column .workshop-custom-events,
.workshop-cta-column .workshop-description-cta--after-events {
  max-width: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.workshop-description-cta--after-events {
  padding-top: 1.75rem;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  max-width: 42.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.workshop-custom-events {
  margin-top: 2.75rem;
  padding-top: 2.25rem;
  border-top: 1px solid rgba(26, 26, 26, 0.1);
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.workshop-custom-events-text {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 2.4vw, 1.22rem);
  font-weight: 400;
  color: #333;
  line-height: 1.55;
  margin: 0 0 1.15rem;
}

/* CTA card – full block in one panel; rose header + gradient body */
.workshop-cta-card {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  border-radius: 1.35rem;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(139, 238, 231, 0.22) 0%, rgba(248, 244, 237, 0.98) 42%, rgba(250, 186, 217, 0.2) 100%);
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow: 0 14px 36px rgba(45, 40, 35, 0.07);
  overflow: hidden;
}

.workshop-cta-card__header {
  margin: 0;
  padding: 1rem 1.35rem 1.05rem;
  background: var(--color-rose);
  color: rgba(255, 255, 255, 0.98);
  text-align: center;
  position: relative;
  z-index: 2;
}

.workshop-cta-card__title {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 3.6vw, 1.8rem);
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
  letter-spacing: 0.01em;
  text-shadow: 0 1px 3px rgba(55, 25, 35, 0.18);
}

.workshop-cta-card__body {
  position: relative;
  z-index: 1;
  padding: 1.25rem 1.5rem 1.35rem;
}

.workshop-cta-card__body::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -22%;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(139, 238, 231, 0.35) 0%, transparent 68%);
  pointer-events: none;
}

.workshop-cta-card__body > * {
  position: relative;
  z-index: 1;
}

.workshop-cta-card__headline {
  position: relative;
  z-index: 1;
  margin: 0.15rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
}

.workshop-cta-card__headline-primary {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 6.5vw, 2.85rem);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: var(--color-rose);
  white-space: nowrap;
}

.workshop-cta-card__headline-secondary {
  font-family: var(--font-serif);
  font-size: clamp(1.2rem, 3.8vw, 1.65rem);
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  color: #1a1a1a;
  line-height: 1.2;
  white-space: nowrap;
}

.workshop-cta-card__footer {
  position: relative;
  z-index: 1;
  margin-top: 1.35rem;
  padding-top: 1.2rem;
  border-top: 1px dashed rgba(26, 26, 26, 0.14);
}

.workshop-cta-card__footer .workshop-custom-events-email {
  margin: 0;
  font-size: 0.95rem;
}

.workshop-cta-card__footer .workshop-custom-events-email a {
  color: #3a3a3a;
}

.workshop-cta-card__footer .workshop-contact-alt {
  margin: 0.75rem 0 0;
}

.workshop-cta-card .workshop-copy-email-btn {
  background: rgba(255, 255, 255, 0.92);
  color: #1a1a1a;
  border: 2px solid var(--color-turquoise);
  box-shadow: 0 2px 0 rgba(139, 238, 231, 0.35);
}

.workshop-cta-card .workshop-copy-email-btn:hover {
  background: var(--color-rose);
  border-color: var(--color-rose);
  color: #fff;
  box-shadow: none;
}

.workshop-custom-events-email {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  color: #9a9a9a;
  line-height: 1.4;
}

.workshop-custom-events-email a {
  color: #666;
  text-decoration: none;
  font-weight: 500;
  user-select: all;
}

.workshop-custom-events-email a:hover {
  color: #1a1a1a;
  text-decoration: underline;
}

.workshop-contact-alt {
  margin: 0.85rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.workshop-copy-email-btn {
  display: inline-block;
  margin: 0;
  padding: 0.42rem 1rem;
  border: none;
  border-radius: 999px;
  background: var(--color-rose);
  color: #fff;
  font-family: var(--font-sans);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.35;
  transition: background 0.25s ease, color 0.25s ease;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.workshop-copy-email-btn:hover {
  background: #000;
  color: #fff;
}

/* Full-width gallery row under headline */
.gallery-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--color-beige);
}

.gallery-cell {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #e8e4dc;
}

.gallery-cell img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 768px) {
  .gallery-row {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Instagram CTA: below the hero image, full readable label (no overlap / no line-height crush) */
  .hero-image-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-inst-banner {
    position: static;
    transform: none;
    left: auto;
    margin: 1.15rem auto 0;
    min-height: unset;
    min-width: unset;
    width: fit-content;
    max-width: min(18rem, calc(100% - 2rem));
    padding: 1rem 1.35rem;
    gap: 0.5rem;
  }

  .hero-inst-banner svg {
    width: 56px;
    height: 56px;
  }

  .hero-inst-banner .btn-inst-label {
    letter-spacing: 0.14em;
    font-size: 0.72rem;
    white-space: normal;
    max-width: 100%;
    padding: 0.2rem 0 0;
  }

  .workshop-description-body {
    font-size: clamp(0.94rem, 2.05vw, 1.05rem);
    line-height: 1.62;
  }
}

.hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 0;
  align-items: center;
}

.hero-buttons.workshop-description-cta--after-events {
  margin-top: 2rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.workshop-cta-column .hero-buttons.workshop-description-cta--after-events .btn-inst--turquoise {
  margin-left: auto;
  margin-right: auto;
}

.hero-buttons .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-inst {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 120px;
  min-height: 120px;
  padding: 1.25rem 1.5rem;
  background: var(--color-rose);
  color: #fff;
}

.btn-inst-inline {
  width: fit-content;
  max-width: 100%;
  min-width: unset;
}

.btn-inst.btn-inst--turquoise {
  background: var(--color-turquoise);
  color: #fff;
  min-height: unset;
  padding: 1.05rem 1.4rem;
}

.btn-inst.btn-inst--turquoise svg {
  color: #fff;
}

.btn-inst.btn-inst--turquoise:hover {
  background: #000;
  color: #fff;
}

.btn-inst.btn-inst--turquoise:hover svg {
  color: #fff;
}

.btn-inst-label--sentence {
  text-transform: none;
  letter-spacing: 0.05em;
  font-size: 0.84rem;
  font-weight: 500;
}

.btn-inst:hover {
  background: #000;
  color: #fff;
}

.btn-inst svg {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.btn-inst-label {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0.35rem 0.55rem 0.45rem;
  text-align: center;
  line-height: 1.35;
}

.btn-secondary {
  background: var(--color-rose);
  color: #fff;
  border: none;
}

.btn-secondary:hover {
  background: #000;
  color: #fff;
}

.hero-below h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 400;
  margin: 0;
  line-height: 1.2;
  color: #1a1a1a;
}

.hero-title-accent {
  color: #1a1a1a;
  font-weight: 700;
  font-style: italic;
}

.hero-lead {
  font-family: var(--font-serif);
  font-size: clamp(1.52rem, 3.85vw, 2rem);
  font-weight: 400;
  color: #1a1a1a;
  text-align: center;
  margin: 1.75rem auto 0;
  max-width: 36em;
  line-height: 1.45;
}

.hero-divider {
  border: none;
  height: 1px;
  max-width: 140px;
  margin: 2.75rem auto 5rem;
  background: rgba(26, 26, 26, 0.18);
}

.hero-divider.hero-divider--between-sections {
  margin: 0 auto;
  max-width: 140px;
  width: 100%;
}

.hero-subtitle {
  font-family: var(--font-sans);
  font-size: clamp(1.2rem, 3.5vw, 2rem);
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-turquoise);
  margin: 0;
  line-height: 1.15;
  margin-bottom: 2rem;
}

.btn {
  display: inline-block;
  padding: 1.2rem 3rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  border-radius: 2.5rem;
}

.btn.btn-inst {
  display: inline-flex;
}

.btn-primary {
  background: var(--color-rose);
  color: #fff;
}

.btn-primary:hover {
  background: #000;
}

/* Section Styling – Clean & Spacious */
section {
  padding: 8rem 2rem;
}

section.hero {
  padding: 2rem 0 3rem;
}

.section-title {
  font-family: var(--font-serif);
  font-size: 3rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
}

/* Workshop Grid – Inspired by "beauty" screenshot */
.intro-cards {
  max-width: 1400px;
  margin: 0 auto;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #eee;
}

.card {
  background: var(--color-beige);
  padding: 0;
  text-align: center;
  transition: opacity 0.3s;
}

.card-image {
  height: 500px;
  background-size: cover;
  background-position: center;
  margin-bottom: 2rem;
}

.card-content {
  padding: 2rem;
}

.card-content h3 {
  font-family: var(--font-serif);
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.card-content p {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #666;
  margin-bottom: 2rem;
}

/* Story Section – Minimalist Text Focus */
.story-section {
  background: var(--color-beige);
  text-align: center;
}

.story-content-inner {
  max-width: 800px;
  margin: 0 auto;
}

.story-meta {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.8rem;
  color: var(--color-rose);
  display: block;
  margin-bottom: 2rem;
}

.story-section h2 {
  font-family: var(--font-serif);
  font-size: 3.5rem;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.story-section p {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 3rem;
}

/* CTA Section – Simple & Bold */
.cta-section {
  background: #000;
  color: #fff;
  text-align: center;
}

.cta-section h2 {
  font-family: var(--font-serif);
  font-size: 3rem;
  margin-bottom: 1rem;
}

/* Newsletter – Clean Form */
.newsletter {
  background: var(--color-beige);
  text-align: center;
}

.newsletter-inner {
  max-width: 600px;
  margin: 0 auto;
}

.newsletter-form {
  display: flex;
  max-width: 600px;
  margin: 3rem auto 0;
  gap: 0;
}

.newsletter-form input {
  flex: 1;
  padding: 1.2rem;
  border: 1px solid #eee;
  font-family: var(--font-sans);
}

.newsletter-form button {
  background: #000;
  color: #fff;
  border: none;
  padding: 0 3rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

/* Footer */
.footer {
  padding: 2rem;
  background: var(--color-beige);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer-brand {
  margin-top: 1rem;
}

.footer-brand .logo-main {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--color-turquoise);
}

.footer-links {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}

.footer-links a {
  color: #666;
  text-decoration: none;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.footer-links a:hover {
  color: var(--color-turquoise);
}

.footer-sep {
  color: #999;
  font-size: 0.75rem;
  user-select: none;
  padding: 0 0.25rem;
}

/* Impressum / Legal Page */
.legal-main {
  padding: 4rem 2rem 6rem;
  background: var(--color-beige);
  min-height: 60vh;
}

.legal-content {
  max-width: 640px;
  margin: 0 auto;
  color: #1a1a1a;
  line-height: 1.7;
}

.legal-content h1 {
  font-family: var(--font-serif);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--color-turquoise);
  margin-bottom: 0.5rem;
}

.legal-intro {
  font-size: 0.9rem;
  color: #555;
  margin-bottom: 2.5rem;
}

.legal-content h2 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--color-rose);
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.legal-content p {
  margin: 0 0 1rem;
  font-size: 1rem;
  color: #1a1a1a;
}

.legal-content a {
  color: var(--color-turquoise);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-content a:hover {
  color: var(--color-rose);
}

.legal-back {
  margin-top: 3rem !important;
}

.legal-back-link {
  font-size: 0.9rem;
  color: #1a1a1a;
  text-decoration: none;
  padding: 0.5rem 0;
  display: inline-block;
}

.legal-back-link:hover {
  color: var(--color-turquoise);
}

/* Markt 2026 – one workshop, three Stripe price tiers */
.markt-page.legal-content {
  max-width: 52rem;
  text-align: center;
}

.markt-page.legal-content h1 {
  margin-bottom: 0.35rem;
}

.markt-workshop-line {
  font-family: var(--font-sans);
  font-size: clamp(0.72rem, 1.5vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-rose);
  margin: 0 0 2.25rem;
}

.markt-price-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 1.25rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.markt-price-grid li {
  margin: 0;
  padding: 0;
  min-width: 0;
}

.markt-page.legal-content .markt-price-card {
  color: inherit;
  text-decoration: none;
}

.markt-price-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 11rem;
  padding: 1.5rem 1rem 1.35rem;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border: 2px solid rgba(26, 26, 26, 0.08);
  border-radius: 0;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.markt-price-card:hover {
  border-color: var(--color-turquoise);
  box-shadow: 0 12px 28px rgba(26, 26, 26, 0.06);
  transform: translateY(-2px);
}

.markt-price-card:focus-visible {
  outline: 2px solid var(--color-turquoise);
  outline-offset: 3px;
}

.markt-price-amount {
  font-family: var(--font-serif);
  font-size: clamp(2.75rem, 9vw, 4.25rem);
  font-weight: 600;
  line-height: 1;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}

.markt-price-cta {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  background: var(--color-rose);
  padding: 0.65rem 1.35rem;
  border-radius: 999px;
  pointer-events: none;
}

.markt-price-card:hover .markt-price-cta {
  background: #1a1a1a;
}

.markt-instagram-block {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.markt-instagram-block .btn-inst {
  width: 100%;
  max-width: 22rem;
  justify-content: center;
}

@media (max-width: 640px) {
  .markt-price-grid {
    grid-template-columns: 1fr;
    max-width: 18rem;
  }

  .markt-price-card {
    min-height: 9.5rem;
  }
}

@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: 1fr; }
  .hero-below h1 { font-size: 2.25rem; }
}
