/* One image, one frame. Preserve the complete app viewport and bottom navigation. */
.phone { margin: 0; }
.product-platforms a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; text-decoration-color: currentColor; }
.product-platforms a + a { border-left: 1px solid currentColor; padding-left: 18px; }
.product-copy .availability { margin-top: 18px; font-size: 13px; line-height: 1.5; }
.product-visual .phone img { display: block; width: 100%; height: auto; border-radius: 0; object-fit: contain; }
/* Untouched 1.2.2 store PNGs: app viewport is x=104, y=384, 1075 × 2325.
   Only the external marketing canvas/frame is outside this window; no app pixels
   are stretched or synthesized. All six localized views share this exact box. */
.phone-screen-store { position: relative; width: 100%; aspect-ratio: 1075 / 2325; overflow: hidden; }
.product-visual .phone-screen-store img { position: absolute; width: 119.4418604651%; max-width: none; left: -9.6744186047%; top: -16.5161290323%; }
.product-visual .phone-primary { width: clamp(218px, 18vw, 240px); top: 44px; left: 50%; right: auto; transform: translateX(-50%) rotate(-5deg); }
.product-visual .phone-game { width: clamp(238px, 22vw, 286px); left: 50%; right: auto; top: 50px; transform: translateX(-50%) rotate(5deg); }
.product-visual .screen-selector { bottom: 24px; max-width: calc(100% - 24px); }
.screen-selector button { padding-inline: 15px; }
.brand img, .logo-fallback, .about-brand img, .brand-plaque img { border-radius: 31.5%; }
.logo-viewer canvas { height: 100%; }
@media (max-width: 1000px) and (min-width: 701px) {
  .product-visual .phone-primary { width: 218px; top: 36px; }
  .product-visual .phone-game { width: 260px; }
}
@media (max-width: 700px) {
  .product-visual { min-height: 540px; }
  .product-visual .phone-primary { width: 194px; top: 24px; }
  .product-visual .phone-game { width: 224px; top: 20px; }
  .product-visual .screen-selector { bottom: 18px; }
  .screen-selector button { padding-inline: 12px; font-size: 12px; }
}
@media (max-width: 360px) {
  .screen-selector button { padding-inline: 9px; }
}

/* Shared rights notice: part of support, without crowding the product pages. */
.footer-credits { display: flex; flex-direction: column; gap: 4px; }
.footer-legal { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.footer-legal:hover { color: var(--white); }
.footer-bottom nav { flex-wrap: wrap; }
.copyright-section { padding: 72px var(--gutter) 88px; display: grid; grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr); gap: 7%; border-top: 1px solid #c8d1dc; }
.copyright-heading h2 { font-size: clamp(28px, 3vw, 40px); line-height: 1.2; letter-spacing: -0.045em; text-wrap: balance; }
.copyright-heading p { margin-top: 20px; color: #536477; font-size: 14px; }
.copyright-content { min-width: 0; max-width: 70ch; }
.copyright-content > p { line-height: 1.7; }
.copyright-content > p + p { margin-top: 20px; }
.copyright-details { margin-top: 32px; }
.copyright-details summary { font-size: 18px; }
.copyright-details details p { font-size: 17px; line-height: 1.7; padding-right: 0; overflow-wrap: anywhere; }
.copyright-contact { display: inline-flex; align-items: center; min-height: 44px; margin-top: 28px; color: #144ac3; text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.copyright-contact:visited { color: #514890; }
.copyright-contact:hover { color: var(--ink); }
.copyright-content > .copyright-note { margin-top: 24px; color: #536477; font-size: 16px; line-height: 1.6; }
.copyright-licences { padding: 0 0 24px; margin: 0; list-style: none; }
.copyright-licences a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; color: #144ac3; overflow-wrap: anywhere; }
.copyright-licences a:visited { color: #514890; }
.copyright-licences a:hover { color: var(--ink); }
@media (max-width: 700px) {
  .copyright-section { grid-template-columns: minmax(0, 1fr); gap: 32px; padding-block: 48px 56px; }
  .copyright-content > p, .copyright-details details p { font-size: 16px; }
  .copyright-details summary { font-size: 17px; }
  .footer-bottom nav { margin-left: 0; }
}
