:root {
  --wine: #7f004f;
  --wine-dark: #5f003b;
  --wine-bright: #a60066;
  --gold: #d8a431;
  --ink: #101820;
  --ink-soft: #58616a;
  --paper: #ffffff;
  --mist: #f6f4f2;
  --sand: #f4efe6;
  --line: #dedbd7;
  --navy: #10283a;
  --shadow: 0 24px 70px rgba(24, 15, 21, .17);
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input { font: inherit; }
button { color: inherit; }
.site-container { width: min(1240px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -60px; left: 12px; z-index: 9999; padding: 10px 16px; background: #fff; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 300; background: rgba(255,255,255,.985); border-top: 3px solid var(--gold); border-bottom: 1px solid rgba(18,20,23,.08); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 25px; }
.site-logo { flex: 0 0 auto; width: 200px; }
.site-logo img, .custom-logo-link img { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.custom-logo-link { display: block; }
.desktop-nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-size: 13px; font-weight: 760; white-space: nowrap; }
.desktop-nav a { position: relative; padding: 25px 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 18px; height: 2px; background: var(--wine); transition: right .2s ease; }
.desktop-nav a:hover::after { right: 0; }
.primary-menu { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.header-utilities { display: flex; gap: 13px; font-size: 11px; color: var(--ink-soft); }
.header-book { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; color: #fff; background: var(--wine); font-size: 12px; font-weight: 850; }
.header-book:hover { background: var(--wine-dark); }
.menu-button { display: none; width: 44px; height: 44px; padding: 9px; border: 0; background: transparent; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 5px auto; background: var(--wine); }

.mobile-menu { position: fixed; z-index: 1001; inset: 0 0 0 auto; width: min(390px,92vw); padding: 20px; overflow-y: auto; background: #fff; transform: translateX(105%); transition: transform .28s ease; }
.mobile-menu.is-open { transform: translateX(0); }
.mobile-menu-backdrop { position: fixed; z-index: 1000; inset: 0; opacity: 0; pointer-events: none; background: rgba(7,14,22,.56); transition: opacity .28s ease; }
.mobile-menu-backdrop.is-open { opacity: 1; pointer-events: auto; }
.mobile-menu-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.mobile-menu-head img { width: 170px; }
.mobile-menu-close { border: 0; background: transparent; color: var(--wine); font-size: 34px; line-height: 1; }
.mobile-book { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 8px; padding: 15px 17px; color: #fff; background: var(--wine); font-weight: 850; }
.mobile-menu nav a { display: flex; justify-content: space-between; padding: 15px 4px; border-bottom: 1px solid var(--line); color: var(--navy); font-weight: 700; }
.mobile-menu nav a::after { content: "→"; color: var(--wine); }

.first-view { position: relative; z-index: 10; min-height: 690px; overflow: visible; color: #fff; background-image: var(--hero-image), linear-gradient(135deg,#13677d,#073349); background-size: cover; background-position: center 47%; }
.first-view::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,24,36,.77) 0%,rgba(7,24,36,.34) 45%,rgba(7,24,36,.04) 78%); }
.first-view-shade { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.15)); }
.first-view-inner { position: relative; z-index: 2; min-height: 690px; display: flex; flex-direction: column; justify-content: space-between; padding-top: 48px; padding-bottom: 34px; }
.hero-copy { max-width: 820px; }
.hero-kicker { margin: 0 0 10px; font-size: 11px; font-weight: 900; letter-spacing: .19em; }
.hero-copy h1 { margin: 0; font-size: clamp(34px,3.9vw,56px); line-height: 1.12; letter-spacing: -.04em; font-weight: 840; text-wrap: normal; }

.booking-shell { position: relative; z-index: 30; margin-top: 24px; color: var(--ink); background: rgba(255,255,255,.985); box-shadow: var(--shadow); }
.flight-search { position: relative; padding: 0 25px 13px; }
.trip-selector { display: flex; gap: 31px; min-height: 55px; align-items: center; border-bottom: 1px solid var(--line); }
.trip-option { position: relative; align-self: stretch; min-width: 76px; border: 0; background: transparent; font-size: 13px; font-weight: 820; cursor: pointer; }
.trip-option::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -1px; height: 3px; background: var(--wine); transition: right .2s ease; }
.trip-option.is-active { color: var(--wine); }
.trip-option.is-active::after { right: 0; }
.booking-grid { display: grid; grid-template-columns: minmax(165px,1.15fr) 39px minmax(165px,1.15fr) minmax(136px,.84fr) minmax(136px,.84fr) minmax(145px,.86fr) minmax(168px,.93fr); gap: 9px; align-items: stretch; padding-top: 16px; }
.booking-field { display: flex; flex-direction: column; justify-content: center; min-width: 0; min-height: 62px; padding: 8px 11px; border: 1px solid #d7d4d0; background: #fff; }
.booking-field > span, .passenger-picker summary > span { display: block; margin-bottom: 1px; color: #686e76; font-size: 10px; font-weight: 720; }
.booking-field input { width: 100%; min-width: 0; padding: 0; border: 0; outline: 0; color: var(--navy); background: transparent; font-size: 14px; font-weight: 760; }
.booking-field input[type="date"] { min-height: 26px; }
.booking-field small { overflow: hidden; color: #8b8f95; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.booking-field:focus-within { border-color: var(--wine); box-shadow: 0 0 0 1px var(--wine); }
.swap-airports { align-self: center; width: 37px; height: 37px; border: 1px solid #d7d4d0; border-radius: 50%; background: #fff; color: var(--wine); cursor: pointer; }
.swap-airports:hover { border-color: var(--wine); }
.passenger-picker { position: relative; min-width: 0; }
.passenger-picker summary { display: flex; flex-direction: column; justify-content: center; min-height: 62px; padding: 8px 11px; border: 1px solid #d7d4d0; background: #fff; list-style: none; cursor: pointer; }
.passenger-picker summary::-webkit-details-marker { display: none; }
.passenger-picker summary::after { content: "⌄"; position: absolute; right: 11px; top: 20px; color: var(--wine); }
.passenger-picker summary strong { overflow: hidden; padding-right: 16px; color: var(--navy); font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.passenger-popover { position: absolute; z-index: 50; top: calc(100% + 8px); right: 0; width: 300px; padding: 12px 16px; border: 1px solid var(--line); background: #fff; box-shadow: 0 16px 36px rgba(20,12,18,.18); }
.passenger-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid #eeeae6; }
.passenger-row:last-child { border-bottom: 0; }
.passenger-row strong, .passenger-row small { display: block; }
.passenger-row small { color: #858a91; font-size: 9px; }
.stepper { display: flex; align-items: center; gap: 11px; }
.stepper button { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid #d7d4d0; border-radius: 50%; background: #fff; color: var(--wine); cursor: pointer; }
.stepper output { min-width: 18px; text-align: center; font-weight: 800; }
.search-flights { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 62px; padding: 0 17px; border: 0; color: #fff; background: var(--wine); font-size: 13px; font-weight: 850; cursor: pointer; }
.search-flights:hover { background: var(--wine-dark); }
.search-flights span { font-size: 20px; }
.form-error { min-height: 0; margin: 7px 0 0; color: #b62038; font-size: 11px; font-weight: 700; }
.booking-language-note { display: flex; align-items: center; justify-content: flex-end; gap: 8px; min-height: 26px; padding-top: 7px; color: #6e7379; font-size: 10px; }
.booking-language-note button { padding: 0; border: 0; border-bottom: 1px solid currentColor; color: var(--wine); background: transparent; font-weight: 780; cursor: pointer; }
.multi-city-search { min-height: 104px; padding: 19px 0 8px; display: grid; grid-template-columns: 1fr 235px; gap: 26px; align-items: center; }
.multi-city-label { margin: 0; color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .11em; }
.multi-city-search h2 { margin: 2px 0 2px; color: var(--navy); font-size: 21px; line-height: 1.25; }
.multi-city-search p:last-child { margin: 0; color: var(--ink-soft); font-size: 11px; }
.route-facts { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fbfaf8; }
.route-facts div { position: relative; display: flex; align-items: baseline; justify-content: center; gap: 9px; min-height: 54px; padding: 12px 14px; text-align: center; }
.route-facts div + div::before { content: ""; position: absolute; left: 0; top: 13px; bottom: 13px; width: 1px; background: var(--line); }
.route-facts strong { color: var(--wine); font-size: 17px; }
.route-facts span { color: var(--ink-soft); font-size: 10px; }
.booking-shortcuts { display: grid; grid-template-columns: repeat(3,1fr); }
.booking-shortcuts a { display: flex; align-items: center; justify-content: space-between; min-height: 46px; padding: 0 22px; border-right: 1px solid var(--line); font-size: 11px; font-weight: 760; }
.booking-shortcuts a:last-child { border-right: 0; }
.booking-shortcuts b { color: var(--wine); font-size: 16px; }

.eyebrow { margin: 0 0 8px; color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .16em; }
.section-intro h2, .section-heading h2 { margin: 0; color: var(--navy); font-size: clamp(32px,3.3vw,48px); line-height: 1.2; letter-spacing: -.035em; }
.section-intro > p:last-child, .section-heading p:not(.eyebrow) { max-width: 690px; margin: 16px 0 0; color: var(--ink-soft); font-size: 14px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.section-heading > a { flex: 0 0 auto; border-bottom: 1px solid var(--navy); font-size: 12px; font-weight: 820; }
.section-heading > a span { color: var(--wine); }
.section-heading.compact { align-items: center; }

.advantages { padding: 92px 0; background: var(--sand); }
.advantages-layout { display: grid; grid-template-columns: .85fr 1.35fr; gap: 70px; align-items: start; }
.advantages-intro { position: sticky; top: 30px; }
.advantage-list { border-top: 1px solid #cabfae; }
.advantage-list article { display: grid; grid-template-columns: 54px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #cabfae; }
.advantage-list article > span { color: var(--wine); font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.advantage-list h3 { margin: 0 0 6px; color: var(--navy); font-size: 21px; }
.advantage-list p { margin: 0; color: var(--ink-soft); font-size: 13px; }

.destinations-section { padding: 92px 0 76px; }
.destination-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.destination-card { min-width: 0; border: 1px solid #e2dfdb; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.destination-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(21,18,20,.12); }
.destination-card a { display: block; height: 100%; }
.destination-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.destination-card-body { display: flex; flex-direction: column; min-height: 190px; padding: 17px 17px 18px; }
.destination-card-body p { margin: 0 0 5px; color: var(--wine); font-size: 10px; font-weight: 850; letter-spacing: .04em; }
.destination-card-body h3 { margin: 0; color: var(--navy); font-size: 20px; line-height: 1.25; }
.destination-card-body > span { display: block; margin: 8px 0 18px; color: var(--ink-soft); font-size: 11px; line-height: 1.55; }
.destination-card-body strong { margin-top: auto; color: var(--wine); font-size: 15px; }
.fare-note { margin: 15px 0 0; color: #7b8086; font-size: 10px; text-align: right; }

.information-section { padding: 92px 0; background: var(--mist); }
.information-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.information-card { display: grid; grid-template-columns: 40% 1fr; min-height: 184px; overflow: hidden; border: 1px solid #e0ddd9; background: #fff; }
.information-image { display: block; min-width: 0; }
.information-image img { width: 100%; height: 100%; object-fit: cover; }
.information-copy { display: flex; flex-direction: column; min-width: 0; padding: 18px 19px; }
.information-copy time { color: #83888e; font-size: 9px; }
.information-copy h3 { margin: 6px 0 7px; color: var(--navy); font-size: 16px; line-height: 1.45; }
.information-copy p { display: -webkit-box; overflow: hidden; margin: 0 0 12px; color: var(--ink-soft); font-size: 11px; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.read-more { margin-top: auto; color: var(--wine); font-size: 10px; font-weight: 820; }

.travel-section { padding: 80px 0 90px; }
.travel-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
.travel-grid a { position: relative; display: flex; flex-direction: column; min-height: 168px; padding: 22px; overflow: hidden; color: #fff; background: var(--navy); }
.travel-grid a:nth-child(2) { background: var(--wine); }
.travel-grid a:nth-child(3) { background: #284d5b; }
.travel-grid a:nth-child(4) { background: #6b4638; }
.travel-grid span { font-size: 10px; opacity: .78; }
.travel-grid strong { margin-top: 44px; font-size: 17px; line-height: 1.35; }
.travel-grid b { position: absolute; right: 20px; bottom: 17px; font-size: 20px; }

.language-modal { position: fixed; z-index: 1200; inset: 0; display: grid; place-items: center; padding: 22px; opacity: 0; pointer-events: none; transition: opacity .22s ease; }
.language-modal.is-open { opacity: 1; pointer-events: auto; }
.language-modal-backdrop { position: absolute; inset: 0; background: rgba(4,12,18,.68); }
.language-modal-panel { position: relative; z-index: 1; width: min(520px,100%); padding: 34px; background: #fff; box-shadow: var(--shadow); }
.language-modal-close { position: absolute; top: 11px; right: 13px; width: 38px; height: 38px; border: 0; background: transparent; color: var(--wine); font-size: 30px; line-height: 1; cursor: pointer; }
.language-modal-panel h2 { margin: 0; color: var(--navy); font-size: 28px; line-height: 1.25; }
.language-modal-panel > p:not(.eyebrow) { margin: 14px 0 18px; color: var(--ink-soft); font-size: 13px; }
.language-modal-panel ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.language-modal-panel li { display: grid; grid-template-columns: 130px 1fr; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.language-modal-panel li strong { color: var(--wine); }
.modal-confirm { width: 100%; min-height: 46px; margin-top: 20px; border: 0; color: #fff; background: var(--wine); font-weight: 800; cursor: pointer; }

.site-footer { color: #fff; background: linear-gradient(135deg,#520031,#7f004f); }
.footer-main { display: grid; grid-template-columns: 1fr 2fr; gap: 70px; padding-top: 65px; padding-bottom: 54px; }
.footer-contact > p:first-child { margin: 0; font-size: 10px; opacity: .74; }
.footer-contact h2 { margin: 5px 0 15px; font-size: 22px; }
.footer-contact > a:not(.footer-contact-button) { display: block; margin-top: 9px; font-size: 20px; font-weight: 800; }
.footer-contact small { display: block; opacity: .7; }
.office-hours { margin: 13px 0; font-size: 11px; }
.footer-contact-button { display: inline-flex; margin-top: 6px; padding: 10px 15px; color: var(--wine); background: #fff; font-size: 11px; font-weight: 800; }
.footer-links { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; }
.footer-links h3 { margin: 0 0 12px; font-size: 12px; }
.footer-links a { display: block; margin: 8px 0; font-size: 10px; opacity: .79; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 62px; border-top: 1px solid rgba(255,255,255,.2); font-size: 9px; opacity: .75; }
.footer-bottom div { display: flex; gap: 20px; }

.is-hidden { display: none !important; }
[hidden] { display: none !important; }

@media (max-width: 1120px) {
  .desktop-nav { gap: 18px; font-size: 12px; }
  .header-utilities { display: none; }
  .booking-grid { grid-template-columns: minmax(150px,1fr) 37px minmax(150px,1fr) minmax(130px,.8fr) minmax(130px,.8fr) minmax(140px,.8fr) minmax(155px,.88fr); }
  .destination-grid { gap: 12px; }
}

@media (max-width: 900px) {
  .site-container { width: min(100% - 34px, 760px); }
  .desktop-nav, .header-book { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .site-logo { width: 180px; }
  .first-view { min-height: auto; }
  .first-view-inner { min-height: auto; padding-top: 38px; padding-bottom: 32px; }
  .booking-grid { grid-template-columns: 1fr 42px 1fr; }
  .date-field, .passenger-picker, .search-flights { grid-column: span 1; }
  .return-date-field { grid-column: span 1; }
  .passenger-picker { grid-column: 1 / 3; }
  .search-flights { grid-column: 3; }
  .advantages-layout { grid-template-columns: 1fr; gap: 38px; }
  .advantages-intro { position: static; }
  .destination-grid { grid-template-columns: 1fr 1fr; }
  .information-list { grid-template-columns: 1fr; }
  .travel-grid { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .site-container { width: calc(100% - 28px); }
  .site-header { border-top-width: 2px; }
  .header-inner { min-height: 56px; }
  .site-logo { width: 151px; }
  .menu-button { width: 40px; height: 40px; }

  .first-view { min-height: calc(100svh - 58px); background-position: 61% center; }
  .first-view::before { background: linear-gradient(180deg,rgba(6,24,36,.62) 0%,rgba(6,24,36,.16) 29%,rgba(6,24,36,.05) 44%,rgba(6,24,36,.14) 100%); }
  .first-view-inner { min-height: calc(100svh - 58px); padding-top: 17px; padding-bottom: 14px; }
  .hero-copy { max-width: 100%; }
  .hero-kicker { margin-bottom: 5px; font-size: 8px; }
  .hero-copy h1 { max-width: 350px; font-size: clamp(25px,8vw,32px); line-height: 1.2; text-shadow: 0 1px 18px rgba(0,0,0,.28); }

  .booking-shell { margin-top: 12px; }
  .flight-search { padding: 0 13px 6px; }
  .trip-selector { min-height: 40px; gap: 18px; }
  .trip-option { min-width: 54px; font-size: 11px; }
  .booking-grid { position: relative; grid-template-columns: 1fr 1fr; gap: 6px; padding-top: 8px; }
  .booking-field { min-height: 49px; padding: 5px 8px; }
  .booking-field > span, .passenger-picker summary > span { font-size: 8px; }
  .booking-field input { font-size: 11px; }
  .booking-field small { display: none; }
  .swap-airports { position: absolute; z-index: 3; left: 50%; top: 32px; width: 29px; height: 29px; margin: 0; transform: translate(-50%,-50%); font-size: 12px; }
  .date-field { grid-column: span 1; }
  .passenger-picker { grid-column: span 1; }
  .passenger-picker summary { min-height: 49px; padding: 5px 8px; }
  .passenger-picker summary strong { font-size: 11px; }
  .passenger-picker summary::after { top: 14px; }
  .search-flights { grid-column: 3; min-height: 49px; padding: 0 10px; font-size: 11px; }
  .search-flights span { font-size: 15px; }
  .passenger-popover { position: fixed; left: 14px; right: 14px; top: auto; bottom: 14px; width: auto; }
  .booking-language-note { display: block; min-height: 19px; padding-top: 4px; font-size: 7px; line-height: 1.35; text-align: right; }
  .booking-language-note button { margin-left: 4px; font-size: 7px; }
  .form-error { margin-top: 2px; font-size: 8px; }
  .multi-city-search { min-height: 102px; grid-template-columns: 1fr 118px; gap: 8px; padding: 10px 0 5px; }
  .multi-city-search h2 { font-size: 14px; }
  .multi-city-search p:last-child { font-size: 8px; line-height: 1.45; }
  .multi-city-button { grid-column: 2; }

  .route-facts div { display: block; min-height: 49px; padding: 7px 4px; }
  .route-facts strong { display: block; font-size: 13px; line-height: 1.25; }
  .route-facts span { display: block; margin-top: 2px; font-size: 7px; line-height: 1.25; }
  .route-facts div + div::before { top: 9px; bottom: 9px; }
  .booking-shortcuts a { min-height: 36px; padding: 0 9px; font-size: 8px; }
  .booking-shortcuts b { font-size: 12px; }

  .advantages { padding: 68px 0; }
  .section-intro h2, .section-heading h2 { font-size: 30px; }
  .section-intro > p:last-child, .section-heading p:not(.eyebrow) { margin-top: 12px; font-size: 12px; }
  .advantages-layout { gap: 28px; }
  .advantage-list article { grid-template-columns: 36px 1fr; gap: 12px; padding: 19px 0; }
  .advantage-list h3 { font-size: 16px; }
  .advantage-list p { font-size: 10px; }

  .destinations-section, .information-section { padding: 68px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 13px; margin-bottom: 25px; }
  .section-heading > a { font-size: 10px; }
  .destination-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .destination-card img { aspect-ratio: 1.15/1; }
  .destination-card-body { min-height: 155px; padding: 11px 10px 12px; }
  .destination-card-body p { font-size: 8px; }
  .destination-card-body h3 { font-size: 15px; }
  .destination-card-body > span { margin: 5px 0 12px; font-size: 9px; line-height: 1.45; }
  .destination-card-body strong { font-size: 11px; }
  .fare-note { font-size: 8px; text-align: left; }

  .information-list { gap: 10px; }
  .information-card { grid-template-columns: 36% 1fr; min-height: 124px; }
  .information-copy { padding: 11px 12px; }
  .information-copy time { font-size: 8px; }
  .information-copy h3 { margin: 4px 0; font-size: 12px; line-height: 1.35; }
  .information-copy p { margin-bottom: 5px; font-size: 9px; line-height: 1.45; }
  .read-more { font-size: 8px; }

  .travel-section { padding: 64px 0 72px; }
  .travel-grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .travel-grid a { min-height: 132px; padding: 16px; }
  .travel-grid strong { margin-top: 29px; font-size: 13px; }

  .language-modal-panel { padding: 28px 20px 21px; }
  .language-modal-panel h2 { font-size: 21px; }
  .language-modal-panel > p:not(.eyebrow) { font-size: 11px; }
  .language-modal-panel li { grid-template-columns: 105px 1fr; font-size: 10px; }

  .footer-main { gap: 45px; padding-top: 52px; }
  .footer-links { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding: 15px 0; }
  .footer-bottom div { flex-wrap: wrap; gap: 8px 14px; }
}

@media (max-width: 390px) and (max-height: 760px) {
  .hero-copy h1 { font-size: 24px; }
  .booking-field, .passenger-picker summary, .search-flights { min-height: 45px; }
  .route-facts div { min-height: 45px; }
  .booking-shortcuts a { min-height: 33px; }
}


/* V4: mobile breathing room, route facts below copy, fixed media alignment */
.first-view-inner { justify-content: flex-start; }
.hero-route-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(620px, 100%);
  margin-top: 22px;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,.52);
  border-bottom: 1px solid rgba(255,255,255,.52);
  background: rgba(5,34,48,.18);
  backdrop-filter: blur(4px);
}
.hero-route-facts div { position: relative; padding: 13px 17px 12px; }
.hero-route-facts div + div::before { content: ""; position: absolute; top: 12px; bottom: 12px; left: 0; width: 1px; background: rgba(255,255,255,.34); }
.hero-route-facts strong { display: block; font-size: 17px; line-height: 1.2; }
.hero-route-facts span { display: block; margin-top: 3px; font-size: 9px; opacity: .86; }
.booking-shell { margin-top: auto; }
.destination-grid { grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; }
.destination-card-body { min-height: 176px; }
.information-card { align-items: stretch; }
.information-image { height: 100%; min-height: 184px; overflow: hidden; }
.information-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center; }

@media (max-width: 900px) {
  .destination-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 600px) {
  .first-view-inner { gap: 0; }
  .hero-route-facts {
    margin-top: 14px;
    background: rgba(4,35,49,.28);
    backdrop-filter: blur(3px);
  }
  .hero-route-facts div { padding: 9px 5px 8px; text-align: center; }
  .hero-route-facts div + div::before { top: 8px; bottom: 8px; }
  .hero-route-facts strong { font-size: 13px; }
  .hero-route-facts span { margin-top: 2px; font-size: 7px; line-height: 1.3; }

  .booking-shell { margin-top: auto; }
  .flight-search { padding: 0 15px 9px; }
  .trip-selector { min-height: 44px; gap: 23px; }
  .trip-option { min-width: 58px; font-size: 11px; }
  .booking-grid { grid-template-columns: 1fr 1fr; gap: 8px; padding-top: 10px; }
  .booking-field, .passenger-picker summary, .search-flights { min-height: 54px; }
  .booking-field { padding: 7px 9px; }
  .booking-field > span, .passenger-picker summary > span { font-size: 8px; }
  .booking-field input, .passenger-picker summary strong { font-size: 12px; }
  .passenger-picker { grid-column: span 1; }
  .search-flights { grid-column: span 1; padding: 0 12px; font-size: 11px; }
  .swap-airports { top: 37px; width: 31px; height: 31px; }
  .booking-language-note { min-height: 24px; padding-top: 6px; font-size: 8px; line-height: 1.45; text-align: left; }
  .booking-language-note button { display: inline-block; margin: 2px 0 0 0; font-size: 8px; }
  .booking-shortcuts a { min-height: 40px; padding: 0 10px; font-size: 8px; }

  .destinations-section, .information-section { padding: 60px 0; }
  .destination-grid { gap: 12px; }
  .destination-card img { aspect-ratio: 4/3; }
  .destination-card-body { min-height: 145px; padding: 12px 11px 13px; }
  .destination-card-body h3 { font-size: 16px; }
  .destination-card-body > span { min-height: 39px; font-size: 9px; }

  .information-list { gap: 12px; }
  .information-card { grid-template-columns: 35% 1fr; min-height: 136px; }
  .information-image { min-height: 136px; }
  .information-copy { padding: 12px 13px; }
  .information-copy h3 { font-size: 12px; line-height: 1.42; }
  .information-copy p { font-size: 9px; line-height: 1.5; -webkit-line-clamp: 2; }
}

@media (max-width: 390px) and (max-height: 760px) {
  .hero-route-facts { margin-top: 10px; }
  .hero-route-facts div { padding-top: 7px; padding-bottom: 6px; }
  .booking-shell { margin-top: 12px; }
  .booking-field, .passenger-picker summary, .search-flights { min-height: 50px; }
}


/* V5: information archive and article pages */
.news-archive-hero, .single-news-header { padding: 88px 0 70px; background: var(--sand); }
.news-archive-hero h1, .single-news-header h1 { max-width: 1200px; margin: 7px 0 0 ; color: var(--navy); font-size: clamp(36px,5vw,62px); line-height: 1.18; letter-spacing: -.04em; }
.news-archive-hero > .site-container > p:last-child { margin: 14px 0 0; color: var(--ink-soft); }
.news-archive-list { display: grid; gap: 18px; padding-top: 68px; padding-bottom: 90px; }
.news-archive-card { display: grid; grid-template-columns: minmax(280px,36%) 1fr; min-height: 220px; border: 1px solid var(--line); background: #fff; }
.news-archive-image { min-height: 220px; overflow: hidden; }
.news-archive-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .35s ease; }
.news-archive-card:hover .news-archive-image img { transform: scale(1.025); }
.news-archive-card > div { display: flex; flex-direction: column; justify-content: center; padding: 30px 34px; }
.news-archive-card time, .single-news-header time { color: #7a8188; font-size: 12px; }
.news-archive-card h2 { margin: 7px 0 9px; color: var(--navy); font-size: 24px; line-height: 1.35; }
.news-archive-card p { margin: 0 0 16px; color: var(--ink-soft); font-size: 13px; }
.news-pagination { display: flex; gap: 8px; justify-content: center; padding-top: 25px; }
.news-pagination .page-numbers { display: grid; place-items: center; min-width: 38px; height: 38px; border: 1px solid var(--line); }
.news-pagination .current { color: #fff; border-color: var(--wine); background: var(--wine); }
.single-news-header-inner { max-width: 1200px; }
.single-news-article { max-width: 1030px; padding-top: 58px; padding-bottom: 94px; }
.single-news-image { margin-bottom: 42px; overflow: hidden; }
.single-news-image img { width: 100%; max-height: 620px; object-fit: cover; }
.single-news-body { max-width: 820px; margin-inline: auto; color: #29333b; font-size: 16px; line-height: 2; }
.single-news-body p { margin: 0 0 1.6em; }
.single-news-body a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.anj-source-note { margin-top: 42px !important; padding: 18px 20px; border-left: 3px solid var(--wine); background: var(--mist); color: var(--ink-soft); font-size: 13px; line-height: 1.75; }
.single-news-back { display: inline-block; margin-top: 50px; color: var(--wine); font-weight: 760; }

@media (max-width: 700px) {
  .news-archive-hero, .single-news-header { padding: 58px 0 48px; }
  .news-archive-hero h1, .single-news-header h1 { font-size: 34px; }
  .news-archive-list { gap: 12px; padding-top: 45px; padding-bottom: 65px; }
  .news-archive-card { grid-template-columns: 35% 1fr; min-height: 150px; }
  .news-archive-image { min-height: 150px; }
  .news-archive-card > div { padding: 15px 16px; }
  .news-archive-card time { font-size: 8px; }
  .news-archive-card h2 { margin: 4px 0 7px; font-size: 14px; line-height: 1.4; }
  .news-archive-card p { display: -webkit-box; margin-bottom: 7px; overflow: hidden; font-size: 9px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
  .single-news-article { padding-top: 36px; padding-bottom: 68px; }
  .single-news-image { margin-bottom: 28px; }
  .single-news-body { font-size: 14px; line-height: 1.9; }
}

/* V7: fixed Narita route, highlighted operating-day calendar, schedule and guide pages */
.booking-grid { position: relative; }
.fixed-airport-field strong { overflow: hidden; color: var(--navy); font-size: 14px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.fixed-airport-field { cursor: default; }
.fixed-airport-field:focus-within { border-color: #d7d4d0; box-shadow: none; }
.fixed-route-arrow { align-self: center; display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #d7d4d0; border-radius: 50%; color: var(--wine); background: #fff; font-size: 17px; font-weight: 850; }
.calendar-field { position: relative; padding: 8px 11px; overflow: visible; }
.calendar-trigger { display: flex; align-items: center; justify-content: space-between; gap: 8px; width: 100%; min-height: 25px; padding: 0; border: 0; color: var(--navy); background: transparent; text-align: left; cursor: pointer; }
.calendar-trigger strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.calendar-trigger i { color: var(--wine); font-style: normal; font-size: 12px; }
.flight-calendar { position: absolute; z-index: 220; top: calc(100% + 9px); left: 0; width: 330px; padding: 15px; border: 1px solid #d8d4cf; color: var(--ink); background: #fff; box-shadow: 0 22px 55px rgba(17,13,16,.22); }
.return-date-field .flight-calendar { right: 0; left: auto; }
.calendar-head { display: grid; grid-template-columns: 38px 1fr 38px; align-items: center; margin-bottom: 10px; }
.calendar-head strong { color: var(--navy); text-align: center; font-size: 14px; }
.calendar-nav { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: #fff; color: var(--wine); cursor: pointer; }
.calendar-weekdays, .calendar-days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 3px; }
.calendar-weekdays { margin-bottom: 4px; color: #7c8288; text-align: center; font-size: 9px; font-weight: 780; }
.calendar-weekdays span:first-child { color: #c52d42; }
.calendar-weekdays span:last-child { color: #2d63b7; }
.calendar-empty { min-height: 34px; }
.calendar-day { position: relative; display: grid; place-items: center; min-height: 34px; border: 0; border-radius: 50%; color: #24303a; background: transparent; font-size: 11px; cursor: pointer; }
.calendar-day:hover:not(:disabled) { background: #f0ece8; }
.calendar-day:disabled { opacity: .3; cursor: not-allowed; }
.calendar-day.is-operating { color: var(--wine); background: #f7e8f0; font-weight: 900; }
.calendar-day.is-operating::after { content: ""; position: absolute; bottom: 3px; width: 4px; height: 4px; border-radius: 50%; background: var(--wine); }
.calendar-day.is-extra-service { color: #604200; background: #f8e7b7; }
.calendar-day.is-extra-service::after { background: #bc7c00; }
.calendar-day.is-suspended { color: #8b8f94; background: #f0f0f0; text-decoration: line-through; }
.calendar-day.is-suspended::after { content: none; }
.calendar-day.is-selected { color: #fff; background: var(--wine); box-shadow: 0 0 0 2px #fff, 0 0 0 3px var(--wine); }
.calendar-day.is-selected::after { background: #fff; }
.calendar-day.is-today:not(.is-selected) { box-shadow: inset 0 0 0 1px var(--navy); }
.calendar-legend { display: flex; flex-wrap: wrap; gap: 8px 13px; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); color: #656b71; font-size: 8px; }
.calendar-legend span { display: inline-flex; align-items: center; gap: 5px; }
.calendar-legend i { width: 10px; height: 10px; border-radius: 50%; }
.legend-regular { background: #f7e8f0; box-shadow: inset 0 0 0 1px var(--wine); }
.legend-extra { background: #f8e7b7; box-shadow: inset 0 0 0 1px #bc7c00; }
.legend-suspended { background: #eee; box-shadow: inset 0 0 0 1px #9b9b9b; }
.calendar-schedule-link { display: inline-block; margin-top: 9px; color: var(--wine); font-size: 9px; font-weight: 820; border-bottom: 1px solid currentColor; }
.inline-guide-link { display: inline-block; margin-left: 5px; color: var(--wine); font-weight: 800; border-bottom: 1px solid currentColor; }

.schedule-hero { padding: 86px 0 72px; color: #fff; background: linear-gradient(135deg, #0d4054, #10283a); }
.schedule-hero h1 { max-width: 920px; margin: 8px 0 14px; font-size: clamp(38px, 5vw, 66px); line-height: 1.18; letter-spacing: -.045em; }
.schedule-hero > .site-container > p:last-child { margin: 0; opacity: .82; }
.schedule-content { padding-top: 62px; padding-bottom: 96px; }
.schedule-summary { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 24px; border: 1px solid var(--line); background: #fff; }
.schedule-summary div { position: relative; padding: 21px 24px; }
.schedule-summary div + div::before { content: ""; position: absolute; top: 18px; bottom: 18px; left: 0; width: 1px; background: var(--line); }
.schedule-summary strong, .schedule-summary span { display: block; }
.schedule-summary strong { color: var(--wine); font-size: 21px; }
.schedule-summary span { margin-top: 3px; color: var(--ink-soft); font-size: 11px; }
.schedule-routes { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.schedule-routes article { padding: 31px 32px; color: #fff; background: var(--navy); }
.schedule-routes article:nth-child(2) { background: var(--wine); }
.schedule-flight { margin: 0 0 7px; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.schedule-routes h2 { margin: 0; font-size: 21px; line-height: 1.4; }
.schedule-routes h2 span { opacity: .7; font-size: 14px; }
.schedule-time { display: flex; align-items: center; gap: 16px; margin: 27px 0 10px; }
.schedule-time strong { font-size: 32px; line-height: 1; }
.schedule-time i { opacity: .6; font-style: normal; }
.schedule-routes article > p:last-child { margin: 0; font-size: 11px; opacity: .8; }
.schedule-notices { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 18px; }
.schedule-notices section { min-height: 190px; padding: 27px 29px; border: 1px solid var(--line); background: var(--mist); }
.schedule-notices h2 { margin: 0 0 14px; color: var(--navy); font-size: 20px; }
.schedule-notices p, .schedule-notices ul { margin: 0; color: var(--ink-soft); font-size: 13px; }
.schedule-notices ul { padding-left: 20px; }
.schedule-notices li + li { margin-top: 7px; }
.schedule-alert { margin-top: 18px; padding: 22px 25px; border-left: 4px solid var(--gold); background: #fff8df; }
.schedule-alert strong { color: var(--navy); }
.schedule-alert p { margin: 7px 0 0; }
.schedule-source { margin-top: 31px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; }
.schedule-source p { margin: 0 0 7px; }

.content-shell { width: min(1000px, calc(100% - 48px)); padding-top: 70px; padding-bottom: 95px; }
.content-card > h1 { margin: 0 0 32px; color: var(--navy); font-size: clamp(38px, 5vw, 60px); line-height: 1.2; letter-spacing: -.04em; }
.content-card h2 { margin: 0 0 10px; color: var(--navy); font-size: 22px; line-height: 1.4; }
.guide-lead { max-width: 810px; margin: 0 0 38px; color: #34414b; font-size: 18px; line-height: 1.9; }
.guide-callout { margin: 0 0 26px; padding: 23px 26px; border-left: 4px solid var(--wine); background: var(--sand); }
.guide-callout strong { color: var(--wine); font-size: 17px; }
.guide-callout p { margin: 8px 0 0; }
.guide-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin: 28px 0; }
.guide-grid section { padding: 25px 26px; border: 1px solid var(--line); background: #fff; }
.guide-grid p { margin: 0; color: var(--ink-soft); }
.guide-steps { margin: 25px 0 32px; border-top: 1px solid var(--line); }
.guide-steps section { display: grid; grid-template-columns: 55px 1fr; gap: 20px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.guide-steps section > span { color: var(--wine); font-weight: 900; }
.guide-steps h2 { margin: 0 0 5px; }
.guide-steps p { margin: 0; color: var(--ink-soft); }
.guide-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.guide-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 11px; padding: 0 19px; color: #fff !important; background: var(--wine); font-weight: 820; text-decoration: none !important; }
.guide-button.secondary { color: var(--wine) !important; border: 1px solid var(--wine); background: #fff; }

@media (max-width: 760px) {
  .fixed-airport-field strong { font-size: 12px; }
  .fixed-airport-field small { font-size: 7px; }
  .fixed-route-arrow { position: absolute; z-index: 4; top: 21px; left: 50%; width: 29px; height: 29px; margin-left: -14px; font-size: 13px; }
  .calendar-trigger strong { font-size: 11px; }
  .calendar-field { padding: 6px 8px; }
  .flight-calendar { width: min(310px, calc(100vw - 42px)); padding: 12px; }
  .return-date-field .flight-calendar { right: 0; left: auto; }
  .calendar-day { min-height: 33px; font-size: 10px; }
  .calendar-empty { min-height: 33px; }

  .schedule-hero { padding: 58px 0 50px; }
  .schedule-hero h1 { font-size: 36px; }
  .schedule-content { padding-top: 38px; padding-bottom: 68px; }
  .schedule-summary { grid-template-columns: 1fr; }
  .schedule-summary div { padding: 16px 18px; }
  .schedule-summary div + div::before { top: 0; right: 18px; bottom: auto; left: 18px; width: auto; height: 1px; }
  .schedule-routes, .schedule-notices { grid-template-columns: 1fr; }
  .schedule-routes article { padding: 25px 22px; }
  .schedule-time strong { font-size: 27px; }
  .schedule-notices section { min-height: 0; padding: 22px; }

  .content-shell { width: min(100% - 32px, 1000px); padding-top: 48px; padding-bottom: 68px; }
  .content-card > h1 { margin-bottom: 24px; font-size: 36px; }
  .guide-lead { margin-bottom: 27px; font-size: 15px; }
  .guide-grid { grid-template-columns: 1fr; gap: 10px; }
  .guide-grid section { padding: 20px; }
  .guide-steps section { grid-template-columns: 38px 1fr; gap: 11px; }
  .guide-actions { flex-direction: column; }
  .guide-button { width: 100%; text-align: center; }
}


/* V8 calendar visibility hotfix */
.flight-calendar {
  max-height: min(470px, calc(100vh - 30px));
  overflow-y: auto;
  overscroll-behavior: contain;
}
.first-view + section,
.first-view + .advantages-section { position: relative; z-index: 1; }
@media (max-width: 760px) {
  .flight-calendar,
  .return-date-field .flight-calendar {
    position: fixed;
    z-index: 1600;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(360px, calc(100vw - 24px));
    max-height: calc(100dvh - 28px);
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(7, 14, 22, .32);
  }
}


/* V9: route-first booking form and adaptive calendar placement */
.booking-shell-v9 .flight-search-v9 { padding-bottom: 12px; }
.trip-option-wide { min-width: 150px; }
.booking-grid-v9 { display: grid; grid-template-columns: minmax(430px, 1.18fr) minmax(500px, .92fr); gap: 24px; align-items: stretch; padding-top: 16px; }
.route-display-v9 { min-width: 0; }
.desktop-route-cards { display: grid; grid-template-columns: 1fr; gap: 10px; }
.route-card-v9 { position: relative; min-height: 88px; padding: 14px 18px 13px; overflow: hidden; color: #fff; background: var(--navy); }
.route-card-v9.route-card-inbound { background: var(--wine); }
.route-card-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 5px; }
.route-card-heading span { font-size: 10px; font-weight: 900; letter-spacing: .08em; }
.route-card-heading b { font-size: 10px; letter-spacing: .12em; }
.route-card-v9 h2 { margin: 0; font-size: 17px; line-height: 1.28; letter-spacing: -.02em; }
.route-card-v9 h2 small { opacity: .7; font-size: 10px; }
.route-card-v9 h2 i { margin: 0 7px; opacity: .65; font-style: normal; }
.route-card-time { display: flex; align-items: baseline; gap: 9px; margin-top: 7px; }
.route-card-time strong { font-size: 20px; line-height: 1; }
.route-card-time i { opacity: .65; font-style: normal; }
.route-card-v9 p { margin: 5px 0 0; font-size: 9px; opacity: .8; }
.mobile-route-summary { display: none; }
.booking-controls-v9 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; align-content: center; }
.booking-controls-v9 .booking-field,
.booking-controls-v9 .passenger-picker summary,
.booking-controls-v9 .search-flights { min-height: 66px; }
.booking-controls-v9 .search-flights { width: 100%; }
.oneway-direction { display: flex; align-items: center; gap: 8px; padding-top: 14px; }
.oneway-direction > span { margin-right: 4px; color: #70757b; font-size: 10px; font-weight: 800; }
.oneway-direction button { min-height: 34px; padding: 0 14px; border: 1px solid #d7d4d0; color: var(--navy); background: #fff; font-size: 11px; font-weight: 800; cursor: pointer; }
.oneway-direction button.is-active { border-color: var(--wine); color: #fff; background: var(--wine); }
.standard-search-v9.is-one-way .route-card-v9 { display: none; }
.standard-search-v9.is-one-way .route-card-v9.is-oneway-selected { display: block; min-height: 186px; padding-top: 23px; }
.standard-search-v9.is-one-way .route-card-v9.is-oneway-selected h2 { margin-top: 18px; font-size: 22px; }
.standard-search-v9.is-one-way .route-card-v9.is-oneway-selected .route-card-time { margin-top: 20px; }
.standard-search-v9.is-one-way .route-card-v9.is-oneway-selected .route-card-time strong { font-size: 29px; }
.standard-search-v9.is-one-way .return-date-field { display: none; }
.standard-search-v9.is-one-way .booking-controls-v9 .search-flights { grid-column: 1 / -1; }
.multi-city-search-v9 small { display: block; margin-top: 8px; color: #777d83; font-size: 10px; }
.multi-city-search-v9 .multi-city-button { min-width: 280px; }

/* Prefer an upward calendar on desktop; JS falls back below when needed. */
.flight-calendar { top: auto; bottom: calc(100% + 9px); width: 304px; max-height: min(420px, calc(100vh - 28px)); padding: 12px; }
.return-date-field .flight-calendar { right: 0; left: auto; }
.flight-calendar.is-above { top: auto; bottom: calc(100% + 9px); }
.flight-calendar.is-below { top: calc(100% + 9px); bottom: auto; }
.calendar-head { grid-template-columns: 34px 1fr 34px; margin-bottom: 7px; }
.calendar-nav { width: 30px; height: 30px; }
.calendar-empty, .calendar-day { min-height: 29px; }
.calendar-day { font-size: 10px; }
.calendar-legend { margin-top: 9px; padding-top: 8px; }
.calendar-schedule-link { margin-top: 7px; }

@media (max-width: 980px) and (min-width: 761px) {
  .booking-grid-v9 { grid-template-columns: minmax(370px, 1fr) minmax(380px, .9fr); gap: 14px; }
  .route-card-v9 h2 { font-size: 15px; }
  .route-card-time strong { font-size: 18px; }
  .booking-controls-v9 .booking-field,
  .booking-controls-v9 .passenger-picker summary,
  .booking-controls-v9 .search-flights { min-height: 61px; }
}

@media (max-width: 760px) {
  .trip-selector { gap: 18px; }
  .trip-option { min-width: 58px; font-size: 11px; }
  .trip-option-wide { min-width: 120px; }
  .booking-grid-v9 { display: block; padding-top: 10px; }
  .desktop-route-cards { display: none; }
  .mobile-route-summary { position: relative; display: grid; grid-template-columns: 1fr 30px 1fr; gap: 7px; margin-bottom: 8px; }
  .mobile-route-summary .fixed-route-arrow { position: static; align-self: center; width: 29px; height: 29px; margin: 0; }
  .booking-controls-v9 { grid-template-columns: 1fr 1fr; gap: 7px; }
  .booking-controls-v9 .booking-field,
  .booking-controls-v9 .passenger-picker summary,
  .booking-controls-v9 .search-flights { min-height: 47px; }
  .booking-controls-v9 .search-flights { padding: 0 11px; font-size: 10px; }
  .oneway-direction { padding-top: 9px; padding-bottom: 1px; }
  .oneway-direction > span { display: none; }
  .oneway-direction button { flex: 1 1 0; min-height: 31px; padding: 0 7px; font-size: 9px; }
  .standard-search-v9.is-one-way .booking-controls-v9 .search-flights { grid-column: auto; }
  .standard-search-v9.is-one-way .booking-controls-v9 { grid-template-columns: 1fr 1fr; }
  .multi-city-search-v9 { grid-template-columns: 1fr; gap: 13px; padding-top: 15px; }
  .multi-city-search-v9 h2 { font-size: 17px; }
  .multi-city-search-v9 .multi-city-button { min-width: 0; width: 100%; }

  .flight-calendar,
  .flight-calendar.is-above,
  .flight-calendar.is-below,
  .return-date-field .flight-calendar {
    position: fixed;
    z-index: 1600;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    width: min(360px, calc(100vw - 24px));
    max-height: calc(100dvh - 28px);
    padding: 12px;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(7, 14, 22, .32);
  }
}


/* V10 detailed lower pages */
.anj-detail-page { background: #fff; color: var(--navy); }
.anj-detail-hero { overflow: hidden; color: #fff; background: var(--navy); }
.anj-detail-hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 360px; align-items: stretch; }
.anj-detail-hero-inner > div { display: flex; flex-direction: column; justify-content: center; padding: 62px 64px 62px 0; }
.anj-detail-hero .eyebrow { color: #ffc9df; }
.anj-detail-hero h1 { max-width: 760px; margin: 10px 0 18px; font-size: clamp(46px, 6vw, 76px); line-height: 1.04; letter-spacing: -.055em; }
.anj-detail-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; line-height: 1.9; }
.anj-detail-hero img { width: 100%; height: 100%; min-height: 360px; object-fit: cover; }
.anj-detail-hero-baggage img { object-position: center; }
.anj-detail-hero-checkin img { object-position: center 35%; }
.anj-detail-hero-assistance img { object-position: center; }
.anj-detail-anchor { position: sticky; z-index: 50; top: 74px; border-bottom: 1px solid #e1dfdc; background: rgba(255,255,255,.96); backdrop-filter: blur(10px); }
.admin-bar .anj-detail-anchor { top: 106px; }
.anj-detail-anchor .site-container { display: flex; gap: 30px; min-height: 58px; align-items: center; overflow-x: auto; }
.anj-detail-anchor a { flex: 0 0 auto; color: var(--navy); font-size: 13px; font-weight: 800; text-decoration: none; }
.anj-detail-body { padding-top: 72px; padding-bottom: 100px; }
.anj-section-block { padding: 42px 0 10px; scroll-margin-top: 150px; }
.anj-soft-section { margin: 30px calc(50% - 50vw); padding-right: max(24px, calc(50vw - 600px)); padding-left: max(24px, calc(50vw - 600px)); background: #f5f1eb; }
.anj-section-heading { max-width: 820px; margin-bottom: 30px; }
.anj-section-heading h2, .anj-two-column-feature h2, .anj-about-intro h2, .anj-vision-grid h2, .anj-contact-strip h2 { margin: 7px 0 12px; color: var(--navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.15; letter-spacing: -.04em; }
.anj-section-heading > p:last-child, .anj-two-column-feature > div > p:last-of-type { color: #4d5962; font-size: 16px; line-height: 1.9; }
.anj-keyfacts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0 0 38px; background: #d8d5d1; border: 1px solid #d8d5d1; }
.anj-keyfacts-3 { grid-template-columns: repeat(3,1fr); }
.anj-keyfacts article { min-height: 185px; padding: 26px; background: #fff; }
.anj-keyfacts h2, .anj-keyfacts h3 { margin: 15px 0 5px; font-size: 14px; }
.anj-keyfacts strong { display: block; color: var(--wine); font-size: 23px; }
.anj-keyfacts p { margin: 7px 0 0; color: #68727a; font-size: 12px; line-height: 1.6; }
.anj-line-icon { display: grid; width: 50px; height: 50px; place-items: center; border: 1px solid var(--wine); border-radius: 50%; color: var(--wine); font-size: 16px; font-weight: 900; }
.anj-table-wrap { overflow-x: auto; border: 1px solid #d8d5d1; }
.anj-info-table { width: 100%; border-collapse: collapse; min-width: 650px; }
.anj-info-table th, .anj-info-table td { padding: 21px 24px; border-bottom: 1px solid #dedbd7; text-align: left; }
.anj-info-table thead th { color: #fff; background: var(--navy); font-size: 13px; }
.anj-info-table tbody th { width: 45%; background: #f7f4ef; }
.anj-info-table td b { color: var(--wine); font-size: 24px; }
.anj-info-table small { color: #7b8288; font-weight: 400; }
.anj-note { margin-top: 22px; padding: 22px 25px; border-left: 4px solid var(--wine); background: #f7f2e8; }
.anj-note strong { color: var(--wine); }
.anj-note p { margin: 7px 0 0; color: #4d5962; line-height: 1.8; }
.anj-feature-band { display: grid; grid-template-columns: 90px 1fr; gap: 26px; margin: 30px 0 40px; padding: 37px; color: #fff; background: var(--wine); scroll-margin-top: 150px; }
.anj-feature-icon { display: grid; width: 74px; height: 74px; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font-size: 35px; }
.anj-feature-band .eyebrow { color: #ffd8e8; }
.anj-feature-band h2 { margin: 5px 0 10px; font-size: 28px; line-height: 1.35; }
.anj-feature-band p:last-child { margin: 0; color: rgba(255,255,255,.84); line-height: 1.8; }
.anj-card-grid { display: grid; gap: 16px; }
.anj-card-grid-3 { grid-template-columns: repeat(3,1fr); }
.anj-info-card { padding: 28px; border: 1px solid #dcd9d5; background: #fff; }
.anj-card-icon { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: var(--wine); font-weight: 900; }
.anj-info-card h3 { margin: 20px 0 9px; font-size: 20px; }
.anj-info-card p { color: #53606a; line-height: 1.8; }
.anj-info-card small { color: #7b8288; line-height: 1.6; }
.anj-icon-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.anj-icon-list article { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 24px; background: #fff; }
.anj-icon-list article > span { display: grid; width: 54px; height: 54px; place-items: center; border-radius: 50%; color: #fff; background: var(--navy); font-weight: 900; }
.anj-icon-list h3 { margin: 2px 0 6px; }
.anj-icon-list p { margin: 0; color: #59656e; line-height: 1.75; }
.anj-process-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9d6d2; }
.anj-process-list li { display: grid; grid-template-columns: minmax(180px,.4fr) 1fr; gap: 28px; padding: 23px 5px; border-bottom: 1px solid #d9d6d2; }
.anj-process-list b { color: var(--navy); }
.anj-process-list span { color: #59656e; line-height: 1.75; }
.anj-process-numbered { counter-reset: step; }
.anj-process-numbered li { grid-template-columns: 340px 1fr; }
.anj-process-numbered b::before { counter-increment: step; content: counter(step, decimal-leading-zero) ' '; margin-right: 12px; color: var(--wine); }
.anj-official-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 45px; }
.anj-official-links a, .anj-map-link { display: inline-flex; min-height: 48px; align-items: center; padding: 0 19px; border: 1px solid var(--wine); color: var(--wine); font-weight: 800; text-decoration: none; }
.anj-official-links a:first-child { color: #fff; background: var(--wine); }
.anj-source-disclaimer { margin-top: 22px; color: #777f85; font-size: 12px; line-height: 1.7; }
.anj-checklist-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.anj-checklist-grid article { min-height: 210px; padding: 26px; border: 1px solid #dcd9d5; }
.anj-checklist-grid article > span { color: var(--wine); font-size: 12px; font-weight: 900; }
.anj-checklist-grid h3 { margin: 30px 0 10px; font-size: 21px; }
.anj-checklist-grid p { color: #56636c; line-height: 1.75; }
.anj-two-column-feature { display: grid; grid-template-columns: 1.35fr .65fr; gap: 50px; align-items: start; padding: 55px 0; }
.anj-warning { margin-top: 24px; padding: 23px; border-left: 4px solid #d48c00; background: #fff3d9; }
.anj-warning p { margin: 8px 0 0; line-height: 1.75; }
.anj-document-card { padding: 30px; color: #fff; background: var(--navy); }
.anj-document-card h3 { margin: 25px 0 12px; font-size: 22px; }
.anj-document-card li { margin: 8px 0; }
.anj-document-card p { color: rgba(255,255,255,.75); line-height: 1.75; }
.anj-doc-icon { display: grid; height: 105px; place-items: center; border: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 900; letter-spacing: .2em; }
.anj-pngdac-fields { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; margin-top: 25px; background: #d8d5d1; border: 1px solid #d8d5d1; }
.anj-pngdac-fields article { padding: 23px; background: #fff; }
.anj-pngdac-fields h3 { margin: 0 0 7px; font-size: 16px; }
.anj-pngdac-fields p { margin: 0; color: #59656e; line-height: 1.7; }
.anj-alert-banner { margin-bottom: 36px; padding: 25px 28px; color: #fff; background: var(--wine); }
.anj-alert-banner strong { font-size: 21px; }
.anj-alert-banner p { margin: 8px 0 0; color: rgba(255,255,255,.82); line-height: 1.75; }
.anj-document-checks { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.anj-document-checks label { display: grid; grid-template-columns: 36px 1fr; gap: 3px 11px; min-height: 115px; padding: 20px; border: 1px solid #dcd9d5; }
.anj-document-checks label > span { grid-row: 1/3; display: grid; width: 31px; height: 31px; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-weight: 900; }
.anj-document-checks small { color: #737b81; line-height: 1.5; }
.anj-airport-timeline { display: grid; gap: 0; }
.anj-airport-timeline article { display: grid; grid-template-columns: 86px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #d9d6d2; }
.anj-airport-timeline article > span { color: var(--wine); font-size: 24px; font-weight: 900; }
.anj-airport-timeline h3 { margin: 0 0 7px; font-size: 21px; }
.anj-airport-timeline p { margin: 0; color: #56636c; line-height: 1.8; }
.anj-assistance-grid { display: grid; gap: 20px; margin-top: 35px; }
.anj-assistance-grid > article { display: grid; grid-template-columns: 250px 1fr; min-height: 350px; border: 1px solid #dcd9d5; background: #fff; }
.anj-assist-visual { display: grid; place-items: center; color: #fff; background: linear-gradient(145deg,var(--navy),#0d5963); font-size: 66px; font-weight: 900; }
.anj-assistance-grid article:nth-child(even) .anj-assist-visual { background: linear-gradient(145deg,var(--wine),#b5266e); }
.anj-assistance-grid article > div:last-child { padding: 34px; }
.anj-assistance-grid h2 { margin: 6px 0 12px; font-size: 31px; }
.anj-assistance-grid h3 { margin: 20px 0 7px; font-size: 15px; }
.anj-assistance-grid p, .anj-assistance-grid li { color: #56636c; line-height: 1.75; }
.anj-requirement { display: grid; grid-template-columns: 110px 1fr; gap: 12px; margin-top: 22px; padding: 17px; background: #f5f1eb; }
.anj-requirement b { color: var(--wine); }
.anj-week-table { margin-top: 20px; border-top: 1px solid #ddd; }
.anj-week-table div { display: grid; grid-template-columns: 120px 1fr; gap: 15px; padding: 14px 0; border-bottom: 1px solid #ddd; }
.anj-contact-strip { display: flex; justify-content: space-between; gap: 30px; align-items: center; margin-top: 50px; padding: 35px; color: #fff; background: var(--navy); }
.anj-contact-strip h2 { color: #fff; font-size: 30px; }
.anj-contact-strip p { color: rgba(255,255,255,.8); line-height: 1.8; }
.anj-contact-strip a { flex: 0 0 auto; padding: 15px 20px; color: #fff; background: var(--wine); font-weight: 800; text-decoration: none; }
.anj-contact-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: #d8d5d1; border: 1px solid #d8d5d1; }
.anj-contact-options article { padding: 28px; background: #fff; }
.anj-contact-options p { margin: 0 0 13px; font-size: 13px; font-weight: 800; }
.anj-contact-options a { display: block; color: var(--wine); font-size: 27px; font-weight: 900; text-decoration: none; }
.anj-contact-options span { display: block; margin-top: 8px; color: #717980; font-size: 12px; }
.anj-hours-note { margin: 12px 0 40px; color: #717980; font-size: 12px; }
.anj-contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; gap: 28px; align-items: start; }
.anj-contact-form-panel { padding: 35px; border: 1px solid #dcd9d5; }
.anj-office-panel { padding: 35px; color: #fff; background: var(--navy); }
.anj-office-panel h2 { margin: 8px 0 16px; font-size: 28px; }
.anj-office-panel address { font-style: normal; line-height: 1.8; }
.anj-office-panel h3 { margin-top: 28px; }
.anj-office-panel li { margin: 8px 0; color: rgba(255,255,255,.8); }
.anj-office-panel .anj-map-link { margin-top: 20px; color: #fff; border-color: rgba(255,255,255,.5); }
.anj-contact-form-grid { display: grid; grid-template-columns: 3fr 1fr; gap: 18px; }
.anj-contact-form-grid label { display: grid; gap: 8px; color: var(--navy); font-weight: 400; }
.anj-contact-form-grid label > span { color: var(--wine); font-size: 14px; }
.anj-contact-full { grid-column: 1/-1; }
.anj-contact-form-grid input:not([type=submit]), .anj-contact-form-grid select, .anj-contact-form-grid textarea { width: 100%; min-height: 49px; padding: 11px 13px; border: 1px solid #ccc7c2; background: #fff; font: inherit; }
.anj-contact-form-grid textarea { min-height: 170px; }
.anj-contact-form-grid input[type=submit] { min-height: 52px; padding: 0 28px; border: 0; color: #fff; background: var(--wine); font-weight: 900; cursor: pointer; }
.anj-contact-consent { font-weight: 400 !important; }
.anj-form-fallback { padding: 22px; background: #f5f1eb; }
.anj-route-focus { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center; margin-bottom: 45px; }
.anj-route-focus > div { padding: 24px; border: 1px solid #dcd9d5; }
.anj-route-focus > div span { display: block; color: var(--wine); font-size: 27px; font-weight: 900; }
.anj-route-focus > div b, .anj-route-focus > div small { display: block; }
.anj-route-focus > i { color: #737b81; font-style: normal; font-weight: 800; }
.anj-route-focus .is-hub { color: #fff; background: var(--wine); }
.anj-route-focus .is-hub span { color: #fff; }
.anj-network-diagram svg { display: block; width: 100%; height: auto; }
.anj-route-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 10px; }
.anj-route-lists > div { padding: 30px; border: 1px solid #dcd9d5; }
.anj-route-lists h2 { margin: 8px 0 20px; font-size: 31px; }
.anj-code-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #ddd9d5; }
.anj-code-grid span { display: grid; grid-template-columns: 54px 1fr; gap: 7px; padding: 12px; background: #fff; font-size: 12px; }
.anj-code-grid b { color: var(--wine); }
.anj-about-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 50px; align-items: start; padding-bottom: 55px; }
.anj-about-intro p { color: #56636c; font-size: 17px; line-height: 1.9; }
.anj-year-card { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #d8d5d1; }
.anj-year-card strong, .anj-year-card span { padding: 20px; background: #fff; }
.anj-year-card strong { color: var(--wine); font-size: 27px; }
.anj-vision-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0 0 45px; background: #d8d5d1; }
.anj-vision-grid article { padding: 35px; background: #f5f1eb; }
.anj-vision-grid p:last-child { color: #56636c; line-height: 1.8; }
.anj-company-table dl { display: grid; grid-template-columns: 220px 1fr; margin: 0; border-top: 1px solid #d9d6d2; }
.anj-company-table dt, .anj-company-table dd { margin: 0; padding: 18px 20px; border-bottom: 1px solid #d9d6d2; }
.anj-company-table dt { background: #f5f1eb; font-weight: 800; }
.anj-company-table a { color: var(--wine); font-weight: 800; }
.anj-hub-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.anj-hub-grid a { min-height: 230px; padding: 30px; border: 1px solid #dcd9d5; color: var(--navy); text-decoration: none; }
.anj-hub-grid span { color: var(--wine); font-size: 12px; font-weight: 900; }
.anj-hub-grid h2 { margin: 45px 0 10px; font-size: 28px; }
.anj-hub-grid p { color: #657079; line-height: 1.7; }

@media (max-width: 900px) {
  .anj-detail-hero-inner { grid-template-columns: 1fr .7fr; }
  .anj-detail-hero-inner > div { padding-right: 30px; }
  .anj-keyfacts { grid-template-columns: 1fr 1fr; }
  .anj-card-grid-3, .anj-checklist-grid, .anj-document-checks, .anj-contact-options { grid-template-columns: 1fr 1fr; }
  .anj-contact-layout { grid-template-columns: 1fr; }
  .anj-assistance-grid > article { grid-template-columns: 190px 1fr; }
}
@media (max-width: 760px) {
  .anj-detail-hero-inner { display: block; min-height: 0; }
  .anj-detail-hero-inner > div { padding: 48px 0 42px; }
  .anj-detail-hero h1 { font-size: 41px; }
  .anj-detail-hero p:not(.eyebrow) { font-size: 14px; }
  .anj-detail-hero img { width: calc(100% + 32px); height: 210px; min-height: 0; margin-left: -16px; }
  .anj-detail-anchor { top: 64px; }
  .admin-bar .anj-detail-anchor { top: 64px; }
  .anj-detail-anchor .site-container { gap: 22px; min-height: 52px; }
  .anj-detail-body { padding-top: 45px; padding-bottom: 70px; }
  .anj-section-block { padding: 30px 0 42px; }
  .anj-soft-section { margin-right: -16px; margin-left: -16px; padding-right: 16px; padding-left: 16px; }
  .anj-keyfacts, .anj-keyfacts-3 { grid-template-columns: 1fr 1fr; }
  .anj-keyfacts article { min-height: 155px; padding: 19px; }
  .anj-keyfacts strong { font-size: 19px; }
  .anj-feature-band { grid-template-columns: 55px 1fr; gap: 14px; padding: 25px 20px; }
  .anj-feature-icon { width: 50px; height: 50px; font-size: 24px; }
  .anj-feature-band h2 { font-size: 22px; }
  .anj-card-grid-3, .anj-icon-list, .anj-checklist-grid, .anj-pngdac-fields, .anj-document-checks, .anj-contact-options, .anj-route-lists, .anj-about-intro, .anj-vision-grid, .anj-hub-grid { grid-template-columns: 1fr; }
  .anj-process-list li, .anj-process-numbered li { grid-template-columns: 1fr; gap: 6px; }
  .anj-two-column-feature { grid-template-columns: 1fr; gap: 22px; }
  .anj-airport-timeline article { grid-template-columns: 52px 1fr; gap: 11px; }
  .anj-assistance-grid > article { display: block; }
  .anj-assist-visual { min-height: 170px; font-size: 52px; }
  .anj-assistance-grid article > div:last-child { padding: 24px 20px; }
  .anj-assistance-grid h2 { font-size: 27px; }
  .anj-requirement, .anj-week-table div { grid-template-columns: 1fr; }
  .anj-contact-strip { display: block; padding: 26px 21px; }
  .anj-contact-strip a { display: inline-flex; margin-top: 15px; }
  .anj-contact-options a { font-size: 24px; }
  .anj-contact-form-panel, .anj-office-panel { padding: 24px 20px; }
  .anj-contact-form-grid { grid-template-columns: 1fr; }
  .anj-contact-full { grid-column: auto; }
  .anj-route-focus { grid-template-columns: 1fr; gap: 12px; }
  .anj-route-focus > i { text-align: center; }
  .anj-code-grid { grid-template-columns: 1fr; }
  .anj-company-table dl { grid-template-columns: 1fr; }
  .anj-company-table dt { padding-bottom: 7px; border-bottom: 0; }
  .anj-company-table dd { padding-top: 5px; }
  .anj-hub-grid a { min-height: 180px; }
  .anj-hub-grid h2 { margin-top: 30px; }
}

/* V11: mobile route cards, clear baggage allowances, travel icons and legal pages */
.travel-grid .travel-icon {
  width: 46px;
  height: 46px;
  margin: 0 0 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: .92;
}
.travel-grid strong { margin-top: 16px; }
.anj-hub-grid-icons a { position: relative; padding-top: 34px; }
.anj-hub-grid-icons img { width: 76px; height: 76px; margin-bottom: 18px; object-fit: contain; }
.anj-hub-grid-icons h2 { margin-top: 12px; }

.anj-allowance-mobile { display: none; }

.anj-legal-hero { padding: 60px 330px 50px; color: #fff; background: linear-gradient(135deg,var(--navy),#173e52); }
.anj-legal-hero .eyebrow { color: #ffc9df; }
.anj-legal-hero h1 { margin: 10px 0 14px; font-size: clamp(44px,6vw,72px); line-height: 1.08; letter-spacing: -.05em; }
.anj-legal-hero p:not(.eyebrow) { max-width: 900px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; }
.anj-legal-body { width: min(940px, calc(100% - 48px)); padding-top: 62px; padding-bottom: 95px; }
.anj-legal-body section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.anj-legal-body h2 { margin: 0 0 14px; font-size: 25px; }
.anj-legal-body p, .anj-legal-body li, .anj-legal-body address { color: #4f5b64; font-style: normal; line-height: 1.9; }
.anj-legal-body ul { padding-left: 1.4em; }
.anj-legal-body a { color: var(--wine); text-decoration: underline; text-underline-offset: 3px; }
.anj-legal-summary { display: grid; grid-template-columns: 150px 1fr; gap: 22px; padding: 24px 26px; border-left: 4px solid var(--wine); background: var(--sand); }
.anj-legal-summary strong { color: var(--wine); }
.anj-legal-summary p { margin: 0; }
.anj-legal-date { margin-top: 30px; color: #727a81; font-size: 12px; }
.anj-sitemap-body { padding-top: 56px; padding-bottom: 95px; }
.anj-sitemap-featured { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 38px; }
.anj-sitemap-featured a { min-height: 128px; padding: 24px; color: #fff; background: var(--navy); }
.anj-sitemap-featured a:nth-child(2) { background: var(--wine); }
.anj-sitemap-featured a:nth-child(3) { background: #315a68; }
.anj-sitemap-featured strong, .anj-sitemap-featured span { display: block; }
.anj-sitemap-featured strong { margin-bottom: 15px; font-size: 20px; }
.anj-sitemap-featured span { opacity: .78; font-size: 12px; }
.anj-sitemap-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.anj-sitemap-grid > section { padding: 28px; border: 1px solid var(--line); }
.anj-sitemap-grid h2 { margin: 0 0 18px; font-size: 22px; }
.anj-sitemap-grid h2 a { color: var(--navy); }
.anj-sitemap-grid ul { margin: 0; padding-left: 18px; }
.anj-sitemap-grid li { margin: 9px 0; color: #606a72; }
.anj-sitemap-grid li ul { margin-top: 7px; }
.anj-sitemap-grid a:hover { color: var(--wine); }

@media (max-width: 760px) {
  /* Keep the same route-first information architecture as desktop. */
  .desktop-route-cards { display: grid; gap: 6px; margin-bottom: 8px; }
  .mobile-route-summary { display: none; }
  .route-card-v9 { min-height: 70px; padding: 9px 11px; }
  .route-card-heading { margin-bottom: 3px; }
  .route-card-heading span, .route-card-heading b { font-size: 8px; }
  .route-card-v9 h2 { font-size: 12px; white-space: nowrap; }
  .route-card-v9 h2 small { font-size: 7px; }
  .route-card-v9 h2 i { margin: 0 4px; }
  .route-card-time { gap: 5px; margin-top: 5px; }
  .route-card-time strong { font-size: 16px; }
  .route-card-v9 p { margin-top: 3px; font-size: 7px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected { min-height: 82px; padding: 11px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected h2 { margin-top: 4px; font-size: 13px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected .route-card-time { margin-top: 8px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected .route-card-time strong { font-size: 18px; }

  .travel-grid .travel-icon { width: 36px; height: 36px; margin-bottom: 9px; }
  .travel-grid strong { margin-top: 10px; }
  .anj-hub-grid-icons a { display: grid; grid-template-columns: 64px 1fr; gap: 0 16px; min-height: 0; padding: 22px 20px; }
  .anj-hub-grid-icons img { grid-row: 1 / 4; width: 58px; height: 58px; margin: 0; align-self: center; }
  .anj-hub-grid-icons span, .anj-hub-grid-icons h2, .anj-hub-grid-icons p { grid-column: 2; }
  .anj-hub-grid-icons h2 { margin: 4px 0 6px; font-size: 21px; }
  .anj-hub-grid-icons p { margin: 0; font-size: 12px; }

  /* Replace the wide baggage table with readable stacked cards. */
  #allowance .anj-table-wrap { display: none; }
  .anj-allowance-mobile { display: grid; gap: 12px; }
  .anj-allowance-mobile article { padding: 20px; border: 1px solid var(--line); background: #fff; }
  .anj-allowance-mobile article > div > span { color: var(--wine); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
  .anj-allowance-mobile h3 { margin: 4px 0 2px; font-size: 19px; }
  .anj-allowance-mobile small { color: #707981; }
  .anj-allowance-mobile dl { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 16px 0 0; background: var(--line); }
  .anj-allowance-mobile dl div { padding: 14px; background: var(--mist); }
  .anj-allowance-mobile dt { color: #68727a; font-size: 10px; }
  .anj-allowance-mobile dd { margin: 2px 0 0; color: var(--wine); font-size: 27px; font-weight: 900; }
  .anj-allowance-mobile .is-infant { display: grid; grid-template-columns: 1fr auto; gap: 10px; align-items: center; }
  .anj-allowance-mobile .is-infant strong { color: var(--wine); font-size: 30px; }
  .anj-allowance-mobile .is-infant p { grid-column: 1 / -1; margin: 0; color: #66717a; font-size: 12px; }

  /* The checklist number is a primary visual cue, not a footnote. */
  .anj-checklist-grid article { position: relative; min-height: 0; padding: 24px 20px 22px 72px; }
  .anj-checklist-grid article > span { position: absolute; top: 22px; left: 20px; display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; color: #fff; background: var(--wine); font-size: 18px; }
  .anj-checklist-grid h3 { margin: 0 0 8px; font-size: 20px; }

  .anj-legal-hero { padding: 52px 0 46px; }
  .anj-legal-hero h1 { font-size: 40px; }
  .anj-legal-hero p:not(.eyebrow) { font-size: 14px; }
  .anj-legal-hero2 { padding: 52px 0 46px; }
  .anj-legal-hero2 p:not(.eyebrow) { font-size: 12px; }
  .anj-legal-body { width: min(100% - 32px, 940px); padding-top: 38px; padding-bottom: 70px; }
  .anj-legal-body section { padding: 24px 0; }
  .anj-legal-body h2 { font-size: 21px; }
  .anj-legal-summary { grid-template-columns: 1fr; gap: 5px; padding: 20px; }
  .anj-sitemap-body { padding-top: 38px; padding-bottom: 70px; }
  .anj-sitemap-featured, .anj-sitemap-grid { grid-template-columns: 1fr; }
  .anj-sitemap-featured a { min-height: 105px; }
  .anj-sitemap-grid > section { padding: 22px 20px; }
}

/* V12: Japanese route map and unified baggage visuals */
.anj-network-diagram {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy);
  box-shadow: 0 18px 48px rgba(7,35,49,.14);
}
.anj-network-diagram img {
  display: block;
  width: 100%;
  height: auto;
}
.anj-network-diagram figcaption {
  padding: 13px 18px;
  color: rgba(255,255,255,.78);
  background: #092d3d;
  font-size: 12px;
  line-height: 1.65;
}

.anj-visual-card-grid { align-items: stretch; }
.anj-info-card.anj-visual-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
  border-radius: 2px;
}
.anj-visual-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 2.35;
  padding: 24px 30px;
  object-fit: contain;
  background: #f7f4ef;
  border-bottom: 1px solid #e0dbd5;
}
.anj-visual-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 25px 27px;
}
.anj-visual-card-body h3 { margin: 0 0 10px; }
.anj-visual-card-body p { margin: 0 0 16px; }
.anj-visual-card-body small { margin-top: auto; }

.anj-condition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 16px;
}
.anj-condition-grid article {
  display: grid;
  grid-template-columns: 145px 1fr;
  min-height: 180px;
  overflow: hidden;
  border: 1px solid #dcd9d5;
  background: #fff;
}
.anj-condition-grid img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  padding: 20px;
  object-fit: contain;
  background: #f7f4ef;
  border-right: 1px solid #e0dbd5;
}
.anj-condition-grid article > div { padding: 24px 23px; }
.anj-condition-grid h3 { margin: 0 0 8px; font-size: 20px; }
.anj-condition-grid p { margin: 0; color: #59656e; line-height: 1.75; }

@media (max-width: 760px) {
  .anj-network-diagram { margin-right: -4px; margin-left: -4px; border-radius: 14px; }
  .anj-network-diagram figcaption { padding: 11px 13px; font-size: 11px; }
  .anj-visual-card-body { padding: 20px; }
  .anj-condition-grid { grid-template-columns: 1fr; }
  .anj-condition-grid article { grid-template-columns: 112px 1fr; min-height: 155px; }
  .anj-condition-grid img { min-height: 155px; padding: 14px; }
  .anj-condition-grid article > div { padding: 19px 17px; }
  .anj-condition-grid h3 { font-size: 18px; }
  .anj-condition-grid p { font-size: 13px; line-height: 1.65; }
}

/* V13: high-contrast baggage illustrations */
.anj-visual-card > img, .anj-condition-grid img { filter: none; }
.anj-visual-card { box-shadow: 0 8px 24px rgba(16,40,58,.05); }
@media (max-width: 760px) {
  .anj-visual-card > img { aspect-ratio: 16 / 8.5; padding: 16px 22px; }
}

/* V14: global navigation, hero slideshow, compact booking panel and balanced headings */
.site-brand {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 14px;
}
.site-brand .site-logo { width: 164px; }
.site-branch-name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 34px;
  padding-left: 14px;
  border-left: 1px solid #dedbd7;
  color: var(--navy);
  white-space: nowrap;
}
.site-branch-name span { font-size: 10px; font-weight: 700; line-height: 1.25; }
.site-branch-name strong { margin-top: 2px; font-size: 13px; font-weight: 900; line-height: 1.2; }
.header-inner { gap: 16px; }
.global-nav { align-self: stretch; margin-left: auto; }
.global-menu {
  display: flex;
  height: 100%;
  align-items: stretch;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-menu > li { position: relative; display: flex; align-items: stretch; }
.global-menu > li > a {
  display: flex;
  height: 100%;
  min-height: 69px;
  align-items: center;
  gap: 5px;
  padding: 0 8px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
}
.global-menu > li > a > span { color: var(--wine); font-size: 11px; transform: translateY(2px); }
.global-menu > li > a::after { bottom: 10px; }
.global-submenu {
  position: absolute;
  z-index: 500;
  top: calc(100% - 1px);
  left: -14px;
  width: 286px;
  padding: 10px;
  border-top: 3px solid var(--wine);
  background: #fff;
  box-shadow: 0 20px 48px rgba(13, 27, 37, .18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}
.global-submenu-wide { width: 318px; }
.global-submenu-right { right: 0; left: auto; }
.global-menu > li:hover > .global-submenu,
.global-menu > li:focus-within > .global-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.global-submenu a {
  display: block;
  padding: 11px 12px;
  border-bottom: 1px solid #eeeae6;
  color: var(--navy);
}
.global-submenu a:last-child { border-bottom: 0; }
.global-submenu a::after { display: none; }
.global-submenu a:hover,
.global-submenu a:focus-visible { background: #f7f4ef; }
.global-submenu strong,
.global-submenu small { display: block; }
.global-submenu strong { font-size: 13px; }
.global-submenu small { margin-top: 2px; color: #727a81; font-size: 9px; font-weight: 500; }
.header-book { flex: 0 0 auto; min-height: 40px; padding-inline: 15px; }
.mobile-brand { display: grid; gap: 5px; }
.mobile-brand img { width: 170px; }
.mobile-brand span { color: var(--navy); font-size: 10px; font-weight: 800; }

.first-view { background: #073349; }
.hero-slides { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
.hero-slide {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  opacity: 0;
  transform: scale(1.012);
  transition: opacity 1.15s ease, transform 7s ease;
}
.hero-slide.is-active { opacity: 1; transform: scale(1); }
.first-view::before { z-index: 1; }
.first-view-shade { z-index: 1; }
.first-view-inner { z-index: 2; }

@media (min-width: 981px) {
  .booking-shell-v9 .flight-search-v9 { padding: 0 25px 8px; }
  .trip-selector { min-height: 45px; }
  .booking-grid-v9 {
    grid-template-columns: minmax(390px, .84fr) minmax(540px, 1.16fr);
    gap: 18px;
    padding-top: 11px;
  }
  .desktop-route-cards { gap: 7px; }
  .route-card-v9 { min-height: 76px; padding: 10px 16px 9px; }
  .route-card-heading { margin-bottom: 3px; }
  .route-card-v9 h2 { font-size: 16px; }
  .route-card-time { margin-top: 4px; }
  .route-card-time strong { font-size: 18px; }
  .route-card-v9 p { margin-top: 3px; }
  .booking-controls-v9 { gap: 8px; }
  .booking-controls-v9 .booking-field,
  .booking-controls-v9 .passenger-picker summary,
  .booking-controls-v9 .search-flights { min-height: 57px; }
  .booking-language-note { min-height: 21px; padding-top: 4px; font-size: 9px; }
  .booking-shortcuts a { min-height: 38px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected { min-height: 159px; padding-top: 18px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected h2 { margin-top: 12px; font-size: 20px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected .route-card-time { margin-top: 14px; }
  .standard-search-v9.is-one-way .route-card-v9.is-oneway-selected .route-card-time strong { font-size: 26px; }
}

.anj-detail-hero h1 {
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.12;
  letter-spacing: -.04em;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.anj-legal-hero h1,
.news-archive-hero h1,
.single-news-header h1 {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.anj-legal-hero h1 { font-size: clamp(38px, 4.5vw, 60px); line-height: 1.12; }
.anj-company-table dd { line-height: 1.75; }

@media (max-width: 1120px) and (min-width: 901px) {
  .site-brand { gap: 10px; }
  .site-brand .site-logo { width: 148px; }
  .site-branch-name { padding-left: 10px; }
  .site-branch-name span { font-size: 9px; }
  .site-branch-name strong { font-size: 12px; }
  .global-menu > li > a { padding-inline: 5px; font-size: 11px; }
  .header-book { padding-inline: 11px; font-size: 11px; }
}

@media (max-width: 980px) and (min-width: 761px) {
  .booking-grid-v9 { grid-template-columns: minmax(340px, .9fr) minmax(390px, 1.1fr); gap: 14px; }
  .route-card-v9 { min-height: 80px; padding: 11px 14px 10px; }
  .booking-controls-v9 .booking-field,
  .booking-controls-v9 .passenger-picker summary,
  .booking-controls-v9 .search-flights { min-height: 58px; }
}

@media (max-width: 900px) {
  .site-brand { flex: 0 0 auto; }
  .site-brand .site-logo { width: 180px; }
  .site-branch-name { display: none; }
  .anj-detail-hero h1 { font-size: 38px; }
}

@media (max-width: 600px) {
  .site-brand .site-logo { width: 151px; }
  .hero-slide { background-position: 58% center; }
  .anj-detail-hero h1 { font-size: 36px; line-height: 1.14; }
  .anj-legal-hero h1 { font-size: 36px; line-height: 1.14; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; transform: none; }
}

/* V14.1: tighter homepage composition and clearer route messaging */
.site-branch-name {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  align-self: center;
  padding-left: 14px;
  border-left: 1px solid #dedbd7;
  color: var(--navy);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.2;
  white-space: nowrap;
  transform: translateY(3px);
}
.site-branch-name span,
.site-branch-name strong { display: inline; margin: 0; font: inherit; }

.hero-route-facts { width: min(690px, 100%); }
.hero-route-days { background: transparent; }
.hero-route-facts strong { font-size: 16px; }

@media (min-width: 981px) {
  .booking-shell-v9 {
    width: min(1140px, 100%);
    margin-right: auto;
    margin-left: auto;
  }
  .booking-grid-v9 {
    grid-template-columns: minmax(390px, .88fr) minmax(520px, 1.12fr);
    gap: 16px;
  }
}

/* Keep TOP information cards visually even regardless of excerpt/image proportions. */
@media (min-width: 601px) {
  .information-list { grid-auto-rows: 184px; }
  .information-card { height: 184px; min-height: 0; }
  .information-image { height: 184px; min-height: 0; }
}
.information-copy h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.information-copy p { -webkit-line-clamp: 2; }

.anj-route-focus > i { text-align: center; line-height: 1.35; }
.anj-route-focus > i small {
  display: block;
  margin-top: 4px;
  color: var(--wine);
  font-size: 12px;
  font-weight: 850;
}
.anj-network-diagram img { background: #f7fafc; }

@media (max-width: 1120px) and (min-width: 901px) {
  .site-branch-name { padding-left: 10px; font-size: 10px; transform: translateY(2px); }
}

@media (max-width: 600px) {
  .information-list { grid-auto-rows: 136px; }
  .information-card { height: 136px; min-height: 0; }
  .information-image { height: 136px; min-height: 0; }
  .hero-route-facts strong { font-size: 12px; }
  .hero-route-days { background: transparent; }
}


/* V14.3: roomier first view, lower booking panel, cleaner route cards */
.first-view { min-height: 820px; background-position: center center; }
.first-view-inner { min-height: 820px; padding-top: 20px; padding-bottom: 28px; }
.hero-copy { max-width: 980px; }
.hero-copy h1 { max-width: 980px; font-size: clamp(34px,4vw,58px); line-height: 1.24; letter-spacing: -.035em; }
.hero-route-facts { width: min(690px, 100%); margin-top: 40px; }
.booking-shell-v9 { margin-top: 40px; }
.route-card-v9 p { display: none; }
.route-card-v9 { min-height: 68px; padding: 9px 16px 8px; }
.route-card-heading { margin-bottom: 2px; }
.route-card-time { margin-top: 3px; }
.booking-shell-v9 .flight-search-v9 { padding-bottom: 6px; }
.booking-language-note { min-height: 18px; margin-top: -2px; padding-top: 2px; font-size: 9px; }
.booking-shortcuts a { min-height: 34px; }
.site-branch-name { transform: translateY(4px); }

@media (min-width: 981px) {
  .booking-shell-v9 .flight-search-v9 { padding: 0 25px 6px; }
  .route-card-v9 { min-height: 66px; padding: 8px 16px 7px; }
  .route-card-v9 h2 { font-size: 16px; }
  .route-card-time strong { font-size: 17px; }
  .booking-language-note { min-height: 18px; padding-top: 0; }
  .booking-shortcuts a { min-height: 34px; }
}

@media (max-width: 900px) {
  .first-view { min-height: auto; }
  .first-view-inner { min-height: auto; }
  .site-branch-name { transform: none; }
}


/* V14.4: route maps image swap, route focus colors, mobile overflow guard, sitemap cleanup */
.anj-route-focus .is-origin { color: #fff; background: var(--navy); }
.anj-route-focus .is-origin span { color: #fff; }
.anj-route-focus .is-hub { color: #fff; background: var(--wine); }
.anj-route-focus .is-hub span { color: #fff; }
.anj-network-diagram img { display: block; width: 100%; height: auto; }

@media (max-width: 900px) {
  html, body { overflow-x: hidden; }
  .site-container,
  .booking-shell-v9,
  .flight-search-v9,
  .anj-detail-hero-inner,
  .anj-network-diagram img,
  .hero-route-facts,
  .booking-shortcuts,
  .trip-selector,
  .booking-grid-v9,
  .booking-controls-v9 { max-width: 100%; }
}


/* V14.5: lower booking panel, equal route focus card heights, remove route caption spacing */
@media (min-width: 981px) {
  .first-view { min-height: 920px; }
  .first-view-inner { min-height: 920px; padding-top: 58px; padding-bottom: 22px; }
  .booking-shell.booking-shell-v9 { margin-top: 86px; }
}
.anj-route-focus { align-items: stretch; }
.anj-route-focus > div {
  min-height: 142px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.anj-route-focus > i {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 142px;
}
.anj-network-diagram figcaption { display: none; }


/* V14.6: keep hero within one screen while lowering booking panel on desktop */
@media (min-width: 981px) {
  .first-view {
    min-height: calc(100svh - 58px);
    max-height: calc(100svh - 58px);
  }
  .first-view-inner {
    min-height: calc(100svh - 58px);
    max-height: calc(100svh - 58px);
    padding-top: 52px;
    padding-bottom: 18px;
  }
  .booking-shell.booking-shell-v9 {
    margin-top: 72px;
    transform: translateY(38px);
  }
}


/* V14.7: make the mobile hamburger reliably visible on narrower Android widths */
@media (max-width: 900px) {
  .header-inner {
    position: relative;
    width: min(100% - 34px, 760px);
    padding-right: 50px;
    box-sizing: border-box;
  }
  .site-brand {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .site-branch-name {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .menu-button {
    display: block !important;
    position: absolute;
    z-index: 650;
    top: 50%;
    right: 0;
    flex: 0 0 40px;
    margin: 0;
    transform: translateY(-50%);
  }
}

@media (max-width: 600px) {
  .header-inner {
    width: calc(100% - 28px);
    padding-right: 46px;
  }
  .site-brand {
    gap: 9px;
  }
  .site-brand .site-logo {
    width: 138px;
  }
  .site-branch-name {
    padding-left: 9px;
    font-size: 9.5px;
    transform: translateY(2px);
  }
  .menu-button {
    right: -2px;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 420px) {
  .site-brand .site-logo { width: 126px; }
  .site-branch-name { font-size: 9px; }
}

/* V16.0 — Air Niugini Japan review revisions */
img { max-width: 100%; }

/* Information guide */
.anj-info-layout { display: grid; grid-template-columns: minmax(0,1fr) 280px; gap: 54px; align-items: start; padding-top: 58px; padding-bottom: 80px; }
.anj-info-sidebar { position: sticky; top: 110px; display: grid; gap: 0; border-top: 2px solid var(--navy); }
.anj-info-sidebar a { display: block; padding: 17px 14px; border-bottom: 1px solid #ddd9d5; color: var(--navy); font-weight: 750; text-decoration: none; }
.anj-info-sidebar a.is-current { color: var(--wine); }
.anj-article-prose { min-width: 0; }
.anj-article-prose > h2 { margin: 38px 0 14px; color: var(--navy); font-size: 26px; }
.anj-article-prose > h2:first-child { margin-top: 0; }
.anj-article-prose p, .anj-article-prose li { line-height: 1.95; }
.anj-article-prose ul { padding-left: 1.3em; }
.anj-lead { font-size: 17px; font-weight: 700; }
.anj-news-section { min-width: 0; }
.anj-news-section .news-archive-list { padding: 0; }
.anj-hq-news-card { margin-top: 48px; padding: 28px 32px; background: #f2efeb; border-left: 4px solid var(--wine); }
.anj-hq-news-card h2 { margin: 4px 0 10px; }
.anj-hq-news-card a { display: inline-flex; margin-top: 8px; color: var(--wine); font-weight: 800; }
.news-text-placeholder { display:flex; align-items:center; justify-content:center; width:100%; height:100%; min-height:inherit; padding:24px; background:#f4efe6; color:#253646; text-align:center; }
.news-text-placeholder > span { font-size: clamp(22px, 3vw, 30px); line-height:1.3; font-weight:500; letter-spacing:.04em; }
.news-archive-image .news-text-placeholder, .information-image .news-text-placeholder { min-height: inherit; }
.single-news-image .news-text-placeholder { min-height: 330px; }

/* Plan / destinations */
.anj-hub-grid-plan { grid-template-columns: repeat(5, minmax(0,1fr)); }
.anj-plan-destinations { padding-top: 18px; }
.anj-destination-group { margin-top: 42px; }
.anj-destination-group > h3 { margin: 0 0 20px; padding-bottom: 12px; border-bottom: 1px solid #d8d4cf; color: var(--navy); font-size: 24px; }
.anj-destination-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:24px; }
.anj-destination-card { overflow:hidden; background:#fff; border:1px solid #dedbd7; }
.anj-destination-card a { display:block; height:100%; color:var(--navy); text-decoration:none; }
.anj-destination-card img { display:block; width:100%; aspect-ratio:16/9; object-fit:cover; }
.anj-destination-card div { position:relative; padding:16px 18px 19px; }
.anj-destination-card span { display:block; margin-bottom:4px; color:#6a727a; font-size:11px; font-weight:700; }
.anj-destination-card h4 { margin:0; padding-right:48px; font-size:21px; }
.anj-destination-card b { position:absolute; right:18px; bottom:20px; color:var(--wine); font-size:12px; }
.destinations-section-v16 .anj-destination-group:first-of-type { margin-top: 18px; }

/* Route maps */
.anj-route-map-section { margin-top: 54px; }
.anj-route-map-section + .anj-route-map-section { margin-top: 72px; }
.anj-route-map-section .anj-network-diagram { margin-top: 24px; }
.anj-route-map-section .anj-network-diagram img { width:100%; height:auto; display:block; border-radius: 0; }
.anj-route-lists-swapped { align-items:start; }
.anj-route-category { padding: 24px; border:1px solid #ddd9d5; background:#fff; }
.anj-route-category h3 { margin:0 0 18px; color:var(--navy); font-size:22px; }
.anj-route-category h4 { margin:20px 0 8px; color:var(--wine); font-size:14px; }
.anj-route-category .anj-code-grid { background: transparent; gap: 0 14px; }
.anj-route-category .anj-code-grid span { border-bottom:1px solid #e1ded9; }
.anj-route-category .anj-code-grid span:nth-child(1), .anj-route-category .anj-code-grid span:nth-child(2) { border-top:1px solid #e1ded9; }
.anj-note { padding:18px 20px; background:#f3f0eb; border-left:3px solid var(--wine); }

/* Schedule / connecting services */
.anj-connection-schedule { margin-top: 56px; }
.anj-connection-schedule img { display:block; width:100%; height:auto; margin-top:24px; }
.schedule-routes .route-card-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:5px; }
.schedule-routes .route-card-heading span { font-size:10px; font-weight:900; letter-spacing:.08em; }
.schedule-routes .route-card-heading b { font-size:10px; letter-spacing:.12em; }
.schedule-routes h2 small { opacity:.7; font-size:10px; }
.schedule-routes h2 i { margin:0 7px; opacity:.65; font-style:normal; }
.schedule-routes .route-card-time { display:flex; align-items:baseline; gap:9px; margin:20px 0 10px; }
.schedule-routes .route-card-time strong { font-size:32px; line-height:1; }
.schedule-routes .route-card-time i { opacity:.65; font-style:normal; }

/* Baggage tables */
.anj-wide-table { overflow-x:auto; -webkit-overflow-scrolling:touch; }
.anj-prepaid-table { min-width: 920px; }
.anj-prepaid-table th, .anj-prepaid-table td { white-space:nowrap; }
.anj-keyfacts-4 { grid-template-columns: repeat(4,minmax(0,1fr)); }

/* Company / contact */
.anj-card-grid-4 { grid-template-columns:repeat(4,minmax(0,1fr)); }
.anj-detail-hero-about img { object-fit:cover; object-position:center; }
.anj-greeting { max-width: 980px; }
.anj-greeting-body { padding: 30px 34px; background:#f5f2ee; }
.anj-greeting-body p { line-height:1.9; }
.anj-signature { margin-top:24px; text-align:right; }
.anj-hq-contact { align-content:start; }
.anj-hq-contact strong { margin-top:6px; font-size:11px; color:#6a727a; }
.anj-hq-contact a { display:block; margin-top:5px; }
.anj-office-address { margin:30px 0 50px; padding:28px 32px; background:#f5f2ee; }
.anj-office-address h2 { margin:4px 0 12px; }

/* Travel agencies */
.anj-agency-status { padding:24px 28px; margin-bottom:30px; border-left:4px solid var(--wine); background:#f4f1ed; }
.anj-agency-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.anj-agency-grid article { padding:24px; border:1px solid #ddd9d5; }
.anj-agency-grid h2 { margin:0 0 10px; font-size:20px; }
.anj-agency-grid p { margin:0; color:#6a727a; }

/* Text wrapping requested in review */
.anj-section-heading { max-width: 1080px; }
.anj-section-heading h2 { text-wrap: balance; }
.anj-section-heading > p:last-child { max-width: 980px; }
.anj-article-prose, .anj-section-heading, .anj-detail-hero-inner > div { overflow-wrap: normal; word-break: normal; }

@media (max-width: 1100px) {
  .anj-hub-grid-plan { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .anj-card-grid-4 { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 900px) {
  html, body { overflow-x:hidden; }
  .anj-info-layout { grid-template-columns:1fr; gap:32px; padding-top:36px; }
  .anj-info-sidebar { position:static; order:-1; }
  .anj-destination-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .anj-route-lists-swapped { grid-template-columns:1fr; }
  .anj-keyfacts-4 { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .anj-agency-grid { grid-template-columns:1fr; }
}
@media (max-width: 640px) {
  .anj-hub-grid-plan, .anj-destination-grid, .anj-card-grid-4 { grid-template-columns:1fr; }
  .anj-destination-card h4 { font-size:19px; }
  .anj-keyfacts-4 { grid-template-columns:1fr 1fr; }
  .schedule-routes .route-card-time strong { font-size:26px; }
  .anj-greeting-body { padding:22px 20px; }
}
.anj-code-grid { display: grid; grid-template-columns: 1fr; gap: 1px; background: #ddd9d5; }
.anj-code-grid span { display: grid; grid-template-columns: 140px 1fr; gap: 5px; padding: 8px; background: #fff; font-size: 12px; }
.anj-code-grid b { color: var(--wine); }
.anj-code-gridi { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: #ddd9d5; }
.anj-code-gridi span { display: grid; grid-template-columns: 140px 1fr; gap: 5px; padding: 8px; background: #fff; font-size: 12px; }
.anj-code-gridi b { color: var(--wine); }

.anj-process-list2 { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d9d6d2; }
.anj-process-list2 li { display: grid; grid-template-columns: minmax(180px,.3fr) 1fr; gap: 28px; padding: 23px 5px; border-bottom: 1px solid #d9d6d2; }
.anj-process-list2 b { color: var(--navy); }
.anj-process-list2 span { color: #59656e; line-height: 1.75; }
.anj-process-numbered2 { counter-reset: step; }
.anj-process-numbered2 li { grid-template-columns: 240px 1fr; }
.anj-process-numbered2 b::before { counter-increment: step; content: counter(step, decimal-leading-zero) ' '; margin-right: 12px; color: var(--wine); }

.anj-connection-schedule2 img { display:block; width:757px; height:auto; margin: auto; }
.anj-article-prose2 p, .anj-article-prose li { line-height: 1.2; }
.anj-official-links2 { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; margin-bottom: 20px;}
.anj-official-links2 a, .anj-map-link { display: inline-flex; min-height: 48px; align-items: center; padding: 0 19px; border: 1px solid var(--wine); color: var(--wine); font-weight: 800; text-decoration: none; }
.anj-official-links2 a:first-child { color: #fff; background: var(--wine); }
.anj-official-links3 { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; margin-bottom: 20px;}
.anj-official-links3 a, .anj-map-link { display: inline-flex; min-height: 48px; align-items: center; padding: 0 19px; border: 1px solid var(--wine); color: var(--wine); font-weight: 800; text-decoration: none; }

.grecaptcha-badge { visibility: hidden; }

.auto-style1 {
	text-align: center;	color: #7f004f;	font-size: medium;}

.anj-legal-hero2 { padding: 30px 330px 20px; color: #fff; background: linear-gradient(135deg,var(--navy),#173e52); }
.anj-legal-hero2 p:not(.eyebrow) { max-width: 900px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; }