/* Kontakt — Atelier-Gespräch (Film) */

.contact-film {
  --cf-void: #080705;
  --cf-cream: #f3e6c8;
  --cf-cream-soft: rgba(243, 230, 200, 0.82);
  --cf-gold: #c9943a;
  --cf-ease: cubic-bezier(0.22, 1, 0.36, 1);
  background: var(--cf-void);
  color: var(--cf-cream-soft);
}

.contact-film #main {
  background: var(--cf-void);
}

.contact-film .site-footer {
  background: var(--cf-void);
  border-top: 1px solid rgba(232, 176, 96, 0.14);
}

/* —— Hero —— */
.cf-hero {
  position: relative;
  isolation: isolate;
  min-height: min(92svh, 920px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 0;
}

.cf-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cf-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 45%;
  display: block;
  filter: saturate(0.88) contrast(1.05) brightness(0.85);
}

.cf-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      105deg,
      rgba(8, 6, 4, 0.9) 0%,
      rgba(8, 6, 4, 0.72) 36%,
      rgba(8, 6, 4, 0.28) 62%,
      rgba(8, 6, 4, 0.4) 100%
    ),
    linear-gradient(180deg, rgba(8, 6, 4, 0.35) 0%, transparent 24%, transparent 52%, rgba(8, 6, 4, 0.82) 100%);
}

.cf-hero__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--max-width, 1120px));
  margin: 0 auto;
  padding: clamp(6rem, 14vh, 8.5rem) 0 clamp(4rem, 10vh, 6rem);
  max-width: 36rem;
}

.cf-kicker {
  margin: 0 0 0.85rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.88);
}

.cf-kicker span {
  color: var(--cf-gold);
  margin-right: 0.45rem;
}

.cf-title {
  margin: 0 0 0.85rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(2.1rem, 5.5vw, 3.6rem);
  font-weight: 500;
  line-height: 1.12;
  color: var(--cf-cream);
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
  max-width: 12ch;
}

.cf-title em {
  font-style: italic;
  color: var(--cf-gold);
}

.cf-lead {
  margin: 0 0 1.5rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.1rem, 1.8vw, 1.3rem);
  line-height: 1.55;
  color: var(--cf-cream-soft);
  max-width: 34rem;
}

.cf-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

.cf-link {
  color: rgba(232, 176, 96, 0.92);
  text-decoration: none;
  border-bottom: 1px solid rgba(232, 176, 96, 0.35);
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.85rem;
}

.cf-link:hover {
  color: var(--cf-cream);
}

.contact-film .btn-outline {
  color: var(--cf-cream);
  border-color: rgba(232, 176, 96, 0.4);
}

/* —— Wege —— */
.cf-paths {
  padding: clamp(3rem, 8vh, 5rem) 0;
  border-block: 1px solid rgba(201, 148, 58, 0.14);
  background: linear-gradient(180deg, #0c0a08 0%, #100e0b 100%);
}

.cf-paths__head {
  width: min(100% - 2.5rem, var(--max-width, 1120px));
  margin: 0 auto 1.5rem;
}

.cf-paths__head h2 {
  margin: 0.5rem 0 0;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.55rem, 3vw, 2.1rem);
  font-weight: 500;
  color: var(--cf-cream);
}

.cf-paths__grid {
  width: min(100% - 2.5rem, var(--max-width, 1120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11.5rem, 1fr));
  gap: 0.75rem;
}

.cf-path {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  padding: 1.2rem 1.2rem 1.35rem;
  border: 1px solid rgba(201, 148, 58, 0.22);
  border-radius: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: rgba(8, 7, 5, 0.45);
  transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s var(--cf-ease);
}

.cf-path:hover {
  border-color: rgba(232, 176, 96, 0.45);
  background: rgba(201, 148, 58, 0.1);
  transform: translateY(-2px);
}

.cf-path__tag {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.58rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cf-gold);
}

.cf-path h3 {
  margin: 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 1.02rem;
  font-weight: 500;
  color: var(--cf-cream);
}

.cf-path p {
  margin: 0;
  flex: 1;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 0.98rem;
  line-height: 1.45;
  color: rgba(220, 200, 160, 0.75);
}

.cf-path__go {
  margin-top: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
}

/* —— Formular-Szene: Brief mit Feder —— */
.cf-compose {
  position: relative;
  isolation: isolate;
  padding: clamp(3.5rem, 9vh, 6rem) 0;
  overflow: hidden;
}

.cf-compose__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.cf-compose__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 35% 48%;
  display: block;
  filter: saturate(0.92) contrast(1.05) brightness(0.94);
}

.cf-compose__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(
      95deg,
      rgba(8, 6, 4, 0.42) 0%,
      rgba(8, 6, 4, 0.18) 34%,
      rgba(8, 6, 4, 0.08) 58%,
      rgba(8, 6, 4, 0.35) 100%
    ),
    linear-gradient(180deg, rgba(8, 6, 4, 0.2) 0%, transparent 28%, transparent 78%, rgba(8, 6, 4, 0.45) 100%);
}

