:root{--bg:#070707;--panel:rgba(20,17,14,.72);--panel2:rgba(255,255,255,.07);--gold:#d4af37;--copper:#c47a2c;--text:#f7f1e6;--muted:#b8aa92;--line:rgba(212,175,55,.32);--shadow:0 30px 90px rgba(0,0,0,.55);}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:Inter,system-ui,sans-serif;color:var(--text);background:radial-gradient(circle at 20% 0%,rgba(196,122,44,.18),transparent 35%),radial-gradient(circle at 80% 15%,rgba(212,175,55,.12),transparent 30%),linear-gradient(180deg,#090706,#110d0a 48%,#050505);overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:radial-gradient(circle,transparent 35%,rgba(0,0,0,.72));z-index:-1}.smoke{position:fixed;inset:auto;pointer-events:none;width:50vw;height:50vw;border-radius:50%;filter:blur(50px);opacity:.18;background:linear-gradient(90deg,transparent,rgba(255,255,255,.24),transparent);animation:drift 18s ease-in-out infinite alternate;z-index:-1}.smoke-1{left:-12vw;top:10vh}.smoke-2{right:-18vw;bottom:5vh;animation-duration:24s}@keyframes drift{from{transform:translate3d(-5vw,2vh,0) rotate(0deg)}to{transform:translate3d(8vw,-4vh,0) rotate(22deg)}}
a{color:var(--gold);text-decoration:none}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px clamp(16px,4vw,56px);background:rgba(6,6,6,.75);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:12px;color:var(--text);font-family:Cinzel,serif;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.brand img{width:44px;height:44px;object-fit:contain;filter:drop-shadow(0 0 16px rgba(212,175,55,.35))}.main-nav{display:flex;gap:10px}.main-nav a{padding:10px 15px;border:1px solid transparent;border-radius:999px;color:var(--muted);font-weight:700;letter-spacing:.08em;text-transform:uppercase;font-size:.82rem}.main-nav a:hover,.main-nav a.active{color:var(--text);border-color:var(--line);background:rgba(212,175,55,.1)}.menu-button{display:none;background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:10px;color:var(--gold);font-size:1.35rem;padding:8px 12px}.section-wrap{width:min(1180px,92vw);margin:0 auto}.hero{padding:44px 0 24px;text-align:center}.title-block{padding:8px 0 24px}.eyebrow{margin:0 0 10px;color:var(--gold);text-transform:uppercase;letter-spacing:.23em;font-size:.78rem;font-weight:700}.title-block h1{font-family:Cinzel,serif;font-size:clamp(2.4rem,7vw,6.6rem);line-height:.95;margin:0;text-shadow:0 0 26px rgba(212,175,55,.25),0 8px 34px rgba(0,0,0,.75);background:linear-gradient(180deg,#fff8da,#d4af37 55%,#9d6422);-webkit-background-clip:text;background-clip:text;color:transparent}.mosaic{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(4px,.8vw,9px);width:min(1050px,100%);margin:8px auto 28px;padding:clamp(5px,.8vw,10px);border:1px solid var(--line);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.015));box-shadow:var(--shadow);overflow:hidden}.mosaic:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.08) 45%,transparent 60%);transform:translateX(-110%);animation:shine 4s 2.5s ease-in-out forwards;pointer-events:none}.mosaic img{width:100%;aspect-ratio:1.42/1;object-fit:cover;border-radius:12px;opacity:0;transform:translate(var(--x,0),var(--y,0)) scale(.8) rotate(var(--r,0deg));animation:tileIn .95s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.15s + var(--i)*.075s);filter:saturate(1.04) contrast(1.02)}.mosaic img:nth-child(3n+1){--x:-42vw;--y:-18vh;--r:-7deg}.mosaic img:nth-child(3n+2){--x:0;--y:-28vh;--r:4deg}.mosaic img:nth-child(3n){--x:42vw;--y:20vh;--r:7deg}@keyframes tileIn{to{opacity:1;transform:translate(0,0) scale(1) rotate(0)}}@keyframes shine{to{transform:translateX(110%)}}.glass-card{width:min(780px,100%);margin:18px auto;padding:clamp(18px,3vw,28px);border:1px solid var(--line);border-radius:24px;background:linear-gradient(135deg,var(--panel),rgba(255,255,255,.05));box-shadow:0 25px 80px rgba(0,0,0,.42);backdrop-filter:blur(16px)}.audio-card{text-align:left}.player-label{font-family:Cinzel,serif;letter-spacing:.12em;text-transform:uppercase;color:var(--gold);text-align:center}.intro-text{font-size:clamp(1rem,2.4vw,1.25rem);line-height:1.7;color:#fff8eb;outline:none}.intro-text:focus{border-color:rgba(212,175,55,.85);box-shadow:0 0 0 4px rgba(212,175,55,.12)}.bottom-logo{display:block;width:clamp(110px,18vw,190px);height:auto;margin:30px auto 12px;filter:drop-shadow(0 0 22px rgba(212,175,55,.36));position:static!important}.site-footer{text-align:center;color:var(--muted);padding:26px 16px 38px;border-top:1px solid rgba(212,175,55,.16);margin-top:30px}.reveal{opacity:0;transform:translateY(18px);animation:reveal .9s ease forwards}.delay-1{animation-delay:.65s}.delay-2{animation-delay:.9s}.delay-3{animation-delay:1.1s}@keyframes reveal{to{opacity:1;transform:translateY(0)}}.members-main{padding:48px 0 16px}.member-section{margin:34px 0}.member-section h2{font-family:Cinzel,serif;text-align:center;font-size:clamp(1.7rem,4vw,2.8rem);color:var(--gold);margin:0 0 22px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:18px}.board-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.member-card{min-height:0;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:left;padding:0;border:1px solid var(--line);border-radius:22px;background:linear-gradient(145deg,rgba(255,255,255,.08),rgba(0,0,0,.28));box-shadow:0 22px 55px rgba(0,0,0,.32);position:relative;overflow:hidden}.member-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top,rgba(212,175,55,.15),transparent 55%);opacity:.9;pointer-events:none}.member-card>*{position:relative}.member-photo{display:block;width:100%;aspect-ratio:1/1;object-fit:cover;background:#111;border-bottom:1px solid rgba(212,175,55,.22);filter:saturate(1.04) contrast(1.04)}.member-photo.placeholder{background-image:url(../images/members/placeholder.svg);background-size:cover;background-position:center}.member-info{padding:18px 20px 20px;background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.38))}.member-card strong{display:block;font-family:Cinzel,serif;font-size:1.2rem;color:#fff6dc;line-height:1.25}.member-card .role{display:block;color:var(--gold);text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;font-weight:800;margin-bottom:9px}.member-card.featured{border-color:rgba(212,175,55,.5)}
@media (max-width:760px){.site-header{padding:10px 14px}.brand span{font-size:.82rem}.brand img{width:38px;height:38px}.menu-button{display:block}.main-nav{position:absolute;right:14px;top:64px;display:none;flex-direction:column;min-width:210px;padding:12px;background:rgba(8,8,8,.94);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.main-nav.open{display:flex}.main-nav a{text-align:center}.hero{padding-top:30px}.mosaic{grid-template-columns:repeat(2,1fr);border-radius:18px;gap:6px}.mosaic img{border-radius:10px;aspect-ratio:1.18/1}.glass-card{border-radius:18px;margin:14px auto;padding:16px}.board-cards{grid-template-columns:1fr}.cards{grid-template-columns:1fr;gap:16px}.member-section{margin:26px 0}.member-card{border-radius:18px}.member-photo{aspect-ratio:auto!important;height:clamp(220px,62vw,320px)!important;object-fit:cover!important}.member-info{padding:14px 16px 16px}.member-card strong{font-size:1.08rem}.member-card .role{font-size:.7rem;margin-bottom:7px}.bottom-logo{width:132px!important;margin-top:24px!important;margin-bottom:8px!important}.site-footer{padding-bottom:26px}.title-block h1{font-size:clamp(2.2rem,13vw,4.4rem)}.eyebrow{letter-spacing:.16em}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.mosaic img,.reveal{opacity:1!important;transform:none!important}}

.home-place{text-align:center;font-size:clamp(1rem,2.1vw,1.16rem);line-height:1.65}.home-place .small{font-size:.72rem;margin-bottom:8px}.home-place p{margin:.3rem 0}.home-place a{font-weight:800;border-bottom:1px solid rgba(212,175,55,.45)}.hint{color:var(--muted);font-size:.95rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(420px,100%),1fr));gap:clamp(18px,2.4vw,30px);margin:34px auto;width:min(1280px,100%)}.gallery-item{position:relative;overflow:hidden;border-radius:24px;border:1px solid var(--line);background:rgba(255,255,255,.05);box-shadow:0 28px 82px rgba(0,0,0,.42);opacity:0;transform:translate(var(--gx,0),var(--gy,0)) scale(.78) rotate(var(--gr,0deg));animation:galleryFly 1.05s cubic-bezier(.16,1,.3,1) forwards;animation-delay:calc(.09s * var(--n,0))}.gallery-item img{display:block;width:100%;height:clamp(330px,34vw,520px);object-fit:cover;transition:transform .55s ease,filter .55s ease}.gallery-item:hover img{transform:scale(1.055);filter:saturate(1.08) contrast(1.03)}.gallery-item:after{content:attr(data-label);position:absolute;left:14px;bottom:14px;padding:7px 12px;border-radius:999px;background:rgba(0,0,0,.58);border:1px solid rgba(212,175,55,.28);color:var(--gold);font-size:.78rem;font-weight:800;letter-spacing:.08em}.gallery-empty{text-align:center;color:var(--muted)}@keyframes galleryFly{to{opacity:1;transform:translate(0,0) scale(1) rotate(0)}}@media (max-width:760px){.gallery-grid{grid-template-columns:1fr;gap:18px;margin-top:22px}.gallery-item{border-radius:18px}.gallery-item img{height:clamp(280px,78vw,520px)}}


/* Gallery safety: images stay visible after the fly-in animation completes. */
.gallery-page .gallery-grid{display:grid!important;}
.gallery-page .gallery-item{display:block!important;visibility:visible;}
.gallery-page .gallery-item img{display:block!important;opacity:1!important;visibility:visible!important;width:100%;}
@media (prefers-reduced-motion:reduce){.gallery-page .gallery-item{opacity:1!important;transform:none!important;animation:none!important;}}


/* Mountain Smoke v6.0 Professional */
nav a.active,
.nav a.active,
.site-nav a.active,
.footer-links a.active {
  color: #d86f18;
  text-decoration: none;
}

nav a.active::after,
.site-nav a.active::after {
  opacity: 1;
}

img {
  max-width: 100%;
  height: auto;
}

.ms-404 {
  min-height: 70vh;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 6rem 1.5rem;
}

.ms-404-card {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 2rem;
  border: 1px solid rgba(216,111,24,.35);
  border-radius: 24px;
  background: rgba(0,0,0,.35);
  box-shadow: 0 20px 60px rgba(0,0,0,.35);
}

.ms-404-code {
  font-size: clamp(4rem, 12vw, 9rem);
  line-height: 1;
  color: #d86f18;
  margin: 0 0 1rem;
  font-weight: 800;
}

.ms-button {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(216,111,24,.6);
  color: #fff;
  background: rgba(216,111,24,.18);
  text-decoration: none;
}

.ms-button:hover {
  background: rgba(216,111,24,.32);
}


/* === Mountain Smoke unified page titles === */
main h1,
.page-title,
.hero h1{
    text-align:center;
    width:100%;
    margin-left:auto;
    margin-right:auto;
}


/* =========================================================
   Mountain Smoke Website – V6.1 Code Cleanup & Consistency
   Zentralisierte Designregeln ohne grundlegenden Look-Umbau
   ========================================================= */

:root {
  --ms-bg: #070707;
  --ms-bg-soft: rgba(255, 255, 255, 0.045);
  --ms-bg-card: rgba(0, 0, 0, 0.38);
  --ms-text: #f4f0ea;
  --ms-text-muted: rgba(244, 240, 234, 0.74);
  --ms-accent: #d86f18;
  --ms-accent-soft: rgba(216, 111, 24, 0.18);
  --ms-border: rgba(216, 111, 24, 0.28);
  --ms-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
  --ms-radius: 18px;
  --ms-radius-lg: 26px;
  --ms-container: 1180px;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ms-text);
  text-rendering: optimizeLegibility;
}

main,
.container,
.content,
.section-inner {
  max-width: var(--ms-container);
  margin-left: auto;
  margin-right: auto;
}

h1,
.page-title,
.hero h1 {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.02em;
}

p,
li {
  line-height: 1.65;
}

a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease, transform 180ms ease;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ms-accent);
  outline-offset: 3px;
  border-radius: 8px;
}

