@charset "UTF-8";

/* 作者：搭客佬
官网：https://www.pixivmh.cn/ */

:root {
  --paper: #fffaf0;
  --paper-deep: #f4eddf;
  --white: #ffffff;
  --ink: #111820;
  --muted: #5f6c7a;
  --line: #bcc7cf;
  --blue: #0096fa;
  --blue-deep: #0069d9;
  --blue-pale: #eaf6ff;
  --yellow: #ffdc2e;
  --coral: #ff7567;
  --header-height: 76px;
  --container: 1200px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  color: inherit;
  font: inherit;
}

button {
  border: 0;
}

button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}

ul,
p,
h1,
h2,
h3,
figure {
  margin-top: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: var(--header-height);
  background: rgba(255, 250, 240, 0.98);
  border-bottom: 1px solid var(--ink);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(calc(100% - 40px), var(--container));
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  gap: 12px;
}

.brand img {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  object-fit: contain;
  border-radius: 12px;
}

.brand__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.25;
}

.brand__copy strong {
  font-size: 19px;
  font-weight: 800;
}

.brand__copy span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.site-nav,
.site-nav ul {
  height: 100%;
}

.site-nav ul {
  display: flex;
  align-items: stretch;
  gap: 34px;
  margin: 0;
}

.site-nav li {
  display: flex;
}

.site-nav a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: transparent;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  color: var(--blue-deep);
}

.site-nav a.is-active::after {
  background: var(--blue);
}

.mobile-actions {
  display: none;
  align-items: center;
  gap: 8px;
}

.mobile-download {
  padding: 10px 14px;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  background: var(--blue-deep);
}

.menu-toggle {
  display: grid;
  width: 40px;
  height: 40px;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 1px solid var(--ink);
  place-items: center;
}

i[class^="icon-"] {
  display: inline-flex;
  flex: 0 0 auto;
}

i[class^="icon-"]::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-menu::before {
  background-image: url("../icons/menu.svg");
}

.icon-search::before {
  background-image: url("../icons/search.svg");
}

.icon-download::before {
  background-image: url("../icons/download.svg");
}

.icon-discover::before {
  background-image: url("../icons/discover.svg");
}

.icon-manga::before {
  background-image: url("../icons/manga.svg");
}

.icon-bookmark::before {
  background-image: url("../icons/bookmark.svg");
}

.icon-quote::before {
  background-image: url("../icons/quote.svg");
}

.icon-globe::before {
  background-image: url("../icons/globe.svg");
}

.icon-top::before {
  width: 22px !important;
  height: 22px !important;
  background-image: url("../icons/arrow-up.svg");
}

.hero {
  overflow: hidden;
  border-bottom: 1px solid var(--ink);
}

.hero__inner {
  display: grid;
  width: min(calc(100% - 40px), var(--container));
  min-height: 670px;
  margin: 0 auto;
  grid-template-columns: minmax(0, 64%) minmax(0, 36%);
}

.hero__copy {
  display: flex;
  min-width: 0;
  padding: 92px 38px 72px 0;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--blue-deep);
  font-family: Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.4;
}

.hero h1 {
  max-width: 100%;
  margin-bottom: 24px;
  font-size: clamp(42px, 3.35vw, 56px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.12;
  white-space: nowrap;
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 28px;
  color: #3e4b58;
  font-size: 17px;
}

.hero__features {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 34px;
}

.hero__features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
}

.hero__features i::before {
  width: 23px !important;
  height: 23px !important;
}

.hero__action {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.primary-link {
  display: inline-flex;
  min-width: 216px;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  background: var(--blue-deep);
  border: 2px solid var(--blue-deep);
}

.primary-link .icon-download::before {
  filter: brightness(0) invert(1);
}

.primary-link:hover,
.primary-link:focus-visible {
  color: var(--blue-deep);
  background: var(--yellow);
}

.primary-link:hover .icon-download::before,
.primary-link:focus-visible .icon-download::before {
  filter: none;
}

.age-label {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
}

.hero__visual {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 44px 0 0 24px;
  background: var(--blue);
}

.hero__visual::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.18;
  background-image: linear-gradient(rgba(17, 24, 32, 0.55) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 24, 32, 0.55) 1px, transparent 1px);
  background-size: 44px 44px;
}

