@font-face {
  font-family: "Century Gothic E&B";
  src: url("assets/century-gothic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "E&B Kai SC";
  src: url("assets/kai_sc.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "E&B Kai TC";
  src: url("assets/kai_tc.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --sans: "Century Gothic E&B", "Century Gothic", Futura, Arial, sans-serif;
  --kai-sc: "E&B Kai SC", KaiTi, STKaiti, serif;
  --kai-tc: "E&B Kai TC", BiauKai, "Kaiti TC", KaiTi, serif;
  --ink: #18282a;
  --muted: #647275;
  --deep: #0a3439;
  --teal: #164b52;
  --teal-2: #2b6970;
  --copper: #be7048;
  --gold: #d8ae6a;
  --cream: #f4eee3;
  --paper: #fbf8f1;
  --sand: #e9dfcf;
  --line: #d8cbb8;
  --mint: #dce9e5;
  --lavender: #e9e2ed;
  --blue: #dfe9ed;
  --white: #fff;
  --shadow: 0 14px 38px rgba(10, 39, 43, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: #d6d8d5; }
body {
  margin: 0;
  color: var(--ink);
  background: #d6d8d5;
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
/* Keep Latin letters and numerals in Century Gothic, then hand CJK glyphs to a
   real Kai face before any generic sans-serif fallback can intercept them. */
body.zh-hans, body.zh-hans * { font-family: "Century Gothic E&B", "Century Gothic", "E&B Kai SC", KaiTi, STKaiti, serif !important; }
body.yue, body.yue * { font-family: "Century Gothic E&B", "Century Gothic", "E&B Kai TC", BiauKai, "Kaiti TC", KaiTi, serif !important; }
button, input, textarea { font: inherit; }
body.modal-open { overflow: hidden; }

.screen-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 60px;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 0 26px;
  background: rgba(7, 43, 48, .97);
  color: #fff;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
}
.nav-brand { display: flex; align-items: center; gap: 13px; color: #fff; text-decoration: none; }
.brand-partner { color: #eef5f4; font-family: var(--sans); font-size: 14px; font-weight: 800; letter-spacing: .04em; }
.ebb-lockup { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-family: var(--sans); line-height: 1; }
.ebb-monogram { display: grid; width: 39px; height: 39px; flex: 0 0 auto; place-items: center; border: 1.4px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 800; letter-spacing: -.07em; }
.ebb-wordmark { display: grid; gap: 4px; white-space: nowrap; }
.ebb-wordmark b, .ebb-wordmark small { display: block; color: inherit; font-family: var(--sans); font-style: normal; line-height: 1; }
.ebb-wordmark b { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.ebb-wordmark small { font-size: 7px; font-weight: 800; letter-spacing: .16em; }
.ebb-lockup-light { color: #fff; }
.ebb-lockup-nav { gap: 6px; }
.ebb-lockup-nav .ebb-monogram { width: 31px; height: 31px; font-size: 8px; }
.ebb-lockup-nav .ebb-wordmark { gap: 3px; }
.ebb-lockup-nav .ebb-wordmark b { font-size: 7px; }
.ebb-lockup-nav .ebb-wordmark small { font-size: 5.5px; }
.ebb-logo-image { display: block; object-fit: contain; }
.ebb-logo-nav { width: 42px; height: 42px; }
.ebb-logo-cover { width: 78px; height: 74px; }
.nav-links { display: flex; gap: 20px; margin-left: auto; }
.nav-links a { color: #fff; font-size: 15px; font-weight: 800; text-decoration: none; }
.language-toggle { display: flex; gap: 3px; padding: 3px; border: 1px solid rgba(255,255,255,.24); border-radius: 999px; }
.language-toggle button { min-width: 57px; padding: 7px 12px; border: 0; border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-family: var(--sans); font-size: 14px; font-weight: 800; }
.language-toggle button[data-lang="zh"] { font-family: "E&B Kai SC", KaiTi, STKaiti, serif; }
.language-toggle button[data-lang="yue"] { font-family: "E&B Kai TC", BiauKai, "Kaiti TC", KaiTi, serif; }
.language-toggle button[data-lang="en"] { font-family: var(--sans) !important; }
body .language-toggle button[data-lang="zh"] { font-family: "E&B Kai SC", KaiTi, STKaiti, serif !important; }
body .language-toggle button[data-lang="yue"] { font-family: "E&B Kai TC", BiauKai, "Kaiti TC", KaiTi, serif !important; }
.language-toggle button.active { background: var(--gold); color: var(--deep); font-weight: 800; }
.print-button { padding: 9px 14px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; background: transparent; color: #fff; cursor: pointer; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .05em; text-decoration: none; }

#deck { width: 13.333in; margin: 26px auto 80px; }
.print-only { display: none !important; }
.page {
  position: relative;
  scroll-margin-top: 72px;
  width: 13.333in;
  height: 7.5in;
  overflow: hidden;
  margin: 0 0 26px;
  padding: 40px 58px 36px;
  break-after: page;
  page-break-after: always;
  background: var(--paper);
  box-shadow: 0 14px 45px rgba(0,0,0,.15);
}
.page:last-child { break-after: auto; page-break-after: auto; }
.page-no { position: absolute; right: 28px; bottom: 17px; color: #8b887f; font-family: var(--sans); font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.page-no.light { color: rgba(255,255,255,.68); }
.page-footer { position: absolute; left: 58px; right: 58px; bottom: 16px; display: flex; justify-content: space-between; color: #65645f; font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .11em; }
.page-footer span:last-child { margin-right: 30px; }
.eyebrow { margin: 0 0 7px; color: var(--copper); font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: #e0aa88; }

/* Print chapter dividers */
.divider-page { padding: 0; background: var(--deep); color: #fff; }
.divider-visual { position: absolute; inset: 0; overflow: hidden; background: var(--deep); }
.divider-visual img { display: block; width: 100%; height: 100%; object-fit: cover; }
.divider-visual::after { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,38,42,.78) 0%,rgba(5,38,42,.48) 49%,rgba(5,38,42,.18) 100%); content: ""; }
.divider-map-visual { display: flex; align-items: center; justify-content: flex-end; padding: 48px 54px 40px 430px; background: radial-gradient(circle at 74% 46%,#24636a 0%,#123f45 46%,#082e33 100%); }
.divider-map-visual img { width: 650px; height: 570px; object-fit: contain; opacity: .9; }
.divider-map-visual::after { background: linear-gradient(90deg,rgba(5,38,42,.92) 0%,rgba(5,38,42,.62) 43%,rgba(5,38,42,.14) 100%); }
.divider-copy { position: absolute; z-index: 2; left: 62px; top: 105px; width: 610px; min-height: 380px; padding: 42px 47px 45px; border: 1px solid rgba(255,255,255,.74); background: rgba(247,242,232,.92); color: var(--deep); box-shadow: 0 18px 52px rgba(0,0,0,.2); }
.divider-index { margin: 0 0 30px; color: var(--copper); font-family: var(--sans); font-size: 63px; font-weight: 400; letter-spacing: -.055em; line-height: .76; }
.divider-copy .eyebrow.light { margin-bottom: 13px; color: var(--copper); font-size: 12px; }
.divider-copy h2 { max-width: 510px; margin: 0; color: var(--deep); font-size: 53px; font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.divider-copy > p:last-child { max-width: 505px; margin: 21px 0 0; color: #425c5f; font-size: 17px; line-height: 1.46; }
.divider-rule { position: absolute; z-index: 3; left: 62px; bottom: 77px; width: 124px; height: 4px; background: var(--gold); }
.page-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 18px; }
.page-header.compact { margin-bottom: 14px; }
.page-header h2 { max-width: 920px; margin: 0; font-size: 41px; font-weight: 400; letter-spacing: -.038em; line-height: 1.04; }
.header-deck { max-width: 820px; margin: 10px 0 0; color: #40585b; font-size: 17px; font-weight: 700; line-height: 1.4; }
.draft-chip, .range-chip { display: inline-flex; min-width: 100px; height: 36px; align-items: center; justify-content: center; flex: 0 0 auto; padding: 0 14px; border: 1px solid var(--copper); border-radius: 999px; color: var(--copper); font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .10em; }
.range-chip { border-color: #96b5b4; color: var(--teal); }
.section-intro { margin: 0 0 18px; color: #40585b; font-size: 17px; font-weight: 700; line-height: 1.45; }
.section-intro.narrow { max-width: 790px; }

/* Cover */
.cover { padding: 0; background: var(--deep); color: #fff; }
.cover-image { position: absolute; inset: 0 0 0 49%; width: 51%; height: 100%; object-fit: cover; object-position: 50% 46%; }
.cover-wash { position: absolute; inset: 0; background: linear-gradient(90deg,#072a2f 0%,#0c353a 47%,rgba(9,48,53,.77) 63%,rgba(9,48,53,.10) 100%); }
.cover-orbit { position: absolute; border: 1px solid rgba(218,157,119,.23); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; left: -250px; top: -150px; }
.orbit-two { width: 350px; height: 350px; left: 360px; bottom: -220px; }
.cover-top { position: absolute; top: 34px; left: 58px; display: flex; align-items: center; gap: 23px; }
.ebb-lockup-cover .ebb-monogram { width: 42px; height: 42px; font-size: 10px; }
.ebb-lockup-cover .ebb-wordmark b { font-size: 9px; }
.ebb-lockup-cover .ebb-wordmark small { font-size: 7px; }
.brand-x { color: rgba(255,255,255,.55); font-family: var(--sans); font-size: 17px; }
.charlotte-logo { width: 84px; height: 56px; object-fit: contain; }
.cover-copy { position: absolute; left: 60px; top: 155px; width: 590px; }
.cover-copy h1 { max-width: 590px; margin: 0; font-size: 66px; font-weight: 400; letter-spacing: -.052em; line-height: .96; }
.cover-sub { max-width: 500px; margin: 20px 0 0; color: #edf5f4; font-size: 20px; font-weight: 700; line-height: 1.48; }
.cover-meta { position: absolute; left: 60px; right: 60px; bottom: 48px; display: grid; grid-template-columns: 1fr .55fr 1.4fr; gap: 30px; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.20); }
.cover-meta span { display: block; margin-bottom: 5px; color: #e7ae8b; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .13em; }
.cover-meta strong { color: #fff; font-size: 15px; font-weight: 700; }

/* China route */
.route-page { background: var(--cream); }
.route-page .page-header h2 { color: var(--deep); }
.route-page .header-deck { color: #40585b; }
.route-page .page-header .eyebrow { color: var(--copper); }
.route-workspace { display: grid; height: 452px; grid-template-columns: minmax(0,1.72fr) minmax(270px,.58fr); overflow: hidden; border: 1px solid rgba(255,255,255,.13); background: var(--deep); box-shadow: var(--shadow); }
.map-panel { position: relative; min-width: 0; overflow: hidden; padding: 8px 24px 10px; border-right: 1px solid rgba(255,255,255,.14); }
.map-stage { position: relative; width: 527px; max-width: 100%; height: 430px; margin: -2px auto 0; }
.china-map-outline { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .96; }
.route-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
.route-lines polyline { fill: none; vector-effect: non-scaling-stroke; stroke-linecap: round; stroke-linejoin: round; }
.route-shadow { stroke: rgba(4,35,31,.48); stroke-width: 8; }
.route-path { stroke: #d9a959; stroke-width: 3.2; filter: drop-shadow(0 0 5px rgba(217,169,89,.42)); }
.map-stop { position: absolute; z-index: 4; display: grid; grid-template-columns: 24px auto; align-items: center; gap: 7px; padding: 0; border: 0; background: transparent; color: var(--deep); cursor: pointer; transform: translate(-12px,-12px); text-align: left; }
.map-stop > span { display: grid; width: 28px; height: 28px; place-items: center; border: 2px solid #fff9ef; border-radius: 50%; background: var(--deep); color: #fff; box-shadow: 0 2px 10px rgba(8,46,39,.32); font-family: var(--sans); font-size: 10px; font-weight: 800; }
.map-stop > strong { padding: 4px 2px; background: transparent; color: #123c36; box-shadow: none; font-size: 15px; font-weight: 900; text-shadow: 0 1px 0 rgba(255,255,255,.96), 0 0 5px rgba(255,255,255,.78); white-space: nowrap; }
.map-stop:hover > span, .map-stop:focus-visible > span { background: var(--copper); transform: scale(1.12); }
.mode-icon { position: absolute; z-index: 3; display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid rgba(255,255,255,.50); border-radius: 50%; background: rgba(7,43,48,.92); color: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.20); }
.mode-icon svg { width: 21px; height: 21px; fill: currentColor; }
.mode-icon > span { display: block; font-family: Arial, sans-serif !important; font-size: 24px; font-weight: 800; line-height: 1; }
.mode-icon.train-icon { left: 79%; top: 40%; }
.mode-icon.flight-one { left: 66%; top: 54%; }
.mode-icon.flight-two { left: 58%; top: 69%; }
.mode-icon.flight-one svg { transform: rotate(174deg); transform-origin: center; }
.mode-icon.flight-two svg { transform: rotate(50deg); transform-origin: center; }
.map-hint { position: absolute; left: 25px; bottom: 11px; margin: 0; color: rgba(255,255,255,.84); font-size: 12px; font-weight: 700; }
.route-summary { display: flex; min-height: 0; flex-direction: column; overflow: hidden; padding: 20px 22px 16px; background: rgba(3,31,34,.74); color: #fff; }
.route-stat { display: flex; align-items: flex-end; justify-content: space-between; padding-bottom: 12px; border-bottom: 1px solid rgba(255,255,255,.14); }
.route-stat strong { color: var(--gold); font-family: var(--sans); font-size: 48px; font-weight: 400; line-height: .9; }
.route-stat span { color: rgba(255,255,255,.82); font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .10em; }
.route-summary ol { margin: 7px 0 10px; padding: 0; list-style: none; }
.route-summary li { display: grid; min-height: 47px; grid-template-columns: 32px 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.10); }
.route-summary li > span { color: var(--gold); font-family: var(--sans); font-size: 11px; }
.route-summary li strong { display: block; font-size: 17px; font-weight: 700; }
.route-summary li small { display: block; margin-top: 2px; color: rgba(255,255,255,.78); font-family: var(--sans); font-size: 11px; letter-spacing: .05em; }
.route-note { margin-top: auto; padding: 10px 12px; background: rgba(216,174,106,.11); }
.route-note strong { color: var(--gold); font-family: var(--sans); font-size: 11px; letter-spacing: .10em; }
.route-note p { margin: 6px 0 0; color: rgba(255,255,255,.90); font-size: 12px; font-weight: 700; line-height: 1.43; }

/* Overview */
.overview-page { background: var(--paper); }
.overview-columns { display: grid; grid-template-columns: 84px 130px 1fr 1fr; gap: 12px; }
.overview-head { min-height: 34px; align-items: center; padding: 0 12px; border-bottom: 2px solid var(--ink); color: #55534f; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .10em; }
.overview-row { display: grid; min-height: 73px; grid-template-columns: 84px 130px 1fr 1fr; gap: 12px; align-items: center; padding: 7px 12px; border-bottom: 1px solid var(--line); }
.overview-row:nth-child(even) { background: rgba(232,222,207,.34); }
.overview-day { font-family: var(--sans); font-size: 17px; color: var(--copper); }
.overview-day small { display: block; margin-top: 2px; color: #5d5b56; font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.overview-city { font-size: 15px; font-weight: 700; }
.overview-session { min-width: 0; }
.overview-session strong { display: block; overflow: hidden; margin-bottom: 5px; font-size: 14px; font-weight: 700; line-height: 1.22; text-overflow: ellipsis; white-space: nowrap; }
.overview-full { grid-column: 3 / 5; }
.overview-row.has-full .overview-session strong { overflow: visible; white-space: normal; }
.type-chip { display: inline-flex; align-items: center; min-height: 23px; padding: 0 8px; border-radius: 999px; background: var(--teal); color: #fff; font-family: var(--sans); font-size: 9.5px; font-weight: 800; letter-spacing: .045em; text-transform: uppercase; }
.type-chip.expert { background: #745981; }
.type-chip.corporate { background: #496d7a; }
.type-chip.culture { background: var(--copper); }
.type-chip.university { background: #705a87; }
.type-chip.transfer { background: #7a8588; }
.type-chip.optional { border: 1px solid #9a8150; background: transparent; color: #80693b; }
.type-chip.addon { border: 1px solid var(--copper); background: transparent; color: var(--copper); }
.type-key { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 15px; }
.pace-note { display: grid; grid-template-columns: 150px 1fr; gap: 18px; margin-top: 17px; padding: 14px 16px; border-radius: 8px; background: var(--mint); color: #344f52; font-size: 13px; font-weight: 700; line-height: 1.4; }
.pace-note strong { color: var(--teal); font-family: var(--sans); font-size: 11px; letter-spacing: .08em; }

/* Hotels */
.hotel-page { background: var(--cream); }
.hotel-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.hotel-card { position: relative; display: grid; height: 220px; grid-template-columns: 56% 44%; overflow: hidden; padding: 0; border: 1px solid rgba(217,204,184,.95); border-radius: 13px; background: #fff; box-shadow: 0 7px 18px rgba(17,52,57,.06); cursor: pointer; text-align: left; }
.hotel-card:hover, .hotel-card:focus-visible { transform: translateY(-2px); box-shadow: 0 13px 28px rgba(17,52,57,.14); outline: 2px solid rgba(190,112,72,.28); }
.hotel-image { position: relative; min-width: 0; overflow: hidden; }
.hotel-image img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.hotel-card:hover .hotel-image img { transform: scale(1.025); }
.hotel-image::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(5,35,39,0),rgba(5,35,39,.12)); content: ""; }
.hotel-copy { position: relative; display: flex; min-width: 0; flex-direction: column; padding: 14px 16px 12px; }
.hotel-topline { display: flex; align-items: center; justify-content: space-between; gap: 8px; color: var(--copper); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .09em; }
.hotel-copy h3 { max-width: 100%; margin: 9px 0 8px; font-size: 19px; font-weight: 700; letter-spacing: -.02em; line-height: 1.08; }
.hotel-stay { margin: 0 0 7px; color: var(--teal); font-family: var(--sans); font-size: 10.5px; font-weight: 800; letter-spacing: .035em; line-height: 1.25; }
.hotel-location { max-width: 100%; margin: 0; color: var(--muted); font-size: 13px; font-weight: 700; line-height: 1.34; }
.hotel-highlights { margin: 8px 0 0; padding: 0 0 0 17px; color: #344d50; font-size: 11.5px; font-weight: 700; line-height: 1.34; }
.hotel-highlights li { margin: 2px 0; }
.hotel-highlights li::marker { color: var(--copper); }
.hotel-action { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 8px; border-top: 1px solid #ece3d6; color: var(--teal); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.hotel-action b { color: var(--copper); font-size: 18px; }
.hotel-hint { margin: 9px 0 0; color: #625e57; font-size: 11px; font-weight: 800; text-align: right; }

/* One hotel per printed page */
#hotel-print-pages { display: contents; }
.hotel-print-page { padding: 38px 58px 32px; background: var(--paper); }
.hotel-print-header { display: flex; min-height: 99px; align-items: flex-start; justify-content: space-between; gap: 30px; }
.hotel-print-header > div { min-width: 0; }
.hotel-print-header h2 { max-width: 960px; margin: 0; color: var(--ink); font-size: 34px; font-weight: 700; letter-spacing: -.033em; line-height: 1.07; }
.hotel-print-stay { margin: 8px 0 0; color: var(--teal); font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .055em; }
.hotel-print-grid { display: grid; height: 536px; grid-template-columns: minmax(0,1.66fr) minmax(0,.84fr); gap: 20px; }
.hotel-print-gallery { display: grid; min-width: 0; min-height: 0; grid-template-columns: repeat(3,minmax(0,1fr)); grid-template-rows: minmax(0,1.8fr) minmax(0,1fr); gap: 8px; overflow: hidden; }
.hotel-print-photo { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; background: #ded4c7; }
.hotel-print-photo.hotel-print-hero { grid-column: 1 / -1; }
.hotel-print-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hotel-print-photo::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 62%,rgba(5,38,42,.48)); content: ""; }
.hotel-print-photo figcaption { position: absolute; z-index: 2; right: 12px; bottom: 9px; left: 12px; color: #fff; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; text-shadow: 0 1px 3px rgba(0,0,0,.75); }
.hotel-print-copy { display: flex; min-width: 0; flex-direction: column; padding: 30px 29px 26px; background: var(--deep); color: #fff; }
.hotel-print-opened { display: flex; align-items: baseline; gap: 10px; margin: 0 0 25px; padding-bottom: 19px; border-bottom: 1px solid rgba(255,255,255,.26); font-family: var(--sans); }
.hotel-print-opened span, .hotel-print-block > span { color: #f0bb97; font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.hotel-print-opened strong { color: #fff; font-size: 17px; font-weight: 800; }
.hotel-print-block + .hotel-print-block { margin-top: 27px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.23); }
.hotel-print-block p { margin: 9px 0 0; color: #e4eeec; font-size: 15px; line-height: 1.48; }
.hotel-print-highlights ul { margin: 11px 0 0; padding: 0 0 0 19px; color: #e4eeec; font-size: 14px; line-height: 1.43; }
.hotel-print-highlights li { margin: 10px 0; padding-left: 2px; }
.hotel-print-highlights li::marker { color: var(--gold); }

/* Zicasso-style half-day itinerary pages */
.session-page { padding: 42px 74px 24px; background: #fff; }
.session-z-header { display: flex; min-height: 74px; align-items: flex-start; justify-content: space-between; gap: 28px; }
.session-z-heading { min-width: 0; }
.session-dayline { margin: 0 0 7px; color: #9a4c2e; font-family: var(--sans); font-size: 19px; font-weight: 800; letter-spacing: .015em; }
.session-z-heading h2 { max-width: 940px; margin: 0; color: #111; font-size: 25px; font-weight: 800; line-height: 1.1; letter-spacing: -.015em; }
.session-z-logo { width: 64px; height: 60px; flex: 0 0 auto; object-fit: contain; filter: none; -webkit-filter: none; }
.choice-ribbon { display: flex; min-height: 42px; align-items: center; justify-content: space-between; margin: 5px 0 10px; padding: 0 16px; border: 1px solid var(--teal); background: var(--teal); color: #fff; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.choice-ribbon strong { color: #f1c894; }
.session-z-grid { display: grid; height: 545px; min-height: 0; grid-template-columns: minmax(0,1.95fr) minmax(0,1fr); align-items: stretch; gap: 30px; overflow: hidden; margin-top: 13px; }
.session-page.has-choice .session-z-grid { height: 493px; margin-top: 0; }
.session-z-copy { display: flex; min-width: 0; height: 100%; flex-direction: column; padding: 22px 27px 25px; background: var(--deep); color: #fff; box-shadow: 0 3px 9px rgba(0,0,0,.18); }
.session-z-copy h3 { margin: 0 0 15px; font-size: 22px; font-weight: 800; line-height: 1.12; }
.session-meta { display: grid; gap: 8px; margin: 0 0 17px; }
.session-meta-row { display: grid; grid-template-columns: 122px 1fr; gap: 9px; align-items: center; }
.session-meta-label { font-family: var(--sans); font-size: 15px; font-weight: 800; }
.session-tagset { display: flex; flex-wrap: wrap; gap: 6px; }
.session-tag { display: inline-flex; min-height: 30px; align-items: center; padding: 4px 10px; background: #fff; color: var(--deep); font-family: var(--sans); font-size: 12px; font-weight: 800; line-height: 1.1; }
.session-description { margin: 0; color: #fff; font-size: 16.5px; font-weight: 700; line-height: 1.36; }
.session-note { margin: auto 0 0; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.35); color: #dce9e5; font-size: 13px; font-weight: 700; line-height: 1.32; }
.session-z-images { display: grid; width: 100%; height: 100%; min-width: 0; min-height: 0; grid-template-rows: minmax(0,1fr) minmax(0,1fr); gap: 12px; overflow: hidden; }
.session-z-image { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; background: #e6ddd0; }
.session-z-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
#day-1-pm .session-z-image:first-child img { transform: scale(1.16); transform-origin: 50% 42%; }
#day-1-pm .session-z-image:nth-child(2) img { transform: scale(1.12); transform-origin: 50% 42%; }
#day-7-am .session-z-image:first-child img { filter: brightness(1.14) saturate(.92); }
.session-z-image::after { position: absolute; inset: 0; background: linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.13)); content: ""; }
.session-z-footer { position: absolute; right: 74px; bottom: 12px; left: 74px; display: flex; justify-content: space-between; color: #64615c; font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .10em; }
.session-z-footer span:last-child { margin-right: 27px; }

/* Pricing */
.pricing-page { background: var(--cream); }
.price-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 16px; }
.price-card { position: relative; display: flex; min-height: 300px; flex-direction: column; padding: 14px 23px 12px; border: 1px solid var(--line); border-top: 6px solid var(--teal); border-radius: 16px; background: rgba(255,255,255,.88); }
.price-card.hotel { border-top-color: var(--gold); }
.price-card.ground { border-top-color: var(--copper); }
.price-index { position: absolute; top: 15px; right: 18px; color: #d3c7b5; font-family: var(--sans); font-size: 30px; }
.price-kicker { min-height: 22px; margin: 0 0 10px; color: var(--copper); font-family: var(--sans); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.price-card h3 { margin: 0 0 8px; font-size: 23px; font-weight: 400; line-height: 1.14; }
.price-card > p:not(.price-kicker) { min-height: 60px; color: #40575a; font-size: 14px; font-weight: 700; line-height: 1.42; white-space: pre-line; }
.price-card > strong { display: block; margin-top: 8px; color: var(--teal); font-family: var(--sans); font-size: 27px; }
.price-card > strong small { display: block; margin-top: 5px; font-size: 10px; letter-spacing: .08em; }
.price-note { display: block; margin-top: auto; padding-top: 8px; border-top: 1px solid var(--line); color: #536466; font-size: 12px; font-weight: 700; line-height: 1.3; }
.single-supplement { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 6px 0 8px; padding: 6px 8px; border: 1px solid #dacdbb; background: #fff; color: var(--deep); }
.single-supplement span { font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.single-supplement b { font-family: var(--sans); font-size: 13px; }
.grand-total { display: grid; min-height: 82px; grid-template-columns: 1fr 1fr; align-items: stretch; margin-top: 12px; padding: 0; overflow: hidden; border-radius: 12px; background: var(--deep); color: #fff; }
.grand-total .total-metric { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 3px 18px; align-content: center; padding: 11px 22px; }
.grand-total .total-metric + .total-metric { border-left: 1px solid rgba(255,255,255,.22); }
.grand-total span { color: #f0b58e; font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .10em; }
.grand-total small { grid-column: 1 / -1; color: #d9e6e4; font-size: 12px; font-weight: 700; line-height: 1.25; }
.grand-total strong { color: #fff; font-family: var(--sans); font-size: 24px; font-weight: 800; white-space: nowrap; }
.pricing-page { padding-bottom: 142px; }
.pricing-page .grand-total { position: absolute; right: 58px; bottom: 42px; left: 58px; min-height: 82px; margin: 0; }

/* Inclusions */
.inclusion-page { background: var(--paper); }
.include-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 10px; }
.include-card { height: 510px; padding: 22px 25px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.include-card.included { border-top: 6px solid var(--teal); }
.include-card.excluded { border-top: 6px solid var(--copper); }
.include-card h3 { margin: 0 0 14px; font-family: var(--sans); font-size: 27px; font-weight: 700; }
.include-card ul { margin: 0; padding: 0; list-style: none; }
.include-card li { position: relative; padding: 10px 0 10px 27px; border-top: 1px solid #ece3d7; color: #43585b; font-size: 15px; font-weight: 400; line-height: 1.36; }
.include-card li::before { position: absolute; left: 2px; top: 7px; color: var(--teal); content: "+"; font-family: var(--sans); font-weight: 900; }
.include-card.excluded li::before { color: var(--copper); content: "−"; }
.basis-bar { display: grid; grid-template-columns: 180px 1fr; gap: 18px; margin-top: 14px; padding: 12px 15px; border-radius: 9px; background: var(--mint); color: #486164; font-size: 13px; line-height: 1.4; }
.basis-bar strong { color: var(--teal); font-family: var(--sans); font-size: 10px; letter-spacing: .09em; }

/* Add-ons */
.addons-page { padding-top: 0; background: var(--cream); }
.addon-hero { margin: 0 -58px 18px; padding: 32px 58px 25px; background: var(--deep); color: #fff; }
.addon-hero h2 { margin: 0; font-size: 49px; font-weight: 400; letter-spacing: -.04em; }
.addon-hero > p:last-child { margin: 9px 0 0; color: #d2e0de; font-size: 14px; }
.featured-addons { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.featured-addons article { position: relative; min-height: 176px; padding: 19px 21px 17px; border: 1px solid #d7c5ae; border-radius: 13px; background: #fff; }
.featured-addons article > span { color: var(--copper); font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .11em; }
.featured-addons h3 { margin: 14px 0 7px; font-size: 24px; font-weight: 400; }
.featured-addons p { max-width: 430px; margin: 0; color: #536669; font-size: 11px; line-height: 1.42; }
.featured-addons strong { position: absolute; right: 19px; bottom: 16px; color: var(--copper); font-family: var(--sans); font-size: 14px; }
.addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; margin-top: 10px; }
.addon-grid article { display: flex; min-height: 112px; align-items: flex-end; justify-content: space-between; gap: 14px; padding: 15px 17px; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.78); }
.addon-grid article:last-child:nth-child(odd) { grid-column: 1 / -1; }
.addon-grid article span { color: var(--copper); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.addon-grid h3 { margin: 7px 0 5px; font-size: 19px; line-height: 1.12; }
.addon-grid p { max-width: 410px; margin: 0; color: #455c5f; font-size: 12px; font-weight: 700; line-height: 1.35; }
.addon-grid b { color: var(--copper); font-family: var(--sans); font-size: 13px; white-space: nowrap; }
.next-step { display: grid; grid-template-columns: 100px 1fr; gap: 14px; margin-top: 13px; padding: 11px 14px; border-radius: 9px; background: var(--teal); color: #dce8e6; font-size: 10px; line-height: 1.4; }
.next-step strong { color: #e9b28e; font-family: var(--sans); font-size: 8px; letter-spacing: .11em; }

/* Closing */
.closing-page { display: grid; grid-template-columns: repeat(4,1fr); padding: 0; background: var(--deep); color: #fff; }
.closing-photo { height: 100%; overflow: hidden; }
.closing-photo img { width: 100%; height: 100%; object-fit: cover; }
.closing-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(7,39,44,.91),rgba(7,39,44,.62) 58%,rgba(7,39,44,.22)); }
.closing-content { position: absolute; left: 66px; top: 48px; width: 700px; }
.closing-logo { width: 92px; height: auto; margin-bottom: 70px; }
.closing-logo .ebb-monogram { width: 43px; height: 43px; font-size: 10px; }
.closing-logo .ebb-wordmark b { font-size: 9.5px; }
.closing-logo .ebb-wordmark small { font-size: 7.2px; }
.closing-content h2 { max-width: 700px; margin: 0; font-size: 59px; font-weight: 400; letter-spacing: -.046em; line-height: .98; }
.closing-content > p:not(.eyebrow) { max-width: 610px; margin: 20px 0 0; color: #d3e2e0; font-size: 17px; line-height: 1.45; }
.contact-line { display: flex; gap: 30px; margin-top: 52px; color: #fff; font-family: var(--sans); font-size: 10px; font-weight: 700; }

/* Hotel modal */
.modal-overlay { position: fixed; inset: 0; z-index: 300; display: none; place-items: center; padding: 24px; background: rgba(3,23,26,.82); backdrop-filter: blur(8px); }
.modal-overlay.open { display: grid; }
.modal-card { width: min(1160px,94vw); max-height: 90vh; overflow: hidden; border-radius: 16px; background: var(--paper); box-shadow: 0 28px 90px rgba(0,0,0,.42); }
.modal-bar { display: flex; height: 56px; align-items: center; justify-content: space-between; padding: 0 20px 0 24px; background: var(--deep); color: #fff; }
.modal-bar div { display: flex; align-items: center; gap: 14px; }
.modal-bar span { color: #dca47f; font-family: var(--sans); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.modal-bar strong { font-size: 13px; font-weight: 400; }
.modal-close { width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: transparent; color: #fff; cursor: pointer; font-size: 23px; line-height: 1; }
.modal-body { display: grid; min-height: 560px; grid-template-columns: .88fr 1.12fr; }
.modal-copy { padding: 31px 31px 26px; }
.modal-copy h2 { margin: 0 0 14px; font-size: 38px; font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.modal-stay-line { margin: -4px 0 14px; color: var(--teal); font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: .055em; }
.modal-opened-line { display: flex; align-items: baseline; gap: 10px; margin: 0 0 20px !important; color: #4f6265; font-family: var(--sans); }
.modal-opened-line span, .modal-location-block > span, .hotel-detail-grid span { color: var(--copper); font-family: var(--sans); font-size: 10px; font-weight: 800; letter-spacing: .10em; }
.modal-opened-line strong { color: var(--ink); font-family: var(--sans); font-size: 15px; font-weight: 800; }
.modal-location-block { margin: 0 0 18px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.modal-location-block p { margin: 7px 0 0; color: #42585b; font-size: 16px; line-height: 1.45; }
.hotel-detail-grid { display: block; }
.hotel-detail-grid div { padding: 0; border: 0; background: transparent; }
.modal-highlight-panel ul { margin: 10px 0 0; padding-left: 21px; color: #344d50; font-size: 16px; line-height: 1.48; }
.modal-highlight-panel li { margin: 7px 0; }
.modal-highlight-panel li::marker { color: var(--copper); }
.modal-gallery { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 4px; min-height: 560px; background: #ddd2c3; }
.modal-gallery figure { position: relative; min-width: 0; min-height: 0; overflow: hidden; margin: 0; }
.modal-gallery img { width: 100%; height: 100%; object-fit: cover; }
.modal-gallery figcaption { position: absolute; right: 8px; bottom: 8px; left: 8px; padding: 6px 8px; background: rgba(7,43,48,.78); color: #fff; font-family: var(--sans); font-size: 11px; font-weight: 800; letter-spacing: .06em; }

@page { size: 13.333in 7.5in; margin: 0; }
@media print {
  *, *::before, *::after { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }
  html, body { background: #fff; }
  .screen-nav, .modal-overlay { display: none !important; }
  .print-skip { display: none !important; }
  .print-only { display: block !important; }
  #hotel-print-pages { display: contents; }
  #deck { width: auto; margin: 0; }
  .page { margin: 0; break-inside: avoid; page-break-inside: avoid; background: var(--paper); box-shadow: inset 0 0 0 1000px var(--paper); }

  /* Safari may replace gradient overlays with opaque white boxes when
     "Print backgrounds" is off. The photos themselves are foreground images,
     so remove those overlays and darken the image directly instead. */
  .cover-wash, .divider-visual::after, .hotel-print-photo::after, .session-z-image::after, .closing-overlay { display: none !important; }
  .cover-image, .divider-visual img, .hotel-print-photo img, .session-z-image img, .closing-photo img {
    opacity: 1 !important;
    visibility: visible !important;
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .cover-image { filter: brightness(.48) saturate(.86); }
  .divider-visual img { filter: brightness(.62) saturate(.78); }
  .divider-map-visual img { filter: none; }
  .closing-photo img { filter: brightness(.42) saturate(.82); }

  /* Solid inset shadows are a print-safe fallback for Safari when CSS
     background colors are suppressed in the print dialog. */
  .cover, .divider-page, .route-page, .closing-page { background: var(--deep); box-shadow: inset 0 0 0 1000px var(--deep); }
  .route-page .page-header h2 { color: #fff; }
  .route-page .header-deck { color: #dceae8; }
  .route-page .page-header .eyebrow { color: #e5aa85; }
  .divider-copy { background: #f7f2e8; box-shadow: inset 0 0 0 1000px #f7f2e8, 0 18px 52px rgba(0,0,0,.2); }
  .session-z-copy, .hotel-print-copy, .addon-hero { background: var(--deep); box-shadow: inset 0 0 0 1000px var(--deep); }
  .choice-ribbon, .next-step { background: var(--teal); box-shadow: inset 0 0 0 1000px var(--teal); }
  .grand-total { background: var(--deep); box-shadow: inset 0 0 0 1000px var(--deep); }
  .type-chip { background: var(--teal); box-shadow: inset 0 0 0 1000px var(--teal); }
  .type-chip.expert { background: #745981; box-shadow: inset 0 0 0 1000px #745981; }
  .type-chip.corporate { background: #496d7a; box-shadow: inset 0 0 0 1000px #496d7a; }
  .type-chip.culture { background: var(--copper); box-shadow: inset 0 0 0 1000px var(--copper); }
  .type-chip.university { background: #705a87; box-shadow: inset 0 0 0 1000px #705a87; }
  .type-chip.transfer { background: #7a8588; box-shadow: inset 0 0 0 1000px #7a8588; }
  .type-chip.optional, .type-chip.addon { box-shadow: none; }
  .session-tag { background: #fff; box-shadow: inset 0 0 0 1000px #fff; }
  .session-z-logo { filter: none !important; -webkit-filter: none !important; opacity: 1 !important; }

  /* Safari ignores the custom 16:9 @page size and prints on A4 landscape.
     Fill that sheet instead of scaling a 16:9 page to the top and leaving a
     large blank strip underneath. Chromium does not receive this class, so
     the official generated PDF remains 16:9. */
  html.safari-print #deck { width: 297mm; }
  html.safari-print .page { width: 297mm; height: 210mm; }
  html.safari-print .route-workspace { height: 544px; }
  html.safari-print .hotel-print-grid { height: 610px; }
  html.safari-print .session-z-grid { height: 619px; }
  html.safari-print .session-page.has-choice .session-z-grid { height: 567px; }
  html.safari-print .price-card { min-height: 350px; }
  html.safari-print .include-card { height: 520px; }
}

@media (max-width: 1320px) {
  #deck { transform-origin: top left; }
}

@media (max-width: 880px) {
  .nav-links { display: none; }
  .screen-nav { gap: 10px; padding: 0 12px; }
  .brand-partner, .ebb-lockup-nav .ebb-wordmark, .print-button { display: none; }
  #deck { width: 100%; margin-top: 0; }
  .page { width: 100%; height: auto; min-height: 100vh; margin: 0; padding: 30px 24px 50px; }
  .cover { height: 100vh; }
  .route-workspace, .modal-body { grid-template-columns: 1fr; }
  .route-workspace { height: auto; }
  .map-panel { min-height: 520px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
  .overview-columns, .overview-row { grid-template-columns: 64px 100px 1fr; }
  .overview-columns > :last-child, .overview-row > :last-child { grid-column: 3; }
  .hotel-grid, .price-cards, .include-grid, .featured-addons { grid-template-columns: 1fr; }
  .pricing-page { padding-bottom: 50px; }
  .pricing-page .grand-total { position: static; min-height: 0; margin-top: 18px; }
  .grand-total { grid-template-columns: 1fr; }
  .grand-total .total-metric + .total-metric { border-top: 1px solid rgba(255,255,255,.22); border-left: 0; }
  .hotel-card { height: 250px; }
  .session-z-grid { height: auto; grid-template-columns: 1fr; }
  .session-z-copy { min-height: 470px; }
  .session-z-images { min-height: 520px; }
  .page-footer, .session-z-footer { display: none; }
  .modal-card { overflow: auto; }
  .modal-gallery { min-height: 500px; }
}