/* Navigation */
nav,
.site-nav,
.navbar {
  align-items: center;
}

nav a,
.site-nav a,
.navbar a,
.footer-links a {
  white-space: nowrap;
}

nav a.active,
.site-nav a.active,
.navbar a.active,
.footer-links a.active {
  color: var(--ms-accent);
  text-decoration: none;
}

/* Einheitliche Karten / Boxen */
.card,
.member-card,
.gallery-item,
.format-card,
.info-box,
.tip-box,
.table-wrap {
  border-radius: var(--ms-radius);
}

.card,
.member-card,
.format-card,
.info-box,
.tip-box {
  box-shadow: var(--ms-shadow);
}

/* Bilder konsistent */
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin-left: auto;
  margin-right: auto;
}

figure img,
.gallery-item img,
.member-card img {
  border-radius: var(--ms-radius);
}

/* Buttons */
button,
.button,
.btn,
.ms-button,
.back-to-top {
  cursor: pointer;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

button:hover,
.button:hover,
.btn:hover,
.ms-button:hover,
.back-to-top:hover {
  transform: translateY(-1px);
}

/* Tabellen, besonders Zigarrenformate */
table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  vertical-align: top;
}

tbody tr {
  transition: background-color 160ms ease;
}

tbody tr:hover {
  background-color: rgba(216, 111, 24, 0.08);
}

.table-wrap,
.formats-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Footer */
footer {
  text-align: center;
}

footer nav,
footer .footer-links,
.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(0.7rem, 2vw, 1.4rem);
  flex-wrap: wrap;
}

footer p {
  color: var(--ms-text-muted);
}

/* Accessibility skip link */
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 9999;
  padding: .75rem 1rem;
  background: var(--ms-accent);
  color: #111;
  border-radius: 0 0 10px 0;
  font-weight: 700;
}

.skip-link:focus {
  left: 0;
}

/* Responsive Feinschliff */
@media (max-width: 820px) {
  main,
  .container,
  .content,
  .section-inner {
    width: min(100% - 1.5rem, var(--ms-container));
  }

  nav,
  .site-nav,
  .navbar,
  footer .footer-links {
    gap: 0.75rem;
  }

  h1,
  .page-title,
  .hero h1 {
    font-size: clamp(2rem, 10vw, 3.8rem);
  }

  table {
    min-width: 720px;
  }
}

@media (max-width: 520px) {
  footer nav,
  footer .footer-links,
  .footer-links {
    flex-direction: row;
    justify-content: center;
  }

  nav a,
  .site-nav a,
  .navbar a,
  .footer-links a {
    font-size: 0.95rem;
  }
}

/* Reduzierte Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }
}


/* V6.1.1 Header refinement */
.page-title{
  text-align:center;
  font-size:clamp(2.2rem,4vw,3.2rem)!important;
  margin-bottom:.35rem;
}
.page-subtitle,
.hero .eyebrow,
.hero .kicker{
  text-align:center!important;
  display:block;
}


/* V6.1.2 Disclaimer Page */
.disclaimer-page {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(2rem, 5vw, 4rem) 1.25rem;
}

.disclaimer-hero {
  text-align: center;
  margin-bottom: clamp(2rem, 5vw, 3.5rem);
}

.disclaimer-hero .eyebrow {
  color: var(--ms-accent, #d86f18);
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: .82rem;
  margin-bottom: .75rem;
}

.disclaimer-hero h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: .75rem;
}

.disclaimer-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--ms-text-muted, rgba(244,240,234,.74));
}

.disclaimer-card {
  border: 1px solid var(--ms-border, rgba(216,111,24,.28));
  border-radius: var(--ms-radius-lg, 26px);
  background:
    radial-gradient(circle at top left, rgba(216,111,24,.16), transparent 34%),
    rgba(0,0,0,.38);
  box-shadow: var(--ms-shadow, 0 18px 55px rgba(0,0,0,.32));
  padding: clamp(1.4rem, 4vw, 2.5rem);
}

.disclaimer-section {
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(216,111,24,.18);
}

.disclaimer-section:last-child {
  border-bottom: 0;
}

.disclaimer-section h2 {
  color: var(--ms-accent, #d86f18);
  font-size: clamp(1.25rem, 2.5vw, 1.65rem);
  margin-bottom: .65rem;
}

.disclaimer-section p {
  color: var(--ms-text, #f4f0ea);
  margin-bottom: 0;
}

.disclaimer-note {
  margin-top: 1.5rem;
  text-align: center;
  color: var(--ms-text-muted, rgba(244,240,234,.74));
  font-size: .95rem;
}


/* V6.1.3 Disclaimer readable fix */
.disclaimer-page{width:min(980px,92vw);margin:0 auto;padding:clamp(2rem,5vw,4rem) 0;}
.disclaimer-hero{text-align:center;margin-bottom:clamp(2rem,5vw,3.5rem);}
.disclaimer-hero .eyebrow{color:var(--gold,var(--ms-accent,#d86f18));letter-spacing:.16em;text-transform:uppercase;font-size:.82rem;margin-bottom:.75rem;}
.disclaimer-hero h1{font-family:Cinzel,serif;font-size:clamp(2.2rem,5vw,4rem);margin:.2rem 0 .75rem;}
.disclaimer-hero p{max-width:680px;margin:0 auto;color:var(--muted,var(--ms-text-muted,rgba(244,240,234,.74)));}
.disclaimer-card{border:1px solid var(--line,var(--ms-border,rgba(216,111,24,.28)));border-radius:26px;background:radial-gradient(circle at top left,rgba(216,111,24,.16),transparent 34%),rgba(0,0,0,.38);box-shadow:var(--shadow,var(--ms-shadow,0 18px 55px rgba(0,0,0,.32)));padding:clamp(1.4rem,4vw,2.5rem);}
.disclaimer-section{padding:1.15rem 0;border-bottom:1px solid rgba(216,111,24,.18);}
.disclaimer-section:last-child{border-bottom:0;}
.disclaimer-section h2{color:var(--gold,var(--ms-accent,#d86f18));font-size:clamp(1.25rem,2.5vw,1.65rem);margin:0 0 .65rem;}
.disclaimer-section p{margin:0;color:var(--text,var(--ms-text,#f4f0ea));}
.disclaimer-note{margin-top:1.5rem;text-align:center;color:var(--muted,var(--ms-text-muted,rgba(244,240,234,.74)));font-size:.95rem;}


/* =========================================================
   Mountain Smoke Website – V6.2 Visual Upgrade
   Eleganter Look, dezente Rauch-/Glow-Effekte, bessere Karten
   ========================================================= */

:root {
  --ms-gold: #d4af37;
  --ms-copper: #c47a2c;
  --ms-cream: #fff4df;
  --ms-dark: #070604;
  --ms-glass: rgba(18, 14, 10, 0.72);
  --ms-glass-light: rgba(255,255,255,0.075);
  --ms-line-gold: rgba(212,175,55,0.28);
}

/* Edler Hintergrund */
body {
  background:
    radial-gradient(circle at 20% 0%, rgba(196,122,44,.16), transparent 36%),
    radial-gradient(circle at 82% 12%, rgba(212,175,55,.105), transparent 32%),
    linear-gradient(180deg, #090706 0%, #110d0a 48%, #050505 100%);
  background-attachment: fixed;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 32%, rgba(0,0,0,.58) 100%),
    linear-gradient(90deg, rgba(255,255,255,.018), transparent 28%, rgba(255,255,255,.014));
}

/* Dezenter Rauch / Ambient Glow */
body::after {
  content: "";
  position: fixed;
  left: -18vw;
  top: 8vh;
  width: 54vw;
  height: 54vw;
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
  opacity: .16;
  filter: blur(58px);
  background: linear-gradient(90deg, transparent, rgba(255,244,223,.32), transparent);
  animation: msSmokeDrift 22s ease-in-out infinite alternate;
}

@keyframes msSmokeDrift {
  from { transform: translate3d(-4vw, 1vh, 0) rotate(0deg); }
  to   { transform: translate3d(16vw, -5vh, 0) rotate(18deg); }
}

/* Header / Navigation hochwertiger */
.site-header,
header,
nav.site-nav,
.navbar {
  backdrop-filter: blur(16px);
}

.site-header,
header {
  border-bottom: 1px solid var(--ms-line-gold);
}

.main-nav a,
nav a,
.site-nav a,
.navbar a {
  border-radius: 999px;
}

.main-nav a:hover,
.main-nav a.active,
nav a:hover,
nav a.active,
.site-nav a:hover,
.site-nav a.active,
.navbar a:hover,
.navbar a.active {
  background: rgba(212,175,55,.10);
  border-color: rgba(212,175,55,.28);
  color: var(--ms-cream);
  box-shadow: 0 0 24px rgba(212,175,55,.08);
}

/* Hero / Titel */
.hero,
.title-block,
.disclaimer-hero {
  position: relative;
}

.hero h1,
.title-block h1,
.page-title {
  font-family: Cinzel, Georgia, serif;
  background: linear-gradient(180deg, #fff8dc 0%, #d4af37 55%, #9d6422 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 28px rgba(212,175,55,.18), 0 8px 30px rgba(0,0,0,.58);
}

.eyebrow,
.page-subtitle,
.hero .eyebrow,
.disclaimer-hero .eyebrow {
  color: var(--ms-gold) !important;
  letter-spacing: .20em;
  text-transform: uppercase;
  font-weight: 700;
}

/* Glas-Karten */
.glass-card,
.card,
.member-card,
.disclaimer-card,
.info-box,
.tip-box,
.format-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ms-line-gold) !important;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.12), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(0,0,0,.30)) !important;
  box-shadow: 0 24px 70px rgba(0,0,0,.38) !important;
  backdrop-filter: blur(12px);
}

.glass-card::before,
.card::before,
.member-card::before,
.disclaimer-card::before,
.info-box::before,
.tip-box::before,
.format-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .55;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.045) 44%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 900ms ease;
}

.glass-card:hover::before,
.card:hover::before,
.member-card:hover::before,
.disclaimer-card:hover::before,
.info-box:hover::before,
.tip-box:hover::before,
.format-card:hover::before {
  transform: translateX(120%);
}

.card > *,
.member-card > *,
.glass-card > *,
.disclaimer-card > *,
.info-box > *,
.tip-box > *,
.format-card > * {
  position: relative;
}

/* Members und Gallery */
.member-card,
.gallery-item,
.mosaic,
.gallery-grid figure {
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, filter 220ms ease;
}

.member-card:hover,
.gallery-item:hover,
.gallery-grid figure:hover {
  transform: translateY(-4px);
  border-color: rgba(212,175,55,.52) !important;
  box-shadow: 0 28px 86px rgba(0,0,0,.48) !important;
}

.member-photo,
.gallery-item img,
.gallery-grid img,
.mosaic img {
  filter: saturate(1.04) contrast(1.03);
  transition: filter 220ms ease, transform 220ms ease;
}

.member-card:hover .member-photo,
.gallery-item:hover img,
.gallery-grid figure:hover img {
  filter: saturate(1.12) contrast(1.06);
}

/* Tabellen eleganter */
table {
  overflow: hidden;
  border-radius: 16px;
}

thead th {
  color: var(--ms-gold);
  background: rgba(212,175,55,.10);
}

tbody tr:nth-child(even) {
  background: rgba(255,255,255,.025);
}

tbody tr:hover {
  background: rgba(212,175,55,.095);
}

/* Buttons */
.btn,
.button,
.ms-button,
.back-to-top,
button {
  border-color: rgba(212,175,55,.34) !important;
  box-shadow: 0 12px 34px rgba(0,0,0,.24);
}

.btn:hover,
.button:hover,
.ms-button:hover,
.back-to-top:hover,
button:hover {
  background: rgba(212,175,55,.16) !important;
  box-shadow: 0 18px 46px rgba(0,0,0,.32), 0 0 30px rgba(212,175,55,.10);
}

/* Footer eleganter */
footer,
.site-footer {
  border-top: 1px solid rgba(212,175,55,.18);
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.18));
}

footer a:hover,
.site-footer a:hover {
  color: var(--ms-cream);
}

/* Disclaimer Page Feinschliff */
.disclaimer-section h2 {
  font-family: Cinzel, Georgia, serif;
}

/* Kleine Qualitätsverbesserung bei Mobil */
@media (max-width: 760px) {
  body::after {
    width: 80vw;
    height: 80vw;
    opacity: .11;
  }

  .glass-card,
  .card,
  .member-card,
  .disclaimer-card,
  .info-box,
  .tip-box,
  .format-card {
    backdrop-filter: blur(8px);
  }
}

/* Bewegung reduzieren */
@media (prefers-reduced-motion: reduce) {
  body::after {
    animation: none !important;
  }

  .glass-card::before,
  .card::before,
  .member-card::before,
  .disclaimer-card::before,
  .info-box::before,
  .tip-box::before,
  .format-card::before {
    transition: none !important;
  }
}


/* =========================================================
   Mountain Smoke Website – V6.3 Gallery Lounge
   Ruhigeres Thumbnail-Raster + elegante Lightbox
   ========================================================= */

/* Verhindert, dass alte experimentelle Skalierung die Galerie zusammendrückt */
.gallery-item,
.gallery-grid figure {
  transform: none;
}

/* Neue Lounge-Galerie */
.gallery-lounge {
  width: min(1180px, 94vw);
  margin: 0 auto clamp(2.5rem, 6vw, 4.5rem);
  padding: clamp(1rem, 3vw, 1.5rem);
  border: 1px solid rgba(212,175,55,.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.10), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.055), rgba(0,0,0,.28));
  box-shadow: 0 26px 80px rgba(0,0,0,.38);
  backdrop-filter: blur(12px);
}

.gallery-lounge-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
  gap: clamp(.65rem, 1.5vw, 1.05rem);
  align-items: stretch;
}

.gallery-lounge-item {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(212,175,55,.20);
  background: rgba(0,0,0,.28);
  box-shadow: 0 14px 34px rgba(0,0,0,.30);
  cursor: zoom-in;
  isolation: isolate;
  transform: translateY(0) scale(1);
  transition:
    transform 260ms ease,
    box-shadow 260ms ease,
    border-color 260ms ease,
    filter 260ms ease;
}

.gallery-lounge-item::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 55%, rgba(0,0,0,.36)),
    radial-gradient(circle at top left, rgba(212,175,55,.15), transparent 42%);
  opacity: .75;
  transition: opacity 260ms ease;
}

