/* Tork PDP Rich-Media-Pitch — Premium Design System
   PDP-Klon (Tork-Teal) oben, DemoUp-Rich-Media-Strecke darunter.
   Konsistentes eigenes Design statt roher Hersteller-Grafiken. */

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

@property --ai-angle { syntax: '<angle>'; initial-value: 0deg; inherits: false; }
@keyframes ai-spin { to { --ai-angle: 360deg; } }
@keyframes bounce { 0%,80%,100% { transform: translateY(0); opacity: .4; } 40% { transform: translateY(-5px); opacity: 1; } }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

:root {
  --ink: #0e1c24;
  --slate: #56666e;
  --line: #e6ebee;
  --bg: #ffffff;
  --tint: #f4f7f8;
  --tint2: #eaf1f3;
  --teal: #0098ba;
  --teal-deep: #00708a;
  --g1: #7a3ff2;          /* DemoUp gradient */
  --g2: #0b9be6;
  --maxw: 1120px;
  --r: 18px;
  --sh-sm: 0 1px 3px rgba(16,28,36,.06);
  --sh-md: 0 12px 34px rgba(16,28,36,.09);
  --sh-lg: 0 30px 70px rgba(16,28,36,.16);
  --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'SF Pro Text', sans-serif;
}

body { background: var(--bg); color: var(--ink); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
.wrap { max-width: var(--maxw); margin: 0 auto; padding-left: 28px; padding-right: 28px; }

.eyebrow { display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: 1.6px; text-transform: uppercase; color: var(--teal-deep); }

/* ---------- Back bar ---------- */
.back-bar { background: var(--ink); }
.back-bar .wrap { padding-top: 9px; padding-bottom: 9px; }
.back-link { font-size: 12.5px; color: rgba(255,255,255,.78); text-decoration: none; font-weight: 600; }
.back-link:hover { color: #fff; }

/* ---------- Tork header ---------- */
.tork-header { background: #fff; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.tork-header .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 15px; padding-bottom: 15px; }
.tork-logo { font-size: 25px; font-weight: 800; letter-spacing: 3px; color: var(--teal); }
.tork-nav { display: flex; gap: 26px; }
.tork-nav a { font-size: 13.5px; color: var(--ink); text-decoration: none; font-weight: 600; opacity: .8; }
.tork-nav a:hover { opacity: 1; color: var(--teal-deep); }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding-top: 16px; font-size: 12.5px; color: var(--slate); }
.breadcrumb a { color: var(--slate); text-decoration: none; }
.breadcrumb a:hover { color: var(--teal-deep); }
.breadcrumb b { color: var(--ink); font-weight: 600; }

/* ---------- PDP above the fold ---------- */
.pdp { display: grid; grid-template-columns: 1.04fr 1fr; gap: 56px; padding-top: 26px; padding-bottom: 56px; align-items: start; }

.stage { background: #fff; border: 1px solid var(--line); border-radius: 22px; aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.stage img { width: 100%; height: 100%; object-fit: contain; }
.thumbs { display: flex; gap: 10px; margin-top: 14px; }
.thumbs button { width: 74px; height: 74px; border: 1px solid var(--line); border-radius: 12px; background: #fff; padding: 7px; cursor: pointer; transition: border-color .15s, box-shadow .15s; }
.thumbs button.active, .thumbs button:hover { border-color: var(--teal); box-shadow: var(--sh-sm); }
.thumbs img { width: 100%; height: 100%; object-fit: contain; }

.pdp-info .brand { font-size: 13px; font-weight: 800; letter-spacing: 2.5px; color: var(--teal); margin-bottom: 10px; }
.pdp-info h1 { font-size: 31px; line-height: 1.18; font-weight: 800; letter-spacing: -.4px; margin-bottom: 12px; }
.pdp-info .artnr { font-size: 13px; color: var(--slate); padding-bottom: 20px; border-bottom: 1px solid var(--line); margin-bottom: 20px; }
.badges { display: flex; gap: 8px; margin-bottom: 22px; flex-wrap: wrap; }
.badge { font-size: 11.5px; font-weight: 700; letter-spacing: .3px; padding: 5px 11px; border-radius: 999px; background: var(--tint); color: var(--teal-deep); border: 1px solid var(--line); }
.badge.solid { background: var(--teal); color: #fff; border-color: var(--teal); }

.usp { list-style: none; display: flex; flex-direction: column; gap: 11px; margin-bottom: 24px; }
.usp li { display: flex; gap: 10px; font-size: 14.5px; align-items: flex-start; }
.usp li svg { flex: 0 0 20px; margin-top: 1px; color: var(--teal); }

.spec-table { width: 100%; border-collapse: collapse; margin-bottom: 26px; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table th, .spec-table td { text-align: left; padding: 10px 0; font-size: 13.5px; }
.spec-table th { color: var(--slate); font-weight: 500; width: 44%; }
.spec-table td { color: var(--ink); font-weight: 600; }

.cta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.btn { display: inline-flex; align-items: center; gap: 8px; font-size: 14.5px; font-weight: 700; padding: 13px 24px; border-radius: 12px; cursor: pointer; text-decoration: none; border: none; transition: filter .15s, border-color .15s, transform .1s; }
.btn-primary { background: var(--teal); color: #fff; box-shadow: 0 6px 18px rgba(0,152,186,.32); }
.btn-primary:hover { filter: brightness(1.06); transform: translateY(-1px); }
.btn-ghost { background: #fff; color: var(--teal-deep); border: 1px solid var(--line); }
.btn-ghost:hover { border-color: var(--teal); }
.trust { font-size: 12px; color: var(--slate); display: flex; align-items: center; gap: 7px; }
.trust svg { color: var(--teal); }

/* ---------- Pitch toggle bar ---------- */
.pitch-bar { position: sticky; top: 64px; z-index: 25; background: rgba(255,255,255,.9); backdrop-filter: blur(18px) saturate(160%); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pitch-bar .wrap { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; padding-top: 12px; padding-bottom: 12px; }
.pitch-state { font-size: 13px; font-weight: 600; color: var(--slate); }
.switch { display: inline-flex; align-items: center; gap: 11px; cursor: pointer; user-select: none; }
.switch-track { width: 50px; height: 28px; border-radius: 999px; position: relative; background: linear-gradient(135deg, var(--g1), var(--g2)); transition: background .25s; flex: 0 0 auto; }
.switch-track.off { background: #cdd5d9; }
.switch-knob { position: absolute; top: 3px; left: 25px; width: 22px; height: 22px; border-radius: 50%; background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.28); transition: left .25s; }
.switch-track.off .switch-knob { left: 3px; }
.switch-label { font-size: 14px; font-weight: 700; }
.effect-badge { margin-left: auto; display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; color: var(--ink); background: var(--tint); border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; }
.effect-badge b { background: linear-gradient(135deg, var(--g1), var(--g2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* ---------- Rich-Media wrapper ---------- */
.rich-media.hidden, .standard-block.hidden { display: none; }

.module { padding-top: 78px; padding-bottom: 78px; animation: rise .55s ease both; }
.module--tint { background: var(--tint); }
.mhead { text-align: center; max-width: 680px; margin: 0 auto 46px; }
.mhead h2 { font-size: clamp(26px, 3.2vw, 33px); font-weight: 800; letter-spacing: -.5px; margin: 14px 0 12px; }
.mhead p { font-size: 16px; color: var(--slate); line-height: 1.6; }

/* DemoUp module tag (dezent) */
.dtag { display: inline-flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; letter-spacing: .2px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 6px 13px; box-shadow: var(--sh-sm); }
.dtag .dot { width: 8px; height: 8px; border-radius: 50%; background: linear-gradient(135deg, var(--g1), var(--g2)); --ai-angle: 0deg; box-shadow: 0 0 0 3px rgba(122,63,242,.12); }
.dtag b { font-weight: 800; background: linear-gradient(135deg, var(--g1), var(--g2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* Module 1 – UGC video (Hochformat) */
.ugc-wrap { display: grid; grid-template-columns: minmax(280px, 340px) 1fr; gap: 56px; align-items: center; }
.ugc-player { position: relative; aspect-ratio: 9/16; border-radius: 26px; overflow: hidden; background: #0e1c24; box-shadow: var(--sh-lg); border: 6px solid #0e1c24; }
.ugc-player video { width: 100%; height: 100%; object-fit: cover; display: block; background: #0e1c24; }
.ugc-badge { position: absolute; top: 14px; left: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 5px; font-size: 11px; font-weight: 700; letter-spacing: .4px; color: #fff; background: rgba(14,28,36,.55); backdrop-filter: blur(6px); padding: 5px 11px; border-radius: 999px; }
.ugc-side h3 { font-size: 24px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 12px; }
.ugc-side p { font-size: 15.5px; line-height: 1.7; color: var(--slate); margin-bottom: 16px; }

/* Module 2 – A+ editorial rows */
.aplus-row { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.aplus-row + .aplus-row { margin-top: 64px; }
.aplus-row.reverse .aplus-media { order: 2; }
.aplus-media { border-radius: var(--r); overflow: hidden; aspect-ratio: 4/3; background: var(--tint2); box-shadow: var(--sh-md); }
.aplus-media img { width: 100%; height: 100%; object-fit: cover; }
.aplus-media.contain { background: #fff; }
.aplus-media.contain img { object-fit: contain; }
.aplus-text .idx { font-size: 13px; font-weight: 800; color: var(--teal); letter-spacing: 1px; }
.aplus-text .ico { width: 46px; height: 46px; border-radius: 13px; background: var(--tint); border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; color: var(--teal); margin: 14px 0 16px; }
.aplus-text h3 { font-size: 23px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 12px; }
.aplus-text p { font-size: 15.5px; line-height: 1.7; color: var(--slate); }

/* Key-Facts strip */
.facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 64px; }
.fact { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 26px 24px; text-align: center; box-shadow: var(--sh-sm); }
.fact svg { color: var(--teal); margin-bottom: 12px; }
.fact .num { font-size: 30px; font-weight: 800; letter-spacing: -.5px; }
.fact .lbl { font-size: 13px; color: var(--slate); margin-top: 4px; }

/* Module 3 – Produktansicht & Zoom */
.spin-wrap { display: grid; grid-template-columns: 1.2fr 1fr; gap: 52px; align-items: center; }
.turntable-stage { position: relative; aspect-ratio: 9/16; max-width: 340px; margin: 0 auto; background: #0e1c24; border-radius: 22px; overflow: hidden; box-shadow: var(--sh-lg); }
.turntable-stage video { width: 100%; height: 100%; object-fit: cover; display: block; }
.spin360-badge { position: absolute; left: 16px; bottom: 14px; display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 700; color: #fff; background: linear-gradient(135deg, var(--g1), var(--g2)); padding: 6px 13px; border-radius: 999px; box-shadow: var(--sh-sm); pointer-events: none; }
.spin-side h3 { font-size: 23px; font-weight: 800; letter-spacing: -.3px; margin-bottom: 12px; }
.spin-side p { font-size: 15.5px; line-height: 1.7; color: var(--slate); margin-bottom: 16px; }
.spin-hint { display: inline-flex; align-items: center; gap: 8px; font-size: 12.5px; color: var(--slate); font-weight: 600; background: var(--tint); border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; }
.spin-side .tagline { display: block; margin-top: 16px; font-size: 12.5px; font-weight: 700; color: var(--teal-deep); }

/* Module 5 – Dispenser matcher */
.disp-banner { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; margin-bottom: 22px; box-shadow: var(--sh-sm); cursor: pointer; }
.disp-banner img { width: 100%; max-height: 320px; object-fit: contain; padding: 24px; }
.dispensers { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.disp-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); padding: 24px; display: flex; gap: 20px; align-items: center; transition: transform .15s, box-shadow .15s; box-shadow: var(--sh-sm); }
.disp-card:hover { transform: translateY(-3px); box-shadow: var(--sh-md); }
.disp-card .img { flex: 0 0 92px; height: 124px; display: flex; align-items: center; justify-content: center; }
.disp-card .img img { max-height: 100%; object-fit: contain; }
.disp-card h3 { font-size: 16.5px; font-weight: 800; margin-bottom: 5px; }
.disp-card .art { font-size: 12.5px; color: var(--slate); margin-bottom: 10px; }
.disp-card .fit { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; font-weight: 700; color: var(--teal-deep); }

/* Module 6 – Scent compare */
.scents { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.scent-card { background: #fff; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: transform .15s, box-shadow .15s; box-shadow: var(--sh-sm); position: relative; }
.scent-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.scent-card.current { border: 2px solid var(--teal); }
.scent-card .img { aspect-ratio: 1/1; background: #fff; display: flex; align-items: center; justify-content: center; }
.scent-card .img img { width: 100%; height: 100%; object-fit: contain; }
.scent-card .img img { max-height: 100%; object-fit: contain; }
.scent-card .meta { padding: 14px 16px 18px; border-top: 1px solid var(--line); }
.scent-card .meta .name { font-size: 14.5px; font-weight: 800; }
.scent-card .meta .art { font-size: 12.5px; color: var(--slate); margin-top: 3px; }
.scent-card .pin { position: absolute; top: 12px; left: 12px; font-size: 10px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; color: #fff; background: var(--teal); border-radius: 999px; padding: 3px 10px; }

/* Module 7 – Gallery */
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.gallery-grid figure { position: relative; border-radius: var(--r); overflow: hidden; cursor: pointer; background: var(--tint2); box-shadow: var(--sh-sm); }
.gallery-grid figure.wide { grid-column: span 2; }
.gallery-grid figure.tall { grid-row: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.gallery-grid figure.pad img { object-fit: contain; background: #fff; }
.gallery-grid figure:hover img { transform: scale(1.05); }
.gallery-grid figcaption { position: absolute; left: 14px; bottom: 12px; color: #fff; font-size: 13px; font-weight: 700; text-shadow: 0 2px 8px rgba(0,0,0,.6); }
.gallery-grid figure.pad figcaption { color: var(--ink); text-shadow: none; }

/* ---------- Standard (Vorher) block ---------- */
.standard-block { padding-top: 56px; padding-bottom: 72px; }
.standard-note { font-size: 13.5px; color: var(--slate); background: var(--tint); border: 1px dashed #c3ccd1; border-radius: 12px; padding: 14px 18px; margin-bottom: 30px; }
.std-h { font-size: 15px; font-weight: 800; letter-spacing: .2px; margin: 26px 0 16px; }
.std-related { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.std-related a { background: #fff; border: 1px solid var(--line); border-radius: 12px; padding: 16px; text-decoration: none; color: var(--ink); text-align: center; font-size: 13px; }
.std-related img { height: 96px; object-fit: contain; margin: 0 auto 10px; }
.std-dl-row { display: flex; gap: 20px; align-items: flex-start; }
.sds-thumb { width: 92px; border: 1px solid var(--line); border-radius: 8px; }
.std-downloads { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.std-downloads a { font-size: 13.5px; color: var(--teal-deep); text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.std-downloads a:hover { text-decoration: underline; }

/* ---------- Footer ---------- */
.tork-footer { background: var(--ink); color: rgba(255,255,255,.78); }
.tork-footer .wrap { padding-top: 28px; padding-bottom: 28px; font-size: 12.5px; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }

/* ---------- Lightbox ---------- */
.lightbox { display: none; position: fixed; inset: 0; background: rgba(14,28,36,.86); z-index: 100; align-items: center; justify-content: center; padding: 34px; }
.lightbox.open { display: flex; }
.lightbox img { max-width: 90vw; max-height: 86vh; border-radius: 14px; box-shadow: var(--sh-lg); }
.lightbox .lb-msg { color: #fff; text-align: center; max-width: 460px; }
.lightbox .lb-msg .big { font-size: 22px; font-weight: 800; margin-bottom: 12px; }
.lightbox .lb-msg .sub { font-size: 14.5px; color: rgba(255,255,255,.72); line-height: 1.65; }
.lightbox .lb-close { position: absolute; top: 22px; right: 28px; color: #fff; font-size: 26px; cursor: pointer; background: none; border: none; }

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .pdp, .aplus-row, .spin-wrap, .dispensers, .ugc-wrap { grid-template-columns: 1fr; gap: 28px; }
  .aplus-row.reverse .aplus-media { order: 0; }
  .facts, .scents, .std-related { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .ugc-player { max-width: 320px; margin: 0 auto; }
  .tork-nav { display: none; }
}
