:root {
  --ink: #183633;
  --teal: #10414C;
  --teal-dark: #123633;
  --burgundy: #8D3D50;
  --burgundy-dark: #67283a;
  --gold: #C4921A;
  --gold-light: #F0D68D;
  --cream: #f8f8f6;
  --white: #fff;
  --soft-light: rgba(255,255,255,.82);
  --soft-dark: rgba(24,54,51,.78);
  --line-light: rgba(255,255,255,.16);
  --line-dark: rgba(16,65,76,.14);
  --shadow: 0 24px 60px rgba(0,0,0,.20);
  --max: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  padding-top: 112px;
  font-family: "Montserrat", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  line-height: 1.62;
  background: var(--cream);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 700; letter-spacing: 0; }
p { margin-top: 0; }

.wrap { width: min(var(--max), calc(100% - 36px)); margin: 0 auto; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-family: "Montserrat", sans-serif;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .10em;
  line-height: 1.15;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--burgundy) 0%, var(--burgundy-dark) 100%);
  box-shadow: 0 8px 28px rgba(141,61,80,.24);
}
.btn-secondary {
  color: var(--teal);
  background: rgba(255,255,255,.78);
  border-color: rgba(16,65,76,.22);
}
.section--dark .btn-secondary,
.product-hero .btn-secondary,
.footer .btn-secondary {
  color: #fff;
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.34);
}

.kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(216,181,115,.30);
  color: var(--gold-light);
  background: rgba(216,181,115,.12);
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.section--light .kicker,
.product-card .kicker,
.detail-box .kicker,
.checkout-preview .kicker {
  color: var(--burgundy);
  border-color: rgba(141,61,80,.18);
  background: rgba(141,61,80,.08);
}

.topbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  background: var(--teal-dark);
  color: rgba(255,255,255,.92);
  border-bottom: 1px solid rgba(255,255,255,.12);
}
.topbar__inner {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.topbar__brand { display: flex; align-items: center; gap: 16px; }
.topbar__logo { height: 48px; width: auto; }
.topbar__dots { color: rgba(255,255,255,.72); font-size: .95rem; letter-spacing: .26em; }
.topbar__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 16px;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav {
  position: fixed;
  top: 48px;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 14px 0;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(16,65,76,.08);
  box-shadow: 0 10px 28px rgba(0,0,0,.06);
}
.main-nav__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}
.main-nav__links a {
  color: rgba(24,54,51,.88);
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.main-nav__links a:hover { color: var(--teal); border-color: var(--gold); }

.hero,
.product-hero,
.checkout-hero {
  color: #fff;
  background: linear-gradient(180deg, var(--teal) 0%, var(--teal-dark) 100%);
}
.hero { padding: 44px 0 64px; }
.hero-shell {
  min-height: 520px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .75fr);
  gap: 28px;
  align-items: stretch;
  overflow: hidden;
  position: relative;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  background:
    linear-gradient(110deg, rgba(16,65,76,.96) 0%, rgba(16,65,76,.78) 52%, rgba(5,5,5,.72) 100%),
    url("/Medien/Bilder/session/session-brand-ribbon.png") center / cover no-repeat;
}
.hero-main {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 5vw, 60px);
}
.hero-title {
  max-width: 780px;
  margin: 18px 0;
  font-size: clamp(2.7rem, 6vw, 5.35rem);
  line-height: .98;
}
.hero-main p {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--soft-light);
  font-size: 1.08rem;
}
.hero-actions,
.card-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}
.hero-aside {
  display: flex;
  align-items: end;
  padding: clamp(24px, 4vw, 38px);
}
.glass {
  width: 100%;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.20);
  background: rgba(255,255,255,.10);
  backdrop-filter: blur(10px);
}
.glass h3 { margin: 0 0 10px; font-size: 1.55rem; }
.glass p { color: var(--soft-light); margin-bottom: 16px; }
.step-mini { display: grid; gap: 10px; }
.step-mini span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,.84);
  font-size: .92rem;
}
.step-mini b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: var(--ink);
  background: var(--gold-light);
  flex: 0 0 auto;
}