.gallery-lounge-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transform: scale(1.02);
  filter: saturate(1.02) contrast(1.02);
  transition:
    transform 360ms cubic-bezier(.16, 1, .3, 1),
    filter 260ms ease,
    opacity 260ms ease;
}

.gallery-lounge-grid:hover .gallery-lounge-item:not(:hover) {
  filter: brightness(.72) saturate(.85);
}

.gallery-lounge-item:hover {
  z-index: 5;
  transform: translateY(-7px) scale(1.08);
  border-color: rgba(212,175,55,.62);
  box-shadow:
    0 30px 78px rgba(0,0,0,.56),
    0 0 32px rgba(212,175,55,.18);
}

.gallery-lounge-item:hover::after {
  opacity: .25;
}

.gallery-lounge-item:hover img {
  transform: scale(1.16);
  filter: saturate(1.14) contrast(1.07);
}

.gallery-lounge-caption {
  position: absolute;
  left: .75rem;
  right: .75rem;
  bottom: .65rem;
  z-index: 2;
  color: rgba(255,244,223,.92);
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  opacity: .0;
  transform: translateY(6px);
  transition: opacity 220ms ease, transform 220ms ease;
  text-shadow: 0 2px 14px rgba(0,0,0,.75);
}

.gallery-lounge-item:hover .gallery-lounge-caption {
  opacity: 1;
  transform: translateY(0);
}

/* Lightbox */
.ms-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 3rem);
  background: rgba(0,0,0,.88);
  backdrop-filter: blur(12px);
}

.ms-lightbox.is-open {
  display: flex;
}

.ms-lightbox-figure {
  position: relative;
  width: min(1120px, 94vw);
  max-height: 88vh;
  margin: 0;
  text-align: center;
}

.ms-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid rgba(212,175,55,.36);
  box-shadow:
    0 36px 110px rgba(0,0,0,.72),
    0 0 38px rgba(212,175,55,.16);
  object-fit: contain;
}

.ms-lightbox-caption {
  margin-top: .9rem;
  color: rgba(255,244,223,.88);
  letter-spacing: .06em;
}

.ms-lightbox-close,
.ms-lightbox-prev,
.ms-lightbox-next {
  position: fixed;
  z-index: 10000;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(20,15,10,.78);
  color: #fff4df;
  border-radius: 999px;
  line-height: 1;
  cursor: pointer;
}

.ms-lightbox-close {
  top: 1.1rem;
  right: 1.1rem;
  width: 46px;
  height: 46px;
  font-size: 1.8rem;
}

.ms-lightbox-prev,
.ms-lightbox-next {
  top: 50%;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  font-size: 2rem;
}

.ms-lightbox-prev {
  left: 1rem;
}

.ms-lightbox-next {
  right: 1rem;
}

.ms-lightbox-close:hover,
.ms-lightbox-prev:hover,
.ms-lightbox-next:hover {
  background: rgba(212,175,55,.18);
  transform: translateY(-50%) scale(1.04);
}

.ms-lightbox-close:hover {
  transform: scale(1.04);
}

@media (max-width: 760px) {
  .gallery-lounge-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gallery-lounge-item:hover {
    transform: translateY(-4px) scale(1.03);
  }

  .ms-lightbox-prev,
  .ms-lightbox-next {
    top: auto;
    bottom: 1rem;
    transform: none;
  }

  .ms-lightbox-prev:hover,
  .ms-lightbox-next:hover {
    transform: scale(1.04);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-lounge-item,
  .gallery-lounge-item img,
  .gallery-lounge-caption {
    transition: none !important;
  }
}


/* =========================================================
   Mountain Smoke Website – V6.3.2 Premium Lightbox
   Beschreibungen und Bildnummer dauerhaft im Lightbox-Modus
   ========================================================= */

.ms-lightbox-figure {
  width: min(1180px, 94vw);
}

.ms-lightbox-image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.38);
  box-shadow:
    0 38px 120px rgba(0,0,0,.78),
    0 0 44px rgba(212,175,55,.16);
  background: rgba(0,0,0,.42);
}

.ms-lightbox-img {
  display: block;
  max-width: 100%;
  max-height: 82vh;
  margin: 0 auto;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  opacity: 0;
  transform: scale(.985);
  transition: opacity 220ms ease, transform 220ms ease;
}

.ms-lightbox-img.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.ms-lightbox-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .35rem 1rem;
  align-items: end;
  padding: clamp(.9rem, 2vw, 1.25rem) clamp(1rem, 2.5vw, 1.6rem);
  background:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 26%, rgba(0,0,0,.88) 100%);
  color: #fff4df;
  text-align: left;
}

.ms-lightbox-kicker {
  grid-column: 1 / -1;
  color: #d4af37;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.ms-lightbox-title {
  font-family: Cinzel, Georgia, serif;
  color: #fff4df;
  font-size: clamp(1rem, 2.2vw, 1.45rem);
  line-height: 1.25;
  text-shadow: 0 2px 18px rgba(0,0,0,.75);
}

.ms-lightbox-count {
  color: rgba(255,244,223,.78);
  font-size: .95rem;
  letter-spacing: .08em;
  white-space: nowrap;
  align-self: center;
}

.ms-lightbox-caption {
  display: none;
}

@media (max-width: 700px) {
  .ms-lightbox-img {
    max-height: 76vh;
  }

  .ms-lightbox-info {
    grid-template-columns: 1fr;
    padding: .9rem 1rem;
  }

  .ms-lightbox-count {
    justify-self: start;
    font-size: .85rem;
  }
}


/* =========================================================
   Mountain Smoke Website – V7.0 Member Area
   HTML + JavaScript Login
   ========================================================= */

.member-login-page,
.member-area-page {
  width: min(1040px, 94vw);
  margin: 0 auto;
  padding: clamp(2rem, 6vw, 4.5rem) 0;
}

.member-login-card,
.member-area-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.30);
  border-radius: 28px;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.14), transparent 34%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(0,0,0,.34));
  box-shadow: 0 30px 90px rgba(0,0,0,.48);
  backdrop-filter: blur(14px);
  padding: clamp(1.4rem, 4vw, 3rem);
}

.member-login-card {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.member-lock {
  display: inline-grid;
  place-items: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 1px solid rgba(212,175,55,.38);
  background: rgba(212,175,55,.10);
  color: #d4af37;
  font-size: 2rem;
  box-shadow: 0 0 32px rgba(212,175,55,.12);
}

.member-login-card label {
  display: block;
  margin: 1.4rem 0 .45rem;
  color: rgba(255,244,223,.78);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
}

.member-login-card input {
  width: 100%;
  padding: 1rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(0,0,0,.35);
  color: #fff4df;
  text-align: center;
  font-size: 1.05rem;
}

.member-login-card input:focus {
  outline: 2px solid rgba(212,175,55,.7);
  outline-offset: 3px;
}

.member-login-card button,
.member-download-card a,
.member-logout {
  display: inline-block;
  margin-top: 1rem;
  padding: .9rem 1.25rem;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.40);
  background: rgba(212,175,55,.12);
  color: #fff4df;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: .82rem;
}

.member-login-card button:hover,
.member-download-card a:hover,
.member-logout:hover {
  background: rgba(212,175,55,.22);
}

.member-login-error {
  min-height: 1.4rem;
  margin-top: .9rem;
  color: #ffb4a8;
}

.member-area-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 2rem;
  color: rgba(255,244,223,.76);
}

.member-download-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.25rem);
}

.member-download-card {
  position: relative;
  overflow: hidden;
  min-height: 230px;
  padding: 1.35rem;
  border: 1px solid rgba(212,175,55,.24);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.11), transparent 38%),
    rgba(0,0,0,.28);
  box-shadow: 0 18px 52px rgba(0,0,0,.34);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.member-download-icon {
  font-size: 2.3rem;
  margin-bottom: .8rem;
}

.member-download-card h2 {
  margin: 0 0 .55rem;
  color: #d4af37;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.25rem;
}

.member-download-card p {
  margin: 0;
  color: rgba(255,244,223,.72);
  font-size: .94rem;
}

.member-logout-wrap {
  text-align: center;
  margin-top: 2rem;
}

.member-access-note {
  margin-top: 1.4rem;
  color: rgba(255,244,223,.58);
  font-size: .9rem;
  text-align: center;
}

@media (max-width: 960px) {
  .member-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .member-download-grid {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   Mountain Smoke Website – V7.1 Premium Member Lounge
   ========================================================= */

.member-login-page,
.member-area-page {
  position: relative;
}

.member-login-page::before,
.member-area-card::before {
  content: "";
  position: absolute;
  inset: -25%;
  pointer-events: none;
  opacity: .18;
  filter: blur(55px);
  background:
    radial-gradient(circle at 25% 20%, rgba(212,175,55,.35), transparent 32%),
    radial-gradient(circle at 72% 10%, rgba(196,122,44,.22), transparent 30%);
  z-index: -1;
}

.member-login-card {
  max-width: 620px;
  padding: clamp(2rem, 5vw, 3.6rem);
  border-radius: 34px;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.18), transparent 34%),
    linear-gradient(145deg, rgba(255,255,255,.085), rgba(0,0,0,.42));
  border: 1px solid rgba(212,175,55,.38);
  box-shadow:
    0 36px 110px rgba(0,0,0,.58),
    0 0 42px rgba(212,175,55,.12);
}

.member-lock {
  width: 92px;
  height: 92px;
  margin-bottom: 1.2rem;
  font-size: 2.55rem;
  border-color: rgba(212,175,55,.55);
  background:
    radial-gradient(circle at 35% 25%, rgba(255,244,223,.18), transparent 34%),
    rgba(212,175,55,.12);
  box-shadow:
    0 0 38px rgba(212,175,55,.22),
    inset 0 0 24px rgba(212,175,55,.08);
}

.member-login-card .page-title {
  margin-top: .25rem;
  margin-bottom: .35rem;
  font-size: clamp(2.35rem, 5vw, 4.1rem) !important;
}

.member-login-card .member-private-access {
  color: rgba(255,244,223,.78);
  margin: .7rem auto 1.1rem;
  max-width: 420px;
}

.member-login-card label {
  margin-top: 1.65rem;
}

.member-login-card input {
  min-height: 56px;
  border-color: rgba(212,175,55,.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.055), rgba(0,0,0,.34));
  box-shadow: inset 0 0 18px rgba(0,0,0,.25);
}

.member-login-card button {
  min-width: 160px;
  margin-top: 1.25rem;
  padding: 1rem 1.45rem;
  background:
    linear-gradient(135deg, rgba(212,175,55,.18), rgba(196,122,44,.16));
  box-shadow:
    0 18px 44px rgba(0,0,0,.34),
    0 0 26px rgba(212,175,55,.10);
}

.member-area-card {
  animation: memberLoungeIn .7s ease both;
}

@keyframes memberLoungeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.member-welcome {
  text-align: center;
  margin-bottom: clamp(1.5rem, 4vw, 2.4rem);
}

