:root {
  --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.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: 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); }

.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: #918493; font-size: .56rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-facts dd { margin: .4rem 0 0; color: #ddd3df; font-size: .7rem; line-height: 1.45; }

.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; }

.timeline-proof { display: grid; place-items: center; margin: 0; padding: clamp(.9rem, 2vw, 1.25rem); background: linear-gradient(145deg, #120d13, #2c1b30); }
.timeline-proof img { display: block; width: 100%; height: 100%; max-height: 31rem; border: 1px solid rgba(243,237,241,.18); box-shadow: 0 1.7rem 3rem rgba(0,0,0,.48); object-fit: contain; }
.timeline-proof figcaption { position: absolute; right: 1.25rem; bottom: 1.25rem; padding: .6rem .75rem; border: 1px solid rgba(243,237,241,.15); background: rgba(15,9,16,.86); color: #ddd0df; font-size: .61rem; backdrop-filter: blur(8px); }
.ui-detail-shot { display: grid; grid-template-rows: minmax(0, 1fr) auto; place-items: stretch; padding: 0; }
.ui-detail-shot__viewport { position: relative; min-height: 0; overflow: hidden; }
.ui-detail-shot .ui-detail-shot__viewport img {
  width: 100%;
  height: 100%;
  max-height: none;
  border: 0;
  box-shadow: none;
  object-fit: cover;
}
.ui-detail-shot--incisa-timeline .ui-detail-shot__viewport img { transform: scale(2.08); transform-origin: 24% 82%; }
.ui-detail-shot figcaption,
.timeline-proof.ui-detail-shot figcaption {
  position: static;
  min-height: 4.15rem;
  padding: .9rem 1rem;
  border: 0;
  border-top: 1px solid rgba(243,237,241,.14);
  background: #120d13;
  color: #bcaebf;
  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: #ece3ed; font-size: .72rem; font-weight: 600; }
.function-shot__caption > small { color: #a99bac; font-size: .61rem; }

.story-protection { grid-template-columns: minmax(20rem, 1.1fr) minmax(18rem, .9fr); }
.colour-proof { display: flex; flex-direction: column; justify-content: center; padding: clamp(1.5rem, 4vw, 3rem); background: radial-gradient(circle at 88% 12%, rgba(107,78,113,.34), transparent 28%), #130e14; }
.colour-proof > p { margin: 0 0 .9rem; color: var(--accent-soft); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.colour-proof ol { margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.colour-proof li { display: grid; grid-template-columns: 5.5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.colour-proof li span { color: #a999ac; font-size: .58rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.colour-proof li strong { font-family: var(--serif); font-size: 1.25rem; font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.colour-proof.ui-detail-shot { display: grid; padding: 0; background: #100b11; }
.ui-detail-shot--incisa-colour .ui-detail-shot__viewport img { transform: scale(1.72); transform-origin: 91% 40%; }
.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; }
.export-proof { align-self: center; padding: clamp(1.5rem, 4vw, 2.6rem); border: 1px solid rgba(243,237,241,.12); background: linear-gradient(145deg, #130e14, #251927); }
.export-proof > p { margin: 0 0 1rem; color: var(--accent-soft); font-size: .58rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.export-proof dl { margin: 0; border-top: 1px solid var(--line); }
.export-proof dl div { display: grid; grid-template-columns: 5rem 1fr; gap: 1rem; padding: 1.25rem 0; border-bottom: 1px solid var(--line); }
.export-proof dt { font-family: var(--serif); font-size: 1.45rem; letter-spacing: -.04em; }
.export-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(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; }
  .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; }
  .story-block, .story-protection { grid-template-columns: 1fr; gap: 2.5rem; }
  .story-protection .colour-proof { order: 2; }
  .ui-detail-shot--incisa-timeline .ui-detail-shot__viewport img { transform: scale(1.84); transform-origin: 24% 82%; }
  .ui-detail-shot--incisa-colour .ui-detail-shot__viewport img { transform: scale(1.52); transform-origin: 88% 40%; }
  .deep-dive { grid-template-columns: 1fr; }
  .export-proof { min-height: 0; }
}

@media (max-width: 480px) {
  .product-hero, .product-facts, .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; }
  .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; }
}

/* Echte, freigegebene Incisa-Laufzeitaufnahme: Timeline und Vorschau bleiben
   vollständig sichtbar und erhalten eine ruhige, filmische Materialität. */
.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: #0b090c;
}
.hero-visual.app-screenshot::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  border: 0;
  background: linear-gradient(135deg, rgba(10,5,17,.43), rgba(12,8,15,.02) 51%, rgba(0,0,0,.5)), url("../assets/product-scenes/incisa-editorial-v1.jpg") center / cover;
  content: "";
  filter: saturate(.84) contrast(1.06);
  transform: scale(1.04);
}
.hero-visual.app-screenshot::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 1px solid rgba(243,237,241,.16);
  background: linear-gradient(124deg, rgba(231,215,244,.09), transparent 26% 72%, rgba(0,0,0,.32));
  box-shadow: inset 0 0 0 .45rem rgba(8,4,12,.15), inset 0 -5rem 6rem rgba(2,1,4,.22);
  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(243,237,241,.24);
  border-radius: .32rem;
  box-shadow: 0 2rem 3.8rem rgba(0,0,0,.58), 0 .25rem .7rem rgba(0,0,0,.28);
  object-fit: contain;
  filter: saturate(.87) contrast(1.04);
  transform: perspective(1200px) rotateY(-3.2deg) rotateX(.9deg);
  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,.66), 0 .25rem .7rem rgba(0,0,0,.3); transform: perspective(1200px) rotateY(-1.1deg) rotateX(.45deg) translateY(-.35rem); }
}
.screen-credit {
  position: absolute;
  z-index: 3;
  right: max(.7rem, 3%);
  bottom: max(.7rem, 3%);
  max-width: min(29rem, 76%);
  margin: 0;
  padding: .42rem .56rem;
  border: 1px solid rgba(243,237,241,.16);
  background: rgba(10,6,13,.78);
  color: rgba(243,237,241,.76);
  font-size: clamp(.56rem, .74vw, .68rem);
  line-height: 1.42;
  text-align: right;
}
.screen-credit a { color: var(--accent-soft); text-decoration-thickness: 1px; text-underline-offset: .15em; }
@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%; }
  .screen-credit { right: .7rem; bottom: .7rem; left: .7rem; max-width: none; font-size: .53rem; }
}

: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; }
}
