:where(.haneda-guide, .haneda-landing, .haneda-purpose) {
  --haneda-blue: #23596a;
  --haneda-sky: #dbecef;
  --haneda-night: #12323b;
  --haneda-sun: #e9a94f;
  --haneda-coral: #ef684f;
  --haneda-paper: #fffdf8;
}

.haneda-guide,
.haneda-landing,
.haneda-purpose { display: grid; gap: clamp(58px, 9vw, 118px); padding-bottom: clamp(60px, 9vw, 120px); }

:where(.haneda-guide, .haneda-landing, .haneda-purpose) :where(h2, h3, p, ol, ul, figure) { margin-top: 0; }
:where(.haneda-guide, .haneda-landing, .haneda-purpose) :where(p, li) { text-wrap: pretty; }
:where(.haneda-guide, .haneda-landing, .haneda-purpose) :where(a, button, label) { -webkit-tap-highlight-color: transparent; }
:where(.haneda-guide, .haneda-landing, .haneda-purpose) :where(a, button, input):focus-visible { outline: 3px solid var(--haneda-coral); outline-offset: 4px; }

.haneda-lead {
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(420px, 1.14fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
}

.haneda-lead > div { min-width: 0; }
.haneda-lead h2,
.haneda-section-heading h2,
.haneda-terminal > header h2,
.haneda-sources h2,
.haneda-phrases h2,
.haneda-return h2 {
  margin-bottom: 18px;
  font-family: "Fraunces", "Noto Sans JP", serif;
  color: var(--ink);
  font-size: clamp(34px, 5vw, 68px);
  line-height: 1.06;
  letter-spacing: -.045em;
}

html[lang="ja"] :where(.haneda-lead h2, .haneda-section-heading h2, .haneda-terminal > header h2, .haneda-sources h2, .haneda-phrases h2, .haneda-return h2) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(31px, 4.4vw, 57px);
  line-height: 1.3;
  letter-spacing: -.045em;
}