.member-welcome h1 {
  margin-bottom: .4rem;
}

.member-welcome .welcome-small {
  color: rgba(255,244,223,.76);
  margin: 0 auto;
  max-width: 640px;
}

.member-download-grid {
  margin-top: 1rem;
}

.member-download-card {
  min-height: 260px;
  padding: 1.55rem;
  border-radius: 26px;
  border-color: rgba(212,175,55,.30);
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.15), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(0,0,0,.36));
  transition:
    transform 240ms ease,
    box-shadow 240ms ease,
    border-color 240ms ease,
    background-color 240ms ease;
}

.member-download-card:hover {
  transform: translateY(-7px);
  border-color: rgba(212,175,55,.62);
  box-shadow:
    0 30px 86px rgba(0,0,0,.52),
    0 0 30px rgba(212,175,55,.16);
}

.member-download-icon {
  display: inline-grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border-radius: 18px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(212,175,55,.10);
  font-size: 2rem;
  margin-bottom: 1rem;
}

.member-download-card h2 {
  font-size: 1.35rem;
  margin-bottom: .4rem;
}

.member-filetype {
  display: inline-block;
  margin-top: .65rem;
  color: rgba(212,175,55,.95);
  font-size: .78rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}

.member-download-card a {
  align-self: flex-start;
  margin-top: 1.15rem;
}

.member-logout-wrap {
  margin-top: 2.4rem;
}

.member-logout {
  background: transparent;
  border-color: rgba(212,175,55,.28);
  color: rgba(255,244,223,.78);
}

.member-logout::before {
  content: "← ";
}

@media (max-width: 960px) {
  .member-download-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .member-login-card {
    border-radius: 26px;
  }

  .member-download-grid {
    grid-template-columns: 1fr;
  }

  .member-download-card {
    min-height: 230px;
  }
}


#topButton{display:none;position:fixed;right:24px;bottom:24px;z-index:9999;padding:10px 16px;border-radius:999px;border:1px solid rgba(212,175,55,.5);background:#1b1b1b;color:#d4af37;cursor:pointer}
#topButton:hover{background:#2a2a2a}
button[id*="reset"],button[onclick*="reset"],.reset-button,.filter-reset{margin-top:16px!important}


/* Mountain Smoke – V7.2.3 robuster TOP Button */
.ms-top-button {
  position: fixed !important;
  right: 24px !important;
  bottom: 24px !important;
  z-index: 99999 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 74px;
  height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.62);
  background: rgba(8,8,8,.88);
  color: #d4af37;
  font-weight: 800;
  letter-spacing: .06em;
  cursor: pointer;
  box-shadow: 0 14px 38px rgba(0,0,0,.45), 0 0 24px rgba(212,175,55,.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease, background .22s ease;
}

.ms-top-button.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.ms-top-button:hover {
  background: rgba(212,175,55,.16);
}

button[id*="reset"],
button[onclick*="reset"],
.reset-button,
.filter-reset {
  margin-top: 16px !important;
}


/* Mountain Smoke – V7.2.4 Abstand Filter zuruecksetzen */
.zigarren-filter button,
.filter-panel button,
.filters button,
.filterbar button,
.filter-grid button,
button[type="reset"] {
  margin-top: 18px !important;
}

.zigarren-filter .reset-filter,
.filter-panel .reset-filter,
.filters .reset-filter,
.filterbar .reset-filter,
.filter-grid .reset-filter,
.zigarren-filter button:last-child,
.filter-panel button:last-child,
.filters button:last-child,
.filterbar button:last-child,
.filter-grid button:last-child {
  margin-top: 18px !important;
}

/* Falls der Reset-Button in einem CSS-Grid liegt */
.zigarren-filter,
.filter-panel,
.filters,
.filterbar,
.filter-grid {
  row-gap: 18px !important;
}


/* Mountain Smoke – V7.2.5 direkter Abstand Reset-Button */
.ms-reset-filter-button {
  margin-top: 22px !important;
  display: block !important;
}

/* Wenn der Button in einem Grid-Layout liegt, etwas tiefer platzieren */
button.ms-reset-filter-button,
a.ms-reset-filter-button,
input.ms-reset-filter-button {
  transform: translateY(10px) !important;
}

/* Mehr Abstand unter dem Filterbereich, damit der Zähler nicht klebt */
.ms-reset-filter-button + *,
.filter-count,
#filter-count {
  margin-top: 24px !important;
}


/* Mountain Smoke – Fehlerseiten 401 / 404 */
.error-page-main {
  min-height: calc(100vh - 190px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(42px, 7vw, 86px) 0 32px;
}

.error-card {
  position: relative;
  width: min(860px, 92vw);
  padding: clamp(28px, 5vw, 54px);
  border: 1px solid rgba(212,175,55,.34);
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 0%, rgba(212,175,55,.20), transparent 46%),
    linear-gradient(145deg, rgba(255,255,255,.08), rgba(0,0,0,.34));
  box-shadow: 0 28px 90px rgba(0,0,0,.50);
  text-align: center;
  overflow: hidden;
}

.error-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 0%, rgba(255,255,255,.08) 46%, transparent 62%);
  transform: translateX(-120%);
  animation: shine 4s .8s ease-in-out forwards;
  pointer-events: none;
}

.error-card > * {
  position: relative;
}

.error-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 52px;
  margin-bottom: 18px;
  border: 1px solid rgba(212,175,55,.42);
  border-radius: 999px;
  color: var(--gold);
  background: rgba(0,0,0,.32);
  font-family: Cinzel, serif;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(212,175,55,.12);
}

.error-card h1 {
  margin: 0 0 14px;
  font-family: Cinzel, serif;
  font-size: clamp(2.1rem, 6vw, 4.8rem);
  line-height: 1;
  background: linear-gradient(180deg,#fff8da,#d4af37 58%,#9d6422);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 12px 35px rgba(0,0,0,.5);
}

.error-card p {
  max-width: 640px;
  margin: 0 auto 14px;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.14rem);
  line-height: 1.75;
}

.error-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}

.error-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.52);
  color: #fff7df;
  background: rgba(212,175,55,.13);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.error-button:hover {
  transform: translateY(-2px);
  background: rgba(212,175,55,.22);
  border-color: rgba(212,175,55,.82);
}

.error-button.secondary {
  background: rgba(255,255,255,.055);
  color: var(--gold);
}

.error-logo {
  width: clamp(58px, 8vw, 82px);
  max-width: 82px;
  height: auto;
  margin: 24px auto 0;
  filter: drop-shadow(0 0 22px rgba(212,175,55,.32));
}

@media (max-width: 560px) {
  .error-page-main {
    padding-top: 34px;
  }
  .error-card {
    border-radius: 22px;
  }
  .error-actions {
    flex-direction: column;
  }
  .error-button {
    width: 100%;
  }
}


/* =========================================================
   Mountain Smoke Website – Club-Cigar Page
   ========================================================= */
.club-cigar-page main {
  padding: clamp(2rem, 5vw, 4.5rem) 0 1rem;
}

.club-cigar-hero {
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(320px, 1.12fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
}

.club-cigar-copy,
.club-cigar-image-card,
.club-cigar-note,
.club-cigar-detail-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.30);
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.14), transparent 36%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(0,0,0,.34));
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
}

.club-cigar-copy {
  border-radius: 28px;
  padding: clamp(1.5rem, 4vw, 3rem);
}

.club-cigar-copy .page-title {
  margin: .15rem 0 1rem;
  font-size: clamp(2.4rem, 6vw, 5rem);
  line-height: .95;
}

.club-cigar-lead {
  color: #fff4df;
  font-size: clamp(1.08rem, 2.1vw, 1.35rem);
  line-height: 1.65;
}

.club-cigar-copy p {
  color: rgba(255,244,223,.78);
  line-height: 1.75;
}

.club-cigar-image-card {
  margin: 0;
  border-radius: 30px;
  padding: clamp(.45rem, 1vw, .7rem);
}

.club-cigar-image-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  filter: saturate(1.04) contrast(1.04);
}

.club-cigar-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.25rem);
  margin-top: clamp(1.4rem, 4vw, 2.5rem);
}

.club-cigar-detail-card {
  min-height: 155px;
  border-radius: 22px;
  padding: 1.35rem;
}

.club-cigar-detail-card.highlight {
  border-color: rgba(212,175,55,.48);
}

.detail-label {
  display: block;
  margin-bottom: .65rem;
  color: var(--ms-gold, #d4af37);
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 800;
}

.club-cigar-detail-card strong {
  display: block;
  color: #fff4df;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem);
  line-height: 1.2;
}

.club-cigar-detail-card p {
  margin: .65rem 0 0;
  color: rgba(255,244,223,.70);
  line-height: 1.55;
}

.club-cigar-note {
  width: min(860px, 92vw);
  margin-top: clamp(1.4rem, 4vw, 2.7rem);
  border-radius: 24px;
  padding: clamp(1.3rem, 3vw, 2rem);
  text-align: center;
}

.club-cigar-note p:last-child {
  margin-bottom: 0;
  color: rgba(255,244,223,.80);
  line-height: 1.75;
  font-size: clamp(1rem, 2vw, 1.15rem);
}

@media (max-width: 940px) {
  .club-cigar-hero {
    grid-template-columns: 1fr;
  }
  .club-cigar-details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .club-cigar-details {
    grid-template-columns: 1fr;
  }
  .club-cigar-copy,
  .club-cigar-image-card,
  .club-cigar-note,
  .club-cigar-detail-card {
    border-radius: 18px;
  }
  .club-cigar-image-card img {
    border-radius: 14px;
  }
}

/* Hamburger-Menü dauerhaft anzeigen (Desktop, Tablet und Mobile) */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

.menu-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 42px;
  padding: 0;
  cursor: pointer;
  line-height: 1;
}

.main-nav {
  position: absolute !important;
  right: clamp(16px, 4vw, 56px) !important;
  top: calc(100% + 10px) !important;
  display: none !important;
  flex-direction: column !important;
  gap: 8px !important;
  min-width: 245px !important;
  padding: 13px !important;
  background: rgba(8, 8, 8, .96) !important;
  border: 1px solid var(--line) !important;
  border-radius: 18px !important;
  box-shadow: var(--shadow) !important;
  backdrop-filter: blur(16px) !important;
}

.main-nav.open {
  display: flex !important;
}

.main-nav a {
  display: block;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .main-nav {
    right: 14px !important;
    top: calc(100% + 8px) !important;
    min-width: 220px !important;
  }
}


/* =========================================================
   Mountain Smoke Website – Cigar Basics & Lexikon Page
   ========================================================= */
.cigar-basics-page main {
  padding: clamp(2rem, 5vw, 4.5rem) 0 1rem;
}

.basics-hero {
  text-align: center;
  max-width: 900px;
}

.basics-hero .page-title {
  margin: .15rem auto 1rem;
  font-size: clamp(2.3rem, 6vw, 5.1rem);
  line-height: .95;
}

.basics-lead {
  margin: 0 auto;
  max-width: 760px;
  color: rgba(255,244,223,.82);
  font-size: clamp(1.05rem, 2.1vw, 1.28rem);
  line-height: 1.75;
}

.basics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(.9rem, 2vw, 1.25rem);
  margin-top: clamp(1.6rem, 4vw, 2.8rem);
}

.basics-card,
.basics-note,
.lexicon {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.30);
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.13), transparent 35%),
    linear-gradient(135deg, rgba(255,255,255,.075), rgba(0,0,0,.34));
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
}

.basics-card {
  min-height: 190px;
  border-radius: 22px;
  padding: 1.35rem;
}

.basics-card.highlight {
  border-color: rgba(212,175,55,.50);
}

.basics-card h2,
.lexicon h2 {
  margin: 0 0 .75rem;
  color: #fff4df;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.25rem, 2.4vw, 1.65rem);
  line-height: 1.15;
}

.basics-card p,
.lexicon-intro p,
.lexicon-list span,
.basics-note p:last-child {
  color: rgba(255,244,223,.76);
  line-height: 1.7;
}

.basics-note {
  width: min(860px, 92vw);
  margin-top: clamp(1.4rem, 4vw, 2.6rem);
  border-radius: 24px;
  padding: clamp(1.3rem, 3vw, 2rem);
  text-align: center;
}

.lexicon {
  margin-top: clamp(1.4rem, 4vw, 2.8rem);
  border-radius: 28px;
  padding: clamp(1.3rem, 4vw, 2.4rem);
}

.lexicon-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 1.4rem;
}

.lexicon-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
}

.lexicon-list div {
  display: grid;
  grid-template-columns: minmax(130px, .38fr) minmax(0, 1fr);
  gap: .9rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(212,175,55,.18);
  border-radius: 16px;
  background: rgba(0,0,0,.22);
}