.hero__coral {
  position: absolute;
  z-index: 1;
  top: 44px;
  left: 30px;
  width: 54px;
  height: 54px;
  background: var(--coral);
  border-radius: 50%;
}

.hero__issue {
  position: absolute;
  z-index: 1;
  top: 188px;
  left: 28px;
  color: var(--yellow);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.8;
}

.hero__issue small {
  display: block;
  margin-top: 16px;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.phone-shell {
  position: relative;
  z-index: 2;
  width: 286px;
  height: 586px;
  padding: 17px 13px 15px;
  background: #101317;
  border: 2px solid #050709;
  border-radius: 42px 42px 0 0;
  box-shadow: 22px 24px 0 rgba(17, 24, 32, 0.16);
}

.phone-shell__speaker {
  position: absolute;
  z-index: 4;
  top: 18px;
  left: 50%;
  width: 92px;
  height: 24px;
  background: #090b0f;
  border-radius: 0 0 16px 16px;
  transform: translateX(-50%);
}

.phone-screen {
  position: relative;
  display: flex;
  height: 100%;
  overflow: hidden;
  flex-direction: column;
  background: var(--white);
  border-radius: 27px 27px 0 0;
}

.phone-status {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  padding: 7px 14px 0;
  font-size: 12px;
  font-weight: 700;
}

.phone-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 16px 6px;
}

.phone-titlebar strong {
  color: var(--blue);
  font-size: 22px;
  letter-spacing: -0.04em;
}

.phone-titlebar .icon-search::before,
.phone-search .icon-search::before {
  width: 16px;
  height: 16px;
}

.phone-search {
  display: flex;
  min-height: 36px;
  align-items: center;
  gap: 7px;
  margin: 2px 14px 9px;
  padding: 0 13px;
  color: #7b8792;
  font-size: 12px;
  background: #eef3f6;
  border-radius: 20px;
}

.phone-tabs {
  display: grid;
  margin: 0 14px 10px;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #d7dfe5;
}

.phone-tabs span {
  position: relative;
  padding: 5px 0 8px;
  text-align: center;
  font-size: 12px;
}

.phone-tabs .is-current {
  color: var(--blue-deep);
  font-weight: 800;
}

.phone-tabs .is-current::after {
  position: absolute;
  right: 8px;
  bottom: -1px;
  left: 8px;
  height: 2px;
  content: "";
  background: var(--blue);
}

.phone-feature {
  min-height: 116px;
  margin: 0 14px 10px;
  padding: 20px 18px;
  color: var(--white);
  background: linear-gradient(135deg, #092c55 0 58%, #1479c9 58% 72%, #d6e8f3 72%);
  border-radius: 8px;
}

.phone-feature span,
.phone-feature p {
  display: block;
  margin: 0;
  font-size: 12px;
}

.phone-feature strong {
  display: block;
  margin: 5px 0 2px;
  font-size: 22px;
  line-height: 1.2;
}

.phone-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 7px;
  font-size: 12px;
}

.phone-section-title strong {
  font-size: 14px;
}

.phone-section-title span {
  color: var(--muted);
}

.phone-books {
  display: grid;
  padding: 0 14px;
  gap: 8px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.phone-books article {
  min-width: 0;
}

.phone-cover {
  display: grid;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #edf2f5;
  border: 1px solid #d9e1e6;
  border-radius: 5px;
  place-items: center;
}

.phone-cover img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.phone-books strong,
.phone-books small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.phone-books strong {
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
}

.phone-books small {
  color: var(--muted);
  font-size: 12px;
}

.phone-nav {
  display: grid;
  min-height: 48px;
  margin-top: auto;
  align-items: center;
  color: #66727f;
  background: var(--white);
  border-top: 1px solid #d7dfe5;
  grid-template-columns: repeat(5, 1fr);
}

.phone-nav span {
  text-align: center;
  font-size: 12px;
}

.phone-nav .is-current {
  color: var(--blue-deep);
  font-weight: 800;
}

.section {
  padding: 96px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 44px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--ink);
}

