/* Scoped additions: existing navigation, downloads, QR and shared styles stay intact. */
.site-header .brand{flex-shrink:0}
.main-nav .nav-release-link{margin-left:4px;padding:10px 13px;background:var(--amber);color:var(--ink);font-weight:700;white-space:nowrap}
.main-nav .nav-release-link:hover{background:#af7427}
.site-header .nav-cta{max-width:210px;font-size:11px;line-height:1.5}
.homepage-photographer .hero-refined h1{max-width:none}
.homepage-photographer .hero-refined h1 em{white-space:normal}
#whats-new{scroll-margin-top:96px;background:#f2f4f6}
.release-heading{display:grid;grid-template-columns:1.2fr 1fr;gap:70px;align-items:end;margin-bottom:40px}
.release-heading>p{margin:0;color:var(--ink-soft);max-width:400px}
.release-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.release-card{min-width:0;background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;display:flex;flex-direction:column}
.release-copy{padding:36px 36px 28px}
.release-label{display:inline-block;color:#54647b;font-size:11px;letter-spacing:.06em;font-weight:700;margin-bottom:18px}
.release-copy h3{font-size:30px;line-height:1.35;letter-spacing:-.03em;margin:0 0 16px}
.release-copy p{font-size:15px;line-height:1.85;color:var(--ink-soft);margin-bottom:20px}
.release-screen{margin:0;padding:30px 24px 20px;background:#f8f7f4;text-align:center;flex:1}
.release-screen img{display:block;width:min(100%,320px);height:auto;margin:0 auto;border:1px solid #e2e5e9;border-radius:14px;box-shadow:0 16px 30px #17243a12}
.release-screen--growth{background:#eff3fc}
.release-screen--growth img{width:min(100%,274px)}
.release-screen figcaption{font-size:11px;line-height:1.7;color:#5c697a;margin-top:18px}
.shooting-routine{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin-top:44px}
.shooting-routine article{border-top:2px solid #c58a32;padding-top:20px;min-width:0}
.shooting-routine article>span{color:#80602e;font-size:12px;font-weight:700}
.shooting-routine h3{font-size:19px;line-height:1.6;margin:10px 0}
.shooting-routine p{font-size:14px;color:var(--ink-soft);line-height:1.85;margin:0}
.release-note{margin:28px 0 0;max-width:900px;font-size:12px;line-height:1.9;color:#596677}
.app-release-summary{padding:30px;background:#f3f5f8;border:1px solid var(--line);border-radius:16px}
.app-release-summary h2{font-size:30px;margin-bottom:20px}
.app-release-summary .shooting-routine{margin-top:0}
.release-showcase a:focus-visible{outline:3px solid #987034;outline-offset:5px}
@media(max-width:760px){
 .main-nav .nav-release-link{margin:5px 0 0;text-align:center}
 .site-header .nav-cta{max-width:none}
 .release-showcase.section{padding:56px 0}
 .release-heading{grid-template-columns:1fr;gap:20px;margin-bottom:28px}
 .release-heading h2{font-size:32px;line-height:1.3;letter-spacing:-.045em}
 .release-heading>p{font-size:15px;line-height:1.85}
 .release-grid{grid-template-columns:1fr;gap:24px}
 .release-copy{padding:26px 24px}
 .release-copy h3{font-size:26px}
 .release-screen{padding:24px 20px 18px}
 .release-screen img{max-width:280px}
 .shooting-routine{grid-template-columns:1fr;gap:26px;margin-top:32px}
 .app-release-summary{padding:24px}
 .homepage-photographer .hero-refined h1{font-size:36px;letter-spacing:-.055em}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
