.media-page { background: #fffef8; }
.media-page .global-nav a[aria-current="page"] { border-color: var(--pink); }

.media-hero {
  min-height: 620px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 7vw;
  padding: 72px max(24px, 7vw) 86px;
  overflow: hidden;
  background: var(--blue);
  border-bottom: 3px solid var(--ink);
}
.media-hero h1 { margin: 0; font-size: clamp(2.8rem, 5vw, 5rem); line-height: 1.05; letter-spacing: -.05em; }
.media-hero h1 span { background: linear-gradient(transparent 66%, var(--yellow) 0); }
.media-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 26px 0; font-size: 1.08rem; font-weight: 700; }
.station-ticker { display: flex; flex-wrap: wrap; gap: 9px; }
.station-ticker span { padding: 7px 14px; border: 2px solid var(--ink); border-radius: 999px; background: #fff; font-weight: 900; box-shadow: 3px 3px 0 var(--ink); }

.media-hero-art { position: relative; min-height: 430px; }
.ticket { position: absolute; width: min(440px, 90%); min-height: 190px; padding: 34px; border: 4px solid var(--ink); border-radius: 30px; box-shadow: 12px 12px 0 var(--ink); }
.ticket small { display: block; font-weight: 900; letter-spacing: .14em; }
.ticket strong { display: block; margin-top: 8px; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: 1; }
.ticket b { position: absolute; right: 28px; bottom: 20px; font-size: 3.2rem; }
.ticket-pink { top: 18px; left: 0; background: var(--pink); transform: rotate(-5deg); }
.ticket-blue { right: 0; bottom: 20px; background: var(--yellow); transform: rotate(5deg); }
.round-sticker { position: absolute; z-index: 3; top: 142px; right: 8%; width: 112px; height: 112px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--green); font-size: 1.2rem; font-weight: 900; line-height: 1.15; text-align: center; transform: rotate(9deg); }

.choice-section { padding: 105px max(24px, 7vw) 120px; }
.line-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 1200px; margin: auto; }
.line-card { min-height: 390px; display: flex; flex-direction: column; padding: 30px; border: 3px solid var(--ink); border-radius: 32px; box-shadow: 9px 9px 0 var(--ink); transition: transform .2s, box-shadow .2s; }
.line-card:hover { transform: translate(4px, 4px) rotate(-1deg); box-shadow: 5px 5px 0 var(--ink); }
.line-card.metro { background: #fff0f4; }
.line-card.jr { background: #eaf9f4; }
.line-card.tokyu { background: #fff9dc; }
.line-card.odakyu { background: #eaf7fd; }
.line-card-top { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.line-logo { width: 64px; height: 64px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 20px; background: #fff; font-size: 1.4rem; font-weight: 900; }
.card-label { padding: 6px 13px; border-radius: 999px; background: var(--ink); color: #fff; font-size: .82rem; font-weight: 900; }
.line-card h2 { margin: 25px 0 6px; font-size: clamp(2.1rem, 4vw, 3.5rem); line-height: 1; }
.line-card p { margin: 10px 0 22px; font-weight: 700; }
.station-chips { display: flex; flex-wrap: wrap; gap: 7px; }
.station-chips span { padding: 4px 11px; border: 2px solid var(--ink); border-radius: 999px; background: rgba(255,255,255,.72); font-size: .85rem; font-weight: 900; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 24px; font-size: 1.05rem; }
.card-link i { width: 46px; height: 46px; display: grid; place-items: center; border: 2px solid var(--ink); border-radius: 50%; background: #fff; font-size: 1.4rem; font-style: normal; }

.help-section { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 7vw; padding: 100px max(24px, 9vw); background: var(--pink); border-top: 3px solid var(--ink); }
.help-copy h2 { margin: 0; font-size: clamp(2.3rem, 4.2vw, 4.2rem); line-height: 1.1; letter-spacing: -.04em; }
.help-copy > p:last-child { max-width: 650px; font-size: 1.05rem; font-weight: 700; }
.help-card { padding: 30px; border: 3px solid var(--ink); border-radius: 28px; background: #fff; box-shadow: 9px 9px 0 var(--ink); }
.help-card > span { display: inline-block; padding: 6px 13px; border-radius: 999px; background: var(--yellow); font-weight: 900; }
.help-card ul { margin: 22px 0 28px; padding-left: 1.4em; font-weight: 800; }
.help-card li + li { margin-top: 8px; }

@media (max-width: 900px) {
  .media-hero, .help-section { grid-template-columns: 1fr; }
  .media-hero-art { min-height: 400px; }
}
@media (max-width: 650px) {
  .media-hero { min-height: auto; padding: 50px 20px 65px; }
  .media-hero h1 { font-size: clamp(2.4rem, 12vw, 3.3rem); }
  .media-hero-art { min-height: 330px; }
  .ticket { min-height: 155px; padding: 25px; }
  .ticket strong { font-size: 2.7rem; }
  .ticket b { font-size: 2.4rem; }
  .round-sticker { top: 110px; width: 92px; height: 92px; font-size: 1rem; }
  .choice-section { padding: 75px 20px 90px; }
  .line-grid { grid-template-columns: 1fr; }
  .line-card { min-height: 350px; padding: 24px; }
  .help-section { padding: 75px 20px; }
}