.cf-compose__inner {
  position: relative;
  z-index: 2;
  width: min(100% - 2.5rem, var(--max-width, 1120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(12rem, 17rem) minmax(0, 1fr);
  gap: clamp(1.25rem, 3.5vw, 2.75rem);
  align-items: center;
}

.cf-compose__aside h2 {
  margin: 0.5rem 0 0.85rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  font-weight: 500;
  color: var(--cf-cream);
  max-width: 12ch;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.cf-compose__aside h2 em {
  font-family: "Pinyon Script", cursive;
  font-style: normal;
  font-size: 1.15em;
  color: var(--cf-gold);
}

.cf-compose__aside p {
  margin: 0 0 1.25rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.08rem;
  line-height: 1.55;
  color: var(--cf-cream-soft);
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.5);
}

.cf-compose__meta {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.45rem;
}

.cf-compose__meta li {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
  color: rgba(243, 230, 200, 0.82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.cf-compose__meta a {
  color: var(--cf-gold);
  text-decoration: none;
}

.cf-compose__meta a:hover {
  color: var(--cf-cream);
}

.cf-form-card {
  position: relative;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  border: 1px solid rgba(201, 148, 58, 0.28);
  border-radius: 0.35rem 1.4rem 1.4rem 0.35rem;
  background:
    linear-gradient(165deg, rgba(28, 22, 16, 0.94) 0%, rgba(12, 10, 8, 0.9) 100%);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

/* Brief: transparent, rund, ohne Boxen */
.cf-form-card.cf-letter {
  --cf-ink: #f3e6c8;
  --cf-ink-soft: rgba(243, 230, 200, 0.78);
  --cf-brass: #e8c078;
  --cf-brass-deep: #c9a05a;

  max-width: min(42rem, 100%);
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding: clamp(1.5rem, 3.5vw, 2.4rem) clamp(1.35rem, 3vw, 2.1rem);
  border: 0;
  border-radius: 1.75rem;
  background: rgba(8, 6, 4, 0.12);
  background-image: none;
  box-shadow: none;
  color: var(--cf-ink);
  transform: none;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.cf-letter::before,
.cf-letter::after {
  display: none;
}

.cf-letter__seal {
  position: absolute;
  top: 0.85rem;
  right: 1rem;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  border: 0;
  border-radius: 0;
  font-family: "Pinyon Script", cursive;
  font-size: 1.65rem;
  color: rgba(232, 176, 96, 0.75);
  background: none;
  box-shadow: none;
  pointer-events: none;
}

.cf-letter__title {
  margin: 0 0 0.35rem !important;
  font-family: "Pinyon Script", cursive !important;
  font-size: clamp(2.1rem, 4vw, 2.85rem) !important;
  font-weight: 400 !important;
  color: var(--cf-ink) !important;
  letter-spacing: 0.02em;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}

.cf-letter__hint {
  margin: 0 0 1.35rem !important;
  font-family: "EB Garamond", Garamond, Georgia, serif !important;
  font-style: italic;
  font-size: 1.05rem !important;
  color: var(--cf-ink-soft) !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.cf-letter .form-field label {
  color: rgba(232, 176, 96, 0.82);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
}

.cf-letter input,
.cf-letter select,
.cf-letter textarea {
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(232, 176, 96, 0.28) !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cf-ink);
  caret-color: var(--cf-brass);
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.35);
}

.cf-letter input:focus,
.cf-letter select:focus,
.cf-letter textarea:focus {
  border: 0 !important;
  border-bottom: 1px solid rgba(232, 176, 96, 0.65) !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none;
}

.cf-letter select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--cf-brass) 50%),
    linear-gradient(135deg, var(--cf-brass) 50%, transparent 50%) !important;
  background-position: calc(100% - 12px) calc(50% - 3px), calc(100% - 6px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.cf-letter select optgroup,
.cf-letter select option {
  color: #f3e6c8;
  background: #1a120c;
}

.cf-letter #name {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: 0.01em;
  color: var(--cf-ink);
}

.cf-letter #email {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.12rem;
  color: var(--cf-ink);
}

.cf-letter .form-field--letter textarea {
  min-height: 11rem;
  margin-top: 0.25rem;
  padding: 0.35rem 0 0.5rem;
  border: 0 !important;
  border-radius: 0 !important;
  background:
    repeating-linear-gradient(
      transparent,
      transparent 27px,
      rgba(232, 176, 96, 0.14) 27px,
      rgba(232, 176, 96, 0.14) 28px
    ) !important;
  background-attachment: local !important;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: clamp(1.12rem, 1.6vw, 1.28rem);
  font-style: italic;
  line-height: 28px;
  letter-spacing: 0.01em;
  color: var(--cf-ink);
  resize: vertical;
  transition: opacity 0.2s ease, filter 0.25s ease;
}

.cf-letter .form-field--letter textarea::placeholder {
  color: rgba(243, 230, 200, 0.35);
  font-style: italic;
}

.cf-letter .form-field--letter textarea.is-inking {
  filter: contrast(1.05);
}

.cf-letter .form-field--letter textarea.is-inking::after {
  content: none;
}

@keyframes cfInkPulse {
  0% { opacity: 0.72; }
  40% { opacity: 1; }
  100% { opacity: 1; }
}

.cf-letter.is-writing .form-field--letter textarea {
  animation: cfInkPulse 0.28s ease;
}

.cf-letter__send {
  margin-top: 1rem;
  width: auto !important;
  min-width: 12rem;
  padding: 0.75rem 1.35rem !important;
  border-radius: 999px !important;
  background: transparent !important;
  border: 1px solid rgba(232, 176, 96, 0.55) !important;
  color: var(--cf-ink) !important;
  font-family: Outfit, system-ui, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  box-shadow: none !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}

.cf-letter__send:hover {
  background: rgba(201, 148, 58, 0.16) !important;
  filter: none;
  border-color: rgba(232, 176, 96, 0.85) !important;
}

.cf-letter .cf-sent {
  color: rgba(232, 176, 96, 0.92);
}

.cf-form-card h3 {
  margin: 0 0 0.45rem;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.35rem;
  font-weight: 500;
  color: var(--cf-cream);
}

.cf-form-card .form-hint {
  margin: 0 0 1.25rem;
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1rem;
  color: rgba(220, 200, 160, 0.75);
}

.cf-form-card .form-hint a {
  color: var(--cf-gold);
}

.cf-form-card .form-field {
  margin: 0 0 1rem;
}

.cf-form-card label {
  display: block;
  margin-bottom: 0.35rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.62rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.78);
}

.cf-form-card input,
.cf-form-card select,
.cf-form-card textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75rem 0.9rem;
  border: 1px solid rgba(201, 148, 58, 0.25);
  border-radius: 0.75rem;
  background: rgba(8, 7, 5, 0.55);
  color: var(--cf-cream);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.05rem;
}

