/* ============================================================
   CLXON24 Studio – Clean Light Industrial Redesign Layer
   ============================================================ */

:root {
  /* Logo-nah: tiefes Schwarz + Electric Blue (X / 24) */
  --bg: #f7f8fa;
  --bg-elevated: #ffffff;
  --ink: #0a0a0a;
  --muted: #5a6270;
  --soft: #eef1f5;
  --soft2: #e4e8ef;
  --line: rgba(10, 10, 10, 0.1);
  --blue: #00a0ff;
  --blue2: #3db8ff;
  --white: #fff;
  --black: #000000;
  --graphite: #0a0a0a;
  --pad: clamp(24px, 4.5vw, 80px);
  --max: 1180px;
  --site-max: 1180px;
  --r: 4px;
  --r-lg: 18px;
  --shadow: 0 24px 60px rgba(10, 10, 10, 0.07);
  --section-pad-y: clamp(48px, 7vw, 88px);
  --section-pad-y-lg: clamp(56px, 8vw, 104px);
  --home-gap: clamp(1rem, 2vw, 1.5rem);
  --page-hero-pad-top: clamp(28px, 4vw, 48px);
  --page-hero-pad-bottom: clamp(28px, 4vw, 48px);
}

body {
  background: var(--bg);
  color: var(--ink);
}

.grain {
  display: none;
}

/* ---- Top strip & Header (dark accents) ---- */
.top-strip {
  background: var(--graphite);
  color: rgba(255, 255, 255, 0.72);
  border-bottom: 0;
}
.top-strip-item {
  color: rgba(232, 238, 248, 0.82);
}
.top-strip-icon {
  color: #6eb0ff;
}

.header {
  background: rgba(12, 14, 18, 0.92);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.header .nav-main a,
.header .nav-dropdown-trigger {
  color: rgba(255, 255, 255, 0.68);
  background: transparent;
  border-radius: 0;
}
.header .nav-main a:hover,
.header .nav-dropdown:hover .nav-dropdown-trigger,
.header .nav-dropdown:focus-within .nav-dropdown-trigger,
.header .nav-main a.is-active,
.header .nav-dropdown.is-active .nav-dropdown-trigger,
.header .nav-dropdown.is-open .nav-dropdown-trigger {
  color: #fff;
  background: transparent;
}
.header .nav-cta,
.header .nav-cta:hover,
.header .nav-cta.is-active {
  color: #fff;
}
.header-search-input {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
  color: #fff;
}
.header-cart,
.header-icon-btn {
  color: #fff;
}

/* ---- Buttons ---- */
.btn {
  border-radius: 999px;
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  padding: 0.9rem 1.5rem;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn.white,
.btn.dark,
.hero .btn.white {
  background: var(--ink);
  color: #fff;
  border: 0;
}
.btn.dark:hover,
.btn.white:hover {
  background: #1a1a1a;
}
a.btn.dark,
button.btn.dark {
  background: var(--ink);
}
.studio-hero .btn.white {
  background: var(--blue);
  color: #fff !important;
  border: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}
.studio-hero .btn.white:hover {
  background: var(--blue2);
  color: #fff !important;
}
.btn.ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(18, 20, 26, 0.22);
}
.hero .btn.ghost,
.studio-hero .btn.ghost,
.page-hero .btn.ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.06);
}
.hero .btn.ghost:hover,
.studio-hero .btn.ghost:hover,
.page-hero .btn.ghost:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.65);
}

/* ============================================================
   HOME – centered frame + block grid
   ============================================================ */
.page-home,
.page-framed {
  background: #e8ecf1;
}
.home-frame,
.site-frame {
  width: min(1440px, calc(100% - 0.75rem));
  margin: 0.65rem auto 1.75rem;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow: 0 12px 40px rgba(10, 14, 22, 0.06);
  overflow: hidden;
}

.page-home .home-frame .wrap,
.page-framed .site-frame .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(1rem, 2.8vw, 1.75rem);
  box-sizing: border-box;
  color: inherit;
}

/* Hero / content inside framed pages */
.page-framed .page-hero > div {
  width: 100%;
  margin-inline: 0;
  padding-inline: clamp(1rem, 2.8vw, 1.75rem);
}
.page-framed .shop-layout {
  background: #fff;
  padding: 1.35rem 0 1.75rem;
}
.page-framed .content {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.35rem clamp(1rem, 2.8vw, 1.75rem) 1.75rem;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.page-framed .category-products {
  padding: 1.25rem clamp(1rem, 2.8vw, 1.75rem) 1.75rem;
  border-top: 1px solid var(--line);
  background: var(--soft);
}
.page-framed .category-products h2 {
  margin: 0 0 0.35rem;
  font-size: 1.2rem;
  letter-spacing: -0.02em;
}
.page-framed .category-products > p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.page-framed .shell-body {
  padding: 1.25rem 0 1.75rem;
  background: #fff;
  border-top: 1px solid var(--line);
}
.page-framed .shell-body .contact-page {
  padding-inline: 0;
}
.page-kontakt.page-framed { background: #e8ecf1; }
.page-kontakt .shell-body--kontakt {
  padding: 1.5rem 0 2.5rem;
  background: #e8ecf1;
  border-top: 0;
}
.page-framed .shell-body .contact-page {
  padding-inline: 0;
}
.page-framed .site-frame .wrap.contact-page,
.contact-page {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding-block: 0;
  padding-inline: clamp(1rem, 2.8vw, 1.75rem);
  box-sizing: border-box;
}
.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.75fr);
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(10, 14, 22, 0.06);
  min-height: 28rem;
}
.contact-main {
  padding: clamp(1.5rem, 3vw, 2.25rem);
}
.contact-form-title {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  letter-spacing: -0.03em;
  color: var(--ink);
  text-transform: none;
}
.contact-form-lead {
  margin: 0 0 1.35rem;
  max-width: 48ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}
.contact-form {
  display: grid;
  gap: 1.05rem;
}
.contact-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.contact-form label {
  display: grid;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-form input,
.contact-form textarea,
.contact-form select {
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.14);
  background: #f7f8fa;
  border-radius: 8px;
  padding: 0.85rem 1rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease;
}
.contact-form input:hover,
.contact-form textarea:hover {
  background: #fff;
  border-color: rgba(10, 10, 10, 0.22);
}
.contact-form textarea {
  min-height: 12rem;
  resize: vertical;
  line-height: 1.5;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #fff;
  border-color: rgba(0, 160, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 160, 255, 0.12);
}
.contact-form-foot {
  display: flex;
  align-items: center;
  margin-top: 0.15rem;
}
.contact-form-status {
  margin: 0.35rem 0 0.75rem;
  font-size: 0.92rem;
  color: #334155;
}
.contact-form-status.is-error {
  color: #b91c1c;
}
.contact-submit {
  width: auto;
  min-width: 12rem;
  min-height: 48px !important;
  margin-top: 0;
  justify-content: center;
  border-radius: 8px !important;
  border: 0 !important;
  letter-spacing: 0.02em !important;
  text-transform: none !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  overflow: visible;
}
.contact-submit::after { display: none !important; }

.page-framed .contact-aside,
.contact-aside {
  background: #0c0e12;
  color: rgba(246, 248, 255, 0.88);
  border: 0;
  border-radius: 0;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contact-aside h2 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #fff;
}
.contact-meta {
  display: grid;
  gap: 1.25rem;
  margin: 0;
  flex: 1;
}
.contact-meta div {
  display: grid;
  gap: 0.3rem;
}
.contact-meta dt {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(246, 248, 255, 0.45);
}
.contact-meta dd {
  margin: 0;
  color: rgba(246, 248, 255, 0.92);
  font-size: 1rem;
  line-height: 1.5;
}
.contact-meta a {
  color: #7ec8ff;
  font-weight: 600;
  text-decoration: none;
}
.contact-meta a:hover { text-decoration: underline; color: #fff; }
.contact-aside-links {
  display: grid;
  gap: 0.55rem;
  margin-top: 1.75rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.contact-aside-links a {
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
}
.contact-aside-links a:hover { color: #7ec8ff; }

@media (max-width: 900px) {
  .contact-panel {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .contact-form-row { grid-template-columns: 1fr; }
  .contact-aside {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.home-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}

.home-banner {
  position: relative;
  min-height: 280px;
  height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #0a0c10;
  box-sizing: border-box;
}
.home-banner__media { position: absolute; inset: 0; }
.home-banner__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6,8,12,.9) 0%, rgba(6,8,12,.55) 42%, rgba(6,8,12,.2) 100%),
    linear-gradient(0deg, rgba(6,8,12,.72) 0%, transparent 50%);
  pointer-events: none;
}
.home-banner__inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(1.75rem, 4vw, 2.5rem);
  max-width: none;
}

.home-promo {
  position: relative;
  background:
    radial-gradient(520px 180px at 88% 20%, rgba(0, 160, 255, 0.18), transparent 60%),
    #0a0a0a;
  color: #fff;
  padding: 36px 0;
  overflow: hidden;
}

.home-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -18deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.015) 10px,
    rgba(255, 255, 255, 0.015) 11px
  );
  pointer-events: none;
}

.home-promo__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.home-promo__copy h2 {
  margin: 0 0 8px;
  color: #fff;
}

.home-promo__copy .home-lead {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.72);
}

.clx-ticket {
  --ticket-ink: #0a0a0a;
  --ticket-blue: #00a0ff;
  position: relative;
  display: flex;
  min-width: min(100%, 340px);
  max-width: 420px;
  background: #fff;
  color: var(--ticket-ink);
  border-radius: 6px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  isolation: isolate;
}

.clx-ticket::before,
.clx-ticket::after {
  content: "";
  position: absolute;
  left: 92px;
  width: 18px;
  height: 18px;
  background: #0a0a0a;
  border-radius: 50%;
  z-index: 2;
}

.clx-ticket::before { top: -9px; }
.clx-ticket::after { bottom: -9px; }

.clx-ticket__stub {
  width: 92px;
  flex: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px 10px;
  background: var(--ticket-ink);
  color: #fff;
  border-right: 2px dashed rgba(255, 255, 255, 0.22);
}

.clx-ticket__brand {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1;
}

.clx-ticket__stub-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ticket-blue);
}

.clx-ticket__body {
  flex: 1;
  min-width: 0;
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background:
    linear-gradient(180deg, #fff 0%, #f4f7fb 100%);
}

.clx-ticket__hint {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #6b7280;
}

.clx-ticket__code {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: left;
  font: inherit;
  font-size: clamp(1.35rem, 3vw, 1.7rem);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ticket-ink);
  cursor: pointer;
  line-height: 1.1;
}

.clx-ticket__code:hover,
.clx-ticket__code:focus-visible {
  color: var(--ticket-blue);
  outline: none;
}

.clx-ticket__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 9px 12px;
  background: var(--ticket-ink);
  color: #fff;
  text-decoration: none;
  border: 0;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 750;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.clx-ticket__cta:hover {
  background: var(--ticket-blue);
  color: #fff;
}

@media (max-width: 560px) {
  .clx-ticket {
    min-width: 0;
    width: 100%;
  }
  .clx-ticket__stub { width: 72px; }
  .clx-ticket::before,
  .clx-ticket::after { left: 72px; }
}
.page-home .home-banner .wrap,
.page-home .home-banner h1,
.page-home .home-banner__brand {
  color: #fff;
}
.page-home .home-banner__lead {
  color: rgba(255, 255, 255, 0.82);
}
.home-banner__brand {
  margin: 0 0 0.45rem;
  font-family: var(--font-display);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
}
.home-banner__brand span { color: var(--blue); }
.home-banner h1 {
  margin: 0 0 0.55rem;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  letter-spacing: -0.035em;
  line-height: 1.15;
  max-width: min(18ch, 100%);
  color: #fff;
}
.home-banner__lead {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 46ch;
}
.home-banner__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  max-width: 100%;
}
.home-banner__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 42px;
  padding: 0 1.05rem;
  border-radius: 4px;
  border: 1px solid transparent;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}
.home-banner__btn--solid {
  background: #00a0ff;
  border-color: #00a0ff;
  color: #fff;
}
.home-banner__btn--solid:hover {
  background: #fff;
  border-color: #fff;
  color: #0a0a0a;
}
.home-banner__btn--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}
.home-banner__btn--ghost:hover {
  background: #fff;
  border-color: #fff;
  color: #0a0a0a;
}

.page-home .home-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.5rem;
  padding-block: 0.85rem;
  border-bottom: 1px solid var(--line);
}
.page-home .home-cats a {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: 0.42rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--soft);
  transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease;
}
.page-home .home-cats a:hover {
  border-color: var(--blue);
  background: #eef7ff;
  color: var(--blue);
}

.home-lead {
  margin: 0.35rem 0 0;
  color: var(--muted);
  font-size: 0.95rem;
  max-width: 42ch;
}
.home-block__head--solo {
  margin-bottom: 1rem;
}
.home-carousel-block {
  overflow: hidden;
  padding-bottom: 2rem;
}
.home-carousel-block .home-block__head {
  margin-bottom: 1.15rem;
}

/* Kinetic sortiment rail */
.home-rail {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.home-rail__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: homeRailSlide 38s linear infinite;
}
.home-rail:hover .home-rail__track,
.home-rail:focus-within .home-rail__track {
  animation-play-state: paused;
}
.home-rail__group {
  display: flex;
  gap: 1rem;
  padding: 0.35rem calc(var(--pad) * 0.35) 1rem;
}
.home-rail__card {
  position: relative;
  width: min(260px, 72vw);
  flex: 0 0 auto;
  text-decoration: none;
  color: inherit;
  display: grid;
  gap: 0.55rem;
  transform: translateZ(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-rail__card:hover {
  transform: translateY(-6px) scale(1.02);
}
.home-rail__media {
  position: relative;
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 4px;
  background: #0c0e12;
  border: 1px solid var(--line);
  isolation: isolate;
}
.home-rail__media::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.18) 48%, transparent 62%);
  transform: translateX(-120%);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.home-rail__media::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  z-index: 3;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}
.home-rail__card:hover .home-rail__media::before {
  transform: translateX(120%);
}
.home-rail__card:hover .home-rail__media::after {
  transform: scaleX(1);
}
.home-rail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.92) contrast(1.04);
  transform: scale(1.04);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
}
.home-rail__card:hover .home-rail__media img {
  transform: scale(1.12);
  filter: saturate(1.05) contrast(1.08);
}
.home-rail__meta {
  display: grid;
  gap: 0.2rem;
  padding-inline: 0.1rem;
}
.home-rail__meta strong {
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.home-rail__meta span {
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.35;
}
@keyframes homeRailSlide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Plotter stage – step transitions */
.home-stage {
  position: relative;
  min-height: 13.5rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(0,160,255,.06), transparent 42%),
    #0c0e12;
  color: #fff;
  overflow: hidden;
  padding: clamp(1.4rem, 3vw, 2rem);
}
.home-stage__glow {
  position: absolute;
  width: 42%;
  height: 70%;
  right: -8%;
  top: -20%;
  background: radial-gradient(circle, rgba(0,160,255,.22), transparent 68%);
  pointer-events: none;
  animation: homeStagePulse 5.5s ease-in-out infinite;
}
.home-stage__num {
  position: absolute;
  right: clamp(0.6rem, 3vw, 1.5rem);
  top: 50%;
  transform: translateY(-52%);
  font-family: var(--font-display);
  font-size: clamp(5.5rem, 14vw, 9rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.14);
  pointer-events: none;
  user-select: none;
  transition: opacity 0.35s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-stage__num.is-swap {
  opacity: 0;
  transform: translateY(-40%) scale(0.92);
}
.home-stage__progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.home-stage__progress span {
  display: block;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #0088d6, #3db8ff);
  transition: width 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-stage__slides {
  position: relative;
  min-height: 8.5rem;
  max-width: min(34rem, 100%);
  z-index: 1;
}
.home-stage__slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: center;
  gap: 0.55rem;
  opacity: 0;
  pointer-events: none;
  clip-path: inset(0 100% 0 0);
  transform: translateX(18px);
  filter: blur(4px);
  transition:
    opacity 0.45s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.45s ease,
    clip-path 0.65s cubic-bezier(0.77, 0, 0.18, 1);
}
.home-stage__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  clip-path: inset(0 0 0 0);
  transform: none;
  filter: none;
}
.home-stage__slide.is-leaving {
  opacity: 0;
  clip-path: inset(0 0 0 100%);
  transform: translateX(-24px);
  filter: blur(3px);
}
.home-stage__kicker {
  margin: 0;
  color: #6eb0ff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.home-stage__slide strong {
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.home-stage__slide > p:last-child {
  margin: 0;
  color: rgba(232, 238, 248, 0.72);
  font-size: 0.98rem;
  line-height: 1.55;
  max-width: 42ch;
}
.home-stage__ticks {
  position: absolute;
  left: clamp(1.4rem, 3vw, 2rem);
  bottom: 1.1rem;
  display: flex;
  gap: 0.4rem;
  z-index: 2;
}
.home-stage__tick {
  width: 1.65rem;
  height: 3px;
  border: 0;
  padding: 0;
  border-radius: 2px;
  background: rgba(255,255,255,.18);
  cursor: pointer;
  transition: background 0.25s ease, transform 0.25s ease, width 0.25s ease;
}
.home-stage__tick.is-active {
  width: 2.4rem;
  background: var(--blue);
  transform: scaleY(1.35);
}
@keyframes homeStagePulse {
  0%, 100% { opacity: 0.55; transform: translate(0, 0) scale(1); }
  50% { opacity: 1; transform: translate(-4%, 3%) scale(1.06); }
}
@media (prefers-reduced-motion: reduce) {
  .home-rail__track { animation: none; }
  .home-stage__slide,
  .home-stage__num,
  .home-stage__progress span { transition: none; }
  .home-stage__glow { animation: none; }
}

.studio-products--clean {
  gap: 1rem;
}
.studio-products--clean .studio-product {
  border: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.studio-products--clean .studio-media {
  border-radius: 4px;
  border: 1px solid var(--line);
  overflow: hidden;
}

.home-seo-block {
  padding: clamp(1.5rem, 3.5vw, 2.5rem) 0;
}
.home-seo-block__copy h2 {
  margin: 0.2rem 0 0.65rem;
  letter-spacing: -0.03em;
  font-size: clamp(1.35rem, 2.4vw, 1.75rem);
  color: #fff;
}
.home-seo-block__copy > p {
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
  max-width: 48ch;
  font-size: 0.95rem;
}
.home-seo-block__copy > p strong {
  color: #fff;
}
.home-seo-points {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.4rem;
}
.home-seo-points li {
  position: relative;
  padding-left: 1.1rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.9rem;
  font-weight: 600;
}
.home-seo-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 1px;
  background: #6eb0ff;
}
.home-seo-block__media {
  position: relative;
}
.home-seo-block__media .home-portal-panel__stage {
  border-radius: 14px;
}
@media (max-width: 860px) {
  .home-portal-panel--split { grid-template-columns: 1fr; }
  .home-portal-panel--split .home-seo-block__media { order: -1; max-width: 420px; }
}

.home-boost {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(22rem, 52vw, 32rem);
  display: grid;
  align-items: end;
  padding: clamp(2.75rem, 7vw, 5rem) 0 clamp(2.5rem, 6vw, 4.25rem);
  color: #fff;
  border-block: 1px solid rgba(0, 0, 0, 0.35);
}
.home-boost::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 0%, rgba(5, 6, 8, 0.55) 42%, rgba(5, 6, 8, 0.88) 100%);
}
.home-boost__split {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 0;
  pointer-events: none;
}
.home-boost__pane {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 1.1rem 1.25rem;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-boost.is-in .home-boost__pane {
  transform: none;
}
.home-boost__pane span {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.55s ease 0.35s, transform 0.55s ease 0.35s;
}
.home-boost.is-in .home-boost__pane span {
  opacity: 0.55;
  transform: none;
}
.home-boost__pane--black {
  background:
    radial-gradient(ellipse 80% 70% at 20% 30%, rgba(255,255,255,.07), transparent 55%),
    linear-gradient(165deg, #15181e 0%, #050607 72%);
  color: rgba(255,255,255,.9);
}
.home-boost__pane--white {
  background:
    radial-gradient(ellipse 70% 60% at 75% 25%, rgba(0,160,255,.1), transparent 50%),
    linear-gradient(200deg, #f4f6f9 0%, #d8dde6 78%);
  color: #0a0a0a;
}
.home-boost__pane--black::after,
.home-boost__pane--white::after {
  content: "";
  position: absolute;
  inset: 14% 16%;
  border: 1px dashed currentColor;
  opacity: 0.14;
  border-radius: 2px;
}
.home-boost__mark {
  position: absolute;
  left: 50%;
  top: 42%;
  transform: translate(-50%, -50%) scale(1.08);
  margin: 0;
  z-index: 1;
  font-size: clamp(5rem, 18vw, 14rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.85;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.18);
  mix-blend-mode: difference;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  transition: opacity 0.7s ease 0.1s, transform 1s cubic-bezier(0.22, 1, 0.36, 1) 0.05s;
}
.home-boost.is-in .home-boost__mark {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.home-boost__inner {
  position: relative;
  z-index: 2;
  max-width: 36rem;
  padding-top: clamp(6rem, 18vw, 11rem);
}
.home-boost__kicker {
  color: #6eb0ff;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease 0.15s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.15s;
}
.home-boost__inner h2 {
  margin: 0.2rem 0 0.85rem;
  font-size: clamp(2.4rem, 7vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-shadow: 0 10px 40px rgba(0,0,0,.35);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease 0.22s, transform 0.65s cubic-bezier(0.22, 1, 0.36, 1) 0.22s;
}
.home-boost__lead {
  margin: 0;
  max-width: 34ch;
  color: rgba(245, 248, 252, 0.82);
  font-size: clamp(1rem, 1.6vw, 1.12rem);
  line-height: 1.55;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease 0.32s, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1) 0.32s;
}
.home-boost__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.35rem;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.5s ease 0.42s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.42s;
}
.home-boost.is-in .home-boost__kicker,
.home-boost.is-in .home-boost__inner h2,
.home-boost.is-in .home-boost__lead,
.home-boost.is-in .home-boost__actions {
  opacity: 1;
  transform: none;
}
.home-boost__ghost {
  color: #fff;
  border-color: rgba(255,255,255,.4);
  background: rgba(0,0,0,.25);
  backdrop-filter: blur(6px);
}
.home-boost__ghost:hover {
  border-color: #fff;
  background: rgba(255,255,255,.1);
}
@media (max-width: 720px) {
  .home-boost {
    min-height: 26rem;
    align-items: end;
  }
  .home-boost__split {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .home-boost__pane {
    min-height: 0;
    padding: 0.85rem 1rem;
  }
  .home-boost__pane span { display: none; }
  .home-boost__inner {
    padding-top: 8rem;
    max-width: 100%;
  }
  .home-boost__mark {
    top: 28%;
    font-size: clamp(4.5rem, 28vw, 8rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-boost__pane,
  .home-boost__pane span,
  .home-boost__mark,
  .home-boost__kicker,
  .home-boost__inner h2,
  .home-boost__lead,
  .home-boost__actions {
    transition: none;
    opacity: 1;
    transform: none;
  }
  .home-boost__mark { transform: translate(-50%, -50%); }
}

.home-blog-grid {
  display: none;
}

.home-wissen-wrap {
  padding: clamp(1.5rem, 3.5vw, 2.5rem) 0;
}

.home-wissen__inner {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.1rem;
}
.home-wissen__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 0.5s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-portal-panel--stack.is-in .home-wissen__head,
[data-home-wissen].is-in .home-wissen__head {
  opacity: 1;
  transform: none;
}
.home-portal-panel .home-kicker,
.home-wissen-wrap .home-kicker {
  color: #6eb0ff;
  margin: 0 0 0.2rem;
}
.home-wissen__head h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2.2vw, 1.55rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #fff;
}
.home-wissen__all {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
  font-size: 0.88rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 160, 255, 0.7);
  padding-bottom: 1px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.home-wissen__all:hover {
  color: #6eb0ff;
  border-color: #6eb0ff;
}
.home-wissen__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.home-wissen__card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.45s ease,
    transform 0.5s cubic-bezier(0.22, 1, 0.36, 1),
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.home-portal-panel--stack.is-in .home-wissen__card:nth-child(1),
[data-home-wissen].is-in .home-wissen__card:nth-child(1) {
  opacity: 1;
  transform: none;
  transition-delay: 0.05s;
}
.home-portal-panel--stack.is-in .home-wissen__card:nth-child(2),
[data-home-wissen].is-in .home-wissen__card:nth-child(2) {
  opacity: 1;
  transform: none;
  transition-delay: 0.12s;
}
.home-portal-panel--stack.is-in .home-wissen__card:nth-child(3),
[data-home-wissen].is-in .home-wissen__card:nth-child(3) {
  opacity: 1;
  transform: none;
  transition-delay: 0.18s;
}
.home-portal-panel--stack.is-in .home-wissen__card:nth-child(4),
[data-home-wissen].is-in .home-wissen__card:nth-child(4) {
  opacity: 1;
  transform: none;
  transition-delay: 0.24s;
}
.home-wissen__card:hover {
  border-color: rgba(0, 160, 255, 0.4);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}
.home-wissen__media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #151920;
  aspect-ratio: 16 / 10;
}
.home-wissen__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(8, 10, 14, 0.35) 100%);
  pointer-events: none;
}
.home-wissen__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-wissen__card:hover .home-wissen__media img {
  transform: scale(1.06);
}
.home-wissen__body {
  display: grid;
  gap: 0.25rem;
  padding: 0.8rem 0.85rem 0.95rem;
}
.home-wissen__body em {
  font-style: normal;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #6eb0ff;
}
.home-wissen__body strong {
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.home-wissen__body span {
  color: rgba(232, 238, 248, 0.62);
  font-size: 0.82rem;
  line-height: 1.4;
}
@media (max-width: 900px) {
  .home-wissen__grid {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-wissen__head,
  .home-wissen__card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.home-seo-lite {
  padding: 1.5rem 0 0.5rem;
  max-width: var(--max);
}
.home-seo-lite h2 {
  margin: 0 0 0.55rem;
  font-size: 1.15rem;
  letter-spacing: -0.02em;
}
.home-seo-lite p {
  margin: 0;
  color: #3d4656;
  line-height: 1.65;
  max-width: 70ch;
}

.home-block { padding: 1.5rem 0 1.75rem; }
.home-block__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.95rem;
}
.home-block__head h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.35rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.home-block__more {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  white-space: nowrap;
}
.home-block__more:hover { text-decoration: underline; }

.page-home .studio-products--dense {
  gap: 0.85rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.page-home .studio-products--dense .studio-product { gap: 0.4rem; }
.page-home .studio-products--dense .studio-product strong {
  font-size: 0.9rem;
  line-height: 1.25;
  color: var(--ink);
}
.page-home .studio-products--dense .studio-product span {
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--ink);
}
.home-products--more {
  background: var(--soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.home-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
  background: #fff;
  border-top: 1px solid var(--line);
}
.home-split__media {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #111;
  aspect-ratio: 1 / 1;
}
.home-split__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-split__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.7rem;
  padding: clamp(1.25rem, 3.5vw, 2.25rem);
  background: #fff;
}
.home-split__copy h2 {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.home-split__copy > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 38ch;
}
.home-split__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 0.2rem;
}
.home-split .btn.ghost {
  color: var(--ink);
  border-color: var(--line);
  background: #fff;
}
.home-split .btn.ghost:hover {
  border-color: var(--ink);
  background: var(--soft);
}
.home-split--flip .home-split__copy { order: 2; background: var(--soft); }
.home-split--flip .home-split__media { order: 1; }

.home-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.4rem 1rem;
}
.home-points--stack {
  grid-template-columns: 1fr;
  gap: 0.3rem;
  margin: 0.1rem 0 0.25rem;
}
.home-points li {
  position: relative;
  padding-left: 0.9rem;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ink);
}
.home-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--blue);
}
.home-points strong { font-weight: 700; }

