/*
 * Riho Trip Book
 * do-smoothie の立体スクロールを土台に、旅の時刻・移動・余白へ再編集する。
 */
:root {
  --cream: #f7f2e8;
  --ink: #16434a;
  --yellow: #f5dc65;
  --pink: #ef89aa;
  --orange: #f3ad55;
  --green: #79bd88;
}

body { background: var(--cream); color: var(--ink); }
.past-story .site-header { background: rgba(247,242,232,.94); }

/* Header */
.trip-brand { display: inline-flex; align-items: center; gap: 9px; font-size: 14px; letter-spacing: -.03em; }
.trip-brand-r { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 25px; transform: rotate(-8deg); }
.trip-ticket-button { background: var(--ink); }
.trip-ticket-dots { display: flex; gap: 3px; }
.trip-ticket-dots i { width: 6px; height: 6px; border-radius: 50%; background: var(--pink); }
.trip-ticket-dots i:nth-child(2) { background: var(--green); }
.trip-ticket-dots i:nth-child(3) { background: var(--yellow); }
.trip-menu-ticket { color: var(--cream); background: var(--ink); }

/* Three portraits carry the trip from departure, through Hiroshima, to the live. */
.js #flavor-story { height: 520svh; }
.hero-copy { top: 34%; bottom: auto; max-width: 310px; }
.hero-copy .eyebrow { display: block; margin-bottom: 14px; font-size: 9px; }
.hero-copy h1 { font-size: clamp(35px,4vw,66px); line-height: 1.32; letter-spacing: -.08em; }
.hero-intro { margin-top: 18px; font-size: 12px; line-height: 1.9; }
.stage-edition { top: 13%; bottom: auto; left: 50%; right: auto; transform: translateX(-50%); }
.flavor-word,
.mango .flavor-word,
.kiwi .flavor-word,
.banana .flavor-word { top: 21%; font-size: clamp(95px,15vw,260px); letter-spacing: -.075em; transform: translate3d(calc(-50% + var(--word-x)),0,0) scaleY(1.12); }
.mango .flavor-word { font-size: clamp(80px,13.3vw,230px); }
.kiwi .flavor-word { font-size: clamp(62px,10.5vw,180px); }
.banana .flavor-word { font-size: clamp(68px,12vw,210px); }
.figurine {
  height: 75%;
  bottom: 10%;
  transform: translate3d(calc(-50% + var(--figure-x, 0px)),var(--figure-y, 0px),0) scale(var(--figure-scale, 1)) !important;
}
.scene-poster { opacity: 1 !important; }
canvas.scene-video.scene-alpha { display: none; }
.trip-person-art { top: 0; right: 0; width: 100%; height: 100%; object-fit: contain; object-position: center bottom; mix-blend-mode: normal; filter: drop-shadow(0 22px 16px rgba(22,67,74,.2)) !important; }
.trip-person-man { object-position: 54% bottom; }
.trip-person-couple { object-position: 50% bottom; }
.flavor-caption { top: auto; bottom: 17%; max-width: 340px; }
.flavor-caption h2 { font-size: clamp(36px,3.7vw,58px); }
.flavor-caption h2 span { display: block; margin: 11px 0 0; font-size: 11px; }
.flavor-caption p { max-width: 30em; }
.flavor-sign { display: block; top: 21%; right: var(--space); font-size: clamp(22px,2.3vw,37px); color: var(--ink); }