.cf-form-card input:focus,
.cf-form-card select:focus,
.cf-form-card textarea:focus {
  outline: none;
  border-color: rgba(232, 176, 96, 0.55);
  box-shadow: 0 0 0 3px rgba(201, 148, 58, 0.12);
}

.cf-form-card select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--cf-gold) 50%),
    linear-gradient(135deg, var(--cf-gold) 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 3px), calc(100% - 12px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.cf-form-card select optgroup {
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
  background: #120e0a;
}

.cf-form-card select option {
  font-family: "EB Garamond", Garamond, Georgia, serif;
  text-transform: none;
  letter-spacing: 0;
  color: #f3e6c8;
  background: #120e0a;
}

.cf-form-card .btn-full {
  width: 100%;
  margin-top: 0.35rem;
}

.cf-sent {
  margin: 1rem 0 0;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.85rem;
  color: rgba(232, 176, 96, 0.95);
}

/* —— Rechtliches —— */
.cf-legal {
  padding: 0 0 clamp(3.5rem, 8vh, 5rem);
}

.cf-legal__inner {
  width: min(100% - 2.5rem, var(--max-width, 1120px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.cf-legal details {
  padding: 1.15rem 1.25rem 1.25rem;
  border: 1px solid rgba(201, 148, 58, 0.2);
  border-radius: 1.15rem;
  background: rgba(8, 7, 5, 0.4);
}

.cf-legal summary {
  cursor: pointer;
  list-style: none;
  font-family: Cinzel, "Times New Roman", serif;
  font-size: 1.15rem;
  color: var(--cf-cream);
}

.cf-legal summary::-webkit-details-marker {
  display: none;
}

.cf-legal summary::after {
  content: "+";
  float: right;
  font-family: Outfit, system-ui, sans-serif;
  color: var(--cf-gold);
}

.cf-legal details[open] summary::after {
  content: "–";
}

.cf-legal .cf-legal__body {
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(201, 148, 58, 0.14);
  font-family: "EB Garamond", Garamond, Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(220, 200, 160, 0.82);
}

.cf-legal .cf-legal__body p {
  margin: 0 0 0.85rem;
}

.cf-legal .cf-legal__body p:last-child {
  margin-bottom: 0;
}

.cf-legal .cf-legal__body strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: Outfit, system-ui, sans-serif;
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(232, 176, 96, 0.85);
}

.cf-legal a {
  color: var(--cf-gold);
}

@media (max-width: 900px) {
  .cf-paths__grid,
  .cf-compose__inner,
  .cf-legal__inner {
    grid-template-columns: 1fr;
  }

  .cf-hero__inner {
    max-width: none;
  }

  .cf-hero__media img {
    object-position: 70% 40%;
  }

  .cf-letter {
    transform: none;
    margin-left: 0;
    max-width: none;
    border-radius: 1.5rem;
  }

  .cf-letter #name,
  .cf-letter .form-field--letter textarea {
    font-size: 1.12rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cf-letter.is-writing .form-field--letter textarea {
    animation: none;
  }
}