.home-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.home-tile {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
  transition: border-color 0.15s ease, transform 0.2s ease;
}
.home-tile:hover {
  border-color: rgba(0, 160, 255, 0.45);
  transform: translateY(-2px);
}
.home-tile__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--soft);
}
.home-tile__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.home-tile:hover .home-tile__media img { transform: scale(1.03); }
.home-tile__body {
  display: grid;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem 1rem;
}
.home-tile__body strong {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.home-tile__body span {
  font-size: 0.84rem;
  color: var(--muted);
}

.home-how { border-top: 1px solid var(--line); }
.home-how__steps {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: home-how;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
.home-how__steps li {
  counter-increment: home-how;
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  background: var(--soft);
}
.home-how__steps li::before {
  content: counter(home-how);
  width: 1.7rem;
  height: 1.7rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
}
.home-how__steps strong {
  font-family: var(--font-display);
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.home-how__steps span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.5;
}
.home-how__steps a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}
.home-how__steps a:hover { text-decoration: underline; }

.home-faq {
  background: #fff;
  border-top: 1px solid var(--line);
  padding-block: clamp(2.5rem, 5.5vw, 4rem);
}
.home-faq__layout {
  display: grid;
  grid-template-columns: minmax(12rem, 0.9fr) minmax(0, 1.4fr);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  align-items: start;
}
.home-faq__intro h2 {
  margin: 0.15rem 0 0.55rem;
  letter-spacing: -0.035em;
  font-size: clamp(1.45rem, 2.6vw, 1.95rem);
}
.home-faq__intro .home-lead {
  margin: 0;
  max-width: 28ch;
}
.home-faq__list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}
.home-faq details {
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.home-faq summary {
  cursor: pointer;
  font-weight: 650;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
  list-style: none;
  padding: 1.05rem 2rem 1.05rem 0;
  position: relative;
  line-height: 1.35;
}
.home-faq summary::-webkit-details-marker { display: none; }
.home-faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--muted);
  line-height: 1;
}
.home-faq details[open] summary::after {
  content: "–";
}
.home-faq details[open] summary {
  margin-bottom: 0;
  color: var(--ink);
}
.home-faq details p {
  margin: 0;
  padding: 0 2rem 1.15rem 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--muted);
  max-width: 54ch;
}
.home-faq details a {
  color: var(--blue);
  font-weight: 600;
  text-decoration: none;
}
.home-faq details a:hover { text-decoration: underline; }

.home-strip {
  border-top: 1px solid var(--line);
  background: #0c0e12;
  color: #fff;
  padding: 1rem 0;
}
.home-strip__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.home-strip__inner strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  letter-spacing: -0.02em;
  margin-bottom: 0.15rem;
}
.home-strip__inner span {
  color: rgba(255,255,255,.7);
  font-size: 0.9rem;
}
.home-strip .btn.dark {
  background: #fff;
  color: var(--ink);
  border-color: #fff;
}
.home-strip .btn.dark:hover {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}

@media (max-width: 1000px) {
  .page-home .studio-products:not(.studio-products--dense) { grid-template-columns: repeat(2, 1fr); }
  .home-how__steps { grid-template-columns: 1fr; }
  .home-faq__layout { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .home-frame,
  .site-frame {
    width: min(1440px, calc(100% - 0.5rem));
    margin: 0.5rem auto 1.25rem;
  }
  .home-split { grid-template-columns: 1fr; }
  .home-split--flip .home-split__copy,
  .home-split--flip .home-split__media { order: initial; }
  .home-split__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }
  .page-home .studio-products--dense { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-tiles { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .home-banner { min-height: 0; height: auto; }
  .home-block { padding: 1.2rem 0 1.35rem; }
  .home-points { grid-template-columns: 1fr; }
}

/* ============================================================
   UNIFIED SHOP SHELL – gleiche Banner + dichtere Produktgrids
   ============================================================ */
.page-home .home-banner {
  min-height: 280px;
  height: auto;
  align-items: center;
  box-sizing: border-box;
}
.page-framed .page-hero,
.page-framed .page-hero:has(img) {
  min-height: 280px;
  height: auto;
  align-items: center;
  box-sizing: border-box;
}
.page-home .home-banner__inner {
  display: grid;
  gap: 0.45rem;
  padding-block: 1.35rem 1.5rem;
  justify-content: start;
  max-width: min(52rem, 100%);
}
.page-framed .page-hero > div {
  gap: 0.45rem;
  padding-block: 1.35rem 1.5rem;
  justify-content: start;
}
/* Blog/Ratgeber-Artikel: kein Compact-Hero – gleicher Rhythmus wie Shop */
.page-blog .page-hero,
.page-blog.page-framed .page-hero,
.page-blog .page-hero:has(img),
.page-blog.page-framed .page-hero:has(img) {
  min-height: 280px !important;
  height: auto !important;
  align-items: center !important;
}
.page-blog .page-hero > div {
  gap: 0.35rem;
}
.page-blog .page-hero h1 {
  max-width: min(36ch, 100%);
}
.page-blog .shell-body--blog {
  background: #fff;
  padding: 0 0 2.75rem;
  border-top: 1px solid var(--line);
}
.page-blog .shell-body--blog > .wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(1rem, 2.8vw, 1.75rem);
  box-sizing: border-box;
}
.page-blog article.article {
  padding: 0;
  border-top: 0;
  background: transparent;
}
/* Ratgeber-Artikel im selben Board wie Blog */
.page-blog .article-keywords {
  display: none;
}
.page-blog .article-more {
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(10, 14, 22, 0.08);
}
.page-blog .article-more-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-blog .article-cta {
  margin: 1.5rem 0 0;
  border-radius: 12px;
}
.page-blog nav.article-shop-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0 0;
  width: 100%;
  max-width: none;
}
.page-blog nav.article-shop-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
  padding: 1.05rem 1.15rem;
  border-radius: 10px;
  border: 1px solid #1a1f28;
  background: #0c0e12;
  color: #fff !important;
  text-decoration: none !important;
  box-sizing: border-box;
}
.page-blog nav.article-shop-links a:hover {
  background: #161a22;
  color: #fff !important;
}
.page-blog nav.article-shop-links small {
  display: block;
  margin: 0 0 0.3rem;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.page-blog .article-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 1.75rem clamp(1.25rem, 3vw, 2.25rem) 0;
  box-sizing: border-box;
}
.page-blog .article-inner {
  width: 100% !important;
  max-width: none !important;
  margin: 0;
  padding-inline: 0 !important;
  box-sizing: border-box;
}
.page-blog .article-inner p,
.page-blog .article-inner li,
.page-blog .article-lead {
  max-width: none;
}
.page-blog .blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}
.page-blog .blog-rail {
  position: static;
  padding: 0;
  width: 100%;
}
.page-blog .blog-rail .article-toc {
  margin: 0;
  padding: 1rem 1.15rem 1.1rem;
  border-radius: 10px;
  background: #f4f6f8;
  border: 1px solid var(--line);
  max-height: none;
  overflow: visible;
}
.page-blog .blog-rail .article-toc h2 {
  margin: 0 0 0.75rem;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
}
.page-blog .blog-rail .article-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: blogtoc;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.15rem 1rem;
}
.page-blog .blog-rail .article-toc li {
  counter-increment: blogtoc;
  margin: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(10, 14, 22, 0.06);
}
.page-blog .blog-rail .article-toc a {
  display: grid;
  grid-template-columns: 1.4rem 1fr;
  gap: 0.35rem;
  padding: 0.85rem 0;
  min-height: 44px;
  align-items: center;
  font-size: 0.86rem;
  line-height: 1.35;
  font-weight: 600;
  color: #2a3340;
  text-decoration: none;
}
.page-blog .blog-rail .article-toc a::before {
  content: counter(blogtoc, decimal-leading-zero);
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--blue, #00a0ff);
  letter-spacing: 0.02em;
  padding-top: 0.1rem;
}
.page-blog .blog-rail .article-toc a:hover { color: var(--blue, #00a0ff); }
.page-blog .blog-rail .article-toc a:focus-visible {
  outline: 2px solid var(--blue, #00a0ff);
  outline-offset: 2px;
}
.page-blog .blog-main {
  min-width: 0;
  width: 100%;
  max-width: none;
  padding-top: 0;
}
.page-blog .article-lead {
  margin: 0 0 1.35rem;
  font-size: clamp(1.05rem, 1.5vw, 1.2rem);
  line-height: 1.55;
  color: #1c2430;
  max-width: none;
  font-weight: 500;
}
.page-blog .blog-takeaways {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 1.75rem;
  padding: 0;
  list-style: none;
}
.page-blog .blog-takeaways li {
  margin: 0;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue, #00a0ff);
  background: #fafbfc;
  border-radius: 0 8px 8px 0;
}
.page-blog .blog-takeaways strong {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0c0e12;
}
.page-blog .blog-takeaways span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4a5564;
}
.page-blog .blog-main > section {
  margin: 0 0 2rem;
  padding: 0 0 2rem;
  border-bottom: 1px solid rgba(10, 14, 22, 0.08);
}
.page-blog .blog-main > section:last-of-type,
.page-blog .blog-main > .article-faq {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-blog .blog-main h2 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #0c0e12;
  scroll-margin-top: 100px;
}
.page-blog .blog-main h3 {
  margin: 1.1rem 0 0.45rem;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}
.page-blog .blog-main p,
.page-blog .blog-main li {
  font-size: 1rem;
  line-height: 1.7;
  color: #2f3948;
}
.page-blog .blog-main p { margin: 0 0 0.9rem; max-width: none; }
.page-blog .blog-main p.article-shop-links {
  display: grid;
  max-width: none;
  width: 100%;
}
.page-blog .blog-main ul,
.page-blog .blog-main ol { margin: 0 0 1rem; padding-left: 1.2rem; }
.page-blog .blog-main ul.blog-decision,
.page-blog .blog-main ul.blog-related,
.page-blog .blog-main ul.blog-takeaways,
.page-blog .blog-main ol.blog-steps {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.page-blog .blog-main li { margin-bottom: 0.4rem; }
.page-blog .blog-main ul.blog-decision > li,
.page-blog .blog-main ul.blog-related > li,
.page-blog .blog-main ul.blog-takeaways > li,
.page-blog .blog-main ol.blog-steps > li {
  margin-bottom: 0;
}
.page-blog .blog-main a {
  color: var(--blue, #00a0ff);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 600;
}
.page-blog .blog-split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 1.25rem;
  align-items: center;
  margin: 1.1rem 0 0;
}
.page-blog .blog-split--flip {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}
.page-blog .blog-split--flip .article-figure { order: 2; }
.page-blog .blog-compare {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1.1rem 0;
}
.page-blog .blog-compare--4 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-blog .blog-compare > div {
  padding: 1.1rem 1.15rem;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
}
.page-blog .blog-compare h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.page-blog .blog-compare p { margin: 0; max-width: none; }
.page-blog .blog-steps {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
  margin: 1.1rem 0;
  padding: 0;
  list-style: none;
  counter-reset: blogstep;
}
.page-blog .blog-steps li {
  counter-increment: blogstep;
  margin: 0;
  padding: 0.9rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fafbfc;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #2f3948;
}
.page-blog .blog-steps li::before {
  content: counter(blogstep, decimal-leading-zero);
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--blue, #00a0ff);
}
.page-blog .blog-steps strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #0c0e12;
  font-size: 0.92rem;
}
.page-blog .blog-figure--full {
  width: 100%;
  max-width: 100%;
  margin: 1.1rem 0 0;
}
.page-blog .article-figure {
  margin: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #111318;
}
.page-blog .article-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: min(360px, 42vh);
  object-fit: cover;
  object-position: center;
}
.page-blog .article-figure figcaption {
  padding: 0.7rem 0.95rem;
  font-size: 0.82rem;
  line-height: 1.4;
  color: #5a6575;
  background: #f7f8fa;
  border-top: 1px solid var(--line);
}
.page-blog .article-example {
  margin: 1rem 0 0;
  padding: 1.05rem 1.15rem;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #f8f9fb 0%, #fff 100%);
}
.page-blog .article-example h3 {
  margin: 0 0 0.4rem;
  font-size: 0.95rem;
}
.page-blog .article-example p { margin: 0; max-width: none; color: #3d4656; }
.page-blog .blog-decision {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1rem 0 1.35rem;
  padding: 0;
  list-style: none;
}
.page-blog .blog-decision li {
  margin: 0;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  min-height: 100%;
  box-sizing: border-box;
}
.page-blog .blog-decision strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  color: #0c0e12;
}
.page-blog .blog-decision span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #4a5564;
}
.page-blog .article-faq {
  margin-top: 0.5rem;
  padding-top: 0;
  border-top: 0;
}
.page-blog .faq-item {
  border-radius: 10px;
  background: #fff;
}
.page-blog .faq-item summary {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.1rem;
  font-size: 0.98rem;
  line-height: 1.4;
}
.page-blog .faq-item summary::after {
  float: none;
  flex: 0 0 auto;
  line-height: 1;
  margin-top: 0.05rem;
}
.page-blog .faq-item p {
  padding: 0 1.1rem 1.05rem;
  max-width: none;
}
.page-blog .article-shop-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0 0;
}
.page-blog .article-shop-links a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 88px;
  padding: 1.05rem 1.15rem;
  border-radius: 10px;
  border: 1px solid #1a1f28;
  background: #0c0e12;
  color: #fff !important;
  text-decoration: none !important;
  box-sizing: border-box;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.page-blog .article-shop-links a:hover,
.page-blog .article-shop-links a:hover strong,
.page-blog .article-shop-links a:hover small {
  background: #161a22;
  color: #fff !important;
  border-color: #2a3340;
  transform: translateY(-2px);
}
.page-blog .article-shop-links small {
  display: block;
  order: 0;
  margin: 0 0 0.3rem;
  color: rgba(255, 255, 255, 0.55) !important;
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
}
.page-blog .article-shop-links strong {
  order: 1;
  font-size: 1rem;
  font-weight: 700;
  color: #fff !important;
  line-height: 1.3;
}
.page-blog .article-shop-links--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.page-blog .blog-keyfact {
  margin: 0 0 1.35rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid var(--line);
  border-left: 3px solid var(--blue, #00a0ff);
  background: #f7f9fb;
  border-radius: 0 10px 10px 0;
}
.page-blog .blog-keyfact p {
  margin: 0;
  max-width: none;
  font-size: 1rem;
  line-height: 1.6;
  color: #1c2430;
}
.page-blog .blog-quote {
  margin: 1.1rem 0;
  padding: 0.95rem 1.15rem;
  border-left: 3px solid var(--blue, #00a0ff);
  background: #f7f9fb;
  font-size: 1.02rem;
  line-height: 1.55;
  color: #121820;
  font-weight: 600;
}
.page-blog .blog-table-wrap {
  margin: 1.15rem 0 1.35rem;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.page-blog .blog-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  font-size: 0.92rem;
}
.page-blog .blog-table th,
.page-blog .blog-table td {
  padding: 0.75rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid rgba(10, 14, 22, 0.08);
  vertical-align: top;
  line-height: 1.45;
}
.page-blog .blog-table th {
  background: #0c0e12;
  color: #fff;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}
.page-blog .blog-table tr:last-child td { border-bottom: 0; }
.page-blog .blog-table tbody tr:nth-child(even) td { background: #fafbfc; }
.page-blog .blog-table td:first-child { font-weight: 600; color: #121820; width: 32%; }
.page-blog .blog-stack {
  display: grid;
  gap: 0.2rem;
  margin: 1.1rem 0 1.35rem;
  max-width: min(560px, 100%);
}
.page-blog .blog-stack > span {
  display: block;
  padding: 0.85rem 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.92rem;
  text-align: center;
  background: #fff;
  color: #0c0e12;
}
.page-blog .blog-stack > span:nth-of-type(1) { background: #eef3f8; }
.page-blog .blog-stack > span:nth-of-type(2) { background: #111318; color: #fff; border-color: #111318; }
.page-blog .blog-stack > span:nth-of-type(3) { background: #f4f6f8; }
.page-blog .blog-stack-arrow {
  text-align: center;
  color: #8a97ab;
  font-size: 0.85rem;
  margin: 0;
  line-height: 1.2;
}
.page-blog .blog-cols-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
  margin: 1rem 0;
}
.page-blog .blog-cols-2 > div {
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.page-blog .blog-cols-2 h3 { margin-top: 0; }
.page-blog .blog-main > h2 {
  margin: 2.25rem 0 0.9rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(10, 14, 22, 0.08);
}
.page-blog .blog-related {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0 0 0.5rem;
  padding: 0;
  list-style: none;
}
.page-blog .blog-related li {
  margin: 0;
  padding: 1.05rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
.page-blog .blog-related strong {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7585;
  font-weight: 700;
}
.page-blog .blog-related a {
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.35;
}
.page-blog .blog-related a:hover {
  text-decoration: underline;
}
.page-blog .blog-summary {
  margin: 2rem 0 0;
  padding: 1.35rem 1.35rem 1.25rem;
  border: 1px solid #1a1f28;
  border-radius: 12px;
  background: linear-gradient(180deg, #141820 0%, #0c0e12 100%);
  color: #fff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.page-blog .blog-summary h2,
.page-blog .blog-summary h3 {
  color: #fff;
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
}
.page-blog .blog-summary p,
.page-blog .blog-summary li {
  color: rgba(255, 255, 255, 0.82);
}
.page-blog .blog-summary p {
  max-width: none;
  margin-bottom: 0.7rem;
}
.page-blog .blog-summary p:last-child { margin-bottom: 0; }
.page-blog .blog-summary strong { color: #fff; }
.page-blog .blog-main h2 + h3 { margin-top: 0.85rem; }
.page-blog .blog-main .step-block {
  margin: 0 0 1.15rem;
  padding: 0 0 1.15rem;
  border-bottom: 1px dashed rgba(10, 14, 22, 0.1);
}
.page-blog .blog-main .step-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.page-blog .blog-main .step-block h3 {
  margin-top: 0;
}
@media (max-width: 980px) {
  .page-blog .blog-rail .article-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-blog .blog-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-blog .blog-takeaways,
  .page-blog .blog-decision,
  .page-blog .blog-compare,
  .page-blog .blog-cols-2,
  .page-blog .blog-related,
  .page-blog .article-shop-links--3,
  .page-blog .blog-split,
  .page-blog .blog-split--flip {
    grid-template-columns: 1fr;
  }
  .page-blog .blog-split--flip .article-figure { order: 0; }
}
@media (max-width: 640px) {
  .page-blog .blog-rail .article-toc ol {
    grid-template-columns: 1fr;
  }
  .page-blog .blog-steps,
  .page-blog .article-shop-links,
  .page-blog .article-shop-links--3,
  .page-blog nav.article-shop-links,
  .page-blog .blog-cols-2,
  .page-blog .blog-related,
  .page-blog .article-more-grid {
    grid-template-columns: 1fr;
  }
}
.page-home .home-banner h1 {
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  max-width: 18ch;
  line-height: 1.15;
}
.page-framed .page-hero h1 {
  font-size: var(--fs-hero, clamp(1.4rem, 2.8vw, 2rem));
  max-width: min(18ch, 100%);
  line-height: var(--lh-hero, 1.15);
  letter-spacing: -0.035em;
}
.page-framed .page-hero .page-hero-desc,
.page-framed .page-hero p:not(.kicker):not(.breadcrumb),
.page-home .home-banner__lead {
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 48ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-framed .page-hero .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.15rem;
}
.page-framed .page-hero .cta-row .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 1.05rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  border-radius: 4px;
  box-shadow: none;
}

/* Dichtes Shop-Grid: 4 Karten, 1:1, kurze Texte */
.page-framed .shop-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}
.page-framed .shop-card {
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: none;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.page-framed .shop-card-media {
  display: block;
  background: #f3f5f8;
  aspect-ratio: 1 / 1;
}
.page-framed .shop-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  display: block;
  padding: 10%;
  box-sizing: border-box;
  background: #f3f5f8;
}
.page-framed .shop-card-media--clean {
  background: #eef1f6;
}
.page-framed .shop-card-media--clean img {
  padding: 8%;
  object-fit: contain;
  background: #f3f5f8;
}
.page-framed .shop-card-body {
  padding: 0.6rem 0.7rem 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
}
.page-framed .shop-card-cat {
  margin: 0;
  font-size: 0.65rem;
  letter-spacing: 0.08em;
}
.page-framed .shop-card h3 {
  margin: 0;
  font-size: 0.9rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.page-framed .shop-card-body > p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
  color: var(--muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page-framed .shop-card-footer {
  margin-top: auto;
  padding-top: 0.55rem;
  display: grid;
  gap: 0.5rem;
}
.page-framed .shop-card-footer strong {
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.page-framed .shop-card-footer .btn,
.page-framed .shop-card-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.55rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
  border-radius: 999px;
  background: #0c0e12;
  color: #fff;
  border: 0;
}

.page-home .studio-products--dense {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.page-framed .shop-layout {
  padding: 1.1rem 0 1.5rem;
}
.page-framed .shop-toolbar {
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}
.page-framed .category-products {
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;
}
.page-framed .content {
  padding-top: 1.15rem;
  padding-bottom: 1.25rem;
}

@media (max-width: 1100px) {
  .page-framed .shop-grid,
  .page-home .studio-products--dense {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .page-framed .shop-grid,
  .page-home .studio-products--dense {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
  .page-home .home-banner {
    height: auto;
    min-height: 0;
  }
  .page-framed .page-hero,
  .page-framed .page-hero:has(img) {
    height: auto;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  .page-framed .shop-card-body > p { display: -webkit-box; }
}

/* Legacy studio hero (andere Seiten) */
.studio-hero {
  position: relative;
  min-height: min(38vh, 340px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--graphite);
}
.studio-hero--shop {
  min-height: min(34vh, 300px);
}
.studio-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.studio-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.studio-hero__shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(100deg, rgba(5, 7, 10, 0.96) 0%, rgba(5, 7, 10, 0.9) 32%, rgba(5, 7, 10, 0.55) 58%, rgba(5, 7, 10, 0.25) 100%),
    linear-gradient(0deg, rgba(5, 7, 10, 0.55) 0%, transparent 42%);
}
.studio-hero__content {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  width: min(var(--max), 100%);
  margin: 0 auto;
  padding: clamp(72px, 8vw, 96px) var(--pad) clamp(36px, 5vw, 56px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(0.85rem, 1.6vw, 1.25rem);
}
.studio-hero__brand {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 2.4vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0;
  color: #ffffff !important;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.45);
}
.studio-hero__brand span {
  color: var(--blue2) !important;
}
.studio-hero h1,
.studio-hero--shop h1 {
  margin: 0;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  font-size: clamp(1.75rem, 3.2vw, 2.45rem);
  line-height: 1.22;
  max-width: 26rem;
  text-wrap: balance;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.55);
}
.studio-hero__lead,
.studio-hero--shop .studio-hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.95) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.95) !important;
  font-size: var(--fs-body-lg);
  line-height: 1.65;
  max-width: 34rem;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.studio-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 0.35rem;
}

.studio-section {
  padding: var(--section-pad-y) 0;
}
.studio-section--soft {
  background: var(--soft);
}
.studio-section--dark {
  background: var(--graphite);
  color: #f5f6f8;
}
.studio-section--dark .page-head-lead,
.studio-section--dark p {
  color: rgba(245, 246, 248, 0.72);
}
.studio-section .page-head,
.page-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.15rem;
  max-width: min(42rem, 100%);
  margin-bottom: clamp(2.75rem, 5vw, 4rem);
}
.studio-section .page-head h2,
.page-head h2 {
  margin: 0;
  max-width: none;
  line-height: 1.28;
}
.studio-section .page-head-lead,
.page-head-lead {
  margin: 0;
  max-width: min(46rem, 100%);
  line-height: 1.75;
  color: var(--muted);
}
/* page-hero-desc belongs on dark heroes – never use muted/ink there */
.page-hero .page-hero-desc {
  color: rgba(255, 255, 255, 0.88) !important;
}
.studio-section .kicker,
.page-head .kicker {
  color: var(--blue);
  margin: 0;
}
.studio-section--dark .kicker {
  color: var(--blue2);
}

/* Materials strip */
.studio-materials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
  max-width: 720px;
}
@media (max-width: 560px) {
  .studio-materials { grid-template-columns: 1fr 1fr; gap: 0.85rem; }
}
.studio-material {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.studio-media {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden;
  border-radius: var(--r-lg);
  background: var(--soft2);
  position: relative;
}
.studio-media img,
.studio-material img,
.studio-product img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  aspect-ratio: auto !important;
  object-fit: contain !important;
  border-radius: 0;
  display: block;
  background: var(--soft2);
}
.studio-material > img,
.studio-product > img {
  position: relative;
  inset: auto;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
  border-radius: var(--r-lg);
}
.studio-material strong {
  font-family: var(--font-display);
  font-size: 0.95rem;
  letter-spacing: -0.02em;
}
.studio-material span {
  color: var(--muted);
  font-size: var(--fs-small);
}

/* Applications – equal square tiles */
.studio-apps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
@media (max-width: 900px) {
  .studio-apps { grid-template-columns: 1fr; }
}
.studio-app {
  position: relative;
  display: block;
  aspect-ratio: 1 / 1;
  min-height: 0;
  border-radius: var(--r-lg);
  overflow: hidden;
  color: #fff;
  isolation: isolate;
}
.studio-app--tall { aspect-ratio: 1 / 1; min-height: 0; grid-row: auto; }
.studio-app img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.studio-app:hover img { transform: scale(1.04); }
.studio-app__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 10, 14, 0.75) 0%, rgba(8, 10, 14, 0.1) 55%);
  z-index: 1;
}
.studio-app__copy {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 1.5rem;
}
.studio-app__copy span {
  display: block;
  font-size: var(--fs-kicker);
  letter-spacing: var(--ls-kicker);
  text-transform: uppercase;
  opacity: 0.75;
  margin-bottom: 0.35rem;
}
.studio-app__copy h3 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

/* CTA band */
.studio-cta {
  display: grid;
  grid-template-columns: minmax(0, 380px) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
}
@media (max-width: 800px) {
  .studio-cta { grid-template-columns: 1fr; }
  .studio-cta__visual { max-width: none; }
}
.studio-cta__visual {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: transparent;
  max-width: 380px;
}
.studio-cta__visual .studio-media {
  border: 1px solid var(--line);
  background: #fff;
}
.product-configurator-note {
  grid-column: 1 / -1;
  margin: 0 0 0.35rem;
  color: #4a5568;
  line-height: 1.55;
  font-size: 0.95rem;
}
.product-buy textarea {
  width: 100%;
  min-height: 6.5rem;
  resize: vertical;
  border: 1px solid var(--line);
  border-radius: var(--r-md, 10px);
  padding: 0.75rem 0.9rem;
  font: inherit;
  color: #0a0a0a;
  background: #fff;
}
.studio-cta__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.studio-cta h2 {
  margin: 0 0 1.15rem;
  line-height: 1.28;
  max-width: min(18ch, 100%);
}
.studio-cta p {
  margin: 0 0 1.85rem;
  color: var(--muted);
  max-width: min(40rem, 100%);
  line-height: 1.75;
}
.studio-cta__actions { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Product highlight row */
.studio-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.75rem;
}
@media (max-width: 1000px) {
  .studio-products:not(.studio-products--dense) { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .studio-products:not(.studio-products--dense) { grid-template-columns: 1fr; }
}
.studio-product {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
  min-width: 0;
}
.studio-product .studio-media {
  background: #fff;
  border: 1px solid var(--line);
}
.studio-product strong {
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  overflow-wrap: break-word;
}
.studio-product span { color: var(--muted); font-size: var(--fs-small); }

/* ============================================================
   Page hero / Shop / PDP – light airy
   ============================================================ */
.page-hero {
  position: relative;
  min-height: 280px;
  height: auto;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: var(--graphite);
  padding: 0;
  box-sizing: border-box;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    105deg,
    rgba(5, 7, 10, 0.9) 0%,
    rgba(5, 7, 10, 0.72) 48%,
    rgba(5, 7, 10, 0.4) 100%
  );
}
.page-hero > img,
.page-hero > picture,
.page-hero > .page-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  pointer-events: none;
}
.page-hero > img,
.page-hero > picture img,
.page-hero > .page-hero__media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 40%;
  opacity: 0.55;
}
.page-hero > div {
  position: relative;
  z-index: 2;
  width: min(var(--max), 100%);
  margin-inline: auto;
  padding: var(--page-hero-pad-top) var(--pad) var(--page-hero-pad-bottom);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  max-width: none;
}
.page-hero .breadcrumb {
  margin: 0;
  order: -1;
}
.page-hero .kicker {
  color: var(--blue);
  margin: 0;
}
.page-hero h1 {
  margin: 0;
  color: #fff;
  font-size: var(--fs-hero, clamp(1.4rem, 2.8vw, 2rem));
  line-height: var(--lh-hero, 1.15);
  letter-spacing: -0.035em;
  max-width: min(18ch, 100%);
  text-wrap: balance;
}
.page-hero p,
.page-hero .breadcrumb,
.page-hero .breadcrumb a {
  color: rgba(255, 255, 255, 0.78);
}
.page-hero .page-hero-desc,
.page-hero p:not(.kicker):not(.breadcrumb) {
  margin: 0;
  max-width: min(46rem, 100%);
  line-height: 1.75;
  font-size: var(--fs-body-lg);
  color: rgba(255, 255, 255, 0.8);
}

.shop-layout {
  background: var(--bg);
  padding: clamp(2.5rem, 5vw, 4rem) 0 var(--section-pad-y);
  color: var(--ink);
}
.shop-toolbar {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: 2rem;
  padding: 1.15rem;
  background: var(--bg-elevated);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
}
@media (max-width: 900px) {
  .shop-toolbar { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .shop-toolbar { grid-template-columns: 1fr; }
}
.shop-toolbar input,
.shop-toolbar select {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--r);
  padding: 0.75rem 0.9rem;
  color: var(--ink);
}
.shop-resultline {
  color: var(--muted);
  margin: 0 0 1.25rem;
}
.shop-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem 1.75rem;
}
@media (max-width: 900px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .shop-grid { grid-template-columns: 1fr; }
}
.shop-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}
.shop-card img {
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  width: 100%;
  padding: 10%;
  box-sizing: border-box;
  background: #f3f5f8;
}
.shop-card-media--clean img {
  padding: 8%;
  object-fit: contain;
  background: #f3f5f8;
}
.shop-card-body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem 1rem 1rem;
}
.shop-card-cat {
  margin: 0;
  font-size: var(--fs-kicker);
  letter-spacing: var(--ls-kicker);
  text-transform: uppercase;
  color: var(--muted);
}
.shop-card h3 {
  margin: 0;
  font-size: 1.05rem;
  overflow-wrap: break-word;
}
.shop-card h3 a { color: var(--ink); }
.shop-card p {
  margin: 0;
  color: var(--muted);
  font-size: var(--fs-small);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-card-footer {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.5rem;
  padding: 0;
}
.shop-card-footer strong {
  font-family: var(--font-display);
  font-size: 1.05rem;
}
.shop-card .btn.shop-card-cta,
.shop-card-cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.55rem 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  background: #0c0e12;
  color: #fff;
  border: 0;
  border-radius: 999px;
}

.product-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  overflow: visible;
}
.product-card img,
.product-card .product-card-media img {
  border-radius: var(--r-lg);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  width: 100%;
  background: #fff;
}
.product-card h3 {
  margin: 0.85rem 0 0.35rem;
  font-size: 1.05rem;
}
.product-card p { color: var(--muted); font-size: var(--fs-small); }
.product-card .price,
.product-card [data-price] {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--ink);
}

