@charset "UTF-8";

/* 作者：搭客佬
   链接：https://www.nsmhpro.cn/ */

:root {
  --wine: #6b1730;
  --wine-dark: #3e1020;
  --coral: #d94f6d;
  --blush: #f8dbe1;
  --blush-soft: #fff4f5;
  --paper: #fffaf3;
  --paper-deep: #f6eee5;
  --ink: #171315;
  --muted: #6f6266;
  --line: #dccfd0;
  --yellow: #ffd525;
  --white: #ffffff;
  --header-height: 76px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

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

body.menu-open {
  overflow: hidden;
}

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

button,
summary {
  cursor: pointer;
}

button {
  color: inherit;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

.page-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

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

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: 0;
  height: var(--header-height);
  background: rgba(255, 250, 243, 0.98);
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

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

.brand img {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 50%;
}

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

.brand-copy strong {
  color: var(--wine);
  font-size: 19px;
  white-space: nowrap;
}

.brand-copy span {
  max-width: none;
  margin-top: 3px;
  overflow: visible;
  color: var(--muted);
  font-size: 12px;
  text-overflow: clip;
  white-space: nowrap;
}

.main-nav ul,
.footer-nav ul {
  display: flex;
  align-items: center;
}

.main-nav ul {
  gap: 34px;
}

.main-nav a {
  position: relative;
  display: block;
  padding: 26px 0 23px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

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

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--wine);
}

.main-nav a.is-active::after {
  background: var(--coral);
}

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

.mobile-download {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  color: var(--white);
  background: var(--wine);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.menu-toggle {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  background: transparent;
  border: 1px solid var(--wine);
}

.menu-toggle i,
.menu-toggle i::before,
.menu-toggle i::after {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  content: "";
  background: var(--wine);
}

.menu-toggle i {
  top: 19px;
}

.menu-toggle i::before {
  top: -7px;
  left: 0;
}

.menu-toggle i::after {
  top: 7px;
  left: 0;
}

.hero {
  position: relative;
  overflow: hidden;
  background-color: var(--blush-soft);
  background-image: radial-gradient(circle, rgba(107, 23, 48, 0.11) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  border-bottom: 1px solid var(--line);
}

.hero::before {
  position: absolute;
  top: 70px;
  left: -70px;
  width: 260px;
  height: 260px;
  content: "";
  border: 1px solid rgba(217, 79, 109, 0.22);
  border-radius: 50%;
}

.hero-inner {
  display: grid;
  min-height: 700px;
  align-items: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 68px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow,
.section-index {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-right: 10px;
  content: "";
  vertical-align: middle;
  background: var(--coral);
}

.hero h1 {
  margin-top: 20px;
  color: var(--wine);
  font-family: Georgia, "Microsoft YaHei", serif;
  font-size: clamp(76px, 7vw, 112px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 0.96;
  white-space: nowrap;
}

.hero-slogan {
  margin-top: 24px;
  color: var(--wine-dark);
  font-size: 32px;
  font-weight: 800;
  line-height: 1.35;
}

.hero-description {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 16px;
}

.hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}

.hero-points li {
  display: inline-flex;
  align-items: center;
  color: var(--wine-dark);
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
}

.hero-points i,
.hero-download i,
.phone-titlebar i,
.phone-search i,
.official-site i,
.review-card .i-avatar,
.ticket-action i,
.back-to-top i {
  display: inline-block;
  flex: 0 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.i-radar {
  width: 19px;
  height: 19px;
  background-image: url("../icons/radar.svg");
}

.i-bookmark {
  width: 18px;
  height: 18px;
  background-image: url("../icons/bookmark.svg");
}

.i-calendar {
  width: 18px;
  height: 18px;
  background-image: url("../icons/calendar.svg");
}

.hero-download {
  display: inline-flex;
  min-width: 215px;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  padding: 0 28px;
  color: var(--white);
  background: var(--wine);
  border: 1px solid var(--wine);
  font-size: 17px;
  font-weight: 800;
  gap: 12px;
}

.hero-download:hover {
  color: var(--wine);
  background: var(--yellow);
}

.hero-download:hover .i-download-light {
  background-image: url("../icons/download-dark.svg");
}

.i-download-light {
  width: 20px;
  height: 20px;
  background-image: url("../icons/download-light.svg");
}

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

.hero-device {
  position: relative;
  display: flex;
  min-height: 620px;
  align-items: center;
  justify-content: flex-end;
}

.hero-device::before {
  position: absolute;
  top: 50%;
  right: 26px;
  width: 390px;
  height: 390px;
  content: "";
  transform: translateY(-50%);
  background: var(--blush);
  border-radius: 50%;
}

.edition-mark {
  position: absolute;
  z-index: 2;
  top: 150px;
  left: 0;
  display: flex;
  width: 118px;
  height: 118px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--wine);
  background: var(--yellow);
  border: 2px solid var(--ink);
  box-shadow: 8px 8px 0 var(--wine);
}

.edition-mark strong {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1;
}

.edition-mark span {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.phone-shell {
  position: relative;
  z-index: 3;
  width: 324px;
  height: 612px;
  padding: 14px;
  overflow: hidden;
  background: var(--ink);
  border: 3px solid var(--ink);
  border-radius: 42px;
  box-shadow: 20px 24px 0 rgba(107, 23, 48, 0.14);
}

.phone-speaker {
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 50%;
  width: 102px;
  height: 25px;
  transform: translateX(-50%);
  background: var(--ink);
  border-radius: 0 0 15px 15px;
}

.phone-screen {
  position: relative;
  height: 100%;
  padding: 18px 16px 56px;
  overflow: hidden;
  background: var(--white);
  border-radius: 28px;
}

.phone-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 800;
}

.phone-signal {
  font-size: 12px;
  letter-spacing: 1px;
}

.phone-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 18px;
}

.phone-titlebar strong {
  color: var(--wine);
  font-size: 21px;
}

.phone-titlebar button {
  width: 32px;
  height: 32px;
  padding: 7px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.i-search {
  width: 16px;
  height: 16px;
  background-image: url("../icons/search.svg");
}

.phone-search {
  display: flex;
  height: 38px;
  align-items: center;
  margin-top: 14px;
  padding: 0 12px;
  color: var(--muted);
  background: #f5eff1;
  border-radius: 20px;
  gap: 8px;
}

.phone-search input {
  min-width: 0;
  flex: 1;
  color: var(--ink);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 12px;
}

.phone-tabs {
  display: grid;
  margin-top: 14px;
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
}

.phone-tabs button {
  position: relative;
  padding: 8px 2px;
  background: transparent;
  border: 0;
  font-size: 12px;
}

.phone-tabs button.is-active {
  color: var(--coral);
  font-weight: 800;
}

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

.phone-featured {
  position: relative;
  height: 132px;
  margin-top: 14px;
  overflow: hidden;
  background: var(--wine-dark);
  border-radius: 10px;
}

.phone-featured img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
  background: var(--blush);
}

.phone-featured::after {
  position: absolute;
  inset: 0 34% 0 0;
  content: "";
  background: linear-gradient(90deg, var(--wine-dark) 60%, transparent);
}

.phone-featured div {
  position: absolute;
  z-index: 2;
  top: 22px;
  left: 16px;
  display: flex;
  width: 145px;
  flex-direction: column;
  color: var(--white);
}

.phone-featured span,
.phone-featured small {
  font-size: 12px;
}

.phone-featured strong {
  margin: 5px 0;
  font-size: 18px;
  line-height: 1.3;
}

.phone-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
  font-size: 12px;
}

.phone-list-head strong {
  font-size: 14px;
}

.phone-list-head span {
  color: var(--coral);
}

.phone-covers {
  display: grid;
  margin-top: 9px;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

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

.phone-covers img {
  width: 100%;
  height: 92px;
  object-fit: contain;
  background: var(--blush-soft);
  border-radius: 6px;
}

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

.phone-covers strong {
  margin-top: 5px;
  font-size: 12px;
}

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

.phone-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  height: 50px;
  align-items: center;
  background: var(--white);
  border-top: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}

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

.phone-bottom span.is-active {
  color: var(--coral);
  font-weight: 800;
}

.section-space {
  padding: 92px 0;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 40px;
}

.section-heading h2 {
  margin-top: 8px;
  color: var(--wine-dark);
  font-size: 46px;
  line-height: 1.15;
}

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

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

.radar-board {
  display: grid;
  min-height: 390px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  grid-template-columns: 0.9fr 0.8fr 1.3fr;
}

.taste-panel,
.radar-visual,
.recommend-panel {
  padding: 34px;
}

.radar-visual,
.recommend-panel {
  border-left: 1px solid var(--line);
}

.panel-label {
  color: var(--wine);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.taste-options {
  display: grid;
  margin-top: 25px;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.taste-options button {
  min-height: 44px;
  padding: 0 12px;
  background: var(--blush-soft);
  border: 1px solid transparent;
  border-radius: 22px;
  font-size: 13px;
}

.taste-options button:hover,
.taste-options button.is-active {
  color: var(--white);
  background: var(--coral);
}

.taste-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.taste-summary span {
  color: var(--muted);
  font-size: 12px;
}

.taste-summary strong {
  color: var(--wine);
  font-size: 13px;
}

.radar-visual {
  position: relative;
  display: flex;
  min-height: 390px;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle, rgba(107, 23, 48, 0.12) 1px, transparent 1px);
  background-size: 15px 15px;
}

.radar-visual::before,
.radar-visual::after {
  position: absolute;
  width: 225px;
  height: 225px;
  content: "";
  transform: rotate(45deg);
  border: 1px solid var(--line);
}

.radar-visual::after {
  width: 145px;
  height: 145px;
}

.radar-shape {
  position: relative;
  z-index: 2;
  width: 160px;
  height: 160px;
  transform: rotate(30deg);
  background: rgba(217, 79, 109, 0.3);
  border: 2px solid var(--coral);
  clip-path: polygon(50% 0, 92% 23%, 88% 72%, 50% 100%, 10% 78%, 6% 25%);
}

.radar-visual > strong {
  position: absolute;
  z-index: 3;
  padding: 8px 12px;
  color: var(--wine);
  background: var(--yellow);
  font-size: 13px;
}

.axis {
  position: absolute;
  z-index: 4;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
}

.axis-top {
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.axis-right-top {
  top: 95px;
  right: 25px;
}

.axis-right-bottom {
  right: 25px;
  bottom: 95px;
}

.axis-bottom {
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
}

.axis-left-bottom {
  bottom: 95px;
  left: 25px;
}

.axis-left-top {
  top: 95px;
  left: 25px;
}

.recommend-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.refresh-recommend {
  padding: 4px 0;
  color: var(--coral);
  background: transparent;
  border: 0;
  font-size: 12px;
  font-weight: 700;
}

.recommend-list {
  margin-top: 19px;
}

.recommend-item {
  display: grid;
  align-items: center;
  padding: 13px 0;
  border-top: 1px solid var(--line);
  grid-template-columns: 58px 1fr auto;
  gap: 14px;
}

.recommend-item img {
  width: 58px;
  height: 76px;
  object-fit: contain;
  background: var(--blush-soft);
}

.recommend-item h3 {
  font-size: 15px;
  line-height: 1.4;
}

.recommend-item p,
.recommend-item span {
  color: var(--muted);
  font-size: 12px;
}

.collect-button,
.remind-button {
  min-width: 62px;
  min-height: 34px;
  padding: 0 12px;
  color: var(--wine);
  background: var(--white);
  border: 1px solid var(--wine);
  font-size: 12px;
  font-weight: 700;
}

.collect-button[aria-pressed="true"],
.remind-button.is-active,
.remind-button[aria-pressed="true"] {
  color: var(--white);
  background: var(--wine);
}

.calendar-section {
  background: var(--blush-soft);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.calendar-layout {
  display: grid;
  background: var(--white);
  border: 1px solid var(--line);
  grid-template-columns: 180px 1fr;
}

.date-strip {
  display: grid;
  padding: 18px;
  background: var(--wine-dark);
  gap: 6px;
}

.date-strip button {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--white);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.17);
}

.date-strip button span {
  font-size: 12px;
}

.date-strip button strong {
  font-family: Georgia, serif;
  font-size: 20px;
}

.date-strip button:hover,
.date-strip button.is-active {
  color: var(--wine-dark);
  background: var(--yellow);
  border-color: var(--yellow);
}

.update-cards {
  display: grid;
  padding: 30px;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.update-cards article {
  position: relative;
  display: grid;
  min-height: 205px;
  align-items: start;
  padding: 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  grid-template-columns: 82px 1fr;
  gap: 14px;
}

.update-cards img {
  width: 82px;
  height: 108px;
  object-fit: contain;
  background: var(--blush-soft);
}

.update-cards article > div > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 700;
}

.update-cards h3 {
  margin-top: 7px;
  font-size: 16px;
  line-height: 1.35;
}

.update-cards p {
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}

.update-cards .remind-button {
  position: absolute;
  right: 18px;
  bottom: 18px;
}

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

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

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

.screen-window {
  display: flex;
  width: 100%;
  aspect-ratio: 9 / 16;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--blush-soft);
}

.screen-window img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.screen-grid figcaption {
  display: grid;
  min-height: 82px;
  align-items: center;
  padding: 15px 16px;
  border-top: 1px solid var(--line);
  grid-template-columns: auto 1fr;
  gap: 2px 12px;
}

.screen-grid figcaption span {
  color: var(--coral);
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 800;
  grid-row: 1 / 3;
}

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

.screen-grid figcaption small {
  color: var(--muted);
  font-size: 12px;
}

.faq-section {
  background: var(--paper-deep);
  border-top: 1px solid var(--line);
}

.faq-list {
  width: 100%;
  background: var(--white);
  border-top: 2px solid var(--wine);
}

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

.faq-list summary {
  display: grid;
  min-height: 72px;
  align-items: center;
  padding: 0 24px;
  list-style: none;
  grid-template-columns: 50px 1fr 24px;
}

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

.faq-list summary > span {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
}

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

.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: 8px;
  left: 1px;
  width: 16px;
  height: 1px;
  content: "";
  background: var(--wine-dark);
}

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

.faq-list details[open] summary i::after,
.official-site[open] .official-toggle::after {
  transform: rotate(0);
}

.faq-list details > p {
  padding: 0 24px 22px 74px;
  color: var(--muted);
  font-size: 14px;
}

.official-site {
  width: 100%;
  margin-top: 22px;
  background: var(--wine-dark);
  border: 1px solid var(--wine-dark);
}

.official-site summary {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  color: var(--white);
  list-style: none;
}

.official-site summary > span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.official-site summary strong {
  font-size: 15px;
}

.i-globe {
  width: 20px;
  height: 20px;
  background-image: url("../icons/globe-light.svg");
}

.official-site .official-toggle::before,
.official-site .official-toggle::after {
  background: var(--white);
}

.official-site p {
  padding: 0 24px 20px 56px;
  color: var(--blush);
  font-size: 14px;
}

.official-site p a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.reviews-section {
  background: var(--blush-soft);
  border-top: 1px solid var(--line);
}

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

.review-card {
  display: flex;
  min-height: 255px;
  padding: 24px;
  flex-direction: column;
  background: var(--white);
  border-top: 4px solid var(--coral);
  box-shadow: 0 10px 24px rgba(62, 16, 32, 0.06);
}

.review-card:nth-child(2n) {
  border-top-color: var(--wine);
}

.review-user {
  display: grid;
  align-items: center;
  grid-template-columns: 42px 1fr auto;
  gap: 10px;
}

.avatar {
  display: flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: var(--blush);
  border-radius: 50%;
}

.i-avatar {
  width: 22px;
  height: 22px;
  background-image: url("../icons/avatar.svg");
}

.review-user strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.review-rating {
  color: #e39a00;
  font-size: 13px;
  white-space: nowrap;
}

.review-rating .fa,
.review-rating i {
  margin-left: 2px;
  color: #e39a00;
  font-style: normal;
}

.review-rating .fa-star::before {
  content: "★";
}

.review-rating .fa-star-o::before {
  content: "☆";
}

.review-card > p {
  margin-top: 22px;
  color: #342a2d;
  font-size: 14px;
}

.review-card time {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--muted);
  font-size: 12px;
  text-align: right;
}

