.style-choice-link {
  position: absolute;
  z-index: 25;
  top: 2.55rem;
  left: 50%;
  transform: translateX(-50%);
  color: #d4af37;
  font-family: Cinzel, Georgia, serif;
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .2s ease, text-shadow .2s ease;
}

.cigar-wisdom-card { text-align: center; }
.cigar-wisdom-card blockquote { min-height: 3.2em; margin: .4rem auto 1rem; max-width: 680px; color: var(--text); font-family: Cinzel, Georgia, serif; font-size: clamp(1.35rem, 3.2vw, 2.25rem); line-height: 1.45; transition: opacity .28s ease, transform .28s ease; }
.cigar-wisdom-card blockquote.is-changing { opacity: 0; transform: translateY(8px); }
.cigar-wisdom-card > a { display: inline-block; color: var(--gold); font-size: .74rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.style-choice-link:hover,
.style-choice-link:focus-visible {
  color: #f3df9a;
  outline: none;
  text-shadow: 0 0 12px rgba(212,175,55,.45);
}

.header-search-link {
  position: absolute;
  right: calc(clamp(16px,4vw,56px) + 58px);
  top: 50%;
  z-index: 26;
  width: 46px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255,255,255,.06);
  transform: translateY(-50%);
}
.header-search-link .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.header-search-link::before {
  position: absolute;
  top: 10px;
  left: 13px;
  width: 13px;
  height: 13px;
  border: 2px solid #d4af37;
  border-radius: 50%;
  content: "";
}
.header-search-link::after {
  position: absolute;
  top: 24px;
  left: 27px;
  width: 8px;
  height: 2px;
  border-radius: 2px;
  background: #d4af37;
  content: "";
  transform: rotate(45deg);
  transform-origin: left center;
}
.header-search-link:hover,
.header-search-link:focus-visible,
.header-search-link.active { background: rgba(212,175,55,.12); outline: none; }

/* Home header: Credits and style switch are equal and sit side by side. */
body.home-page .credits-top-link,
body.home-page .style-choice-link {
  position: absolute !important;
  top: 1rem !important;
  font-size: .7rem !important;
  letter-spacing: .14em !important;
  line-height: 1 !important;
}

body.home-page .credits-top-link { left: calc(50% - 5.3rem) !important; }

body.home-page .style-choice-link { left: calc(50% + 4.2rem) !important; }

body.home-page .style-choice-link::before {
  position: absolute;
  left: -1.2rem;
  color: rgba(212,175,55,.5);
  content: "·";
}

/* Carry the subtle dimensional gold title treatment through Current Style. */
main h1,
main h2,
main h3,
main .section-title {
  background: linear-gradient(180deg, #fff8da 0%, #d4af37 52%, #9d6422 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow:
    0 1px 0 rgba(255,244,190,.2),
    0 3px 0 rgba(82,46,14,.42),
    0 7px 18px rgba(0,0,0,.55) !important;
}

@media (max-width: 900px) {
  .site-header {
    padding-top: 34px !important;
  }

  .style-choice-link {
    position: absolute;
    top: .7rem;
    font-size: .56rem;
  }

  body.home-page .credits-top-link,
  body.home-page .style-choice-link {
    position: absolute !important;
    top: .7rem !important;
    font-size: .62rem !important;
  }

  .header-search-link {
    right: 70px;
    top: calc(50% + 11px);
    width: 46px;
    height: 42px;
  }
}

/* Structured menu alignment — kept in CSS so cache versioning is reliable. */
.main-nav,
.main-nav .nav-group-title,
.main-nav a {
  text-align: left !important;
}
.main-nav a { width: 100% !important; }
.main-nav .nav-primary,
.main-nav .nav-group {
  width: 100% !important;
  box-sizing: border-box !important;
}
.main-nav .nav-primary,
.main-nav .nav-group-links {
  align-items: stretch !important;
}

/* Einheitliche Haupttitel auf allen Unterseiten. */
.ms-v62:not(.home-page) main h1 {
  font-size: clamp(2.2rem, 4vw, 3.2rem) !important;
  line-height: 1.05 !important;
}