.section-heading > div {
  flex: 0 0 auto;
}

.section-heading .eyebrow {
  margin-bottom: 8px;
}

.section-heading h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.08;
}

.section-heading > p {
  max-width: 480px;
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 14px;
  text-align: right;
}

.radar {
  background: var(--paper);
}

.radar-board {
  display: grid;
  border: 1px solid var(--ink);
  grid-template-columns: minmax(0, 1fr) 260px;
}

.radar-lanes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.radar-lane {
  position: relative;
  min-width: 0;
  min-height: 280px;
  padding: 28px 22px 24px;
  cursor: pointer;
  text-align: left;
  background: var(--white);
  border-right: 1px solid var(--line);
}

.radar-lane__number {
  display: block;
  margin-bottom: 24px;
  color: var(--blue-deep);
  font-size: 35px;
  font-weight: 900;
  line-height: 1;
}

.radar-lane strong {
  display: block;
  margin-bottom: 9px;
  font-size: 20px;
}

.radar-lane p {
  min-height: 58px;
  margin-bottom: 18px;
  color: #485662;
  font-size: 13px;
}

.radar-lane__tags {
  display: block;
  color: var(--muted);
  font-size: 12px;
}

.radar-lane__line {
  position: absolute;
  right: 22px;
  bottom: 21px;
  left: 22px;
  height: 4px;
  background: #dce4e9;
}

.radar-lane__line::after {
  display: block;
  width: 20%;
  height: 100%;
  content: "";
  background: var(--blue-deep);
}

.radar-lane:hover,
.radar-lane:focus-visible,
.radar-lane.is-active {
  background: var(--blue-pale);
}

.radar-lane.is-active .radar-lane__line::after {
  width: 72%;
}

.radar-quote {
  display: flex;
  min-width: 0;
  padding: 34px 28px 24px;
  color: var(--white);
  flex-direction: column;
  background: var(--blue-deep);
}

.radar-quote .icon-quote::before {
  width: 42px;
  height: 42px;
  filter: brightness(0) invert(1);
}

.radar-quote p {
  margin: auto 0 28px;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.6;
}

.radar-quote span {
  padding-top: 16px;
  font-family: Consolas, monospace;
  font-size: 12px;
  letter-spacing: 0.08em;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
}

.updates {
  background: var(--blue-pale);
}

.week-track {
  position: relative;
  display: grid;
  margin-bottom: 42px;
  grid-template-columns: repeat(7, 1fr);
}

.week-track::before {
  position: absolute;
  z-index: 0;
  top: 54px;
  right: 6%;
  left: 6%;
  height: 1px;
  content: "";
  background: var(--ink);
}

.week-track button {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 92px;
  align-items: center;
  cursor: pointer;
  flex-direction: column;
  background: transparent;
}

