:root {
  /* Vorläufiges System: Schrift, Farbton und Bildsprache werden nach den Seiteniterationen gemeinsam geglättet. */
  --page: #100c11;
  --panel: #19131a;
  --panel-raised: #251d27;
  --text: #f3edf1;
  --muted: #c1b7c3;
  --line: rgba(243, 237, 241, .14);
  --accent: #6B4E71;
  --accent-soft: #dbc7df;
  --accent-hover: #8f6d96;
  --accent-deep: #3c2941;
  --accent-ink: #170f19;
  --deep: #2e2032;
  --serif: Georgia, Times New Roman, serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", 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.55rem; padding: 0 clamp(1.25rem, 4vw, 4.25rem); border-bottom: 1px solid var(--line); background: #110d12; }
.wordmark { justify-self: start; font-family: var(--serif); font-size: 1.18rem; letter-spacing: -.055em; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1.1rem, 2.3vw, 2.2rem); color: var(--muted); font-size: .69rem; }
.desktop-nav a { position: relative; padding: .35rem 0; }
.desktop-nav a.is-active { color: var(--accent-soft); }
.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: .9rem; }
.quiet-action { color: var(--muted); font-size: .69rem; }
.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: var(--text); 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, .88fr) minmax(19rem, 1.12fr); 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: 29rem; }
.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.8ch; margin: 0; font-size: clamp(3.7rem, 6.4vw, 6.8rem); 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(107, 78, 113, .82); color: var(--accent-soft); transition: background .2s ease, color .2s ease; }
.button-outline:hover { background: var(--accent); color: var(--text); }

