/* Public pages use the same white frame as the host app. */
.public-shell { max-width: 1080px; margin: 20px auto 34px; background: #fff; border: 1px solid var(--line); border-radius: 26px; box-shadow: var(--shadow); overflow: clip; }
.public-shell > .nav.photoora-header { margin: 0; max-width: none; border: 0; border-bottom: 1px solid var(--brand-soft); border-radius: 0; }
.public-shell .container { padding-inline: 26px; }
.public-shell .site-foot { max-width: none; margin: 0; padding: 28px 26px 0; background: #fff; text-align: left; }
.public-shell .site-foot .brandwrap { justify-content: flex-start; margin-bottom: 0; }
.public-footer-top { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 28px; padding-bottom: 22px; }
.footer-brand .brandwrap { gap: 6px; }
.footer-brand .brand { font-size: 28px; }
.footer-brand .logomark { width: 30px; height: 30px; }
.footer-description { max-width: 280px; font-size: 13px; line-height: var(--lh-copy); color: var(--text-copy); margin: 10px 0; }
.footer-location { display: flex; align-items: flex-start; gap: 8px; margin: 0; font-size: 11px; line-height: 1.7; color: var(--muted); }
.footer-location img { margin-top: 4px; flex: none; }
.footer-group { display: flex; flex-direction: column; align-items: flex-start; }
.footer-group h2 { margin: 4px 0 9px; font-size: 11px; font-weight: 650; letter-spacing: .16em; text-transform: uppercase; }
.footer-group h2::after { content: ''; display: block; width: 28px; height: 3px; border-radius: 3px; margin-top: 9px; background: var(--brand-border); }
.footer-group a { display: inline-flex; align-items: center; min-height: 32px; padding-block: 3px; font-size: 12px; line-height: 1.5; color: var(--muted); text-decoration: none; }
.footer-group a:hover { color: var(--brand-primary); text-decoration: underline; text-underline-offset: 3px; }
.site-foot a:focus-visible { outline: 2px solid var(--brand-primary); outline-offset: 3px; border-radius: 3px; }
.public-shell .site-foot .site-legal-footer { width: 100%; margin: 0; padding: 16px 0 20px; }
.footer-tagline { margin: 0; font-size: 10px; letter-spacing: .07em; color: var(--muted); }
@media (max-width: 820px) {
  .public-footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-description { max-width: none; margin: 8px 0; }
}
@media (max-width: 640px) {
  .public-shell { margin: 6px 6px 20px; border-radius: 16px; box-shadow: 0 2px 10px #24316d0f; }
  .public-shell .container { padding-inline: 12px; }
  .public-shell .site-foot { padding: 22px 16px 0; }
  .public-footer-top { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 12px; padding-bottom: 16px; }
  .footer-group h2 { margin-bottom: 7px; font-size: 10px; }
  .footer-group a { font-size: 11px; min-height: 32px; }
  .footer-brand .brand { font-size: 24px; }
  .footer-brand .logomark { width: 26px; height: 26px; }
  .public-shell .site-foot .site-legal-footer { gap: 8px; }
}