.week-track button::after {
  width: 15px;
  height: 15px;
  margin-top: 17px;
  content: "";
  background: var(--blue-pale);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.week-track strong,
.week-track span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

.week-track span {
  color: var(--muted);
  font-family: Consolas, monospace;
}

.week-track button:hover::after,
.week-track button:focus-visible::after,
.week-track button.is-active::after {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 0 0 7px rgba(0, 150, 250, 0.16);
}

.update-notes {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.update-notes article {
  display: flex;
  min-height: 154px;
  align-items: flex-start;
  gap: 20px;
  padding: 28px;
  background: var(--white);
  border: 1px solid #aacce4;
}

.update-notes article > span {
  color: var(--blue-deep);
  font-family: Consolas, monospace;
  font-size: 24px;
  font-weight: 800;
}

.update-notes strong {
  display: block;
  margin-bottom: 8px;
  font-size: 18px;
}

.update-notes p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.screens {
  background: var(--paper);
}

.screen-grid {
  display: grid;
  width: 100%;
  gap: 16px;
  grid-template-columns: repeat(4, calc((100% - 48px) / 4));
}

.screen-grid figure {
  display: flex;
  width: 100%;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--ink);
}

.screen-viewport {
  display: grid;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: var(--white);
  place-items: center;
}

.screen-viewport img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.screen-grid figcaption {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 14px;
  padding: 17px 18px;
  background: var(--paper);
  border-top: 1px solid var(--ink);
}

.screen-grid figcaption span {
  color: var(--blue-deep);
  font-family: Consolas, monospace;
  font-size: 17px;
  font-weight: 800;
}

.screen-grid figcaption strong {
  font-size: 17px;
}

.support {
  background: var(--paper-deep);
}

.faq-list {
  background: var(--white);
  border-top: 1px solid var(--ink);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary,
.official-disclosure summary {
  display: grid;
  min-height: 72px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.faq-list summary {
  padding: 0 22px;
  gap: 18px;
  grid-template-columns: 42px 1fr 24px;
}

.faq-list summary::-webkit-details-marker,
.official-disclosure summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--blue-deep);
  font-family: Consolas, monospace;
  font-size: 13px;
  font-weight: 800;
}

.faq-list summary strong {
  font-size: 16px;
}

.faq-list summary i,
.official-toggle {
  position: relative;
  width: 18px;
  height: 18px;
}

.faq-list summary i::before,
.faq-list summary i::after,
.official-toggle::before,
.official-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 1px;
  content: "";
  background: var(--ink);
  transform: translate(-50%, -50%);
}

.faq-list summary i::after,
.official-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list details[open] summary i::after,
.official-disclosure[open] .official-toggle::after {
  display: none;
}

.faq-list details > p {
  margin: 0;
  padding: 0 64px 23px 82px;
  color: var(--muted);
  font-size: 14px;
}

.official-disclosure {
  width: 100%;
  margin-top: 22px;
  background: var(--white);
  border: 1px solid var(--ink);
}

.official-disclosure summary {
  min-height: 76px;
  padding: 0 22px;
  gap: 14px;
  grid-template-columns: 24px 1fr 24px;
}

.official-disclosure summary strong {
  font-size: 16px;
}

.official-answer {
  padding: 0 60px 24px;
}

