/* =========================================================
   PREISLISTE — Hairperfection by Latifa
   Eleganter Look angelehnt an die gedruckte Karte:
   warmes Creme, goldene Akzente, Italianno-Schreibschrift
   ========================================================= */

.subpage--preise {
  background: var(--c-cream, #FAF6F0);
}

/* Force "scrolled" nav state on price page — hero is light, so dark text needed */
.subpage--preise .nav {
  background: rgba(250, 246, 240, 0.92);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(161, 131, 83, 0.14);
}
.subpage--preise .nav-menu a {
  color: var(--c-mocha, #2a1f15);
  text-shadow: none;
}
.subpage--preise .nav-menu a:hover {
  color: var(--c-espresso, #1B130C);
}
.subpage--preise .nav-menu a::after {
  background: #a18353;
}
.subpage--preise .nav-call {
  color: var(--c-espresso, #1B130C);
}
.subpage--preise .nav-toggle span {
  background: var(--c-espresso, #1B130C);
  box-shadow: none;
}
/* Logo: invert filter so dark-on-light logo is visible */
.subpage--preise .nav-logo img {
  filter: none;
}

/* ===== HERO ===== */
.price-hero {
  position: relative;
  padding: calc(var(--nav-h, 80px) + 90px) 24px 70px;
  text-align: center;
  background: linear-gradient(180deg, #ede0cf 0%, #f5ece0 60%, #faf6f0 100%);
  overflow: hidden;
}

.price-hero__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.price-hero__ornament {
  position: absolute;
  top: 50%;
  width: 220px;
  height: 280px;
  opacity: 0.18;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}

.price-hero__ornament--left {
  left: 4%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240' fill='none' stroke='%23a18353' stroke-width='1.2'><path d='M100 10 C 80 50 60 90 50 140 C 45 180 60 220 100 230'/><path d='M70 60 q -20 8 -30 30 q -8 22 8 36'/><path d='M55 110 q -16 6 -22 22 q -4 16 10 24'/><path d='M48 160 q -14 4 -18 18'/><path d='M85 35 q -14 8 -18 24'/><path d='M90 200 q -18 -2 -28 -14'/></svg>");
}

.price-hero__ornament--right {
  right: 4%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 240' fill='none' stroke='%23a18353' stroke-width='1.2'><path d='M100 10 C 120 50 140 90 150 140 C 155 180 140 220 100 230'/><path d='M130 60 q 20 8 30 30 q 8 22 -8 36'/><path d='M145 110 q 16 6 22 22 q 4 16 -10 24'/><path d='M152 160 q 14 4 18 18'/><path d='M115 35 q 14 8 18 24'/><path d='M110 200 q 18 -2 28 -14'/></svg>");
  transform: translateY(-50%) scaleX(-1);
}

.price-hero__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.subpage--preise .crumbs {
  color: rgba(42, 31, 21, 0.65);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.subpage--preise .crumbs a {
  color: #a18353;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}
.subpage--preise .crumbs a:hover { border-color: #a18353; }
.subpage--preise .crumbs span:last-child {
  color: var(--c-espresso, #1B130C);
  font-weight: 500;
}

.price-hero__script {
  font-family: 'Italianno', cursive;
  font-size: clamp(72px, 12vw, 124px);
  color: #a18353;
  margin: 0 0 6px;
  line-height: 0.9;
  letter-spacing: 0.01em;
}

.price-hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(18px, 2.5vw, 26px);
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: #1B130C;
  margin: 0 0 22px;
}

.price-hero__title em {
  font-style: italic;
  font-weight: 300;
  color: #a18353;
  letter-spacing: 0.18em;
}

.price-hero__sub {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #5a4a3a;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.65;
}

.price-hero__divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 28px;
}

.price-hero__divider span:not(.dot) {
  width: 90px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #a18353, transparent);
}

.price-hero__divider .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #a18353;
  box-shadow: 0 0 0 1px #a18353, 0 0 0 4px transparent, 0 0 0 5px #a18353;
}

/* ===== PRICE SECTION ===== */
.price-section {
  padding: 80px 24px 100px;
}

.price-container {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.price-block {
  background: #fff;
  border: 1px solid rgba(161, 131, 83, 0.16);
  border-radius: 4px;
  padding: 40px 48px;
  box-shadow:
    0 1px 2px rgba(27, 19, 12, 0.04),
    0 12px 40px rgba(27, 19, 12, 0.06);
}

.price-block__head {
  text-align: center;
  margin-bottom: 28px;
}

.price-block__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 22px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #1B130C;
  margin: 0 0 10px;
}

.price-block__ornament {
  display: inline-block;
  width: 80px;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 14' fill='none' stroke='%23a18353' stroke-width='1'><path d='M0 7 H 26'/><path d='M54 7 H 80'/><circle cx='40' cy='7' r='3'/><path d='M32 7 q 2 -3 8 -3 q 6 0 8 3'/><path d='M32 7 q 2 3 8 3 q 6 0 8 -3'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
}

.price-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #2a1f15;
  padding: 4px 0;
}

.price-row__name {
  flex: 0 1 auto;
}

.price-row__name small {
  font-weight: 300;
  color: #8a7560;
  margin-left: 4px;
}

.price-row__dots {
  flex: 1 1 auto;
  border-bottom: 1px dotted #c4ad88;
  transform: translateY(-4px);
  min-width: 24px;
}

.price-row__price {
  flex: 0 0 auto;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #1B130C;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.01em;
}

.price-row__price--muted {
  font-style: italic;
  font-weight: 400;
  color: #8a7560;
}

.price-disclaimer {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #8a7560;
  line-height: 1.7;
  max-width: 540px;
  margin: 8px auto 0;
}

.price-disclaimer em {
  font-style: italic;
  color: #a18353;
  font-weight: 400;
}

/* ===== CTA ===== */
.price-cta {
  margin-top: 20px;
}

.price-cta__inner {
  position: relative;
  text-align: center;
  padding: 56px 32px;
  border-radius: 4px;
  background: linear-gradient(135deg, #1B130C 0%, #2a1f15 100%);
  color: #faf6f0;
  overflow: hidden;
}

.price-cta__inner::before,
.price-cta__inner::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 140px;
  height: 200px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 140 200' fill='none' stroke='%23a18353' stroke-width='1' opacity='0.4'><path d='M70 0 C 50 40 30 80 25 130 Q 20 180 70 200'/><path d='M50 40 q -16 6 -22 24'/><path d='M40 90 q -14 6 -18 22'/><path d='M35 140 q -10 4 -14 16'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  opacity: 0.35;
  pointer-events: none;
}
.price-cta__inner::before { left: -20px; }
.price-cta__inner::after { right: -20px; transform: translateY(-50%) scaleX(-1); }

.price-cta__eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #c4ad88;
  margin: 0 0 14px;
}

.price-cta__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: clamp(28px, 4vw, 40px);
  color: #faf6f0;
  margin: 0 0 14px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.price-cta__title em {
  font-style: italic;
  font-weight: 300;
  color: #d4b88a;
}

.price-cta__sub {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: rgba(250, 246, 240, 0.7);
  max-width: 480px;
  margin: 0 auto 28px;
  line-height: 1.65;
}

.price-cta__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

/* Active nav-link state */
.nav-menu a.is-active {
  color: #a18353;
}
.nav-menu a.is-active::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #a18353;
  margin-top: 3px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 720px) {
  .price-section { padding: 50px 16px 70px; }
  .price-container { gap: 36px; }
  .price-block { padding: 28px 22px; }
  .price-block__title { font-size: 17px; letter-spacing: 0.22em; }
  .price-row { font-size: 14px; gap: 8px; }
  .price-hero { padding: calc(var(--nav-h, 80px) + 50px) 16px 50px; }
  .price-hero__script { font-size: clamp(60px, 16vw, 88px); }
  .price-hero__title { font-size: 14px; letter-spacing: 0.24em; }
  .price-hero__sub { font-size: 14px; }
  .price-hero__ornament { width: 120px; height: 160px; opacity: 0.12; }
  .price-cta__inner { padding: 40px 22px; }
  .price-cta__inner::before, .price-cta__inner::after { width: 80px; height: 120px; }
}

@media (max-width: 420px) {
  .price-row { flex-wrap: wrap; }
  .price-row__dots { flex-basis: 100%; transform: none; margin: 2px 0; border-bottom: 1px dotted #c4ad88; }
  .price-row__price { margin-left: auto; }
}
