/* Shared page system · 2026-09-07. Extends the approved homepage tokens.
 * Catalog: existing directional-hover cards. Itinerary: passport-stamp timeline.
 * Editorial pages: existing Relume-inspired split composition and GSAP tokens.
 */
[hidden] { display: none !important; }
.inner-page, .home-page { --page-width: 1440px; }
.page-wrap { width: min(calc(100% - 3rem), var(--page-width)); margin-inline: auto; }
.inner-page main { overflow: clip; }
.inner-page h1 { font-size: clamp(3.5rem, 6.5vw, 7.1rem); font-weight: 600; line-height: .98; letter-spacing: -.06em; text-wrap: balance; }
.inner-page h1 em { font-size: 1em; color: var(--teal); margin: 0; line-height: inherit; }
.inner-page h2 { font-size: clamp(2.2rem, 3.5vw, 4rem); line-height: 1.04; margin: 0 0 1.5rem; }
.inner-page h3 { font-family: var(--display); }
.inner-page .eyebrow { font-size: .75rem; line-height: 1.6; }
.inner-page p { line-height: 1.7; }
.inner-page .button, .inner-page .text-link { font-size: .9rem; }
.inner-page .text-link { border-color: currentColor; }
.inner-page .desktop-nav { font-size: .92rem; }
.breadcrumbs { display: flex; gap: .8rem; padding-block: 1.8rem; font-size: .8rem; color: #53605d; line-height: 1.5; }
.breadcrumbs a { flex-shrink: 0; }
.breadcrumbs a:hover { color: var(--teal); text-decoration: underline; }
.breadcrumbs [aria-current] { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.collection-hero { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; padding: 3rem 3rem 4.5rem; gap: 6rem; }
.collection-hero > div:last-child { display: flex; gap: 3rem; align-items: center; }
.collection-hero p:not(.eyebrow) { max-width: 25rem; font-size: 1.15rem; margin: 0; }
.roundel { display: flex; flex-direction: column; justify-content: center; align-items: center; flex: 0 0 120px; width: 120px; height: 120px; border: 1px dashed var(--teal); outline: 1px solid var(--teal); outline-offset: -9px; border-radius: 50%; font: 600 2rem var(--display); color: var(--teal); transform: rotate(9deg); }
.roundel small { font: .55rem/1.5 var(--mono); text-align: center; padding-top: .35rem; }
.catalog { padding: 2rem 3rem 6rem; border-top: 1px solid var(--line); }
.catalog-controls { display: grid; grid-template-columns: minmax(0,1fr) 220px auto; align-items: end; gap: 1.5rem; }
.catalog-controls label, .search-page label { display: block; margin-bottom: .65rem; font-weight: 600; font-size: .875rem; }
.catalog-controls input, .catalog-controls select, .search-page input { width: 100%; padding: .9rem 1rem; font: inherit; color: var(--ink); background: transparent; border: 1px solid #a9b7ae; border-radius: .4rem; min-height: 50px; }
.catalog-reset { height: 50px; background: none; border: 0; cursor: pointer; }
.filter-chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-block: 1.6rem 1.2rem; }
.filter-chips button { padding: .65rem 1rem; border-radius: 99px; background: transparent; border: 1px solid #b2bbb5; color: var(--teal-deep); font-size: .85rem; cursor: pointer; transition: color .2s, background .2s, border-color .2s; }
.filter-chips button[aria-pressed="true"], .filter-chips button:hover { background: var(--teal-deep); border-color: var(--teal-deep); color: var(--ivory); }
.result-count { color: #586660; font-size: .8rem; margin: 1.5rem 0; }
.collection-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); column-gap: 1.5rem; row-gap: 3rem; }
.collection-card { min-width: 0; border-bottom: 1px solid #a8b8ad; --card-accent: var(--teal); }
.collection-card:nth-child(3n+2) { --card-accent: var(--magenta); }
.collection-card:nth-child(3n+3) { --card-accent: var(--indigo); }
.collection-card__image { position: relative; display: block; aspect-ratio: 1.32; overflow: hidden; background: var(--teal-deep); border-radius: 1rem 1rem 0 0; }
.collection-card:nth-child(3n+2) .collection-card__image { border-radius: 5rem 1rem 0 0; }
.collection-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .78s var(--ease-out); }
.collection-card:hover .collection-card__image img, .collection-card:focus-within .collection-card__image img { transform: scale(1.045); }
.collection-card__duration { position: absolute; left: 1rem; bottom: 1rem; padding: .5rem .7rem; color: var(--ink); background: var(--paper); border-radius: .25rem; font: .75rem var(--mono); }
.collection-card__copy { padding: 1.5rem .15rem 1.7rem; }
.collection-card__copy > .eyebrow { color: var(--card-accent); }
.collection-card__copy h2 { font-size: clamp(1.45rem, 2vw, 1.9rem); letter-spacing: -.035em; line-height: 1.14; margin: .6rem 0 .75rem; }
.collection-card__copy p { color: #52635a; font-size: .875rem; margin: 0 0 .7rem; }
.collection-card__copy .text-link { color: var(--card-accent); }
.collection-card__copy h2 a:hover { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: .2em; }
.empty-results { padding: 5rem 1rem; text-align: center; }
.page-cta { display: flex; justify-content: space-between; align-items: center; gap: 3rem; padding: 4rem; margin-block: 3rem 6rem; background: var(--teal-deep); color: var(--ivory); border-top: 6px solid; border-image: var(--pride) 1; }
.page-cta h2 { max-width: 44rem; margin-bottom: .8rem; }
.page-cta .eyebrow { color: #ffca70; }
.page-cta p { margin-bottom: 0; color: #e0e7de; }
.page-cta > .button { flex-shrink: 0; }
.journey-hero { display: grid; grid-template-columns: 1.05fr .95fr; background: var(--teal-deep); color: var(--ivory); min-height: 580px; border-radius: 1.7rem; overflow: hidden; }
.journey-hero__copy { padding: clamp(2.5rem,5vw,5rem); align-self: center; }
.journey-hero__copy h1 { font-size: clamp(3rem,4.6vw,5.5rem); line-height: .99; overflow-wrap: break-word; }
.journey-hero__copy .eyebrow { color: #ffca70; }
.journey-hero__route { font-size: 1rem; line-height: 1.7; color: #d3e0d8; margin-block: 1.75rem 2rem; }
.journey-hero__copy > .text-link { display: flex; width: max-content; margin-top: 1.1rem; font-size: .85rem; color: #e5e9dc; }
.journey-hero__photo { position: relative; min-height: 500px; }
.journey-hero__photo img { width: 100%; height: 100%; position: absolute; object-fit: cover; }
.journey-photo-note { position: absolute; bottom: 1.5rem; left: 1.5rem; padding: .7rem .8rem; background: var(--paper); color: var(--teal-deep); font: .7rem/1.6 var(--mono); max-width: calc(100% - 3rem); }
.journey-meta { display: grid; grid-template-columns: repeat(3,1fr); border-bottom: 1px solid var(--line); padding: 2rem 3rem; }
.journey-meta > div { display: flex; flex-direction: column; gap: .55rem; padding-inline: 1.5rem; border-right: 1px solid var(--line); }
.journey-meta > div:first-child { padding-left: 0; }
.journey-meta > div:last-child { border: 0; }
.journey-meta span { font: .75rem var(--mono); color: #586660; }
.journey-meta strong { font-weight: 500; font-size: 1.1rem; }
.journey-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: clamp(3rem,7vw,8rem); padding: 5rem 3rem; }
.journey-sidebar { position: sticky; top: 120px; align-self: start; }
.journey-sidebar__title { font: 500 1.8rem/1.1 var(--display); letter-spacing: -.04em; }
.journey-sidebar nav { display: grid; gap: .3rem; margin-block: 1.5rem 2rem; }
.journey-sidebar nav a { display: flex; justify-content: space-between; padding: .7rem 0; border-bottom: 1px solid var(--line); font-size: .9rem; }
.journey-sidebar nav a:hover { color: var(--teal); }
.journey-sidebar nav span { font: .75rem var(--mono); }
.journey-sidebar > p:last-child { font-size: .8rem; color: #586660; }
.journey-sidebar > p:last-child a { text-decoration: underline; }
.journey-main { min-width: 0; }
.journey-main section { scroll-margin-top: 120px; }
.journey-overview { padding-bottom: 4rem; }
.journey-overview__intro { font-size: 1.1rem; max-width: 44rem; }
.route-summary { margin-top: 2rem; padding: 1.5rem 2rem; background: #e5ece0; border-left: 3px solid var(--teal); }
.route-summary .eyebrow { font-size: .68rem; }
.route-summary p { font-size: 1.1rem; line-height: 1.6; margin-bottom: 0; }
.itinerary-title { display: flex; align-items: end; justify-content: space-between; gap: 1.5rem; margin-bottom: 2rem; }
.itinerary-title h2 { margin-bottom: 0; }
.itinerary-title button { background: none; color: var(--teal); border: 0; cursor: pointer; flex-shrink: 0; }
.itinerary-day { position: relative; border-bottom: 1px solid #b3bcb2; scroll-margin-top: 125px; }
.itinerary-day summary { display: flex; align-items: center; gap: 1.5rem; cursor: pointer; padding: 1.5rem 0; list-style: none; }
.itinerary-day summary::-webkit-details-marker { display: none; }
.passport-day { flex: 0 0 64px; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 64px; color: var(--teal); border: 1px dashed currentColor; border-radius: 50%; outline: 1px solid currentColor; outline-offset: -5px; }
.itinerary-day:nth-of-type(3n+2) .passport-day { color: var(--indigo); }
.itinerary-day:nth-of-type(3n+3) .passport-day { color: #a42b54; }
.passport-day small { font: .55rem var(--mono); }
.passport-day strong { font: 600 1.5rem/1.2 var(--mono); }
.itinerary-day summary h3 { margin: 0; font-size: 1.4rem; font-weight: 600; line-height: 1.3; letter-spacing: -.025em; }
.details-plus { position: relative; flex: 0 0 24px; height: 24px; margin-left: auto; }
.details-plus::before,.details-plus::after { content: ''; position: absolute; top: 11px; left: 4px; width: 16px; height: 1px; background: var(--teal); }
.details-plus::after { transform: rotate(90deg); }
[open] > summary .details-plus::after { transform: none; }
.itinerary-day__body { padding: 0 2.5rem 1.8rem 5.5rem; }
.itinerary-day__body p:last-child { margin-bottom: 0; }
.prose { font-size: 1rem; line-height: 1.8; color: #35463d; overflow-wrap: break-word; }
.prose p { margin: 0 0 1.5rem; }
.prose h2,.prose h3,.prose h4 { color: var(--ink); line-height: 1.2; font-family: var(--display); margin: 2.5rem 0 1rem; }
.prose h2 { font-size: 2rem; }.prose h3 { font-size: 1.4rem; }.prose h4 { font-size: 1.2rem; }
.prose a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.prose ul,.prose ol { padding-left: 1.3rem; margin-bottom: 1.5rem; }
.prose li { margin-bottom: .75rem; padding-left: .25rem; }
.prose img { height: auto; margin-block: 2rem; }
.trip-details { margin-top: 4rem; padding: 2.5rem; background: #eee8f5; }
.trip-details dl { margin: 0; }
.trip-details dl > div { display: grid; grid-template-columns: 150px 1fr; gap: 1.5rem; padding: 1.1rem 0; border-top: 1px solid #c8c0d5; line-height: 1.6; }
.trip-details dt { text-transform: capitalize; font-weight: 600; font-size: .9rem; }
.trip-details dd { margin: 0; }
.related-section { padding: 0 3rem 3rem; }
.related-section .section-heading { margin-bottom: 2.5rem; }
.related-section .section-heading h2 { font-size: clamp(2rem,3vw,3rem); }
.about-hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; padding: 2rem 3rem 5rem; align-items: center; }
.about-hero h1 { font-size: clamp(3.5rem,5.6vw,6rem); }
.about-hero > div > p:last-child { max-width: 33rem; margin: 2rem 0 0; font-size: 1.1rem; }
.about-hero figure { margin: 0; position: relative; transform: rotate(2deg); }
.about-hero figure img { width: 100%; height: 570px; object-fit: cover; border-radius: 8rem 1rem 1rem 1rem; }
.about-hero figcaption { position: absolute; left: 1rem; bottom: 1.5rem; padding: .7rem 1rem; background: var(--paper); color: var(--teal); font: .75rem var(--mono); transform: rotate(-4deg); }
.about-story { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem,7vw,8rem); padding: 5rem 3rem; border-top: 1px solid var(--line); }
.about-story > div:first-child img { margin-top: 3rem; max-width: 350px; max-height: 500px; object-fit: cover; border-radius: 1rem; }
.about-story .prose p:first-child { color: var(--teal-deep); font-size: 1.25rem; }
.about-approach { padding: 4rem; background: var(--indigo); color: var(--ivory); }
.about-approach__grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.5rem; margin-top: 3rem; }
.reason-number { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; border: 1px solid #dcc393; color: #ffca70; font: .75rem var(--mono); }
.about-approach__grid p { color: #e1e1ef; font-size: .95rem; }
.journal-hero { padding: 3rem 3rem 5rem; }
.journal-hero h1 { max-width: 1000px; }
.journal-hero > p:last-child { max-width: 32rem; font-size: 1.1rem; margin-top: 2rem; }
.journal-list { padding: 0 3rem 3rem; }
.journal-card { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: center; border-top: 1px solid var(--line); padding-block: 2.5rem; }
.journal-card__image { aspect-ratio: 1.5; overflow: hidden; border-radius: 1rem; }
.journal-card:nth-child(2n) .journal-card__image { border-radius: 5rem 1rem 1rem 1rem; }
.journal-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease-out); }
.journal-card:hover img { transform: scale(1.04); }
.journal-card h2 { font-size: clamp(1.7rem,2.5vw,3rem); margin: .7rem 0 1rem; }
.journal-card p { color: #536057; font-size: .95rem; }
.article-header { padding: 3rem 4rem; text-align: center; }
.article-header h1 { font-size: clamp(2.8rem,5.2vw,5.3rem); max-width: 1180px; margin-inline: auto; }
.article-header > p:last-child { color: #526258; margin: 1.8rem 0 0; font-size: .85rem; }
.article-header a { text-decoration: underline; }
.article-cover { padding: 0 3rem; margin-bottom: 4rem; }
.article-cover img { width: 100%; max-height: 550px; object-fit: cover; border-radius: 1rem; }
.article-layout { display: grid; grid-template-columns: 240px minmax(0,760px); justify-content: center; gap: 5rem; padding: 1rem 3rem 5rem; }
.article-toc { position: sticky; top: 110px; align-self: start; max-height: calc(100vh - 150px); overflow: auto; padding-bottom: .5rem; }
.article-toc nav { display: grid; gap: .8rem; font-size: .85rem; line-height: 1.4; margin-bottom: 1.5rem; }
.article-toc nav a { border-left: 2px solid #c4cfbf; padding-left: 1rem; color: #56655a; }
.article-toc nav a:hover { border-color: var(--magenta); color: var(--ink); }
.article-content h2,.article-content h3 { scroll-margin-top: 120px; }
.article-content > p:first-child { font-size: 1.25rem; color: var(--teal-deep); }
.article-end { border-top: 1px solid var(--line); margin-top: 2rem; padding-top: 2rem; display: flex; flex-direction: column; align-items: start; }
.comments-section { padding: 0 3rem 4rem; max-width: 1100px; }
.feedback-disclosure { border-block: 1px solid var(--line); padding: 1.5rem 0; }
.feedback-disclosure summary { display: flex; justify-content: space-between; gap: 1rem; font: 500 1.4rem var(--display); cursor: pointer; }
.feedback-disclosure summary::-webkit-details-marker { display: none; }
.feedback-form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-top: 2rem; }
.feedback-form > p,.feedback-form .field--full,.feedback-form > button { grid-column: 1/-1; }
.feedback-form > p { margin: 0; color: #536258; font-size: .875rem; }
.feedback-form .field { margin: 0; }
.feedback-form button { justify-self: start; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: start; gap: 5rem; padding: 2rem 3rem 6rem; }
.contact-intro { min-width: 0; }
.contact-intro > p:not(.eyebrow) { font-size: 1.1rem; max-width: 30rem; margin-top: 2rem; }
.contact-note { border-top: 1px solid var(--line); padding-top: 2rem; margin-top: 3rem; }
.contact-note .eyebrow,.contact-intro address .eyebrow { display: block; margin-bottom: .7rem; color: #546158; }
.contact-note a { font: 500 clamp(1.2rem,2vw,1.8rem) var(--display); color: var(--teal); overflow-wrap: anywhere; }
.contact-intro address { font-style: normal; line-height: 1.8; font-size: .9rem; margin-top: 2rem; max-width: 24rem; }
.contact-photo { margin-top: 2.5rem; width: 100%; height: 280px; object-fit: cover; border-radius: 1rem 6rem 1rem 1rem; }
.contact-form-wrap .trip-form { background: #f1f4e9; padding: 2.5rem; border: 1px solid #d0d8c8; }
.field label { font-size: .875rem; line-height: 1.5; }
.field input,.field textarea,.field select { width: 100%; max-width: 100%; min-height: 48px; border: 1px solid #9eafa1; background: #fffdf7; padding: .8rem; border-radius: .35rem; color: var(--ink); font: 1rem var(--body); }
.field select { text-overflow: ellipsis; padding-right: 1.5rem; }
.field textarea { resize: vertical; min-height: 120px; }
.field input:focus,.field textarea:focus,.field select:focus { border-color: var(--teal); outline-color: var(--teal); }
.form-status { line-height: 1.6; font-size: .9rem; }
.form-status.is-error { color: #a12138; }
.form-footer p { font-size: .8rem; line-height: 1.6; }
.honey { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.trip-form { scroll-margin-top: 115px; }
.account-panel,.empty-cart,.utility-content,.not-found,.search-page { padding: 3rem 3rem 6rem; }
.account-panel { max-width: 760px; }
.account-panel h1,.utility-content h1 { font-size: clamp(3rem,5vw,5rem); margin-bottom: 2rem; }
.account-form { margin: 2rem 0; }
.account-form .field { margin-bottom: 1.5rem; }
.preview-note { background: #f5dfad; color: #57421b; padding: 1rem; font-size: .875rem; }
.empty-cart h1,.not-found h1 { max-width: 850px; }
.empty-cart p,.not-found p { margin: 2rem 0; font-size: 1.1rem; }
.not-found { min-height: 70vh; display: flex; flex-direction: column; justify-content: center; }
.not-found > div { display: flex; align-items: center; gap: 2rem; }
.utility-content .prose { max-width: 800px; }
.search-page form { margin-top: 3rem; max-width: 800px; }
.search-page form > div { display: flex; gap: 1rem; }
.search-results { max-width: 950px; margin-top: 2rem; }
.search-result { display: block; padding-block: 1.8rem; border-top: 1px solid var(--line); }
.search-result h2 { font-size: 1.8rem; margin: .7rem 0; }
.search-result p { color: #56655a; margin: 0; }
.search-result:hover h2 { color: var(--teal); }
.home-page .itinerary-viewport { overflow: visible; }
.home-page .itinerary-track { width: 100%; overflow-x: auto; scrollbar-width: thin; }
.home-page.itinerary-is-pinned .itinerary-viewport { overflow: hidden; }
.home-page.itinerary-is-pinned .itinerary-track { width: max-content; overflow: visible; }
.mobile-menu { overflow-y: auto; justify-content: safe center; }
@media (max-width:1100px) {
 .collection-hero { gap: 2rem; padding-inline: 1rem; }.roundel { display: none; }
 .collection-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }.collection-grid--related .collection-card:last-child { display: none; }
 .catalog,.related-section,.journal-list { padding-inline: 1rem; }
 .journey-hero { min-height: 480px; }.journey-hero__photo { min-height: 480px; }
 .journey-layout { grid-template-columns: 190px minmax(0,1fr); gap: 3rem; padding-inline: 1rem; }
 .about-hero { gap: 2rem; padding-inline: 1rem; }.about-hero figure img { height: 470px; }
 .about-story { padding-inline: 1rem; gap: 3rem; }.about-approach { padding: 3rem; }
 .article-layout { grid-template-columns: 180px minmax(0,1fr); gap: 2.5rem; padding-inline: 1rem; }
 .article-header,.article-cover { padding-inline: 1rem; }
 .contact-layout { gap: 2.5rem; padding-inline: 1rem; }.contact-form-wrap .trip-form { padding: 1.7rem; }
}
@media (max-width:760px) {
 .page-wrap { width: min(calc(100% - 2rem),1440px); }.inner-page h1 { font-size: clamp(2.75rem,10.3vw,4.5rem); }
 .breadcrumbs { padding-block: 1.25rem; font-size: .75rem; gap: .5rem; }
 .collection-hero { grid-template-columns: 1fr; gap: 1.5rem; padding: 1.5rem 0 2.5rem; }.collection-hero p:not(.eyebrow) { font-size: 1rem; }
 .catalog { padding: 1.5rem 0 3rem; }.catalog-controls { grid-template-columns: 1fr 1fr; gap: 1rem; }.catalog-search { grid-column: 1/-1; }.catalog-controls label { font-size: .8rem; }.catalog-reset { justify-self: end; }
 .filter-chips { gap: .5rem; }.filter-chips button { font-size: .78rem; padding: .6rem .75rem; }
 .collection-grid { gap: 2rem 1rem; }.collection-card__duration { font-size: .65rem; left: .6rem; bottom: .6rem; }.collection-card__copy { padding-top: 1rem; }.collection-card__copy h2 { font-size: 1.35rem; }.collection-card__copy p { font-size: .8rem; }.collection-card__copy > .eyebrow { font-size: .62rem; }.collection-card__copy .text-link { font-size: .8rem; }
 .collection-card:nth-child(3n+2) .collection-card__image { border-radius: 2.5rem .5rem 0 0; }
 .page-cta { padding: 2rem 1.5rem; margin-block: 2rem 3rem; flex-direction: column; align-items: start; gap: 2rem; }.page-cta h2 { font-size: 2.5rem; }
 .journey-hero { grid-template-columns: 1fr; border-radius: 1rem; min-height: auto; }.journey-hero__copy { padding: 2.3rem 1.5rem; }.journey-hero__copy h1 { font-size: clamp(2.55rem,9vw,4rem); }.journey-hero__photo { min-height: 300px; order: 1; }.journey-hero__route { margin-block: 1.5rem; font-size: .9rem; }.journey-photo-note { font-size: .65rem; }
 .journey-meta { padding: 1.5rem .4rem; gap: .8rem; }.journey-meta > div { padding-inline: .5rem; }.journey-meta span { font-size: .58rem; }.journey-meta strong { font-size: .8rem; line-height: 1.5; }
 .journey-layout { display: block; padding: 2rem 0; }.journey-sidebar { position: static; margin-bottom: 2.5rem; }.journey-sidebar__title,.journey-sidebar > .eyebrow,.journey-sidebar > .button,.journey-sidebar > p:last-child { display: none; }.journey-sidebar nav { display: flex; flex-wrap: wrap; gap: .65rem; margin: 0; }.journey-sidebar nav a { padding: .6rem .8rem; border: 1px solid #b8c4b9; border-radius: 99px; gap: .5rem; font-size: .8rem; }
 .journey-overview { padding: 0 .25rem 2.5rem; }.route-summary { padding: 1.2rem; }.route-summary p { font-size: .95rem; }
 .itinerary-title { align-items: start; flex-direction: column; gap: 1rem; margin-bottom: 1rem; }.itinerary-title .text-link { font-size: .8rem; padding-top: 0; }
 .itinerary-day summary { gap: 1rem; padding-block: 1.2rem; }.passport-day { flex-basis: 52px; height: 52px; }.passport-day strong { font-size: 1.2rem; }.passport-day small { font-size: .5rem; }.itinerary-day summary h3 { font-size: 1.1rem; }.itinerary-day__body { padding: 0 .3rem 1.5rem; }
 .trip-details { margin-top: 3rem; padding: 1.5rem; }.trip-details dl > div { grid-template-columns: 1fr; gap: .3rem; }.trip-details dd { font-size: .95rem; }
 .related-section { padding: 1rem 0 2rem; }.related-section .section-heading { display: block; }
 .about-hero { grid-template-columns: 1fr; padding: 1rem 0 3rem; gap: 2.5rem; }.about-hero h1 { font-size: 3.3rem; }.about-hero > div > p:last-child { font-size: 1rem; }.about-hero figure { margin: 0 .4rem; transform: rotate(1deg); }.about-hero figure img { height: 420px; border-radius: 5rem 1rem 1rem 1rem; }
 .about-story { grid-template-columns: 1fr; gap: 2rem; padding: 3rem 0; }.about-story > div:first-child img { display: none; }.about-story .prose p:first-child { font-size: 1.15rem; }.about-approach { padding: 2rem 1.5rem; }.about-approach__grid { grid-template-columns: 1fr; gap: 1.5rem; }
 .journal-hero { padding: 1rem 0 2.5rem; }.journal-list { padding: 0 0 2rem; }.journal-card { grid-template-columns: 1fr; gap: 1.5rem; padding-block: 2rem; }.journal-card h2 { font-size: 1.85rem; }.journal-card .eyebrow { font-size: .65rem; }
 .article-header { padding: 1.5rem 0 2rem; text-align: left; }.article-header h1 { font-size: 2.65rem; }.article-header .eyebrow { font-size: .65rem; }.article-cover { padding: 0; margin-bottom: 2rem; }.article-cover img { min-height: 220px; object-fit: cover; }.article-layout { display: block; padding: 0 0 3rem; }.article-toc { position: static; max-height: 210px; padding: 1.5rem; border: 1px solid var(--line); margin-bottom: 2.5rem; }.article-toc nav { font-size: .8rem; }.prose h2 { font-size: 1.7rem; }.article-content > p:first-child { font-size: 1.15rem; }
 .comments-section { padding: 0 0 3rem; }.feedback-disclosure summary { font-size: 1.15rem; }.feedback-form { grid-template-columns: 1fr; }.feedback-form .field { grid-column: 1/-1; }
 .contact-layout { grid-template-columns: 1fr; padding: 1rem 0 3rem; gap: 2.5rem; }.contact-intro > p:not(.eyebrow) { font-size: 1rem; }.contact-note { margin-top: 2rem; }.contact-intro address { max-width: 100%; }.contact-photo { display: none; }.contact-form-wrap .trip-form { padding: 1.5rem 1rem; }
 .account-panel,.empty-cart,.utility-content,.not-found,.search-page { padding: 2rem 0 4rem; }.search-page form > div { flex-direction: column; align-items: stretch; }.search-result h2 { font-size: 1.5rem; }.not-found > div { gap: 1rem; flex-wrap: wrap; }
}
@media (max-width:480px) { .collection-grid { grid-template-columns: 1fr; }.collection-grid--related .collection-card:last-child { display: block; }.collection-card__image { aspect-ratio: 1.45; }.collection-card__copy h2 { font-size: 1.65rem; }.collection-card__copy p { font-size: .9rem; }.collection-card__copy .text-link { font-size: .875rem; }.collection-card__duration { font-size: .75rem; }.collection-card__copy > .eyebrow { font-size: .7rem; } }
@media (prefers-reduced-motion: reduce) { .collection-card__image img,.journal-card__image img { transition: none; }.collection-card:hover img,.journal-card:hover img { transform: none; }.about-hero figure { transform: none; } }
@media print { .site-header,.site-footer,.journey-sidebar,.comments-section,.page-cta,.related-section,.pride-progress,.pride-thread,.journey-hero .button,.journey-hero .text-link,.itinerary-title button { display: none !important; }.page-wrap { width: 100%; }.journey-layout { display: block; padding: 1rem; }.journey-hero { display: block; background: #fff; color: #000; }.journey-hero__copy { padding: 1rem; }.journey-hero__photo { display: none; }.itinerary-day { break-inside: avoid; }.itinerary-day__body { display: block !important; }.inner-page h1 { font-size: 2.5rem; } }
