/* Only included in the temporary public production build. */
.public-shell > .nav.photoora-header .site-nav-links { display: flex; align-items: center; gap: 16px; border: 0; margin: 0; padding: 0; }
.public-shell > .nav.photoora-header .links { margin-left: auto; }
.launch-notice { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 6px 16px; padding: 15px 24px; background: var(--brand-soft); color: var(--text-copy); font-size: 12px; line-height: 1.7; text-align: center; border-bottom: 1px solid var(--brand-border); }
.launch-notice strong { color: var(--brand-primary); font-weight: 700; }
.launch-notice a { color: var(--brand-primary); text-underline-offset: 3px; }
.launch-plan-status { margin: auto 0 0; padding: 12px; text-align: center; font-size: 12px; color: var(--brand-primary); background: var(--brand-soft); border-radius: 12px; font-weight: 650; }
#createview .plan { cursor: default; }
#createview .plan:hover { transform: none; }
.launch-page { max-width: 720px; margin: 0 auto; padding: 72px 28px 90px; text-align: center; }
.launch-page h1 { font-size: clamp(30px, 5vw, 48px); line-height: 1.2; letter-spacing: -.04em; color: var(--brand-ink); }
.launch-page p { color: var(--text-copy); line-height: 1.8; font-size: 16px; }
.launch-eyebrow { color: var(--brand-primary); font-size: 12px; letter-spacing: .16em; font-weight: 650; }
.launch-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 20px; margin-top: 28px; }
.launch-actions .btn { width: auto; text-decoration: none; }
.launch-actions > a:not(.btn) { color: var(--brand-primary); text-underline-offset: 4px; }
.launch-skip { position: fixed; top: -80px; left: 12px; z-index: 100; padding: 12px; background: #fff; }
.launch-skip:focus { top: 12px; }
a:focus-visible { outline: 3px solid var(--brand-primary); outline-offset: 4px; }
@media (max-width: 640px) {
  .public-shell > .nav.photoora-header { flex-wrap: wrap; gap: 12px; }
  .public-shell > .nav.photoora-header .site-nav-links { gap: 12px; font-size: 12px; }
  .launch-notice { padding: 12px 16px; gap: 3px 10px; }
  .launch-notice strong { flex-basis: 100%; }
  .launch-page { padding: 42px 20px 54px; }
}
