
body { min-height: 100vh; display: flex; flex-direction: column; }
.tomo-bg {
  position: fixed; inset: 0; z-index: -1;
  background: #050f08;
}
main { flex: 1; position: relative; }
.tomo-content {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  max-width: 680px; width: 90%; text-align: left; color: #fff;
  padding: 0 24px;
}
.tomo-content h3 { font-size: 13px; letter-spacing: .25em; text-transform: uppercase; color: rgba(213,133,72,.8); margin-bottom: 16px; font-weight: 400; }
.tomo-content p  { color: #c8c8c8; font-size: 16px; line-height: 1.8; margin: 0 0 28px; }
.tomo-content h1 { font-size: clamp(28px,5vw,48px); letter-spacing: .15em; font-weight: 400; color: #fff; }
.site-footer { background: transparent; color: #fff; position: relative; z-index: 1; }
.footer__lang-link { color: #ccc; }
.footer__divider { border-color: rgba(255,255,255,.2); }