.product-layout,
.product-page {
  background: var(--bg);
  color: var(--ink);
}
.product-main {
  gap: clamp(2rem, 4vw, 3rem);
}
.product-gallery img {
  border-radius: var(--r-lg);
  background: #fff;
}
.product-panel .product-price {
  font-family: var(--font-display);
  font-size: 1.75rem;
}

/* Content / legal pages */
.content {
  background: var(--bg-elevated);
  color: var(--ink);
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
}
.content a { color: var(--blue); }

/* Footer stays dark */
.footer {
  background: var(--graphite);
  color: rgba(255, 255, 255, 0.78);
  margin-top: 0;
}
.footer a { color: rgba(255, 255, 255, 0.88); }
.footer h3 { color: #fff; }

/* Kill cramped hero extras on legacy hero if still present */
.hero .hero-trust,
.hero .hero-card,
.hero .hero-deco,
.hero .hero-glow {
  display: none !important;
}

/* Checkout light surface */
.checkout-layout,
.cart-layout {
  background: var(--bg);
  color: var(--ink);
}
.checkout-panel,
.checkout-review-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: none;
}
.checkout-btn--primary {
  background: var(--ink);
  color: #fff;
}

.product-layout {
  background: var(--bg);
  color: var(--ink);
  padding: clamp(1.25rem, 3vw, 2rem) var(--pad) clamp(2rem, 4vw, 3rem);
  overflow-x: clip;
}
.product-page > .breadcrumb { margin-bottom: 0.75rem; }
.product-bullets { margin: 0.5rem 0 0.75rem; }
.product-panel p { margin: 0 0 0.5rem; font-size: 0.95rem; }
.product-page {
  width: min(var(--max), 100%);
  margin-inline: auto;
}
.product-main {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: clamp(1.25rem, 3vw, 2rem) clamp(1.5rem, 3.5vw, 2.5rem);
  align-items: start;
}
.product-main > * {
  min-width: 0;
  max-width: 100%;
}
.product-panel__shop {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  min-width: 0;
}
@media (min-width: 901px) {
  /* Kaufzone: Bild | Titel+Buybox. Infos und ähnliche Motive darunter volle Breite. */
  .product-media {
    display: flex;
    flex-direction: column;
    grid-column: 1;
    grid-row: 1;
    align-self: stretch;
    gap: 0.7rem;
  }
  .product-panel {
    display: contents;
  }
  .product-gallery {
    position: sticky;
    top: 5.5rem;
    align-self: start;
    z-index: 1;
  }
  .product-panel__shop {
    grid-column: 2;
    grid-row: 1;
  }
  .product-panel__intro,
  .product-buybox {
    grid-column: auto;
    grid-row: auto;
    margin-top: 0;
  }
  .product-panel__details:not(.product-seo-guide) {
    grid-column: 1 / -1;
    grid-row: 3;
    margin-top: 0.35rem;
    padding: 1.35rem 1.45rem 1.2rem;
    border: 1px solid var(--line);
    border-radius: var(--r-lg);
    background: #fff;
  }
  .product-seo-guide {
    grid-column: 1 / -1;
    grid-row: 4;
    margin-top: 0;
  }
  .product-related-block {
    grid-column: 1 / -1;
    grid-row: 2;
    padding-top: 1.15rem;
    border-top: 1px solid var(--line);
  }
  .product-related-nav {
    display: none;
  }
  .product-page .product-related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
  }
  .product-page .related-item {
    flex: none;
    width: auto;
    min-width: 0;
  }
}
@media (max-width: 900px) {
  .product-main { grid-template-columns: 1fr; }
}
.product-gallery {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.65rem;
  width: 100%;
  max-width: 100%;
}
.product-media {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
}
.product-media-facts {
  padding: 0.85rem 0 0.15rem;
  border-top: 1px solid var(--line);
}
.product-media-facts__label {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8699;
  font-weight: 600;
}
.product-media-facts ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 0.85rem;
}
.product-media-facts li {
  display: grid;
  gap: 0.1rem;
  min-width: 0;
}
.product-media-facts strong {
  font-size: 0.88rem;
  color: var(--ink);
  font-weight: 650;
}
.product-media-facts span {
  font-size: 0.82rem;
  color: #667284;
  line-height: 1.35;
}
.product-related-block {
  margin: 0;
  padding-top: 0.35rem;
  border-top: 1px solid var(--line);
}
.product-related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 0 0 0.7rem;
}
.product-related-head h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.product-related-nav {
  display: inline-flex;
  gap: 0.35rem;
}
.product-related-btn {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-related-btn:hover {
  border-color: #b8c3d4;
  background: #f7f9fc;
}
.product-page .product-related,
.product-related {
  margin: 0;
  display: flex;
  gap: 0.7rem;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding: 0.1rem 0.15rem 0.45rem;
  scrollbar-width: thin;
}
.product-page .related-item,
.related-item {
  flex: 0 0 clamp(132px, 38%, 168px);
  scroll-snap-align: start;
  text-decoration: none;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.55rem;
  background: #fff;
  display: grid;
  gap: 0.4rem;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.product-page .related-item:hover,
.related-item:hover {
  border-color: #b7c4d8;
  transform: translateY(-1px);
}
@media (min-width: 901px) {
  .product-page .product-related {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    scroll-snap-type: none;
    gap: 0.85rem;
    padding: 0;
  }
  .product-page .related-item {
    flex: none;
    width: auto;
    min-width: 0;
  }
}
.product-gallery-main-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #e8ebf0;
  cursor: zoom-in;
  overflow: hidden;
}
.product-gallery-main-wrap::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a0a0a' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='M20 20l-3.5-3.5'/%3E%3Cpath d='M11 8v6M8 11h6'/%3E%3C/svg%3E") center / 18px no-repeat;
  box-shadow: 0 2px 8px rgba(10, 10, 10, 0.16);
  pointer-events: none;
  z-index: 2;
}
.product-gallery-main-wrap.is-lensing::after {
  opacity: 0;
}
.product-zoom-lens {
  position: absolute;
  width: 158px;
  height: 158px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 10px 28px rgba(10, 10, 10, 0.28), inset 0 0 0 1px rgba(10, 10, 10, 0.12);
  pointer-events: none;
  opacity: 0;
  z-index: 3;
  background-repeat: no-repeat;
  background-color: #f3f5f8;
}
.product-zoom-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(8, 10, 14, 0.9);
  cursor: zoom-out;
}
.product-zoom-overlay[hidden] {
  display: none !important;
}
.product-zoom-overlay-img {
  max-width: min(92vw, 1100px);
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  cursor: zoom-in;
  border-radius: 8px;
  background: #f3f5f8;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
  transition: transform 0.08s linear;
}
.product-zoom-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #0a0a0a;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
}
body.is-product-zoom {
  overflow: hidden;
}
@media (hover: none) {
  .product-zoom-lens {
    display: none !important;
  }
  .product-zoom-overlay-img {
    cursor: zoom-out;
    transform: none !important;
  }
}
.product-gallery-main {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  display: block;
  background: #f3f5f8;
}
.product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.5rem;
}
.product-gallery-thumb {
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #e8ebf0;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity .15s ease, border-color .15s ease;
}
.product-gallery-thumb.is-active,
.product-gallery-thumb:hover {
  opacity: 1;
  border-color: var(--blue, #126bff);
}
.product-gallery-thumb img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  border: 0;
  border-radius: 0;
}
.product-gallery img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--r-lg);
  background: #e8ebf0;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--line);
}
.product-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}
.product-panel__details:not(.product-seo-guide) {
  margin-top: 0.35rem;
  padding: 1.15rem 1.2rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
}
.product-panel .kicker { color: var(--blue); }
.product-panel h1 {
  color: var(--ink);
  font-size: clamp(1.45rem, 2.4vw, 1.9rem);
  line-height: 1.2;
}
.product-panel .product-price {
  font-size: 1.45rem;
  margin: 0.35rem 0 0.75rem;
}
.product-rating-summary {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.25rem 0 0.35rem;
}
.product-rating-summary-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: inherit;
}
.product-rating-summary-link:hover .product-rating-text {
  color: var(--text, #0b1220);
}
.product-rating-summary--empty .product-rating-text {
  color: #5b677a;
  font-size: 0.88rem;
}
.product-stars {
  display: inline-flex;
  gap: 0.05rem;
  color: #d5dbe5;
  letter-spacing: 0.02em;
  font-size: 1rem;
  line-height: 1;
}
.product-stars .star.is-on { color: #00a0ff; }
.product-rating-text {
  font-size: 0.88rem;
  color: #5b677a;
}
.product-reviews {
  margin-top: 1.35rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}
.product-reviews-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.55rem;
}
.product-reviews-head h2 {
  margin: 0;
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.product-reviews-jump {
  font-size: 0.86rem;
  font-weight: 600;
  color: #00a0ff;
  text-decoration: none;
  white-space: nowrap;
}
.product-reviews-jump:hover { text-decoration: underline; }
.product-reviews-lead {
  margin: 0 0 0.85rem;
  font-size: 0.9rem;
  color: #5b677a;
}
.product-reviews-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.product-reviews-empty {
  margin: 0;
  font-size: 0.92rem;
  color: #5b677a;
}
.product-reviews-empty a {
  color: #00a0ff;
  font-weight: 600;
}
.product-seo-guide {
  margin: 1rem 0 1.15rem;
  padding: 0.95rem 1rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(0, 160, 255, 0.04);
}
.product-seo-guide h2 {
  margin: 0 0 0.55rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.product-seo-guide p {
  margin: 0 0 0.55rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #3d4a5c;
}
.product-seo-guide p:last-of-type { margin-bottom: 0.75rem; }
.product-seo-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.75rem;
}
.product-seo-guide-links a {
  font-size: 0.84rem;
  font-weight: 600;
  color: #00a0ff;
  text-decoration: none;
}
.product-seo-guide-links a:hover { text-decoration: underline; }
.product-review-card {
  padding: 0.85rem 0.95rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}
.product-review-card-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem 0.75rem;
  margin-bottom: 0.35rem;
}
.product-review-card-top time {
  margin-left: auto;
  font-size: 0.78rem;
  color: #8a97ab;
}
.product-review-card h3 {
  margin: 0 0 0.25rem;
  font-size: 0.95rem;
}
.product-review-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #3d4a5c;
}
.product-review-write {
  margin-top: 0.35rem;
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #f7f9fc;
}
.product-review-write > summary {
  cursor: pointer;
  font-weight: 650;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-review-write > summary::-webkit-details-marker { display: none; }
.product-review-write > summary::after {
  content: '+';
  font-weight: 700;
  color: #8a97ab;
}
.product-review-write[open] > summary::after { content: '–'; }
.product-review-write[open] > summary {
  margin-bottom: 0.65rem;
}
.product-review-write > h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}
.product-review-form {
  display: grid;
  gap: 0.7rem;
}
.product-review-form h3 {
  margin: 0;
}
.product-review-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.7rem;
}
@media (max-width: 640px) {
  .product-review-form-row { grid-template-columns: 1fr; }
}
.product-review-form label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #3d4a5c;
}
.product-review-form .muted { font-weight: 500; color: #8a97ab; }
.product-review-form input,
.product-review-form select,
.product-review-form textarea {
  font: inherit;
  padding: 0.55rem 0.65rem;
  border: 1px solid #d5dbe5;
  border-radius: 8px;
  background: #fff;
}
.product-review-form textarea {
  resize: vertical;
  min-height: 4.5rem;
}
.product-review-form .btn {
  justify-self: start;
}
.product-review-status { margin: 0; font-size: 0.84rem; }
.product-review-status.is-ok { color: #0f766e; }
.product-review-status.is-error { color: #b91c1c; }
.product-review-note {
  margin: 0;
  font-size: 0.78rem;
  color: #8a97ab;
}
.product-panel p,
.product-panel .product-bullets {
  color: #3d4656;
}
.product-buy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin: 1rem 0;
  min-width: 0;
  max-width: 100%;
}
.product-buy .wide { grid-column: 1 / -1; }
.product-buy label {
  display: grid;
  gap: 0.35rem;
  font-size: var(--fs-small);
  color: #3d4656;
  font-weight: 600;
  min-width: 0;
}
.product-buy label:has([data-product-color]),
.product-buy label:has([data-product-size]),
.product-buy label:has(.color-chips),
.product-buy label:has(.size-chips) {
  grid-column: 1 / -1;
}
.product-custom-field {
  grid-column: 1 / -1;
}
.product-custom-field--font-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.product-custom-field--studio-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.wish-builder {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.45rem;
  margin: -0.15rem 0 0.2rem;
}
.wish-builder__rows {
  display: grid;
  gap: 0.4rem;
}
.wish-builder__row {
  display: grid;
  grid-template-columns: 22px 1fr 30px;
  gap: 0.45rem;
  align-items: center;
}
.wish-builder__index {
  font-size: 0.75rem;
  color: #697487;
  font-weight: 700;
  text-align: center;
}
.wish-builder__rm {
  border: 1px solid var(--line);
  border-radius: 9px;
  background: #fff;
  color: #4d5666;
  font-size: 1rem;
  line-height: 1;
  height: 34px;
}
.wish-builder__add {
  justify-self: start;
  border: 1px dashed #b7c2d4;
  border-radius: 999px;
  background: #fff;
  color: #3f4b61;
  padding: 0.32rem 0.72rem;
  font-size: 0.76rem;
  font-weight: 700;
}
.wish-builder__add:disabled,
.wish-builder__rm:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.wish-builder__hint {
  margin: 0;
  font-size: 0.74rem;
  color: #7a8494;
}
.wish-preview {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.65rem;
  margin: 0.15rem 0 0.25rem;
}
.wish-preview__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
}
.wish-preview__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #5a6474;
}
.wish-preview__size {
  font-size: 0.8rem;
  color: #6b7380;
  font-weight: 600;
}
.wish-preview__stage {
  position: relative;
  min-height: 8.5rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: grid;
  place-items: center;
  padding: 1.4rem 1.1rem;
  overflow: hidden;
}
.wish-preview__stage--dark {
  background:
    radial-gradient(90% 70% at 15% 10%, rgba(255,255,255,0.07), transparent 55%),
    linear-gradient(155deg, #2a303a 0%, #12151b 100%);
  border-color: #2f3540;
}
.wish-preview__stage--light {
  background:
    radial-gradient(90% 70% at 85% 90%, rgba(0,0,0,0.04), transparent 50%),
    linear-gradient(155deg, #f7f8fa 0%, #e6eaf0 100%);
  border-color: #c8ced8;
}
.wish-preview__text {
  max-width: 100%;
  text-align: center;
  line-height: 1.02;
  white-space: pre-line;
  word-break: break-word;
  transition: font-size .2s ease, color .2s ease, opacity .2s ease, transform .2s ease;
}
.wish-preview__stage--multiline .wish-preview__text {
  max-width: 90%;
}
.wish-preview__stage--dark .wish-preview__text {
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.wish-preview__stage--light .wish-preview__text {
  text-shadow: 0 1px 0 rgba(255,255,255,0.55);
}
.wish-preview__text.is-placeholder {
  opacity: 0.38;
}
/* Eigene CLXON-Schnittstile – Systemfonts, plottsicher (fett/konturstark) */
.wish-font--clean {
  font-family: Arial Narrow, "Segoe UI", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: condensed;
}
.wish-font--condensed {
  font-family: Impact, Haettenschweiler, "Arial Narrow", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-style: normal;
  font-stretch: condensed;
}
.wish-font--narrow {
  font-family: "Arial Narrow", Arial, "Helvetica Condensed", sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--classic {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-style: italic;
  text-transform: none;
}
.wish-font--sport {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: italic;
  transform: skewX(-8deg);
  display: inline-block;
}
.wish-font--soft {
  font-family: "Segoe UI", "Trebuchet MS", Candara, sans-serif;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  font-variant: small-caps;
  font-style: normal;
}
.wish-font--rounded {
  font-family: "Segoe UI", Candara, "Trebuchet MS", sans-serif;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--block {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-style: normal;
  line-height: 0.92;
}
.wish-font--poster {
  font-family: "Arial Black", Impact, "Franklin Gothic Heavy", sans-serif;
  font-weight: 900;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-style: normal;
  line-height: 0.9;
}
.wish-font--script {
  font-family: "Segoe Script", "Brush Script MT", "Apple Chancery", cursive;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  font-style: italic;
}
.wish-font--stencil {
  font-family: Consolas, "Courier New", Courier, monospace;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--military {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--tech {
  font-family: Consolas, "Lucida Console", Monaco, monospace;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--wide {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--ultra {
  font-family: Impact, Haettenschweiler, "Arial Black", sans-serif;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  font-style: normal;
  line-height: 0.88;
  font-stretch: condensed;
}
.wish-font--italic {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-style: italic;
}
.wish-font--mono {
  font-family: "Lucida Console", Monaco, Consolas, monospace;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: none;
  font-style: normal;
}
.wish-font--college {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-style: normal;
  -webkit-text-stroke: 0.5px currentColor;
}
.wish-font--slab {
  font-family: "Rockwell", "Courier New", Georgia, serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-style: normal;
}
.wish-font--serif {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: none;
  font-style: normal;
}
.wish-font--outline {
  font-family: "Arial Black", Impact, Arial, sans-serif;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-style: normal;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.6px #0a0a0a;
}
.wish-preview__stage--dark .wish-font--outline,
.wish-preview__stage--dark .wish-font-chip__sample.wish-font--outline {
  -webkit-text-stroke-color: #f7f7f7;
}
.wish-font--brush {
  font-family: "Segoe Print", "Comic Sans MS", "Brush Script MT", cursive;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  font-style: normal;
}
.wish-font--gothic {
  font-family: "Old English Text MT", "Felix Titling", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
  font-style: normal;
}
.wish-preview__fonts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  gap: 0.5rem;
  min-width: 0;
}
.wish-preview__fonts .wish-font-chip.is-extra {
  display: none;
}
.wish-preview__fonts:not(.is-collapsed) .wish-font-chip.is-extra {
  display: grid;
}
.wish-preview__fonts-toggle {
  display: block;
  width: 100%;
  margin-top: 0.55rem;
  padding: 0.65rem 0.85rem;
  border: 1.5px dashed #c5d0df;
  border-radius: 10px;
  background: #f7f9fc;
  color: #0c0e12;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 750;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease;
}
.wish-preview__fonts-toggle:hover {
  border-color: var(--blue, #00a0ff);
  background: #f0f7ff;
}
.wish-preview__fonts-toggle[hidden] {
  display: none !important;
}
.wish-font-chip {
  display: grid;
  gap: 0.25rem;
  place-items: center;
  padding: 0.7rem 0.4rem 0.55rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
  min-height: 64px;
  min-width: 0;
  overflow: hidden;
}
.wish-font-chip:hover {
  border-color: #9aa3b2;
}
.wish-font-chip.is-active {
  border-color: var(--blue, #00a0ff);
  background: #f0f7ff;
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.2);
}
.wish-font-chip__sample {
  font-size: 1.25rem;
  line-height: 1;
  color: #0c0e12;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wish-font-chip__name {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 0.68rem;
  font-weight: 700;
  color: #6b7380;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wish-preview__hint {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.4;
  color: #7a8494;
  font-weight: 500;
}
.product-buy select,
.product-buy input,
.product-buy textarea {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--r);
  padding: 0.7rem 0.85rem;
  color: #0a0a0a;
  font-weight: 600;
}
.color-chips {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
  gap: 0.5rem;
  margin-top: 0.35rem;
  width: 100%;
}
.color-chips--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.color-chip {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  min-height: 48px;
  width: 100%;
  min-width: 0;
  border: 1.5px solid #d5deec;
  background: #fff;
  color: #0a0a0a;
  border-radius: 12px;
  padding: 0.55rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
  overflow: hidden;
}
.color-chip:hover {
  border-color: #9fb0c8;
}
.color-chip.is-active {
  border-color: var(--blue, #00a0ff);
  background: #f0f7ff;
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.2);
}
.color-chip__swatch {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: var(--swatch, #111);
  border: 1px solid rgba(0, 0, 0, 0.25);
  flex: 0 0 auto;
}
.color-chip__name {
  line-height: 1.2;
  text-align: left;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.color-chip--light .color-chip__swatch {
  border-color: rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.product-trust {
  display: grid;
  gap: 0.35rem;
  color: #4a5568;
  font-size: var(--fs-small);
}
.related-item {
  display: grid;
  gap: 0.5rem;
  color: inherit;
}
.related-item img {
  border-radius: var(--r-lg);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #f3f5f8;
  padding: 8%;
  box-sizing: border-box;
}

/* Search modal light-friendly */
.search-box {
  background: #fff;
  color: var(--ink);
}
.search-box h2 { color: var(--ink); }
.search-box .kicker { color: var(--blue); }
.search-box input {
  color: var(--ink);
  background: #fff;
  border: 1px solid var(--line);
}

/* Konfigurator surface */
.cfg-layout,
.konfigurator-layout {
  background: var(--bg);
  color: var(--ink);
}
.cfg-layout label,
.konfigurator-layout label {
  color: #3d4656;
}
.cfg-layout select,
.cfg-layout input,
.konfigurator-layout select,
.konfigurator-layout input {
  color: #0a0a0a;
  background: #fff;
}

/* Legal / article readability */
.article,
.article-shell,
.impressum-layout,
.legal-page,
main .wrap {
  color: var(--ink);
}
.article p,
.article li,
.content p,
.content li {
  color: #3d4656;
}
.article h1,
.article h2,
.article h3,
.content h1,
.content h2,
.content h3 {
  color: var(--ink);
}
.shop-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  overflow: hidden;
  color: var(--ink);
}
.shop-card h3,
.shop-card h3 a { color: var(--ink); }
.shop-card p { color: #4a5568; }
.shop-card img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #f3f5f8;
}
.shop-card-media--clean img {
  object-fit: contain;
  padding: 8%;
  background: #f3f5f8;
}

@media (prefers-reduced-motion: no-preference) {
  .studio-hero__content {
    animation: studioIn 0.8s ease both;
  }
  .studio-material,
  .studio-product,
  .studio-app {
    animation: studioIn 0.7s ease both;
  }
  .studio-material:nth-child(2),
  .studio-product:nth-child(2) { animation-delay: 0.05s; }
  .studio-material:nth-child(3),
  .studio-product:nth-child(3) { animation-delay: 0.1s; }
  .studio-material:nth-child(4),
  .studio-product:nth-child(4) { animation-delay: 0.15s; }
}
@keyframes studioIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

/* Konfigurator – within shop shell */
.page-konfigurator.page-framed {
  background: #e8ecf1;
}
.page-konfigurator .page-hero {
  background:
    linear-gradient(135deg, rgba(0, 160, 255, 0.08), transparent 42%),
    #0c0e12;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.page-konfigurator .page-hero h1 {
  letter-spacing: -0.03em;
}
.page-konfigurator .cfg-top {
  display: none;
}
.page-framed .cfg-steps-wrap {
  padding: 0.95rem var(--pad) 0.85rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.page-framed .cfg-steps--bar {
  margin: 0 auto;
  max-width: var(--max);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  counter-reset: none;
}
.page-konfigurator .cfg-step {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0;
  padding: 0.7rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--soft);
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 600;
}
.page-konfigurator .cfg-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 4px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
}
.page-konfigurator .cfg-step.is-active {
  background: #fff;
  border-color: rgba(0, 160, 255, 0.45);
  color: var(--ink);
  box-shadow: 0 0 0 3px rgba(0, 160, 255, 0.08);
}
.page-konfigurator .cfg-step.is-active span {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
}
.page-konfigurator .shop-layout--cfg {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  background: #fff;
}
.page-konfigurator .cfg-grid-shop {
  gap: 1.15rem;
  align-items: start;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
}
.page-konfigurator .config-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1.15rem, 2.5vw, 1.55rem);
  box-shadow: 0 12px 32px rgba(10, 10, 10, 0.04);
  color: var(--ink);
}
.page-konfigurator .config-card--preview {
  position: sticky;
  top: 5.5rem;
  background: #fff;
}
.page-konfigurator .form-title {
  margin: 0 0 0.95rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: var(--ink);
}
.page-konfigurator .cfg-upload {
  display: block;
  border: 1.5px dashed rgba(0, 160, 255, 0.35);
  border-radius: 8px;
  background: linear-gradient(180deg, #f4f9ff, #fff);
  padding: 0;
  margin-bottom: 1rem;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.page-konfigurator .cfg-upload:hover {
  border-color: var(--blue);
  background: #eef7ff;
}
.page-konfigurator .cfg-upload-inner {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  padding: 1rem 1.05rem;
}
.page-konfigurator .cfg-upload-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--blue);
  flex-shrink: 0;
}
.page-konfigurator .cfg-upload-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}
.page-konfigurator .cfg-upload-text {
  display: grid;
  gap: 0.15rem;
  min-width: 0;
  flex: 1;
}
.page-konfigurator .cfg-upload-text strong {
  color: var(--ink);
  font-size: 0.95rem;
}
.page-konfigurator .cfg-upload-text small {
  color: var(--muted);
  font-size: 0.82rem;
}
.page-konfigurator .cfg-upload-btn {
  margin-left: auto;
  display: inline-flex;
  padding: 0.5rem 0.9rem;
  border-radius: 6px;
  background: var(--ink);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.page-konfigurator .config-fields--options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
.page-konfigurator .config-fields--options label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--muted);
}
.page-konfigurator .config-fields--options input,
.page-konfigurator .config-fields--options select {
  width: 100%;
  min-height: 42px;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: #fff;
  padding: 0.55rem 0.7rem;
  color: var(--ink);
  font: inherit;
}
.page-konfigurator .preview-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(45deg, #eef1f5 25%, transparent 25%),
    linear-gradient(-45deg, #eef1f5 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, #eef1f5 75%),
    linear-gradient(-45deg, transparent 75%, #eef1f5 75%);
  background-size: 18px 18px;
  background-position: 0 0, 0 9px, 9px -9px, -9px 0;
  background-color: #fff;
  overflow: hidden;
}
.page-konfigurator .preview-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.7rem 0.85rem;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
}
.page-konfigurator .preview-head strong { color: var(--ink); font-size: 0.92rem; }
.page-konfigurator .preview-head small { color: var(--muted); font-size: 0.82rem; }
.page-konfigurator .price-box {
  margin: 1rem 0;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: var(--soft);
  display: grid;
  gap: 0.75rem;
}
.page-konfigurator .cfg-actions {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.25rem;
}
.page-konfigurator .cfg-trust {
  margin: 0.75rem 0 0;
  color: var(--muted);
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.45;
}
.page-konfigurator .cfg-grid-shop {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr) !important;
}
.page-konfigurator .price-lines {
  display: grid;
  gap: 0.4rem;
}
.page-konfigurator .price-line,
.page-konfigurator .price-total {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: #3d4656;
  font-size: 0.9rem;
}
.page-konfigurator .price-total {
  order: -1;
  margin: 0;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-weight: 600;
  font-size: 1rem;
}
.page-konfigurator .price-total b {
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}
.page-konfigurator .cfg-btn-cart {
  width: 100%;
  justify-content: center;
  min-height: 46px;
  color: #fff;
  border: 0;
  border-radius: 6px !important;
  background: var(--blue);
}
.page-konfigurator .cfg-btn-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.page-konfigurator .cfg-btn-outline {
  width: 100%;
  justify-content: center;
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.18);
  border-radius: 6px !important;
}
.page-konfigurator .cfg-preview-controls {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}
.page-konfigurator .cfg-size-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.page-konfigurator .cfg-size-fields label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-konfigurator .cfg-size-fields input {
  font: inherit;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0.65rem 0.8rem;
  background: #fff;
}
.page-konfigurator .scale-head {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.45rem;
}
.page-konfigurator .scale-head strong {
  font-size: 0.85rem;
  color: var(--ink);
}
.page-konfigurator .scale-legend {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.page-konfigurator .config-hint,
.page-konfigurator .cfg-size-limit,
.page-konfigurator .preview-legend,
.page-konfigurator .preview-meta {
  color: #4a5568;
  font-size: 0.85rem;
  line-height: 1.45;
}
.page-konfigurator .preview-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.85rem;
  padding: 0.75rem 1rem;
  background: #fff;
  border-top: 1px solid var(--line);
}
.page-konfigurator .preview-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  margin: 0.85rem 0 0;
}
.page-konfigurator .config-hint {
  margin: 0.75rem 0 0;
}
@media (max-width: 900px) {
  .page-konfigurator .configurator-grid--v2,
  .page-konfigurator .cfg-grid-shop {
    grid-template-columns: 1fr !important;
  }
  .page-framed .cfg-steps--bar {
    grid-template-columns: 1fr;
  }
  .page-konfigurator .config-card--preview {
    position: static;
  }
}

/* SVG-Konfigurator – Premium UI */
.page-konfigurator .shop-layout--cfg {
  padding-top: clamp(1.25rem, 3vw, 2rem);
  padding-bottom: clamp(2rem, 4vw, 3rem);
  background:
    radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 160, 255, 0.06), transparent 55%),
    #f4f6f9;
}
.page-konfigurator .cfg-grid-shop {
  gap: clamp(1rem, 2.5vw, 1.5rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr) !important;
}
@media (max-width: 900px) {
  .page-konfigurator .cfg-grid-shop {
    grid-template-columns: 1fr !important;
  }
}
.page-konfigurator .config-card {
  border-radius: 16px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 20px 50px rgba(10, 10, 10, 0.06);
  padding: clamp(1.25rem, 2.8vw, 1.75rem);
}
.page-konfigurator .config-panel {
  display: grid;
  gap: 1.1rem;
  background:
    linear-gradient(165deg, #fff 0%, #f8fafc 100%);
}
.page-konfigurator .cfg-panel-head {
  margin-bottom: 0.15rem;
}
.page-konfigurator .cfg-panel-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}
.page-konfigurator .cfg-panel-lead {
  margin: 0.45rem 0 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--muted);
  max-width: 38ch;
}
.page-konfigurator .form-title {
  margin: 0;
  font-size: clamp(1.2rem, 2.2vw, 1.45rem);
}
.page-konfigurator .cfg-upload {
  position: relative;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
  border-radius: 14px;
}
.page-konfigurator .cfg-upload-glow {
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(0, 160, 255, 0.45), rgba(0, 160, 255, 0.05) 45%, rgba(0, 160, 255, 0.25));
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}
.page-konfigurator .cfg-upload:hover .cfg-upload-glow,
.page-konfigurator .cfg-upload.is-dragover .cfg-upload-glow,
.page-konfigurator .cfg-upload.has-file .cfg-upload-glow {
  opacity: 1;
}
.page-konfigurator .cfg-upload-inner {
  position: relative;
  z-index: 1;
  margin: 1px;
  border-radius: 13px;
  border: 1.5px dashed rgba(0, 160, 255, 0.35);
  background: linear-gradient(180deg, #f8fcff 0%, #fff 100%);
  padding: 1.15rem 1.2rem;
  transition: border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.page-konfigurator .cfg-upload:hover .cfg-upload-inner,
.page-konfigurator .cfg-upload.is-dragover .cfg-upload-inner {
  border-color: var(--blue);
  box-shadow: 0 8px 28px rgba(0, 160, 255, 0.12);
  transform: translateY(-1px);
}
.page-konfigurator .cfg-upload.has-file .cfg-upload-inner {
  border-style: solid;
  border-color: rgba(0, 160, 255, 0.5);
  background: linear-gradient(180deg, #eef8ff 0%, #fff 100%);
}
.page-konfigurator .cfg-upload-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(145deg, #0c0e12, #1a2230);
  color: #fff;
  box-shadow: 0 8px 20px rgba(12, 14, 18, 0.2);
}
.page-konfigurator .cfg-upload-btn {
  border-radius: 999px;
  padding: 0.55rem 1rem;
  background: var(--ink);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-konfigurator .cfg-option-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.page-konfigurator .cfg-option {
  display: grid;
  gap: 0.45rem;
  padding: 0.85rem 0.9rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}
.page-konfigurator .cfg-option--wide {
  grid-column: 1 / -1;
}
.page-konfigurator .cfg-option-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-konfigurator .cfg-select-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.page-konfigurator .cfg-segments {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
  width: 100%;
}
.page-konfigurator .cfg-option--wide .cfg-segments {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.page-konfigurator .cfg-segment {
  min-width: 0;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s, box-shadow 0.15s;
  text-align: center;
  overflow-wrap: break-word;
}
.page-konfigurator .cfg-segment:hover {
  border-color: rgba(0, 160, 255, 0.35);
}
.page-konfigurator .cfg-segment.is-active {
  border-color: var(--blue);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 160, 255, 0.28);
}
.page-konfigurator .cfg-swatch {
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  border: 1px solid rgba(10, 10, 10, 0.15);
  flex-shrink: 0;
}
.page-konfigurator .cfg-swatch--black { background: #1a1a1a; }
.page-konfigurator .cfg-swatch--white { background: #f5f5f5; }
.page-konfigurator .cfg-segment.is-active .cfg-swatch--white {
  border-color: rgba(255, 255, 255, 0.5);
}
.page-konfigurator .cfg-qty-stepper {
  display: grid;
  grid-template-columns: 2.5rem 1fr 2.5rem;
  align-items: stretch;
  border-radius: 10px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--soft);
}
.page-konfigurator .cfg-qty-btn {
  border: 0;
  background: #fff;
  color: var(--ink);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.page-konfigurator .cfg-qty-btn:hover {
  background: var(--blue);
  color: #fff;
}
.page-konfigurator .cfg-qty-stepper input {
  width: 100%;
  min-height: 42px;
  border: 0;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: #fff;
  text-align: center;
  font: inherit;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink);
  -moz-appearance: textfield;
}
.page-konfigurator .cfg-qty-stepper input::-webkit-outer-spin-button,
.page-konfigurator .cfg-qty-stepper input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-konfigurator .price-box--premium {
  margin: 0;
  padding: 1.1rem 1.15rem;
  border-radius: 14px;
  border: 1px solid rgba(12, 14, 18, 0.12);
  background: linear-gradient(155deg, #0c0e12 0%, #151b24 100%);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 16px 40px rgba(12, 14, 18, 0.18);
}
.page-konfigurator .price-box--premium .price-total {
  border-bottom-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-weight: 500;
}
.page-konfigurator .price-box--premium .price-total small {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.15rem;
}
.page-konfigurator .price-box--premium .price-total b {
  color: #fff;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
}
.page-konfigurator .price-box--premium .price-line {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.85rem;
}
.page-konfigurator .price-box--premium .price-line strong {
  color: #fff;
}
.page-konfigurator .price-box-note {
  margin: 0.85rem 0 0;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.78rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.55);
}
.page-konfigurator .page-hero--cfg .page-hero-points {
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
}
.page-konfigurator .page-hero--cfg .page-hero-points li {
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.22);
}
.page-konfigurator .config-card {
  border-radius: 16px;
}
.page-konfigurator .cfg-upload {
  border-style: solid;
}
}
.page-konfigurator .cfg-btn-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 50px;
  border-radius: 12px !important;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #00a0ff, #0078d4);
  box-shadow: 0 10px 28px rgba(0, 160, 255, 0.35);
  transition: transform 0.2s, box-shadow 0.2s, opacity 0.2s;
}
.page-konfigurator .cfg-btn-cart:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 160, 255, 0.42);
}
.page-konfigurator .cfg-btn-icon {
  display: inline-grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1rem;
  line-height: 1;
}
.page-konfigurator .cfg-btn-outline {
  border-radius: 12px !important;
  min-height: 46px;
  font-weight: 600;
}
.page-konfigurator .cfg-trust--icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  color: var(--muted);
}
.page-konfigurator .cfg-trust--icons li {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.page-konfigurator .cfg-trust--icons li::before {
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 50%;
  background: var(--blue);
  opacity: 0.7;
}
.page-konfigurator .cfg-preview-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.page-konfigurator .cfg-preview-head .form-title {
  margin: 0;
}
.page-konfigurator .cfg-file-badge {
  flex-shrink: 0;
  max-width: 12rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-konfigurator .cfg-upload.has-file ~ .cfg-option-grid .cfg-file-badge,
.page-konfigurator .config-card--preview:has(.preview-safe-area.has-artwork) .cfg-file-badge {
  background: rgba(0, 160, 255, 0.1);
  border-color: rgba(0, 160, 255, 0.3);
  color: var(--ink);
}
.page-konfigurator .preview-box--studio {
  border-radius: 14px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.page-konfigurator .preview-meta--chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.95);
  border-top: 1px solid var(--line);
}
.page-konfigurator .preview-chip {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ink);
}
.page-konfigurator .preview-chip--hint {
  color: var(--muted);
  font-weight: 500;
  border-style: dashed;
}
.page-konfigurator .cfg-preview-controls--studio {
  margin-top: 0.85rem;
  padding: 1rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.page-konfigurator .cfg-scale-badge {
  display: inline-flex;
  padding: 0.2rem 0.55rem;
  border-radius: 6px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--blue);
}
.page-konfigurator input[type="range"] {
  width: 100%;
  accent-color: var(--blue);
  height: 6px;
}
.page-konfigurator .preview-legend--dots {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin-top: 0.75rem;
}
.page-konfigurator .preview-legend--dots span {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.8rem;
  color: var(--muted);
}
.page-konfigurator .dot {
  display: inline-block;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 2px;
}
.page-konfigurator .dot--dash {
  border: 1.5px dashed rgba(0, 160, 255, 0.6);
  background: transparent;
}
.page-konfigurator .dot--blue {
  background: var(--blue);
}
.page-konfigurator .config-card--preview {
  top: 5rem;
}
@media (max-width: 720px) {
  .page-konfigurator .cfg-option-grid {
    grid-template-columns: 1fr;
  }
  .page-konfigurator .cfg-option--wide {
    grid-column: auto;
  }
  .page-konfigurator .cfg-segment {
    min-height: 48px;
  }
}

