/* TopLampenReviews 2026
   Gemeinsame Layout-Schicht für Startseite, Pillars, Ratgeber und Reviews. */

:root {
  --v3-bg: #f7f4ed;
  --v3-paper: #fffefa;
  --v3-paper-2: #f1ece2;
  --v3-ink: #201d17;
  --v3-text: #575147;
  --v3-muted: #7d7569;
  --v3-line: #ddd5c8;
  --v3-accent: #b66a20;
  --v3-accent-dark: #81430f;
  --v3-accent-soft: #f2dfc5;
  --v3-green: #315e4a;
  --v3-shadow: 0 18px 50px rgba(43, 35, 24, .08);
  --v3-radius: 18px;
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  background:
    radial-gradient(circle at 8% 0, rgba(244, 222, 188, .62), transparent 27rem),
    linear-gradient(180deg, #fbf8f2 0, var(--v3-bg) 48rem);
  color: var(--v3-text);
  line-height: 1.72;
}

main {
  min-width: 0;
}

.nav {
  width: 100%;
  min-width: 0;
  padding: 13px max(22px, calc((100vw - 1200px) / 2));
  gap: 22px;
  background: rgba(251, 248, 242, .94);
  border-bottom: 1px solid rgba(120, 103, 79, .14);
}

.nav-links {
  min-width: 0;
  flex: 1;
  justify-content: center;
  gap: clamp(12px, 1.25vw, 22px);
  letter-spacing: 1.15px;
}

.nav-links a {
  white-space: nowrap;
}

.nav-cta {
  padding: 10px 15px;
}

.crumbs {
  max-width: 1200px;
  padding: 24px 24px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 13px;
}

.page-hero {
  max-width: 1200px;
  padding: 42px 24px 30px;
}

.page-hero::before {
  display: none;
}

.page-hero .wrap {
  max-width: 980px;
  margin: 0;
  padding: 0;
}

.page-hero .eyebrow,
.review-kicker,
.section-kicker {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--v3-accent-dark);
}