.download-section {
  padding: 72px 0;
  background: var(--wine-dark);
}

.download-ticket {
  position: relative;
  display: grid;
  min-height: 190px;
  overflow: hidden;
  background: var(--paper);
  border: 1px solid var(--blush);
  grid-template-columns: 210px 1fr 250px;
}

.download-ticket::before,
.download-ticket::after {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 28px;
  height: 28px;
  content: "";
  transform: translateY(-50%);
  background: var(--wine-dark);
  border-radius: 50%;
}

.download-ticket::before {
  left: -14px;
}

.download-ticket::after {
  right: -14px;
}

.ticket-stub {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--wine-dark);
  background: var(--yellow);
  border-right: 1px dashed var(--wine);
}

.ticket-stub span {
  font-family: Georgia, serif;
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.ticket-stub strong {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.16em;
}

.ticket-stub small {
  margin-top: 5px;
  font-size: 12px;
}

.ticket-copy {
  display: flex;
  justify-content: center;
  padding: 34px 44px;
  flex-direction: column;
}

.ticket-copy > p {
  color: var(--coral);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.ticket-copy h2 {
  margin-top: 8px;
  color: var(--wine-dark);
  font-size: 34px;
  line-height: 1.25;
}

.ticket-copy > span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
}

.ticket-action {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  background: var(--coral);
  border-left: 1px dashed var(--wine);
  font-size: 20px;
  font-weight: 800;
  gap: 14px;
}

.ticket-action:hover {
  color: var(--wine-dark);
  background: var(--yellow);
}

.i-arrow {
  width: 22px;
  height: 22px;
  background-image: url("../icons/arrow-light.svg");
}

.ticket-action:hover .i-arrow {
  background-image: url("../icons/arrow-dark.svg");
}

.site-footer {
  color: var(--white);
  background: var(--wine);
}

.footer-inner {
  display: flex;
  min-height: 126px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-brand .brand-copy strong {
  color: var(--white);
}

.footer-brand .brand-copy span {
  color: rgba(255, 255, 255, 0.72);
}

.footer-nav ul {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 24px;
}

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

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

.footer-copyright {
  padding: 18px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.62);
  text-align: center;
}

.footer-copyright p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.back-to-top {
  position: fixed;
  z-index: 900;
  right: 24px;
  bottom: 24px;
  display: none;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: var(--white);
  background: var(--wine);
  border: 2px solid var(--yellow);
}

.back-to-top.is-visible {
  display: flex;
}

.i-top {
  width: 20px;
  height: 20px;
  background-image: url("../icons/top.svg");
}

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

@media (max-width: 1024px) {
  .main-nav ul {
    gap: 20px;
  }

  .hero-inner {
    gap: 30px;
  }

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

  .hero-slogan {
    font-size: 27px;
  }

  .edition-mark {
    left: -20px;
  }

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

  .recommend-panel {
    border-top: 1px solid var(--line);
    border-left: 0;
    grid-column: 1 / -1;
  }

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

  .recommend-item {
    grid-template-columns: 58px 1fr;
  }

  .recommend-item .collect-button {
    grid-column: 1 / -1;
  }

  .calendar-layout {
    grid-template-columns: 150px 1fr;
  }

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

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

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

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

  .page-shell {
    width: min(100% - 28px, 1200px);
  }

  .site-header {
    height: var(--header-height);
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy span {
    font-size: 12px;
  }

  .mobile-actions {
    display: flex;
  }

  .main-nav {
    position: fixed;
    z-index: 999;
    top: var(--header-height);
    right: 0;
    left: 0;
    display: none;
    max-height: calc(100vh - var(--header-height));
    overflow-y: auto;
    background: var(--paper);
    border-top: 1px solid var(--line);
    border-bottom: 2px solid var(--wine);
  }

  .main-nav.is-open {
    display: block;
  }

  .main-nav ul {
    display: block;
    width: min(100% - 28px, 1200px);
    margin: 0 auto;
  }

  .main-nav li + li {
    border-top: 1px solid var(--line);
  }

  .main-nav a {
    padding: 16px 4px;
    font-size: 14px;
  }

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

  .hero-inner {
    min-height: auto;
    padding: 64px 0 70px;
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .hero-copy {
    text-align: center;
  }

  .eyebrow::before {
    display: none;
  }

  .hero h1 {
    margin-top: 14px;
    font-size: clamp(56px, 18vw, 84px);
    letter-spacing: -0.06em;
    white-space: normal;
  }

  .hero-slogan {
    margin-top: 18px;
    font-size: 25px;
  }

  .hero-description {
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
  }

  .hero-points {
    justify-content: center;
    gap: 14px;
  }

  .hero-download {
    min-width: 200px;
  }

  .update-label {
    text-align: center;
  }

  .hero-device {
    min-height: 560px;
    justify-content: center;
  }

  .hero-device::before {
    right: 50%;
    width: 340px;
    height: 340px;
    transform: translate(50%, -50%);
  }

  .edition-mark {
    top: 40px;
    left: calc(50% - 186px);
    width: 92px;
    height: 92px;
  }

  .edition-mark strong {
    font-size: 36px;
  }

  .phone-shell {
    width: 294px;
    height: 556px;
  }

  .section-space {
    padding: 68px 0;
  }

  .section-heading {
    display: block;
    margin-bottom: 28px;
  }

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

  .section-heading > p {
    max-width: none;
    margin-top: 12px;
    text-align: left;
  }

  .radar-board {
    display: block;
  }

  .radar-visual,
  .recommend-panel {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .recommend-list {
    display: block;
  }

  .recommend-item {
    grid-template-columns: 58px 1fr auto;
  }

  .recommend-item .collect-button {
    grid-column: auto;
  }

  .calendar-layout {
    display: block;
  }

  .date-strip {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(7, 1fr);
    gap: 3px;
  }

  .date-strip button {
    min-width: 0;
    min-height: 58px;
    justify-content: center;
    padding: 5px 2px;
    flex-direction: column;
  }

  .date-strip button strong {
    font-size: 16px;
  }

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

  .update-cards article {
    min-height: 160px;
    grid-template-columns: 82px 1fr;
  }

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

  .faq-list summary {
    min-height: 68px;
    padding: 0 16px;
    grid-template-columns: 36px 1fr 20px;
  }

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

  .faq-list details > p {
    padding: 0 16px 20px 52px;
    font-size: 13px;
  }

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

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

  .ticket-action {
    min-height: 78px;
    border-top: 1px dashed var(--wine);
    border-left: 0;
    grid-column: 1 / -1;
  }

  .ticket-copy {
    padding: 28px;
  }

  .ticket-copy h2 {
    font-size: 28px;
  }

  .footer-inner {
    min-height: 160px;
    justify-content: center;
    padding: 30px 0;
    flex-direction: column;
    text-align: center;
  }

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

@media (max-width: 520px) {
  .page-shell {
    width: calc(100% - 24px);
  }

  .header-inner {
    gap: 8px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy span {
    max-width: 112px;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.15;
  }

  .mobile-download {
    min-height: 40px;
    padding: 0 12px;
    font-size: 12px;
  }

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

  .menu-toggle i {
    top: 18px;
    left: 9px;
  }

  .hero-inner {
    padding-top: 48px;
  }

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

  .hero-slogan {
    font-size: 22px;
  }

  .hero-description {
    font-size: 13px;
  }

  .hero-points {
    display: grid;
    grid-template-columns: repeat(3, auto);
    gap: 8px;
  }

  .hero-points li {
    justify-content: center;
    font-size: 12px;
  }

  .hero-device {
    min-height: 518px;
  }

  .phone-shell {
    width: 270px;
    height: 510px;
    padding: 11px;
    border-radius: 36px;
  }

  .phone-screen {
    padding: 17px 13px 52px;
    border-radius: 24px;
  }

  .phone-featured {
    height: 110px;
  }

  .phone-featured div {
    top: 16px;
  }

  .phone-covers img {
    height: 72px;
  }

  .edition-mark {
    left: 0;
    width: 78px;
    height: 78px;
  }

  .edition-mark strong {
    font-size: 30px;
  }

  .edition-mark span {
    font-size: 12px;
    letter-spacing: 0;
  }

  .section-space {
    padding: 56px 0;
  }

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

  .taste-panel,
  .radar-visual,
  .recommend-panel {
    padding: 24px 18px;
  }

  .radar-visual {
    min-height: 330px;
  }

  .recommend-item {
    grid-template-columns: 54px 1fr;
  }

  .recommend-item img {
    width: 54px;
    height: 72px;
  }

  .recommend-item .collect-button {
    width: 100%;
    grid-column: 1 / -1;
  }

  .date-strip {
    padding: 10px;
  }

  .date-strip button span {
    writing-mode: vertical-rl;
  }

  .update-cards {
    padding: 16px;
  }

  .update-cards article {
    grid-template-columns: 72px 1fr;
  }

  .update-cards img {
    width: 72px;
    height: 96px;
  }

  .screen-grid {
    gap: 12px;
  }

  .screen-grid figcaption {
    min-height: 86px;
    padding: 12px 10px;
    grid-template-columns: auto 1fr;
    gap: 2px 7px;
  }

  .screen-grid figcaption span {
    font-size: 18px;
  }

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

  .screen-grid figcaption small {
    font-size: 12px;
  }

  .official-site summary {
    padding: 0 16px;
  }

  .official-site p {
    padding: 0 16px 18px 48px;
  }

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

  .review-card {
    min-height: 230px;
  }

  .download-section {
    padding: 52px 0;
  }

  .download-ticket {
    display: block;
  }

  .ticket-stub {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px dashed var(--wine);
  }

  .ticket-stub span {
    font-size: 42px;
  }

  .ticket-copy {
    padding: 26px 20px;
    text-align: center;
  }

  .ticket-copy h2 {
    font-size: 27px;
  }

  .ticket-action {
    min-height: 72px;
  }

  .footer-nav ul {
    gap: 14px;
  }

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

@media (hover: none) and (pointer: coarse) {
  a,
  button,
  summary {
    transition: none !important;
  }

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