.scene-ticket-card {
  left: 0;
  bottom: 2%;
  width: 32%;
  height: auto;
  aspect-ratio: 3 / 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 22px 15px;
  color: var(--ink);
  background: #fffdf6;
  border: 2px solid currentColor;
  box-shadow: 10px 12px 0 rgba(22,67,74,.18);
  filter: none !important;
  mix-blend-mode: normal;
  text-align: center;
}
.scene-ticket-card::before { content: ""; position: absolute; top: -13px; left: 50%; width: 82px; height: 28px; transform: translateX(-50%) rotate(2deg); background: rgba(255,241,162,.86); }
.scene-ticket-card small { position: relative; font: 700 7px/1 var(--english-font); letter-spacing: .08em; }
.scene-ticket-card strong { position: relative; margin: 17px 0 13px; font: 800 clamp(16px,2vw,28px)/.95 var(--english-font); letter-spacing: -.06em; }
.scene-ticket-card span { position: relative; font: 700 8px/1.6 var(--english-font); }
.live-ticket-card { background: #ffe3ed; }

.scene-foreground.trip-transition {
  top: 50%;
  width: min(118vw,1550px);
  height: min(74vw,900px);
  display: block;
  background: transparent;
  filter: drop-shadow(0 28px 20px rgba(22,67,74,.22));
  transform: translate3d(calc(-50% + var(--sweep-x,0px)),-50%,0) rotate(var(--sweep-rotate,0deg)) scale(var(--sweep-scale,1));
}
.trip-transition svg { display: block; width: 100%; height: 100%; overflow: visible; }
.transition-plane svg { transform: scaleX(-1) rotate(-5deg); }
.plane-body { fill: #fff8e9; stroke: var(--ink); stroke-width: 8; stroke-linejoin: round; }
.plane-detail { fill: none; stroke: var(--pink); stroke-width: 13; stroke-linecap: round; stroke-linejoin: round; }
.plane-window { fill: none; stroke: var(--ink); stroke-width: 12; stroke-linecap: round; }
.plane-contrail { fill: none; stroke: rgba(22,67,74,.55); stroke-width: 9; stroke-linecap: round; stroke-dasharray: 3 22; }
.transition-music { width: min(105vw,1350px) !important; height: min(78vw,930px) !important; }
.music-staff { fill: none; stroke: rgba(22,67,74,.36); stroke-width: 8; stroke-linecap: round; }
.music-clef { fill: #fff8e9; stroke: var(--ink); stroke-width: 2; paint-order: stroke fill; font-family: Georgia,"Times New Roman",serif; font-size: 475px; font-weight: 500; }
.music-heart { fill: var(--pink); stroke: var(--ink); stroke-width: 4; paint-order: stroke fill; font-family: Georgia,serif; font-size: 150px; font-weight: 700; }
.heart-two { fill: #fff8e9; font-size: 205px; }
.heart-three { font-size: 112px; }
.music-spark { fill: none; stroke: var(--ink); stroke-width: 8; stroke-linecap: round; }
.asset-note { position: absolute; z-index: 30; left: var(--space); top: calc(var(--header-height) + 8px); padding: 6px 9px; border: 1px dashed currentColor; font: 700 7px/1 var(--english-font); letter-spacing: .08em; }

/* Five-day timetable */
.trip-schedule { padding-bottom: 120px; }
.trip-schedule .section-heading > p b { margin-right: 8px; }
.status-pill { display: inline-block; width: max-content; padding: 7px 11px; border: 1px solid currentColor; border-radius: 99px; font: 700 8px/1 var(--body-font); white-space: nowrap; }
.status-pill.fixed { color: var(--cream); background: var(--ink); border-color: var(--ink); }
.status-pill.mixed { background: rgba(255,255,255,.55); }
.status-pill.draft { border-style: dashed; }
.later-key { display: inline-block; margin: 7px 7px 0 0; padding: 5px 9px; border: 1px dashed currentColor; font-size: 9px; line-height: 1; }
.stay-plan { display: grid; grid-template-columns: minmax(0,1fr) auto minmax(0,1fr); align-items: center; gap: 28px; margin: 76px 4% 0; }
.stay-tag { position: relative; min-height: 220px; padding: 32px 34px 28px; border: 1.5px solid var(--ink); background: #f6d4df; box-shadow: 10px 12px 0 rgba(22,67,74,.13); transform: rotate(-1.2deg); }
.stay-tag::before, .stay-tag::after { content: ""; position: absolute; top: 50%; width: 26px; height: 26px; margin-top: -13px; border: 1.5px solid var(--ink); border-radius: 50%; background: var(--cream); }
.stay-tag::before { left: -14px; }
.stay-tag::after { right: -14px; }
.stay-tag-airport { background: #f6e49a; transform: rotate(1.2deg); }
.stay-tag small { font: 700 8px/1 var(--english-font); letter-spacing: .09em; }
.stay-code { display: block; margin-top: 30px; font: 800 clamp(39px,5vw,75px)/.8 var(--english-font); letter-spacing: -.08em; }
.stay-tag h3 { margin-top: 18px; font-size: clamp(18px,2vw,28px); letter-spacing: -.05em; }
.stay-tag p { margin-top: 9px; font-size: 10px; line-height: 1.7; }
.stay-transfer { font: 800 9px/1.6 var(--english-font); text-align: center; transform: rotate(-4deg); }
.rental-plan { display: grid; grid-template-columns: minmax(130px,.46fr) 1fr 1.25fr; align-items: stretch; margin: 44px 8% 0; border: 1.5px solid var(--ink); background: #d9ebd3; box-shadow: 9px 11px 0 rgba(22,67,74,.16); transform: rotate(.65deg); }
.rental-plan-mark { display: flex; flex-direction: column; justify-content: center; padding: 24px; color: var(--cream); background: var(--ink); }
.rental-plan-mark small, .rental-plan-shop > small, .rental-plan-times small { font: 700 7px/1 var(--english-font); letter-spacing: .1em; }
.rental-plan-mark strong { margin-top: 12px; font: 800 clamp(42px,5vw,73px)/.75 var(--english-font); letter-spacing: -.08em; }
.rental-plan-mark span { margin-top: 9px; font: 800 12px/1 var(--english-font); letter-spacing: .12em; }
.rental-plan-shop { padding: 25px 30px; border-right: 1.5px dashed var(--ink); }
.rental-plan-shop h3 { margin: 14px 0 16px; font-size: clamp(17px,2vw,26px); line-height: 1.25; letter-spacing: -.05em; }
.rental-plan-times { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 19px; padding: 25px 30px; }
.rental-plan-times div { display: flex; flex-direction: column; gap: 10px; }
.rental-plan-times time { font: 800 clamp(13px,1.5vw,20px)/1.15 var(--english-font); }
.rental-plan-times time strong { font-size: 1.7em; letter-spacing: -.05em; }
.rental-plan-times i { font: 800 24px/1 var(--english-font); font-style: normal; }
.trip-days { display: grid; gap: 34px; margin-top: 80px; }
.trip-day { --day:#ef89a1; position: relative; overflow: hidden; border: 1.5px solid var(--ink); background: #fffdf7; }
.trip-day-island { --day:#f3ad55; margin-left: 4%; }
.trip-day-city { --day:#79bd88; margin-right: 4%; }
.trip-day-live { --day:#ef89aa; margin-left: 2%; box-shadow: 18px 20px 0 var(--ink); }
.trip-day-home { --day:#f5dc65; margin-right: 2%; }
.trip-day > header { position: relative; z-index: 2; display: grid; grid-template-columns: 122px 1fr auto; align-items: center; gap: 30px; min-height: 130px; padding: 20px 34px; background: var(--day); border-bottom: 1.5px solid var(--ink); }
.trip-day-number { font: 800 82px/.8 var(--english-font); letter-spacing: -.08em; }
.trip-day header small { font: 700 8px/1 var(--english-font); letter-spacing: .1em; }
.trip-day h3 { margin-top: 9px; font: 800 clamp(25px,3vw,42px)/1.2 var(--body-font); letter-spacing: -.06em; }
.trip-day-body { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 6vw; padding: clamp(35px,5vw,72px); }
.trip-day ol { list-style: none; margin: 0; padding: 0; }
.trip-day li { position: relative; display: grid; grid-template-columns: 74px 1fr; gap: 25px; padding-bottom: 31px; }
.trip-day li::before { content: ""; position: absolute; left: 82px; top: 5px; width: 10px; height: 10px; border: 2px solid var(--ink); border-radius: 50%; background: #fffdf7; }
.trip-day li::after { content: ""; position: absolute; left: 87px; top: 18px; bottom: 0; width: 1px; background: rgba(22,67,74,.32); }
.trip-day li:last-child { padding-bottom: 0; }
.trip-day li:last-child::after { display: none; }
.trip-day li.is-fixed::before { background: var(--day); }
.trip-day li.is-open-slot::before { border-style: dashed; background: repeating-linear-gradient(135deg,#fffdf7 0 3px,var(--day) 3px 5px); }
.trip-day time { font: 800 13px/1.4 var(--english-font); }
.trip-day li > span { padding-left: 18px; font-size: 14px; font-weight: 700; line-height: 1.5; }
.trip-day li small { display: block; margin-top: 8px; font-size: 10px; font-weight: 400; line-height: 1.8; }
.trip-day li.is-open-slot > span { margin-top: -11px; padding: 10px 13px 11px 18px; border: 1px dashed currentColor; background: color-mix(in srgb,var(--day) 13%,#fffdf7); }
.day-photo-placeholder { position: relative; align-self: start; aspect-ratio: 4/5; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 30px; border: 1.5px dashed var(--ink); background: color-mix(in srgb,var(--day) 43%,#fffdf7); text-align: center; transform: rotate(2deg); }
.trip-day:nth-child(even) .day-photo-placeholder { transform: rotate(-2deg); }
.day-photo-placeholder::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(22,67,74,.22); border-radius: 50% 50% 3px 3px; }
.day-photo-placeholder b { position: relative; font: 800 clamp(24px,3.8vw,56px)/1 var(--english-font); }
.day-photo-placeholder span { position: relative; margin-top: 18px; font-size: 13px; font-weight: 700; }
.day-photo-placeholder small { position: relative; margin-top: 8px; font: 600 8px/1 var(--english-font); }
.day-photo-visual { isolation: isolate; display: block; overflow: hidden; margin: 0; padding: 0; border-style: solid; background: var(--ink); box-shadow: 7px 9px 0 color-mix(in srgb,var(--ink) 82%,transparent); }
.day-photo-visual::before { z-index: 1; inset: 0; border: 0; border-radius: 0; background: linear-gradient(to top,rgba(6,26,29,.9) 0%,rgba(6,26,29,.18) 58%,transparent 78%); }
.day-photo-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.day-photo-visual figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; align-items: flex-start; padding: 28px; color: #fffdf7; text-align: left; }
.day-photo-visual figcaption small { order: 0; margin: 0; font: 700 7px/1 var(--english-font); letter-spacing: .09em; }
.day-photo-visual figcaption b { order: 1; margin-top: 10px; font: 800 clamp(20px,2.7vw,40px)/1.05 var(--body-font); letter-spacing: -.06em; }
.day-photo-visual figcaption span { order: 2; margin-top: 9px; font-size: 10px; line-height: 1.6; }
.live-word { position: relative; z-index: 0; padding: 45px var(--space) 32px; color: #fff8e9; background: var(--ink); font: 800 clamp(70px,14vw,220px)/.68 var(--english-font); letter-spacing: -.095em; }
.trip-day-live .trip-day-body { color: #fff8e9; background: var(--ink); }
.trip-day-live li::before { border-color: #fff8e9; background: var(--pink); }
.trip-day-live li::after { background: rgba(255,248,233,.35); }
.trip-day-live li.is-open-slot::before { background: repeating-linear-gradient(135deg,var(--ink) 0 3px,var(--pink) 3px 5px); }
.trip-day-live li.is-open-slot > span { background: rgba(255,255,255,.06); }
.live-photo { color: var(--ink); background: #ffc1d6; }

/* Boarding passes */
.trip-flights { background: #dcebd2; }
.trip-flights .do-sourcing-word { margin-bottom: 55px; }
.trip-flights .sourcing-title { font-size: clamp(66px,12vw,200px); }
.flight-ticket-list { display: grid; gap: 25px; }
.boarding-pass { position: relative; overflow: hidden; padding: 28px 30px 24px; border: 1.5px solid var(--ink); background: #fffdf7; box-shadow: 9px 10px 0 rgba(22,67,74,.13); transform: rotate(-1deg); }
.boarding-pass:nth-child(2) { transform: rotate(1deg); background: #f8eaa3; }
.boarding-pass::before, .boarding-pass::after { content: ""; position: absolute; top: 50%; width: 24px; height: 24px; margin-top: -12px; border-radius: 50%; background: #dcebd2; border: 1.5px solid var(--ink); }
.boarding-pass::before { left: -13px; }
.boarding-pass::after { right: -13px; }
.pass-top { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px dashed var(--ink); font: 700 9px/1 var(--english-font); letter-spacing: .08em; }
.pass-route { display: grid; grid-template-columns: 1fr 40px 1fr; align-items: center; margin: 26px 0 22px; text-align: center; }
.pass-route > i { font-style: normal; }
.pass-route b { display: block; font: 800 clamp(38px,5vw,70px)/.8 var(--english-font); letter-spacing: -.07em; }
.pass-route small { display: block; margin: 9px 0 13px; font-size: 9px; }
.pass-route time { font: 800 clamp(22px,2.4vw,34px)/1 var(--english-font); }
.boarding-pass > p { padding-top: 16px; border-top: 1px dashed rgba(22,67,74,.35); font-size: 10px; text-align: center; }
.flight-source { justify-self: end; padding: 9px 0; border-bottom: 1px solid currentColor; font-size: 10px; }
.trip-ribbon { justify-content: flex-start; }

/* Route map */
.trip-access { background: var(--cream); }
.trip-map-point circle { fill: var(--yellow); stroke: var(--ink); stroke-width: 2; }
.trip-map-point text { fill: var(--ink); font: 800 11px var(--english-font); }
.trip-map-point .trip-map-label { font-size: 9px; letter-spacing: .08em; }

/* Finale and footer */
.trip-finale { background: #f3c9d6; }
.trip-finale .finale-greeting { color: #fff8e9; text-shadow: 0 2px 18px rgba(0,0,0,.25); }
.trip-finale .finale-invitation { color: var(--ink); background: #f3c9d6; }
.finale-trip-link { gap: 35px; }
.trip-footer-wordmark { font-size: clamp(64px,10vw,160px) !important; letter-spacing: -.07em !important; }
.trip-footer::before { background: linear-gradient(90deg,var(--pink) 0 33.333%,var(--green) 33.333% 66.666%,var(--yellow) 66.666%); }
.trip-footer .footer-color-dots i:nth-child(2), .trip-footer .footer-label-rule i:nth-child(2) { background: var(--green); }
.trip-footer .footer-color-dots i:nth-child(3), .trip-footer .footer-label-rule i:nth-child(3) { background: var(--yellow); }
.trip-footer .footer-sticker-mango { --sticker-color: var(--green); }
.footer-trip-sticker { gap: 8px; }
.footer-sticker-symbol { font: 800 65px/1 var(--english-font); }
.footer-trip-sticker > span:not(.footer-sticker-serial):not(.footer-sticker-go) { margin-top: 4px; }

/* Reworked travel ticket dialog */
.dialog-trip-brand { display: inline-flex; align-items: center; gap: 8px; font: 800 13px/1 var(--english-font); }
.dialog-trip-brand b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--cream); background: var(--ink); font-size: 18px; }
.trip-offer { background: #f7dda4; }
.trip-offer .coupon-offer-title { font-size: 13px; letter-spacing: .05em; }
.trip-offer .coupon-offer-amount span { align-self: center; }
.trip-offer-route { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 14px; font: 800 10px/1 var(--english-font); }
.trip-offer-route i { font-style: normal; }

@media (max-width: 1100px) and (min-width: 761px) {
  .hero-copy { top: 31%; }
  .hero-copy h1 { font-size: 37px; }
  .flavor-caption { bottom: 14%; }
  .scene-ticket-card { width: 35%; }
  .trip-day-body { gap: 4vw; }
}

@media (max-width: 760px) {
  .js #flavor-story { height: 730svh; }
  .trip-brand { font-size: 11px; }
  .trip-brand-r { width: 35px; height: 35px; font-size: 20px; }
  .trip-ticket-button { margin-left: auto; padding: 8px 12px; font-size: 8px; }
  .trip-ticket-dots { display: none; }

  .asset-note { top: calc(var(--header-height) + 4px); font-size: 6px; }
  .stage-edition { top: 12%; left: 50%; transform: translateX(-50%); width: max-content; }
  .hero-copy { top: 15%; max-width: 180px; }
  .hero-copy .eyebrow { display: none; }
  .hero-copy h1 { font-size: 29px; line-height: 1.3; }
  .hero-intro { display: block; font-size: 9px; margin-top: 9px; }
  .flavor-word,
  .mango .flavor-word,
  .kiwi .flavor-word,
  .banana .flavor-word { top: 24%; font-size: 22vw; letter-spacing: -.07em; transform: translate3d(calc(-50% + var(--word-x)),0,0) scaleY(1.08); }
  .mango .flavor-word { font-size: 19vw; }
  .kiwi .flavor-word { font-size: 17.5vw; }
  .banana .flavor-word { top: 25%; font-size: 16vw; }
  .figurine { width: 113vw; height: 59%; bottom: 20%; }
  .trip-person-art { width: 96%; height: 96%; }
  .trip-person-couple { width: 104%; height: 104%; right: -2%; }
  .scene-ticket-card { left: 2%; bottom: 1%; width: 29%; height: auto; padding: 10px 5px; border-width: 1.5px; box-shadow: 5px 6px 0 rgba(22,67,74,.18); }
  .scene-ticket-card::before { top: -7px; width: 42px; height: 14px; }
  .scene-ticket-card small { font-size: 4px; }
  .scene-ticket-card strong { margin: 8px 0 6px; font-size: 10px; }
  .scene-ticket-card span { font-size: 5px; }
  .flavor-caption { left: auto; right: var(--space); bottom: 13%; max-width: 190px; text-align: right; }
  .flavor-caption h2 { font-size: 25px; }
  .flavor-caption h2 span { font-size: 8px; }
  .flavor-caption p { display: none; }
  .flavor-sign { display: none; }
  .hero-bottom { bottom: 3.2%; }
  .flavor-controls { background: rgba(255,255,255,.52); }
  .skip-story { bottom: 9%; }
  .scene-foreground.trip-transition { width: 190vw; height: 116vw; }
  .scene-foreground.transition-music { width: 170vw !important; height: 132vw !important; }

  .trip-schedule { padding-bottom: 80px; }
  .stay-plan { grid-template-columns: 1fr; gap: 20px; margin: 48px 0 0; }
  .stay-tag { min-height: 178px; padding: 25px 25px 23px; }
  .stay-code { margin-top: 24px; font-size: 14vw; }
  .stay-transfer { padding: 1px 0; transform: rotate(-2deg); }
  .rental-plan { grid-template-columns: 84px 1fr; margin: 34px 4px 0; transform: rotate(.5deg); }
  .rental-plan-mark { padding: 16px 12px; }
  .rental-plan-mark strong { font-size: 37px; }
  .rental-plan-mark span { font-size: 9px; }
  .rental-plan-shop { padding: 20px 17px; border-right: 0; }
  .rental-plan-shop h3 { margin: 11px 0 13px; font-size: 17px; }
  .rental-plan-times { grid-column: 1 / -1; padding: 20px 17px; border-top: 1.5px dashed var(--ink); }
  .trip-days { margin-top: 55px; gap: 27px; }
  .trip-day-island, .trip-day-city, .trip-day-live, .trip-day-home { margin-left: 0; margin-right: 0; }
  .trip-day-live { margin-right: 9px; box-shadow: 9px 11px 0 var(--ink); }
  .trip-day > header { grid-template-columns: 72px 1fr; gap: 14px; min-height: 116px; padding: 18px 17px; }
  .trip-day > header > .status-pill { grid-column: 2; margin-top: -5px; }
  .trip-day-number { font-size: 53px; }
  .trip-day h3 { font-size: 19px; }
  .trip-day-body { grid-template-columns: 1fr; gap: 43px; padding: 30px 19px 38px; }
  .trip-day li { grid-template-columns: 58px 1fr; gap: 13px; }
  .trip-day li::before { left: 61px; }
  .trip-day li::after { left: 66px; }
  .trip-day li > span { padding-left: 15px; font-size: 12px; }
  .trip-day li.is-open-slot > span { padding: 9px 10px 10px 15px; }
  .trip-day li small { font-size: 9px; }
  .day-photo-placeholder { width: 76%; margin: 0 auto; }
  .day-photo-visual figcaption { padding: 20px; }
  .day-photo-visual figcaption b { font-size: 25px; }
  .live-word { padding: 40px 18px 27px; font-size: 20vw; }

  .trip-flights .do-sourcing-word { margin-bottom: 34px; }
  .boarding-pass { padding: 22px 17px 20px; }
  .pass-route { grid-template-columns: 1fr 24px 1fr; }
  .pass-route b { font-size: 12vw; }
  .flight-source { justify-self: start; }
  .trip-ribbon { font-size: 25px; }

  .trip-map-point text { font-size: 10px; }
  .trip-map-point .trip-map-label { font-size: 8px; }
  .trip-finale .finale-greeting h2 { font-size: 8vw; }
  .trip-finale .finale-invitation { flex-direction: column; gap: 17px; text-align: center; }
  .trip-footer-wordmark { font-size: 12vw !important; }
  .footer-sticker-symbol { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .scene-ticket-card { filter: none !important; }
}
