:root {
  --page: #0e0d0a;
  --panel: #191611;
  --panel-raised: #242018;
  --text: #f1ede4;
  --muted: #bdb5a7;
  --line: rgba(241, 237, 228, .14);
  --accent: #3A5F41;
  --accent-soft: #b9dfc0;
  --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: #f4f1e8; font-size: .68rem; font-weight: 700; letter-spacing: .025em; transition: transform .2s ease, background .2s ease; }
.primary-action:hover, .button-primary:hover { background: #4b7a55; 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: 9.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(58, 95, 65, .88); color: var(--accent-soft); transition: background .2s ease, color .2s ease; }
.button-outline:hover { background: var(--accent); color: #f4f1e8; }

.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; background: #181510; border: 1px solid rgba(241, 237, 228, .06); isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 0; background: linear-gradient(118deg, transparent 0 19%, rgba(255,255,255,.035) 19.2% 19.7%, transparent 20% 36%, rgba(58,95,65,.32) 36.2% 36.8%, transparent 37% 58%, rgba(255,255,255,.03) 58.2% 58.6%, transparent 59%); transform: scale(1.4) rotate(-23deg); }
.hero-visual::after { content: ""; position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, rgba(12,11,8,.58), transparent 57%), linear-gradient(0deg, rgba(12,11,8,.56), transparent 45%); }
.ray { position: absolute; display: block; height: 4rem; background: linear-gradient(90deg, transparent, rgba(118, 181, 130, .74), transparent); transform: rotate(-31deg); filter: blur(3px); }
.ray-one { width: 46rem; top: 12%; left: -30%; }
.ray-two { width: 52rem; top: 39%; left: -13%; opacity: .68; }
.ray-three { width: 43rem; top: 61%; left: 2%; opacity: .4; }
.ray-four { width: 36rem; top: 74%; right: -38%; opacity: .3; }
.selection-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(14,13,10,.92), rgba(14,13,10,.45)); }
.selection-eyebrow, .selection-index { color: #c6bdaa; font-size: .57rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.selection-window strong { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.65rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }

.quality-intro { max-width: 41rem; 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: 31rem; 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 { 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: .6; }
.card-compare { background: #1b1812; }
.card-compare::before { content: ""; position: absolute; width: 45%; height: 145%; top: -28%; right: -8%; background: repeating-linear-gradient(135deg, rgba(58,95,65,.52) 0 2px, transparent 2px 12px); transform: rotate(12deg); }
.card-compare .card-icon { display: flex; gap: .45rem; }
.card-compare .card-icon span { flex: 1; border: 1px solid rgba(241,237,228,.35); background: rgba(0,0,0,.2); }
.card-select { background: #272019; }
.card-select .card-icon { display: grid; place-items: center; border: 1px solid rgba(241,237,228,.14); }
.card-select .card-icon span { width: 1.7rem; aspect-ratio: 1; border: 1px solid #8dc29a; border-radius: 50%; box-shadow: 0 0 0 .32rem rgba(141,194,154,.11); }
.card-sequence { background: #1b1914; }
.card-sequence .card-icon { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; align-items: center; }
.card-sequence .card-icon i { display: block; aspect-ratio: .62; border: 1px solid rgba(241,237,228,.25); background: linear-gradient(145deg, #454138, #151511); }
.card-sequence .card-icon i:nth-child(2) { transform: translateY(-.5rem); }
.card-review { background: #201b16; }
.card-review::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 84% 115%, rgba(195,166,113,.21), transparent 39%); }
.card-review .card-icon { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; }
.card-review .card-icon span { border: 1px solid rgba(241,237,228,.19); background: linear-gradient(180deg, rgba(241,237,228,.12), transparent); }

.interlude { display: grid; gap: clamp(5rem, 11vw, 10rem); width: min(100% - 2.5rem, 75rem); margin: clamp(6rem, 12vw, 11rem) auto 0; }
.interlude-row { display: grid; grid-template-columns: minmax(16rem, .82fr) minmax(20rem, 1.18fr); align-items: center; gap: clamp(3rem, 8vw, 8rem); }
.interlude-row.reverse { grid-template-columns: minmax(20rem, 1.18fr) minmax(16rem, .82fr); }
.interlude-copy { max-width: 28rem; }
.interlude-copy h2 { max-width: 10ch; margin: 0; font-family: var(--serif); font-size: clamp(2.8rem, 4.7vw, 5.1rem); font-weight: 400; letter-spacing: -.065em; line-height: .92; }
.interlude-copy h2 em { color: var(--accent-soft); font-weight: inherit; }
.interlude-copy > p:not(.section-label) { margin: 1.35rem 0 0; color: var(--muted); font-size: .82rem; line-height: 1.58; }
.interlude-visual { position: relative; min-height: 25rem; overflow: hidden; border: 1px solid rgba(241,237,228,.08); background: #151510; }
.detail-facts { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.4rem, 4vw, 3.2rem); background: linear-gradient(145deg, #171811, #10110e); }
.detail-facts::after { position: absolute; inset: 0; background: radial-gradient(circle at 87% 14%, rgba(58,95,65,.32), transparent 28%); content: ""; pointer-events: none; }
.detail-facts-kicker { position: relative; z-index: 1; margin: 0 0 .7rem; color: var(--accent-soft); font-size: .58rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.detail-facts div { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(8rem, .75fr) 1.25fr; gap: 1rem; padding: 1.15rem 0; border-top: 1px solid var(--line); }
.detail-facts strong { font-family: var(--serif); font-size: 1.3rem; font-weight: 400; letter-spacing: -.035em; }
.detail-facts span { color: var(--muted); font-size: .7rem; line-height: 1.5; }
.evidence-shot { display: grid; place-items: center; padding: clamp(.8rem, 2vw, 1.25rem); background: linear-gradient(145deg, #0b100c, #182019); }
.evidence-shot img { display: block; width: 100%; height: 100%; max-height: 31rem; border: 1px solid rgba(241,237,228,.18); box-shadow: 0 1.7rem 3rem rgba(0,0,0,.42); object-fit: contain; }
.evidence-shot.ui-detail-shot { grid-template-rows: minmax(0, 1fr) auto; place-items: stretch; min-height: clamp(25rem, 42vw, 32rem); padding: 0; background: #080b09; }
.ui-detail-shot__viewport { position: relative; min-height: 0; overflow: hidden; }
.evidence-shot.ui-detail-shot .ui-detail-shot__viewport img {
  width: 100%;
  height: 100%;
  max-height: none;
  border: 0;
  box-shadow: none;
  object-fit: cover;
  transform: scale(1.16);
  transform-origin: 24% 30%;
}
.ui-detail-shot figcaption {
  min-height: 4.15rem;
  padding: .9rem 1rem;
  border-top: 1px solid rgba(241,237,228,.13);
  background: #0d120e;
  color: #aeb7ad;
  line-height: 1.45;
}
.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: #e6e2d9; font-size: .72rem; font-weight: 600; }
.function-shot__caption > small { color: #949c94; font-size: .61rem; }
.interlude-list { display: grid; gap: 0; margin: 1.8rem 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(241,237,228,.14); }
.interlude-list li { display: grid; grid-template-columns: 1.5rem 1fr; gap: .65rem; padding: .72rem 0; border-bottom: 1px solid rgba(241,237,228,.14); color: #d6d0c6; font-size: .75rem; }
.interlude-list span { color: var(--accent-soft); font-size: .58rem; font-weight: 700; }

.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: #201c15; }
.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: #91c49a; 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: #e0f0e3; }
.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(226,184,103,.3); border-radius: 1.25rem; background: linear-gradient(135deg, #39240d, rgba(129,79,19,.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(255,217,149,.26); border-radius: 50%; box-shadow: 0 0 0 2rem rgba(255,217,149,.05), 0 0 0 5rem rgba(255,217,149,.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: #d2e3d4; 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(255,217,149,.22); border-radius: .7rem; background: rgba(30,16,4,.28); box-shadow: inset 0 1px 0 rgba(255,255,255,.08); }
.next-product-preview span { color: #e2b867; font-size: .52rem; font-weight: 700; letter-spacing: .12em; }
.next-product-preview strong { margin-top: .4rem; color: #f2d49b; font-family: var(--serif); font-size: 1.45rem; font-weight: 400; letter-spacing: -.04em; }
.next-product-preview small { color: #ddc28d; font-size: .61rem; line-height: 1.35; }
.next-product-cta { display: inline-flex; align-items: center; padding: .7rem 1rem; border: 1px solid rgba(255,217,149,.58); border-radius: 999px; color: #f7dfad; font-size: .74rem; font-weight: 650; background: rgba(30,16,4,.18); }
.next-product-cta:hover { background: rgba(255,217,149,.14); }
.next-product-section.next-product-luce { border-color: rgba(226,184,103,.3); background: linear-gradient(135deg, #39240d, rgba(129,79,19,.58)); }
.next-product-luce .next-product-orbit { border-color: rgba(255,217,149,.26); box-shadow: 0 0 0 2rem rgba(255,217,149,.05), 0 0 0 5rem rgba(255,217,149,.035); }
.next-product-luce .next-product-preview { border-color: rgba(255,217,149,.22); background: rgba(30,16,4,.28); }
.next-product-luce .next-product-preview span { color: #e2b867; }
.next-product-luce .next-product-preview strong { color: #f2d49b; }
.next-product-luce .next-product-preview small { color: #ddc28d; }
.next-product-luce .next-product-cta { border-color: rgba(255,217,149,.58); color: #f7dfad; background: rgba(30,16,4,.18); }
.handoff-proof { align-self: center; padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid rgba(241,237,228,.12); background: linear-gradient(145deg, #10120f, #171a14); }
.handoff-proof > p { margin: 0 0 1rem; color: var(--accent-soft); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.handoff-proof dl { margin: 0; border-top: 1px solid var(--line); }
.handoff-proof dl div { display: grid; grid-template-columns: max-content minmax(0, 1fr); gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.handoff-proof dt { font-family: var(--serif); font-size: 1.55rem; letter-spacing: -.04em; }
.handoff-proof dd { align-self: center; margin: 0; color: var(--muted); font-size: .72rem; line-height: 1.45; }
.handoff-proof small { display: block; margin-top: 1rem; color: #8d877d; font-size: .61rem; }

.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(58, 95, 65, .18), rgba(20, 28, 21, .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: #91c49a; 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(145, 196, 154, .5); border-radius: 999px; background: rgba(10, 18, 12, .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(145, 196, 154, .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 { grid-template-columns: 1fr; }
  .feature-card { min-height: 14rem; }
  .interlude-row, .interlude-row.reverse { grid-template-columns: 1fr; gap: 2.15rem; }
  .interlude-row.reverse .interlude-visual { order: 1; }
  .interlude-row.reverse .interlude-copy { order: 2; }
  .interlude-visual { min-height: 21rem; }
  .evidence-shot.ui-detail-shot { min-height: 25rem; }
  .evidence-shot.ui-detail-shot .ui-detail-shot__viewport img { transform: scale(1.1); transform-origin: 24% 32%; }
  .deep-dive { grid-template-columns: 1fr; }
  .handoff-proof { min-height: 0; }
}

@media (max-width: 480px) {
  .product-hero, .product-facts, .feature-grid, .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; }
  .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; }
  .site-footer { justify-content: center; padding-block: 1.2rem; }
}

@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 Selra-Laufzeitaufnahme: Der Screen bleibt vollständig
   lesbar und erhält eine ruhige fotografische Bühne statt einer UI-Illustration. */
.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: #090b09;
}
.hero-visual.app-screenshot::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: linear-gradient(135deg, rgba(3,12,7,.42), rgba(8,11,7,.02) 53%, rgba(0,0,0,.48)), url("../assets/product-scenes/selra-editorial-v1.jpg") center / cover;
  content: "";
  filter: saturate(.84) contrast(1.05);
  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,255,255,.095), transparent 25% 72%, rgba(0,0,0,.3));
  box-shadow: inset 0 0 0 .45rem rgba(4,8,5,.16), inset 0 -5rem 6rem rgba(2,4,2,.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(.92) contrast(1.025);
  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.18 / 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: let the app proof carry more of the page. */
.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%; }
.interlude-row { grid-template-columns: minmax(14rem, .68fr) minmax(24rem, 1.32fr); }
.interlude-row.reverse { grid-template-columns: minmax(24rem, 1.32fr) minmax(14rem, .68fr); }
.interlude-visual,
.evidence-shot.ui-detail-shot { min-height: clamp(28rem, 46vw, 37rem); }

@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%; }
  .interlude-row,
  .interlude-row.reverse { grid-template-columns: 1fr; }
  .interlude-visual,
  .evidence-shot.ui-detail-shot { min-height: 29rem; }
}
