/* Shared public-page finish; account management and artist templates are unaffected. */
.landing-shell:not(.homepage-shell) { --accent: #363e33; --muted: #66635c; background: #f8f6f1; color: #302f2b; }
.landing-shell:not(.homepage-shell) .landing-page { padding: 0 clamp(20px, 4vw, 64px) 32px; gap: 0; }
.landing-shell:not(.homepage-shell) .landing-hero { background: transparent; border: 0; box-shadow: none; backdrop-filter: none; padding: 0; overflow: visible; }
.landing-shell:not(.homepage-shell) .landing-topbar { padding: 12px 0; border-bottom: 1px solid #dedbd3; }
.landing-shell:not(.homepage-shell) .landing-brand { background: #f8f6f1; }
.landing-shell:not(.homepage-shell) .landing-brand-logo { width: 148px; height: 74px; object-fit: contain; mix-blend-mode: multiply; }
.landing-shell:not(.homepage-shell) .landing-nav a, .landing-shell:not(.homepage-shell) .landing-login-link { color: #302f2b; }
.landing-shell:not(.homepage-shell) .website-legal-hero { padding: 48px 0; }
.landing-shell:not(.homepage-shell) .website-legal-hero h1 { font-size: clamp(2.5rem, 4.5vw, 4.3rem); line-height: 1.1; letter-spacing: -0.035em; color: #302f2b; max-width: 22ch; text-wrap: balance; }
.landing-shell:not(.homepage-shell) .landing-kicker { font-size: 0.7rem; color: #756953; letter-spacing: 0.14em; }
.landing-shell:not(.homepage-shell) .landing-lead { color: #66635c; max-width: 70ch; font-size: 1rem; line-height: 1.75; }
.landing-shell:not(.homepage-shell) .landing-section { padding: 36px 0; background: transparent; box-shadow: none; border: 0; border-top: 1px solid #dedbd3; backdrop-filter: none; }
.landing-shell .landing-mobile-menu-panel { background: #f8f6f1; backdrop-filter: none; border-color: #dedbd3; }
.landing-shell .button-link { background: #363e33; border: 1px solid #363e33; border-radius: 4px; box-shadow: none; font-size: 0.88rem; padding: 14px 20px; }
.landing-shell .button-link:hover { background: #4c5847; }
.landing-shell .secondary-link { border-color: #bab7ad; border-radius: 4px; color: #363e33; background: transparent; font-size: 0.88rem; }
.landing-shell a:focus-visible, .landing-shell button:focus-visible { outline: 2px solid #795b43; outline-offset: 4px; }
.landing-shell .demo-account-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 44px 28px; }
.landing-shell .demo-account-card { min-width: 0; padding: 0; border: 0; background: transparent; box-shadow: none; gap: 16px; grid-template-rows: auto auto 1fr auto; }
.landing-shell .demo-account-image-link { padding: 14px 14px 0; background: #e7e4dc; border-radius: 4px; overflow: hidden; }
.landing-shell .demo-account-image { aspect-ratio: 1.45; border: 1px solid #dedbd3; }
.landing-shell .demo-account-card .landing-card-label { color: #302f2b; font: 400 1.45rem/1.25 Georgia, serif; text-transform: none; letter-spacing: -0.02em; margin: 0; }
.landing-shell .demo-account-description { font-size: 0.93rem; color: #66635c; }
.landing-shell .demo-account-actions { align-items: stretch; flex-direction: column; gap: 10px; }
.landing-shell .demo-account-guide { background: transparent; box-shadow: none; border: 0; border-top: 1px solid #dedbd3; padding: 36px 0 0; margin-top: 48px; }
.landing-shell .pricing-feature-table thead th { background: #343e35; color: #faf8f1; }
.landing-shell .pricing-feature-table { box-shadow: none; border-color: #dedbd3; }
.landing-shell .pricing-group-row th, .landing-shell .pricing-group-row td { background: #ebe8df; }
body:has(.registration-panel) { background: #f8f6f1; }
.registration-panel { width: min(100%, 580px); margin: 32px auto; padding: clamp(24px, 4vw, 48px); background: #fffdf8; border: 1px solid #dedbd3; border-radius: 6px; }
.registration-panel .auth-brand-logo { width: 148px; height: 74px; object-fit: contain; mix-blend-mode: multiply; }
.registration-panel .panel-heading h1 { font: 400 clamp(2rem, 4vw, 2.65rem)/1.15 Georgia, serif; letter-spacing: -0.035em; color: #302f2b; }
.registration-panel .grid-form.two-columns { grid-template-columns: minmax(0, 1fr); }
.registration-panel .form-actions { flex-wrap: wrap; }
.registration-panel .form-actions button { background: #363e33; color: white; border-radius: 4px; }
.registration-panel .form-actions button:disabled { opacity: 0.55; }
.registration-panel input, .registration-panel select { border-radius: 4px; }
@media (max-width: 1050px) { .landing-shell .demo-account-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) {
    .landing-shell .demo-account-grid { grid-template-columns: minmax(0, 1fr); }
    .landing-shell:not(.homepage-shell) .landing-brand-logo { width: 130px; height: 65px; }
    .landing-shell:not(.homepage-shell) .website-legal-hero { padding: 32px 0; }
    .registration-panel { margin: 16px auto; }
}
/* Keep wide comparison tables inside their own keyboard-accessible scroll region. */
.landing-shell .landing-page { grid-template-columns: minmax(0, 1fr); }
.landing-shell .landing-page > *, .landing-shell .website-legal-hero, .landing-shell .landing-lead { min-width: 0; }
.landing-shell .website-pricing-plans .pricing-table-scroll { width: 100%; max-width: 100%; margin-inline: 0; }
.landing-shell .manager-page-content { grid-template-columns: minmax(0, 1fr); }
.landing-shell .manager-page-content > * { min-width: 0; }
.landing-shell .landing-hero-compact { grid-template-columns: minmax(0, 1fr); }
.landing-shell .website-legal-hero { width: 100%; }
