/* Contact page — ink/paper rhythm (matches Über uns / design system) */

.gx-kontakt__hero .gx-shop-hero__inner {
  padding-bottom: 56px;
}

.gx-kontakt__hero .gx-shop-hero__trust {
  max-width: 540px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.6;
  color: #d4ccc2;
  font-weight: 400;
}

/* Glass fact chips (Über uns pattern) */
.gx-kontakt__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
  max-width: 720px;
}

.gx-kontakt__fact {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  border: var(--glass-border);
  background: var(--glass-bg-ink);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s, background 0.18s;
}

a.gx-kontakt__fact:hover {
  border: var(--glass-border-gold);
  background: rgba(18, 15, 12, 0.55);
}

.gx-kontakt__fact span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-hover);
  margin-bottom: 6px;
}

.gx-kontakt__fact strong {
  display: block;
  font-size: 15px;
  line-height: 1.45;
  color: #f8f5f1;
  font-weight: 600;
}

/* Flash notices */
.gx-kontakt__flash {
  border-bottom: 1px solid transparent;
}

.gx-kontakt__flash p {
  margin: 0;
  padding: 16px 0;
  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 500;
}

.gx-kontakt__flash--ok {
  background: #f3f7f2;
  border-bottom-color: #d5e4d4;
  color: #2f5a38;
}

.gx-kontakt__flash--err {
  background: #faf3ee;
  border-bottom-color: #ead8c8;
  color: #7a4a2a;
}

/* —— Store (paper) —— */
main.gx-kontakt .gx-kontakt__store.gx-section {
  padding: var(--section-pad-y) 0;
  background: var(--paper);
}

.gx-kontakt__store-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}

.gx-kontakt__card {
  background: var(--surface);
  border: 1px solid var(--paper-border);
  border-radius: 16px;
  padding: 36px 34px;
  box-shadow: var(--shadow-card);
  height: 100%;
  box-sizing: border-box;
}

.gx-kontakt__card-title {
  font-size: clamp(28px, 3.5vw, 40px);
  margin: 10px 0 0;
  line-height: 1.08;
  color: var(--ink-900);
}

.gx-kontakt__form-intro .gx-kontakt__card-title,
.gx-kontakt__form-intro .gx-display--on-ink {
  color: #f8f5f1;
}

.gx-kontakt__card-lede {
  margin: 14px 0 0;
  font-size: 15.5px;
  line-height: 1.65;
  color: #625d58;
  max-width: 42ch;
}

.gx-kontakt__address {
  display: block;
  margin: 26px 0 0;
  font-style: normal;
  font-size: 15.5px;
  line-height: 1.65;
  color: var(--ink-900);
}

.gx-kontakt__channels {
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.gx-kontakt__channels a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border: 1px solid var(--paper-border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  background: var(--surface-sunken);
  transition: border-color 0.18s, background 0.18s;
}

.gx-kontakt__channels a:hover {
  border-color: var(--gold);
  background: var(--surface);
}

.gx-kontakt__ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(174, 144, 105, 0.14);
  color: var(--gold-deep);
  flex-shrink: 0;
}

.gx-kontakt__channel-label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #938c85;
}

.gx-kontakt__channel-value {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink-900);
}

.gx-kontakt__hours {
  margin-top: 22px;
  padding: 18px 18px 16px;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--paper-border-soft);
}

.gx-kontakt__hours-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-deep);
  margin-bottom: 8px;
}

.gx-kontakt__hours p {
  margin: 0;
  font-size: 14.5px;
  color: var(--ink-900);
  line-height: 1.55;
}

.gx-kontakt__hours-note {
  margin-top: 6px !important;
  color: #625d58 !important;
  font-size: 13.5px !important;
}

.gx-kontakt__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

/* Map — equal-height grid cell, soft card */
.gx-kontakt__map {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--paper-border);
  background: #e9e1d8;
  min-height: 100%;
  box-shadow: var(--shadow-card);
}

.gx-kontakt__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  border: 0;
  filter: grayscale(0.25) contrast(1.05) saturate(0.85);
  transition: filter 0.35s ease;
}

.gx-kontakt__map:hover iframe {
  filter: none;
}

/* —— Form (ink) —— */
main.gx-kontakt .gx-kontakt__form-section.gx-section {
  padding: var(--section-pad-y) 0;
}

.gx-kontakt__form-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 48px;
  align-items: start;
}

.gx-kontakt__form-intro p {
  margin: 14px 0 0;
  font-size: 16px;
  line-height: 1.65;
  color: #b7b0a8;
  max-width: 38ch;
}