.page-hero h1 {
  max-width: 19ch;
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: .99;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.page-hero .lead {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(17px, 1.7vw, 21px);
  line-height: 1.55;
  color: var(--v3-text);
}

.article {
  width: min(100%, 1200px);
  max-width: 1200px;
  padding: 20px 24px 84px;
}

.article > .wrap,
.article .wrap {
  width: 100%;
  max-width: none;
  padding: 0;
}

.article .prose > p,
.prose > p {
  max-width: 760px;
}

.article h2 {
  max-width: 820px;
  margin-top: 58px;
  font-size: clamp(27px, 3.2vw, 39px);
  letter-spacing: -.025em;
}

.article h2::before {
  width: 42px;
  background: var(--v3-accent);
}

.article h3 {
  max-width: 820px;
}

.answer-box {
  max-width: none;
  margin: 0 0 34px;
  padding: 0;
}

.answer-box .inner,
.prose > .answer-box {
  position: relative;
  max-width: 920px;
  padding: 24px 28px 25px;
  border: 1px solid #d7c4aa;
  border-left: 5px solid var(--v3-accent);
  border-radius: 0 14px 14px 0;
  background: linear-gradient(110deg, #fff9ef, #fffefa);
  color: var(--v3-ink);
  box-shadow: 0 14px 38px rgba(78, 53, 25, .07);
}

.trust-line {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.trust-line li {
  margin: 0;
  padding: 6px 10px;
  border: 1px solid var(--v3-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: var(--v3-muted);
  font-size: 12px;
}

.pillar-jumpbar {
  position: sticky;
  top: 69px;
  z-index: 30;
  display: flex;
  max-width: 1200px;
  margin: 0 auto 8px;
  padding: 10px 24px;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  background: rgba(247, 244, 237, .91);
  backdrop-filter: blur(15px);
}

.pillar-jumpbar::-webkit-scrollbar {
  display: none;
}

.pillar-jumpbar a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border: 1px solid var(--v3-line);
  border-radius: 999px;
  background: var(--v3-paper);
  color: var(--v3-ink);
  font-size: 12px;
  font-weight: 700;
}

.pillar-jumpbar a:hover {
  border-color: var(--v3-accent);
  color: var(--v3-accent-dark);
}

.pillar-products {
  margin: 32px 0 22px !important;
  padding: 34px;
  border: 1px solid var(--v3-line);
  border-radius: 26px;
  background: rgba(255, 254, 250, .8);
  box-shadow: var(--v3-shadow);
}

.pillar-products-head {
  display: grid;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
  gap: 28px;
  align-items: end;
  margin-bottom: 27px !important;
}

.pillar-products-head h2 {
  margin: 5px 0 0 !important;
  padding: 0 !important;
  font-size: clamp(29px, 3.5vw, 43px) !important;
}

.pillar-products-head h2::before {
  display: none;
}

.pillar-products-head > p:last-child {
  max-width: 48ch;
  margin: 0;
  color: var(--v3-muted);
}

.pillar-product-grid,
.wohn-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 24px !important;
  margin: 0 !important;
}

.pillar-product-card,
.wohn-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--v3-line) !important;
  border-radius: var(--v3-radius) !important;
  background: var(--v3-paper) !important;
  box-shadow: 0 10px 28px rgba(44, 35, 23, .06) !important;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pillar-product-card:hover,
.wohn-card:hover {
  transform: translateY(-3px);
  border-color: #c9aa82 !important;
  box-shadow: 0 18px 42px rgba(44, 35, 23, .11) !important;
}

.pillar-product-image,
.wohn-image {
  min-height: 220px !important;
  padding: 25px !important;
  background:
    radial-gradient(circle at 50% 42%, #fff 0, #fff 38%, #f5f1e9 100%) !important;
}

.pillar-product-image img,
.wohn-image img {
  width: auto;
  max-width: 100%;
  max-height: 175px !important;
  object-fit: contain;
}

.pillar-product-body,
.wohn-body {
  min-width: 0;
  padding: 23px !important;
}

.pillar-product-brand,
.wohn-type {
  color: var(--v3-accent-dark) !important;
  letter-spacing: 1.5px !important;
}

.pillar-product-body h3,
.wohn-body h3 {
  margin: 7px 0 10px !important;
  font-size: 19px !important;
  line-height: 1.28 !important;
  overflow-wrap: anywhere;
}

.pillar-product-fit {
  margin: 0 0 16px;
  color: var(--v3-text);
  font-size: 14px;
  line-height: 1.55;
}

.pillar-product-source {
  margin-bottom: 17px !important;
}

.pillar-product-detail,
.wohn-detail {
  display: block !important;
  order: 1;
  margin: auto 0 0 !important;
  padding: 11px 14px;
  border-radius: 9px;
  background: var(--v3-ink);
  color: #fff !important;
  text-align: center;
  font-size: 12px !important;
  font-weight: 800;
}

.pillar-product-cta,
.wohn-buy {
  display: block !important;
  order: 2;
  margin: 9px 0 0 !important;
  padding: 10px 13px !important;
  border: 1px solid var(--v3-line);
  border-radius: 9px !important;
  background: transparent !important;
  color: var(--v3-accent-dark) !important;
  text-align: center;
  font-size: 12px !important;
  font-weight: 800;
  box-shadow: none !important;
}

.pillar-product-body,
.wohn-body {
  display: flex !important;
  flex: 1;
  flex-direction: column;
}

.wohn-actions {
  display: contents !important;
}

.wohn-disclosure {
  order: 3;
  margin-top: 9px;
  text-align: center;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  margin: 30px 0 !important;
}

.kcard {
  min-width: 0;
  padding: 27px !important;
  border-color: var(--v3-line);
  border-radius: var(--v3-radius);
  box-shadow: 0 10px 30px rgba(44, 35, 23, .06);
}

.kcard h2,
.kcard h3 {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 22px !important;
}

.kcard h2::before {
  display: none;
}

.kcard a:not(.kcard-link) {
  width: fit-content;
  margin-top: auto;
  color: var(--v3-accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.pillar-compare {
  margin: 28px 0 42px;
}

.pillar-compare h2 {
  margin-top: 0;
}

.v3-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: var(--v3-paper);
  box-shadow: 0 12px 32px rgba(44, 35, 23, .05);
}

.v3-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  font-size: 14px;
}

.v3-table th,
.v3-table td {
  padding: 15px 16px;
  border-bottom: 1px solid var(--v3-line);
  text-align: left;
  vertical-align: top;
}

.v3-table thead th {
  background: #eee7dc;
  color: var(--v3-ink);
  font-size: 11px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.v3-table tbody tr:last-child > * {
  border-bottom: 0;
}

.v3-table a {
  color: var(--v3-accent-dark);
  font-weight: 800;
}

.faq-accordion {
  max-width: 900px;
  margin-top: 22px;
}

.faq-accordion details,
.review-faq details,
.faqitem {
  margin: 0 0 10px !important;
  padding: 0 20px !important;
  border: 1px solid var(--v3-line) !important;
  border-radius: 12px !important;
  background: var(--v3-paper) !important;
}

.faq-accordion summary,
.review-faq summary,
.faqitem summary {
  position: relative;
  padding: 18px 40px 18px 0 !important;
  color: var(--v3-ink);
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.faq-accordion summary::-webkit-details-marker,
.review-faq summary::-webkit-details-marker,
.faqitem summary::-webkit-details-marker {
  display: none;
}

.faq-accordion summary::after,
.review-faq summary::after,
.faqitem summary::after {
  content: "+";
  position: absolute;
  top: 14px;
  right: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--v3-accent-soft);
  color: var(--v3-accent-dark);
  font-size: 20px;
  line-height: 1;
}

.faq-accordion details[open] summary::after,
.review-faq details[open] summary::after,
.faqitem[open] summary::after {
  content: "–";
}

.faq-accordion details > p,
.review-faq details > p,
.faqitem .ans {
  max-width: 72ch;
  margin: 0;
  padding: 0 0 19px !important;
  color: var(--v3-text);
}

/* Startseite */
.home-v3 {
  padding-bottom: 82px;
}

.home-hero {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 56px 0 50px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  gap: 54px;
  align-items: center;
}

.home-hero h1 {
  max-width: 15ch;
  margin: 8px 0 20px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(45px, 6vw, 78px);
  font-weight: 600;
  line-height: .96;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.home-hero .lead {
  max-width: 650px;
  font-size: 19px;
  line-height: 1.6;
}

.home-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 27px;
}

.button-dark,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
}

.button-dark {
  background: var(--v3-ink);
  color: #fff;
}

.button-light {
  border: 1px solid var(--v3-line);
  background: var(--v3-paper);
  color: var(--v3-ink);
}

.home-hero-card {
  position: relative;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #d8c4a7;
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 0, rgba(242, 205, 150, .72), transparent 16rem),
    #fff9ef;
  box-shadow: var(--v3-shadow);
}

.home-hero-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 30px;
  width: 55px;
  height: 5px;
  background: var(--v3-accent);
}