/* Konto */
.page-konto.page-framed { background: #e8ecf1; }
.konto-page {
  max-width: 460px;
  margin-inline: auto;
  padding-block: 0.5rem 1.25rem;
}
.konto-auth {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.35rem 1.35rem 1.25rem;
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.05);
}
.konto-status {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: var(--soft);
  border: 1px solid var(--line);
  font-size: 0.92rem;
  line-height: 1.45;
}
.konto-status.is-error {
  background: #fdebec;
  border-color: #f0c4c8;
  color: #8a1f2b;
}
.konto-status.is-ok {
  background: #eef8f0;
  border-color: #c6e6cc;
  color: #1f6b32;
}
.konto-form-title {
  margin: 0 0 0.85rem;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}
.konto-form {
  display: grid;
  gap: 0.85rem;
}
.konto-form[hidden],
.konto-form:not(.is-active) {
  display: none !important;
}
.konto-form.is-active {
  display: grid !important;
}
.konto-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--muted);
  text-transform: none;
  letter-spacing: -0.01em;
}
.konto-form input {
  font: inherit;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.8rem 0.95rem;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.konto-form input:focus {
  outline: none;
  border-color: rgba(0, 160, 255, 0.55);
  box-shadow: 0 0 0 3px rgba(0, 160, 255, 0.12);
}
.konto-submit {
  width: 100%;
  margin-top: 0.35rem;
  min-height: 46px;
  border-radius: 8px !important;
  color: #fff !important;
  background: var(--blue) !important;
  border: 0 !important;
  cursor: pointer;
  font-weight: 700;
}
.konto-submit:disabled {
  opacity: 0.65;
  cursor: wait;
}
.konto-hint {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}
.konto-switch {
  margin: 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.9rem;
}
.konto-link {
  border: 0;
  background: none;
  color: var(--blue);
  font: inherit;
  font-weight: 650;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.konto-link:hover { color: var(--ink); }
.konto-dashboard {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 1.25rem;
  box-shadow: 0 16px 40px rgba(10, 10, 10, 0.05);
}
.konto-dash-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--line);
}
.konto-email {
  margin: 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}
.konto-orders { display: grid; gap: 0.85rem; }
.konto-order {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.95rem 1rem;
  background: var(--soft);
}
.konto-order-top {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.35rem;
}
.konto-order-top span {
  font-size: 0.82rem;
  color: var(--muted);
}
.konto-order-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.85rem;
  margin-bottom: 0.45rem;
}
.konto-order-meta span {
  font-size: 0.85rem;
  color: #3d4656;
}
.konto-order-items {
  margin: 0;
  padding-left: 1.1rem;
  color: #3d4656;
  font-size: 0.88rem;
}
.konto-order-actions { margin-top: 0.85rem; }
.konto-empty { display: grid; gap: 0.65rem; }

.btn.dark-ghost {
  background: transparent;
  color: var(--ink);
  border: 1px solid rgba(10, 10, 10, 0.2);
}

.header-konto {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  padding: 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.88);
}
.header-konto[aria-current='page'] { color: #fff; }
@media (max-width: 720px) {
  .header-konto { display: none; }
}

/* ============================================================
   Homepage: compact color chooser + flow (no fat empty blocks)
   ============================================================ */
.home-colors {
  position: relative;
  margin-top: -0.2rem;
  padding-block: clamp(2rem, 4.5vw, 3.25rem);
  background:
    radial-gradient(120% 80% at 8% 0%, rgba(0, 160, 255, 0.1), transparent 52%),
    radial-gradient(90% 70% at 95% 100%, rgba(15, 23, 42, 0.06), transparent 58%),
    linear-gradient(180deg, #f8fbff 0%, #f3f6fb 58%, #eef2f8 100%);
  border-top: 0;
  border-bottom: 1px solid #dce3ee;
  overflow: hidden;
}
.home-colors::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 160, 255, 0.35), transparent);
  opacity: 0.65;
}
.home-colors .wrap {
  position: relative;
  z-index: 1;
}
.home-colors__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.95rem;
}
.home-colors__card {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(148, 163, 184, 0.32);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 250, 255, 0.82));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s, background 0.18s;
}
.home-colors__card:hover {
  border-color: rgba(0, 160, 255, 0.35);
  transform: translateY(-3px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 248, 255, 0.96));
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
}
.home-colors__swatch {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid rgba(10, 10, 10, 0.12);
}
.home-colors__card--black .home-colors__swatch {
  background: linear-gradient(145deg, #2a2e36, #0a0a0a);
}
.home-colors__card--white .home-colors__swatch {
  background: linear-gradient(145deg, #ffffff, #e8ecf2);
}
.home-colors__body {
  display: grid;
  gap: 0.25rem;
  min-width: 0;
}
.home-colors__body strong {
  font-size: 1.05rem;
  letter-spacing: -0.02em;
}
.home-colors__body span {
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.4;
}
.home-colors__body em {
  font-style: normal;
  font-size: 0.86rem;
  font-weight: 650;
  color: var(--blue);
  margin-top: 0.15rem;
}

#shop-preview {
  position: relative;
  z-index: 2;
  padding-bottom: 1.05rem;
}
#shop-preview .home-block__head {
  margin-bottom: 1.05rem;
}
#shop-preview::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 32px;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(241, 245, 251, 0.92));
}

.home-seo-block {
  position: relative;
  margin-top: -0.25rem;
  padding-top: clamp(1.35rem, 3.2vw, 2rem);
}

.home-flow {
  padding-block: clamp(2rem, 4.2vw, 3.25rem);
  background:
    radial-gradient(90% 60% at 0% 0%, rgba(0, 160, 255, 0.06), transparent 55%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-top: 1px solid #e6ebf2;
}

.home-flow__shell {
  display: grid;
  gap: clamp(1.15rem, 2.4vw, 1.65rem);
}

.home-flow__intro {
  max-width: 42rem;
}

.home-flow__intro h2 {
  margin: 0.12rem 0 0.4rem;
  letter-spacing: -0.035em;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  line-height: 1.12;
}

.home-flow__intro .home-lead {
  margin: 0;
  max-width: 36ch;
}

.home-flow__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  position: relative;
}

.home-flow__track::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 1.35rem;
  height: 2px;
  background: linear-gradient(90deg, rgba(0, 160, 255, 0.08), rgba(0, 160, 255, 0.45), rgba(0, 160, 255, 0.08));
  z-index: 0;
}

.home-flow__step {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 0.7rem;
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.45s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-flow.is-in .home-flow__step {
  opacity: 1;
  transform: none;
}

.home-flow.is-in .home-flow__step:nth-child(1) { transition-delay: 0.04s; }
.home-flow.is-in .home-flow__step:nth-child(2) { transition-delay: 0.1s; }
.home-flow.is-in .home-flow__step:nth-child(3) { transition-delay: 0.16s; }
.home-flow.is-in .home-flow__step:nth-child(4) { transition-delay: 0.22s; }

.home-flow__badge {
  display: inline-grid;
  place-items: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 999px;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: linear-gradient(145deg, #0f172a 0%, #1e293b 100%);
  border: 2px solid #fff;
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.16),
    0 0 0 1px rgba(0, 160, 255, 0.15);
}

.home-flow__card {
  display: grid;
  gap: 0.35rem;
  min-height: 6.5rem;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.94));
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.home-flow__step:hover .home-flow__card {
  border-color: rgba(0, 160, 255, 0.32);
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.home-flow__card strong {
  font-size: 1rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.home-flow__card p {
  margin: 0;
  color: #5b667a;
  font-size: 0.86rem;
  line-height: 1.5;
}

.home-flow__card a {
  color: var(--blue);
  font-weight: 650;
  text-decoration: none;
}

.home-flow__card a:hover {
  text-decoration: underline;
}

@media (max-width: 980px) {
  .home-flow__track {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-flow__track::before {
    display: none;
  }
}

@media (max-width: 720px) {
  .home-colors__grid { grid-template-columns: 1fr; }
  .home-flow__track {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }
  .home-flow__step {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "badge card"
      "badge card";
    align-items: start;
    column-gap: 0.75rem;
  }
  .home-flow__badge {
    grid-area: badge;
    margin-top: 0.35rem;
  }
  .home-flow__card {
    grid-area: card;
    min-height: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-flow__step {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 420px) {
  .home-colors__card { grid-template-columns: 56px 1fr; }
  .home-colors__swatch { width: 56px; height: 56px; }
}

/* SVG highlight inside Sortiment – no separate black slab */
.home-rail__card {
  position: relative;
}
.home-rail__badge {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  z-index: 3;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0.3rem 0.55rem;
  border-radius: 4px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}
.home-rail__card--feature .home-rail__media {
  border-color: rgba(0, 160, 255, 0.45);
  box-shadow: 0 0 0 1px rgba(0, 160, 255, 0.2);
}

/* Shared dimensional portal surface */
.home-portal-panel,
.home-offer-svg {
  --ox: 50%;
  --oy: 42%;
  --tx: 0px;
  --ty: 0px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  perspective: 900px;
  background:
    radial-gradient(420px 260px at var(--ox) var(--oy), rgba(0, 160, 255, 0.22), transparent 62%),
    radial-gradient(120% 120% at 50% 120%, rgba(0, 0, 0, 0.55), transparent 55%),
    linear-gradient(160deg, #07090e 0%, #121826 42%, #0a0e16 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 22px 50px rgba(5, 8, 14, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.07),
    inset 0 -40px 80px rgba(0, 0, 0, 0.35);
  transform: translateY(16px) scale(0.985);
  opacity: 0;
  transition:
    transform 0.65s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.5s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
.home-portal-panel.is-in,
.home-offer-svg.is-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}
.home-portal-panel:hover,
.home-offer-svg:hover {
  border-color: rgba(0, 160, 255, 0.5);
  box-shadow:
    0 28px 64px rgba(5, 8, 14, 0.5),
    0 0 0 1px rgba(0, 160, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -50px 90px rgba(0, 40, 80, 0.25);
}
.home-portal-panel--split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.25rem, 2.5vw, 2rem);
  align-items: center;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  color: #fff;
}
.home-portal-panel--stack {
  display: grid;
  gap: 0;
  padding: clamp(1.15rem, 2.5vw, 1.75rem);
  color: #fff;
}
.home-portal-panel__space,
.home-offer-svg__space {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  transform-style: preserve-3d;
  overflow: hidden;
  border-radius: inherit;
}
.home-portal-panel__glow,
.home-offer-svg__glow {
  position: absolute;
  inset: -35%;
  background: conic-gradient(
    from 120deg at 50% 45%,
    transparent 0deg,
    rgba(0, 160, 255, 0.14) 50deg,
    transparent 110deg,
    rgba(255, 255, 255, 0.05) 180deg,
    transparent 250deg,
    rgba(0, 160, 255, 0.1) 310deg,
    transparent 360deg
  );
  opacity: 0.65;
  animation: homeOfferSpin 18s linear infinite;
  transform: translate3d(calc(var(--tx) * 0.35), calc(var(--ty) * 0.35), 0);
}
.home-portal-panel__portal,
.home-offer-svg__portal {
  position: absolute;
  left: 58%;
  top: 48%;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  transform: translate3d(calc(-50% + var(--tx) * 0.8), calc(-50% + var(--ty) * 0.8), 0) scale(1.05);
  background:
    radial-gradient(circle at center, rgba(0, 160, 255, 0.18) 0%, transparent 28%),
    repeating-radial-gradient(
      circle at center,
      transparent 0 14px,
      rgba(255, 255, 255, 0.045) 14px 15px
    );
  mask-image: radial-gradient(circle at center, #000 0%, transparent 68%);
  -webkit-mask-image: radial-gradient(circle at center, #000 0%, transparent 68%);
  opacity: 0.7;
  animation: homeOfferPortal 9s ease-in-out infinite;
  transition: transform 0.2s ease-out;
}
.home-portal-panel__grid,
.home-offer-svg__grid {
  position: absolute;
  inset: -10% -5% -35%;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 42px 42px;
  transform-origin: 50% 100%;
  transform: perspective(700px) rotateX(62deg) translate3d(calc(var(--tx) * -0.5), calc(var(--ty) * 0.2), 0);
  mask-image: linear-gradient(180deg, transparent 0%, #000 35%, transparent 88%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 35%, transparent 88%);
  opacity: 0.55;
  animation: homeOfferGrid 12s linear infinite;
}
.home-portal-panel__dust,
.home-offer-svg__dust {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 12% 28%, rgba(255, 255, 255, 0.55), transparent),
    radial-gradient(1.5px 1.5px at 28% 72%, rgba(0, 180, 255, 0.55), transparent),
    radial-gradient(1.2px 1.2px at 48% 18%, rgba(255, 255, 255, 0.4), transparent),
    radial-gradient(1.4px 1.4px at 66% 58%, rgba(0, 180, 255, 0.45), transparent),
    radial-gradient(1.2px 1.2px at 82% 34%, rgba(255, 255, 255, 0.35), transparent),
    radial-gradient(1.5px 1.5px at 90% 78%, rgba(0, 180, 255, 0.4), transparent);
  transform: translate3d(calc(var(--tx) * 1.1), calc(var(--ty) * 1.1), 0);
  animation: homeOfferDust 7s ease-in-out infinite alternate;
  opacity: 0.8;
}
.home-portal-panel__copy,
.home-portal-panel__media,
.home-portal-panel__stage,
.home-wissen__inner {
  position: relative;
  z-index: 1;
}
.home-portal-panel__stage {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(0, 160, 255, 0.12);
  background: #0a0e16;
}
.home-portal-panel__stage img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-portal-panel:hover .home-portal-panel__stage img {
  transform: scale(1.04);
}
.home-portal-panel__scan {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 28%;
  top: -30%;
  background: linear-gradient(180deg, transparent, rgba(0, 160, 255, 0.32), transparent);
  animation: homeOfferScan 2.8s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}

/* SVG offer – dimensional portal panel */
.home-offer-svg {
  margin-top: 1.35rem;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: clamp(1rem, 2.5vw, 1.75rem);
  align-items: center;
  padding: 1.25rem 1.4rem 1.25rem 1.2rem;
  text-decoration: none;
  color: inherit;
}
@keyframes homeOfferPortal {
  0%, 100% { opacity: 0.55; filter: blur(0px); }
  50% { opacity: 0.85; filter: blur(0.2px); }
}
@keyframes homeOfferGrid {
  to { background-position: 0 42px, 42px 0; }
}
@keyframes homeOfferDust {
  from { opacity: 0.45; }
  to { opacity: 0.9; }
}
@keyframes homeOfferSpin {
  to { transform: translate3d(calc(var(--tx) * 0.35), calc(var(--ty) * 0.35), 0) rotate(360deg); }
}
.home-offer-svg__visual,
.home-offer-svg__copy,
.home-offer-svg__cta {
  position: relative;
  z-index: 1;
}
.home-offer-svg__visual {
  display: grid;
  gap: 0.55rem;
  width: min(196px, 28vw);
  transform: translate3d(calc(var(--tx) * -0.25), calc(var(--ty) * -0.25), 0);
  transition: transform 0.2s ease-out;
}
.home-offer-svg__stage {
  position: relative;
  aspect-ratio: 1;
  border-radius: 12px;
  overflow: hidden;
  background: #f4f6f8;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 16px 36px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(0, 160, 255, 0.12);
}
.home-offer-svg__stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.02);
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-offer-svg:hover .home-offer-svg__stage img {
  transform: scale(1.09);
}
.home-offer-svg__scan {
  position: absolute;
  left: -10%;
  right: -10%;
  height: 28%;
  top: -30%;
  background: linear-gradient(180deg, transparent, rgba(0, 160, 255, 0.32), transparent);
  animation: homeOfferScan 2.8s ease-in-out infinite;
  pointer-events: none;
  mix-blend-mode: soft-light;
}
@keyframes homeOfferScan {
  0% { top: -35%; opacity: 0; }
  15% { opacity: 1; }
  85% { opacity: 1; }
  100% { top: 105%; opacity: 0; }
}
.home-offer-svg__chips {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.home-offer-svg__chips span {
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0.25rem 0.38rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(6px);
  transition: color 0.25s, border-color 0.25s, background 0.25s, transform 0.25s;
}
.home-offer-svg__chips span.is-on {
  color: #fff;
  border-color: rgba(0, 160, 255, 0.55);
  background: rgba(0, 160, 255, 0.24);
  transform: translateY(-1px);
  box-shadow: 0 0 16px rgba(0, 160, 255, 0.25);
}
.home-offer-svg__copy {
  display: grid;
  gap: 0.4rem;
  min-width: 0;
  color: #fff;
  transform: translate3d(calc(var(--tx) * 0.15), calc(var(--ty) * 0.15), 0);
  transition: transform 0.2s ease-out;
}
.home-offer-svg .home-kicker {
  margin: 0;
  color: #6eb0ff;
}
.home-offer-svg__title {
  font-family: var(--font-display);
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-shadow: 0 8px 30px rgba(0, 0, 0, 0.45);
}
.home-offer-svg__text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
  line-height: 1.5;
  max-width: 48ch;
}
.home-offer-svg__steps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.5rem;
  margin-top: 0.5rem;
}
.home-offer-svg__steps span {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.65);
  white-space: nowrap;
}
.home-offer-svg__steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(0,160,255,0.3);
  border: 1px solid rgba(0,160,255,0.5);
  font-size: 0.65rem;
  font-weight: 700;
  color: #7ec8ff;
  margin-right: 3px;
}
.home-offer-svg__steps-sep {
  color: rgba(255,255,255,0.25);
  font-size: 0.7rem;
}
.home-offer-svg__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.6rem;
}
.home-offer-svg__meta em {
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 650;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(6px);
}
.home-offer-svg__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-shrink: 0;
  padding: 0.8rem 1.05rem;
  border-radius: 999px;
  background: #fff;
  color: var(--ink);
  font-weight: 700;
  font-size: 0.88rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s, color 0.2s;
  transform: translate3d(calc(var(--tx) * 0.35), calc(var(--ty) * 0.35), 0);
}
.home-offer-svg__arrow {
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}
.home-offer-svg:hover .home-offer-svg__cta {
  background: var(--blue);
  color: #fff;
  transform: translate3d(calc(var(--tx) * 0.35), calc(var(--ty) * 0.35 - 1px), 0);
}
.home-offer-svg:hover .home-offer-svg__arrow {
  transform: translateX(4px);
}

@media (max-width: 900px) {
  .home-offer-svg {
    grid-template-columns: auto 1fr;
  }
  .home-offer-svg__cta {
    grid-column: 1 / -1;
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .home-offer-svg {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  .home-offer-svg__visual {
    width: min(100%, 240px);
  }
  .home-offer-svg__cta {
    width: 100%;
  }
  .home-offer-svg__portal {
    left: 50%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-offer-svg,
  .home-offer-svg__glow,
  .home-offer-svg__portal,
  .home-offer-svg__grid,
  .home-offer-svg__dust,
  .home-offer-svg__scan,
  .home-offer-svg__stage img,
  .home-offer-svg__cta,
  .home-offer-svg__arrow {
    animation: none !important;
    transition: none !important;
  }
  .home-offer-svg {
    opacity: 1;
    transform: none;
  }
}
/* ---- Konfiguratoren Hub ---- */
.page-config-hub {
  background:
    radial-gradient(70% 50% at 10% 0%, rgba(0, 140, 255, 0.07), transparent 55%),
    radial-gradient(50% 40% at 90% 10%, rgba(255, 255, 255, 0.04), transparent 50%),
    #f3f5f8;
}
.page-config-hub main {
  padding-bottom: 3.5rem;
}
.config-hub {
  padding: clamp(1.5rem, 3.5vw, 2.4rem) 0 0.5rem;
}
.config-hub__stage {
  position: relative;
}
.config-hub__intro {
  max-width: 38rem;
  margin-bottom: 1.15rem;
}
.config-hub__brand {
  margin: 0 0 0.45rem;
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-size: clamp(1.6rem, 3vw, 2.1rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #0c0e12;
}
.config-hub__brand span {
  color: #0a7fd1;
}
.config-hub__intro h1 {
  margin: 0.2rem 0 0.45rem;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  letter-spacing: -0.035em;
  line-height: 1.05;
}
.config-hub__lead {
  margin: 0;
  font-size: 0.98rem;
  color: #5a6474;
  max-width: 32rem;
}
.config-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}
.config-hub__card {
  position: relative;
  display: grid;
  grid-template-columns: 0.9fr 1.15fr;
  align-items: stretch;
  min-height: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(12, 14, 18, 0.1);
  background: #0e1116;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease, border-color 0.2s ease;
}
@media (max-width: 760px) {
  .config-hub__grid { grid-template-columns: 1fr; }
  .config-hub__card { grid-template-columns: 1fr; }
}
.config-hub__card:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 22px 48px rgba(8, 12, 20, 0.28);
  border-color: rgba(0, 160, 255, 0.45);
}
.config-hub__glow {
  position: absolute;
  inset: -40% auto auto -20%;
  width: 70%;
  height: 90%;
  background: radial-gradient(circle, rgba(0, 160, 255, 0.22), transparent 65%);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
  transition: opacity 0.3s ease, transform 0.45s ease;
}
.config-hub__card--logo .config-hub__glow {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 65%);
  inset: auto -25% -35% auto;
}
.config-hub__card:hover .config-hub__glow {
  opacity: 1;
  transform: scale(1.15);
}
.config-hub__media {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 140px;
  overflow: hidden;
  background: #151920;
}
.config-hub__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.config-hub__card:hover .config-hub__media img {
  transform: scale(1.07);
}
.config-hub__body {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  gap: 0.35rem;
  padding: 1.05rem 1.15rem 1.15rem;
  background: linear-gradient(135deg, rgba(18, 22, 29, 0.92) 0%, rgba(9, 11, 15, 0.98) 100%);
}
.config-hub__tag {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.config-hub__title {
  font-family: var(--font-display, "Space Grotesk", sans-serif);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
}
.config-hub__text {
  font-size: 0.88rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.66);
}
.config-hub__cta {
  margin-top: 0.45rem;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 700;
  font-size: 0.9rem;
  color: #7ec8ff;
  transition: color 0.2s ease, transform 0.2s ease;
}
.config-hub__card:hover .config-hub__cta {
  color: #fff;
  transform: translateX(3px);
}
.config-hub__soon {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: #7a8494;
}

/* SEO-Block unter dem Hub */
.config-seo {
  padding: clamp(2rem, 4vw, 3.25rem) 0 1rem;
}
.config-seo__inner {
  display: grid;
  grid-template-columns: 1.45fr 0.9fr;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
  padding: clamp(1.35rem, 2.5vw, 1.85rem);
  border-radius: 20px;
  border: 1px solid rgba(12, 14, 18, 0.08);
  background:
    linear-gradient(165deg, #fff 0%, #f7f8fa 100%);
  box-shadow: 0 12px 36px rgba(12, 18, 28, 0.05);
}
@media (max-width: 860px) {
  .config-seo__inner { grid-template-columns: 1fr; }
}
.config-seo__copy h2 {
  margin: 0.25rem 0 0.85rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -0.025em;
  line-height: 1.2;
}
.config-seo__copy p {
  margin: 0 0 0.85rem;
  color: #3d4656;
  font-size: 0.98rem;
  line-height: 1.7;
}
.config-seo__copy a {
  color: #0a7fd1;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 127, 209, 0.35);
}
.config-seo__copy a:hover {
  border-bottom-color: #0a7fd1;
}
.config-seo__points {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.55rem;
}
.config-seo__points li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a2030;
  line-height: 1.4;
}
.config-seo__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: #0a7fd1;
}
.config-seo__aside {
  display: grid;
  gap: 0.65rem;
}
.config-seo__fact {
  display: grid;
  gap: 0.15rem;
  padding: 0.85rem 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(12, 14, 18, 0.08);
  background: #fff;
}
.config-seo__fact strong {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #7a8494;
}
.config-seo__fact span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0c0e12;
  letter-spacing: -0.01em;
}