.gx-kontakt__bullets {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.gx-kontakt__bullets li {
  display: grid;
  gap: 4px;
  padding-left: 16px;
  border-left: 2px solid var(--gold);
}

.gx-kontakt__bullets strong {
  font-size: 14px;
  color: #f8f5f1;
}

.gx-kontakt__bullets span {
  font-size: 14px;
  line-height: 1.55;
  color: #b7b0a8;
}

.gx-kontakt__bullets a {
  color: var(--gold-hover);
  font-weight: 600;
  text-decoration: none;
}

.gx-kontakt__bullets a:hover {
  text-decoration: underline;
}

.gx-kontakt__form-card {
  background: var(--surface);
  border: 1px solid rgba(230, 220, 205, 0.14);
  border-radius: 16px;
  padding: 34px;
  box-shadow: var(--shadow-card);
}

.gx-kontakt-form {
  position: relative;
}

.gx-kontakt-form__honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.gx-kontakt-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gx-kontakt-form__field {
  margin-bottom: 16px;
}

.gx-kontakt-form__field label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-900);
}

.gx-kontakt-form__field input,
.gx-kontakt-form__field select,
.gx-kontakt-form__field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--paper-border);
  border-radius: 10px;
  background: var(--surface-sunken);
  color: var(--ink-900);
  font: inherit;
  font-size: 15px;
  padding: 14px 16px;
  transition: border-color 0.18s, box-shadow 0.18s, background 0.18s;
}

.gx-kontakt-form__field textarea {
  min-height: 150px;
  resize: vertical;
  line-height: 1.55;
}

.gx-kontakt-form__field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2396764f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
}

.gx-kontakt-form__field input:focus,
.gx-kontakt-form__field select:focus,
.gx-kontakt-form__field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: var(--surface);
  box-shadow: 0 0 0 3px rgba(174, 144, 105, 0.18);
}

.gx-kontakt-form__privacy {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 8px 0 22px;
  padding: 14px 16px;
  border-radius: 12px;
  background: var(--paper);
  border: 1px solid var(--paper-border-soft);
  font-size: 13.5px;
  line-height: 1.5;
  color: #625d58;
  cursor: pointer;
}

.gx-kontakt-form__privacy input {
  margin-top: 2px;
  accent-color: var(--gold);
  flex-shrink: 0;
}

.gx-kontakt-form__privacy a {
  color: var(--gold-deep);
  font-weight: 600;
  text-decoration: none;
}

.gx-kontakt-form__privacy a:hover {
  text-decoration: underline;
}

.gx-kontakt-form__submit {
  width: auto;
  justify-content: center;
}

/* —— FAQ (paper) —— */
main.gx-kontakt .gx-kontakt__faq.gx-section {
  padding: var(--section-pad-y) 0;
  background: var(--paper);
}

.gx-kontakt__faq-head {
  max-width: 640px;
  margin-bottom: 28px;
}

.gx-kontakt__faq-list {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.gx-kontakt__faq-item {
  background: var(--surface);
  border: 1px solid var(--paper-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(20, 15, 10, 0.04);
  transition: border-color 0.18s;
}

.gx-kontakt__faq-item[open] {
  border-color: rgba(174, 144, 105, 0.45);
}

.gx-kontakt__faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-size: 15.5px;
  font-weight: 600;
  color: var(--ink-900);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gx-kontakt__faq-item summary::-webkit-details-marker {
  display: none;
}

.gx-kontakt__faq-item summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1.8px solid var(--gold-deep);
  border-bottom: 1.8px solid var(--gold-deep);
  transform: rotate(45deg);
  flex-shrink: 0;
  transition: transform 0.18s;
  margin-top: -4px;
}

.gx-kontakt__faq-item[open] summary {
  color: var(--gold-deep);
}

.gx-kontakt__faq-item[open] summary::after {
  transform: rotate(-135deg);
  margin-top: 4px;
  border-color: var(--gold);
}

.gx-kontakt__faq-a {
  padding: 0 22px 20px;
  font-size: 14.5px;
  line-height: 1.65;
  color: #625d58;
  border-top: 1px solid var(--paper-hairline);
  padding-top: 16px;
  margin-top: -4px;
}

/* —— Responsive —— */
@media (max-width: 980px) {
  .gx-kontakt__facts,
  .gx-kontakt__store-grid,
  .gx-kontakt__form-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .gx-kontakt__facts {
    max-width: none;
  }

  .gx-kontakt__map,
  .gx-kontakt__map iframe {
    min-height: 320px;
  }

  main.gx-kontakt .gx-kontakt__store.gx-section,
  main.gx-kontakt .gx-kontakt__form-section.gx-section,
  main.gx-kontakt .gx-kontakt__faq.gx-section {
    padding: var(--section-pad-y-mobile) 0;
  }
}

@media (max-width: 640px) {
  .gx-kontakt__facts {
    grid-template-columns: 1fr;
  }

  .gx-kontakt__card,
  .gx-kontakt__form-card {
    padding: 24px 20px;
  }

  .gx-kontakt-form__row {
    grid-template-columns: 1fr;
  }

  .gx-kontakt__actions {
    flex-direction: column;
  }

  .gx-kontakt__actions .gx-btn,
  .gx-kontakt-form__submit {
    width: 100%;
    justify-content: center;
  }
}