.home-hero-card h2 {
  margin: 10px 0 14px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 30px;
  line-height: 1.08;
}

.home-hero-card ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: home-steps;
}

.home-hero-card li {
  position: relative;
  margin: 0;
  padding: 13px 0 13px 39px;
  border-top: 1px solid rgba(118, 85, 47, .15);
  counter-increment: home-steps;
}

.home-hero-card li::before {
  content: counter(home-steps);
  position: absolute;
  left: 0;
  top: 13px;
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 50%;
  background: var(--v3-ink);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.home-section {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  padding: 68px 0 0;
}

.home-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .65fr);
  gap: 30px;
  align-items: end;
  margin-bottom: 28px;
}

.home-section-head h2 {
  max-width: 17ch;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(31px, 4vw, 50px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.035em;
}

.home-section-head p {
  max-width: 55ch;
}

.home-category-grid,
.home-review-grid,
.home-guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-category-card,
.home-review-card,
.home-guide-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding: 27px;
  border: 1px solid var(--v3-line);
  border-radius: var(--v3-radius);
  background: var(--v3-paper);
  box-shadow: 0 10px 30px rgba(44, 35, 23, .055);
}

.home-category-card h3,
.home-review-card h3,
.home-guide-card h3 {
  margin: 8px 0 10px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 23px;
  line-height: 1.15;
}

.home-category-card p,
.home-review-card p,
.home-guide-card p {
  font-size: 14px;
}

