@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/geist-latin.woff2") format("woff2");
}

* { box-sizing: border-box; }
html, body { margin: 0; width: 100%; height: 100%; overflow: hidden; background: #fff !important; }
body { color: #11151b; font-family: "Geist", Arial, sans-serif; }

.poster-page {
  width: 100%;
  height: 100vh;
  height: 100svh;
  padding: 8px;
  display: grid;
  place-items: center;
  background: #fff;
}

.poster-card {
  width: min(calc(66.6667svh - 69.3333px), calc(100vw - 16px), 1024px);
  height: auto;
  min-height: 0;
  display: grid;
  grid-template-rows: auto 88px;
  background: #fff;
  box-shadow: none;
}

.poster-wrap {
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: 2 / 3;
  background: #fff;
  overflow: hidden;
}

.poster-artwork { width: 100%; height: 100%; display: grid; grid-template-rows: 46.3% 53.7%; background: #fff; }
.poster-photo { position: relative; overflow: hidden; }
.poster-photo img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: -webkit-optimize-contrast; filter: contrast(1.018); }
.poster-information { position: relative; min-height: 0; overflow: hidden; background: #fff; }
.poster-information img { position: absolute; left: 3.2%; top: 0; width: 93.6%; height: auto; display: block; transform: translateY(-46.2890625%); filter: brightness(1.045) contrast(1.035); }
.mobile-artwork { display: none; }

.poster-actions { width: 100%; height: 88px; padding: 7px 16px 6px; display: grid; grid-template-columns: 1fr; place-items: center; gap: 3px; border-top: 1px solid #e7ebf0; background: #fff; }
.poster-actions a { min-height: auto; padding: 0; display: flex; align-items: center; justify-content: center; border-radius: 0; font-size: 12px; font-weight: 620; text-decoration: none; }
.call-button { width: min(100%, 330px); min-height: 34px !important; color: #fff; background: #0755c9; font-size: 13px !important; }
.route-button { gap: 7px; color: #3f4854; font-size: 12px !important; font-weight: 560 !important; }
.route-button svg { width: 14px; color: #0755c9; }
.route-button span { display: flex; align-items: center; gap: 7px; }
.legal-links { display: flex; align-items: center; justify-content: center; gap: 6px; color: #8a919b; font-size: 9px; line-height: 1; }
.legal-links a { color: inherit; font-size: inherit !important; font-weight: 500 !important; text-decoration: none; }
.legal-links a:hover, .legal-links a:focus-visible { color: #0755c9; text-decoration: underline; }

.legal-page { width: 100%; height: 100vh; height: 100svh; padding: 32px 18px 54px; background: #f4f7fb; color: #18202a; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.legal-sheet { width: min(100%, 760px); margin: 0 auto; padding: clamp(24px, 5vw, 48px); background: #fff; box-shadow: 0 12px 40px rgba(25, 39, 63, .08); }
.legal-back { display: inline-block; margin-bottom: 28px; color: #0755c9; font-size: 13px; font-weight: 650; text-decoration: none; }
.legal-sheet h1 { margin: 0 0 28px; color: #0755c9; font-size: clamp(28px, 5vw, 42px); letter-spacing: .04em; }
.legal-sheet h2 { margin: 30px 0 8px; font-size: 17px; }
.legal-sheet p, .legal-sheet li { font-size: 14px; line-height: 1.65; }
.legal-sheet p { margin: 0 0 12px; }
.legal-sheet ul { margin: 8px 0 16px; padding-left: 20px; }
.legal-sheet a { color: #0755c9; }
.legal-note { margin-top: 34px !important; color: #6f7782; font-size: 12px !important; }

@media (max-width: 700px) {
  .poster-page { padding: 0; }
  .poster-card { width: 100%; height: 100vh; height: 100svh; grid-template-rows: auto 86px; align-content: start; box-shadow: none; }
  .poster-wrap { height: auto; aspect-ratio: auto; }
  .desktop-artwork { display: none; }
  .mobile-artwork { width: 100%; height: auto; display: grid; grid-template-rows: auto auto; background: #fff; }
  .mobile-photo { aspect-ratio: 1024 / 711; overflow: hidden; }
  .mobile-photo img { width: 100%; height: 100%; display: block; object-fit: cover; image-rendering: -webkit-optimize-contrast; filter: contrast(1.018); }
  .mobile-information { min-height: 0; padding: 16px 16% 0; display: grid; grid-template-rows: 140px auto; background: #fff; }
  .mobile-brand { min-height: 0; display: flex; flex-direction: column; align-items: center; overflow: hidden; }
  .mobile-logo-crop { width: 100%; height: 124px; overflow: hidden; }
  .mobile-logo-crop img { width: 100%; height: auto; display: block; transform: translateY(-26%); }
  .mobile-brand > strong { color: #0755c9; font-size: 10px; line-height: 1; letter-spacing: 3.2px; white-space: nowrap; }
  .mobile-services { position: relative; min-height: 0; margin-top: 8px; }
  .mobile-services ul { width: 70%; margin: 0 auto; padding: 0; list-style: none; }
  .mobile-services li { height: clamp(17px, 2.4vh, 20px); display: flex; align-items: center; border-bottom: 1px solid #1b67cd; color: #222a33; font-size: clamp(8px, 1.35vh, 10.5px); line-height: 1; text-transform: uppercase; white-space: nowrap; }
  .mobile-seal { position: absolute; right: -48px; top: 34px; width: 82px; height: 82px; overflow: hidden; border-radius: 50%; }
  .mobile-seal img { width: 140%; height: 140%; max-width: none; display: block; object-fit: contain; transform: translate(-14.3%, -14.3%); }
  .poster-actions { height: 86px; padding: 6px 14px 5px; }
  .call-button { min-height: 34px !important; }
}

@media (max-height: 650px) and (max-width: 700px) {
  .poster-card { grid-template-rows: minmax(0, 1fr) 82px; }
  .poster-actions { height: 82px; }
  .mobile-information { padding-top: 12px; padding-bottom: 0; grid-template-rows: 104px auto; }
  .mobile-services { margin-top: 6px; }
  .mobile-logo-crop { height: 92px; }
  .mobile-logo-crop img { width: 76%; margin: 0 auto; transform: translateY(-26%); }
  .mobile-brand > strong { font-size: 9px; }
  .mobile-services li { height: 16px; font-size: 8px; }
  .mobile-seal { right: -40px; top: 25px; width: 72px; height: 72px; }
}

@media (max-height: 600px) and (max-width: 700px) {
  .mobile-photo { height: 200px; aspect-ratio: auto; }
  .mobile-information { padding-top: 10px; grid-template-rows: 104px auto; }
  .mobile-logo-crop { height: 92px; }
  .mobile-logo-crop img { width: 76%; margin: 0 auto; transform: translateY(-26%); }
  .mobile-services li { height: 14.5px; font-size: 7.3px; }
  .mobile-seal { top: 20px; width: 64px; height: 64px; }
}