.lexicon-list strong {
  color: var(--ms-gold, #d4af37);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
}

@media (max-width: 940px) {
  .basics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lexicon-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .basics-grid {
    grid-template-columns: 1fr;
  }
  .basics-card,
  .basics-note,
  .lexicon {
    border-radius: 18px;
  }
  .lexicon-list div {
    grid-template-columns: 1fr;
    gap: .35rem;
  }
}


/* =========================================================
   Mountain Smoke Website – Ringmass Floating Tool
   ========================================================= */
.ringmass-teaser {
  width: min(860px, 92vw);
  margin-top: clamp(1.4rem, 4vw, 2.6rem);
  border: 1px solid rgba(212,175,55,.30);
  border-radius: 24px;
  padding: clamp(1.3rem, 3vw, 2rem);
  text-align: center;
  background:
    radial-gradient(circle at top right, rgba(216,111,24,.16), transparent 38%),
    linear-gradient(135deg, rgba(255,255,255,.07), rgba(0,0,0,.32));
  box-shadow: 0 28px 82px rgba(0,0,0,.42);
  backdrop-filter: blur(12px);
}

.ringmass-teaser h2 {
  margin: .2rem 0 .75rem;
  color: #fff4df;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2rem);
}

.ringmass-teaser p:not(.eyebrow) {
  max-width: 700px;
  margin: 0 auto 1.15rem;
  color: rgba(255,244,223,.76);
  line-height: 1.7;
}

.ringmass-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .5rem;
  min-height: 44px;
  padding: .75rem 1.15rem;
  border: 1px solid rgba(212,175,55,.48);
  border-radius: 999px;
  color: #1b1208;
  background: linear-gradient(135deg, #f0c85b, #d86f18);
  font-weight: 800;
  letter-spacing: .03em;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(0,0,0,.32);
}

.ringmass-widget {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  bottom: clamp(14px, 3vw, 34px);
  z-index: 120;
  width: min(360px, calc(100vw - 28px));
  border: 1px solid rgba(212,175,55,.44);
  border-radius: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 18%, rgba(212,175,55,.16), transparent 34%),
    linear-gradient(145deg, rgba(24,17,12,.98), rgba(4,4,4,.96));
  box-shadow: 0 32px 90px rgba(0,0,0,.62);
  backdrop-filter: blur(18px);
  color: #fff4df;
}

.ringmass-widget[hidden] {
  display: none !important;
}

.ringmass-widget-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem .85rem;
  border-bottom: 1px solid rgba(212,175,55,.20);
}

.ringmass-widget-head strong {
  display: block;
  font-family: Cinzel, Georgia, serif;
  font-size: 1.15rem;
  letter-spacing: .04em;
}

.ringmass-widget-head span {
  display: block;
  margin-top: .15rem;
  color: rgba(255,244,223,.62);
  font-size: .86rem;
}

.ringmass-close {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(212,175,55,.28);
  border-radius: 50%;
  color: #fff4df;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  font-size: 1.55rem;
  line-height: 1;
}

.ringmass-widget-body {
  padding: 1rem 1.05rem 1.15rem;
  text-align: center;
}

.ringmass-circle-wrap {
  display: grid;
  place-items: center;
  min-height: 142px;
  margin: .1rem auto .75rem;
}

.ringmass-circle {
  width: var(--ring-size, 104px);
  height: var(--ring-size, 104px);
  border-radius: 50%;
  border: 2px solid rgba(255,244,223,.70);
  background:
    radial-gradient(circle at 36% 30%, rgba(255,244,223,.30), transparent 18%),
    radial-gradient(circle at center, #9d5a2c 0 38%, #66351e 58%, #2c170f 100%);
  box-shadow:
    inset 0 0 0 7px rgba(0,0,0,.16),
    inset 0 0 28px rgba(0,0,0,.45),
    0 18px 36px rgba(0,0,0,.46);
  transition: width .18s ease, height .18s ease;
}

.ringmass-value {
  color: var(--ms-gold, #d4af37);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(2rem, 8vw, 3.1rem);
  font-weight: 700;
  line-height: 1;
}

.ringmass-mm {
  margin-top: .25rem;
  color: rgba(255,244,223,.78);
  font-weight: 700;
}

.ringmass-range-label {
  display: block;
  margin: 1rem 0 .45rem;
  color: rgba(255,244,223,.68);
  font-size: .9rem;
}

.ringmass-range {
  width: 100%;
  accent-color: #d86f18;
}

.ringmass-scale {
  display: flex;
  justify-content: space-between;
  margin-top: .25rem;
  color: rgba(255,244,223,.52);
  font-size: .82rem;
}

.ringmass-formula {
  margin: .8rem 0 0;
  color: rgba(255,244,223,.55);
  font-size: .82rem;
  line-height: 1.45;
}

@media (max-width: 560px) {
  .ringmass-widget {
    right: 10px;
    bottom: 10px;
    width: calc(100vw - 20px);
    border-radius: 20px;
  }
  .ringmass-circle-wrap {
    min-height: 125px;
  }
}

/* Ringmass-Tool auf der Seite Zigarrenformate */
.ringmass-format-launch {
  position: static;
  display: flex;
  width: fit-content;
  margin: 1rem auto 1.5rem auto;
}

.ringmass-widget-top {
  top: clamp(118px, 12vw, 150px);
  bottom: auto;
}

@media (max-width: 760px) {
  .ringmass-format-launch {
    margin: .75rem auto 1.25rem;
  }
  .ringmass-widget-top {
    top: auto;
    bottom: 10px;
  }
}


/* =========================================================
   Mountain Smoke Website – Cigar Basics Extras
   ========================================================= */
.basics-facts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: 1.2rem;
}

.basics-facts span,
.insight-chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .62rem .95rem;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.26);
  background: rgba(0,0,0,.22);
  color: rgba(255,244,223,.84);
  font-size: .92rem;
  line-height: 1.25;
}

.bookshelf-showcase {
  width: min(980px, 100%);
  margin: 1.6rem auto 0;
}

.bookshelf {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: .55rem;
  padding: 1.15rem 1.1rem .9rem;
  border-radius: 24px;
  border: 1px solid rgba(212,175,55,.26);
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(0,0,0,.14)),
    radial-gradient(circle at top, rgba(212,175,55,.10), transparent 48%),
    rgba(22,11,6,.78);
  box-shadow: 0 28px 82px rgba(0,0,0,.36);
}

