/* Tripwoa itinerary pages (11 Sep 2026). Tokens mirror /styles.css so the
   itineraries read as the same site; this file is standalone so the landing
   CSS can change without breaking the generated pages. */
:root {
  --paper: #f4f1eb;
  --paper-deep: #e9e4da;
  --white: #fffefb;
  --ink: #11182c;
  --muted: #5f6371;
  --purple: #432092;
  --purple-soft: #7554c8;
  --green: #00ca74;
  --green-deep: #007a49;
  --orange: #ff8b12;
  --line: rgba(17, 24, 44, .13);
  --shadow: 0 24px 60px rgba(30, 19, 67, .13);
  --page: min(1180px, calc(100vw - 48px));
  --sans: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: clip; color: var(--ink); background: var(--paper); font: 400 16px/1.65 var(--sans); -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 3px solid rgba(0, 202, 116, .45); outline-offset: 3px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 10px 14px; color: #fff; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

/* header + buttons */
.site-header { width: var(--page); min-height: 84px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: block; width: 150px; }
.desktop-nav { display: flex; gap: 30px; }
.desktop-nav a { color: #454958; font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--purple); }
.site-header > .button { justify-self: end; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--small { min-height: 42px; padding: 0 18px; font-size: 13px; }
.button--dark { color: #fff; background: var(--ink); }
.button--light { color: var(--purple); background: #fff; box-shadow: 0 16px 36px rgba(0, 0, 0, .18); }

/* breadcrumb + hero */
.crumbs { width: var(--page); margin: 24px auto 0; color: var(--muted); font-size: 13px; }
.crumbs ol { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 6px; }
.crumbs li + li::before { content: "›"; margin-right: 6px; color: #9a9dab; }
.crumbs a { font-weight: 700; text-decoration: none; }
.crumbs a:hover { color: var(--purple); }
.hero { width: var(--page); margin: 0 auto; padding: 30px 0 60px; display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); gap: clamp(34px, 5vw, 70px); align-items: center; }
.eyebrow { margin: 0 0 20px; display: flex; align-items: center; gap: 10px; color: #4e5260; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; flex: none; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0, 202, 116, .14); }
h1 { margin: 0; font-size: clamp(48px, 6vw, 84px); line-height: .94; letter-spacing: -.065em; font-weight: 800; text-wrap: balance; }
h1 em { font-style: normal; color: var(--purple); }
.hero__lede { max-width: 560px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 1.4vw, 19px); line-height: 1.65; }
.facts { margin: 30px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 14px 32px; list-style: none; }
.facts li { display: grid; gap: 2px; }
.facts b { font-size: 22px; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.facts span { color: var(--muted); font-size: 12px; font-weight: 700; }
.updated { margin: 18px 0 0; color: var(--muted); font-size: 13px; }
.hero__photo { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 34px; background: var(--paper-deep); box-shadow: var(--shadow); }
.hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.credit { position: absolute; right: 12px; bottom: 12px; max-width: calc(100% - 24px); padding: 6px 10px; border-radius: 8px; color: #fff; background: rgba(17, 24, 44, .74); font-size: 11px; line-height: 1.3; }
.credit a { color: #fff; }

/* sections */
.section { width: var(--page); margin: 0 auto; padding: clamp(54px, 7vw, 96px) 0; }
.section__head { max-width: 760px; }
.section__label { margin: 0 0 14px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
h2 { margin: 0; font-size: clamp(34px, 4vw, 56px); line-height: 1; letter-spacing: -.055em; text-wrap: balance; }
h2 em { font-style: normal; color: var(--purple); }
.section__head > p { margin: 18px 0 0; color: var(--muted); font-size: 17px; }

/* at a glance */
.glance { margin-top: 34px; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 16px; }
.glance a { display: flex; flex-direction: column; gap: 8px; padding: 22px 22px 24px; border: 1px solid var(--line); border-radius: 24px; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.glance a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.glance small { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.glance b { font-size: 21px; line-height: 1.15; letter-spacing: -.03em; }
.glance span { color: var(--muted); font-size: 14px; line-height: 1.5; }
.glance i { margin-top: auto; padding-top: 10px; font-style: normal; font-size: 12px; font-weight: 800; }

/* day */
.day { border-top: 1px solid var(--line); scroll-margin-top: 12px; }
.day__grid { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1.4fr); gap: clamp(30px, 5vw, 70px); align-items: start; }
.day__aside { position: sticky; top: 24px; }
.day__num { margin: 0 0 12px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.day__aside h2 { font-size: clamp(32px, 3.4vw, 46px); }
.day__aside > p { margin: 16px 0 0; color: var(--muted); }
.day__stats { margin: 18px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.day__stats li { padding: 7px 11px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 12px; font-weight: 800; font-variant-numeric: tabular-nums; }
.map { margin: 22px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); }
.map svg { display: block; width: 100%; height: auto; }
.map .m-bg { fill: #fbf9f4; }
.map .m-grid { stroke: rgba(17, 24, 44, .06); stroke-width: 1; }
.map .m-route { fill: none; stroke: var(--purple); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: .55; }
.map .m-pin { fill: var(--purple); stroke: #fff; stroke-width: 2.5; }
.map .m-num { fill: #fff; font: 800 11px var(--sans); }
.map .m-scale { stroke: var(--ink); stroke-width: 2; }
.map .m-text { fill: var(--muted); font: 700 10px var(--sans); }
.map figcaption { padding: 10px 14px 12px; border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 12px; color: var(--muted); font-size: 12px; }
.map figcaption a { color: var(--purple); font-weight: 800; }
.part { margin: 26px 0 12px; display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.part:first-child { margin-top: 0; }
.part::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--orange); }
.part--noon::before { background: var(--green); }
.part--afternoon::before { background: var(--purple-soft); }
.part--evening::before { background: var(--ink); }
.stop { display: grid; grid-template-columns: minmax(0, 230px) minmax(0, 1fr); gap: 22px; padding: 14px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); scroll-margin-top: 12px; }
.stop__photo { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 18px; background: var(--paper-deep); }
.stop__photo img { width: 100%; height: 100%; object-fit: cover; }
.stop__photo .credit { right: 6px; bottom: 6px; padding: 4px 6px; border-radius: 6px; font-size: 9.5px; }
.stop__body { min-width: 0; padding: 6px 8px 8px 0; }
.stop__top { display: flex; align-items: center; gap: 10px; }
.stop__n { flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: #fff; background: var(--purple); font-size: 12px; font-weight: 800; }
.stop__cat { color: var(--muted); font-size: 12px; font-weight: 700; }
.stop h3 { margin: 10px 0 8px; font-size: 22px; line-height: 1.15; letter-spacing: -.03em; }
.stop__body > p { margin: 0; color: #3d4150; font-size: 15px; line-height: 1.65; }
.stop__meta { margin: 12px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.stop__meta li { padding: 6px 10px; border-radius: 999px; background: var(--paper); font-size: 12px; font-weight: 800; }
.stop__meta .tip { color: #7a4200; background: rgba(255, 139, 18, .16); }
.walk { margin: 10px 0 10px 28px; display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; font-weight: 700; font-variant-numeric: tabular-nums; }
.walk::before { content: ""; width: 2px; height: 28px; background: repeating-linear-gradient(to bottom, var(--purple-soft) 0 5px, transparent 5px 10px); }
.meal { padding: 16px 20px; border: 1px dashed rgba(0, 122, 73, .35); border-radius: 22px; background: rgba(0, 202, 116, .09); font-size: 15px; }
.meal b { display: block; margin-bottom: 4px; color: var(--green-deep); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }

/* know-how */
.knowhow { margin-top: 34px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.know { padding: 26px; border: 1px solid var(--line); border-radius: 26px; background: var(--white); }
.know h3 { margin: 0 0 14px; font-size: 20px; letter-spacing: -.03em; }
.know ul { margin: 0; padding: 0; list-style: none; display: grid; gap: 14px; }
.know li { font-size: 15px; line-height: 1.6; }
.know li small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; }
.know li small a { color: var(--purple); font-weight: 700; }

/* faq */
.faq { max-width: 860px; margin-top: 30px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; font-size: 18px; font-weight: 800; letter-spacing: -.02em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--purple); font-size: 22px; line-height: 1; }
.faq details[open] summary::after { content: "–"; }
.faq details p { max-width: 720px; margin: 0 0 20px; color: var(--muted); }
.faq details p a { color: var(--purple); font-weight: 700; }

/* other lengths, cards */
.more { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 10px; }
.more a, .more span { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); font-size: 14px; font-weight: 800; text-decoration: none; }
.more a:hover { color: var(--purple); }
.more [aria-current] { color: #fff; background: var(--ink); border-color: var(--ink); }
.cards { margin-top: 34px; display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 18px; }
.card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--white); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.card figure { position: relative; margin: 0; aspect-ratio: 16 / 10; background: var(--paper-deep); }
.card figure img { width: 100%; height: 100%; object-fit: cover; }
.card__body { padding: 18px 20px 22px; }
.card small { color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.card b { display: block; margin: 6px 0; font-size: 24px; letter-spacing: -.04em; }
.card span { color: var(--muted); font-size: 14px; }

/* app promo */
.promo { width: min(1320px, calc(100vw - 32px)); margin: clamp(30px, 5vw, 70px) auto; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); align-items: center; gap: 20px; overflow: hidden; border-radius: 44px; color: #fff; background: linear-gradient(135deg, #361679, var(--purple) 58%, #5b2ec0); }
.promo__copy { padding: clamp(40px, 6vw, 84px); }
.promo .section__label { color: rgba(255, 255, 255, .66); }
.promo h2 { color: #fff; }
.promo h2 em { color: var(--green); }
.promo__copy > p { max-width: 500px; margin: 18px 0 0; color: rgba(255, 255, 255, .78); font-size: 17px; }
.promo ul { margin: 24px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.promo li { position: relative; padding-left: 28px; font-weight: 700; }
.promo li::before { content: "✓"; position: absolute; left: 0; top: 2px; display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; color: var(--green); background: rgba(0, 202, 116, .2); font-size: 11px; }
.promo__actions { margin-top: 30px; display: flex; flex-wrap: wrap; align-items: center; gap: 14px 18px; }
.promo__note { color: rgba(255, 255, 255, .64); font-size: 13px; }
.promo__visual { align-self: end; display: flex; justify-content: center; padding: 40px 40px 0; }
.promo__visual img { width: min(340px, 100%); border: 8px solid var(--ink); border-bottom: 0; border-radius: 38px 38px 0 0; box-shadow: 0 30px 80px rgba(0, 0, 0, .35); }

/* sources + footer */
.sources { max-width: 860px; color: var(--muted); font-size: 13px; }
.sources h2 { font-size: 22px; letter-spacing: -.03em; color: var(--ink); }
.sources p { margin: 10px 0 0; }
.sources a { color: var(--purple); }
.site-footer { width: var(--page); min-height: 170px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px 24px; border-top: 1px solid var(--line); }
.site-footer .brand { width: 136px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 22px; }
.site-footer nav a, .site-footer p { color: var(--muted); font-size: 12px; font-weight: 700; }
.site-footer nav a:hover { color: var(--purple); }
.site-footer p { grid-column: 1 / -1; margin: 0 0 30px; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; }
  .day__grid { grid-template-columns: 1fr; }
  .day__aside { position: static; }
  .promo { grid-template-columns: 1fr; }
  .promo__visual { padding-top: 0; }
}
@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .stop { grid-template-columns: 1fr; }
  .stop__body { padding: 4px 6px 8px; }
  .knowhow { grid-template-columns: 1fr; }
  .walk { margin-left: 18px; }
}
@media (max-width: 640px) {
  :root { --page: calc(100vw - 32px); }
  h1 { font-size: clamp(46px, 14vw, 64px); }
  .hero__photo { border-radius: 24px; }
  .promo { border-radius: 30px; }
  .site-footer { grid-template-columns: 1fr; padding: 30px 0 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
@media print {
  .site-header, .promo, .more, .skip-link, .map figcaption a { display: none; }
  body { background: #fff; }
  .day__aside { position: static; }
  .stop, .know, .map { break-inside: avoid; }
}
