/* Shared visual treatment for the preserved static entry pages. */
:root {
  color: #1d1d1f;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  line-height: 1.85;
}
* { box-sizing: border-box; }
body { display: block; margin: 0; padding: 0; background: #fff; color: #1d1d1f; font-family: inherit; }
.standalone-header { width: min(1200px, calc(100% - 80px)); margin: auto; height: 72px; display: flex; align-items: center; border-bottom: 1px solid #e5e5e7; }
.standalone-header a { display: flex; margin: 0; }
.standalone-header img { display: block; width: 130px; height: auto; }
main { width: min(1000px, calc(100% - 80px)); max-width: none; margin: 0 auto; padding: 100px 0; background: #fff; border: 0; border-radius: 0; box-shadow: none; }
h1 { margin: 0 0 50px; color: #1d1d1f; font-size: clamp(2.8rem, 5.5vw, 5.5rem); line-height: 1.08; letter-spacing: -.05em; font-weight: 650; text-wrap: balance; }
h2 { color: #1d1d1f; margin: 50px 0 22px; font-size: 1.7rem; line-height: 1.3; letter-spacing: -.035em; }
p, li { color: #6e6e73; font-size: 1rem; line-height: 1.9; }
strong { color: #1d1d1f; }
a { color: #1257b4; text-decoration: none; }
a:focus-visible { outline: 3px solid #70a8ef; outline-offset: 4px; }
video { display: block; width: 100%; max-height: 72vh; margin-top: 40px; background: #000; border-radius: 28px; }
@media (max-width: 760px) {
  .standalone-header { width: calc(100% - 44px); height: 64px; }
  main { width: calc(100% - 44px); padding: 70px 0; }
  h1 { margin-bottom: 36px; font-size: clamp(2.4rem, 10vw, 3.6rem); }
  h2 { font-size: 1.45rem; }
  video { border-radius: 20px; }
}