.haneda-lead > div > p:not(.eyebrow) { max-width: 65ch; color: var(--ink-soft); font-size: clamp(16px, 1.7vw, 19px); line-height: 1.85; }
.haneda-lead aside { margin-top: 28px; border-left: 4px solid var(--haneda-coral); padding: 5px 0 5px 20px; }
.haneda-lead aside strong { display: block; margin-bottom: 6px; color: var(--ink); font-size: 13px; }
.haneda-lead aside p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.haneda-lead nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin-top: 30px; }
.haneda-lead nav a { display: flex; align-items: center; gap: 7px; min-width: 0; border: 1px solid var(--border); border-radius: 14px; padding: 11px 12px; color: var(--haneda-blue); font-size: 10px; font-weight: 900; text-decoration: none; }
.haneda-lead nav span { overflow: hidden; color: var(--ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.haneda-lead figure { margin: 0; }
.haneda-lead picture,
.haneda-lead img { display: block; width: 100%; }
.haneda-lead picture { overflow: hidden; border-radius: 36px 36px 12px 36px; background: var(--haneda-sky); aspect-ratio: 3 / 2; }
.haneda-lead img { height: 100%; object-fit: cover; }
.haneda-lead figcaption { margin: 10px 8px 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }

.haneda-section,
.haneda-quick,
.haneda-phrases,
.haneda-sources,
.haneda-return { scroll-margin-top: 110px; }
.haneda-section-heading,
.haneda-terminal > header { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(270px, .55fr); gap: 28px; align-items: end; margin-bottom: clamp(27px, 4vw, 48px); }
.haneda-section-heading h2,
.haneda-terminal > header h2,
.haneda-sources h2,
.haneda-phrases h2,
.haneda-return h2 { font-size: clamp(31px, 4.2vw, 52px); }
html[lang="ja"] :where(.haneda-section-heading h2, .haneda-terminal > header h2, .haneda-sources h2, .haneda-phrases h2, .haneda-return h2) { font-size: clamp(29px, 3.8vw, 45px); }
.haneda-section-heading > p,
.haneda-terminal > header > p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.8; }

.haneda-terminal__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.haneda-terminal__grid article { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: 28px; padding: clamp(22px, 3vw, 34px); background: var(--haneda-paper); }
.haneda-terminal__grid article:nth-child(2) { background: #f6eee0; }
.haneda-terminal__grid article:nth-child(3) { background: var(--haneda-sky); }
.haneda-terminal__grid header { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.haneda-terminal__grid header span { display: grid; width: 48px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--haneda-night); color: #fff; font-weight: 950; }
.haneda-terminal__grid header small { color: var(--haneda-blue); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.haneda-terminal__grid h3 { margin: 28px 0 12px; color: var(--ink); font-size: 25px; }
.haneda-terminal__grid p { color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.haneda-terminal__grid strong { display: block; margin-top: 21px; border-top: 1px solid rgba(35,89,106,.22); padding-top: 16px; color: var(--haneda-blue); font-size: 12px; line-height: 1.65; }
.haneda-current-note { display: grid; grid-template-columns: minmax(180px, .55fr) minmax(0, 1.25fr) auto; gap: 22px; align-items: center; margin-top: 16px; border-radius: 20px; padding: 22px 25px; background: var(--haneda-night); color: #fff; }
.haneda-current-note strong { font-size: 14px; line-height: 1.55; }
.haneda-current-note p { margin: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.7; }
.haneda-current-note a { color: #fff; font-size: 12px; font-weight: 900; white-space: nowrap; }

.haneda-quick { border: 1px solid var(--border); border-radius: 38px; padding: clamp(25px, 5vw, 58px); background: linear-gradient(145deg, #fffdf8 0 64%, #eef6f5 64% 100%); box-shadow: 0 22px 58px rgba(18,50,59,.08); }
.haneda-quick__controls { display: grid; gap: 16px; }
.haneda-quick fieldset { min-width: 0; margin: 0; border: 0; padding: 0; }
.haneda-quick legend { margin-bottom: 9px; color: var(--ink); font-size: 12px; font-weight: 900; }
.haneda-quick fieldset > div { display: flex; flex-wrap: wrap; gap: 8px; }
.haneda-quick label { position: relative; cursor: pointer; }
.haneda-quick input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.haneda-quick label span { display: flex; align-items: center; gap: 7px; min-height: 44px; border: 1px solid var(--border); border-radius: 999px; padding: 9px 15px; background: #fff; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.haneda-quick label b { color: var(--haneda-blue); }
.haneda-quick input:checked + span { border-color: var(--haneda-night); background: var(--haneda-night); color: #fff; box-shadow: inset 0 0 0 1px var(--haneda-night); }
.haneda-quick input:checked + span b { color: #fff; }
.haneda-quick input:focus-visible + span { outline: 3px solid var(--haneda-coral); outline-offset: 3px; }
.haneda-quick__result { margin-top: 25px; border-radius: 27px; padding: clamp(23px, 4vw, 39px); background: var(--haneda-sky); }
.haneda-quick__result small { color: var(--haneda-blue); font-size: 10px; font-weight: 950; letter-spacing: .14em; }
.haneda-quick__result h3 { margin: 13px 0 12px; color: var(--ink); font-family: "Fraunces", "Noto Sans JP", serif; font-size: clamp(25px, 3.4vw, 38px); line-height: 1.18; }
html[lang="ja"] .haneda-quick__result h3 { font-family: "Noto Sans JP", sans-serif; }
.haneda-quick__result p { max-width: 75ch; color: var(--ink-soft); font-size: 14px; line-height: 1.75; }
.haneda-quick__result ol { display: flex; flex-wrap: wrap; gap: 8px; margin: 21px 0; padding: 0; list-style: none; }
.haneda-quick__result li { border-radius: 999px; padding: 8px 12px; background: rgba(255,255,255,.8); color: var(--ink); font-size: 11px; font-weight: 800; }
.haneda-quick__result a,
.haneda-official-button { display: inline-flex; align-items: center; gap: 9px; border-bottom: 2px solid var(--haneda-blue); padding: 5px 1px; color: var(--haneda-blue); font-size: 12px; font-weight: 900; text-decoration: none; }
.haneda-noscript { margin: 18px 0 0; color: var(--ink-soft); font-size: 12px; }

.haneda-arrival { border-radius: 36px; padding: clamp(28px, 5vw, 58px); background: var(--haneda-night); color: #fff; }
.haneda-arrival :where(h2, h3) { color: #fff; }
.haneda-arrival .eyebrow { color: #a7d9df; }
.haneda-arrival .haneda-section-heading > p { color: rgba(255,255,255,.7); }
.haneda-arrival > ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: 26px; padding: 0; list-style: none; }
.haneda-arrival > ol li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 23px; background: rgba(255,255,255,.045); }
.haneda-arrival > ol li:nth-child(even) { background: rgba(255,255,255,.075); }
.haneda-arrival > ol li > span { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--haneda-coral); color: var(--haneda-night); font-size: 11px; font-weight: 950; }
.haneda-arrival h3 { margin: 4px 0 9px; font-size: 16px; }
.haneda-arrival li p { margin: 0; color: rgba(255,255,255,.72); font-size: 12px; line-height: 1.7; }
.haneda-arrival > aside { margin-top: 15px; border-radius: 22px; padding: 22px 25px; background: #fff; color: var(--ink); }
.haneda-arrival > aside strong { font-size: 16px; }
.haneda-arrival > aside p { margin: 8px 0 12px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.haneda-arrival > aside a { color: var(--haneda-blue); font-size: 12px; font-weight: 900; }

.haneda-first-hour > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.haneda-first-hour article { border-top: 3px solid var(--haneda-blue); border-radius: 0 0 22px 22px; padding: 23px; background: #f5f0e7; }
.haneda-first-hour article > span { color: var(--haneda-coral); font-size: 11px; font-weight: 950; }
.haneda-first-hour h3 { margin: 21px 0 10px; color: var(--ink); font-size: 18px; }
.haneda-first-hour article p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }

.haneda-transport { min-width: 0; }
.haneda-transport__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.haneda-transport__grid article { border: 1px solid var(--border); border-radius: 29px; padding: clamp(24px, 3vw, 34px); background: #fff; }
.haneda-transport__grid article:nth-child(2) { background: var(--haneda-sky); }
.haneda-transport__grid article:nth-child(3) { background: #f6eee0; }
.haneda-transport__grid article:nth-child(4) { background: #e9efeb; }
.haneda-transport__grid header { display: flex; justify-content: space-between; gap: 12px; }
.haneda-transport__grid header span { color: var(--haneda-coral); font-size: 12px; font-weight: 950; }
.haneda-transport__grid header small { color: var(--ink-soft); font-size: 10px; font-weight: 850; }
.haneda-transport__grid h3 { margin: 25px 0 8px; color: var(--ink); font-size: 25px; }
.haneda-transport__grid > article > strong { display: block; min-height: 42px; color: var(--haneda-blue); font-size: 13px; line-height: 1.55; }
.haneda-transport__grid p { color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.haneda-transport__grid aside { border-left: 3px solid var(--haneda-coral); padding-left: 13px; color: var(--ink); font-size: 11px; font-weight: 750; line-height: 1.65; }
.haneda-destination-table { max-width: 100%; overflow-x: auto; margin-top: 18px; border: 1px solid var(--border); border-radius: 27px; background: #fff; }
.haneda-destination-table table { width: 100%; min-width: 790px; border-collapse: collapse; }
.haneda-destination-table caption { padding: 19px 22px; text-align: left; color: var(--ink); font-size: 13px; font-weight: 900; }
.haneda-destination-table :where(th, td) { border-top: 1px solid var(--border); padding: 15px 18px; vertical-align: top; text-align: left; }
.haneda-destination-table thead th { background: var(--haneda-night); color: #fff; font-size: 10px; letter-spacing: .05em; }
.haneda-destination-table tbody th { color: var(--ink); font-size: 13px; }
.haneda-destination-table td { color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.haneda-destination-table td strong { color: var(--haneda-blue); }
.haneda-destination-table > p { margin: 0; padding: 16px 20px; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }

.haneda-care > div:last-child { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.haneda-care article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; border: 1px solid var(--border); border-radius: 25px; padding: 24px; background: var(--haneda-paper); }
.haneda-care article > span { display: grid; width: 56px; aspect-ratio: 1; place-items: center; border-radius: 18px 18px 5px 18px; background: var(--haneda-sky); color: var(--haneda-night); font-size: 24px; font-weight: 900; }
.haneda-care h3 { margin: 3px 0 9px; color: var(--ink); font-size: 18px; }
.haneda-care p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }

.haneda-facilities { border-radius: 35px; padding: clamp(27px, 5vw, 56px); background: #f3eee5; }
.haneda-facilities > div:last-of-type { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.haneda-facilities article { border-radius: 20px; padding: 21px; background: rgba(255,255,255,.78); }
.haneda-facilities h3 { margin-bottom: 9px; color: var(--ink); font-size: 16px; }
.haneda-facilities article p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.haneda-facilities .haneda-official-button { margin-top: 24px; }

.haneda-history { display: grid; grid-template-columns: minmax(290px, .7fr) minmax(0, 1.3fr); gap: clamp(30px, 6vw, 80px); align-items: start; }
.haneda-history .haneda-section-heading { position: sticky; top: 90px; display: block; margin: 0; }
.haneda-history .haneda-section-heading > p { margin-top: 17px; }
.haneda-history > ol { margin: 0; border-left: 2px solid var(--haneda-blue); padding: 0 0 0 25px; list-style: none; }
.haneda-history li { position: relative; display: grid; grid-template-columns: 84px 1fr; gap: 18px; padding: 0 0 30px; }
.haneda-history li::before { position: absolute; top: 5px; left: -32px; width: 12px; aspect-ratio: 1; border: 4px solid var(--haneda-paper); border-radius: 50%; background: var(--haneda-coral); content: ""; }
.haneda-history time { color: var(--haneda-blue); font-size: 13px; font-weight: 950; }
.haneda-history h3 { margin-bottom: 7px; color: var(--ink); font-size: 17px; }
.haneda-history li p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.haneda-history > aside { grid-column: 2; border-radius: 23px; padding: 24px; background: var(--haneda-sky); }
.haneda-history > aside strong { color: var(--ink); }
.haneda-history > aside p { margin: 8px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }

.haneda-return { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr); gap: 35px; border-radius: 34px; padding: clamp(28px, 5vw, 55px); background: var(--haneda-night); color: #fff; }
.haneda-return :where(h2, p) { color: #fff; }
.haneda-return > div > p:last-child { color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.8; }
.haneda-return ol { display: grid; gap: 8px; margin: 0; padding: 0; counter-reset: return; list-style: none; }
.haneda-return li { position: relative; border-radius: 13px; padding: 13px 14px 13px 47px; background: rgba(255,255,255,.08); font-size: 12px; line-height: 1.55; counter-increment: return; }
.haneda-return li::before { position: absolute; top: 11px; left: 13px; display: grid; width: 25px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--haneda-coral); color: var(--haneda-night); font-size: 10px; font-weight: 950; content: counter(return); }

.haneda-phrases { display: grid; grid-template-columns: minmax(260px, .58fr) minmax(0, 1.42fr); gap: clamp(28px, 6vw, 70px); align-items: start; }
.haneda-phrases > div:last-of-type { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px; }
.haneda-phrases article { border: 1px solid var(--border); border-radius: 23px; padding: 22px; background: #fff; }
.haneda-phrases article p { margin-bottom: 9px; color: var(--ink); font-size: 16px; font-weight: 800; line-height: 1.7; }
.haneda-phrases article span { display: block; color: var(--ink-soft); font-size: 11px; line-height: 1.6; }
.haneda-phrases button { margin-top: 17px; border: 0; border-radius: 999px; padding: 10px 14px; background: var(--haneda-sky); color: var(--haneda-blue); font: inherit; font-size: 11px; font-weight: 900; cursor: pointer; }

.haneda-sources { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: clamp(30px, 6vw, 70px); border-top: 1px solid var(--border); padding-top: clamp(35px, 5vw, 64px); }
.haneda-sources > div p:last-child { color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.haneda-sources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.haneda-sources a { display: flex; justify-content: space-between; gap: 14px; height: 100%; border: 1px solid var(--border); border-radius: 15px; padding: 13px 15px; color: var(--ink); font-size: 11px; font-weight: 750; line-height: 1.55; text-decoration: none; }
.haneda-sources a:hover { border-color: var(--haneda-blue); color: var(--haneda-blue); }
.haneda-next { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.haneda-next a { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 76px; border-radius: 18px; padding: 18px; background: var(--haneda-sky); color: var(--ink); font-size: 12px; font-weight: 900; text-decoration: none; }
.haneda-next a:nth-child(even) { background: #f3eee5; }

/* Haneda decision landing */
.haneda-landing { gap: clamp(48px, 7vw, 88px); }
.haneda-landing__start { display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr); gap: clamp(30px, 5vw, 70px); align-items: center; }
.haneda-landing__start h2,
.haneda-landing__library h2,
.haneda-landing__terminals h2,
.haneda-landing__data h2,
.haneda-landing__deep h2 { margin-bottom: 17px; color: var(--ink); font-family: "Fraunces", "Noto Sans JP", serif; font-size: clamp(31px, 4.3vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
html[lang="ja"] :where(.haneda-landing__start h2, .haneda-landing__library h2, .haneda-landing__terminals h2, .haneda-landing__data h2, .haneda-landing__deep h2) { font-family: "Noto Sans JP", sans-serif; font-size: clamp(28px, 3.8vw, 46px); line-height: 1.3; }
.haneda-landing__start > div > p:not(.eyebrow) { max-width: 64ch; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.haneda-landing__start nav { display: grid; gap: 8px; margin-top: 27px; }
.haneda-landing__start nav a { position: relative; display: grid; grid-template-columns: 54px 1fr auto; gap: 6px 15px; align-items: center; border: 1px solid var(--border); border-radius: 17px; padding: 14px 17px; background: var(--haneda-paper); color: var(--ink); text-decoration: none; }
.haneda-landing__start nav a:hover { border-color: var(--haneda-blue); transform: translateY(-1px); }
.haneda-landing__start nav span { grid-row: 1 / span 2; display: grid; width: 48px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--haneda-sky); color: var(--haneda-blue); font-size: 9px; font-weight: 950; letter-spacing: .08em; }
.haneda-landing__start nav strong { font-size: 14px; }
.haneda-landing__start nav p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.haneda-landing__start nav b { grid-column: 3; grid-row: 1 / span 2; color: var(--haneda-coral); }
.haneda-landing__start figure { margin: 0; }
.haneda-landing__start picture { display: block; overflow: hidden; border-radius: 34px 34px 10px 34px; background: var(--haneda-sky); aspect-ratio: 3 / 2; }
.haneda-landing__start img { display: block; width: 100%; height: 100%; object-fit: cover; }
.haneda-landing__start figcaption { margin: 9px 8px 0; color: var(--ink-soft); font-size: 10px; line-height: 1.6; }
.haneda-landing__chooser { scroll-margin-top: 100px; }

.haneda-landing__library { scroll-margin-top: 100px; }
.haneda-landing__library > header { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(270px, .55fr); gap: 28px; align-items: end; margin-bottom: 30px; }
.haneda-landing__library > header > p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.haneda-landing__library > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.haneda-purpose-card { --purpose-tint: #edf5f4; display: flex; flex-direction: column; min-width: 0; min-height: 315px; border: 1px solid var(--border); border-radius: 25px; padding: 23px; background: linear-gradient(155deg, var(--haneda-paper) 0 70%, var(--purpose-tint) 70% 100%); color: var(--ink); text-decoration: none; }
.haneda-purpose-card--late { --purpose-tint: #d8e7ea; }
.haneda-purpose-card--children { --purpose-tint: #f5e9d8; }
.haneda-purpose-card--accessible { --purpose-tint: #e3eee5; }
.haneda-purpose-card--history { --purpose-tint: #efe3d7; }
.haneda-purpose-card > span { display: flex; justify-content: space-between; gap: 12px; color: var(--haneda-blue); font-size: 10px; font-weight: 950; letter-spacing: .08em; }
.haneda-purpose-card > span small { color: var(--ink-soft); font-weight: 800; letter-spacing: 0; }
.haneda-purpose-card h3 { margin: 30px 0 12px; font-size: clamp(20px, 2vw, 26px); line-height: 1.22; }
.haneda-purpose-card p { margin-bottom: 25px; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.haneda-purpose-card > strong { display: flex; justify-content: space-between; gap: 12px; margin-top: auto; color: var(--haneda-blue); font-size: 11px; }
.haneda-purpose-card:hover { border-color: var(--haneda-blue); box-shadow: 0 15px 32px rgba(18,50,59,.08); transform: translateY(-2px); }

.haneda-landing__terminals { scroll-margin-top: 100px; }
.haneda-text-link { display: inline-flex; gap: 9px; margin-top: 19px; border-bottom: 2px solid var(--haneda-blue); padding: 5px 1px; color: var(--haneda-blue); font-size: 12px; font-weight: 900; text-decoration: none; }
.haneda-landing__data { display: grid; grid-template-columns: minmax(270px, .85fr) minmax(350px, 1.15fr); gap: clamp(28px, 5vw, 65px); border-radius: 34px; padding: clamp(28px, 5vw, 55px); background: var(--haneda-night); color: #fff; }
.haneda-landing__data :where(h2, p) { color: #fff; }
.haneda-landing__data > div > p:last-child { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.75; }
.haneda-landing__data dl { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; }
.haneda-landing__data dl > div { border-radius: 20px; padding: 20px; background: rgba(255,255,255,.08); }
.haneda-landing__data dt { color: #a7d9df; font-size: 10px; font-weight: 950; }
.haneda-landing__data dd { margin: 18px 0 5px; color: #fff; font-family: "Fraunces", serif; font-size: 44px; line-height: 1; }
.haneda-landing__data small { color: rgba(255,255,255,.65); font-size: 10px; }
.haneda-landing__data nav { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 8px; }
.haneda-landing__data nav a { border-radius: 999px; padding: 11px 15px; background: #fff; color: var(--haneda-night); font-size: 11px; font-weight: 900; text-decoration: none; }
.haneda-landing__live-details { border: 1px solid var(--border); border-radius: 25px; background: var(--haneda-paper); }
.haneda-landing__live-details > summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 22px 25px; color: var(--ink); cursor: pointer; list-style: none; }
.haneda-landing__live-details > summary::-webkit-details-marker { display: none; }
.haneda-landing__live-details > summary span { display: grid; gap: 5px; }
.haneda-landing__live-details > summary b { font-size: 14px; }
.haneda-landing__live-details > summary small { color: var(--ink-soft); font-size: 11px; }
.haneda-landing__live-details > summary strong { color: var(--haneda-blue); font-size: 11px; white-space: nowrap; }
.haneda-landing__live-details > summary i { display: inline-block; margin-left: 8px; font-size: 18px; font-style: normal; }
.haneda-landing__live-details[open] > summary { border-bottom: 1px solid var(--border); }
.haneda-landing__live-details[open] > summary i { transform: rotate(45deg); }
.haneda-landing__live-details > div { display: grid; gap: 34px; padding: clamp(22px, 4vw, 42px); }
.haneda-landing__live-details :where(.arrival-help, .base-panel) { margin: 0; }
.haneda-landing__deep { display: grid; grid-template-columns: minmax(0, 1fr) minmax(230px, .38fr); gap: clamp(30px, 5vw, 70px); align-items: center; border: 1px solid var(--border); border-radius: 38px; padding: clamp(30px, 5vw, 58px); background: linear-gradient(135deg, #f5eee2, #eef6f5); }
.haneda-landing__deep p { max-width: 74ch; color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.haneda-landing__deep ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; margin: 24px 0 0; padding: 0; list-style: none; }
.haneda-landing__deep li { border-radius: 12px; padding: 11px 13px; background: rgba(255,255,255,.67); color: var(--ink); font-size: 11px; font-weight: 800; }
.haneda-landing__deep > a { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 90px; border-radius: 20px; padding: 22px; background: var(--haneda-coral); color: var(--haneda-night); font-size: 13px; font-weight: 950; text-decoration: none; }
.haneda-landing__boundary { border-left: 4px solid var(--haneda-coral); padding: 4px 0 4px 20px; }
.haneda-landing__boundary strong { color: var(--ink); font-size: 12px; }
.haneda-landing__boundary p { max-width: 90ch; margin: 8px 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.haneda-landing__boundary a { color: var(--haneda-blue); font-size: 11px; font-weight: 900; }

/* Focused Haneda articles */
.haneda-purpose { gap: clamp(52px, 8vw, 98px); }
.haneda-purpose-lead { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(230px, .42fr); gap: clamp(28px, 5vw, 62px); align-items: start; border-radius: 34px; padding: clamp(28px, 5vw, 55px); background: linear-gradient(140deg, var(--haneda-sky), #f7f0e5); }
.haneda-purpose-lead h2,
.haneda-purpose-heading h2,
.haneda-purpose-traps h2,
.haneda-purpose-phrase h2,
.haneda-purpose-sources h2 { margin-bottom: 17px; color: var(--ink); font-family: "Fraunces", "Noto Sans JP", serif; font-size: clamp(30px, 4.1vw, 51px); line-height: 1.08; letter-spacing: -.043em; }
html[lang="ja"] :where(.haneda-purpose-lead h2, .haneda-purpose-heading h2, .haneda-purpose-traps h2, .haneda-purpose-phrase h2, .haneda-purpose-sources h2) { font-family: "Noto Sans JP", sans-serif; font-size: clamp(27px, 3.5vw, 43px); line-height: 1.3; }
.haneda-purpose-lead > div > p:not(.eyebrow) { color: var(--ink-soft); font-size: clamp(14px, 1.6vw, 17px); line-height: 1.85; }
.haneda-purpose-lead aside { margin-top: 25px; border-left: 4px solid var(--haneda-coral); padding-left: 18px; }
.haneda-purpose-lead aside strong { color: var(--ink); font-size: 11px; }
.haneda-purpose-lead aside p { margin: 7px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.7; }
.haneda-purpose-lead nav { display: grid; gap: 7px; }
.haneda-purpose-lead nav a { display: flex; gap: 9px; border: 1px solid rgba(35,89,106,.22); border-radius: 13px; padding: 11px 13px; background: rgba(255,255,255,.6); color: var(--haneda-blue); font-size: 10px; font-weight: 950; text-decoration: none; }
.haneda-purpose-lead nav span { color: var(--ink); font-size: 11px; }
.haneda-purpose-heading { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(260px, .55fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.haneda-purpose-heading > p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.haneda-purpose-sequence > ol { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--border); border-radius: 25px; padding: 0; background: var(--border); list-style: none; }
.haneda-purpose-sequence > ol li { padding: 22px; background: var(--haneda-paper); }
.haneda-purpose-sequence > ol li:nth-child(even) { background: #f5f0e7; }
.haneda-purpose-sequence li > span { color: var(--haneda-coral); font-size: 10px; font-weight: 950; }
.haneda-purpose-sequence h3 { margin: 21px 0 10px; color: var(--ink); font-size: 16px; line-height: 1.3; }
.haneda-purpose-sequence li p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.72; }
.haneda-purpose-detail { min-width: 0; }
.haneda-purpose-detail > div:last-child { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.haneda-purpose-detail-card { border: 1px solid var(--border); border-radius: 23px; padding: 23px; background: #fff; }
.haneda-purpose-detail-card:nth-child(3n + 2) { background: #f5eee2; }
.haneda-purpose-detail-card:nth-child(3n + 3) { background: var(--haneda-sky); }
.haneda-purpose-detail-card header { display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.haneda-purpose-detail-card header span { display: grid; min-width: 40px; min-height: 40px; padding: 5px; place-items: center; border-radius: 50%; background: var(--haneda-night); color: #fff; font-size: 10px; font-weight: 950; }
.haneda-purpose-detail-card header small { color: var(--haneda-blue); font-size: 9px; font-weight: 900; text-align: right; }
.haneda-purpose-detail-card h3 { margin: 23px 0 10px; color: var(--ink); font-size: 19px; line-height: 1.3; }
.haneda-purpose-detail-card > strong { display: block; margin-bottom: 10px; color: var(--haneda-blue); font-size: 11px; line-height: 1.6; }
.haneda-purpose-detail-card p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.72; }
.haneda-purpose-detail-card aside { margin-top: 15px; border-left: 3px solid var(--haneda-coral); padding-left: 12px; color: var(--ink); font-size: 10px; font-weight: 750; line-height: 1.6; }
.haneda-purpose-detail .haneda-destination-table { margin-top: 14px; }
.haneda-purpose-history > ol { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; }
.haneda-purpose-history li { border-top: 3px solid var(--haneda-blue); border-radius: 0 0 20px 20px; padding: 21px; background: #f4efe6; }
.haneda-purpose-history time { color: var(--haneda-coral); font-size: 11px; font-weight: 950; }
.haneda-purpose-history h3 { margin: 19px 0 8px; color: var(--ink); font-size: 16px; }
.haneda-purpose-history li p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.7; }
.haneda-purpose-traps { display: grid; grid-template-columns: minmax(270px, .75fr) minmax(0, 1.25fr); gap: clamp(28px, 5vw, 65px); border-radius: 34px; padding: clamp(28px, 5vw, 55px); background: var(--haneda-night); color: #fff; }
.haneda-purpose-traps :where(h2, p) { color: #fff; }
.haneda-purpose-traps > div > p:last-child { color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.75; }
.haneda-purpose-traps ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; counter-reset: trap; }
.haneda-purpose-traps li { position: relative; border-radius: 15px; padding: 14px 15px 14px 52px; background: rgba(255,255,255,.08); font-size: 12px; line-height: 1.65; counter-increment: trap; }
.haneda-purpose-traps li::before { position: absolute; top: 11px; left: 13px; display: grid; width: 29px; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--haneda-coral); color: var(--haneda-night); font-size: 10px; font-weight: 950; content: counter(trap); }
.haneda-purpose-phrase { display: grid; grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr); gap: clamp(28px, 5vw, 65px); align-items: start; }
.haneda-purpose-phrase > div > p:last-child { color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.haneda-purpose-phrase article { border: 1px solid var(--border); border-radius: 25px; padding: clamp(23px, 4vw, 38px); background: var(--haneda-sky); }
.haneda-purpose-phrase article p { margin-bottom: 10px; color: var(--ink); font-size: clamp(18px, 2.5vw, 28px); font-weight: 800; line-height: 1.6; }
.haneda-purpose-phrase article span { display: block; color: var(--ink-soft); font-size: 12px; line-height: 1.65; }
.haneda-purpose-phrase button { margin-top: 20px; border: 0; border-radius: 999px; padding: 11px 16px; background: var(--haneda-coral); color: var(--haneda-night); font: inherit; font-size: 11px; font-weight: 950; cursor: pointer; }
.haneda-purpose-sources { display: grid; grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr); gap: clamp(28px, 5vw, 65px); border-top: 1px solid var(--border); padding-top: clamp(34px, 5vw, 60px); }
.haneda-purpose-sources > div > p:last-child { color: var(--ink-soft); font-size: 12px; line-height: 1.75; }
.haneda-purpose-sources ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.haneda-purpose-sources a { display: flex; justify-content: space-between; gap: 12px; height: 100%; border: 1px solid var(--border); border-radius: 14px; padding: 13px 15px; color: var(--ink); font-size: 11px; font-weight: 800; line-height: 1.55; text-decoration: none; }
.haneda-purpose-next { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; }
.haneda-purpose-next a { display: flex; justify-content: space-between; gap: 12px; align-items: center; min-height: 78px; border-radius: 18px; padding: 18px; background: #f3eee5; color: var(--ink); font-size: 11px; font-weight: 900; text-decoration: none; }
.haneda-purpose-next__complete { background: var(--haneda-sky) !important; }

@media (max-width: 900px) {
  .haneda-lead { grid-template-columns: 1fr; }
  .haneda-lead figure { order: -1; }
  .haneda-landing__start { grid-template-columns: 1fr; }
  .haneda-landing__start figure { order: -1; }
  .haneda-landing__library > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haneda-landing__data,
  .haneda-landing__deep,
  .haneda-purpose-lead,
  .haneda-purpose-traps,
  .haneda-purpose-phrase,
  .haneda-purpose-sources { grid-template-columns: 1fr; }
  .haneda-purpose-sequence > ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haneda-purpose-detail > div:last-child,
  .haneda-purpose-history > ol { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haneda-purpose-next { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haneda-terminal__grid,
  .haneda-arrival > ol,
  .haneda-first-hour > div:last-child,
  .haneda-facilities > div:last-of-type { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haneda-current-note { grid-template-columns: 1fr; }
  .haneda-history { grid-template-columns: 1fr; }
  .haneda-history .haneda-section-heading { position: static; }
  .haneda-history > aside { grid-column: 1; }
  .haneda-phrases,
  .haneda-sources { grid-template-columns: 1fr; }
  .haneda-next { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .haneda-guide,
  .haneda-landing,
  .haneda-purpose { gap: 66px; }
  .haneda-lead nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .haneda-lead picture { border-radius: 25px 25px 8px 25px; }
  .haneda-section-heading,
  .haneda-terminal > header { grid-template-columns: 1fr; gap: 5px; }
  .haneda-terminal__grid,
  .haneda-landing__library > div,
  .haneda-purpose-sequence > ol,
  .haneda-purpose-detail > div:last-child,
  .haneda-purpose-history > ol,
  .haneda-purpose-next,
  .haneda-arrival > ol,
  .haneda-first-hour > div:last-child,
  .haneda-transport__grid,
  .haneda-care > div:last-child,
  .haneda-facilities > div:last-of-type,
  .haneda-phrases > div:last-of-type,
  .haneda-sources ul,
  .haneda-next { grid-template-columns: 1fr; }
  .haneda-quick,
  .haneda-arrival,
  .haneda-facilities,
  .haneda-return { border-radius: 25px; padding: 24px 20px; }
  .haneda-quick fieldset > div { flex-wrap: nowrap; margin-inline: -2px; overflow-x: auto; padding: 3px 2px 8px; scroll-snap-type: x proximity; }
  .haneda-quick label { flex: 0 0 auto; scroll-snap-align: start; }
  .haneda-arrival > ol li { padding: 20px 17px; }
  .haneda-care article { grid-template-columns: 46px 1fr; gap: 14px; padding: 20px 17px; }
  .haneda-care article > span { width: 45px; font-size: 19px; }
  .haneda-history li { grid-template-columns: 70px 1fr; gap: 12px; }
  .haneda-return { grid-template-columns: 1fr; }
  .haneda-landing__library > header,
  .haneda-purpose-heading { grid-template-columns: 1fr; gap: 6px; }
  .haneda-landing__data dl { grid-template-columns: 1fr; }
  .haneda-landing__deep ul { grid-template-columns: 1fr; }
  .haneda-landing__start nav a { grid-template-columns: 48px 1fr auto; padding-inline: 14px; }
  .haneda-purpose-card { min-height: 0; }
  .haneda-purpose-lead,
  .haneda-purpose-traps { border-radius: 24px; padding: 24px 20px; }
  .haneda-purpose-sources ul { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  :where(.haneda-guide, .haneda-landing, .haneda-purpose) *,
  :where(.haneda-guide, .haneda-landing, .haneda-purpose) *::before,
  :where(.haneda-guide, .haneda-landing, .haneda-purpose) *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}

@media (forced-colors: active) {
  :where(.haneda-guide, .haneda-landing, .haneda-purpose) :where(article, section, aside, a, button, label span) { border-color: CanvasText; }
  .haneda-terminal__grid header span,
  .haneda-arrival > ol li > span,
  .haneda-return li::before { background: CanvasText; color: Canvas; }
  .haneda-quick input:checked + span { outline: 3px solid Highlight; background: Highlight; color: HighlightText; }
}