.card-link {
  display: inline-block;
  margin-top: 14px;
  color: var(--v3-accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.home-review-card {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.home-review-image {
  display: grid;
  min-height: 210px;
  padding: 24px;
  place-items: center;
  background: radial-gradient(circle, #fff 0, #fff 42%, #f2eee6 100%);
}

.home-review-image img {
  max-height: 165px;
  object-fit: contain;
}

.home-review-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.home-review-copy .card-link {
  margin-top: auto;
}

/* Produktreview */
.review-page {
  width: 100%;
  min-width: 0;
  padding-bottom: 86px;
}

.review-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.review-breadcrumbs {
  padding: 24px 0 18px;
  color: var(--v3-muted);
  font-size: 13px;
}

.review-breadcrumbs a {
  color: var(--v3-accent-dark);
}

.review-hero-v3 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 54px;
  align-items: center;
  padding: 35px 0 45px;
}

.review-hero-v3 h1 {
  max-width: 19ch;
  margin: 8px 0 17px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 600;
  line-height: .99;
  letter-spacing: -.04em;
  overflow-wrap: anywhere;
}

.review-hero-v3 .lead {
  max-width: 660px;
  font-size: 18px;
  line-height: 1.62;
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 18px;
  color: var(--v3-muted);
  font-size: 12px;
}

.review-hero-product {
  display: grid;
  min-height: 390px;
  padding: 34px;
  place-items: center;
  border: 1px solid var(--v3-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 40%, #fff 0, #fff 37%, #eee9df 100%);
  box-shadow: var(--v3-shadow);
}

.review-hero-product img {
  width: auto;
  max-width: 100%;
  max-height: 300px;
  object-fit: contain;
}

.review-verdict {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 24px;
  margin: 0 0 42px;
  padding: 25px 28px;
  border: 1px solid #d7c4aa;
  border-radius: 16px;
  background: linear-gradient(110deg, #fff8ec, #fffefa);
}

.review-verdict strong {
  color: var(--v3-accent-dark);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.review-verdict p {
  margin: 0;
  color: var(--v3-ink);
  font-size: 17px;
}

.review-layout-v3 {
  display: grid;
  min-width: 0;
  grid-template-columns: minmax(0, 790px) minmax(230px, 270px);
  gap: clamp(38px, 5vw, 74px);
  align-items: start;
}

.review-main-v3 {
  min-width: 0;
}

.review-sidebar-v3 {
  min-width: 0;
}

.review-toc-v3,
.review-buybox {
  padding: 20px;
  border: 1px solid var(--v3-line);
  border-radius: 14px;
  background: rgba(255, 254, 250, .94);
}

.review-toc-v3 {
  position: sticky;
  top: 88px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.review-toc-v3 > strong {
  margin-bottom: 9px;
  color: var(--v3-muted);
  font-size: 10px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.review-toc-v3 a {
  padding: 7px 9px;
  border-left: 2px solid transparent;
  border-radius: 0 7px 7px 0;
  color: var(--v3-muted);
  font-size: 13px;
  line-height: 1.35;
}

.review-toc-v3 a:hover,
.review-toc-v3 a.is-active {
  border-left-color: var(--v3-accent);
  background: #f6ede1;
  color: var(--v3-ink);
}

.review-main-v3 h2 {
  scroll-margin-top: 94px;
  margin: 56px 0 18px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(28px, 3.4vw, 40px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -.025em;
}

.review-main-v3 h2:first-child {
  margin-top: 0;
}

.review-main-v3 h3 {
  margin: 28px 0 10px;
  color: var(--v3-ink);
  font-size: 18px;
  line-height: 1.35;
}

.review-main-v3 p,
.review-main-v3 li {
  font-size: 16px;
}

.review-main-v3 p {
  margin-bottom: 18px;
}

.review-main-v3 ul,
.review-main-v3 ol {
  margin: 0 0 22px;
  padding-left: 22px;
}

.review-main-v3 li {
  margin-bottom: 9px;
}

.review-source-note {
  margin: 24px 0;
  padding: 17px 19px;
  border-left: 4px solid var(--v3-accent);
  background: #f5eee4;
  color: var(--v3-text);
  font-size: 14px;
}

.review-fact-grid,
.review-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}

.review-fact-card,
.review-pc-card {
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: var(--v3-paper);
}

.review-fact-card h3,
.review-pc-card h3 {
  margin-top: 0;
}

.review-fact-card p {
  margin: 0;
  font-size: 14px;
}

.review-pc-card.good {
  border-top: 4px solid var(--v3-green);
}

.review-pc-card.limit {
  border-top: 4px solid #a15c38;
}

.review-source-list {
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.review-source-list li {
  padding: 13px 0;
  border-bottom: 1px solid var(--v3-line);
}

.review-source-list a {
  color: var(--v3-accent-dark);
  font-weight: 800;
  overflow-wrap: anywhere;
}

.related-reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.related-review {
  display: grid;
  min-width: 0;
  padding: 16px;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: var(--v3-paper);
}

.related-review img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.related-review strong {
  display: block;
  color: var(--v3-ink);
  font-size: 14px;
  line-height: 1.35;
}

.review-affiliate {
  display: inline-flex;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 9px;
  background: var(--v3-ink);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.review-disclosure {
  display: block;
  margin-top: 8px;
  color: var(--v3-muted);
  font-size: 11px;
}

.live-price {
  display: grid;
  margin: 13px 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--v3-line);
  border-radius: 11px;
  background: rgba(255, 254, 250, .72);
  line-height: 1.25;
}

.live-price > span {
  color: var(--v3-muted);
  font-size: 9px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .11em;
}

.live-price > strong {
  margin-top: 3px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 20px;
  font-weight: 650;
}

.live-price > small {
  margin-top: 4px;
  color: var(--v3-muted);
  font-size: 9px;
}

[data-price-state="ok"] .live-price {
  border-color: #d7b57e;
  background: #fff8eb;
}

[data-price-state="ok"] .live-price > strong {
  color: var(--v3-accent-dark);
}

.review-live-price {
  width: min(100%, 360px);
  margin-top: 19px;
  padding: 14px 16px;
}

.review-live-price > strong {
  font-size: 27px;
}

.review-live-price + .review-affiliate {
  margin-top: 0;
}

.pillar-live-price,
.wohn-live-price {
  margin-top: 0;
}

.home-live-price {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 10px 11px;
  background: #faf6ee;
}

.home-live-price > strong {
  font-size: 18px;
}

.footer-min {
  margin-top: 0;
  padding: 52px 24px 36px;
  background: #eae4da;
}

.footer-min::before {
  height: 1px;
  background: #cfc4b5;
}

.footer-min .inner {
  max-width: 1200px;
}

.footer-grid {
  grid-template-columns: 1.35fr 1fr 1fr 1fr;
  gap: 42px;
  padding-bottom: 32px;
}

.footer-grid > div {
  gap: 9px;
}

.footer-grid .foot-brand-copy {
  max-width: 38ch;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.65;
}

.footer-min .meta {
  width: 100%;
  padding-top: 8px;
}

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .nav-cta {
    margin-left: auto;
  }

  .burger {
    display: flex;
  }

  .nav.open .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 12px 24px 22px;
    background: #fbf8f2;
    border-bottom: 1px solid var(--v3-line);
  }

  .pillar-product-grid,
  .wohn-grid,
  .home-category-grid,
  .home-review-grid,
  .home-guide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .review-layout-v3 {
    grid-template-columns: minmax(0, 1fr) 230px;
    gap: 35px;
  }
}

@media (max-width: 760px) {
  .page-hero,
  .article,
  .crumbs {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .nav-cta {
    display: none;
  }

  .pillar-jumpbar {
    top: 66px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .pillar-products {
    margin-left: -4px !important;
    margin-right: -4px !important;
    padding: 22px !important;
  }

  .pillar-products-head,
  .home-section-head,
  .home-hero,
  .review-hero-v3,
  .review-verdict,
  .review-layout-v3 {
    grid-template-columns: 1fr;
  }

  .home-hero {
    width: min(100% - 36px, 1200px);
    padding-top: 38px;
    gap: 32px;
  }

  .home-section,
  .review-shell {
    width: min(100% - 36px, 1200px);
  }

  .review-hero-v3 {
    gap: 27px;
    padding-top: 24px;
  }

  .review-hero-product {
    min-height: 290px;
  }

  .review-hero-product img {
    max-height: 230px;
  }

  .review-verdict {
    gap: 7px;
  }

  .review-sidebar-v3 {
    grid-row: 1;
  }

  .review-toc-v3 {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .review-toc-v3 > strong {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
  }

  .footer-grid > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  .pillar-product-grid,
  .wohn-grid,
  .content-grid,
  .home-category-grid,
  .home-review-grid,
  .home-guide-grid,
  .review-fact-grid,
  .review-pros-cons,
  .related-reviews {
    grid-template-columns: 1fr !important;
  }

  .page-hero {
    padding-top: 32px;
  }

  .page-hero h1 {
    font-size: 39px;
  }

  .home-hero h1,
  .review-hero-v3 h1 {
    font-size: 42px;
  }

  .home-hero-card {
    padding: 24px;
  }

  .review-toc-v3 {
    grid-template-columns: 1fr;
  }

  .related-review {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .related-review img {
    width: 62px;
    height: 62px;
  }
}

/* Startseite V4: interaktives Lichtstudio und produktzentrierte Einstiege */
.home-v4 {
  padding-bottom: 84px;
}

.light-hero {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  min-height: 650px;
  margin: 0 auto;
  padding: 46px 0 64px;
  grid-template-columns: minmax(330px, .78fr) minmax(560px, 1.22fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
}

.light-hero-copy h1 {
  max-width: 10ch;
  margin: 10px 0 22px;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(50px, 6.1vw, 78px);
  font-weight: 600;
  line-height: .94;
  letter-spacing: -.052em;
  text-wrap: balance;
}

.light-hero-copy .lead {
  max-width: 520px;
  margin: 0;
  font-size: 18px;
  line-height: 1.58;
}

.light-hero-copy .trust-line {
  margin-top: 24px;
}

.light-lab {
  --lab-ambient-strength: .72;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 30px;
  background: #181714;
  box-shadow:
    0 38px 90px rgba(42, 31, 18, .25),
    0 8px 24px rgba(42, 31, 18, .18);
  color: #fff;
  isolation: isolate;
}

.light-lab::before {
  content: "";
  position: absolute;
  z-index: 5;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: inherit;
  pointer-events: none;
}

.light-lab-head {
  position: relative;
  z-index: 6;
  display: flex;
  min-height: 54px;
  padding: 0 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: #191815;
  font-size: 12px;
  letter-spacing: .02em;
}

.light-lab-head > div {
  display: flex;
  align-items: center;
  gap: 9px;
}

.light-lab-head > span:last-child {
  color: rgba(255, 255, 255, .7);
}

.lab-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(var(--lab-light-rgb));
  box-shadow: 0 0 13px rgba(var(--lab-light-rgb), .95);
}

.light-room {
  position: relative;
  overflow: hidden;
  height: 344px;
  background:
    radial-gradient(ellipse at 58% 4%, rgba(var(--lab-light-rgb), calc(.18 + var(--lab-brightness) * .45)) 0, rgba(var(--lab-light-rgb), .08) 36%, transparent 66%),
    linear-gradient(180deg, #625f59 0 73%, #35312d 73% 100%);
  transition: background .28s ease;
}

.light-room::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: 0;
  background: #090b10;
  opacity: calc(.68 - var(--lab-brightness) * .55);
  pointer-events: none;
  transition: opacity .28s ease;
}

.light-room::after {
  content: "";
  position: absolute;
  z-index: 3;
  right: -8%;
  bottom: -28%;
  width: 64%;
  height: 56%;
  border-radius: 50%;
  background: rgba(var(--lab-light-rgb), calc(var(--lab-brightness) * .36));
  filter: blur(22px);
  transform: rotate(-9deg);
}

.room-window {
  position: absolute;
  top: 34px;
  left: 31px;
  display: grid;
  width: 122px;
  height: 151px;
  padding: 8px;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  border: 6px solid #282824;
  background: #282824;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .24);
}

.room-window span {
  background:
    linear-gradient(165deg, rgba(255, 255, 255, .22), transparent 45%),
    linear-gradient(180deg, #8495a1, #cad1ce 64%, #798176);
}

.room-wall-art {
  position: absolute;
  top: 48px;
  right: 38px;
  width: 105px;
  height: 78px;
  border: 8px solid #292621;
  background:
    radial-gradient(circle at 63% 32%, rgba(var(--lab-light-rgb), .82) 0 6%, transparent 7%),
    linear-gradient(135deg, #664c3a 0 45%, #a28f77 46% 68%, #3c4239 69%);
  box-shadow: 0 11px 24px rgba(0, 0, 0, .2);
}

.room-pendant {
  position: absolute;
  z-index: 3;
  top: -6px;
  left: 56%;
  width: 88px;
  height: 92px;
  transform: translateX(-50%);
}

.room-pendant::before {
  content: "";
  position: absolute;
  top: 0;
  left: 43px;
  width: 2px;
  height: 52px;
  background: #22211e;
}

.room-pendant span {
  position: absolute;
  bottom: 7px;
  left: 20px;
  width: 50px;
  height: 25px;
  border-radius: 55% 55% 12% 12%;
  background: #1e1d1a;
  box-shadow:
    0 10px 18px rgba(var(--lab-light-rgb), calc(var(--lab-brightness) * .9)),
    inset 0 -5px 7px rgba(var(--lab-light-rgb), .72);
}

.room-light-cone {
  position: absolute;
  z-index: 1;
  top: 78px;
  left: 56%;
  width: 310px;
  height: 255px;
  background: linear-gradient(180deg, rgba(var(--lab-light-rgb), calc(var(--lab-brightness) * .45)), rgba(var(--lab-light-rgb), .03));
  clip-path: polygon(43% 0, 57% 0, 100% 100%, 0 100%);
  filter: blur(4px);
  opacity: calc(.25 + var(--lab-brightness) * .65);
  transform: translateX(-50%);
  transition: opacity .28s ease, background .28s ease;
}

.room-floor {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 27%;
  background:
    repeating-linear-gradient(96deg, transparent 0 70px, rgba(0, 0, 0, .14) 72px),
    linear-gradient(180deg, #4a433b, #2e2a27);
  box-shadow: inset 0 10px 20px rgba(0, 0, 0, .2);
}

.room-sofa {
  position: absolute;
  z-index: 4;
  bottom: 47px;
  left: 24%;
  width: 48%;
  height: 91px;
  border-radius: 18px 18px 7px 7px;
  background: #8d755f;
  box-shadow:
    inset 0 12px 28px rgba(var(--lab-light-rgb), calc(var(--lab-brightness) * .13)),
    0 17px 25px rgba(0, 0, 0, .25);
}

.room-sofa::before,
.room-sofa::after {
  content: "";
  position: absolute;
  top: 19px;
  width: 46%;
  height: 59px;
  border-radius: 12px;
  background: #9b836c;
  box-shadow: inset 0 7px 15px rgba(255, 255, 255, .06);
}

.room-sofa::before {
  left: 2%;
}

.room-sofa::after {
  right: 2%;
}

.room-sofa span,
.room-sofa i {
  position: absolute;
  bottom: -13px;
  width: 8px;
  height: 16px;
  background: #24221f;
}

.room-sofa span {
  left: 25px;
}

.room-sofa i {
  right: 25px;
}

.room-sofa b {
  position: absolute;
  z-index: 2;
  top: 32px;
  right: 14%;
  width: 51px;
  height: 40px;
  border-radius: 7px;
  background: #514f3f;
  transform: rotate(4deg);
}

.room-table {
  position: absolute;
  z-index: 5;
  right: 12%;
  bottom: 32px;
  width: 118px;
  height: 57px;
}

.room-table span {
  display: block;
  width: 100%;
  height: 12px;
  border-radius: 50%;
  background: #d5b991;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, .2),
    inset 0 3px 4px rgba(var(--lab-light-rgb), calc(var(--lab-brightness) * .3));
}

.room-table i {
  display: block;
  width: 5px;
  height: 45px;
  margin: -1px auto 0;
  background: #2b2925;
}

.room-plant {
  position: absolute;
  z-index: 4;
  left: 4%;
  bottom: 28px;
  width: 78px;
  height: 117px;
}

.room-plant::before,
.room-plant::after,
.room-plant span,
.room-plant i {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 35px;
  width: 27px;
  height: 63px;
  border-radius: 100% 0 100% 0;
  background: #3e5a42;
  transform-origin: bottom;
}

.room-plant::before {
  transform: rotate(-42deg);
}

.room-plant::after {
  transform: rotate(32deg) scale(.9);
}

.room-plant span {
  transform: rotate(-12deg) scale(.86);
}

.room-plant i {
  transform: rotate(56deg) scale(.65);
}

.room-plant b {
  position: absolute;
  bottom: 0;
  left: 19px;
  width: 48px;
  height: 43px;
  border-radius: 5px 5px 14px 14px;
  background: #8b5d43;
}

.light-controls {
  position: relative;
  z-index: 6;
  display: grid;
  padding: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px 22px;
  background: #191815;
}

.light-control-row label {
  display: flex;
  margin-bottom: 7px;
  align-items: center;
  justify-content: space-between;
  color: rgba(255, 255, 255, .72);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.light-control-row output {
  color: #fff;
  font-variant-numeric: tabular-nums;
}

.light-control-row input[type="range"] {
  width: 100%;
  height: 6px;
  margin: 4px 0 0;
  border-radius: 20px;
  appearance: none;
  background: linear-gradient(90deg, #3a3935, rgb(var(--lab-light-rgb)));
  cursor: pointer;
}

.light-control-row input.kelvin-range {
  background: linear-gradient(90deg, #ff9d4d 0, #fff0c1 43%, #dbeeff 72%, #9ecbff 100%);
}

.light-control-row input[type="range"]::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  appearance: none;
  background: #23211e;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
}

.light-control-row input[type="range"]::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #23211e;
  box-shadow: 0 2px 9px rgba(0, 0, 0, .45);
}

.light-presets {
  display: flex;
  grid-column: 1 / -1;
  gap: 7px;
}

.light-presets button {
  flex: 1;
  min-width: 0;
  padding: 9px 7px;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 9px;
  background: rgba(255, 255, 255, .055);
  color: rgba(255, 255, 255, .68);
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.light-presets button:hover,
.light-presets button[aria-pressed="true"] {
  border-color: rgba(var(--lab-light-rgb), .62);
  background: rgba(var(--lab-light-rgb), .13);
  color: #fff;
}

.lab-recommendation {
  display: flex;
  grid-column: 1 / -1;
  min-height: 59px;
  padding: 11px 14px;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(var(--lab-light-rgb), .28);
  border-radius: 12px;
  background: rgba(var(--lab-light-rgb), .09);
  color: #fff;
}

.lab-recommendation span {
  display: grid;
}

.lab-recommendation small {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .13em;
}

.lab-recommendation strong {
  font-size: 13px;
}

.lab-recommendation b {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  background: rgb(var(--lab-light-rgb));
  color: #201d17;
}

.home-product-stage,
.home-category-strip,
.home-faq-compact {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.home-product-stage {
  padding: 70px 0 18px;
  scroll-margin-top: 82px;
}

.home-product-head {
  display: flex;
  margin-bottom: 23px;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.home-product-head h2,
.home-category-intro h2,
.home-faq-compact h2 {
  max-width: 16ch;
  margin: 0;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(34px, 4.2vw, 54px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -.038em;
}

.home-product-head > a {
  flex: 0 0 auto;
  color: var(--v3-accent-dark);
  font-size: 13px;
  font-weight: 800;
}

.home-product-filters {
  display: flex;
  overflow-x: auto;
  margin: 0 0 22px;
  padding: 2px 0 8px;
  gap: 7px;
  scrollbar-width: none;
}

.home-product-filters::-webkit-scrollbar {
  display: none;
}

.home-product-filters button {
  flex: 0 0 auto;
  padding: 9px 14px;
  border: 1px solid var(--v3-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .48);
  color: var(--v3-text);
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.home-product-filters button:hover,
.home-product-filters button[aria-pressed="true"] {
  border-color: var(--v3-ink);
  background: var(--v3-ink);
  color: #fff;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-product-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid var(--v3-line);
  border-radius: 18px;
  background: var(--v3-paper);
  box-shadow: 0 11px 28px rgba(45, 35, 22, .055);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-product-card:hover {
  border-color: #cbbba4;
  box-shadow: 0 20px 44px rgba(45, 35, 22, .11);
  transform: translateY(-4px);
}

.home-product-card[hidden] {
  display: none;
}

.home-product-media {
  position: relative;
  display: grid;
  min-height: 218px;
  padding: 23px;
  place-items: center;
  background:
    radial-gradient(circle at 50% 40%, #fff 0 28%, rgba(255, 255, 255, .74) 42%, transparent 68%),
    linear-gradient(155deg, #f5f1e9, #eae3d8);
}

.home-product-media img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  filter: drop-shadow(0 12px 14px rgba(35, 29, 22, .1));
  transition: transform .25s ease;
}

.home-product-card:hover .home-product-media img {
  transform: scale(1.035);
}

.home-product-category {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 8px;
  border: 1px solid rgba(87, 73, 53, .12);
  border-radius: 99px;
  background: rgba(255, 254, 250, .84);
  backdrop-filter: blur(8px);
  color: #665641;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.home-product-body {
  display: flex;
  flex: 1;
  padding: 19px;
  flex-direction: column;
}

.home-product-brand {
  margin: 0 0 5px !important;
  color: var(--v3-accent-dark);
  font-size: 10px !important;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.home-product-body h3 {
  margin: 0;
  color: var(--v3-ink);
  font-family: "Fraunces", Georgia, serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.16;
}

.home-product-body h3 a {
  color: inherit;
}

.home-product-body > p:not(.home-product-brand) {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 15px;
  color: var(--v3-muted);
  font-size: 12px;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.home-product-link {
  display: flex;
  min-height: 40px;
  margin-top: auto;
  padding: 9px 12px;
  align-items: center;
  justify-content: space-between;
  border-radius: 9px;
  background: #29251f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.home-product-link span {
  color: #e6b264;
  font-size: 16px;
}

.home-product-empty {
  padding: 26px;
  border: 1px dashed var(--v3-line);
  border-radius: 14px;
  text-align: center;
}

.home-category-strip {
  padding: 76px 0 0;
}

.home-category-intro {
  display: flex;
  margin-bottom: 25px;
  align-items: end;
  justify-content: space-between;
}

.home-category-tiles {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.home-category-tile {
  position: relative;
  display: flex;
  min-height: 244px;
  overflow: hidden;
  padding: 20px;
  flex-direction: column;
  border-radius: 19px;
  background: #27231d;
  color: #fff;
  isolation: isolate;
}

.home-category-tile::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(180deg, transparent 34%, rgba(0, 0, 0, .72));
}

.home-category-tile small {
  color: rgba(255, 255, 255, .6);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.home-category-tile strong {
  margin-top: auto;
  font-family: "Fraunces", Georgia, serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.05;
}

.home-category-tile p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, .69);
  font-size: 11px;
  line-height: 1.4;
}

.home-category-tile b {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  font-size: 13px;
}

.category-orb {
  position: absolute;
  z-index: -2;
  top: 25px;
  left: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%, #fff, #ffcb78 22%, #d66d25 55%, transparent 72%);
  filter: blur(1px);
  opacity: .9;
  transform: translateX(-50%);
  transition: transform .32s ease;
}

.home-category-tile:hover .category-orb {
  transform: translateX(-50%) scale(1.1);
}

.category-2 .category-orb {
  background: radial-gradient(circle at 42% 38%, #fff, #f1d6a3 24%, #8d7457 58%, transparent 72%);
}

.category-3 .category-orb {
  background: radial-gradient(circle at 42% 38%, #fff, #e6efff 24%, #7e9abf 58%, transparent 72%);
}

.category-4 .category-orb {
  background: radial-gradient(circle at 42% 38%, #fff, #f8fbff 24%, #b8d8fa 58%, transparent 72%);
}

.category-5 .category-orb {
  background: conic-gradient(from 45deg, #ff7168, #ffdc6b, #61d58a, #69a5ff, #c276ff, #ff7168);
  filter: blur(9px);
  opacity: .82;
}

.home-proof {
  display: grid;
  width: min(1200px, calc(100% - 48px));
  margin: 76px auto 0;
  padding: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 24px;
  align-items: center;
  border-radius: 22px;
  background: var(--v3-ink);
  color: #fff;
}

.home-proof > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
}

.home-proof strong {
  color: #e6b264;
  font-family: "Fraunces", Georgia, serif;
  font-size: 35px;
  line-height: 1;
}

.home-proof span {
  color: rgba(255, 255, 255, .66);
  font-size: 11px;
  line-height: 1.35;
}

.home-proof > a {
  padding: 11px 14px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 9px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}

.home-faq-compact {
  display: grid;
  padding: 76px 0 0;
  grid-template-columns: .65fr 1.35fr;
  gap: 72px;
}

.home-faq-compact .faq-accordion details {
  background: rgba(255, 254, 250, .62);
}

.light-presets button:focus-visible,
.light-control-row input:focus-visible,
.home-product-filters button:focus-visible,
.lab-recommendation:focus-visible,
.home-product-link:focus-visible,
.home-category-tile:focus-visible {
  outline: 3px solid #de9c42;
  outline-offset: 3px;
}

@media (max-width: 1050px) {
  .light-hero {
    grid-template-columns: minmax(280px, .72fr) minmax(490px, 1.28fr);
    gap: 34px;
  }

  .home-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-category-tiles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-proof > a {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .light-hero {
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .light-hero-copy {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0 28px;
    align-items: end;
  }

  .light-hero-copy h1,
  .light-hero-copy .lead,
  .light-hero-copy .trust-line {
    grid-column: 1 / -1;
  }

  .light-hero-copy .home-actions {
    grid-column: 1 / -1;
  }

  .light-hero-copy h1 {
    max-width: 13ch;
  }

  .home-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-category-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-proof {
    grid-template-columns: 1fr;
  }

  .home-proof > a {
    grid-column: auto;
  }

  .home-faq-compact {
    grid-template-columns: 1fr;
    gap: 27px;
  }
}

@media (max-width: 600px) {
  .light-hero,
  .home-product-stage,
  .home-category-strip,
  .home-proof,
  .home-faq-compact {
    width: min(100% - 30px, 1200px);
  }

  .light-hero {
    padding: 35px 0 45px;
    gap: 29px;
  }

  .light-hero-copy {
    display: block;
  }

  .light-hero-copy h1 {
    max-width: 11ch;
    font-size: 45px;
  }

  .light-hero-copy .lead {
    font-size: 16px;
  }

  .light-lab {
    border-radius: 22px;
  }

  .light-room {
    height: 286px;
  }

  .room-window {
    left: 17px;
    width: 88px;
    height: 118px;
  }

  .room-wall-art {
    right: 18px;
    width: 74px;
    height: 57px;
  }

  .room-sofa {
    left: 21%;
    width: 58%;
  }

  .room-plant {
    left: 0;
    transform: scale(.8);
    transform-origin: bottom;
  }

  .room-table {
    right: 3%;
    transform: scale(.8);
    transform-origin: bottom;
  }

  .light-controls {
    grid-template-columns: 1fr;
  }

  .light-control-row,
  .light-presets,
  .lab-recommendation {
    grid-column: 1;
  }

  .light-presets {
    overflow-x: auto;
  }

  .light-presets button {
    flex: 0 0 auto;
    padding-right: 12px;
    padding-left: 12px;
  }

  .home-product-stage {
    padding-top: 52px;
  }

  .home-product-head {
    display: block;
  }

  .home-product-head > a {
    display: inline-block;
    margin-top: 13px;
  }

  .home-product-grid {
    gap: 11px;
  }

  .home-product-media {
    min-height: 160px;
    padding: 15px;
  }

  .home-product-media img {
    height: 125px;
  }

  .home-product-body {
    padding: 14px;
  }

  .home-product-body h3 {
    font-size: 16px;
  }

  .home-product-body > p:not(.home-product-brand) {
    display: none;
  }

  .home-product-link {
    margin-top: 0;
    padding: 8px 9px;
    font-size: 10px;
  }

  .home-live-price {
    margin-top: 13px;
    padding: 8px;
  }

  .home-live-price > span {
    font-size: 8px;
  }

  .home-live-price > strong {
    font-size: 15px;
  }

  .home-live-price > small {
    font-size: 8px;
  }

  .home-product-category {
    max-width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .home-category-strip,
  .home-proof,
  .home-faq-compact {
    margin-top: 0;
    padding-top: 58px;
  }

  .home-category-tiles {
    grid-template-columns: 1fr;
  }

  .home-category-tile {
    min-height: 190px;
  }

  .home-proof {
    margin-top: 58px;
    padding: 23px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-product-card,
  .home-product-media img,
  .category-orb,
  .light-room,
  .light-room::before,
  .room-light-cone {
    transition: none;
  }
}