/* ---- Wunschtext Konfigurator Shell ---- */
.wish-config__bar {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem 1.25rem;
  margin: 1.25rem auto 0.75rem;
  min-width: 0;
}
.wish-config__back {
  font-size: 0.9rem;
  font-weight: 600;
  color: #5a6474;
  text-decoration: none;
}
.wish-config__back:hover { color: #0c0e12; }
.wish-config__eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8494;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-wish-config .product-panel .kicker { color: #0a7fd1; }
.page-wish-config #konfigurator,
.page-wish-config #info {
  scroll-margin-top: 6rem;
}

.page-wish-config .product-panel h1 {
  margin: 0 0 0.45rem;
  font-size: clamp(1.65rem, 3vw, 2.3rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}
.page-wish-config .product-panel [data-product-description] {
  max-width: 46ch;
  font-size: 0.92rem;
  line-height: 1.55;
  color: #5a6474;
}
.page-wish-config .product-gallery--wish {
  gap: 0.55rem;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  align-self: start;
}
@media (min-width: 901px) {
  .page-wish-config .product-gallery,
  .page-wish-config .product-gallery--wish {
    top: 6.25rem;
  }
}
.page-wish-config .product-gallery--wish .product-gallery-main-wrap,
.page-wish-config .product-gallery--wish .product-gallery-thumbs {
  display: none !important;
}
.wish-preview--hero {
  margin: 0;
  gap: 0.55rem;
}
.wish-preview--hero .wish-preview__head {
  padding: 0 0.1rem;
}
.wish-preview--hero .wish-preview__label {
  color: #0a7fd1;
}
.wish-preview--hero .wish-preview__stage {
  min-height: 16rem;
  aspect-ratio: 1 / 1;
  width: 100%;
  max-height: none;
  border-radius: 14px;
  padding: 8%;
  box-shadow: none;
}
.wish-preview--hero .wish-preview__stage--light {
  background:
    radial-gradient(90% 70% at 85% 90%, rgba(0, 0, 0, 0.04), transparent 50%),
    linear-gradient(155deg, #f7f8fa 0%, #e6eaf0 100%);
  border-color: #c8ced8;
}
.wish-preview--hero .wish-preview__stage--dark {
  background:
    radial-gradient(90% 70% at 15% 10%, rgba(255, 255, 255, 0.07), transparent 55%),
    linear-gradient(155deg, #2a303a 0%, #12151b 100%);
  border-color: #2f3540;
}
.wish-preview__grain {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: radial-gradient(rgba(12, 14, 18, 0.28) 0.55px, transparent 0.7px);
  background-size: 3px 3px;
}
.wish-preview--hero .wish-preview__text {
  position: relative;
  z-index: 1;
  max-width: 92%;
}
.wish-preview--hero .wish-preview__hint {
  margin: 0;
  padding: 0 0.1rem;
  font-size: 0.8rem;
  color: #6b7380;
}
.page-wish-config .wish-preview--controls {
  margin: 0.15rem 0 0.1rem;
}
.page-wish-config .wish-preview--controls .wish-preview__fonts {
  margin-top: 0.15rem;
}
.page-wish-config .product-buybox {
  margin-top: 0;
}

/* ---- Wunschtext SEO unter dem Konfigurator ---- */
.wish-seo {
  margin: 3.25rem 0 0;
  display: grid;
  gap: 0;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(12, 14, 18, 0.1);
}
.wish-seo > * {
  min-width: 0;
}
.wish-seo > section,
.wish-seo > header {
  margin: 0;
  padding: 0 0 2.35rem;
  border-bottom: 1px solid rgba(12, 14, 18, 0.08);
}
.wish-seo > header { padding-bottom: 2rem; }
.wish-seo > .wish-seo__also {
  border-bottom: 0;
  padding: 1.35rem 0 0;
}
.wish-seo__intro h2,
.wish-seo h2,
.wish-seo h3 {
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: #0c0e12;
}
.wish-seo__intro h2 {
  margin: 0.15rem 0 1.15rem;
  font-size: clamp(1.7rem, 3.2vw, 2.45rem);
  max-width: 18ch;
}
.wish-seo h2,
.wish-seo h3 {
  margin: 0;
  font-size: clamp(1.28rem, 2.2vw, 1.65rem);
}
.wish-seo p,
.wish-seo li {
  color: #3d4656;
  font-size: 1rem;
  line-height: 1.7;
}
.wish-seo p { margin: 0 0 0.9rem; }
.wish-seo p:last-child { margin-bottom: 0; }
.wish-seo a {
  color: #0a7fd1;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(10, 127, 209, 0.35);
}
.wish-seo a:hover { border-bottom-color: #0a7fd1; }
.wish-seo__head {
  margin: 0 0 0.85rem;
}
.wish-seo__label,
.wish-seo .wish-seo__label {
  margin: 0 0 0.4rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a7fd1;
  line-height: 1.3;
}
.wish-seo__lead {
  margin: 0 0 1.25rem;
  padding: 1.15rem 1.2rem 1.1rem;
  max-width: 62ch;
  background: #fff;
  border: 1px solid #dce8f4;
  border-radius: 16px;
  box-shadow: 0 8px 28px rgba(16, 24, 40, 0.04);
}
.wish-seo__lead p { margin: 0; }
.wish-ico {
  width: 1.35rem;
  height: 1.35rem;
  flex: 0 0 auto;
  display: block;
}
.wish-seo__takeaways {
  list-style: none;
  margin: 0 0 1.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.wish-seo__takeaways li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.45rem;
  margin: 0;
  padding: 1.05rem 1.05rem 1.1rem;
  border-radius: 16px;
  border: 1px solid #e6edf5;
  background: #fff;
  color: #0c0e12;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.04);
}
.wish-seo__takeaways .wish-ico {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.45rem;
  box-sizing: border-box;
  border-radius: 12px;
  background: #eef6fd;
}
.wish-seo__takeaways strong {
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.wish-seo__takeaways span {
  font-size: 0.88rem;
  line-height: 1.45;
  font-weight: 500;
  color: #4a5564;
}
.wish-seo__toc {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.wish-seo__toc a {
  display: inline-flex;
  align-items: center;
  min-height: 2.15rem;
  padding: 0.35rem 0.8rem;
  border: 1px solid rgba(12, 14, 18, 0.12);
  border-radius: 999px;
  background: #fff;
  color: #0c0e12;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.wish-seo__toc a:hover {
  border-color: #0c0e12;
  border-bottom-color: #0c0e12;
  color: #0c0e12;
}
.wish-seo__gallery > p,
.wish-seo__howto > p,
.wish-seo__uses > p,
.wish-seo__why > p,
.wish-seo__copy p {
  max-width: 62ch;
}
.wish-seo h4 {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #0c0e12;
}
.wish-seo__gallery-intro {
  display: grid;
  grid-template-columns: minmax(18rem, 0.92fr) minmax(0, 1.08fr);
  gap: 1.25rem 2rem;
  align-items: end;
  margin: 0 0 1.15rem;
}
.wish-seo__gallery-intro p {
  margin: 0;
  max-width: none;
}
.wish-seo__gallery figure {
  margin: 0;
  min-width: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(12, 14, 18, 0.08);
  background: #fff;
}
.wish-seo__gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  background: #eef1f5;
}
.wish-seo__gallery figcaption {
  padding: 0.65rem 0.8rem 0.75rem;
}
.wish-seo__gallery figcaption strong {
  display: block;
  margin: 0 0 0.18rem;
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #0c0e12;
}
.wish-seo__gallery figcaption span {
  display: block;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #5a6474;
}
.wish-seo__mosaic figcaption,
.wish-seo__mosaic-row figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 1.65rem 0.85rem 0.75rem;
  background: linear-gradient(180deg, transparent 0%, rgba(12, 14, 18, 0.78) 72%);
}
.wish-seo__mosaic figcaption strong,
.wish-seo__mosaic-row figcaption strong { color: #fff; }
.wish-seo__mosaic figcaption span,
.wish-seo__mosaic-row figcaption span { color: rgba(255, 255, 255, 0.84); }
.wish-seo__mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 0.82fr);
  gap: 0.7rem;
  align-items: stretch;
}
.wish-seo__mosaic-hero {
  min-height: 18.5rem;
}
.wish-seo__mosaic-hero img {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: 18.5rem;
  object-fit: cover;
}
.wish-seo__mosaic-stack {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  min-width: 0;
}
.wish-seo__mosaic-stack figcaption {
  padding: 1.15rem 0.75rem 0.55rem;
}
.wish-seo__mosaic-stack figcaption span {
  display: none;
}
.wish-seo__mosaic-stack figure {
  flex: 1 1 0;
  min-height: 8.75rem;
}
.wish-seo__mosaic-stack img {
  width: 100%;
  height: 100%;
  min-height: 8.75rem;
  object-fit: cover;
}
.wish-seo__gallery-band {
  margin-top: 1.85rem;
}
.wish-seo__gallery-band > p {
  margin: 0.45rem 0 0;
  max-width: 62ch;
}
.wish-seo__mosaic-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 0.95rem;
}
.wish-seo__mosaic-row img {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}
.wish-seo__gallery-prep {
  display: grid;
  grid-template-columns: minmax(16rem, 0.82fr) minmax(0, 1.18fr);
  gap: 1.15rem 1.5rem;
  align-items: center;
  margin-top: 1.65rem;
  padding: 1.1rem 1.15rem 1.15rem;
  border-radius: 16px;
  background: #f3f5f8;
  border: 1px solid rgba(12, 14, 18, 0.06);
}
.wish-seo__gallery-prep-copy h4 { margin: 0 0 0.4rem; }
.wish-seo__gallery-prep-copy p {
  margin: 0 0 0.7rem;
  max-width: 42ch;
}
.wish-seo__gallery-prep-copy a {
  font-size: 0.88rem;
}
.wish-seo__mosaic-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
}
.wish-seo__mosaic-pair img {
  width: 100%;
  height: 8rem;
  object-fit: cover;
}
.wish-seo__split {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(16rem, 0.8fr);
  gap: clamp(1.2rem, 3vw, 2.4rem);
  align-items: start;
}
.wish-seo__facts {
  display: grid;
  gap: 0;
  padding: 1.15rem 1.2rem 1.2rem;
  border-radius: 16px;
  background: #0c0e12;
  color: #fff;
  position: sticky;
  top: 6rem;
}
.wish-seo .wish-seo__facts-kicker {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffd814;
}
.wish-seo__facts div {
  display: grid;
  gap: 0.12rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.wish-seo__facts div:last-child { border-bottom: 0; padding-bottom: 0.15rem; }
.wish-seo__facts strong {
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8aa0b8;
}
.wish-seo__facts span {
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}
.wish-seo__steps {
  list-style: none;
  margin: 1.15rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: start;
}
.wish-seo__steps li {
  position: relative;
  margin: 0;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(12, 14, 18, 0.08);
  background: #fff;
  color: #0c0e12;
}
.wish-seo__step-num {
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 999px;
  background: #0c0e12;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
  box-shadow: 0 4px 12px rgba(12, 14, 18, 0.28);
}
.wish-seo__steps img:not(.wish-ico) {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #eef1f5;
}
.wish-seo__steps h4 {
  margin: 0.75rem 0.85rem 0.3rem;
  font-size: 0.98rem;
  letter-spacing: -0.02em;
}
.wish-seo__steps p {
  margin: 0 0.85rem 0.95rem;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #3d4656;
}
.wish-seo__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin: 1.05rem 0 1.15rem;
}
.wish-seo__cards a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.28rem;
  min-height: 5.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid #1a1f28;
  border-radius: 12px;
  background: #0c0e12;
  color: #fff;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
}
.wish-seo__cards a:hover {
  background: #161a22;
  color: #fff;
  border-bottom-color: #1a1f28;
  transform: translateY(-2px);
}
.wish-seo__cards small {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.wish-seo__cards strong {
  font-size: 1rem;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #fff;
}
.wish-seo__more {
  max-width: 62ch;
  font-size: 0.92rem;
}
.wish-seo__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  margin: 1.25rem 0 0;
  padding: 1.2rem 1.3rem 1.25rem 1.35rem;
  border-radius: 16px;
  background:
    linear-gradient(90deg, #ffd814 0 6px, transparent 6px),
    radial-gradient(120% 140% at 100% 0%, rgba(255, 216, 20, 0.16), transparent 42%),
    #0c0e12;
  color: #fff;
  box-shadow: 0 10px 28px rgba(12, 14, 18, 0.18);
}
.wish-seo__cta-copy {
  min-width: 0;
  flex: 1 1 16rem;
}
.wish-seo .wish-seo__cta-kicker {
  margin: 0 0 0.22rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffd814;
}
.wish-seo .wish-seo__cta-title {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 750;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}
.wish-seo .wish-seo__cta-meta {
  margin: 0.42rem 0 0;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #c5ccd6;
}
.wish-seo a.wish-seo__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  min-height: 3.2rem;
  padding: 0.85rem 1.4rem;
  border: 0;
  border-bottom: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffd814 0%, #f7ca00 100%);
  color: #0f1111;
  font-size: 0.98rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.wish-seo a.wish-seo__cta-btn svg {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
}
.wish-seo a.wish-seo__cta-btn:hover {
  transform: translateY(-2px);
  border-bottom: 0;
  color: #0f1111;
  background: linear-gradient(180deg, #f7ca00 0%, #e2b400 100%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}
.wish-seo__faq { padding-bottom: 2rem; }
.wish-seo__faq-list {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.35rem;
}
.wish-seo__faq details {
  border: 1px solid #e6edf5;
  border-radius: 14px;
  background: #fff;
  padding: 0;
}
.wish-seo__faq summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1.1rem;
  font-size: 0.98rem;
  font-weight: 700;
  color: #0c0e12;
  line-height: 1.35;
}
.wish-seo__faq summary::-webkit-details-marker { display: none; }
.wish-seo__faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: #7a8494;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}
.wish-seo__faq details[open] summary::after { content: "−"; }
.wish-seo__faq details p {
  margin: 0;
  padding: 0 1.1rem 1.05rem;
  max-width: none;
}
.wish-seo__also {
  margin: 0;
  font-size: 0.84rem;
  color: #667284;
  line-height: 1.6;
}
.wish-seo__related {
  margin-top: 2.4rem;
}
.wish-seo__related h2 {
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
}
.page-wish-config #konfigurator,
.page-wish-config #info,
.wish-seo [id] {
  scroll-margin-top: 6rem;
}
@media (max-width: 900px) {
  .wish-seo__takeaways,
  .wish-seo__steps,
  .wish-seo__cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wish-seo__split { grid-template-columns: 1fr; }
  .wish-seo__facts { position: static; }
  .wish-seo__cta { padding: 1rem 1.05rem 1.1rem; }
  .wish-seo a.wish-seo__cta-btn { width: 100%; }
  .wish-seo__gallery-intro,
  .wish-seo__gallery-prep { grid-template-columns: 1fr; }
  .wish-seo__mosaic {
    grid-template-columns: 1fr;
  }
  .wish-seo__mosaic-hero,
  .wish-seo__mosaic-hero img { min-height: 15.5rem; }
  .wish-seo__mosaic-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .wish-seo__mosaic-stack figure,
  .wish-seo__mosaic-stack img { min-height: 9rem; }
  .wish-seo__mosaic-row img { height: 10.5rem; }
  .wish-seo__mosaic-pair img { height: 7.5rem; }
}
@media (max-width: 520px) {
  .wish-seo__takeaways,
  .wish-seo__cards { grid-template-columns: 1fr; }
  .wish-seo__mosaic,
  .wish-seo__mosaic-row,
  .wish-seo__mosaic-pair { grid-template-columns: 1fr; }
  .wish-seo__intro h2 { max-width: none; }
}

/* ---- Shop Pagination ---- */
.shop-pager {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.45rem;
  margin: 1.25rem 0 0.5rem;
}
.shop-pager__btn {
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.65rem;
  border-radius: 10px;
  border: 1px solid var(--line, #d5dae3);
  background: #fff;
  color: #0c0e12;
  font-weight: 700;
  font-size: 0.88rem;
  cursor: pointer;
}
.shop-pager__btn:hover:not(:disabled) {
  border-color: #0c0e12;
}
.shop-pager__btn.is-active {
  background: #0c0e12;
  color: #fff;
  border-color: #0c0e12;
}
.shop-pager__btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.shop-pager__meta {
  margin-left: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: #6b7380;
}

/* Square product tiles: full motif visible, never cropped */
.shop-card-media,
.page-framed .shop-card-media,
.product-card-media {
  display: block;
  aspect-ratio: 1 / 1;
  background: #f3f5f8;
  overflow: hidden;
}
.product-gallery > picture,
.product-gallery-main-wrap > picture,
.product-gallery-thumb > picture,
.related-item > picture {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
}
.shop-card-media img,
.shop-card-media picture,
.shop-card-media picture img,
.page-framed .shop-card img,
.page-framed .shop-card picture img,
.related-item img,
.product-gallery-main,
.product-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain !important;
  object-position: center;
  background: #f3f5f8;
  box-sizing: border-box;
}
.shop-card-media img,
.page-framed .shop-card-media img,
.page-framed .shop-card picture img {
  padding: 8%;
}
.shop-card-cta:hover {
  background: #1a1f28;
  color: #fff;
}

/* Gewerbe hub – storefront studio */
.page-gewerbe-hub .site-frame[data-gewerbe-hub] {
  display: flex;
  flex-direction: column;
  background: #eef1f6;
}
.page-gewerbe-hub.page-category .page-hero.gewerbe-hero {
  order: 1;
}
.page-gewerbe-hub.page-category .category-products {
  order: 2;
}
.page-gewerbe-hub.page-framed .page-hero.gewerbe-hero {
  min-height: clamp(22rem, 46vh, 32rem);
  height: auto;
  flex-shrink: 0;
  align-items: center;
  background: #0c0e12;
}
.page-gewerbe-hub .gewerbe-hero > img,
.page-gewerbe-hub .gewerbe-hero > picture img {
  opacity: 0.9;
  object-position: 78% 42%;
}
.page-gewerbe-hub .gewerbe-hero::after {
  background: linear-gradient(
    100deg,
    rgba(12, 14, 18, 0.96) 0%,
    rgba(12, 14, 18, 0.84) 38%,
    rgba(12, 14, 18, 0.38) 64%,
    rgba(12, 14, 18, 0.16) 100%
  );
}
.page-gewerbe-hub.page-framed .page-hero.gewerbe-hero > .gewerbe-hero__inner {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(2rem, 5vw, 3.6rem) clamp(1rem, 2.8vw, 1.75rem);
}
.page-gewerbe-hub .gewerbe-hero__copy {
  display: grid;
  justify-items: start;
  gap: 0.85rem;
  max-width: 36rem;
}
.page-gewerbe-hub .gewerbe-hero h1 {
  max-width: 15ch;
  font-size: clamp(2.15rem, 5.2vw, 3.5rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}
.page-gewerbe-hub .gewerbe-hero__copy > p:not(.kicker) {
  max-width: 38ch;
  font-size: 1.06rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.86);
}
.page-gewerbe-hub .gewerbe-hero .cta-row {
  margin-top: 0.35rem;
  gap: 0.7rem;
}
.page-gewerbe-hub .gewerbe-hero .btn.white {
  min-height: 48px;
  padding: 0.85rem 1.3rem;
  font-weight: 800;
  background: #fff;
  color: #0b0f16;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}
.page-gewerbe-hub .gewerbe-hero .btn.white:hover {
  background: #e8f3ff;
  color: #0b0f16;
}
.page-gewerbe-hub .gewerbe-hero__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  list-style: none;
  margin: 0.2rem 0 0;
  padding: 0;
}
.page-gewerbe-hub .gewerbe-hero__trust li {
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.page-gewerbe-hub .gewerbe-hero__stage {
  justify-self: end;
  width: min(100%, 26rem);
}
.page-gewerbe-hub .gewerbe-window {
  margin: 0;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.38);
  background: #1a2430;
}
.page-gewerbe-hub .gewerbe-window img {
  position: static;
  inset: auto;
  opacity: 1;
  display: block;
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
  object-position: center 38%;
}
.page-gewerbe-hub .gewerbe-window figcaption {
  margin: 0;
  padding: 0.55rem 0.9rem;
  background: #11161d;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.page-gewerbe-hub .gewerbe-paths,
.page-gewerbe-hub .gewerbe-hub-section,
.page-gewerbe-hub .category-products {
  width: 100%;
  padding: clamp(1.8rem, 4vw, 2.8rem) clamp(1rem, 2.8vw, 1.75rem);
  background: #fff;
  border-top: 1px solid var(--line);
}
.page-gewerbe-hub .gewerbe-paths {
  border-top: 0;
}
.page-gewerbe-hub .gewerbe-paths__head {
  margin-bottom: 1.35rem;
}
.page-gewerbe-hub .gewerbe-paths__head h2,
.page-gewerbe-hub .gewerbe-hub-section__head h2,
.page-gewerbe-hub .gewerbe-catalog__head h2 {
  margin: 0.15rem 0 0.4rem;
  font-size: clamp(1.35rem, 2.4vw, 1.85rem);
  letter-spacing: -0.04em;
}
.page-gewerbe-hub .gewerbe-paths__head .home-lead,
.page-gewerbe-hub .gewerbe-hub-section__head .home-lead {
  margin: 0;
  max-width: 46ch;
}
.page-gewerbe-hub .gewerbe-paths__grid {
  display: grid;
  grid-template-columns: 1.28fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.95rem;
}
.page-gewerbe-hub .gewerbe-path {
  display: flex;
  flex-direction: column;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid #e4e8ef;
  border-radius: 22px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.05);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}
.page-gewerbe-hub .gewerbe-path:hover {
  transform: translateY(-3px);
  border-color: rgba(18, 107, 255, 0.35);
  box-shadow: 0 20px 44px rgba(15, 23, 42, 0.1);
}
.page-gewerbe-hub .gewerbe-path__visual {
  height: 8.4rem;
  flex-shrink: 0;
  overflow: hidden;
  background: #111418;
}
.page-gewerbe-hub .gewerbe-path__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.45s ease;
}
.page-gewerbe-hub .gewerbe-path:hover .gewerbe-path__visual img {
  transform: scale(1.045);
}
.page-gewerbe-hub .gewerbe-path__visual--hours img {
  object-position: center 38%;
}
.page-gewerbe-hub .gewerbe-path__visual--fleet img {
  object-position: center 55%;
}
.page-gewerbe-hub .gewerbe-path__tag,
.page-gewerbe-hub .gewerbe-path > strong,
.page-gewerbe-hub .gewerbe-path > span:not(.gewerbe-path__tag),
.page-gewerbe-hub .gewerbe-path > em {
  padding-left: 1.15rem;
  padding-right: 1.15rem;
}
.page-gewerbe-hub .gewerbe-path__tag {
  padding-top: 0.95rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--blue);
}
.page-gewerbe-hub .gewerbe-path > strong {
  margin-top: 0.2rem;
  font-family: var(--font-display);
  font-size: 1.18rem;
  letter-spacing: -0.03em;
  line-height: 1.15;
}
.page-gewerbe-hub .gewerbe-path > span:not(.gewerbe-path__tag) {
  margin-top: 0.3rem;
  margin-bottom: 1.15rem;
  color: #667085;
  font-size: 0.9rem;
  line-height: 1.45;
}
.page-gewerbe-hub .gewerbe-path--feature {
  grid-row: 1 / span 2;
  background: #0f1622;
  border-color: #1f2937;
  color: #fff;
}
.page-gewerbe-hub .gewerbe-path--feature:hover {
  border-color: #6eb0ff;
}
.page-gewerbe-hub .gewerbe-path--feature .gewerbe-path__visual {
  min-height: 12.5rem;
  height: auto;
  flex: 1;
}
.page-gewerbe-hub .gewerbe-path--feature .gewerbe-path__tag {
  color: #9ecbff;
}
.page-gewerbe-hub .gewerbe-path--feature > strong {
  font-size: clamp(1.55rem, 2.5vw, 2.05rem);
  max-width: 11ch;
  color: #fff;
}
.page-gewerbe-hub .gewerbe-path--feature > span:not(.gewerbe-path__tag) {
  margin-bottom: 0.45rem;
  color: rgba(255, 255, 255, 0.78);
  max-width: 28ch;
  font-size: 0.98rem;
}
.page-gewerbe-hub .gewerbe-path em {
  margin-top: auto;
  margin-bottom: 1.2rem;
  font-style: normal;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
}
.page-gewerbe-hub .gewerbe-hub-section__head {
  margin-bottom: 1.15rem;
}
.page-gewerbe-hub .gewerbe-hub-section__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.page-gewerbe-hub .gewerbe-hub-section--rail {
  background: #f5f7fb;
}
.page-gewerbe-hub .category-products {
  background: #fff;
}
.page-gewerbe-hub .gewerbe-catalog__head {
  margin-bottom: 1.15rem;
}
.page-gewerbe-hub .gewerbe-catalog__head--row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.page-gewerbe-hub .gewerbe-catalog__head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}
.page-gewerbe-hub .gewerbe-showcase {
  display: grid;
  gap: 1rem;
}
.page-gewerbe-hub .gewerbe-showcase__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.page-gewerbe-hub .gewerbe-showcase__chip {
  min-height: 36px;
  padding: 0.4rem 0.8rem;
  border: 1px solid #e4e8ef;
  border-radius: 999px;
  background: #fff;
  color: #3d4656;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
.page-gewerbe-hub .gewerbe-showcase__chip.is-active,
.page-gewerbe-hub .gewerbe-showcase__chip:hover {
  border-color: #111418;
  background: #111418;
  color: #fff;
}
.page-gewerbe-hub .gewerbe-showcase__nav {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
.page-gewerbe-hub .gewerbe-showcase__status {
  min-width: 6.5rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 750;
  letter-spacing: 0.02em;
  color: #5b6578;
}
.page-gewerbe-hub .gewerbe-showcase__arrow {
  width: 40px;
  height: 40px;
  border: 1px solid #d9dee8;
  border-radius: 4px;
  background: #fff;
  color: #111418;
  font-size: 1.05rem;
  line-height: 1;
  cursor: pointer;
}
.page-gewerbe-hub .gewerbe-showcase__arrow:hover {
  background: #111418;
  border-color: #111418;
  color: #fff;
}
.page-gewerbe-hub .gewerbe-showcase__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}
.page-gewerbe-hub .gewerbe-showcase__viewport {
  overflow: hidden;
  touch-action: pan-y;
}
.page-gewerbe-hub .gewerbe-showcase__page {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0.75rem;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.38s ease, transform 0.42s ease;
}
.page-gewerbe-hub .gewerbe-showcase__page.is-out {
  opacity: 0;
  transform: translate3d(-2rem, 0, 0);
}
.page-gewerbe-hub .gewerbe-showcase__page.is-out-back {
  opacity: 0;
  transform: translate3d(2rem, 0, 0);
}
.page-gewerbe-hub .gewerbe-showcase__page.is-prep {
  transition: none;
  opacity: 0;
  transform: translate3d(2rem, 0, 0);
}
.page-gewerbe-hub .gewerbe-showcase__page.is-prep-back {
  transition: none;
  opacity: 0;
  transform: translate3d(-2rem, 0, 0);
}
.page-gewerbe-hub .gewerbe-showcase .shop-card-desc {
  display: none;
}
.page-gewerbe-hub .gewerbe-showcase__progress {
  height: 3px;
  border-radius: 999px;
  background: #e8edf4;
  overflow: hidden;
}
.page-gewerbe-hub .gewerbe-showcase__progress i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--blue, #00a0ff);
  transition: width 0.35s ease;
}
@media (max-width: 980px) {
  .page-gewerbe-hub .gewerbe-showcase__page {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 640px) {
  .page-gewerbe-hub .gewerbe-showcase__page {
    grid-template-columns: 1fr !important;
  }
}

/* Hub SEO – clean prose + keyword grid (Gewerbe & Fenster) */
.page-gewerbe-hub .hub-seo-prose,
.page-fenster-hub .hub-seo-prose {
  max-width: 68ch;
}
.page-gewerbe-hub .hub-seo-prose > p,
.page-fenster-hub .hub-seo-prose > p {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  line-height: 1.65;
  color: var(--muted);
}
.page-gewerbe-hub .hub-seo-prose h3,
.page-fenster-hub .hub-seo-prose h3 {
  margin: 1.35rem 0 0.45rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text);
}
.page-gewerbe-hub .hub-seo-prose a,
.page-fenster-hub .hub-seo-prose a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-gewerbe-hub .hub-keyword-grid,
.page-fenster-hub .hub-keyword-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}
.page-gewerbe-hub .hub-keyword,
.page-fenster-hub .hub-keyword {
  display: grid;
  gap: 0.15rem;
  padding: 0.65rem 0.75rem;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.page-gewerbe-hub .hub-keyword:hover,
.page-fenster-hub .hub-keyword:hover {
  border-color: rgba(0, 160, 255, 0.35);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}
.page-gewerbe-hub .hub-keyword strong,
.page-fenster-hub .hub-keyword strong {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: var(--text);
}
.page-gewerbe-hub .hub-keyword span,
.page-fenster-hub .hub-keyword span {
  font-size: 0.72rem;
  color: var(--muted);
}
@media (max-width: 900px) {
  .page-gewerbe-hub .hub-keyword-grid,
  .page-fenster-hub .hub-keyword-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 520px) {
  .page-gewerbe-hub .hub-keyword-grid,
  .page-fenster-hub .hub-keyword-grid {
    grid-template-columns: 1fr;
  }
}

.page-gewerbe-hub .gewerbe-hub-rail {
  margin-inline: calc(-1 * clamp(1rem, 2.8vw, 1.75rem));
  padding-inline: clamp(1rem, 2.8vw, 1.75rem);
}
.page-gewerbe-hub .gewerbe-hub-rail .home-rail__group {
  padding-inline: 0;
}
.page-gewerbe-hub .gewerbe-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.9rem;
}
.page-gewerbe-hub .gewerbe-compare__card {
  padding: 1.35rem 1.4rem 1.45rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: #fff;
}
.page-gewerbe-hub .gewerbe-compare__card--win {
  border-color: rgba(18, 107, 255, 0.28);
  background: linear-gradient(165deg, rgba(18, 107, 255, 0.08) 0%, #fff 58%);
}
.page-gewerbe-hub .gewerbe-compare__card--lose {
  background: #f8fafc;
}
.page-gewerbe-hub .gewerbe-compare__badge {
  display: inline-block;
  margin-bottom: 0.45rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-gewerbe-hub .gewerbe-compare__card--win .gewerbe-compare__badge {
  color: var(--blue);
}
.page-gewerbe-hub .gewerbe-compare__card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.15rem;
  letter-spacing: -0.03em;
}
.page-gewerbe-hub .gewerbe-compare__card a {
  display: inline-block;
  margin-top: 0.85rem;
  font-size: 0.88rem;
  font-weight: 750;
  color: var(--blue);
  text-decoration: none;
}
.page-gewerbe-hub .gewerbe-process {
  display: grid;
  gap: 1rem;
}
.page-gewerbe-hub .gewerbe-process__steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-gewerbe-hub .gewerbe-process__steps li {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border: 1px solid #e4e8ef;
  border-radius: 16px;
  background: #f8fafc;
}
.page-gewerbe-hub .gewerbe-process__steps strong {
  color: var(--blue);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}
.page-gewerbe-hub .gewerbe-process__steps span {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.35;
}
.page-gewerbe-hub .gewerbe-process__colors {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}
.page-gewerbe-hub .gewerbe-swatch {
  display: grid;
  gap: 0.2rem;
  padding: 1.05rem 1.15rem;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
  font-size: 0.98rem;
}
.page-gewerbe-hub .gewerbe-swatch span {
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0.72;
}
.page-gewerbe-hub .gewerbe-swatch--black {
  background: #111418;
  color: #fff;
  border: 1px solid #111418;
}
.page-gewerbe-hub .gewerbe-swatch--white {
  background: #fff;
  color: #111418;
  border: 1px solid #d9dee8;
}
.page-gewerbe-hub .gewerbe-hub-faq .home-faq__layout {
  grid-template-columns: minmax(10rem, 0.7fr) minmax(0, 1.5fr);
}
.page-gewerbe-hub .hub-seo-prose {
  max-width: none;
  background: #f8fafc;
}
.page-gewerbe-hub .hub-seo-prose > p,
.page-gewerbe-hub .hub-seo-prose h3 {
  max-width: 68ch;
}
.page-gewerbe-hub .hub-keyword-grid {
  margin-top: 1.4rem;
}
.page-gewerbe-hub .hub-keyword {
  background: #fff;
}
@media (max-width: 980px) {
  .page-gewerbe-hub.page-framed .page-hero.gewerbe-hero {
    min-height: 18rem;
  }
  .page-gewerbe-hub.page-framed .page-hero.gewerbe-hero > .gewerbe-hero__inner {
    padding-block: 1.8rem 1.6rem;
  }
  .page-gewerbe-hub .gewerbe-paths__grid {
    grid-template-columns: 1fr 1fr;
  }
  .page-gewerbe-hub .gewerbe-path--feature {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  .page-gewerbe-hub .gewerbe-path--feature .gewerbe-path__visual {
    min-height: 9.5rem;
    flex: 0 0 auto;
  }
}
@media (max-width: 720px) {
  .page-gewerbe-hub .gewerbe-paths__grid,
  .page-gewerbe-hub .gewerbe-compare,
  .page-gewerbe-hub .gewerbe-process__colors {
    grid-template-columns: 1fr;
  }
  .page-gewerbe-hub .gewerbe-process__steps {
    grid-template-columns: 1fr 1fr;
  }
  .page-gewerbe-hub .gewerbe-hub-faq .home-faq__layout {
    grid-template-columns: 1fr;
  }
}

/* Fenster-Glas Hub – eigenes Layout + Vinyl-Demos (kein Homepage-Klon) */
.page-fenster-hub .site-frame[data-fenster-hub] .fenster-hub-stats {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  padding: 0.85rem clamp(1rem, 2.8vw, 1.75rem);
  background: linear-gradient(180deg, #eef6ff 0%, #fff 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.page-fenster-hub .site-frame[data-fenster-hub] .fenster-hub-stats span {
  display: inline-flex;
  align-items: center;
  padding: 0.38rem 0.75rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 160, 255, 0.2);
  background: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  font-weight: 650;
  letter-spacing: -0.01em;
}
.page-fenster-hub .site-frame[data-fenster-hub] .fenster-hub-shell {
  order: 4;
  display: grid;
  grid-template-columns: minmax(11rem, 13.5rem) minmax(0, 1fr);
  gap: clamp(1.25rem, 3vw, 2.25rem);
  padding: clamp(1.25rem, 2.8vw, 1.75rem);
  background: #fff;
  align-items: start;
}
.page-fenster-hub .site-frame[data-fenster-hub] .category-products {
  order: 2;
}
.page-fenster-hub .fenster-hub-nav {
  position: sticky;
  top: 88px;
  display: grid;
  gap: 0.1rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, #f0f7ff 0%, #f8fafc 100%);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}
.page-fenster-hub .fenster-hub-nav__label {
  margin: 0.65rem 0 0.25rem;
  font-size: 0.62rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.page-fenster-hub .fenster-hub-nav__label:first-child { margin-top: 0; }
.page-fenster-hub .fenster-hub-nav a {
  display: block;
  padding: 0.42rem 0.55rem;
  border-radius: 8px;
  color: var(--ink);
  font-size: 0.86rem;
  font-weight: 650;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.page-fenster-hub .fenster-hub-nav a:hover {
  background: rgba(0, 160, 255, 0.08);
  color: var(--blue);
}
.page-fenster-hub .fenster-hub-main {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  min-width: 0;
}
.page-fenster-hub .fenster-hub-section__head {
  margin-bottom: 1.1rem;
}
.page-fenster-hub .fenster-hub-section__head h2 {
  margin: 0.15rem 0 0.45rem;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  letter-spacing: -0.03em;
}
.page-fenster-hub .fenster-hub-section__head .home-lead {
  margin: 0;
  max-width: 54ch;
}
.page-fenster-hub .fenster-offer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}
.page-fenster-hub .fenster-offer-card {
  display: grid;
  gap: 0.35rem;
  padding: 1rem 1.05rem;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.18s, transform 0.18s, box-shadow 0.18s;
}
.page-fenster-hub .fenster-offer-card:hover {
  border-color: rgba(0, 160, 255, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}
.page-fenster-hub .fenster-offer-card strong {
  font-family: var(--font-display);
  font-size: 0.96rem;
}
.page-fenster-hub .fenster-offer-card span:last-child {
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.4;
}
.page-fenster-hub .fenster-demo-lab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.page-fenster-hub .fenster-demo-panel {
  position: relative;
  padding: 1rem 1.05rem 1.15rem;
  border-radius: 16px;
  border: 1px solid var(--line);
  background: linear-gradient(165deg, #f8fbff 0%, #fff 70%);
}
.page-fenster-hub .fenster-demo-panel h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.page-fenster-hub .fenster-demo-panel p {
  margin: 0 0 0.85rem;
  font-size: 0.84rem;
  color: var(--muted);
  line-height: 1.45;
}
.page-fenster-hub .fenster-demo-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.85rem;
}
.page-fenster-hub .fenster-demo-toolbar button {
  padding: 0.38rem 0.7rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  font-size: 0.76rem;
  font-weight: 650;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
}
.page-fenster-hub .fenster-demo-toolbar button.is-active,
.page-fenster-hub .fenster-demo-toolbar button:hover {
  border-color: rgba(0, 160, 255, 0.4);
  background: rgba(0, 160, 255, 0.08);
  color: var(--blue);
}
.page-fenster-hub .fenster-hub-section--demo {
  margin-bottom: 0.5rem;
}
.page-fenster-hub .fenster-glass-demo__controls {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}
.page-fenster-hub .fenster-glass-demo__frame {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #0f141c;
  box-shadow:
    0 24px 50px rgba(15, 23, 42, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.page-fenster-hub .fenster-glass-demo__casing {
  padding: 0 14px 12px;
  background: linear-gradient(180deg, #4a5362 0%, #2f3642 48%, #252b35 100%);
}
.page-fenster-hub .fenster-glass-demo__facade {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 12px 0 10px;
}
.page-fenster-hub .fenster-glass-demo__awning {
  display: block;
  width: min(72%, 420px);
  height: 14px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(180deg, #8b1e2d 0%, #6d1522 100%);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  position: relative;
}
.page-fenster-hub .fenster-glass-demo__awning::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 5px;
  background: repeating-linear-gradient(
    90deg,
    #8b1e2d 0,
    #8b1e2d 10px,
    #6d1522 10px,
    #6d1522 20px
  );
}
.page-fenster-hub .fenster-glass-demo__facade-sign {
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.page-fenster-hub .fenster-glass-demo__viewport {
  position: relative;
  aspect-ratio: 16 / 10;
  min-height: 300px;
  max-height: 460px;
  overflow: hidden;
  border-radius: 3px;
  border: 4px solid #151a22;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.1),
    inset 0 16px 40px rgba(0, 0, 0, 0.22),
    0 1px 0 rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, #c4a882 0%, #a8896a 35%, #8b7358 100%);
}
.page-fenster-hub .fenster-glass-demo__shop {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #6f5a48 0%, #584636 55%, #3f3228 100%);
}
.page-fenster-hub .fenster-glass-demo__scene-wall {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 28%, rgba(255, 220, 170, 0.35), transparent 42%),
    radial-gradient(circle at 78% 22%, rgba(255, 210, 150, 0.22), transparent 38%),
    linear-gradient(180deg, #8a735c 0%, #6b5644 45%, #4a3b30 100%);
}
.page-fenster-hub .fenster-glass-demo__scene-plant {
  position: absolute;
  left: 6%;
  bottom: 18%;
  width: 18%;
  height: 42%;
  border-radius: 45% 45% 20% 20%;
  background: linear-gradient(180deg, #3d6b42 0%, #2a5230 55%, #1f4025 100%);
  box-shadow: inset -8px 0 16px rgba(0, 0, 0, 0.15);
}
.page-fenster-hub .fenster-glass-demo__scene-plant::before {
  content: "";
  position: absolute;
  left: -25%;
  top: 8%;
  width: 55%;
  height: 35%;
  border-radius: 50%;
  background: #4a8f52;
  transform: rotate(-18deg);
}
.page-fenster-hub .fenster-glass-demo__scene-plant::after {
  content: "";
  position: absolute;
  right: -18%;
  top: 18%;
  width: 48%;
  height: 30%;
  border-radius: 50%;
  background: #3f7d48;
  transform: rotate(12deg);
}
.page-fenster-hub .fenster-glass-demo__scene-counter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28%;
  background: linear-gradient(180deg, #5c4638 0%, #3f3028 100%);
  box-shadow: inset 0 8px 18px rgba(255, 255, 255, 0.06);
}
.page-fenster-hub .fenster-glass-demo__scene-counter::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: linear-gradient(90deg, #7a5f4d, #a88972, #7a5f4d);
}
.page-fenster-hub .fenster-glass-demo__scene-machine {
  position: absolute;
  right: 10%;
  bottom: 24%;
  width: 14%;
  height: 22%;
  border-radius: 4px 4px 2px 2px;
  background: linear-gradient(180deg, #cfd4dc 0%, #9aa3b0 100%);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.page-fenster-hub .fenster-glass-demo__scene-machine::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  top: 22%;
  height: 28%;
  border-radius: 2px;
  background: #2a313c;
}
.page-fenster-hub .fenster-glass-demo__scene-lamp {
  position: absolute;
  top: 6%;
  width: 8%;
  height: 18%;
  border-radius: 50% 50% 40% 40%;
  background: radial-gradient(circle at 50% 35%, #fff6dc, #f0c878 55%, #c89442 100%);
  filter: blur(0.5px);
  box-shadow: 0 0 28px rgba(255, 210, 130, 0.55);
}
.page-fenster-hub .fenster-glass-demo__scene-lamp--a { left: 24%; }
.page-fenster-hub .fenster-glass-demo__scene-lamp--b { right: 26%; width: 6%; height: 14%; opacity: 0.85; }
.page-fenster-hub .fenster-glass-demo__scene-shelf {
  position: absolute;
  left: 52%;
  right: 8%;
  top: 38%;
  height: 4px;
  background: #4a3b30;
  box-shadow: 0 10px 0 rgba(74, 59, 48, 0.65), 0 20px 0 rgba(74, 59, 48, 0.35);
}
.page-fenster-hub .fenster-glass-demo__scene-shelf::before,
.page-fenster-hub .fenster-glass-demo__scene-shelf::after {
  content: "";
  position: absolute;
  top: -14px;
  width: 12%;
  height: 18px;
  border-radius: 2px;
  background: linear-gradient(180deg, #8b6914, #6b5010);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.page-fenster-hub .fenster-glass-demo__scene-shelf::before { left: 8%; }
.page-fenster-hub .fenster-glass-demo__scene-shelf::after { left: 28%; width: 10%; }
.page-fenster-hub .fenster-glass-demo__shop img {
  display: none;
}
.page-fenster-hub .fenster-glass-demo__interior {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 248, 235, 0.18) 0%, transparent 32%),
    linear-gradient(0deg, rgba(20, 16, 12, 0.35) 0%, transparent 38%);
  transition: opacity 0.45s ease;
}
.page-fenster-hub .fenster-glass-demo__light {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  opacity: 0.55;
}
.page-fenster-hub .fenster-glass-demo__light--a {
  top: 12%;
  left: 18%;
  width: 28%;
  height: 22%;
  background: rgba(255, 210, 140, 0.55);
}
.page-fenster-hub .fenster-glass-demo__light--b {
  top: 18%;
  right: 14%;
  width: 20%;
  height: 16%;
  background: rgba(255, 230, 180, 0.4);
}
.page-fenster-hub .fenster-glass-demo__shelf {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 22%;
  height: 3px;
  background: linear-gradient(90deg, transparent, rgba(80, 55, 35, 0.65) 15%, rgba(80, 55, 35, 0.65) 85%, transparent);
  box-shadow: 0 8px 0 rgba(80, 55, 35, 0.25);
}
.page-fenster-hub .fenster-glass-demo__mullion {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 5px;
  transform: translateX(-50%);
  z-index: 6;
  background: linear-gradient(90deg, #0f141c, #3d4654 45%, #2a313c 55%, #0f141c);
  box-shadow:
    -1px 0 0 rgba(255, 255, 255, 0.06),
    1px 0 0 rgba(0, 0, 0, 0.35);
  pointer-events: none;
}
.page-fenster-hub .fenster-glass-demo__glass {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}
.page-fenster-hub .fenster-glass-demo__sheen {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.48) 0%, rgba(255, 255, 255, 0.1) 18%, transparent 38%),
    linear-gradient(205deg, transparent 52%, rgba(255, 255, 255, 0.08) 76%, rgba(255, 255, 255, 0.16) 100%);
  opacity: 0.78;
}
.page-fenster-hub .fenster-glass-demo__reflection {
  position: absolute;
  top: 6%;
  right: 4%;
  width: 38%;
  height: 55%;
  border-radius: 42% 58% 52% 48%;
  background: radial-gradient(circle at 28% 28%, rgba(255, 255, 255, 0.42), transparent 70%);
  filter: blur(10px);
  opacity: 0.7;
}
.page-fenster-hub .fenster-glass-demo__street-reflect {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  background: linear-gradient(0deg, rgba(180, 195, 210, 0.22), transparent 70%);
  opacity: 0.65;
}
.page-fenster-hub .fenster-glass-demo__dust {
  position: absolute;
  inset: 0;
  opacity: 0.22;
  background-image: radial-gradient(rgba(255, 255, 255, 0.45) 0.5px, transparent 0.5px);
  background-size: 12px 12px;
}
.page-fenster-hub .fenster-glass-demo__vinyl {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 44%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease, filter 0.4s ease;
  pointer-events: none;
  mix-blend-mode: normal;
}
.page-fenster-hub .fenster-glass-demo__frame.is-labeled .fenster-glass-demo__vinyl {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.page-fenster-hub .fenster-glass-demo__frame.is-empty .fenster-glass-demo__vinyl {
  opacity: 0;
  transform: translate(-50%, -48%) scale(0.98);
}
.page-fenster-hub .fenster-glass-demo__hours {
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  position: relative;
}
.page-fenster-hub .fenster-glass-demo__hours::after {
  content: "";
  position: absolute;
  inset: -0.35rem -0.5rem;
  opacity: 0.06;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
  border-radius: 2px;
}
.page-fenster-hub .fenster-glass-demo__shop-name {
  margin: 0 0 0.35rem;
  font-size: clamp(0.68rem, 1.5vw, 0.82rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.9;
}
.page-fenster-hub .fenster-glass-demo__hours-title {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(0.95rem, 2.2vw, 1.28rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.page-fenster-hub .fenster-glass-demo__hours-grid {
  margin: 0;
  display: grid;
  gap: 0.24rem;
  font-size: clamp(0.78rem, 1.7vw, 0.95rem);
  line-height: 1.22;
}
.page-fenster-hub .fenster-glass-demo__hours-grid div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.1rem;
  align-items: baseline;
  text-align: left;
}
.page-fenster-hub .fenster-glass-demo__hours-grid dt {
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.page-fenster-hub .fenster-glass-demo__hours-grid dd {
  margin: 0;
  font-weight: 650;
  text-align: right;
  white-space: nowrap;
}
.page-fenster-hub .fenster-glass-demo__frame.is-light .fenster-glass-demo__vinyl {
  color: #0c1218;
  filter: drop-shadow(0 0.5px 0 rgba(255, 255, 255, 0.35));
}
.page-fenster-hub .fenster-glass-demo__frame.is-light .fenster-glass-demo__hours-grid,
.page-fenster-hub .fenster-glass-demo__frame.is-light .fenster-glass-demo__shop-name,
.page-fenster-hub .fenster-glass-demo__frame.is-light .fenster-glass-demo__hours-title {
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__shop {
  filter: brightness(0.55) saturate(0.75);
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__scene-lamp {
  box-shadow: 0 0 36px rgba(255, 200, 110, 0.75);
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__interior {
  background:
    linear-gradient(180deg, rgba(10, 14, 22, 0.65) 0%, rgba(10, 14, 22, 0.2) 42%, rgba(10, 14, 22, 0.55) 100%),
    radial-gradient(circle at 68% 24%, rgba(255, 200, 110, 0.16), transparent 48%);
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__light {
  opacity: 0.85;
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__sheen {
  opacity: 0.28;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.14) 0%, transparent 28%),
    linear-gradient(0deg, rgba(255, 255, 255, 0.05), transparent 42%);
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__street-reflect {
  opacity: 0.35;
}
.page-fenster-hub .fenster-glass-demo__frame.is-dark .fenster-glass-demo__vinyl {
  color: #f6f8fc;
  filter: drop-shadow(0 0 14px rgba(255, 255, 255, 0.22));
}
.page-fenster-hub .fenster-glass-demo__sidewalk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 18%;
  z-index: 7;
  background:
    linear-gradient(180deg, transparent 0%, rgba(45, 50, 58, 0.35) 35%, rgba(35, 40, 48, 0.82) 100%);
  pointer-events: none;
}
.page-fenster-hub .fenster-glass-demo__curb {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, #6b7280, #9ca3af, #6b7280);
  opacity: 0.75;
}
.page-fenster-hub .fenster-glass-demo__sill {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  z-index: 8;
  background: linear-gradient(180deg, #3d4654, #252b35);
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.08);
  pointer-events: none;
}
.page-fenster-hub .fenster-glass-demo__threshold {
  height: 6px;
  margin-top: 6px;
  border-radius: 0 0 2px 2px;
  background: linear-gradient(180deg, #1a2029, #0f141c);
}
.page-fenster-hub .fenster-glass-demo__caption {
  margin: 0;
  padding: 0.65rem 1rem 0.85rem;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: var(--muted);
  text-align: center;
  background: #f8fafc;
  border-top: 1px solid var(--line);
}
.page-fenster-hub .fenster-peel__glass {
  position: absolute;
  inset: 3.5rem 1rem auto;
  height: 168px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.35) 0%, transparent 42%),
    linear-gradient(180deg, rgba(196, 168, 130, 0.55), rgba(139, 115, 88, 0.75));
  border: 3px solid #252b35;
  box-shadow: inset 0 8px 24px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  opacity: 0.45;
}
.page-fenster-hub .fenster-peel__stack {
  position: relative;
  height: 160px;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.15), transparent 40%),
    repeating-linear-gradient(
      -12deg,
      #d8dee8 0,
      #d8dee8 8px,
      #e8edf4 8px,
      #e8edf4 16px
    );
  overflow: hidden;
  z-index: 1;
}
.page-fenster-hub .fenster-peel__transfer,
.page-fenster-hub .fenster-peel__vinyl,
.page-fenster-hub .fenster-peel__liner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  padding: 0.55rem 1rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.page-fenster-hub .fenster-peel__liner {
  bottom: 18px;
  width: 72%;
  background: #cbd5e1;
  color: #475569;
  z-index: 1;
}
.page-fenster-hub .fenster-peel__vinyl {
  bottom: 52px;
  width: 58%;
  background: #0c1218;
  color: #fff;
  z-index: 2;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.25);
  font-family: var(--font-display);
  letter-spacing: 0.06em;
}
.page-fenster-hub .fenster-peel__transfer {
  top: 22px;
  width: 64%;
  background: rgba(255, 255, 255, 0.55);
  border: 1px dashed rgba(0, 160, 255, 0.45);
  color: var(--blue);
  z-index: 3;
  backdrop-filter: blur(2px);
}
.page-fenster-hub .fenster-peel__stack.is-peeling .fenster-peel__vinyl {
  transform: translateX(-50%) translateY(-38px) rotate(-4deg);
}
.page-fenster-hub .fenster-peel__stack.is-peeling .fenster-peel__transfer {
  transform: translateX(-50%) translateY(12px);
  opacity: 0.85;
}
.page-fenster-hub .fenster-peel__stack.is-peeling .fenster-peel__liner {
  opacity: 0.55;
}
.page-fenster-hub .fenster-scale__stage {
  position: relative;
  min-height: 220px;
  margin-bottom: 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.45);
  background: #dfe5ec;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1rem 1rem 2.75rem;
  gap: 1.25rem;
  overflow: hidden;
}
.page-fenster-hub .fenster-scale__window {
  position: absolute;
  inset: 0.75rem 1rem 2.2rem;
  border-radius: 6px;
  border: 4px solid #252b35;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, transparent 40%),
    linear-gradient(180deg, rgba(180, 160, 130, 0.5), rgba(120, 100, 80, 0.65));
  box-shadow: inset 0 10px 30px rgba(0, 0, 0, 0.12);
  pointer-events: none;
}
.page-fenster-hub .fenster-scale__window::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 3px;
  transform: translateX(-50%);
  background: rgba(37, 43, 53, 0.85);
}
.page-fenster-hub .fenster-scale__ref,
.page-fenster-hub .fenster-scale__motif {
  position: relative;
  z-index: 1;
}
.page-fenster-hub .fenster-scale__ref {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  text-align: center;
}
.page-fenster-hub .fenster-scale__ref--a4 {
  width: 52px;
  height: 74px;
  border: 1px solid #cbd5e1;
  background: #fff;
  display: grid;
  place-items: center;
  border-radius: 2px;
}
.page-fenster-hub .fenster-scale__ref--hand {
  width: 42px;
  height: 58px;
  border-radius: 40% 40% 30% 30%;
  border: 1px solid #cbd5e1;
  background: linear-gradient(180deg, #fde68a, #fcd34d);
  display: grid;
  place-items: center;
}
.page-fenster-hub .fenster-scale__motif {
  width: 184px;
  min-height: 48px;
  border-radius: 6px;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E"),
    #0f172a;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: width 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.18);
}
.page-fenster-hub .gewerbe-hub-grid,
.page-fenster-hub .studio-products--foil {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}
@media (max-width: 900px) {
  .page-fenster-hub .gewerbe-hub-grid,
  .page-fenster-hub .studio-products--foil {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.page-fenster-hub .studio-products--foil .studio-product {
  position: relative;
  overflow: hidden;
}
.page-fenster-hub .studio-products--foil .studio-product::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.1' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.page-fenster-hub .studio-products--foil .studio-product:hover::after {
  opacity: 1;
}
.page-fenster-hub .fenster-hub-faq {
  padding: 0;
  border-top: 0;
  background: transparent;
}
@media (max-width: 900px) {
  .page-fenster-hub .fenster-hub-shell {
    grid-template-columns: 1fr;
  }
  .page-fenster-hub .fenster-hub-nav {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .page-fenster-hub .fenster-hub-nav__label { grid-column: 1 / -1; }
  .page-fenster-hub .fenster-demo-lab,
  .page-fenster-hub .fenster-offer-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .page-fenster-hub .fenster-hub-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-fenster-hub .fenster-glass-demo__vinyl,
  .page-fenster-hub .fenster-peel__transfer,
  .page-fenster-hub .fenster-peel__vinyl,
  .page-fenster-hub .fenster-scale__motif {
    transition: none;
  }
}

/* ———————————— Fenster-Baukasten (Sign Studio) ———————————— */
.sign-studio {
  grid-column: 1 / -1;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background:
    radial-gradient(90% 80% at 10% 0%, rgba(110,176,255,0.16), transparent 52%),
    linear-gradient(180deg, rgba(249,251,255,0.96), rgba(255,255,255,0.98));
  padding: 1rem 1rem 1rem;
  box-shadow: 0 24px 60px rgba(2, 6, 23, 0.08);
}
.sign-studio__head {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 0.95rem;
}
.sign-studio__kicker {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 800;
}
.sign-studio__head strong {
  font-size: 1.16rem;
  letter-spacing: -0.02em;
}
.sign-studio__head p {
  margin: 0;
  color: #475467;
  font-weight: 600;
  font-size: 0.88rem;
}
.sign-studio__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.sign-studio__facts span {
  border: 1px solid rgba(110,176,255,0.28);
  border-radius: 999px;
  background: rgba(110,176,255,0.08);
  padding: 0.35rem 0.6rem;
  color: #144873;
  font-size: 0.72rem;
  font-weight: 800;
}
.sign-studio__section {
  border: 1px solid rgba(189, 198, 213, 0.75);
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  padding: 0.9rem;
  margin: 0 0 0.85rem;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.75);
}
.sign-studio__section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  align-items: start;
  margin-bottom: 0.8rem;
}
.sign-studio__step {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(180deg, #0f84ff, #0a63d8);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(10,99,216,0.22);
}
.sign-studio__section-head strong {
  display: block;
  font-size: 0.95rem;
  color: #101828;
}
.sign-studio__section-head p {
  margin: 0.16rem 0 0;
  color: #667085;
  font-size: 0.8rem;
  line-height: 1.45;
}
.sign-studio__presets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
}
.sign-studio__presets button {
  border: 1px solid #d3dbe8;
  background: linear-gradient(180deg, #fff, #f7faff);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-weight: 800;
  color: #374151;
  font-size: 0.79rem;
  box-shadow: 0 1px 0 rgba(255,255,255,0.9);
}
.sign-studio__presets button.is-active {
  border-color: rgba(35,126,255,0.45);
  background: linear-gradient(180deg, rgba(35,126,255,0.16), rgba(35,126,255,0.08));
  color: #0c4a7a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}
.sign-studio__layout {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0.75rem;
  margin: 0;
}
.sign-studio__group {
  border: 1px solid #dde3ec;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #f7f9fc);
  padding: 0.7rem;
}
.sign-studio__group > span {
  display: block;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 900;
  color: #556274;
  margin-bottom: 0.45rem;
}
.sign-studio__chips {
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
}
.sign-studio__chips button {
  border: 1px solid #d8e0ec;
  border-radius: 999px;
  background: #fff;
  padding: 0.34rem 0.62rem;
  font-weight: 800;
  color: #2a3343;
  font-size: 0.76rem;
}
.sign-studio__chips button.is-active {
  border-color: rgba(35,126,255,0.55);
  background: rgba(35,126,255,0.12);
  color: #0c4a7a;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.28);
}
.sign-studio__toggle {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 0.8rem 0 0;
  font-weight: 800;
  color: #3d4656;
  font-size: 0.84rem;
}
.sign-studio__toggle input {
  width: 18px;
  height: 18px;
  accent-color: #6eb0ff;
}
.sign-studio__logo {
  border: 1px dashed rgba(35,126,255,0.35);
  border-radius: 18px;
  background:
    radial-gradient(100% 100% at 0% 0%, rgba(35,126,255,0.08), transparent 62%),
    rgba(248,250,255,0.88);
  padding: 0.9rem 0.85rem;
  margin: 0 0 0.85rem;
}
.sign-studio__drop strong {
  display: block;
  font-size: 0.95rem;
  margin-bottom: 0.2rem;
}
.sign-studio__drop small {
  display: block;
  color: #5a6474;
  font-weight: 700;
  font-size: 0.78rem;
}
.sign-studio__chips--logo {
  margin-top: 0.7rem;
  gap: 0.45rem;
}
.sign-studio__rows {
  display: grid;
  gap: 0.7rem;
  margin: 0.25rem 0 0.55rem;
}
.sign-row {
  border: 1px solid #dbe2ed;
  border-radius: 16px;
  padding: 0.7rem;
  background: linear-gradient(180deg, #fff, #fbfcff);
  display: grid;
  gap: 0.55rem;
}
.sign-row__top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.6rem;
  align-items: center;
}
.sign-row__top > span {
  width: 26px;
  height: 26px;
  border-radius: 10px;
  background: rgba(35,126,255,0.12);
  color: #0c4a7a;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 0.72rem;
}
.sign-row__top input {
  min-height: 46px;
  border: 1px solid #d4dce8;
  border-radius: 13px;
  padding: 0 0.75rem;
  font-weight: 700;
}
.sign-row__rm {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid #d4dce8;
  background: #fff;
  font-size: 1.1rem;
  color: #4d5666;
}
.sign-row__tools {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  align-items: center;
}
.sign-row__tools select {
  border: 1px solid #d4dce8;
  border-radius: 13px;
  background: #fff;
  padding: 0.4rem 0.72rem;
  min-height: 42px;
  font-weight: 800;
}
.sign-studio__chips--size button {
  padding: 0.28rem 0.5rem !important;
}
.sign-studio__add {
  width: 100%;
  border: 1px dashed #c0cbe0;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff, #f7faff);
  padding: 0.72rem 0.95rem;
  font-weight: 900;
  color: #3f4b61;
  margin: 0.1rem 0 0.75rem;
}
.sign-studio__hints {
  display: grid;
  gap: 0.45rem;
  margin: 0;
}
.sign-studio__hints > span {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #556274;
  font-weight: 900;
}
.sign-studio__hint-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
.sign-studio__hint-grid button {
  border: 1px solid #d9e1ec;
  background: linear-gradient(180deg, #fff, #f9fbff);
  border-radius: 12px;
  padding: 0.5rem 0.35rem;
  font-size: 0.72rem;
  font-weight: 900;
  color: #2a3343;
  line-height: 1.1;
}
.sign-studio__hint-grid button.is-active {
  border-color: rgba(35,126,255,0.55);
  background: rgba(35,126,255,0.12);
  color: #0c4a7a;
}
.sign-studio__note {
  margin: 0;
  color: #5a6474;
  font-weight: 750;
  font-size: 0.83rem;
}
.sign-xsell {
  grid-column: 1 / -1;
  display: grid;
  gap: 0.28rem;
  border: 1px solid rgba(110,176,255,0.45);
  background: linear-gradient(135deg, rgba(110,176,255,0.12), rgba(110,176,255,0.04));
  border-radius: 14px;
  padding: 0.7rem 0.8rem;
  text-decoration: none;
  color: #1f2937;
  margin-bottom: 0.35rem;
}
.sign-xsell__kicker {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 900;
  color: #0c4a7a;
}
.sign-xsell strong {
  font-size: 0.94rem;
}
.sign-xsell span:last-child {
  color: #425066;
  font-weight: 700;
  font-size: 0.8rem;
}

/* Glas-Vorschau: steckt in der Produkt-Galerie */
.product-gallery--sign-studio {
  position: relative;
}
.sign-hero {
  position: absolute;
  inset: 0;
  border-radius: 14px;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}
.sign-hero__frame {
  position: absolute;
  inset: 0;
  padding: 14px;
}
.sign-hero__toolbar {
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  z-index: 3;
}
.sign-hero__pill {
  border-radius: 999px;
  padding: 0.45rem 0.78rem;
  background: rgba(8, 12, 20, 0.72);
  border: 1px solid rgba(255,255,255,0.12);
  color: #f8fafc;
  backdrop-filter: blur(10px);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.sign-hero__pill--ghost {
  background: rgba(255,255,255,0.14);
}
.sign-hero__glass {
  height: 100%;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(110,176,255,0.38);
  background:
    radial-gradient(90% 70% at 20% 0%, rgba(110,176,255,0.18), transparent 55%),
    linear-gradient(155deg, #374151 0%, #111827 55%, #0b1220 100%);
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -28px 80px rgba(0,0,0,0.22);
}
.sign-hero__glass.is-white {
  background:
    radial-gradient(90% 70% at 85% 90%, rgba(255,255,255,0.45), transparent 50%),
    linear-gradient(155deg, #f8fafc 0%, #e9eef5 100%);
  border-color: rgba(15,23,42,0.15);
}
.sign-hero__shine {
  position: absolute;
  inset: -60% -60% auto -60%;
  height: 160%;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), transparent 45%);
  transform: rotate(-10deg);
}
.sign-hero__grid {
  position: absolute;
  inset: 18px;
  border-radius: 14px;
  background-image:
    linear-gradient(rgba(255,255,255,0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.045) 1px, transparent 1px);
  background-size: 26px 26px;
  opacity: 0.55;
}
.sign-hero__glass.is-white .sign-hero__grid {
  background-image:
    linear-gradient(rgba(17,24,39,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17,24,39,0.06) 1px, transparent 1px);
}
.sign-stack {
  width: 86%;
  display: grid;
  gap: 0.35rem;
  text-align: center;
  z-index: 1;
  padding: 2rem 0;
}
.sign-stack[data-align="left"] { text-align: left; justify-items: start; }
.sign-stack[data-align="center"] { text-align: center; justify-items: center; }
.sign-stack[data-align="right"] { text-align: right; justify-items: end; }
.sign-stack__line {
  font-weight: 900;
  letter-spacing: 0.02em;
  text-wrap: balance;
}
.sign-stack__logo img {
  max-height: 62px;
  width: auto;
  display: block;
  filter: drop-shadow(0 6px 10px rgba(0,0,0,0.18));
}
.sign-stack__div {
  width: 68%;
  height: 1px;
  margin: 0.15rem auto;
  opacity: 0.95;
}
.sign-stack[data-gap="compact"] { gap: 0.18rem; }
.sign-stack[data-gap="normal"] { gap: 0.32rem; }
.sign-stack[data-gap="airy"] { gap: 0.48rem; }
.sign-stack__badge {
  margin-top: 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.25);
  padding: 0.46rem 0.92rem;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  background: rgba(255,255,255,0.08);
}
.sign-hero__meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  z-index: 3;
}
.sign-hero__meta span {
  border-radius: 999px;
  padding: 0.48rem 0.8rem;
  background: rgba(10, 14, 22, 0.72);
  border: 1px solid rgba(255,255,255,0.1);
  color: #f8fafc;
  backdrop-filter: blur(10px);
  font-size: 0.74rem;
  font-weight: 800;
}
[data-product-slug="fensterbeschriftung-gewerbe"] .product-panel {
  border-radius: 24px;
  padding: 1.35rem 1.35rem 1.15rem;
  box-shadow: 0 26px 70px rgba(15,23,42,0.08);
}
[data-product-slug="fensterbeschriftung-gewerbe"] .product-buybox {
  border-radius: 22px;
  background:
    radial-gradient(90% 80% at 0% 0%, rgba(35,126,255,0.08), transparent 58%),
    linear-gradient(180deg, #ffffff, #fbfdff);
  box-shadow: 0 14px 35px rgba(15,23,42,0.06);
}
[data-product-slug="fensterbeschriftung-gewerbe"] .product-buybox__price-row {
  align-items: baseline;
  gap: 0.5rem;
}
[data-product-slug="fensterbeschriftung-gewerbe"] .product-buybox__delivery {
  margin-bottom: 0.9rem;
}
[data-product-slug="fensterbeschriftung-gewerbe"] .buy-field,
[data-product-slug="fensterbeschriftung-gewerbe"] .product-custom-field {
  display: grid;
  gap: 0.4rem;
}
[data-product-slug="fensterbeschriftung-gewerbe"] .buy-field select,
[data-product-slug="fensterbeschriftung-gewerbe"] .buy-field input,
[data-product-slug="fensterbeschriftung-gewerbe"] .product-custom-field input,
[data-product-slug="fensterbeschriftung-gewerbe"] .product-custom-field textarea {
  min-height: 46px;
  border-radius: 14px;
  border-color: #d4dce8;
  background: linear-gradient(180deg, #fff, #fbfdff);
}
[data-product-slug="fensterbeschriftung-gewerbe"] .buy-cta {
  min-height: 52px;
  border-radius: 16px;
  font-size: 0.98rem;
  box-shadow: 0 14px 28px rgba(10,99,216,0.2);
}
[data-product-slug="fensterbeschriftung-gewerbe"] .buy-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid #d7e0ec;
  background: #fff;
  font-weight: 800;
  color: #203047;
  text-decoration: none;
}

@media (max-width: 900px) {
  .sign-studio__layout {
    grid-template-columns: 1fr;
  }
  .sign-studio__hint-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sign-hero__frame { padding: 10px; }
  .sign-hero__toolbar,
  .sign-hero__meta {
    left: 12px;
    right: 12px;
  }
  .sign-hero__grid {
    inset: 14px;
  }
  .sign-studio__section {
    padding: 0.8rem;
  }
}

/* --- CRO: Shop states, Motiv-Picker, Variant UX --- */
.shop-skeleton-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  width: 100%;
}
.shop-skeleton-grid--compact {
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
}
.shop-skeleton-card {
  min-height: 280px;
  border-radius: 16px;
  background: linear-gradient(90deg, #eef2f7 0%, #f8fafc 50%, #eef2f7 100%);
  background-size: 200% 100%;
  animation: shop-skeleton-shimmer 1.2s ease-in-out infinite;
}
@keyframes shop-skeleton-shimmer {
  0% { background-position: 100% 0; }
  100% { background-position: -100% 0; }
}
.shop-error-state {
  grid-column: 1 / -1;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid #f5c2c7;
  background: #fff5f5;
  text-align: center;
}
.shop-error-state__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1rem;
}
.shop-error-banner {
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #fff5f5;
  border: 1px solid #f5c2c7;
  color: #842029;
}
.product-skeleton {
  display: inline-block;
  border-radius: 8px;
  background: linear-gradient(90deg, #e8edf4 0%, #f4f7fb 50%, #e8edf4 100%);
  background-size: 200% 100%;
  animation: shop-skeleton-shimmer 1.2s ease-in-out infinite;
}
.product-skeleton--title {
  width: min(100%, 320px);
  height: 2rem;
}
.product-skeleton--price {
  width: 120px;
  height: 1.5rem;
}
.product-price--loading .product-skeleton--price {
  display: inline-block;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.product-motif-picker {
  margin: 0 0 0.25rem;
  grid-column: 1 / -1;
  min-width: 0;
}
.product-motif-picker__title {
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.product-motif-picker__grid {
  display: grid;
  /* Buybox ist ~410px: 2 lesbare Spalten statt 3 Mini-Kacheln */
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem;
  max-height: min(20rem, 42vh);
  overflow: auto;
  padding: 2px;
  scrollbar-gutter: stable;
}
.product-motif-picker__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.15rem;
  min-width: 0;
  min-height: 44px;
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  border: 1px solid #d7e0ec;
  background: #fff;
  text-align: left;
  cursor: pointer;
}
.product-motif-picker__item.is-active {
  border-color: var(--blue, #2563eb);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}
.product-motif-picker__num {
  font-weight: 800;
  font-size: 0.85rem;
}
.product-motif-picker__label {
  font-size: 0.78rem;
  line-height: 1.25;
  color: #4b5563;
  overflow-wrap: anywhere;
}
.product-buy .product-motif-picker__hint {
  margin: 0.6rem 0 0.2rem;
  font-size: 0.8rem;
  line-height: 1.4;
  color: #64748b;
}
.product-buy .buy-secondary {
  grid-column: 1 / -1;
}
.product-motif-number-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.size-chips {
  display: grid;
  /* An Buybox-Breite anpassen – nie 5 Mini-Spalten in 200px */
  grid-template-columns: repeat(auto-fill, minmax(5.75rem, 1fr));
  gap: 0.4rem;
  margin-top: 0.35rem;
  width: 100%;
  align-content: start;
}
.size-chip {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.08rem;
  min-height: 0;
  height: auto;
  width: 100%;
  padding: 0.4rem 0.35rem;
  border-radius: 10px;
  border: 1.5px solid #d7e0ec;
  background: #fff;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.size-chip:hover {
  border-color: #9fb0c8;
}
.size-chip.is-active {
  border-color: var(--blue, #00a0ff);
  background: #f0f7ff;
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.2);
}
.size-chip__label {
  font-weight: 800;
  font-size: 0.88rem;
  letter-spacing: -0.02em;
  color: #0c0e12;
  line-height: 1.1;
}
.size-chip__price {
  font-size: 0.72rem;
  font-weight: 600;
  color: #4b5563;
  line-height: 1.15;
}
.size-chip.is-active .size-chip__label {
  color: #065f9c;
}
.size-chip.is-active .size-chip__price {
  color: #0a7fd1;
}
.size-chip__rec {
  display: block;
  margin-top: 0.08rem;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0a7fd1;
}
.size-chip--popular {
  border-color: #9ec9ea;
}
.product-cart-added__upsell {
  margin: 0 0 0.65rem;
  font-size: 0.88rem;
  color: #4b5563;
}
.product-cart-added__upsell a {
  font-weight: 800;
  color: #0a7fd1;
  text-decoration: none;
}
.cart-upsell {
  display: grid;
  gap: 0.55rem;
  margin: 0.85rem 0 0;
}
.cart-upsell__kicker {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748b;
}
.cart-upsell__card {
  display: grid;
  gap: 0.15rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid #d7e0ec;
  background: #f7fbff;
  text-decoration: none;
  color: inherit;
}
.cart-upsell__card strong {
  font-size: 0.92rem;
  letter-spacing: -0.02em;
}
.cart-upsell__card span {
  font-size: 0.8rem;
  color: #5a6880;
  line-height: 1.4;
}
.cart-upsell__card em {
  font-style: normal;
  font-size: 0.8rem;
  font-weight: 800;
  color: #0a7fd1;
}
.cart-upsell--mini {
  margin-top: 0.2rem;
}
.product-trust-list {
  list-style: none;
  margin: 0.75rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
  font-size: 0.85rem;
  color: #4b5563;
}
.product-trust-list li::before {
  content: "✓ ";
  color: #16a34a;
  font-weight: 700;
}
.product-cart-added {
  margin-top: 0.75rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
}
.product-cart-added__ok {
  margin: 0 0 0.65rem;
  font-weight: 700;
}
.product-cart-added__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.studio-product--bestseller .studio-product__use {
  display: block;
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.35;
}
.studio-product--bestseller .studio-product__price {
  font-weight: 700;
}
.studio-product--bestseller .studio-product__cta {
  font-size: 0.82rem;
  color: var(--blue, #2563eb);
}
.home-banner__trust,
.page-hero-trust {
  margin: 0.5rem 0 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.88);
}
.landing-config-teaser {
  margin: 0 auto 2rem;
  max-width: 72rem;
  padding: 0 1rem;
}
.landing-config-teaser__inner {
  border-radius: 16px;
  border: 1px solid #d7e0ec;
  background: linear-gradient(135deg, #f8fafc 0%, #eef2f7 100%);
  padding: 1.25rem 1.5rem;
}
.landing-config-teaser__preview {
  margin: 0.75rem 0 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #fff;
  border: 1px dashed #cbd5e1;
  font-weight: 700;
  line-height: 1.5;
}
.landing-config-teaser__preview p { margin: 0; }
.home-plotter { padding-top: 0; }

/* ---- Öffnungszeiten-Konfigurator ---- */
.page-hours-config { --max: 1360px; }
.hours-config { padding-bottom: 3.5rem; min-width: 0; }
.hours-config__intro { margin: 0 0 0.85rem; }
.hours-config__intro h1 {
  margin: 0.15rem 0 0.35rem;
  font-size: clamp(1.45rem, 2.6vw, 2.05rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
}
.hours-config__intro p { margin: 0; color: #5a6474; font-size: 0.95rem; }
.hours-config__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(22rem, 0.72fr);
  gap: 1rem 1.35rem;
  align-items: start;
}
.hours-config__stage {
  position: sticky;
  top: 4.85rem;
  min-width: 0;
  min-height: calc(100vh - 6.2rem);
}
.page-hours-config .hours-config__stage {
  min-height: 0;
}
.hours-config__panel {
  display: grid;
  gap: 1rem;
  min-width: 0;
}
.hours-block {
  padding: 1rem 1.05rem 1.1rem;
  border: 1px solid var(--line, #d5dae3);
  border-radius: 16px;
  background: #fff;
  min-width: 0;
}
.hours-block h2 {
  margin: 0 0 0.7rem;
  font-size: 0.92rem;
  letter-spacing: -0.01em;
}
.hours-block__head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.4rem 0.8rem;
  margin-bottom: 0.55rem;
}
.hours-block__head h2 { margin: 0; }
.hours-linkbtn {
  border: 0;
  background: none;
  padding: 0;
  color: #0a7fd1;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
.hours-linkbtn:hover { color: #0c0e12; }
.hours-label {
  margin: 0.85rem 0 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8494;
}
.hours-note {
  margin: 0.65rem 0 0;
  font-size: 0.82rem;
  color: #5a6474;
}
.hours-field { display: grid; gap: 0.35rem; }
.hours-field span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8494;
}
.hours-field input,
.hours-qty input,
.hours-day input[type="time"] {
  width: 100%;
  min-width: 0;
  height: 2.55rem;
  padding: 0 0.7rem;
  border: 1px solid #d5dae3;
  border-radius: 10px;
  background: #f7f8fa;
  font: inherit;
}
.hours-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.hours-chip {
  appearance: none;
  border: 1px solid #d5dae3;
  background: #fff;
  color: #0c0e12;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font: inherit;
  font-size: 0.86rem;
  font-weight: 700;
  cursor: pointer;
}
.hours-chip:hover { border-color: #0c0e12; }
.hours-chip.is-active {
  background: #f0f7ff;
  color: #065f9c;
  border-color: var(--blue, #00a0ff);
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.2);
}
.hours-chip--light.is-active { color: #065f9c; }
.hours-chip--ghost { background: #f4f6f9; }
.hours-chip--swatch { display: inline-flex; align-items: center; gap: 0.4rem; }
.hours-chip--swatch::before {
  content: "";
  width: 0.85rem;
  height: 0.85rem;
  border-radius: 50%;
  background: var(--swatch, #141414);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.18);
}
.hours-chip--light.is-active { color: #065f9c; }
.hours-presets { margin-bottom: 0.75rem; }
.hours-days { display: grid; gap: 0.45rem; }
.hours-day {
  border: 1px solid #e4e8ef;
  border-radius: 12px;
  padding: 0.55rem 0.7rem;
  background: #fbfcfe;
}
.hours-day.is-open { background: #fff; }
.hours-day__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}
.hours-day__label { font-weight: 800; min-width: 1.6rem; }
.hours-day__toggle {
  border: 1px solid #d5dae3;
  background: #fff;
  border-radius: 999px;
  padding: 0.22rem 0.7rem;
  font: inherit;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
}
.hours-day.is-open .hours-day__toggle {
  background: #e8f6ee;
  border-color: #b7e0c6;
  color: #146b3a;
}
.hours-day__times {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.45rem 0.55rem;
  margin-top: 0.55rem;
  align-items: end;
}
.hours-day__times[hidden],
.hours-day__break[hidden] { display: none; }
.hours-day__times label {
  display: grid;
  gap: 0.2rem;
  font-size: 0.72rem;
  color: #5a6474;
  font-weight: 600;
}
.hours-day__break-toggle {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  height: 2.55rem;
  white-space: nowrap;
}
.hours-day__break {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem 0.55rem;
}
.hours-buy {
  padding: 1.05rem 1.1rem 1.15rem;
  border-radius: 8px;
  background: #fff;
  color: #0c0e12;
  border: 1px solid #d5d9d9;
  box-shadow: 0 2px 5px rgba(15, 23, 42, 0.06);
}
.hours-buy__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
}
.hours-buy__price {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.hours-buy__vat {
  margin: 0.15rem 0 0.85rem;
  font-size: 0.78rem;
  color: #64748b;
}
.hours-qty {
  display: grid;
  gap: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #0f172a;
}
.hours-qty input {
  width: 4.5rem;
  background: #fff;
  border-color: #888c8c;
  color: #0f172a;
}
.hours-buy .buy-cta {
  width: 100%;
  justify-content: center;
}
.hours-buy .product-trust-list {
  margin: 0.85rem 0 0;
  color: #4b5563;
}
.hours-layouts {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.45rem;
}
.hours-layout {
  appearance: none;
  display: grid;
  gap: 0.28rem;
  padding: 0.5rem 0.35rem 0.5rem;
  border: 1px solid #d5dae3;
  border-radius: 12px;
  background: #fbfcfe;
  color: #0c0e12;
  font: inherit;
  cursor: pointer;
  text-align: center;
  justify-items: center;
}
.hours-layout:hover { border-color: #0c0e12; }
.hours-layout.is-active {
  background: #f0f7ff;
  border-color: var(--blue, #00a0ff);
  color: #0c0e12;
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.2);
}
.hours-layout__mini {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 3px;
  width: 100%;
  height: 2.35rem;
  padding: 0.32rem 0.36rem;
  border-radius: 6px;
  background: #e8edf3;
}
.hours-layout.is-active .hours-layout__mini { background: #e8f1fa; }
.hours-layout__mini i {
  display: block;
  height: 3px;
  border-radius: 99px;
  background: #141414;
  width: 78%;
}
.hours-layout__mini--classic i:first-child { width: 42%; height: 4px; }
.hours-layout__mini--classic i:nth-child(2),
.hours-layout__mini--classic i:nth-child(3) { width: 30%; height: 1px; }
.hours-layout__mini--classic i:nth-child(4) { width: 74%; }
.hours-layout__mini i:first-child { width: 56%; height: 4px; }
.hours-layout__mini i:nth-child(2) { width: 88%; }
.hours-layout__mini i:nth-child(3) { width: 72%; }
.hours-layout__mini i:nth-child(4) { width: 60%; }
.hours-layout__mini--week i,
.hours-layout__mini--split i { width: 100%; height: 2px; }
.hours-layout__mini--week i:first-child,
.hours-layout__mini--split i:first-child { width: 48%; height: 4px; }
.hours-layout__mini--banner i:first-child { width: 92%; height: 7px; }
.hours-layout__mini--banner i:nth-child(2) { width: 84%; height: 4px; }
.hours-layout__mini--banner i:nth-child(3),
.hours-layout__mini--banner i:nth-child(4) { display: none; }
.hours-layout__mini--columns {
  grid-template-columns: 1fr 1fr;
  gap: 4px 6px;
}
.hours-layout__mini--columns i { width: 100%; }
.hours-layout__mini--columns i:first-child { grid-column: 1 / -1; width: 50%; height: 4px; }
.hours-layout__mini--editorial i:first-child { width: 42%; }
.hours-layout__mini--editorial i { width: 70%; }
.hours-layout__mini--cafe i:first-child { width: 48%; border-radius: 8px; }
.hours-layout__mini--cafe i:nth-child(2) { width: 28%; height: 2px; opacity: 0.45; }
.hours-layout__mini--block i { height: 5px; width: 90%; }
.hours-layout__mini--studio { justify-items: start; }
.hours-layout__mini--studio i { height: 2px; width: 100%; }
.hours-layout__mini--studio i:first-child { width: 70%; height: 3px; }
.hours-layout__mini--split i:nth-child(2),
.hours-layout__mini--split i:nth-child(4) { width: 100%; background: repeating-linear-gradient(90deg, #141414 0 40%, transparent 40% 50%, #141414 50% 90%, transparent 90% 100%); }
.hours-layout__name { font-size: 0.78rem; font-weight: 800; line-height: 1.15; }
.hours-layout__tag { font-size: 0.68rem; color: #7a8494; }
.hours-layout.is-active .hours-layout__tag { color: #5a6474; }
.hours-fonts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.4rem;
}
.hours-fonts.is-collapsed .hours-font.is-extra { display: none; }
.hours-fonts-more {
  appearance: none;
  width: 100%;
  margin: 0.55rem 0 0;
  padding: 0.55rem 0.7rem;
  border: 1px dashed #c5ccd6;
  border-radius: 10px;
  background: #f7f8fa;
  color: #0c0e12;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  cursor: pointer;
}
.hours-fonts-more:hover { border-color: #0c0e12; background: #fff; }
.hours-font {
  appearance: none;
  border: 1px solid #d5dae3;
  background: #fff;
  border-radius: 12px;
  padding: 0.4rem 0.35rem 0.45rem;
  cursor: pointer;
  color: #0c0e12;
  min-width: 0;
}
.hours-font:hover { border-color: #0c0e12; }
.hours-font.is-active {
  background: #f0f7ff;
  border-color: var(--blue, #00a0ff);
  color: #0c0e12;
  box-shadow: 0 0 0 2px rgba(0, 160, 255, 0.2);
}
.hours-font.is-active .hours-font__sample { color: inherit; }
.hours-font__sample {
  display: block;
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: 0.2rem;
  overflow: visible;
}
.hours-font__sample.wish-font--outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1.4px #0c0e12;
}
.hours-window.is-white .hours-vinyl.wish-font--outline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-color: #f4f4f4;
}
.hours-font__name {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
}
.hours-chips--sizes .hours-chip {
  display: grid;
  gap: 0.1rem;
  border-radius: 12px;
  padding: 0.45rem 0.7rem;
  text-align: left;
}
.hours-chip__h {
  font-size: 0.68rem;
  font-weight: 600;
  color: #7a8494;
}
.hours-chip.is-active .hours-chip__h { color: #0a7fd1; }
.hours-window {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
  min-height: inherit;
  gap: 0.55rem;
}
.hours-window__facade {
  position: relative;
  min-height: calc(100vh - 8rem);
  height: 100%;
  border-radius: 6px;
  background: #151a20;
  padding: 0.45rem;
  box-shadow: 0 18px 40px rgba(12, 14, 18, 0.18);
}
.hours-window.is-white .hours-window__facade { background: #d5dce4; }
.hours-window__frame {
  height: 100%;
  min-height: inherit;
  border: 9px solid #1a1f26;
  border-radius: 2px;
  background: #11161c;
}
.hours-window.is-white .hours-window__frame {
  border-color: #eef2f6;
  background: #dfe5ec;
}
.hours-window__pane {
  position: relative;
  height: 100%;
  min-height: calc(100vh - 9.2rem);
  overflow: hidden;
  container-type: inline-size;
  container-name: hours-pane;
}
.hours-window__world {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.22) 0%, transparent 28%),
    linear-gradient(0deg, rgba(42, 52, 64, 0.28), transparent 42%),
    radial-gradient(120% 80% at 70% 110%, #6d7c8c 0%, transparent 55%),
    linear-gradient(#8ea4b8, #6f8498);
}
.hours-window.is-white .hours-window__world {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08) 0%, transparent 30%),
    linear-gradient(#1c2733, #121820);
}
.hours-window__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(255,255,255,0.22) 0%, transparent 38%, transparent 64%, rgba(255,255,255,0.07) 100%);
  z-index: 4;
  pointer-events: none;
}
.hours-window__vinyl-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #141414;
}
.hours-window.is-white .hours-window__vinyl-wrap { color: #f4f4f4; }
.hours-window--real {
  display: block;
  min-height: 0;
  height: auto;
}
.hours-scene {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #12171d;
  box-shadow: 0 16px 36px rgba(12, 14, 18, 0.16);
}
.hours-scene__photo {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  object-position: center 46%;
}
.hours-scene__shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(118deg, rgba(255,255,255,0.18) 0%, transparent 36%, transparent 62%, rgba(255,255,255,0.08) 100%);
  z-index: 4;
  pointer-events: none;
}
.hours-window--real.is-inside .hours-scene__shine { z-index: 6; opacity: 0.42; }
.hours-window--real.is-outside .hours-scene__shine { z-index: 3; opacity: 0.28; }
.hours-scene__glass {
  position: absolute;
  left: 7%;
  right: 20%;
  top: 8%;
  bottom: 16%;
  z-index: 5;
  container-type: inline-size;
  container-name: hoursglass;
  pointer-events: none;
  overflow: visible;
}
.hours-plot {
  position: absolute;
  left: 50%;
  top: 42%;
  width: calc(100cqi * var(--plot-w, 25) / var(--pane-cm, 62));
  height: calc(100cqi * var(--plot-h, 12) / var(--pane-cm, 62));
  transform: translate(-50%, -50%);
  overflow: visible;
  z-index: 5;
}
.hours-plot__body {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  padding: calc(100cqi * var(--pad-cm, 1.2) / var(--pane-cm, 62) / 2) 0;
}
.hours-plot__body .hours-vinyl {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: visible;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.16));
}
.hours-vinyl { width: 100%; }
.hours-vinyl.is-center { text-align: center; }
.hours-vinyl.is-left { text-align: left; }
.hours-vinyl__title {
  position: relative;
  margin: 0;
  font-size: calc(100cqi * var(--title-cm, 2.5) / var(--pane-cm, 62) / 0.72);
  line-height: 0.82;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 800;
}
.hours-vinyl--classic .hours-vinyl__title,
.hours-vinyl--editorial .hours-vinyl__title,
.hours-vinyl--cafe .hours-vinyl__title {
  text-transform: none;
  letter-spacing: 0.01em;
  font-weight: 700;
}
.hours-vinyl--banner .hours-vinyl__title { letter-spacing: 0.12em; margin-bottom: 0.2em; }
.hours-vinyl--block .hours-vinyl__title { letter-spacing: 0.12em; }
.hours-vinyl--studio .hours-vinyl__title { letter-spacing: 0.16em; }
.hours-vinyl--columns .hours-vinyl__title,
.hours-vinyl--columns .hours-vinyl__rule--short {
  text-align: center;
}
.hours-vinyl--columns .hours-vinyl__rule--short { margin-left: auto; margin-right: auto; }
.hours-vinyl--studio,
.hours-vinyl--week {
  flex-direction: row;
  align-items: stretch;
  gap: 0.45em;
}
.hours-vinyl__stack { min-width: 0; flex: 1; display: flex; flex-direction: column; justify-content: center; }
.hours-vinyl__grid {
  display: grid;
  gap: calc(100cqi * var(--gap-cm, 0.4) / var(--pane-cm, 62));
  flex: 0 0 auto;
}
.hours-vinyl__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.35em;
  font-size: calc(100cqi * var(--row-cm, 1.4) / var(--pane-cm, 62) / 0.72);
  font-weight: 700;
  line-height: 0.82;
}
.hours-vinyl.is-center .hours-vinyl__row {
  justify-content: center;
  grid-template-columns: auto auto;
}
.hours-vinyl.is-center .hours-vinyl__leader { display: none; }
.hours-vinyl--week .hours-vinyl__row,
.hours-vinyl--split .hours-vinyl__row { grid-template-columns: 2.5em 1fr auto; }
.hours-vinyl__row.is-closed { opacity: 0.5; font-weight: 600; }
.hours-vinyl__leader {
  display: block;
  height: 0;
  border-bottom: 1px dotted currentColor;
  opacity: 0.45;
  min-width: 0.6em;
  transform: translateY(-0.12em);
}
.hours-vinyl__cols {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: calc(100cqi * var(--gap-cm, 0.4) / var(--pane-cm, 62)) 0.55em;
  align-items: start;
}
.hours-vinyl__cols .hours-vinyl__row { grid-template-columns: auto 1fr auto; }
.hours-vinyl__vline {
  width: 1px;
  align-self: stretch;
  background: currentColor;
  opacity: 0.4;
}
.hours-vinyl__flow {
  margin: 0;
  font-size: calc(100cqi * var(--row-cm, 1.4) / var(--pane-cm, 62) / 0.72);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.15;
}
.hours-vinyl__rule {
  display: block;
  width: 42%;
  height: 1px;
  margin: 0.08em auto;
  background: currentColor;
  opacity: 0.55;
  flex: 0 0 auto;
}
.hours-vinyl__rule--short { width: 28%; margin-left: 0; }
.hours-vinyl.is-center .hours-vinyl__rule--short { margin-left: auto; margin-right: auto; }
.hours-vinyl__rule--double {
  width: 36%;
  height: 3px;
  background: linear-gradient(currentColor, currentColor) center / 100% 1px no-repeat;
  box-shadow: 0 2px 0 currentColor;
  opacity: 0.7;
}
.hours-vinyl__bar {
  display: block;
  width: 100%;
  height: 0.22em;
  margin: 0.15em 0 calc(100cqi * var(--gap-cm, 0.4) / var(--pane-cm, 62));
  background: currentColor;
}
.hours-vinyl__dots {
  display: block;
  width: 2.4em;
  height: 0.28em;
  margin: 0.08em auto;
  background: radial-gradient(circle, currentColor 1.1px, transparent 1.2px) 0 50% / 0.55em 100%;
  opacity: 0.7;
  flex: 0 0 auto;
}
.hours-vinyl__diamond {
  display: block;
  width: 0.42em;
  height: 0.42em;
  margin: 0.15em auto 0.5em;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.8;
}
.hours-vinyl__mark {
  display: block;
  width: 0.55em;
  height: 0.55em;
  margin: 0.15em auto;
  border: 1px solid currentColor;
  transform: rotate(45deg);
  opacity: 0.7;
}
.hours-vinyl__flourish {
  display: block;
  width: 3.2em;
  height: 0.55em;
  margin: 0 auto 0.25em;
  position: relative;
  opacity: 0.7;
}
.hours-vinyl__flourish b,
.hours-vinyl__flourish::before,
.hours-vinyl__flourish::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.15em;
  height: 1px;
  background: currentColor;
}
.hours-vinyl__flourish::before { transform: translate(-100%, -50%) rotate(-18deg); transform-origin: right center; }
.hours-vinyl__flourish::after { transform: translate(0%, -50%) rotate(18deg); transform-origin: left center; }
.hours-vinyl__flourish b {
  width: 0.34em;
  height: 0.34em;
  border: 1px solid currentColor;
  background: transparent;
  transform: translate(-50%, -50%) rotate(45deg);
}
.hours-vinyl__flourish.is-flip { transform: scaleY(-1); margin: 0.35em auto 0; }
.hours-vinyl__rail {
  width: 0.18em;
  flex: 0 0 auto;
  background: currentColor;
  opacity: 0.85;
}
.hours-vinyl__grid--split .hours-vinyl__row {
  padding: 0.08em 0.12em;
  border-bottom: 1px solid currentColor;
  opacity: 1;
}
.hours-vinyl__grid--split .hours-vinyl__row { border-bottom-color: rgba(12, 14, 18, 0.22); }
.hours-window.is-white .hours-vinyl__grid--split .hours-vinyl__row { border-bottom-color: rgba(255, 255, 255, 0.28); }
.hours-vinyl__grid--week .hours-vinyl__day {
  opacity: 0.78;
  letter-spacing: 0.06em;
}
.hours-dim {
  position: absolute;
  pointer-events: none;
  z-index: 4;
  color: #0c0e12;
}
.hours-window.is-white .hours-dim { color: #f7f8fa; }
.hours-dim span {
  position: absolute;
  white-space: nowrap;
  padding: 0.1rem 0.34rem;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.96);
  color: #0c0e12;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  box-shadow: 0 1px 3px rgba(12, 14, 18, 0.18);
}
.hours-window.is-white .hours-dim span {
  background: rgba(12, 14, 18, 0.86);
  color: #fff;
}
.hours-dim i {
  display: block;
  position: absolute;
  background: currentColor;
}
.hours-dim--w {
  left: 0;
  right: 0;
  bottom: 100%;
  height: 1.25rem;
  margin-bottom: 0.62rem;
}
.hours-dim--w i {
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}
.hours-dim--w::before,
.hours-dim--w::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: -0.62rem;
  width: 1px;
  background: currentColor;
}
.hours-dim--w::before { left: 0; }
.hours-dim--w::after { right: 0; }
.hours-dim--w span {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hours-dim--h {
  top: 0;
  bottom: 0;
  left: 100%;
  width: 1.25rem;
  margin-left: 0.62rem;
}
.hours-dim--h i {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}
.hours-dim--h::before,
.hours-dim--h::after {
  content: "";
  position: absolute;
  left: -0.62rem;
  right: 50%;
  height: 1px;
  background: currentColor;
}
.hours-dim--h::before { top: 0; }
.hours-dim--h::after { bottom: 0; }
.hours-dim--h span {
  left: calc(50% + 0.32rem);
  top: 50%;
  writing-mode: vertical-rl;
  transform: translateY(-50%) rotate(180deg);
}
.hours-vinyl__title .hours-dim--letter {
  position: absolute;
  right: 100%;
  top: 0.16em;
  width: 1.15rem;
  height: 0.72em;
  margin-right: 0.55rem;
}
.hours-dim--letter i {
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
}
.hours-dim--letter::before,
.hours-dim--letter::after {
  content: "";
  position: absolute;
  left: 50%;
  right: -0.55rem;
  height: 1px;
  background: currentColor;
}
.hours-dim--letter::before { top: 0; }
.hours-dim--letter::after { bottom: 0; }
.hours-dim--letter span {
  right: calc(100% + 0.18rem);
  left: auto;
  top: 50%;
  transform: translateY(-50%);
}
.hours-hud {
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 0.65rem;
  z-index: 8;
  padding: 0.7rem 0.8rem 0.75rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #d5d9d9;
  box-shadow: 0 8px 22px rgba(12, 14, 18, 0.14);
  backdrop-filter: blur(10px);
}
.hours-hud dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem 0.7rem;
  margin: 0;
}
.hours-hud dt {
  margin: 0;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8494;
}
.hours-hud dd {
  margin: 0.12rem 0 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #0c0e12;
}
.hours-hud__meta {
  margin: 0.45rem 0 0;
  font-size: 0.72rem;
  color: #5a6474;
  line-height: 1.35;
}
.hours-window__readout { padding: 0 0.15rem; }
.hours-window__size { margin: 0; font-size: 1.02rem; }
.hours-window__meta { margin: 0.15rem 0 0; font-size: 0.8rem; color: #5a6474; }
.page-hours-config .wish-seo { margin-top: 2.6rem; }
.page-hours-config #konfigurator,
.page-hours-config #info,
.page-hours-config .wish-seo [id] { scroll-margin-top: 6rem; }
.config-hub__card--hours { grid-column: 1 / -1; }
@media (max-width: 1100px) {
  .hours-layouts { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .hours-fonts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
  .hours-config { padding-bottom: 2rem; }
  .hours-config__grid { grid-template-columns: 1fr; gap: 0.85rem; }
  .hours-config__stage {
    position: static;
    min-height: 0;
  }
  .hours-window { gap: 0.45rem; }
  .hours-window__facade,
  .hours-window__pane {
    min-height: min(70vh, 30rem);
    height: min(70vh, 30rem);
  }
  .hours-window__facade { border-radius: 4px; padding: 0.32rem; }
  .hours-window__frame { border-width: 7px; }
  .page-hours-config .hours-scene { border-radius: 10px; }
  .page-hours-config .hours-scene__photo {
    max-height: min(72vh, 34rem);
  }
  .hours-scene__glass {
    left: 4%;
    right: 18%;
    top: 6%;
    bottom: 14%;
  }
  .hours-hud { left: 0.5rem; right: 0.5rem; bottom: 0.5rem; padding: 0.6rem 0.7rem; }
  .hours-hud dd { font-size: 0.84rem; }
  .hours-layouts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hours-day__times { grid-template-columns: 1fr 1fr; }
  .hours-day__break-toggle { grid-column: 1 / -1; height: auto; }
}
@media (max-width: 480px) {
  .hours-block, .hours-buy { padding-left: 0.85rem; padding-right: 0.85rem; }
  .hours-window__facade,
  .hours-window__pane {
    min-height: min(64vh, 26rem);
    height: min(64vh, 26rem);
  }
  .hours-window__facade { padding: 0.24rem; border-radius: 3px; }
  .hours-window__frame { border-width: 5px; }
  .page-hours-config .hours-scene__photo { max-height: min(64vh, 26rem); }
  .hours-hud dl { grid-template-columns: 1fr 1fr 1fr; gap: 0.3rem; }
  .hours-dim--letter span { display: none; }
  .hours-fonts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* ---- Logo- & SVG-Konfigurator ---- */
.page-logo-config { --max: 1360px; }
.logo-config .cfg-steps--quiet {
  display: flex;
  gap: 0.65rem;
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  font-size: 0.78rem;
  color: #7a8494;
}
.logo-config .cfg-steps--quiet .cfg-step {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.logo-config .cfg-steps--quiet .cfg-step span {
  display: grid;
  place-items: center;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1px solid #d5dae3;
  font-size: 0.7rem;
  font-weight: 800;
}
.logo-config .cfg-steps--quiet .cfg-step.is-active {
  color: #0c0e12;
  font-weight: 700;
}
.logo-config .cfg-steps--quiet .cfg-step.is-active span {
  background: #00a0ff;
  border-color: #00a0ff;
  color: #fff;
}
.logo-config .hours-chip.cfg-segment {
  min-height: 0;
  min-width: 0;
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-size: 0.86rem;
  box-shadow: none;
}
.logo-scene {
  display: grid;
  gap: 0.55rem;
}
.logo-scene__surfaces {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.logo-scene__facade {
  background: #cfd6de;
  border-radius: 6px;
  padding: 0.42rem;
  min-height: min(72vh, 34rem);
  height: min(72vh, 34rem);
}
.logo-scene.is-car .logo-scene__facade {
  background: linear-gradient(180deg, #2a3038 0%, #14181e 100%);
  padding: 0.55rem 0.7rem 0.85rem;
  border-radius: 18px 18px 8px 8px;
}
.logo-scene.is-wall .logo-scene__facade {
  background:
    repeating-linear-gradient(90deg, #ece7de 0 28px, #e4dfd4 28px 29px),
    #ebe6dc;
  padding: 0.2rem;
}
.logo-scene.is-white .logo-scene__facade { background: #d5dce4; }
.logo-scene.is-white.is-wall .logo-scene__facade {
  background:
    repeating-linear-gradient(90deg, #3a414c 0 28px, #323844 28px 29px),
    #39414c;
}
.logo-scene__frame {
  height: 100%;
  border: 10px solid #1c222b;
  border-radius: 3px;
  min-width: 0;
}
.logo-scene.is-car .logo-scene__frame {
  border-width: 12px 14px 18px;
  border-color: #0d1014;
  border-radius: 10px;
}
.logo-scene.is-wall .logo-scene__frame {
  border: 0;
  border-radius: 0;
}
.logo-scene__pane {
  position: relative;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #8aa0b4;
}
.logo-scene__world {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(120, 150, 175, 0.35), rgba(40, 55, 70, 0.55)),
    radial-gradient(120% 80% at 20% 10%, #d7e4ef, transparent 46%),
    #6d8498;
}
.logo-scene.is-car .logo-scene__world {
  background:
    linear-gradient(180deg, rgba(20, 24, 30, 0.2), rgba(8, 10, 14, 0.55)),
    linear-gradient(135deg, #3a424c 0%, #1a1e24 55%, #11141a 100%);
}
.logo-scene.is-wall .logo-scene__world { background: transparent; }
.logo-scene.is-white .logo-scene__world {
  background:
    linear-gradient(180deg, rgba(30, 38, 48, 0.55), rgba(12, 16, 22, 0.72)),
    #1c242e;
}
.logo-scene.is-white.is-wall .logo-scene__world { background: transparent; }
.logo-scene__shine {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255,255,255,0.28) 0%, transparent 32%, transparent 62%, rgba(255,255,255,0.08) 100%);
  z-index: 3;
}
.logo-config .preview-stage,
.logo-config #cfg-stage {
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: block;
  height: 100%;
}
.logo-config .preview-safe-area {
  width: 100%;
  height: 100%;
  max-width: none;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  z-index: 2;
}
.logo-config .preview-mat-label {
  top: 0.55rem;
  right: 0.55rem;
  z-index: 4;
  background: rgba(12, 14, 18, 0.72);
  color: #e8edf4;
  border-color: transparent;
}
.logo-config .preview-placeholder {
  pointer-events: auto;
  cursor: pointer;
  color: #e8edf4;
  z-index: 4;
}
.logo-config .preview-placeholder-title { color: #fff; }
.logo-config .preview-placeholder-text { color: #c5ccd6; max-width: 16rem; }
.logo-config .preview-placeholder-icon {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.logo-config .preview-artwork-wrap {
  background: transparent;
  border-color: rgba(0, 160, 255, 0.55);
  box-shadow: none;
}
.logo-config .preview-artwork-wrap img {
  filter: grayscale(1) contrast(1.35) brightness(0) drop-shadow(0 10px 18px rgba(0,0,0,.28));
}
.logo-config .logo-scene.is-white .preview-artwork-wrap img {
  filter: grayscale(1) contrast(1.35) brightness(0) invert(1) drop-shadow(0 10px 18px rgba(0,0,0,.35));
}
.logo-config .preview-safe-area.has-artwork .preview-placeholder { display: none; }
.logo-config .logo-upload {
  margin: 0;
  display: block;
  cursor: pointer;
}
.logo-size-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
  margin: 0.75rem 0 0.85rem;
}
.logo-size-fields label {
  display: grid;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8494;
}
.logo-size-fields input { width: 100%; }
.logo-config .cfg-scale-block { margin: 0; }
.logo-config .logo-price-lines {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
}
.logo-config .logo-price-lines .price-line {
  display: flex;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.18rem 0;
  color: #c5ccd6;
}
.logo-config .hours-qty .cfg-qty-stepper {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
}
.logo-config .hours-qty .cfg-qty-btn {
  width: 2rem;
  height: 2.15rem;
  border-radius: 8px;
  border: 1px solid #2a3038;
  background: #171a20;
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.logo-config .hours-qty input {
  width: 3.4rem;
  text-align: center;
}
.logo-config .hours-buy .cfg-btn-cart {
  width: 100%;
  justify-content: center;
  min-height: 48px;
}
.logo-config .hours-buy .cfg-btn-cart:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.logo-config #cfg-stage.is-dragover {
  outline: 2px solid #00a0ff;
  outline-offset: -6px;
}
.logo-config .logo-upload.is-dragover {
  box-shadow: 0 0 0 2px #00a0ff;
}
@media (max-width: 980px) {
  .logo-scene__facade,
  .logo-scene__pane {
    min-height: min(70vh, 30rem);
    height: min(70vh, 30rem);
  }
}
@media (max-width: 480px) {
  .logo-scene__facade,
  .logo-scene__pane {
    min-height: min(64vh, 26rem);
    height: min(64vh, 26rem);
  }
  .logo-scene__frame { border-width: 6px; }
}

/* Product pages: crawlable content + clearer buy UX */
.product-page__crumbs {
  margin: 0 0 1rem;
  font-size: 0.88rem;
  color: #64748b;
}
.product-page__crumbs a {
  color: #1a3154;
  text-decoration: none;
}
.product-page__crumbs a:hover { color: var(--blue, #126bff); }
.product-howto {
  list-style: none;
  margin: 1.1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}
.product-howto li {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.7rem;
  align-items: start;
}
.product-howto__n {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #0c0e12;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}
.product-howto strong { display: block; color: #0f172a; }
.product-howto p { margin: 0.15rem 0 0; font-size: 0.9rem; }
.product-bullets {
  margin: 0.85rem 0 0;
  padding-left: 1.15rem;
  color: #334155;
}
.product-bullets li { margin: 0.28rem 0; }
.product-seo-guide {
  margin-top: 1.35rem;
}
.product-seo-guide h2 {
  font-size: clamp(1.2rem, 2.2vw, 1.55rem);
  margin: 0 0 0.65rem;
}
@media (min-width: 1100px) {
  .product-buybox {
    position: static;
    max-height: none;
    overflow: visible;
  }
}
