/* FRIFTI — Teleshopping-Katalog, früher 2010er. Keine Webfonts, keine Frameworks. */

:root {
  --beige: #d9cdb6;
  --beige-light: #e8dfcd;
  --beige-dark: #c9bb9f;
  --red: #c8102e;
  --red-dark: #8d0a20;
  --blue: #1a6fc4;
  --blue-dark: #124a85;
  --ink: #1b1b18;
  --gold: #c9a13a;
  --green: #17462c;
  --shadow: 6px 6px 0 rgba(0, 0, 0, 0.35);
  --shadow-sm: 4px 4px 0 rgba(0, 0, 0, 0.3);
  --font: "Arial Narrow", "Helvetica Neue Condensed", "Liberation Sans Narrow",
          "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }

body {
  margin: 0;
  background: var(--beige);
  color: var(--ink);
  font-family: var(--font);
  font-stretch: condensed;
  font-size: 18px;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

img, svg { max-width: 100%; }
img { display: block; height: auto; }

h1, h2, h3 { margin: 0 0 .4em; line-height: 1.05; text-transform: uppercase; letter-spacing: .01em; }
p { margin: 0 0 .8em; }
ul { margin: 0 0 1em; padding: 0; list-style: none; }

a { color: var(--blue-dark); }
a:hover { color: var(--red); }

:focus-visible {
  outline: 4px solid #0b2c52;
  outline-offset: 3px;
}
.hotline a:focus-visible, .btn-red:focus-visible, .site-footer a:focus-visible {
  outline-color: #0b2c52;
}
.section-seals :focus-visible, .hero :focus-visible { outline-color: #0b2c52; }

.wrap { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.center { text-align: center; }

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

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 100;
  background: #fff; color: var(--ink); padding: 10px 16px; font-weight: 700;
}
.skip:focus { left: 8px; top: 8px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 12px 20px;
  border: 3px solid var(--ink);
  font-weight: 700;
  font-size: 1.05rem;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .02em;
  box-shadow: var(--shadow-sm);
  cursor: pointer;
}
.btn + .btn { margin-left: 8px; }
.btn:active { transform: translate(2px, 2px); box-shadow: 2px 2px 0 rgba(0, 0, 0, .3); }

.btn-red {
  background: linear-gradient(#e2223d, var(--red) 55%, var(--red-dark));
  color: #fff;
}
.btn-red:hover { background: linear-gradient(#ef3b53, #d5142f 55%, #a00c25); color: #fff; }

.btn-blue {
  background: linear-gradient(#2f8ae0, var(--blue) 55%, var(--blue-dark));
  color: #fff;
}
.btn-blue:hover { color: #fff; filter: brightness(1.08); }

.btn-ghost { background: #fff; color: var(--ink); }
.btn-ghost:hover { background: #fff7d9; color: var(--ink); }

.btn-xl {
  padding: 16px 26px;
  font-size: clamp(1.05rem, 3.2vw, 1.55rem);
  box-shadow: var(--shadow);
}

/* ---------- Kopfzeile ---------- */
.site-header {
  background: linear-gradient(#fff, #efe9dc);
  border-bottom: 5px solid var(--red);
  box-shadow: 0 4px 0 rgba(0, 0, 0, .25);
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.logo { width: 62px; height: 62px; flex: none; filter: drop-shadow(3px 3px 0 rgba(0,0,0,.3)); }
.brand-name {
  font-size: 2rem; font-weight: 700; color: var(--red);
  letter-spacing: .06em; text-transform: uppercase;
}
.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 18px;
  flex: 1 1 260px;
}
.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .95rem;
  padding: 4px 2px;
  border-bottom: 3px solid transparent;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--red); border-bottom-color: var(--red); }

.hotline-btn { display: block; text-align: center; padding: 8px 16px; }
.hotline-label { display: block; font-size: .8rem; letter-spacing: .18em; }
.hotline-number { display: block; font-size: 1.25rem; white-space: nowrap; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
  background: var(--beige);
  border-bottom: 6px solid #fff;
  text-align: center;
}
.hero-bg {
  position: absolute;
  inset: -30px;
  background: url("hero-bg.jpg") center/cover no-repeat;
  filter: blur(14px) saturate(.8);
  opacity: .45;
}
.hero-inner { position: relative; padding-top: 44px; padding-bottom: 48px; }
.hero-eyebrow {
  font-size: 1rem; font-weight: 700; letter-spacing: .4em;
  text-transform: uppercase; color: var(--red-dark); margin-bottom: .6em;
}
.hero-claim {
  font-size: clamp(2rem, 8vw, 5rem);
  line-height: 1.14;
  color: var(--red);
  text-shadow: 3px 3px 0 #fff, 6px 6px 0 rgba(0, 0, 0, .3);
  margin-bottom: .25em;
}
.hero-sub {
  font-size: clamp(1.05rem, 3vw, 1.5rem);
  font-weight: 700;
  max-width: 40ch;
  margin: 0 auto 1.2em;
}
.hero-cta { margin-top: 1.2em; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.hero-cta .btn + .btn { margin-left: 0; }

/* Blaue URL-Leiste */
.urlbar {
  background: #fff;
  border: 3px solid #bdb39c;
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  max-width: 560px;
  margin: 0 auto;
  padding: 8px 16px;
  overflow: hidden;
}
.urlbar span {
  display: block;
  color: var(--blue);
  font-weight: 700;
  font-size: clamp(1.4rem, 5vw, 2.4rem);
  text-align: center;
  letter-spacing: .02em;
}
.urlbar-xl { max-width: 720px; }
.urlbar-xl span { font-size: clamp(1.6rem, 6vw, 3rem); }

/* ---------- Sektionen ---------- */
.section { padding: 48px 0; }
.section-beige { background: var(--beige); }
.section-beige-dark { background: var(--beige-dark); }
.section-light { background: var(--beige-light); }
.section-seals { background: linear-gradient(var(--beige-light), var(--beige)); }

.section-title {
  font-size: clamp(1.8rem, 6vw, 3.2rem);
  color: var(--red);
  text-align: center;
  text-shadow: 3px 3px 0 #fff;
}
.section-lead {
  text-align: center;
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 1.6em;
}

/* ---------- Produktkarten ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 4px solid var(--ink);
  box-shadow: var(--shadow);
  min-width: 0;
}
.badge {
  position: absolute;
  top: 12px;
  right: -6px;
  z-index: 2;
  background: linear-gradient(#e2223d, var(--red) 60%, var(--red-dark));
  color: #fff;
  font-weight: 700;
  font-size: .95rem;
  letter-spacing: .06em;
  padding: 6px 12px;
  border: 2px solid #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, .4);
  transform: skewX(-8deg);
  max-width: calc(100% - 24px);
}
.card-media { display: block; position: relative; background: #000; aspect-ratio: 16 / 9; }
.card-media img { width: 100%; height: 100%; object-fit: cover; }
.card-body { display: flex; flex-direction: column; padding: 16px; flex: 1 1 auto; }
.card-title { font-size: 1.7rem; color: var(--red); margin-bottom: .1em; }
.card-sub {
  font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  font-size: .95rem; color: var(--green); margin-bottom: .6em;
}
.card-text { margin-bottom: 1em; }
.card-body .btn { margin-top: auto; align-self: flex-start; }

/* Preisschild */
.pricetag {
  display: inline-block;
  align-self: flex-start; /* nicht auf Kartenbreite dehnen (Flex-Kontext) */
  background: linear-gradient(#e2223d, var(--red) 60%, var(--red-dark));
  color: #fff;
  border: 3px solid #fff;
  box-shadow: var(--shadow-sm);
  font-weight: 700;
  font-size: 2rem;
  line-height: 1;
  padding: 10px 16px;
  margin-bottom: .7em;
}
.pricetag-pre { display: block; font-size: .85rem; letter-spacing: .3em; }
.pricetag-xl { font-size: clamp(2.2rem, 7vw, 3.4rem); padding: 12px 22px; }

/* ---------- Video-Flächen ---------- */
.frame, .card-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  background: #000;
  border: 0;
  overflow: hidden;
}
.frame img { width: 100%; height: 100%; object-fit: cover; }
.frame iframe, .card-media iframe {
  position: absolute; inset: 0; width: 100%; height: 100%; border: 0;
}

a.frame, a.card-media { text-decoration: none; }

.play {
  position: absolute;
  left: 50%; top: 50%;
  width: 76px; height: 54px;
  margin: -27px 0 0 -38px;
  background: linear-gradient(#e2223d, var(--red) 60%, var(--red-dark));
  border: 3px solid #fff;
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
}
.play::after {
  content: "";
  position: absolute;
  left: 50%; top: 50%;
  margin: -12px 0 0 -7px;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #fff;
}
a.frame:hover .play, a.card-media:hover .play,
a.frame:focus-visible .play, a.card-media:focus-visible .play { filter: brightness(1.15); }

.videos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
  margin-bottom: 28px;
}
.video-tile { background: #fff; border: 4px solid var(--ink); box-shadow: var(--shadow); min-width: 0; }
.video-title {
  font-size: 1.3rem; color: var(--red); margin: 0; padding: 10px 14px;
  border-bottom: 3px solid var(--ink);
}
.video-title span { color: var(--green); font-size: .85rem; letter-spacing: .1em; }

/* ---------- Heute im Teleshopping ---------- */
.today-box {
  background: #fff;
  border: 6px solid var(--red);
  box-shadow: var(--shadow);
  padding: 0 0 24px;
}
.today-headline {
  background: linear-gradient(#e2223d, var(--red) 60%, var(--red-dark));
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 5.5vw, 2.8rem);
  margin: 0 0 20px;
  padding: 12px 14px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, .35);
}
/* display:grid würde das UA-[hidden] überstimmen — deshalb explizit. */
.today-slide[hidden] { display: none; }
.today-slide {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 0 20px;
}
.today-media { min-width: 0; }
.today-media .frame { border: 4px solid var(--ink); box-shadow: var(--shadow-sm); }
.today-info { min-width: 0; }
.today-kicker {
  display: inline-block; background: var(--green); color: #fff; font-weight: 700;
  letter-spacing: .12em; padding: 4px 10px; margin-bottom: .5em; font-size: .9rem;
}
.today-name { font-size: clamp(1.8rem, 5vw, 3rem); color: var(--red); margin-bottom: .1em; }
.today-sub {
  font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
  color: var(--green); margin-bottom: .6em;
}
.today-text { font-size: 1.15rem; }

/* ---------- Thermostick ---------- */
.thermo {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  background: var(--beige-light);
  border: 6px solid var(--ink);
  box-shadow: var(--shadow);
  padding: 22px;
}
.thermo-media { min-width: 0; }
.thermo-media img { width: 100%; border: 4px solid #fff; box-shadow: var(--shadow-sm); }
.thermo-info { min-width: 0; }
.thermo-kicker {
  display: inline-block; background: linear-gradient(#e2223d, var(--red) 60%, var(--red-dark));
  color: #fff; font-weight: 700; letter-spacing: .14em; padding: 5px 12px;
  border: 2px solid #fff; box-shadow: 3px 3px 0 rgba(0,0,0,.35); margin-bottom: .5em;
}
.thermo-headline { font-size: clamp(2.2rem, 8vw, 4rem); color: var(--red); text-shadow: 3px 3px 0 #fff; }
.thermo-claim { font-weight: 700; letter-spacing: .1em; font-size: 1.1rem; margin-bottom: .2em; }
.thermo-claim-2 {
  font-weight: 700; font-size: clamp(1.3rem, 4vw, 2rem); color: var(--green);
  letter-spacing: .04em; margin-bottom: .8em;
}
.thermo-list li {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  border-bottom: 2px dashed #b3a688; padding: 8px 0;
}
.thermo-item { font-weight: 700; font-size: 1.1rem; }
.gratis {
  background: linear-gradient(#e2223d, var(--red) 60%, var(--red-dark));
  color: #fff; font-weight: 700; letter-spacing: .12em; font-size: .95rem;
  padding: 4px 12px; border: 2px solid #fff; box-shadow: 3px 3px 0 rgba(0,0,0,.35);
  transform: skewX(-8deg);
}

/* ---------- Siegel ---------- */
.seals {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
  margin-bottom: 18px;
}
.seal {
  width: clamp(130px, 26vw, 190px);
  height: clamp(130px, 26vw, 190px);
  filter: drop-shadow(5px 5px 0 rgba(0, 0, 0, .3));
}
.seal text { font-family: var(--font); }
.seal-legend {
  text-align: center; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--green);
}

/* ---------- Hotline-Abschluss ---------- */
.hotline { background: #fff; padding: 56px 0; border-top: 6px solid var(--red); text-align: center; }
.hotline-inner { display: block; }
.hotline-headline { font-size: clamp(1.8rem, 6vw, 3.2rem); color: var(--red); }
.hotline-big { margin: 20px 0 24px; }
.hotline-big a {
  display: block;
  color: var(--ink);
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(2rem, 9vw, 5.5rem);
  line-height: 1.05;
  letter-spacing: .01em;
  word-break: keep-all;
}
.hotline-big a:hover { color: var(--red); }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: #f2ece0;
  padding: 28px 0;
}
.site-footer a { color: #ffd6dd; }
.site-footer a:hover { color: #fff; }
.footer-inner { display: grid; gap: 4px; }
.footer-brand { font-size: 1.8rem; font-weight: 700; color: #fff; letter-spacing: .1em; margin: 0; }
.footer-url { color: #8fc3ff; font-weight: 700; }

/* ---------- Breakpoints ---------- */
@media (max-width: 900px) {
  .today-slide, .thermo { grid-template-columns: minmax(0, 1fr); }
  .hotline-btn { width: 100%; }
}

@media (max-width: 640px) {
  body { font-size: 17px; }
  .section { padding: 34px 0; }
  .header-inner { justify-content: center; text-align: center; }
  .site-nav { justify-content: center; flex-basis: 100%; }
  .brand { flex: 1 1 auto; justify-content: center; }
  .logo { width: 52px; height: 52px; }
  .cards, .videos { grid-template-columns: minmax(0, 1fr); }
  .btn { width: 100%; text-align: center; }
  .btn + .btn { margin-left: 0; margin-top: 10px; }
  .card-body .btn { align-self: stretch; }
  .today-slide { padding: 0 12px; }
  .thermo { padding: 14px; }
  .hero-inner { padding-top: 30px; padding-bottom: 34px; }
}