.book-spine {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  border-radius: 10px 10px 4px 4px;
  color: #fff2d2;
  font-family: Cinzel, Georgia, serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .82rem;
  padding: .75rem .35rem;
  min-width: 52px;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.08), 0 10px 26px rgba(0,0,0,.25);
}
.book-spine::after {
  content: '';
  position: absolute;
  inset: 8px 6px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  pointer-events: none;
}
.book-1 { height: 140px; background: linear-gradient(180deg, #6c2d12, #3e1608); transform: rotate(-2deg); }
.book-2 { height: 160px; background: linear-gradient(180deg, #7c5c20, #4b3714); }
.book-3 { height: 150px; background: linear-gradient(180deg, #4d2d53, #2f1934); transform: rotate(1deg); }
.book-4 { height: 170px; background: linear-gradient(180deg, #1e4a57, #13303a); }
.book-5 { height: 154px; background: linear-gradient(180deg, #7a2b22, #4d1912); transform: rotate(-1.5deg); }
.book-6 { height: 166px; background: linear-gradient(180deg, #30562d, #1d351c); }
.book-7 { height: 146px; background: linear-gradient(180deg, #8a6a2b, #5b451c); transform: rotate(.8deg); }
.book-8 { height: 162px; background: linear-gradient(180deg, #4b3b5e, #2d233a); }

.bookshelf-caption {
  margin: .75rem 0 0;
  text-align: center;
  color: rgba(255,244,223,.68);
}

.lexicon-tools {
  margin: 1.25rem auto 1.5rem;
  max-width: 880px;
}

.lexicon-jump-card,
.insight-card {
  border: 1px solid rgba(212,175,55,.22);
  border-radius: 22px;
  padding: 1.15rem;
  background: rgba(0,0,0,.18);
}

.lexicon-jump-card h3,
.insight-card h2 {
  margin: .2rem 0 .55rem;
  color: #fff4df;
  font-family: Cinzel, Georgia, serif;
  line-height: 1.15;
}

.jump-help,
.insight-card p {
  color: rgba(255,244,223,.76);
}

.lexicon-jump-select {
  width: 100%;
  margin-top: .85rem;
  padding: .95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,.30);
  background: rgba(18,10,6,.92);
  color: #fff4df;
  font: inherit;
}

.alphabet-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .85rem;
}

.alphabet-nav a {
  min-width: 40px;
  text-align: center;
  padding: .5rem .65rem;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,.24);
  color: var(--ms-gold, #d4af37);
  background: rgba(0,0,0,.18);
  text-decoration: none;
  font-weight: 700;
}

.alphabet-nav a:hover,
.alphabet-nav a:focus-visible {
  background: rgba(212,175,55,.16);
  color: #fff4df;
}

.lexicon-list div {
  scroll-margin-top: 96px;
}

.insight-strip {
  width: min(860px, 92vw);
  margin-top: clamp(1.4rem, 4vw, 2.6rem);
}

.insight-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .bookshelf {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .book-spine {
    min-width: 46px;
    font-size: .74rem;
  }
}


/* =========================================================
   Mountain Smoke Website – Cigar Basics Hero Image
   ========================================================= */
.library-hero-image {
  width: min(1100px, 100%);
  margin: 1.6rem auto 0;
}

.library-hero-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 28px;
  border: 1px solid rgba(212,175,55,.26);
  box-shadow: 0 28px 82px rgba(0,0,0,.36);
}

.library-hero-image figcaption {
  margin-top: .8rem;
  text-align: center;
  color: rgba(255,244,223,.68);
}

@media (max-width: 560px) {
  .library-hero-image img {
    border-radius: 20px;
  }
}


.library-hero-image {
  position: relative;
  overflow: hidden;
}

.library-hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7,7,7,.78) 0%, rgba(7,7,7,.58) 35%, rgba(7,7,7,.14) 70%, rgba(7,7,7,.08) 100%);
  pointer-events: none;
}

.library-hero-overlay {
  position: absolute;
  left: clamp(1rem, 4vw, 2.4rem);
  bottom: clamp(1rem, 4vw, 2rem);
  z-index: 2;
  max-width: min(560px, 82%);
  text-align: left;
}

.library-hero-overlay .eyebrow {
  margin-bottom: .55rem;
}

.library-hero-overlay h2 {
  margin: 0 0 .55rem;
  color: #fff4df;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.6rem, 4.2vw, 3rem);
  line-height: 1.08;
  text-shadow: 0 6px 20px rgba(0,0,0,.48);
}

.library-hero-overlay p:last-child {
  margin: 0;
  color: rgba(255,244,223,.92);
  font-size: clamp(.98rem, 1.9vw, 1.14rem);
  line-height: 1.6;
  text-shadow: 0 4px 18px rgba(0,0,0,.48);
}

.lexicon-intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto .75rem;
}

@media (max-width: 720px) {
  .library-hero-overlay {
    max-width: 88%;
  }
  .library-hero-image::after {
    background: linear-gradient(180deg, rgba(7,7,7,.18) 0%, rgba(7,7,7,.28) 35%, rgba(7,7,7,.82) 100%);
  }
}


/* Mountain Smoke – Cigar Basics Hero Feinschliff */
.cigar-basics-page .library-hero-image {
  width: min(920px, 92vw);
  margin-top: 1.35rem;
}

.cigar-basics-page .library-hero-image::after {
  background:
    radial-gradient(circle at center, rgba(7,7,7,.42) 0%, rgba(7,7,7,.58) 48%, rgba(7,7,7,.22) 100%),
    linear-gradient(180deg, rgba(7,7,7,.08), rgba(7,7,7,.28));
}

.cigar-basics-page .library-hero-overlay {
  left: 50%;
  top: 50%;
  bottom: auto;
  transform: translate(-50%, -50%);
  width: min(680px, 86%);
  max-width: min(680px, 86%);
  text-align: center;
}

.cigar-basics-page .library-hero-overlay .eyebrow {
  justify-content: center;
}

.cigar-basics-page .library-hero-overlay h2 {
  font-size: clamp(1.55rem, 3.3vw, 2.7rem);
}

.cigar-basics-page .library-hero-overlay p:last-child {
  font-size: clamp(.95rem, 1.55vw, 1.08rem);
}

@media (max-width: 560px) {
  .cigar-basics-page .library-hero-image {
    width: min(92vw, 100%);
  }
  .cigar-basics-page .library-hero-overlay {
    width: 88%;
  }
}


/* =========================================================
   Mountain Smoke Website – SEO Explore Links
   ========================================================= */
.seo-explore {
  width: min(980px, 92vw);
  margin: clamp(1.4rem, 4vw, 2.4rem) auto 0;
  padding: clamp(1.2rem, 3vw, 2rem);
}

.seo-explore h2 {
  margin: .2rem 0 .7rem;
  color: #fff4df;
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.15;
}

.seo-explore > p:not(.eyebrow) {
  max-width: 760px;
  margin: 0 auto 1.15rem;
  color: rgba(255,244,223,.78);
  line-height: 1.7;
}

.seo-link-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .85rem;
  text-align: left;
}

.seo-link-grid a {
  display: block;
  min-height: 142px;
  padding: 1rem;
  border: 1px solid rgba(212,175,55,.24);
  border-radius: 18px;
  background: rgba(0,0,0,.22);
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.seo-link-grid a:hover,
.seo-link-grid a:focus-visible {
  transform: translateY(-3px);
  background: rgba(212,175,55,.10);
  border-color: rgba(212,175,55,.46);
}

.seo-link-grid strong {
  display: block;
  color: var(--ms-gold, #d4af37);
  font-family: Cinzel, Georgia, serif;
  margin-bottom: .45rem;
}

.seo-link-grid span {
  color: rgba(255,244,223,.74);
  line-height: 1.55;
  font-size: .95rem;
}

@media (max-width: 920px) {
  .seo-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 560px) {
  .seo-link-grid { grid-template-columns: 1fr; }
}

/* Mountain Smoke – Member Download Icons inline */
.member-download-card h2 .member-download-icon.inline-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-width: 42px;
  margin: 0 .65rem 0 0;
  border-radius: 12px;
  font-size: 1.35rem;
  vertical-align: middle;
}

.member-download-card h2 {
  display: flex;
  align-items: center;
  gap: .1rem;
}

/* Mountain Smoke – Member Area Dokumente als Liste */
.member-document-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.8rem;
  width: min(920px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.member-document-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  min-height: 96px;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(212,175,55,.30);
  border-radius: 22px;
  background:
    radial-gradient(circle at top left, rgba(212,175,55,.13), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.07), rgba(0,0,0,.34));
  box-shadow: 0 18px 54px rgba(0,0,0,.34);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.member-document-row:hover {
  transform: translateY(-3px);
  border-color: rgba(212,175,55,.58);
  box-shadow: 0 26px 70px rgba(0,0,0,.46), 0 0 24px rgba(212,175,55,.12);
}

.member-document-info {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.member-file-icon {
  display: inline-grid;
  place-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 18px;
  border: 1px solid rgba(212,175,55,.36);
  background: rgba(212,175,55,.10);
  color: #fff4df;
  font-weight: 900;
  font-size: .82rem;
  letter-spacing: .08em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}

.member-file-icon.file-pdf {
  color: #ffdfdf;
  border-color: rgba(210,68,68,.55);
  background: rgba(210,68,68,.16);
}

.member-file-icon.file-eps {
  color: #ffe2b8;
  border-color: rgba(212,175,55,.55);
  background: rgba(212,175,55,.16);
}

.member-file-icon.file-xls,
.member-file-icon.file-xlsx {
  color: #d9ffe7;
  border-color: rgba(73,168,101,.55);
  background: rgba(73,168,101,.15);
}

.member-file-icon.file-doc,
.member-file-icon.file-docx {
  color: #dbe9ff;
  border-color: rgba(92,136,220,.55);
  background: rgba(92,136,220,.15);
}

.member-file-icon.file-zip {
  color: #f4ddff;
  border-color: rgba(162,92,220,.55);
  background: rgba(162,92,220,.15);
}

.member-document-text {
  min-width: 0;
}

.member-document-text h2 {
  margin: 0 0 .25rem;
  color: var(--ms-gold, #d4af37);
  font-family: Cinzel, Georgia, serif;
  font-size: clamp(1.15rem, 2.4vw, 1.55rem);
  line-height: 1.2;
  overflow-wrap: anywhere;
  word-break: normal;
}

.member-document-row .member-filetype {
  margin-top: 0;
}

.member-document-open {
  flex: 0 0 auto;
  margin-top: 0 !important;
}

@media (max-width: 680px) {
  .member-document-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .member-document-open {
    align-self: flex-start;
  }
}

/* Mountain Smoke – echte Dateityp-Icons Memberbereich */
.member-file-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 70px;
  min-width: 70px;
  height: 76px;
  border-radius: 18px;
  border: 1px solid rgba(212,175,55,.34);
  background: rgba(0,0,0,.20);
  color: #fff4df;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06), 0 12px 28px rgba(0,0,0,.24);
  overflow: hidden;
}

.member-file-svg {
  width: 42px;
  height: 52px;
  display: block;
  transform: translateY(-4px);
}

.member-file-svg .file-shape {
  fill: rgba(255,244,223,.88);
  stroke: rgba(255,244,223,.30);
  stroke-width: 1.2;
}

.member-file-svg .file-fold {
  fill: rgba(0,0,0,.16);
  stroke: rgba(0,0,0,.20);
  stroke-width: 1.2;
}

.member-file-svg .file-line {
  fill: none;
  stroke: rgba(34,24,18,.58);
  stroke-width: 2;
  stroke-linecap: round;
}

.member-file-ext {
  position: absolute;
  left: 9px;
  right: 9px;
  bottom: 8px;
  display: block;
  padding: .22rem .2rem;
  border-radius: 7px;
  color: #fff;
  font-size: .68rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .08em;
  text-align: center;
  background: rgba(90,90,90,.95);
  box-shadow: 0 6px 14px rgba(0,0,0,.25);
}

.member-file-icon.file-pdf .member-file-ext { background: #b72b2b; }
.member-file-icon.file-eps .member-file-ext { background: #b77819; }
.member-file-icon.file-doc .member-file-ext,
.member-file-icon.file-docx .member-file-ext { background: #275fb8; }
.member-file-icon.file-xls .member-file-ext,
.member-file-icon.file-xlsx .member-file-ext { background: #27824a; }
.member-file-icon.file-zip .member-file-ext { background: #7a3fb2; }
.member-file-icon.file-png .member-file-ext,
.member-file-icon.file-jpg .member-file-ext,
.member-file-icon.file-jpeg .member-file-ext { background: #2f7c8f; }

.member-file-icon.file-png .file-shape,
.member-file-icon.file-jpg .file-shape,
.member-file-icon.file-jpeg .file-shape {
  fill: rgba(222,247,255,.92);
}

.member-file-icon.file-png .file-line,
.member-file-icon.file-jpg .file-line,
.member-file-icon.file-jpeg .file-line {
  stroke: rgba(47,124,143,.72);
}


/* Mountain Smoke – V5.0 Member Area Mobile Fix
   Keine Emoji-Icons mehr: robuste SVG-Dateiicons und kleinere mobile Darstellung. */
@media (max-width: 680px) {
  .member-area-page {
    width: min(100% - 1.1rem, 1040px);
    padding-top: 1.4rem;
  }

  .member-area-card {
    padding: 1.05rem;
    border-radius: 22px;
  }

  .member-document-row {
    padding: .95rem;
    gap: .9rem;
  }

  .member-document-info {
    width: 100%;
    align-items: center;
    gap: .85rem;
  }

  .member-file-icon {
    width: 54px;
    min-width: 54px;
    height: 60px;
    border-radius: 14px;
  }

  .member-file-svg {
    width: 34px;
    height: 42px;
    transform: translateY(-3px);
  }

  .member-file-ext {
    left: 7px;
    right: 7px;
    bottom: 6px;
    font-size: .58rem;
  }

  .member-document-text h2 {
    font-size: 1.05rem;
  }
}




/* V5.0.1 Member Area: mobile-safe document badges, no emoji/no svg */
.member-area-page{width:min(100% - 1rem,1040px);margin:0 auto;padding:clamp(1.2rem,3vw,2.4rem) 0;}
.member-area-card{padding:clamp(1.05rem,3vw,2.4rem);}
.member-document-list{display:grid;gap:.85rem;margin-top:1.4rem;width:min(920px,100%);margin-left:auto;margin-right:auto;}
.member-document-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:auto;padding:1rem 1.05rem;border:1px solid rgba(212,175,55,.30);border-radius:20px;background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(0,0,0,.30));box-shadow:0 14px 40px rgba(0,0,0,.30);}
.member-document-info{display:flex;align-items:center;gap:.9rem;min-width:0;}
.member-file-icon{position:static!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 54px!important;width:54px!important;min-width:54px!important;max-width:54px!important;height:54px!important;min-height:54px!important;max-height:54px!important;border-radius:14px!important;border:1px solid rgba(212,175,55,.40)!important;background:rgba(0,0,0,.28)!important;color:#fff4df!important;font-family:Inter,Arial,sans-serif!important;font-size:.72rem!important;font-weight:900!important;letter-spacing:.06em!important;line-height:1!important;text-align:center!important;overflow:hidden!important;box-sizing:border-box!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.06),0 8px 20px rgba(0,0,0,.22)!important;}
.member-file-icon::before,.member-file-icon::after{display:none!important;content:none!important;}
.member-file-svg,.member-file-ext{display:none!important;}
.member-file-icon.file-pdf{background:rgba(183,43,43,.30)!important;border-color:rgba(183,43,43,.65)!important;}
.member-file-icon.file-eps{background:rgba(183,120,25,.28)!important;border-color:rgba(183,120,25,.62)!important;}
.member-file-icon.file-png,.member-file-icon.file-jpg,.member-file-icon.file-jpeg{background:rgba(47,124,143,.28)!important;border-color:rgba(47,124,143,.62)!important;}
.member-document-text{min-width:0;}
.member-document-text h2{margin:0 0 .18rem;color:var(--ms-gold,#d4af37);font-family:Cinzel,Georgia,serif;font-size:clamp(1rem,2.4vw,1.35rem);line-height:1.2;overflow-wrap:anywhere;}
.member-document-row .member-filetype{font-size:.8rem;opacity:.82;}
.member-document-open{flex:0 0 auto;margin:0!important;white-space:nowrap;}
@media(max-width:680px){
  .member-area-page{width:min(100% - .8rem,1040px);padding-top:1rem;}
  .member-area-card{padding:.9rem;border-radius:20px;}
  .member-welcome{text-align:center;}
  .member-welcome .page-title{font-size:clamp(2.2rem,12vw,3.3rem);}
  .member-welcome .welcome-small{font-size:1rem;line-height:1.45;}
  .member-document-list{gap:.7rem;margin-top:1.1rem;}
  .member-document-row{display:grid;grid-template-columns:1fr;gap:.75rem;padding:.85rem;border-radius:16px;}
  .member-document-info{gap:.75rem;width:100%;}
  .member-file-icon{flex-basis:46px!important;width:46px!important;min-width:46px!important;max-width:46px!important;height:46px!important;min-height:46px!important;max-height:46px!important;border-radius:12px!important;font-size:.62rem!important;}
  .member-document-text h2{font-size:1rem;}
  .member-document-row .member-filetype{font-size:.76rem;}
  .member-document-open{justify-self:start;align-self:start;padding:.72rem 1rem!important;}
}


/* Version 5.0.8 – Ringmass-Gadget prominenter platzieren */
.ringmass-teaser-format {
  max-width: 920px;
  margin: 1.4rem auto 1.8rem;
  padding: clamp(1.35rem, 3vw, 2.2rem);
  text-align: center;
  position: relative;
}

.ringmass-teaser-format::after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 26px;
  border: 1px solid rgba(212,175,55,.14);
  pointer-events: none;
}

.ringmass-teaser-format .ringmass-format-launch {
  margin: 1.2rem auto 0;
  padding: .95rem 1.45rem;
  font-size: .94rem;
  text-transform: uppercase;
  box-shadow: 0 18px 46px rgba(216,111,24,.26), 0 12px 34px rgba(0,0,0,.38);
}

.ringmass-teaser-format .ringmass-format-launch::before {
  content: "○";
  font-size: 1.15rem;
  line-height: 1;
}

@media (max-width: 760px) {
  .ringmass-teaser-format {
    margin: 1rem auto 1.35rem;
    padding: 1.15rem 1rem 1.25rem;
  }
  .ringmass-teaser-format .ringmass-format-launch {
    width: 100%;
    max-width: 320px;
    margin-top: 1rem;
  }
}

/* Version 5.0.9 – Ringmass-Gadget exakt zentrieren */
.formats-page .ringmass-teaser-format {
  display: block !important;
  width: min(920px, 100%) !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  clear: both !important;
  justify-self: center !important;
  align-self: center !important;
}

.formats-page .ringmass-teaser-format .ringmass-format-launch {
  display: inline-flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media (max-width: 760px) {
  .formats-page .ringmass-teaser-format {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* Version 5.0.10 – Ringmass-Gadget wirklich mittig */
body.formats-page .formats-main > section.ringmass-teaser-format {
  display: block !important;
  box-sizing: border-box !important;
  width: min(920px, 100%) !important;
  max-width: 920px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  clear: both !important;
}
body.formats-page .formats-main > section.ringmass-teaser-format .ringmass-format-launch {
  display: inline-flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* History of the Cigar */
.history-page .history-main {
  position: relative;
  z-index: 1;
}
.history-hero {
  text-align: center;
  padding-top: clamp(2.2rem, 6vw, 5rem);
}
.history-page .page-title {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.history-page .page-subtitle {
  max-width: 780px;
  margin: 0 auto 1.25rem;
  color: rgba(245, 238, 224, .82);
}
.history-quick {
  max-width: 980px;
  margin: 1.25rem auto 0;
  padding: 1rem;
}
.history-toc {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  justify-content: center;
}
.history-toc a {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(216, 111, 24, .42);
  border-radius: 999px;
  padding: .45rem .75rem;
  color: rgba(255, 244, 226, .88);
  text-decoration: none;
  background: rgba(255, 255, 255, .035);
  font-size: .86rem;
}
.history-toc a:hover {
  border-color: rgba(236, 167, 76, .86);
  color: #fff3df;
  transform: translateY(-1px);
}
.history-content {
  max-width: 980px;
  margin-inline: auto;
}
.history-section {
  margin: 1rem auto;
  padding: clamp(1.05rem, 2.5vw, 1.8rem);
  scroll-margin-top: 105px;
}
.history-section h2 {
  font-family: 'Cinzel', serif;
  font-size: clamp(1.25rem, 2.6vw, 2rem);
  margin: 0 0 .75rem;
  color: #f4c77a;
}
.history-section p,
.history-section li {
  color: rgba(245, 238, 224, .84);
  line-height: 1.75;
}
.history-section sup a,
.history-sources a {
  color: #f0a845;
  text-decoration: none;
}
.history-section sup a:hover,
.history-sources a:hover {
  text-decoration: underline;
}
.history-sources {
  padding-left: 1.25rem;
}
@media (max-width: 720px) {
  .history-hero {
    padding-top: 1.25rem;
  }
  .history-page .page-title {
    font-size: clamp(2rem, 10vw, 3rem) !important;
    line-height: 1.05 !important;
  }
  .history-toc {
    justify-content: flex-start;
    max-height: 220px;
    overflow: auto;
    padding-right: .25rem;
  }
  .history-toc a {
    font-size: .82rem;
    padding: .42rem .65rem;
  }
  .history-section {
    scroll-margin-top: 88px;
  }
}


/* Version 5.0.26 – Bilder für The Making of a Cigar */
.making-page .making-feature-image {
  max-width: 980px;
  margin: 1.4rem auto 0;
  padding: .8rem;
}
.making-page .making-feature-image img,
.making-page .making-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(216, 111, 24, .28);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}
.making-page .making-feature-image figcaption,
.making-page .making-inline-image figcaption {
  margin-top: .7rem;
  text-align: center;
  color: rgba(245, 238, 224, .78);
  font-size: .95rem;
  line-height: 1.6;
}
.making-page .making-inline-image {
  margin: 1.15rem 0 .25rem;
}
.making-page .making-inline-image figcaption {
  text-align: left;
  font-size: .92rem;
}
@media (max-width: 720px) {
  .making-page .making-feature-image {
    padding: .6rem;
    margin-top: 1rem;
  }
  .making-page .making-feature-image img,
  .making-page .making-inline-image img {
    border-radius: 16px;
  }
  .making-page .making-feature-image figcaption,
  .making-page .making-inline-image figcaption {
    font-size: .88rem;
    line-height: 1.55;
  }
}


/* Version 5.0.27 – Mehr Bilder für Wissensseiten */
.history-page .history-feature-image {
  max-width: 980px;
  margin: 1.35rem auto 0;
  padding: .8rem;
}
.history-page .history-feature-image img,
.history-page .history-inline-image img,
.making-page .making-inline-image img,
.making-page .making-feature-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(216, 111, 24, .28);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}
.history-page .history-feature-image figcaption,
.history-page .history-inline-image figcaption,
.making-page .making-inline-image figcaption,
.making-page .making-feature-image figcaption {
  margin-top: .7rem;
  color: rgba(245, 238, 224, .78);
  font-size: .95rem;
  line-height: 1.6;
}
.history-page .history-feature-image figcaption,
.making-page .making-feature-image figcaption {
  text-align: center;
}
.history-page .history-inline-image,
.making-page .making-inline-image {
  margin: 1.15rem 0 .25rem;
}
.history-page .history-inline-image figcaption,
.making-page .making-inline-image figcaption {
  text-align: left;
  font-size: .92rem;
}
@media (max-width: 720px) {
  .history-page .history-feature-image,
  .making-page .making-feature-image {
    padding: .6rem;
    margin-top: 1rem;
  }
  .history-page .history-feature-image img,
  .history-page .history-inline-image img,
  .making-page .making-feature-image img,
  .making-page .making-inline-image img {
    border-radius: 16px;
  }
  .history-page .history-feature-image figcaption,
  .history-page .history-inline-image figcaption,
  .making-page .making-feature-image figcaption,
  .making-page .making-inline-image figcaption {
    font-size: .88rem;
    line-height: 1.55;
  }
}


/* Version 5.0.28 – Bilder direkt in History- und Making-Seiten eingebaut */


/* Version 5.0.29 – Starttext zusammengefasst */
.intro-story {
  max-width: 980px;
  margin: 1.2rem auto 1.4rem;
}
.intro-story-card {
  padding: clamp(1.15rem, 2.6vw, 2rem);
  text-align: left;
}
.intro-story-card p {
  max-width: 880px;
  margin: 0 auto .9rem;
  color: rgba(245, 238, 224, .9);
  font-size: clamp(.98rem, 1.55vw, 1.12rem);
  line-height: 1.72;
}
.intro-story-card p:last-child {
  margin-bottom: 0;
  text-align: center;
  color: #f5d17d;
}
.intro-story-card strong {
  color: #f3c766;
}
@media (max-width: 720px) {
  .intro-story {
    margin-top: .8rem;
  }
  .intro-story-card {
    padding: 1rem;
  }
  .intro-story-card p {
    font-size: .95rem;
    line-height: 1.65;
  }
}


/* Version 5.0.30 – Hotel-Link Home */
.hotel-home-link {
  color: #f3c766;
  text-decoration: none;
  border-bottom: 1px solid rgba(243, 199, 102, .5);
}
.hotel-home-link:hover {
  color: #ffe29a;
  border-bottom-color: rgba(255, 226, 154, .9);
}
.club-home-note {
  color: rgba(245, 238, 224, .92);
  font-weight: 700;
}


/* Version 5.0.31 – Starttext Schluss ergänzt */
.innovation-quote {
  display: inline-block;
  margin-top: .35rem;
  color: #f5d17d;
  font-weight: 700;
  font-style: italic;
}


/* Version 5.0.32 – Starttext komplett zentriert */
.intro-story-card {
  text-align: center !important;
}
.intro-story-card p {
  text-align: center !important;
}


/* Version 5.0.33 – Cigar Storage Seite */
.storage-page .storage-feature-image {
  max-width: 980px;
  margin: 1.35rem auto 0;
  padding: .8rem;
}
.storage-page .storage-feature-image img,
.storage-page .storage-inline-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid rgba(216, 111, 24, .28);
  box-shadow: 0 16px 38px rgba(0, 0, 0, .28);
}
.storage-page .storage-feature-image figcaption,
.storage-page .storage-inline-image figcaption {
  margin-top: .7rem;
  color: rgba(245, 238, 224, .78);
  line-height: 1.6;
}
.storage-page .storage-feature-image figcaption { text-align: center; font-size: .95rem; }
.storage-page .storage-inline-image { margin: 1.15rem 0 .25rem; }
.storage-page .storage-inline-image figcaption { text-align: left; font-size: .92rem; }
.storage-page .history-section h3 { color: #f3c766; margin-top: 1rem; margin-bottom: .35rem; font-size: 1.03rem; }
.storage-page .history-section ol { padding-left: 1.2rem; }
.storage-page .history-section ol li + li { margin-top: .35rem; }
@media (max-width: 720px) {
  .storage-page .storage-feature-image { padding: .6rem; margin-top: 1rem; }
  .storage-page .storage-feature-image img,
  .storage-page .storage-inline-image img { border-radius: 16px; }
  .storage-page .storage-feature-image figcaption,
  .storage-page .storage-inline-image figcaption { font-size: .88rem; line-height: 1.55; }
}
.knowledge-teaser-card { max-width: 980px; margin: 1.2rem auto 0; padding: clamp(1rem, 2.5vw, 1.8rem); }
.knowledge-teaser-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; margin-top: 1rem; }
.knowledge-teaser-item { display: block; text-decoration: none; color: rgba(245,238,224,.92); background: rgba(255,255,255,.03); border: 1px solid rgba(216,111,24,.22); border-radius: 18px; padding: 1rem 1.05rem; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.knowledge-teaser-item strong { display:block; color:#f3c766; margin-bottom:.35rem; }
.knowledge-teaser-item span { display:block; line-height:1.55; }
.knowledge-teaser-item:hover { transform: translateY(-2px); border-color: rgba(243,199,102,.48); box-shadow: 0 14px 32px rgba(0,0,0,.22); }
@media (max-width: 720px) { .knowledge-teaser-grid { grid-template-columns: 1fr; } }


/* Version 5.0.34 – Jar Page */
.jar-page .jar-intro-card {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.1rem, 2.8vw, 1.8rem);
}
.jar-page .jar-intro-card p {
  margin: 0;
  font-size: clamp(1rem, 1.6vw, 1.15rem);
  line-height: 1.8;
  color: rgba(245, 238, 224, .95);
}
.jar-page .jar-lead-grid {
  display: grid;
  grid-template-columns: 1.3fr .9fr;
  gap: 1.25rem;
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(1rem, 2.6vw, 1.8rem);
}
.jar-page .jar-lead-grid article:first-child p + p { margin-top: .9rem; }
.jar-page .jar-checklist {
  margin: 0;
  padding-left: 1.1rem;
}
.jar-page .jar-checklist li {
  margin: 0 0 .65rem;
  line-height: 1.65;
}
.jar-page .jar-text-card,
.jar-page .jar-gallery-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(1rem, 2.7vw, 1.9rem);
}
.jar-page .jar-text-card h2,
.jar-page .jar-gallery-wrap h2 {
  margin-bottom: .9rem;
}
.jar-page .jar-gallery-note {
  text-align: center;
  margin: 0 auto 1.2rem;
  color: rgba(245, 238, 224, .82);
  max-width: 780px;
}
.jar-page .jar-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.jar-page .jar-card {
  padding: .8rem;
}
.jar-page .jar-card figure { margin: 0; }
.jar-page .jar-card img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(216,111,24,.25);
  box-shadow: 0 16px 38px rgba(0,0,0,.25);
}
.jar-page .jar-card figcaption {
  padding-top: .8rem;
}
.jar-page .jar-card figcaption strong {
  display: block;
  margin-bottom: .35rem;
  color: #f3c766;
  font-size: .98rem;
}
.jar-page .jar-card figcaption span {
  display: block;
  color: rgba(245, 238, 224, .84);
  font-size: .92rem;
  line-height: 1.62;
}
@media (max-width: 1024px) {
  .jar-page .jar-gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 820px) {
  .jar-page .jar-lead-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .jar-page .jar-gallery-grid { grid-template-columns: 1fr; }
  .jar-page .jar-card { padding: .7rem; }
  .jar-page .jar-card figcaption strong { font-size: .96rem; }
  .jar-page .jar-card figcaption span { font-size: .9rem; }
}


/* Version 5.0.35 – 2000er Jars zuerst */


/* Version 5.0.36 – Jar Page Textanpassung */
.jar-page .jar-gallery-note strong {
  display: inline-block;
  margin-top: .35rem;
  color: #f3c766;
}


/* Version 5.0.37 – Jar Page Box-Abstände */
.jar-page .history-main > .section-wrap {
  margin-top: 1.65rem;
  margin-bottom: 1.65rem;
}
.jar-page .jar-gallery-grid {
  gap: 1.45rem;
}
.jar-page .jar-card {
  margin-bottom: .35rem;
}
@media (max-width: 720px) {
  .jar-page .history-main > .section-wrap {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .jar-page .jar-gallery-grid {
    gap: 1.15rem;
  }
}


/* Version 5.0.38 – Jar Page Preloader und Hover */
.jar-page.jar-loading {
  overflow: hidden;
}
.jar-page .jar-preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(216,111,24,.18), transparent 34%),
    radial-gradient(circle at 20% 80%, rgba(243,199,102,.10), transparent 30%),
    rgba(8, 7, 6, .96);
  backdrop-filter: blur(8px);
  transition: opacity .55s ease, visibility .55s ease;
}
.jar-page .jar-preloader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.jar-page .jar-preloader-card {
  width: min(88vw, 380px);
  padding: 1.4rem 1.25rem;
  text-align: center;
  border-radius: 24px;
  border: 1px solid rgba(216,111,24,.35);
  background: linear-gradient(145deg, rgba(24,18,14,.88), rgba(10,8,7,.88));
  box-shadow: 0 24px 80px rgba(0,0,0,.55);
}
.jar-page .jar-preloader-card img {
  width: 74px;
  height: 74px;
  object-fit: contain;
  display: block;
  margin: 0 auto .85rem;
  filter: drop-shadow(0 0 18px rgba(216,111,24,.28));
}
.jar-page .jar-preloader-card strong {
  display: block;
  color: #f3c766;
  font-family: "Cinzel", serif;
  letter-spacing: .05em;
  font-size: 1.2rem;
  margin-bottom: .3rem;
}
.jar-page .jar-preloader-card span {
  display: block;
  color: rgba(245,238,224,.82);
  font-size: .95rem;
}
.jar-page .jar-preloader-bar {
  position: relative;
  overflow: hidden;
  height: 6px;
  margin-top: 1.05rem;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
}
.jar-page .jar-preloader-bar i {
  position: absolute;
  inset: 0 auto 0 0;
  width: 45%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(216,111,24,.25), rgba(243,199,102,.95), rgba(216,111,24,.25));
  animation: jarLoadBar 1.15s ease-in-out infinite;
}
@keyframes jarLoadBar {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(240%); }
}
.jar-page .jar-card {
  overflow: hidden;
}
.jar-page .jar-card figure {
  overflow: hidden;
  border-radius: 20px;
}
.jar-page .jar-card img {
  transform: scale(1);
  transform-origin: center;
  transition: transform .35s ease, filter .35s ease, box-shadow .35s ease;
  will-change: transform;
}
@media (hover: hover) and (pointer: fine) {
  .jar-page .jar-card:hover img {
    transform: scale(1.075);
    filter: brightness(1.08) contrast(1.05);
  }
  .jar-page .jar-card:hover {
    border-color: rgba(243,199,102,.46);
    box-shadow: 0 20px 54px rgba(0,0,0,.32);
  }
}


/* Version 5.0.39 – Cohiba 30 Aniversario Korrektur */


/* Version 5.0.40 – Index Info-Text ergänzt */


/* Version 5.0.41 – Jar Page Lightbox */
.jar-page .jar-card {
  cursor: zoom-in;
}
.jar-page .jar-card:focus-visible {
  outline: 2px solid rgba(243,199,102,.85);
  outline-offset: 5px;
}
@media (hover: hover) and (pointer: fine) {
  .jar-page .jar-card:hover img {
    transform: scale(1.14);
    filter: brightness(1.1) contrast(1.07) saturate(1.04);
  }
}
body.jar-lightbox-open {
  overflow: hidden;
}
.jar-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 3vw, 2.2rem);
  background:
    radial-gradient(circle at 50% 42%, rgba(216,111,24,.18), transparent 36%),
    rgba(6, 5, 4, .92);
  backdrop-filter: blur(10px);
}
.jar-lightbox.is-open {
  display: flex;
}
.jar-lightbox-frame {
  position: relative;
  width: min(94vw, 1180px);
  max-height: 90vh;
  margin: 0;
  padding: clamp(.65rem, 1.5vw, 1rem);
  border-radius: 26px;
  border: 1px solid rgba(243,199,102,.34);
  background: linear-gradient(145deg, rgba(23,17,13,.94), rgba(8,7,6,.94));
  box-shadow: 0 30px 100px rgba(0,0,0,.68);
}
.jar-lightbox-frame img {
  display: block;
  max-width: 100%;
  max-height: calc(90vh - 100px);
  margin: 0 auto;
  object-fit: contain;
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0,0,0,.42);
}
.jar-lightbox-frame figcaption {
  margin-top: .75rem;
  text-align: center;
  color: rgba(245,238,224,.88);
  line-height: 1.55;
  font-size: .95rem;
}
.jar-lightbox-close,
.jar-lightbox-nav {
  position: fixed;
  z-index: 10001;
  border: 1px solid rgba(243,199,102,.38);
  background: rgba(18,13,10,.82);
  color: #f3c766;
  cursor: pointer;
  box-shadow: 0 16px 42px rgba(0,0,0,.45);
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.jar-lightbox-close:hover,
.jar-lightbox-nav:hover {
  transform: scale(1.06);
  background: rgba(35,24,17,.92);
  border-color: rgba(243,199,102,.72);
}
.jar-lightbox-close {
  top: clamp(1rem, 3vw, 2rem);
  right: clamp(1rem, 3vw, 2rem);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  font-size: 2rem;
  line-height: 1;
}
.jar-lightbox-nav {
  top: 50%;
  width: 52px;
  height: 68px;
  border-radius: 18px;
  font-size: 3rem;
  line-height: 1;
}
.jar-lightbox-prev {
  left: clamp(.75rem, 2.5vw, 2rem);
}
.jar-lightbox-next {
  right: clamp(.75rem, 2.5vw, 2rem);
}
@media (max-width: 720px) {
  .jar-lightbox {
    padding: .8rem;
  }
  .jar-lightbox-frame {
    width: 96vw;
    border-radius: 20px;
  }
  .jar-lightbox-frame img {
    max-height: calc(86vh - 115px);
    border-radius: 16px;
  }
  .jar-lightbox-nav {
    top: auto;
    bottom: .7rem;
    width: 48px;
    height: 52px;
    font-size: 2.4rem;
  }
  .jar-lightbox-prev {
    left: calc(50% - 62px);
  }
  .jar-lightbox-next {
    right: calc(50% - 62px);
  }
  .jar-lightbox-close {
    width: 42px;
    height: 42px;
    font-size: 1.8rem;
  }
}


/* Version 5.0.42 – Jar Page Text final */


/* Version 5.0.43 – Jar Page History Text */
.jar-page .jar-history-text a {
  color: #f3c766;
  text-decoration: none;
  border-bottom: 1px solid rgba(243,199,102,.45);
}
.jar-page .jar-history-text a:hover {
  color: #ffe29a;
  border-bottom-color: rgba(255,226,154,.9);
}
.jar-page .jar-alt-title {
  margin-top: 1rem;
  color: rgba(245,238,224,.88);
  font-style: italic;
}


/* Version 5.0.44 – Alternativer Titel entfernt */


/* Version 5.0.47 – Neue Jars vollständig integriert */


/* Version 6.0.1 – Jar-Titel als Bildbalken */
.jar-page .jar-card {
  padding: 0;
  border-radius: 20px;
}
.jar-page .jar-card figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 1 / 1;
}
.jar-page .jar-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 20px;
}
.jar-page .jar-card figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: .9rem 1rem;
  text-align: center;
  background: linear-gradient(180deg, rgba(7,6,5,.08), rgba(7,6,5,.88) 35%, rgba(7,6,5,.96));
  border-top: 1px solid rgba(243,199,102,.22);
  transition: background .3s ease, padding .3s ease;
}
.jar-page .jar-card figcaption strong {
  display: block;
  margin: 0;
  color: #f3c766;
  font-family: "Cinzel", serif;
  font-size: clamp(.88rem, 1.25vw, 1rem);
  line-height: 1.35;
  text-shadow: 0 2px 12px rgba(0,0,0,.85);
}
.jar-page .jar-card figcaption span { display: none; }
@media (hover: hover) and (pointer: fine) {
  .jar-page .jar-card:hover figcaption {
    padding-top: 1.15rem;
    padding-bottom: 1.05rem;
    background: linear-gradient(180deg, rgba(7,6,5,.04), rgba(29,18,10,.89) 32%, rgba(20,13,8,.98));
  }
}
@media (max-width: 640px) {
  .jar-page .jar-card figcaption { padding: .8rem .75rem; }
  .jar-page .jar-card figcaption strong { font-size: .92rem; }
}

/* Version 6.0.2 – Jar-Titel wieder unter den Bildern */
.jar-page .jar-card {
  padding: .75rem;
  border-radius: 20px;
}
.jar-page .jar-card figure {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border-radius: 18px;
  aspect-ratio: auto;
}
.jar-page .jar-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid rgba(216,111,24,.25);
  border-radius: 18px 18px 0 0;
}
.jar-page .jar-card figcaption {
  position: static;
  z-index: 2;
  min-height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .85rem .8rem;
  text-align: center;
  background: rgba(10,8,6,.72);
  border-top: 1px solid rgba(243,199,102,.24);
  transition: background .3s ease;
}
.jar-page .jar-card figcaption strong {
  margin: 0;
  color: #f3c766;
  font-family: "Cinzel", serif;
  font-size: clamp(.88rem, 1.25vw, 1rem);
  line-height: 1.4;
  text-shadow: none;
}
@media (hover: hover) and (pointer: fine) {
  .jar-page .jar-card:hover figcaption {
    padding: .85rem .8rem;
    background: rgba(29,18,10,.88);
  }
}
@media (max-width: 640px) {
  .jar-page .jar-card { padding: .65rem; }
  .jar-page .jar-card figcaption {
    min-height: 0;
    padding: .8rem .7rem;
  }
  .jar-page .jar-card figcaption strong { font-size: .92rem; }
}


/* Mountain Smoke – Credits-Link im Kopfbereich (Desktop + Mobile) */
.top-credits-link {
  display: inline-flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-left: auto;
  margin-right: 10px;
  padding: 9px 15px;
  border: 1px solid rgba(212, 175, 55, .45);
  border-radius: 999px;
  color: #f2d47a;
  background: linear-gradient(135deg, rgba(212,175,55,.14), rgba(255,255,255,.035));
  box-shadow: 0 8px 24px rgba(0,0,0,.28), inset 0 0 0 1px rgba(255,255,255,.025);
  font-family: Cinzel, serif;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .11em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 60;
}
.top-credits-link:hover,
.top-credits-link:focus-visible {
  color: #fff4c7;
  border-color: rgba(212,175,55,.82);
  background: linear-gradient(135deg, rgba(212,175,55,.24), rgba(255,255,255,.06));
  transform: translateY(-1px);
}
.top-credits-short { display: none; }

@media (max-width: 760px) {
  .site-header {
    gap: 8px !important;
  }
  .top-credits-link {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-left: auto;
    margin-right: 2px;
    padding: 8px 10px;
    min-height: 38px;
    font-size: .66rem;
    letter-spacing: .09em;
  }
  .top-credits-long { display: none; }
  .top-credits-short { display: inline; }
}

@media (max-width: 390px) {
  .brand span { display: none; }
  .top-credits-link { padding-inline: 9px; }
}

/* Credits-Link: schmale Smartphones – Markenname bleibt sichtbar */
@media (max-width: 390px) {
  .site-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "brand menu"
      "credits credits";
    gap: 8px 10px !important;
    padding: 9px 12px 10px !important;
  }

  .site-header .brand {
    grid-area: brand;
    min-width: 0;
    gap: 8px;
  }

  .site-header .brand span {
    display: inline !important;
    font-size: .70rem !important;
    letter-spacing: .055em;
    white-space: nowrap;
  }

  .site-header .brand img {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  .site-header .menu-button {
    grid-area: menu;
    justify-self: end;
  }

  .site-header .top-credits-link {
    grid-area: credits;
    justify-self: center;
    margin: 0 !important;
    min-height: 34px;
    padding: 7px 12px;
  }

  .site-header .main-nav {
    top: 98px;
  }
}


/* Credits-Link auf sehr schmalen Smartphones im Hamburgermenue */
.mobile-credits-nav {
  display: none !important;
}

@media (max-width: 390px) {
  .site-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    padding: 9px 12px !important;
  }

  .site-header .brand {
    min-width: 0;
    gap: 8px;
  }

  .site-header .brand span {
    display: inline !important;
    font-size: .70rem !important;
    letter-spacing: .055em;
    white-space: nowrap;
  }

  .site-header .brand img {
    width: 34px;
    height: 34px;
    flex: 0 0 auto;
  }

  .site-header > .top-credits-link {
    display: none !important;
  }

  .site-header .menu-button {
    margin-left: auto;
    flex: 0 0 auto;
  }

  .site-header .main-nav {
    top: calc(100% + 10px) !important;
  }

  .site-header .main-nav .mobile-credits-nav {
    display: block !important;
  }
}