.official-answer a {
  color: var(--blue-deep);
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.voices {
  background: var(--paper);
}

.voice-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.voice-card {
  min-height: 262px;
  padding: 26px 24px 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-top: 4px solid var(--blue);
}

.voice-card:nth-child(3n + 2) {
  border-top-color: var(--yellow);
}

.voice-meta {
  display: grid;
  align-items: center;
  gap: 10px;
  grid-template-columns: 38px 1fr auto;
}

.avatar {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  background: var(--blue-deep);
  border-radius: 50%;
  place-items: center;
}

.voice-meta strong {
  font-size: 14px;
}

.voice-meta time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.voice-card > p {
  margin: 22px 0 0;
  padding-top: 19px;
  font-size: 14px;
  line-height: 1.9;
  border-top: 1px solid #d6dee4;
}

.download {
  padding: 94px 0;
  color: var(--white);
  background: var(--blue-deep);
}

.section-heading--light {
  border-color: rgba(255, 255, 255, 0.65);
}

.section-heading--light .eyebrow,
.section-heading--light > p {
  color: var(--white);
}

.download-ticket {
  position: relative;
  display: grid;
  min-height: 188px;
  overflow: hidden;
  color: var(--ink);
  background: var(--white);
  border: 2px solid var(--ink);
  grid-template-columns: 230px minmax(0, 1fr) 290px;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  z-index: 2;
  left: 212px;
  width: 30px;
  height: 30px;
  content: "";
  background: var(--blue-deep);
  border: 2px solid var(--ink);
  border-radius: 50%;
}

.download-ticket::before {
  top: -17px;
}

.download-ticket::after {
  bottom: -17px;
}

.download-ticket__number {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  flex-direction: column;
  color: var(--ink);
  background: var(--yellow);
  border-right: 2px dashed var(--ink);
}

.download-ticket__number strong {
  font-size: 72px;
  line-height: 0.95;
}

.download-ticket__number span {
  margin-top: 12px;
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.download-ticket__copy {
  display: flex;
  min-width: 0;
  padding: 34px 42px;
  flex-direction: column;
  justify-content: center;
}

.download-ticket__copy > p {
  margin-bottom: 4px;
  color: var(--blue-deep);
  font-family: Consolas, monospace;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.download-ticket__copy h3 {
  margin-bottom: 8px;
  font-size: 27px;
  line-height: 1.25;
  white-space: nowrap;
}

.download-ticket__copy > span {
  color: var(--muted);
  font-size: 13px;
}

.download-ticket__action {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  flex-direction: column;
  color: var(--white);
  background: var(--ink);
}

.download-ticket__action a {
  display: inline-flex;
  min-width: 180px;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
  background: var(--yellow);
  border: 2px solid var(--yellow);
}

.download-ticket__action a:hover,
.download-ticket__action a:focus-visible {
  color: var(--white);
  background: var(--blue-deep);
}

.download-ticket__action > span {
  margin-top: 10px;
  color: #cfdae2;
  font-size: 12px;
}

.site-footer {
  color: var(--white);
  background: #061b32;
}

.site-footer__inner {
  width: min(calc(100% - 40px), var(--container));
  margin: 0 auto;
  padding: 40px 0 22px;
}

.site-footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.brand--footer .brand__copy span {
  color: #b8cce0;
}

.footer-nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
}

.footer-nav a {
  font-size: 13px;
}

.footer-nav a:hover,
.footer-nav a:focus-visible {
  color: var(--yellow);
}

.site-footer__bottom {
  padding-top: 20px;
  text-align: center;
}

.site-footer__bottom p {
  margin-bottom: 0;
  color: #b8cce0;
  font-size: 12px;
}

.back-top {
  position: fixed;
  z-index: 90;
  right: 24px;
  bottom: 24px;
  display: grid;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background: var(--yellow);
  border: 2px solid var(--ink);
  place-items: center;
  transform: translateY(12px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.back-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-top:hover,
.back-top:focus-visible {
  background: var(--coral);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 3px;
}

@media (max-width: 1100px) {
  .hero__inner {
    width: min(calc(100% - 40px), var(--container));
    grid-template-columns: minmax(0, 61%) minmax(0, 39%);
  }

  .hero__copy {
    padding-right: 24px;
  }

  .hero h1 {
    font-size: clamp(38px, 4.15vw, 46px);
  }

  .hero__visual {
    padding-left: 18px;
  }

  .phone-shell {
    width: 270px;
    height: 566px;
  }

  .site-nav ul {
    gap: 22px;
  }

  .radar-board {
    grid-template-columns: 1fr;
  }

  .radar-lane:nth-child(4) {
    border-right: 0;
  }

  .radar-quote {
    min-height: 220px;
  }

  .radar-quote p {
    margin-top: 24px;
  }

  .download-ticket {
    grid-template-columns: 190px minmax(0, 1fr) 250px;
  }

  .download-ticket::before,
  .download-ticket::after {
    left: 172px;
  }
}

@media (max-width: 820px) {
  :root {
    --header-height: 66px;
  }

  body {
    padding-top: var(--header-height);
  }

  body.menu-open {
    touch-action: none;
  }

  .site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: var(--header-height);
    transform: none;
    will-change: auto;
  }

  .site-header__inner {
    width: calc(100% - 24px);
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  .brand__copy strong {
    font-size: 15px;
  }

  .brand__copy span {
    max-width: none;
    overflow: visible;
    font-size: 12px;
    text-overflow: clip;
    white-space: nowrap;
  }

  .mobile-actions {
    display: flex;
  }

  .site-nav {
    position: fixed;
    z-index: 99;
    top: var(--header-height);
    right: 0;
    left: 0;
    height: auto;
    padding: 0 12px 12px;
    visibility: hidden;
    background: var(--paper);
    border-bottom: 1px solid var(--ink);
  }

  .site-nav.is-open {
    visibility: visible;
  }

  .site-nav ul {
    display: grid;
    height: auto;
    gap: 0;
    background: var(--white);
    border: 1px solid var(--ink);
  }

  .site-nav li {
    display: block;
    border-bottom: 1px solid var(--line);
  }

  .site-nav li:last-child {
    border-bottom: 0;
  }

  .site-nav a {
    min-height: 48px;
    padding: 0 16px;
    font-size: 13px;
  }

  .site-nav a::after {
    display: none;
  }

  .hero__inner {
    width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
  }

  .hero__copy {
    align-items: center;
    padding: 60px 20px 52px;
    text-align: center;
  }

  .hero h1 {
    max-width: 620px;
    font-size: clamp(38px, 9vw, 54px);
    white-space: normal;
  }

  .hero__lead {
    max-width: 600px;
  }

  .hero__features {
    justify-content: center;
  }

  .hero__action {
    align-items: center;
  }

  .hero__visual {
    min-height: 620px;
    align-items: flex-end;
    justify-content: center;
    padding: 50px 20px 0;
  }

  .hero__coral {
    left: calc(50% - 184px);
  }

  .hero__issue {
    left: calc(50% - 188px);
  }

  .section {
    padding: 76px 0;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 32px;
  }

  .section-heading > p {
    max-width: 620px;
    text-align: left;
  }

  .radar-lanes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .radar-lane:nth-child(2) {
    border-right: 0;
  }

  .radar-lane:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .screen-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .voice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-ticket {
    grid-template-columns: 154px minmax(0, 1fr);
  }

  .download-ticket::before,
  .download-ticket::after {
    left: 136px;
  }

  .download-ticket__copy {
    padding: 30px;
  }

  .download-ticket__action {
    padding: 24px 30px 28px;
    grid-column: 2;
    background: var(--ink);
  }

  .download-ticket__number {
    grid-row: 1 / span 2;
  }

  .download-ticket__copy h3 {
    white-space: normal;
  }

  .site-footer__main {
    gap: 28px;
    flex-direction: column;
  }

  .footer-nav ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand__copy strong {
    font-size: 14px;
  }

  .mobile-download {
    padding: 10px 11px;
  }

  .menu-toggle {
    width: 38px;
    height: 38px;
  }

  .hero__copy {
    padding: 46px 18px 42px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .hero h1 {
    margin-bottom: 18px;
    font-size: 39px;
    line-height: 1.15;
  }

  .hero__lead {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .hero__features {
    gap: 10px 16px;
    margin-bottom: 28px;
  }

  .hero__features li {
    font-size: 12px;
  }

  .hero__visual {
    min-height: 574px;
    padding: 42px 12px 0;
  }

  .hero__issue {
    top: 144px;
    left: 14px;
    font-size: 48px;
  }

  .hero__coral {
    top: 28px;
    left: 18px;
    width: 42px;
    height: 42px;
  }

  .phone-shell {
    width: min(286px, calc(100vw - 56px));
    height: 548px;
    padding: 14px 11px 12px;
    border-radius: 36px 36px 0 0;
    box-shadow: 14px 15px 0 rgba(17, 24, 32, 0.16);
  }

  .phone-screen {
    border-radius: 24px 24px 0 0;
  }

  .phone-shell__speaker {
    top: 15px;
    width: 78px;
    height: 21px;
  }

  .phone-status {
    min-height: 30px;
  }

  .phone-feature {
    min-height: 98px;
    padding: 15px;
  }

  .phone-feature strong {
    font-size: 18px;
  }

  .phone-books {
    gap: 6px;
  }

  .section {
    padding: 60px 0;
  }

  .section-heading {
    margin-bottom: 26px;
    padding-bottom: 18px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .section-heading > p {
    font-size: 13px;
  }

  .radar-lane {
    min-height: 246px;
    padding: 22px 16px;
  }

  .radar-lane__number {
    margin-bottom: 18px;
    font-size: 29px;
  }

  .radar-lane strong {
    font-size: 17px;
  }

  .radar-lane p {
    min-height: 72px;
    font-size: 12px;
  }

  .radar-lane__line {
    right: 16px;
    left: 16px;
  }

  .radar-quote {
    min-height: 190px;
    padding: 26px 22px;
  }

  .radar-quote p {
    font-size: 19px;
  }

  .week-track {
    overflow-x: auto;
    grid-template-columns: repeat(7, 88px);
    scrollbar-width: thin;
  }

  .week-track::before {
    right: 44px;
    left: 44px;
  }

  .update-notes {
    grid-template-columns: 1fr;
  }

  .update-notes article {
    min-height: 0;
  }

  .screen-grid {
    gap: 10px;
  }

  .screen-grid figcaption {
    min-height: 58px;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 10px;
    flex-direction: column;
  }

  .screen-grid figcaption span,
  .screen-grid figcaption strong {
    font-size: 12px;
  }

  .faq-list summary {
    min-height: 68px;
    padding: 0 14px;
    gap: 10px;
    grid-template-columns: 28px 1fr 20px;
  }

  .faq-list summary strong,
  .official-disclosure summary strong {
    font-size: 13px;
  }

  .faq-list details > p {
    padding: 0 42px 21px 52px;
    font-size: 12px;
  }

  .official-disclosure summary {
    min-height: 70px;
    padding: 0 14px;
  }

  .official-answer {
    padding: 0 48px 22px;
  }

  .voice-grid {
    grid-template-columns: 1fr;
  }

  .voice-card {
    min-height: 0;
    padding: 22px 20px 24px;
  }

  .voice-meta {
    gap: 8px;
    grid-template-columns: 36px 1fr auto;
  }

  .voice-meta time {
    text-align: right;
  }

  .voice-card > p {
    font-size: 13px;
  }

  .download {
    padding: 60px 0;
  }

  .download-ticket {
    grid-template-columns: 1fr;
  }

  .download-ticket::before,
  .download-ticket::after {
    display: none;
  }

  .download-ticket__number {
    min-height: 126px;
    border-right: 0;
    border-bottom: 2px dashed var(--ink);
    grid-row: auto;
  }

  .download-ticket__number strong {
    font-size: 58px;
  }

  .download-ticket__copy {
    align-items: center;
    padding: 28px 20px 22px;
    text-align: center;
  }

  .download-ticket__copy h3 {
    font-size: 22px;
  }

  .download-ticket__action {
    padding: 20px 20px 26px;
    grid-column: auto;
  }

  .download-ticket__action a {
    width: 100%;
  }

  .site-footer__inner {
    width: calc(100% - 24px);
    padding-top: 34px;
  }

  .site-footer__main {
    text-align: center;
  }

  .brand--footer {
    justify-content: center;
  }

  .footer-nav ul {
    gap: 12px 18px;
  }

  .back-top {
    right: 12px;
    bottom: 12px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 370px) {
  .site-header__inner {
    width: calc(100% - 16px);
  }

  .brand {
    gap: 6px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .brand__copy strong {
    font-size: 13px;
  }

  .brand__copy span {
    font-size: 12px;
  }

  .mobile-download {
    padding: 9px 8px;
  }

  .menu-toggle {
    width: 36px;
    height: 36px;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero__features {
    gap: 8px 11px;
  }

  .phone-shell {
    width: 270px;
  }

  .radar-lane {
    min-height: 258px;
    padding-right: 13px;
    padding-left: 13px;
  }

  .voice-meta {
    grid-template-columns: 34px 1fr auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (hover: none), (pointer: coarse) {
  a,
  button,
  summary,
  .back-top {
    transition: none !important;
    animation: none !important;
  }

  a:active,
  button:active,
  summary:active {
    opacity: 1;
    filter: none;
    transform: none;
  }
}