.hero-visual { position: relative; min-height: 29rem; overflow: hidden; isolation: isolate; border: 1px solid rgba(243,237,241,.08); background: #181119; }
.hero-field { position: absolute; inset: 0; background: radial-gradient(ellipse at 73% 23%, rgba(219,199,223,.18), transparent 22%), radial-gradient(ellipse at 14% 88%, rgba(107,78,113,.22), transparent 35%), linear-gradient(143deg, #271a29 0 25%, #120d13 25.2% 49%, #3c2941 49.2% 49.7%, #130f14 50% 70%, #201522 70.2%); opacity: .9; }
.hero-field::before { content: ""; position: absolute; inset: -35% -20%; background: repeating-linear-gradient(119deg, transparent 0 32px, rgba(243,237,241,.045) 32px 33px); transform: rotate(8deg); }
.hero-field::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,8,13,.7), transparent 60%), linear-gradient(0deg, rgba(12,8,13,.56), transparent 55%); }
.hero-orbit { position: absolute; z-index: 1; border: 1px solid rgba(219,199,223,.24); border-radius: 50%; transform: rotate(-28deg); }
.orbit-one { width: 30rem; height: 7.5rem; top: 21%; right: -11rem; }
.orbit-two { width: 24rem; height: 5rem; top: 45%; right: -6rem; border-color: rgba(107,78,113,.58); }
.hero-frame { position: absolute; z-index: 2; background: rgba(18,11,20,.84); }
.frame-back { top: 15%; right: 17%; width: 47%; aspect-ratio: .78; border: 1px solid rgba(243,237,241,.14); transform: rotate(8deg); }
.frame-front { right: 1.15rem; bottom: 1.15rem; left: 1.15rem; display: grid; gap: .42rem; padding: 1rem; border-top: 1px solid rgba(243,237,241,.28); background: linear-gradient(90deg, rgba(18,11,20,.94), rgba(18,11,20,.56)); }
.frame-kicker, .frame-meta { color: #dcc9df; font-size: .57rem; font-weight: 650; letter-spacing: .1em; text-transform: uppercase; }
.frame-front 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: 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-gallery { background: #1c151e; }
.card-gallery::before { content: ""; position: absolute; right: -6%; bottom: -23%; width: 52%; height: 145%; border: 1px solid rgba(219,199,223,.2); border-radius: 50% 50% 0 0; transform: rotate(21deg); }
.card-gallery .card-icon { display: grid; grid-template-columns: repeat(3, 1fr); gap: .35rem; align-items: end; }
.card-gallery .card-icon span { display: block; height: 78%; border: 1px solid rgba(243,237,241,.28); background: linear-gradient(142deg, #442e49, #120d13 57%, #6B4E71); }
.card-gallery .card-icon span:nth-child(2) { height: 100%; }
.card-gallery .card-icon span:nth-child(3) { height: 59%; }
.card-review { background: #251d27; }
.card-review .card-icon { display: grid; place-items: center; border: 1px solid rgba(243,237,241,.16); }
.card-review .card-icon i { width: 2.8rem; height: 2.8rem; border: 1px solid var(--accent-soft); border-radius: 50%; box-shadow: 0 0 0 .42rem rgba(107,78,113,.19); }
.card-review .card-icon span { position: absolute; top: .45rem; right: .55rem; color: var(--accent-soft); font-size: .58rem; }
.card-access { background: #211822; }
.card-access::before { content: ""; position: absolute; right: -2rem; bottom: -4rem; width: 16rem; height: 16rem; border: 1px solid rgba(107,78,113,.34); border-radius: 50%; }
.card-access .card-icon { display: grid; place-items: center; }
.card-access .card-icon span { width: 3.5rem; height: 4.2rem; border: 1px solid rgba(243,237,241,.27); border-radius: 2rem 2rem .4rem .4rem; }
.card-access .card-icon i { position: absolute; top: -.2rem; width: 1.55rem; height: 1.55rem; border: 1px solid var(--accent-soft); border-radius: 50%; background: #211822; }
.card-finish { background: #261e28; }
.card-finish::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 93% 102%, rgba(107,78,113,.32), transparent 39%); }
.card-finish .card-icon { display: grid; grid-template-columns: repeat(2, 1fr); gap: .35rem; }
.card-finish .card-icon span { border: 1px solid rgba(243,237,241,.17); background: linear-gradient(150deg, rgba(243,237,241,.14), transparent 48%); }
.card-finish .card-icon span:first-child { border-color: rgba(219,199,223,.62); }

.story-block { display: grid; grid-template-columns: minmax(18rem, .9fr) minmax(20rem, 1.1fr); align-items: center; gap: clamp(3rem, 9vw, 9rem); width: min(100% - 2.5rem, 75rem); margin: clamp(7rem, 13vw, 12rem) auto 0; }
.story-copy { max-width: 28rem; }
.story-copy h2 { max-width: 11ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 5vw, 5.45rem); font-weight: 400; letter-spacing: -.06em; line-height: .92; }
.story-copy > p:not(.section-label) { margin: 1.45rem 0 0; color: var(--muted); font-size: .86rem; line-height: 1.62; }
.story-copy > p + p { margin-top: .9rem; }
.text-link { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.8rem; padding-bottom: .25rem; border-bottom: 1px solid var(--accent); color: var(--accent-soft); font-size: .69rem; }
.story-visual { position: relative; min-height: clamp(25rem, 42vw, 34rem); overflow: hidden; border: 1px solid rgba(243,237,241,.1); background: #19121a; isolation: isolate; }

.invitation-visual { background: linear-gradient(136deg, #281a2b 0 34%, #120d13 34.2% 62%, #3a293e 62.2%); }
.invitation-visual::before { content: ""; position: absolute; inset: 0; z-index: -1; background: repeating-linear-gradient(115deg, transparent 0 28px, rgba(243,237,241,.04) 28px 29px); }
.invitation-visual::after { content: ""; position: absolute; inset: 0; z-index: 2; background: linear-gradient(90deg, rgba(12,8,13,.34), transparent 68%), linear-gradient(0deg, rgba(12,8,13,.5), transparent 46%); pointer-events: none; }
.invitation-glow { position: absolute; z-index: 0; width: 19rem; height: 19rem; top: 8%; right: -5rem; border-radius: 50%; background: radial-gradient(circle, rgba(219,199,223,.29), rgba(107,78,113,.17) 37%, transparent 68%); filter: blur(3px); }
.gallery-sheet { position: absolute; display: grid; align-content: space-between; padding: .8rem; border: 1px solid rgba(243,237,241,.16); color: #ddc9e0; font-size: .56rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sheet-back { z-index: 0; top: 15%; right: 10%; width: 43%; height: 64%; background: rgba(60,41,65,.7); transform: rotate(8deg); }
.sheet-middle { z-index: 1; top: 22%; right: 21%; width: 44%; height: 64%; background: linear-gradient(142deg, #4b3450, #171019 62%); transform: rotate(-4deg); }
.sheet-front { z-index: 3; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; min-height: 9.6rem; background: rgba(18,11,20,.9); }
.sheet-front strong { max-width: 9ch; font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.45rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; text-transform: none; }
.sheet-front i { width: 3.6rem; height: 1px; background: var(--accent); }

.story-protection { grid-template-columns: minmax(20rem, 1.1fr) minmax(18rem, .9fr); }
.protection-visual { background: #130e14; }
.protection-visual::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse at 12% 30%, rgba(219,199,223,.21), transparent 18%), linear-gradient(134deg, transparent 0 43%, rgba(243,237,241,.045) 43.2% 43.5%, transparent 43.8% 65%, rgba(107,78,113,.31) 65.2% 65.6%, transparent 66%); }
.protection-plane { position: absolute; border: 1px solid rgba(243,237,241,.14); }
.plane-one { width: 86%; height: 112%; top: -29%; left: 13%; background: linear-gradient(137deg, rgba(60,41,65,.72), rgba(18,11,20,.42) 55%, transparent 55.5%); transform: rotate(-15deg); }
.plane-two { width: 74%; height: 87%; right: -22%; bottom: -21%; background: linear-gradient(135deg, rgba(107,78,113,.24), rgba(18,11,20,.46) 54%); transform: rotate(19deg); }
.protection-gate { position: absolute; z-index: 2; right: clamp(1.2rem, 4vw, 2.4rem); bottom: clamp(1.2rem, 4vw, 2.4rem); left: clamp(1.2rem, 4vw, 2.4rem); display: grid; gap: .55rem; padding: 1rem; border-top: 1px solid rgba(243,237,241,.26); background: rgba(18,11,20,.86); }
.protection-gate span { color: #ddc9e0; font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.protection-gate strong { font-family: var(--serif); font-size: clamp(1.75rem, 3vw, 2.55rem); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.protection-gate i { display: block; width: 35%; height: 1px; background: var(--accent); }
.protection-pulse { position: absolute; z-index: 1; top: 15%; left: 12%; width: 2.5rem; aspect-ratio: 1; border: 1px solid var(--accent-soft); border-radius: 50%; box-shadow: 0 0 0 .6rem rgba(107,78,113,.18), 0 0 0 1.45rem rgba(107,78,113,.08); }
.story-list { display: grid; gap: .75rem; margin: 1.8rem 0 0; padding: 0; list-style: none; }
.story-list li { display: grid; grid-template-columns: 1.6rem 1fr; gap: .65rem; align-items: baseline; padding-bottom: .7rem; border-bottom: 1px solid rgba(240,238,231,.14); }
.story-list span { color: var(--accent-soft); font-size: .61rem; font-weight: 700; }
.story-list strong { font-family: var(--serif); font-size: 1.22rem; font-weight: 400; letter-spacing: -.04em; }

.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: #211922; }
.deep-copy { max-width: 29rem; }
.deep-copy h2 { max-width: 11ch; }
.deep-list { margin: 2rem 0; border-top: 1px solid rgba(240,238,231,.14); }
.deep-list article { display: grid; grid-template-columns: 1.7rem 1fr; gap: .7rem; padding: 1rem 0; border-bottom: 1px solid rgba(240,238,231,.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; }
.delivery-console { position: relative; display: grid; grid-template-columns: 7rem 1fr; grid-template-rows: auto 1fr auto; align-self: center; min-height: 23rem; overflow: hidden; border: 1px solid rgba(243,237,241,.12); background: #130e14; box-shadow: inset 0 0 0 .4rem rgba(243,237,241,.018); }
.console-topline, .console-footer { display: flex; align-items: center; justify-content: space-between; color: #cfc0d2; font-size: .54rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.console-topline { grid-column: 1 / -1; padding: .8rem .9rem; border-bottom: 1px solid rgba(243,237,241,.12); }
.console-sidebar { display: grid; align-content: start; gap: .75rem; padding: 1rem .7rem; border-right: 1px solid rgba(243,237,241,.1); color: #ad9daf; font-size: .58rem; }
.console-sidebar span { padding-bottom: .35rem; border-bottom: 1px solid transparent; }
.console-sidebar .is-current { color: var(--accent-soft); border-color: var(--accent); }
.console-canvas { position: relative; overflow: hidden; background: linear-gradient(145deg, #271a29 0 45%, #120d13 45.2%); }
.console-canvas::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,10,17,.55), transparent 63%), radial-gradient(circle at 70% 30%, rgba(219,199,223,.18), transparent 19%); }
.canvas-arch { position: absolute; border: 1px solid rgba(219,199,223,.24); border-radius: 10rem 10rem 0 0; }
.arch-one { width: 15rem; height: 18rem; right: -6rem; bottom: -4rem; }
.arch-two { width: 11rem; height: 14rem; right: -3.2rem; bottom: -4rem; border-color: rgba(107,78,113,.65); }
.canvas-card { position: absolute; right: 1rem; bottom: 1rem; left: 1rem; display: grid; gap: .35rem; padding: .85rem; border-top: 1px solid rgba(243,237,241,.27); background: rgba(18,11,20,.8); }
.canvas-card span { color: #ddc9e0; font-size: .54rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.canvas-card strong { font-family: var(--serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.055em; line-height: .95; }
.console-footer { grid-column: 1 / -1; padding: .8rem .9rem; border-top: 1px solid rgba(243,237,241,.12); background: rgba(16,10,17,.91); }
.console-footer i { flex: 1; max-width: 5.5rem; height: 1px; margin: 0 1rem; background: var(--accent); }

.product-next { display: flex; align-items: center; justify-content: space-between; gap: 2rem; width: min(100% - 2.5rem, 75rem); margin: clamp(5rem, 10vw, 9rem) auto; padding-top: 1.2rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .8rem; }
.product-next p { margin: 0; }
.product-next a, .site-footer > a:last-child { display: inline-flex; align-items: center; gap: .45rem; color: var(--accent-soft); font-size: .72rem; }
.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; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 14rem; }
  .story-block, .story-protection { grid-template-columns: 1fr; gap: 2.5rem; }
  .story-protection .protection-visual { order: 2; }
  .deep-dive { grid-template-columns: 1fr; }
  .delivery-console { min-height: 21rem; }
}

@media (max-width: 480px) {
  .product-hero, .feature-grid, .story-block, .deep-dive, .product-next { width: min(100% - 2rem, 75rem); }
  h1 { font-size: clamp(3.55rem, 16vw, 5.35rem); }
  .quality-intro h2, .story-copy h2, .deep-copy h2 { font-size: clamp(3rem, 15vw, 4.45rem); }
  .feature-card h3 { font-size: 2.25rem; }
  .delivery-console { grid-template-columns: 5.75rem 1fr; }
  .product-next, .site-footer { align-items: flex-start; flex-direction: column; }
  .product-next { gap: 1rem; }
  .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; }
}