.section { padding: 54px 0; }
.section--light { background: var(--cream); }
.section--dark { color: #fff; background: var(--teal-dark); }
.section-head {
  max-width: 760px;
  margin-bottom: 26px;
}
.section-head h2 {
  margin: 14px 0 10px;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
}
.section-head p { color: var(--soft-dark); }
.section--dark .section-head p { color: var(--soft-light); }

.shop-controls {
  display: grid;
  gap: 18px;
  margin-bottom: 26px;
}
.category-tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
}
.category-tabs button {
  appearance: none;
  border: 1px solid rgba(16,65,76,.16);
  border-radius: 999px;
  background: #fff;
  color: rgba(24,54,51,.82);
  padding: 10px 14px;
  font: 800 .75rem/1.1 "Montserrat", sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
}
.category-tabs button.is-active {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
}
.search-row {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.search-row input {
  width: min(420px, 100%);
  min-height: 46px;
  border: 1px solid rgba(16,65,76,.18);
  border-radius: 999px;
  padding: 0 18px;
  color: var(--ink);
  background: #fff;
  font: 600 .95rem "Montserrat", sans-serif;
}
.product-count {
  color: rgba(24,54,51,.66);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100%;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(16,65,76,.12);
  background: #fff;
  box-shadow: 0 16px 38px rgba(16,65,76,.08);
}
.product-card__media {
  display: block;
  background: #eef2ef;
  aspect-ratio: 1 / 1;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 22px;
}
.product-card h3 {
  margin: 0;
  font-size: 1.55rem;
  line-height: 1.08;
}
.product-card p {
  margin: 0;
  color: var(--soft-dark);
}
.product-card__bottom {
  display: grid;
  gap: 14px;
  margin-top: auto;
}
.price {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin: 0;
  color: var(--burgundy);
  font-size: 1.28rem;
  font-weight: 900;
}
.price__old {
  color: rgba(24,54,51,.46);
  font-size: .92rem;
  text-decoration: line-through;
}

.sample-player {
  display: grid;
  gap: 7px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(16,65,76,.06);
}
.sample-player__label {
  color: var(--teal);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.sample-player audio { width: 100%; height: 38px; }

.product-hero { padding: 48px 0 62px; }
.product-hero__grid {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(26px, 4vw, 48px);
  align-items: center;
}
.product-hero__media {
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  background: rgba(255,255,255,.08);
}
.product-hero__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.product-hero__copy h1 {
  margin: 16px 0;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
  line-height: 1;
}
.product-hero__copy p { color: var(--soft-light); font-size: 1.08rem; }
.product-hero .price { color: var(--gold-light); }
.product-hero .price__old { color: rgba(255,255,255,.50); }
.product-hero .sample-player { background: rgba(255,255,255,.10); }
.product-hero .sample-player__label { color: var(--gold-light); }

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .42fr);
  gap: 28px;
  align-items: start;
}
.detail-copy,
.detail-box,
.notice,
.checkout-preview {
  border-radius: 10px;
  border: 1px solid rgba(16,65,76,.12);
  background: #fff;
  box-shadow: 0 18px 44px rgba(16,65,76,.08);
}
.detail-copy { padding: clamp(24px, 4vw, 40px); }
.detail-copy h2 {
  margin: 14px 0 14px;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.04;
}
.detail-box { padding: 26px; }
.detail-box h3 { margin: 0 0 14px; font-size: 1.65rem; }
.detail-box ul {
  margin: 0 0 18px;
  padding-left: 20px;
  color: var(--soft-dark);
}
.text-link {
  display: inline-flex;
  color: var(--burgundy);
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.checkout-hero { padding: 46px 0 54px; }
.checkout-hero h1 {
  margin: 16px 0;
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1;
}
.checkout-hero p { max-width: 760px; color: var(--soft-light); }
.checkout-section { padding: 54px 0; }
.checkout-preview {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
  padding: 28px;
  align-items: center;
}
.checkout-preview img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.checkout-preview h2 { margin: 12px 0; font-size: clamp(1.8rem, 3vw, 2.8rem); }

.footer {
  padding: 38px 0 58px;
  color: rgba(255,255,255,.78);
  background: var(--teal-dark);
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 28px;
}
.footer h4 {
  margin: 0 0 10px;
  color: var(--gold-light);
  text-transform: uppercase;
  letter-spacing: .10em;
  font-size: .85rem;
}
.footer p,
.footer li,
.footer a { color: rgba(255,255,255,.78); }
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 7px;
}

@media (max-width: 980px) {
  body { padding-top: 48px; }
  .main-nav { display: none; }
  .hero-shell,
  .product-hero__grid,
  .detail-grid,
  .checkout-preview,
  .footer-inner {
    grid-template-columns: 1fr;
  }
  .hero-shell { min-height: auto; }
  .hero-aside { padding-top: 0; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .wrap { width: min(100% - 28px, var(--max)); }
  .topbar__cta { font-size: .68rem; padding-inline: 10px; }
  .hero { padding: 26px 0 42px; }
  .hero-main,
  .hero-aside,
  .detail-copy,
  .detail-box,
  .checkout-preview {
    padding: 20px;
  }
  .hero-title { font-size: clamp(2.35rem, 14vw, 3.7rem); }
  .product-grid { grid-template-columns: 1fr; }
  .btn { width: 100%; }
  .card-actions .btn,
  .hero-actions .btn { width: auto; }
  .section { padding: 36px 0; }
}
