:root {
  --page: #0d0d0c;
  --panel: #171512;
  --panel-raised: #211d18;
  --text: #f1ede4;
  --muted: #bdb4a6;
  --line: rgba(241, 237, 228, .14);
  --accent: #C8862B;
  --accent-rgb: 200, 134, 43;
  --accent-hover: #DA9A40;
  --accent-soft: #F2C778;
  --accent-soft-rgb: 242, 199, 120;
  --accent-bright: #FFE3B2;
  --accent-bright-rgb: 255, 227, 178;
  --accent-deep: #985719;
  --accent-deep-rgb: 152, 87, 25;
  --accent-muted: #7B5935;
  --plum: #483848;
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; background: var(--page); color: var(--text); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.skip-link { position: fixed; top: -4rem; left: 1rem; z-index: 50; padding: .75rem 1rem; background: var(--text); color: var(--page); transition: top .2s ease; }
.skip-link:focus { top: 1rem; }
.site-header { position: relative; z-index: 20; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 4.75rem; padding: 0 clamp(1.25rem, 4vw, 4.25rem); border-bottom: 1px solid var(--line); background: rgba(13, 14, 13, .86); backdrop-filter: blur(12px); }
.wordmark { justify-self: start; font-family: var(--serif); font-size: 1.15rem; letter-spacing: -.04em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.2rem, 2.5vw, 2.4rem); color: var(--muted); font-size: .72rem; }
.desktop-nav a[aria-current="page"] { color: var(--text); }
.desktop-nav a { position: relative; padding: 0; }
.desktop-nav a.is-active { color: var(--text); }
.desktop-nav a.is-active::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: var(--accent); }
.header-actions { display: flex; align-items: center; justify-content: end; gap: .95rem; }
.quiet-action { color: var(--muted); font-size: .72rem; }
.primary-action, .button-primary { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 2.3rem; padding: .58rem .85rem; background: var(--accent); color: #1c1207; font-size: .68rem; font-weight: 700; letter-spacing: .025em; transition: transform .2s ease, background .2s ease; }
.primary-action:hover, .button-primary:hover { background: var(--accent-hover); transform: translateY(-1px); }
.menu-toggle, .mobile-nav { display: none; }

.product-hero { display: grid; grid-template-columns: minmax(17rem, .9fr) minmax(19rem, 1.1fr); align-items: center; gap: clamp(3rem, 10vw, 9.5rem); width: min(100% - 2.5rem, 75rem); min-height: 36.5rem; margin: 0 auto; padding: clamp(5rem, 9vw, 8rem) 0; }
.hero-copy { max-width: 28rem; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--accent-soft); font-size: .61rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: .45rem; }
.eyebrow span { width: .38rem; height: .38rem; border-radius: 50%; background: var(--accent); }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; letter-spacing: -.06em; }
h1 { max-width: 10.5ch; margin: 0; font-size: clamp(3.7rem, 6.5vw, 7rem); line-height: .91; }
h1 em, h2 em { color: var(--accent-soft); font-weight: inherit; }
.hero-copy > p:not(.eyebrow) { max-width: 27rem; margin: 1.55rem 0 0; color: var(--muted); font-size: .88rem; line-height: 1.58; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 2.7rem; padding: .65rem .9rem; font-size: .69rem; }
.button-outline { border: 1px solid rgba(var(--accent-rgb), .7); color: var(--accent-soft); transition: background .2s ease, color .2s ease; }
.button-outline:hover { background: var(--accent); color: #1c1207; }

.product-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); width: min(100% - 2.5rem, 75rem); margin: 0 auto; border-block: 1px solid var(--line); }
.product-facts > div { min-width: 0; padding: 1rem clamp(.8rem, 2vw, 1.5rem); border-right: 1px solid var(--line); }
.product-facts > div:first-child { padding-left: 0; }
.product-facts > div:last-child { padding-right: 0; border-right: 0; }
.product-facts dt { color: #8c8578; font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-facts dd { margin: .4rem 0 0; color: #d8d2c7; font-size: .7rem; line-height: 1.45; }

.hero-visual { position: relative; min-height: 29rem; overflow: hidden; border: 1px solid rgba(241, 237, 228, .07); background: radial-gradient(ellipse at 70% 29%, rgba(var(--accent-soft-rgb), .2), transparent 17%), linear-gradient(142deg, #171713 4%, #28231d 38%, #121212 69%); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(164deg, transparent 0 1.9rem, rgba(241,237,228,.027) 1.94rem 2rem); mix-blend-mode: screen; }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(10,10,9,.58), transparent 60%), linear-gradient(0deg, rgba(10,10,9,.78), transparent 47%); }
.light-band { position: absolute; z-index: 0; display: block; width: 43rem; height: 2.8rem; background: linear-gradient(90deg, transparent, rgba(var(--accent-rgb), .85), rgba(var(--accent-bright-rgb), .38), transparent); filter: blur(4px); transform: rotate(-24deg); }
.band-one { top: 8%; left: -22%; opacity: .55; }
.band-two { top: 40%; left: -7%; opacity: .82; }
.band-three { top: 70%; left: 7%; opacity: .32; }
.tone-window { position: absolute; z-index: 2; right: 1.25rem; bottom: 1.2rem; left: 1.25rem; display: grid; gap: .4rem; padding: 1rem; border-top: 1px solid rgba(241,237,228,.28); background: linear-gradient(90deg, rgba(13,13,12,.94), rgba(13,13,12,.39)); }
.tone-eyebrow, .tone-index { color: #c6bdaa; font-size: .57rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.tone-window strong { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.65rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.tone-rail { position: absolute; z-index: 2; top: 1.1rem; right: 1.15rem; display: grid; gap: .3rem; width: 3.7rem; }
.tone-rail i { display: block; height: .27rem; border: 1px solid rgba(241,237,228,.25); background: rgba(241,237,228,.07); }
.tone-rail i:nth-child(2), .tone-rail i:nth-child(3) { background: var(--accent); border-color: var(--accent); }

.quality-intro { max-width: 43rem; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) 1.25rem clamp(3rem, 6vw, 5rem); text-align: center; }
.quality-intro h2, .deep-copy h2 { margin: 0; font-size: clamp(3rem, 5.2vw, 5.75rem); line-height: .92; }
.quality-intro > p:last-child { max-width: 32rem; margin: 1.35rem auto 0; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; width: min(100% - 2.5rem, 75rem); margin: 0 auto; border: 1px solid var(--line); background: var(--line); }
.feature-card { position: relative; min-height: 16rem; padding: clamp(1.35rem, 3vw, 2.25rem); overflow: hidden; background: var(--panel); }
.feature-card h3 { position: relative; z-index: 1; max-width: 13ch; margin: 0; font-size: clamp(1.7rem, 2.8vw, 2.7rem); line-height: .94; }
.feature-card p { position: relative; z-index: 1; max-width: 22rem; margin: .85rem 0 0; color: var(--muted); font-size: .74rem; line-height: 1.5; }
.card-icon { position: absolute; right: 1.3rem; bottom: 1.25rem; width: 7.5rem; height: 6.3rem; opacity: .65; }
.card-light { background: #1d1914; }
.card-light::before { content: ""; position: absolute; inset: 0; background: linear-gradient(128deg, transparent 38%, rgba(var(--accent-soft-rgb), .14) 38.4% 39%, transparent 39.4% 52%, rgba(var(--accent-soft-rgb), .09) 52.4% 53%, transparent 53.4%); }
.card-light .card-icon { display: grid; align-content: end; gap: .42rem; }
.card-light .card-icon span { display: block; height: .55rem; background: linear-gradient(90deg, var(--accent), rgba(var(--accent-soft-rgb), .14)); }
.card-light .card-icon span:nth-child(2) { width: 72%; }.card-light .card-icon span:nth-child(3) { width: 42%; }
.card-local { background: #211c19; }
.card-local::before { content: ""; position: absolute; right: -10%; bottom: -45%; width: 17rem; aspect-ratio: 1; border: 1px solid rgba(var(--accent-soft-rgb), .26); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(var(--accent-soft-rgb), .035); }
.card-local .card-icon { display: grid; place-items: center; }
.card-local .card-icon span { width: 4.1rem; aspect-ratio: 1; border: 1px solid rgba(241,237,228,.5); border-radius: 50%; }
.card-local .card-icon i { position: absolute; width: 5.8rem; height: 1px; background: var(--accent); transform: rotate(-42deg); }
.card-colour { background: #191719; }
.card-colour::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 101%, rgba(113,80,105,.39), transparent 44%); }
.card-colour .card-icon { display: grid; grid-template-columns: repeat(4, 1fr); gap: .32rem; align-items: center; }
.card-colour .card-icon i { display: block; aspect-ratio: .55; border: 1px solid rgba(241,237,228,.23); background: linear-gradient(150deg, #473947, #171416); }
.card-colour .card-icon i:nth-child(2) { transform: translateY(-.55rem); background: linear-gradient(150deg, var(--accent-muted), #241a15); }
.card-colour .card-icon i:nth-child(3) { transform: translateY(.3rem); }
.card-recipe { background: #1e1b17; }
.card-recipe::before { content: ""; position: absolute; right: 0; bottom: 0; width: 55%; height: 100%; background: repeating-linear-gradient(135deg, rgba(241,237,228,.05) 0 1px, transparent 1px 10px); }
.card-recipe .card-icon { display: grid; gap: .48rem; }
.card-recipe .card-icon span { display: block; height: 1.45rem; border: 1px solid rgba(241,237,228,.25); background: rgba(0,0,0,.13); }
.card-recipe .card-icon span:nth-child(2) { width: 82%; border-color: rgba(var(--accent-rgb), .65); }.card-recipe .card-icon span:nth-child(3) { width: 58%; }

.editorial-module { display: grid; grid-template-columns: minmax(18rem, .84fr) minmax(20rem, 1.16fr); align-items: center; gap: clamp(2.5rem, 8vw, 8rem); width: min(100% - 2.5rem, 75rem); margin: clamp(6rem, 12vw, 11rem) auto 0; }
.module-copy { max-width: 28rem; }
.module-copy h2 { max-width: 11ch; margin: 0; font-size: clamp(3rem, 5.1vw, 5.65rem); line-height: .92; }
.module-copy > p:not(.section-label) { max-width: 27rem; margin: 1.4rem 0 0; color: var(--muted); font-size: .84rem; line-height: 1.58; }
.module-meta { display: flex; flex-wrap: wrap; gap: .48rem; margin-top: 2rem; }
.module-meta span { padding: .4rem .55rem; border: 1px solid rgba(241,237,228,.15); color: var(--accent-soft); font-size: .57rem; font-weight: 650; letter-spacing: .07em; text-transform: uppercase; }
.editor-proof { position: relative; min-height: 27rem; margin: 0; padding: clamp(.9rem, 2vw, 1.25rem); overflow: hidden; border: 1px solid rgba(241,237,228,.13); background: linear-gradient(145deg, #17130e, #2a1c0e 50%, #0d0d0c); }
.editor-proof img { display: block; width: 100%; height: 100%; min-height: 24rem; border: 1px solid rgba(241,237,228,.18); box-shadow: 0 1.7rem 3rem rgba(0,0,0,.45); object-fit: contain; }
.editor-proof figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; padding: .6rem .75rem; border: 1px solid rgba(241,237,228,.15); background: rgba(12,11,9,.86); color: #d3cabd; font-size: .61rem; backdrop-filter: blur(8px); }
.editor-proof.ui-detail-shot { display: grid; grid-template-rows: minmax(0, 1fr) auto; min-height: clamp(26rem, 40vw, 32rem); padding: 0; background: #100e0b; }
.ui-detail-shot__viewport { position: relative; min-height: 0; overflow: hidden; }
.editor-proof.ui-detail-shot .ui-detail-shot__viewport img {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  box-shadow: none;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: 64% 50%;
}
.editor-proof.ui-detail-shot figcaption {
  position: static;
  min-height: 4.15rem;
  padding: .9rem 1rem;
  border: 0;
  border-top: 1px solid rgba(241,237,228,.13);
  background: #15110c;
  color: #b9aa96;
  line-height: 1.45;
  backdrop-filter: none;
}
.function-shot__caption { display: grid; grid-template-columns: auto 1fr; gap: .15rem .85rem; align-content: center; }
.function-shot__caption > span { grid-row: 1 / 3; align-self: center; color: var(--accent-soft); font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.function-shot__caption > strong { color: #ece3d6; font-size: .72rem; font-weight: 600; }
.function-shot__caption > small { color: #a39786; font-size: .61rem; }

.module-consistency { grid-template-columns: minmax(20rem, 1.16fr) minmax(18rem, .84fr); }
.before-after-proof { position: relative; min-height: 31rem; margin: 0; overflow: hidden; border: 1px solid rgba(241,237,228,.13); background: #100e0c; }
.before-after-proof img { position: absolute; inset: 0 0 2.35rem; display: block; width: 100%; height: calc(100% - 2.35rem); object-fit: cover; object-position: center; }
.before-after-proof .after-image { clip-path: inset(0 0 0 50%); }
.compare-divider { position: absolute; z-index: 2; top: 0; bottom: 2.35rem; left: 50%; width: 1px; background: var(--accent-soft); box-shadow: 0 0 1rem rgba(var(--accent-soft-rgb), .45); }
.compare-label { position: absolute; z-index: 3; top: .8rem; padding: .35rem .5rem; background: rgba(10,9,8,.78); color: #e4dccf; font-size: .55rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(8px); }
.label-before { left: .8rem; }
.label-after { right: .8rem; color: var(--accent-soft); }
.before-after-proof figcaption { position: absolute; right: 0; bottom: 0; left: 0; min-height: 2.35rem; margin: 0; padding: .68rem .85rem; border-top: 1px solid rgba(241,237,228,.13); color: #aaa295; font-size: .59rem; }
.single-proof { position: relative; min-height: 31rem; margin: 0; overflow: hidden; border: 1px solid rgba(241,237,228,.13); background: #100e0c; }
.single-proof img { display: block; width: 100%; height: 100%; min-height: 31rem; object-fit: cover; object-position: center; }
.single-proof::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(180deg, transparent 58%, rgba(12,9,7,.5)); }
.single-proof figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 1; margin: 0; padding: 1rem; color: #f0ede6; font-size: .68rem; line-height: 1.4; }
.module-copy-list { justify-self: end; }.module-list { display: grid; gap: 0; margin: 2rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(241,237,228,.14); }.module-list li { display: grid; grid-template-columns: 1.8rem 1fr; gap: .7rem; padding: .92rem 0; border-bottom: 1px solid rgba(241,237,228,.14); }.module-list > li > span { color: var(--accent-soft); font-size: .61rem; font-weight: 700; }.module-list strong { display: block; font-family: var(--serif); font-size: 1.1rem; font-weight: 400; letter-spacing: -.035em; }.module-list p { margin: .2rem 0 0; color: var(--muted); font-size: .7rem; line-height: 1.45; }

.deep-dive { display: grid; grid-template-columns: minmax(18rem, 1fr) minmax(19rem, .94fr); gap: clamp(3rem, 7vw, 7rem); width: min(100% - 2.5rem, 75rem); margin: clamp(6rem, 12vw, 11rem) auto 0; padding: clamp(1.5rem, 4vw, 3.25rem); border: 1px solid var(--line); background: #1c1817; }
.deep-copy { max-width: 29rem; }
.deep-copy h2 { max-width: 10ch; }
.deep-list { margin: 2rem 0; border-top: 1px solid rgba(241,237,228,.14); }
.deep-list article { display: grid; grid-template-columns: 1.7rem 1fr; gap: .7rem; padding: 1rem 0; border-bottom: 1px solid rgba(241,237,228,.14); }
.deep-list span { color: var(--accent-soft); font-size: .63rem; font-weight: 700; }
.deep-list h3 { margin: 0 0 .25rem; font-size: 1.2rem; letter-spacing: -.035em; }
.deep-list p { margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.next-product-teaser { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .85rem; margin-top: 2rem; padding: 1rem 1.1rem; border-top: 1px solid rgba(241,237,228,.14); border-bottom: 1px solid rgba(241,237,228,.14); }
.next-product-kicker { color: #e2b867; font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.next-product-teaser strong { display: block; font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: -.04em; }
.next-product-teaser p { margin: .15rem 0 0; color: var(--muted); font-size: .68rem; line-height: 1.4; }
.next-product-teaser a { color: var(--accent-soft); font-size: .72rem; font-weight: 650; white-space: nowrap; }
.next-product-teaser a:hover { color: #f2d49b; }
.next-product-section { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(13rem, .7fr) auto; align-items: end; gap: 2rem; width: min(100% - 2.5rem, 75rem); min-height: 16rem; margin: clamp(4rem, 8vw, 7rem) auto clamp(5rem, 10vw, 9rem); padding: clamp(2rem, 5vw, 4rem); overflow: hidden; border: 1px solid rgba(195,154,202,.3); border-radius: 1.25rem; background: linear-gradient(135deg, #2c1a34, rgba(93,57,105,.58)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 1.5rem 4rem rgba(0,0,0,.18); }
.next-product-orbit { position: absolute; top: -45%; right: 8%; width: 22rem; aspect-ratio: 1; border: 1px solid rgba(235,210,241,.26); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(235,210,241,.05), 0 0 0 5rem rgba(235,210,241,.035); transform: rotate(-18deg); }
.next-product-copy, .next-product-cta { position: relative; z-index: 1; }
.next-product-copy h2 { margin: .35rem 0 .4rem; font-family: var(--serif); font-size: clamp(3.2rem, 8vw, 7rem); font-weight: 400; letter-spacing: -.08em; line-height: .8; }
.next-product-copy > p:last-child { max-width: 26rem; margin: 0; color: #f0d9a9; font-size: .9rem; line-height: 1.5; }
.next-product-preview { position: relative; z-index: 1; display: grid; gap: .3rem; padding: 1rem; border: 1px solid rgba(235,210,241,.22); border-radius: .7rem; background: rgba(20,9,25,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.next-product-preview span { color: #c39aca; font-size: .52rem; font-weight: 700; letter-spacing: .12em; }
.next-product-preview strong { margin-top: .4rem; color: #e3d1e6; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: -.04em; }
.next-product-preview small { color: #d3b9d8; font-size: .61rem; line-height: 1.35; }
.next-product-cta { display: inline-flex; align-items: center; padding: .7rem 1rem; border: 1px solid rgba(235,210,241,.58); border-radius: 999px; color: #f0daf4; font-size: .74rem; font-weight: 650; background: rgba(20,9,25,.18); }
.next-product-cta:hover { background: rgba(235,210,241,.14); }
.next-product-section.next-product-incisa { border-color: rgba(195,154,202,.3); background: linear-gradient(135deg, #2c1a34, rgba(93,57,105,.58)); }
.next-product-incisa .next-product-orbit { border-color: rgba(235,210,241,.26); box-shadow: 0 0 0 2rem rgba(235,210,241,.05), 0 0 0 5rem rgba(235,210,241,.035); }
.next-product-incisa .next-product-preview { border-color: rgba(235,210,241,.22); background: rgba(20,9,25,.28); }
.next-product-incisa .next-product-preview span { color: #c39aca; }
.next-product-incisa .next-product-preview strong { color: #e3d1e6; }
.next-product-incisa .next-product-preview small { color: #d3b9d8; }
.next-product-incisa .next-product-cta { border-color: rgba(235,210,241,.58); color: #f0daf4; background: rgba(20,9,25,.18); }
.recipe-proof { align-self: center; padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid rgba(241,237,228,.12); background: linear-gradient(145deg, #12100e, #21180f); }
.recipe-proof > p { margin: 0 0 1rem; color: var(--accent-soft); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.recipe-proof dl { margin: 0; border-top: 1px solid var(--line); }
.recipe-proof dl div { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.recipe-proof dt { font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.04em; }
.recipe-proof dd { align-self: center; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }

.product-next { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100% - 2.5rem, 75rem); margin: clamp(2rem, 5vw, 4.5rem) auto clamp(5rem, 10vw, 9rem); padding: 1.35rem 1.5rem; border: 1px solid rgba(240, 237, 230, .14); border-radius: .9rem; background: linear-gradient(135deg, rgba(200, 134, 43, .18), rgba(35, 25, 12, .5)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08); color: var(--muted); font-size: .8rem; }
.product-next p { display: flex; flex-direction: column; gap: .35rem; margin: 0; }
.product-next p::before { content: "Nächster Schritt"; color: #e2b867; font-size: .57rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-next a, .site-footer > a:last-child { display: inline-flex; align-items: center; gap: .45rem; padding: .55rem .8rem; border: 1px solid rgba(226, 184, 103, .5); border-radius: 999px; background: rgba(30, 20, 8, .2); color: var(--accent-soft); font-size: .72rem; transition: background .2s ease, border-color .2s ease; }
.product-next a:hover { border-color: var(--accent-soft); background: rgba(226, 184, 103, .12); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 5rem; padding: 0 clamp(1.25rem, 4vw, 4.25rem); border-top: 1px solid var(--line); color: var(--muted); font-size: .67rem; }
.site-footer p { margin: 0; }

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 4.25rem; }
  .desktop-nav, .quiet-action, .header-actions > .primary-action { display: none; }
  .menu-toggle { display: grid; width: 2.35rem; height: 2.2rem; padding: .65rem; gap: .34rem; border: 1px solid var(--line); background: transparent; color: var(--text); }
  .menu-toggle span { width: 100%; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
  .mobile-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: grid; grid-template-rows: 0fr; overflow: hidden; border-bottom: 0 solid var(--line); background: var(--panel); transition: grid-template-rows .28s ease, border-color .28s ease; }
  .mobile-nav a { min-height: 0; overflow: hidden; padding: 0 1.25rem; color: var(--muted); font-size: 1rem; line-height: 0; }
  .mobile-nav.is-open { grid-template-rows: repeat(5, 1fr); padding: .65rem 0; border-bottom-width: 1px; }
  .mobile-nav.is-open a { min-height: 2.65rem; line-height: 2.65rem; }
  .mobile-nav a[aria-current="page"], .mobile-nav a:last-child { color: var(--accent-soft); }
  .product-hero { grid-template-columns: 1fr; gap: 2.5rem; min-height: 0; padding: 4.5rem 0 5rem; }
  .hero-copy { max-width: 35rem; }.hero-visual { min-height: 23rem; }
  .product-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-facts > div:nth-child(2) { border-right: 0; }
  .product-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-facts > div:first-child, .product-facts > div:nth-child(3) { padding-left: 0; }
  .feature-grid, .editorial-module { grid-template-columns: 1fr; }.feature-card { min-height: 14rem; }
  .editorial-module { gap: 2.5rem; }.module-copy-list { justify-self: start; }.editor-proof, .before-after-proof, .single-proof { min-height: 25rem; }.single-proof img { min-height: 25rem; }
  .editor-proof.ui-detail-shot .ui-detail-shot__viewport img { transform: scale(1.04); transform-origin: 62% 50%; }
  .deep-dive { grid-template-columns: 1fr; }.recipe-proof { min-height: 0; }
}

@media (max-width: 480px) {
  .product-hero, .product-facts, .feature-grid, .editorial-module, .deep-dive, .product-next { width: min(100% - 2rem, 75rem); }
  h1 { font-size: clamp(3.55rem, 16vw, 5.35rem); }
  .quality-intro h2, .deep-copy h2 { font-size: clamp(3rem, 15vw, 4.45rem); }
  .feature-card h3 { font-size: 2.25rem; }
  .product-next, .site-footer { align-items: flex-start; flex-direction: column; }
  .product-next { gap: 1rem; }.site-footer { justify-content: center; padding-block: 1.2rem; }
  .next-product-teaser { grid-template-columns: 1fr; gap: .45rem; }
  .next-product-section { grid-template-columns: 1fr; align-items: start; min-height: 18rem; margin-top: 3.5rem; padding: 2rem 1.25rem; }
  .next-product-orbit { top: -18%; right: -20%; width: 15rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (max-width: 760px) {
  .quality-intro h2, .deep-copy h2 { margin-bottom: 1rem; line-height: .98; }
  .feature-card h3 { margin-bottom: .65rem; line-height: 1.02; }
  .feature-card p, .deep-list p { line-height: 1.6; }
  .next-product-copy h2 { line-height: .9; }
  .next-product-copy > p:last-child { line-height: 1.6; }
  .next-product-preview { gap: .5rem; }
}

/* Echte, freigegebene Luce-Laufzeitaufnahme: Der Editor bleibt als ganzes
   Werkzeug lesbar und liegt in warmem, fotografischem Atelierlicht. */
.hero-visual.app-screenshot {
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
  margin: 0;
  padding: clamp(1rem, 2.6vw, 1.45rem);
  overflow: hidden;
  background: #0b0b09;
}
.hero-visual.app-screenshot::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: linear-gradient(135deg, rgba(29,15,3,.4), rgba(20,11,3,.02) 51%, rgba(0,0,0,.42)), url("../assets/product-scenes/luce-editorial-v1.jpg") center / cover;
  content: "";
  filter: saturate(.88) contrast(1.05);
  mix-blend-mode: normal;
  transform: scale(1.04);
}
.hero-visual.app-screenshot::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(241,237,228,.16);
  background: linear-gradient(124deg, rgba(255,236,196,.11), transparent 26% 72%, rgba(0,0,0,.29));
  box-shadow: inset 0 0 0 .45rem rgba(11,7,2,.15), inset 0 -5rem 6rem rgba(5,3,1,.2);
  content: "";
  pointer-events: none;
}
.app-screenshot img {
  position: relative;
  z-index: 1;
  display: block;
  width: 91%;
  height: auto;
  max-height: 86%;
  border: 1px solid rgba(241,237,228,.24);
  border-radius: .32rem;
  box-shadow: 0 2rem 3.8rem rgba(0,0,0,.55), 0 .25rem .7rem rgba(0,0,0,.25);
  object-fit: contain;
  filter: saturate(.9) contrast(1.03);
  transform: perspective(1200px) rotateY(3.6deg) rotateX(1deg);
  transition: box-shadow .55s ease, transform .65s cubic-bezier(.2,.75,.3,1);
}
@media (hover: hover) and (pointer: fine) {
  .hero-visual.app-screenshot:hover img { box-shadow: 0 2.3rem 4.3rem rgba(0,0,0,.63), 0 .25rem .7rem rgba(0,0,0,.28); transform: perspective(1200px) rotateY(1.4deg) rotateX(.5deg) translateY(-.35rem); }
}
@media (max-width: 760px) {
  .hero-visual.app-screenshot { min-height: 0; aspect-ratio: 1.35 / 1; padding: .9rem; }
  .app-screenshot img { width: 90%; max-height: 84%; }
}

:focus-visible {
  outline: 2px solid var(--accent-soft);
  outline-offset: 4px;
}

.motion-ready [data-motion-reveal] {
  opacity: 0;
  transform: translate3d(0, 12px, 0);
  transition: opacity .56s cubic-bezier(.2, .75, .3, 1), transform .56s cubic-bezier(.2, .75, .3, 1);
  transition-delay: var(--motion-delay, 0ms);
}
.motion-ready [data-motion-reveal].is-revealed { opacity: 1; transform: none; }
html[data-motion="off"] [data-motion-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }

@media (max-width: 760px) {
  .mobile-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: grid-template-rows .28s ease, border-color .28s ease, opacity .2s ease, visibility 0s linear .28s;
  }
  .mobile-nav.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
  }
}

@media (hover: hover) and (pointer: fine) {
  html[data-motion="on"] .motion-ready [data-motion-reveal].is-revealed.feature-card:hover {
    transform: translate3d(0, -3px, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .motion-ready [data-motion-reveal] { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* Header and link type scale: readable at a glance without losing the quiet layout. */
.desktop-nav,
.quiet-action { font-size: .88rem; }
.primary-action,
.button-primary,
.button,
.feature-link,
.product-next a,
.site-footer > a:last-child { font-size: .8rem; }

@media (max-width: 760px) {
  .mobile-nav a { font-size: 1.06rem; }
}

.how-section {
  display: grid;
  grid-template-columns: minmax(15rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(2.5rem, 8vw, 7rem);
  width: min(100% - 2.5rem, 75rem);
  margin: clamp(6rem, 12vw, 11rem) auto 0;
  padding-top: clamp(3rem, 6vw, 5rem);
  border-top: 1px solid var(--line);
}
.how-heading { max-width: 25rem; }
.how-heading h2 { max-width: 10ch; margin: 0; font-size: clamp(3rem, 5.2vw, 5.4rem); line-height: .92; }
.how-heading > p:last-child { margin: 1.3rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.58; }
.how-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.how-grid article { min-height: 15rem; padding: 1.25rem; background: var(--panel); }
.how-grid article > span { color: var(--accent-soft); font-size: .6rem; font-weight: 700; letter-spacing: .1em; }
.how-grid h3 { margin: 2.5rem 0 0; font-size: clamp(1.35rem, 2.1vw, 1.9rem); line-height: .98; }
.how-grid p { margin: .8rem 0 0; color: var(--muted); font-size: .72rem; line-height: 1.52; }
@media (max-width: 760px) {
  .how-section { grid-template-columns: 1fr; gap: 2rem; }
  .how-grid { grid-template-columns: 1fr; }
  .how-grid article { min-height: 0; }
  .how-grid h3 { margin-top: 1.5rem; }
}

/* Larger product imagery: the editor remains the visual anchor. */
.product-hero {
  grid-template-columns: minmax(15rem, .74fr) minmax(22rem, 1.26fr);
  gap: clamp(2.5rem, 7.5vw, 7.5rem);
  min-height: 40rem;
}
.hero-visual { min-height: 34rem; }
.hero-visual.app-screenshot { padding: clamp(.75rem, 2.2vw, 1.3rem); }
.hero-visual.app-screenshot picture { display: block; }
.hero-visual.app-screenshot img { width: 96%; max-height: 92%; }
.editorial-module { grid-template-columns: minmax(15rem, .7fr) minmax(24rem, 1.3fr); }
.module-consistency { grid-template-columns: minmax(24rem, 1.3fr) minmax(15rem, .7fr); }
.editor-proof,
.before-after-proof { min-height: clamp(31rem, 46vw, 38rem); }
.editor-proof.ui-detail-shot { min-height: clamp(31rem, 46vw, 38rem); }

@media (max-width: 760px) {
  .product-hero {
    grid-template-columns: 1fr;
    gap: 2rem;
    min-height: 0;
    padding-top: 4.5rem;
    padding-bottom: 5.5rem;
  }
  .hero-visual { min-height: 27rem; }
  .hero-visual.app-screenshot { aspect-ratio: 1.15 / 1; padding: .7rem; }
  .hero-visual.app-screenshot img { width: 96%; max-height: 92%; }
  .editorial-module,
  .module-consistency { grid-template-columns: 1fr; }
  .editor-proof,
  .editor-proof.ui-detail-shot,
  .before-after-proof,
  .single-proof { min-height: 29rem; }
  .single-proof img { min-height: 29rem; }
}
