/* Shared art direction for product examples and editorial content. */
:root { --muted: #b7b0c2; }
.home-surface .reveal { opacity: 1; transform: none; }
.home-surface .hero { background: #0e0c14; padding: 146px 0 80px; }
.home-surface .hero-grid { grid-template-columns: .92fr 1.08fr; gap: 40px; }
.home-surface h1 { font-size: clamp(40px,4.9vw,66px); letter-spacing: -.05em; line-height: 1.13; }
.home-surface .hero p { font-size: 17px; color: #bbb4c6; }
.home-surface .hero-art { min-width: 0; margin: 0 -25px 0 0; }
.hero-art img { display: block; width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; border-radius: 20px; content-visibility: visible; }
.hero-art figcaption { color: #a59eaf; font-size: 12px; text-align: right; margin: 14px 8px 0; }
.home-surface .hero-stats { gap: 24px; margin-top: 32px; }
.home-surface .stat b { font-size: 18px; }
.home-surface .stat small { font-size: 12px; }
.home-surface .section { padding: 88px 0; }
.home-surface .section-head { margin-bottom: 32px; }
.home-surface .title { font-size: clamp(30px,3.5vw,44px); line-height: 1.2; }
.home-surface .desc, .home-surface .feature p { font-size: 16px; }
.home-surface .kicker, .home-surface .eyebrow { font-size: 13px; }
.home-surface .flow-preview { min-height: 630px; }
.home-surface .flow-phone.real-app-screen { width: min(245px,65%); height: auto; border: 0; border-radius: 0; padding: 0; background: none; box-shadow: 0 18px 52px #0006; transform: none; }
.home-surface .flow-phone.real-app-screen::before { display: none; }
.home-surface .real-app-screen img { width: 100%; height: auto; aspect-ratio: 853/1844; object-fit: contain; border-radius: 20px; }
.home-surface .flow-note { max-width: calc(100% - 110px); font-size: 14px; line-height: 1.6; }
.home-surface .flow-label { font-size: 12px; }
.home-surface .feature-grid { grid-template-columns: repeat(3,1fr); }
.home-surface .feature { min-height: 220px; }
.home-surface .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.home-surface .shot:first-child { grid-column: 1/-1; grid-row: auto; }
.home-surface .shot img, .home-surface .shot:first-child img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; background: #101017; }
.home-surface .shot:first-child img { max-height: 560px; }
.home-surface .shot figcaption { position: static; padding: 20px 24px; background: #17141f; font-size: 16px; }
.learn-section { border-top: 1px solid #ffffff10; }
.learn-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.learn-grid a { border-top: 1px solid #a78bfa66; padding: 24px 0; }
.learn-grid a:hover h3 { color: #c4b5fd; }
.learn-grid span { color: #a78bfa; font-size: 14px; }
.learn-grid h3 { margin: 18px 0 12px; font-size: 21px; }
.learn-grid p { color: #b7b0c2; font-size: 16px; line-height: 1.75; }
.post-card { overflow: hidden; }
.post-cover { width: calc(100% + 50px); max-width: none; margin: -25px -25px 24px; aspect-ratio: 3/2; height: auto; object-fit: cover; }
.post-card[hidden] { display: none !important; }
.post-card h2 { line-height: 1.4; }
.post-card p { font-size: 16px; }
.post-date { display: block; color: #aaa1bb; font-size: 13px; margin: 12px 0; }
.article-cover { margin: 0 0 38px; }
.article-cover img { width: 100%; height: auto; aspect-ratio: 3/2; object-fit: contain; border-radius: 16px; }
.article-cover figcaption { font-size: 13px; color: #b7b0c2; margin-top: 12px; }
.article-toc { padding: 24px; border: 1px solid #a78bfa44; border-radius: 14px; margin: 0 0 40px; background: #a78bfa0a; }
.article-toc ol { margin: 12px 0 0; padding-left: 22px; }
.article-toc a { color: #d3bcff; }
.article section { scroll-margin-top: 100px; }
.article-cta { border: 1px solid #a78bfa55; padding: 28px; border-radius: 16px; margin-top: 36px; }
.article-cta a { display: inline-block; margin-top: 16px; padding: 12px 18px; border-radius: 10px; background: #c4b5fd; color: #15101f; font-weight: 600; }
.article-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 14px; color: #b7b0c2; }
@media(max-width:900px) { .home-surface .hero-grid { gap: 20px; } .home-surface .hero-art { margin: 0; } .home-surface .feature-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:760px) {
 .home-surface .hero { padding: 108px 0 44px; } .home-surface .hero-grid { grid-template-columns: 1fr; gap: 36px; }
 .home-surface h1 { font-size: clamp(36px,9vw,52px); } .home-surface .hero-art { margin: 0 -8px; }
 .hero-art figcaption { text-align: center; } .home-surface .section { padding: 56px 0; }
 .home-surface .flow-preview { min-height: 600px; } .home-surface .flow-phone.real-app-screen { width: 220px; }
 .home-surface .gallery-grid, .learn-grid { grid-template-columns: 1fr; } .home-surface .shot:first-child { grid-column: auto; }
 .home-surface .hero-actions { flex-wrap: wrap; gap: 12px; } .home-surface .hero-stats { gap: 16px; }
 .home-surface .stat small { font-size: 12px; } .home-surface .feature-grid { grid-template-columns: 1fr; }
 .home-surface .feature { min-height: auto; } .learn-grid { gap: 0; }
 .article-toc, .article-cta { padding: 20px; } .post-cover { width: calc(100% + 50px); }
}
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } .home-surface *, .home-surface *::before { animation: none !important; transition: none !important; } }

.demo-details { margin-top: 28px; color: #c9c1d5; }
.demo-details summary { cursor: pointer; font-size: 16px; padding: 12px 0; }
.demo-details video { display: block; max-height: 520px; width: 100%; margin-top: 16px; border-radius: 16px; background: #0b0a10; }

/* Native App artwork, September 2026. Keep every exported composition intact. */
.home-surface .hero { padding-top: 148px; padding-bottom: 88px; overflow: hidden; }
.home-surface .hero-grid { grid-template-columns: .93fr 1.07fr; gap: 60px; }
.home-surface .hero-art { margin: 0; }
.hero-native-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: center; padding: 24px 8px 30px; }
.hero-native-pair picture { display: block; min-width: 0; box-shadow: 0 22px 64px #0005; border-radius: 14px; }
.hero-native-pair picture:first-child { transform: translateY(-18px) rotate(-3deg); }
.hero-native-pair picture:last-child { transform: translateY(22px) rotate(3deg); }
.hero-art .hero-native-pair img { width: 100%; height: auto; aspect-ratio: 4/5; object-fit: contain; border-radius: 14px; }
.hero-art figcaption { text-align: center; margin: 20px 0 0; color: #c2b7d3; font-size: 12px; letter-spacing: .025em; }
.home-surface .gallery-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.home-surface .shot:first-child { grid-column: auto; grid-row: auto; }
.home-surface .shot { border: 1px solid #ffffff12; border-radius: 16px; overflow: hidden; background: #17141f; }
.home-surface .shot picture { display: block; }
.home-surface .shot img, .home-surface .shot:first-child img { display: block; width: 100%; height: auto; max-height: none; aspect-ratio: 4/5; object-fit: contain; background: #ece8f0; }
.home-surface .shot figcaption { padding: 19px 20px; min-height: 74px; line-height: 1.65; font-size: 14px; }
.home-surface .real-app-screen img { aspect-ratio: 1206/2622; object-fit: contain; }
.article-cover { max-width: 500px; margin-left: auto; margin-right: auto; }
.article-cover img { aspect-ratio: 4/5; object-fit: contain; }
.post-cover { aspect-ratio: 4/5; object-fit: contain; background: #e8e3ee; }
.native-artwork { cursor: zoom-in; }
.native-artwork:focus-visible { outline: 3px solid #c4b5fd; outline-offset: 4px; }
.artwork-viewer { border: 1px solid #ffffff30; border-radius: 18px; padding: 12px; background: #17141f; max-width: 96vw; max-height: 96dvh; color: #fff; }
.artwork-viewer::backdrop { background: #08060deb; backdrop-filter: blur(8px); }
.artwork-viewer img { display: block; max-width: 90vw; max-height: 86dvh; object-fit: contain; border-radius: 8px; }
.artwork-viewer button { display: block; margin: 0 0 10px auto; padding: 8px 15px; border: 1px solid #ffffff40; border-radius: 8px; color: #fff; background: #2c2638; cursor: pointer; font: inherit; }
@media(max-width:1000px) {
 .home-surface .hero-grid { gap: 32px; }
 .home-surface .gallery-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media(max-width:760px) {
 .home-surface .hero { padding: 112px 0 48px; }
 .home-surface .hero-grid { grid-template-columns: 1fr; gap: 28px; }
 .hero-native-pair { gap: 14px; padding: 26px 10px; max-width: 580px; margin: auto; }
 .hero-art figcaption { margin-top: 20px; }
 .home-surface .gallery-grid { grid-template-columns: 1fr; gap: 24px; max-width: 480px; margin: auto; }
 .home-surface .shot figcaption { min-height: auto; }
 .article-cover { max-width: 100%; }
}
@media(prefers-reduced-motion:reduce) { .hero-native-pair picture { transform: none; } }
@media(min-width:901px) {
 .home-surface .feature-grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
 .home-surface .feature { grid-column: span 2; }
 .home-surface .feature:nth-last-child(-n+2) { grid-column: span 3; }
}
.artwork-viewer { margin: auto; }
