/* Interior pages extend the established Privé design tokens. */
html { scroll-behavior: smooth; }
[hidden] { display: none !important; }
.interior .site-header, body.menu-open .site-header { background: var(--paper); color: var(--ink); border-color: var(--line); }
.site-header .desktop-nav { gap: clamp(14px, 1.9vw, 32px); }
.desktop-nav a[aria-current="page"]::after { transform: scaleX(1); }
.service-card .card-kicker { max-width: 100%; }
.fleet-card .card-kicker { max-width: none; }
.section-more { display: flex; justify-content: center; margin-top: 48px; }
.footer-photo-link { display: inline-block; margin-top: 20px; color: var(--brass); border-bottom: 1px solid currentColor; }
.page-intro { padding: 124px 0 58px; border-bottom: 1px solid var(--line); background: var(--paper); }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; align-items: center; max-width: 100%; margin-bottom: 42px; font-size: 13px; color: #635d54; line-height: 1.5; }
.breadcrumbs a { flex-shrink: 0; }
.breadcrumbs a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.breadcrumbs [aria-current] { overflow: hidden; text-overflow: ellipsis; max-width: min(100%, 610px); white-space: nowrap; }
.intro-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(36px, 5vw, 82px); align-items: center; }
.intro-copy { padding: 20px 0 36px; min-width: 0; }
.intro-eyebrow { margin: 0 0 28px; color: var(--terracotta-deep); display: flex; align-items: center; gap: 12px; }
.page-intro h1 { margin: 0; font-family: var(--font-display); font-weight: 600; letter-spacing: -.055em; font-size: clamp(38px, 4.4vw, 72px); line-height: 1.06; text-wrap: balance; overflow-wrap: break-word; }
.intro-description { font-size: 19px; line-height: 1.65; max-width: 560px; margin: 28px 0 0; color: #59524c; }
.intro-photo { position: relative; margin: 0; min-width: 0; overflow: hidden; border-radius: 3px 88px 3px 3px; background: var(--indigo); aspect-ratio: 1.18; }
.intro-photo::after { position: absolute; inset: 0; content: ''; background: linear-gradient(transparent 55%, rgba(13,27,61,.6)); pointer-events: none; }
.intro-photo > img { width: 100%; height: 100%; object-fit: cover; }
.intro-photo figcaption { position: absolute; z-index: 1; bottom: 22px; left: 24px; right: 24px; display: flex; justify-content: space-between; gap: 12px; color: white; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .07em; font-size: 12px; }
.intro-photo figcaption span { color: var(--brass); font-size: 24px; line-height: 1; }
.page-intro-compact { padding-bottom: 72px; }
.page-intro-compact .intro-grid { grid-template-columns: 1fr; }
.page-intro-compact .intro-copy { max-width: 1060px; padding-bottom: 0; }
.page-intro-compact h1 { max-width: 1000px; }
.page-tabs { position: sticky; top: 72px; z-index: 30; background: var(--paper); border-bottom: 1px solid var(--line); }
.page-tabs .section-shell { display: flex; align-items: center; gap: 32px; min-height: 64px; overflow-x: auto; scrollbar-width: none; }
.page-tabs a { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; padding: 20px 0; font-size: 14px; }
.page-tabs a:last-child { margin-left: auto; color: var(--terracotta-deep); font-weight: 600; }
.page-tabs a:hover { color: var(--terracotta-deep); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: clamp(48px, 7vw, 112px); padding-top: 80px; padding-bottom: 100px; }
.detail-content { min-width: 0; }
/* Added to the document's 96px (88px on mobile) scroll padding. */
.itinerary-page .detail-content > section[id] { scroll-margin-top: 60px; }
.detail-content h2, .compact-heading h2, .inquiry-aside h2, .site-directory h2 { font-family: var(--font-display); font-weight: 500; font-size: clamp(30px, 3vw, 46px); line-height: 1.15; letter-spacing: -.045em; margin: 12px 0 28px; text-wrap: balance; }
.eyebrow { font-family: var(--font-mono); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.prose { font-size: 18px; line-height: 1.85; color: #49413c; }
.prose p { margin: 0 0 23px; }
.prose p:last-child { margin-bottom: 0; }
.prose h2 { color: var(--ink); margin-top: 48px; }
.prose h2:first-child { margin-top: 0; }
.prose h3 { color: var(--ink); font-family: var(--font-display); font-weight: 500; letter-spacing: -.025em; line-height: 1.3; font-size: 27px; margin: 36px 0 18px; }
.prose h4 { color: var(--ink); font-size: 20px; margin: 26px 0 14px; }
.prose h2,.prose h3,.prose h4 { scroll-margin-top: 116px; }
.prose ul,.prose ol { padding-left: 24px; margin: 0 0 26px; }
.prose li { margin: 8px 0; padding-left: 4px; }
.prose li::marker { color: var(--terracotta); }
.prose strong { font-weight: 650; color: var(--ink); }
.prose a { color: var(--terracotta-deep); text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.prose img { width: 100%; height: auto; max-height: 520px; object-fit: cover; border-radius: 3px 44px 3px 3px; margin: 32px 0; }
.prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.prose th,.prose td { border: 1px solid var(--line); padding: 14px; text-align: left; }
.prose blockquote { border-left: 2px solid var(--marigold); padding: 12px 0 12px 26px; margin: 26px 0; font-family: var(--font-display); font-size: 24px; }
.prose details { border-bottom: 1px solid var(--line); padding: 18px 0; }
.prose details summary { cursor: pointer; color: var(--ink); font-weight: 600; }
.prose details[open] summary { margin-bottom: 20px; }
.trip-aside { align-self: start; position: sticky; top: 166px; }
.trip-summary { position: relative; padding: 30px 26px 72px; background: #ececde; border: 1px solid #d5d6c7; border-radius: 3px 46px 3px 3px; overflow: hidden; }
.trip-summary > .eyebrow { margin: 0 0 18px; color: #686454; }
.trip-duration { font-family: var(--font-display); font-size: 32px; font-weight: 500; letter-spacing: -.045em; line-height: 1.2; display: block; }
.summary-detail { border-top: 1px solid #ced0bd; margin-top: 22px; padding-top: 22px; }
.summary-detail > span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .05em; text-transform: uppercase; color: #6c6456; }
.summary-detail p { font-size: 16px; line-height: 1.6; margin: 8px 0 0; }
.trip-summary .button { display: flex; margin-top: 28px; justify-content: space-between; padding: 16px; font-size: 13px; }
.summary-whatsapp { display: block; text-align: center; font-size: 13px; margin-top: 16px; text-decoration: underline; text-underline-offset: 4px; }
.summary-seal { position: absolute; bottom: -20px; right: 24px; width: 66px; height: 66px; border: 1px solid #b7ba9e; border-radius: 50%; display: grid; place-items: center; color: #777d5d; font-family: var(--font-display); font-size: 24px; transform: rotate(-16deg); }
.aside-note { margin: 16px 8px; font-size: 14px; line-height: 1.6; color: #746d63; }
.day-program { margin-top: 68px; }
.program-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.program-heading h2 { margin-bottom: 28px; }
.text-button { background: none; border: 0; padding: 12px 0; color: var(--terracotta-deep); cursor: pointer; font-size: 14px; text-decoration: underline; text-underline-offset: 5px; }
.program-heading .text-button { flex-shrink: 0; margin-bottom: 18px; }
.day-list { border-top: 1px solid var(--line); }
.day-row { border-bottom: 1px solid var(--line); }
.day-row summary { display: flex; gap: 20px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; }
.day-row summary::-webkit-details-marker { display: none; }
.day-number { border: 1px solid #c9bfae; color: var(--terracotta-deep); font-family: var(--font-mono); font-size: 12px; border-radius: 50%; width: 40px; height: 40px; flex-shrink: 0; display: grid; place-items: center; }
.day-row h3 { margin: 0; font-family: var(--font-display); font-weight: 500; font-size: 24px; line-height: 1.3; letter-spacing: -.02em; }
.day-plus { flex: 0 0 1em; margin-left: auto; margin-right: 3px; color: var(--terracotta-deep); font-size: 25px; line-height: 1; text-align: center; transition: transform .25s; }
.day-row[open] .day-plus { transform: rotate(45deg); }
.day-row[open] .day-number { color: var(--white); background: var(--indigo); border-color: var(--indigo); }
.day-content { padding: 0 12px 26px 60px; font-size: 17px; line-height: 1.8; }
.program-end { display: flex; justify-content: center; gap: 14px; align-items: center; color: var(--terracotta-deep); font-size: 14px; margin: 34px 0; }
.program-end span { font-size: 22px; }
.inclusions { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; padding-top: 36px; margin-top: 28px; border-top: 1px solid var(--line); }
.inclusions h2 { font-size: 30px; margin: 10px 0 22px; }
.inclusions ul { list-style: none; padding: 0; margin: 0; }
.inclusions li { position: relative; font-size: 16px; line-height: 1.6; padding: 10px 0 10px 26px; border-bottom: 1px solid rgba(28,18,18,.09); }
.inclusions li::before { content: '+'; position: absolute; left: 0; color: var(--terracotta-deep); }
.inclusions > :last-child li::before { content: '−'; }
.gallery-section { margin-top: 68px; }
.photo-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
.photo-tile { position: relative; padding: 0; border: 0; border-radius: 3px; overflow: hidden; background: var(--ivory); cursor: zoom-in; aspect-ratio: 1.4; }
.photo-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.6,.3,1); }
.photo-tile:hover img { transform: scale(1.05); }
.photo-zoom { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 34px; height: 34px; background: var(--paper); color: var(--ink); border-radius: 50%; opacity: 0; transition: opacity .2s; }
.photo-tile:hover .photo-zoom,.photo-tile:focus-visible .photo-zoom { opacity: 1; }
.photo-dialog { background: #0d172beF; border: 1px solid #ffffff30; color: white; padding: 50px 65px 30px; width: min(1280px,96vw); max-height: 95svh; }
.photo-dialog::backdrop { background: rgba(4,9,19,.88); backdrop-filter: blur(5px); }
.photo-dialog figure { margin: 0; text-align: center; }
.photo-dialog img { max-height: 76svh; width: 100%; object-fit: contain; }
.photo-dialog figcaption { margin-top: 15px; font-size: 14px; }
.photo-dialog button { position: absolute; width: 42px; height: 42px; border: 1px solid #ffffff50; background: none; color: white; border-radius: 50%; cursor: pointer; font-size: 26px; }
.photo-close { top: 8px; right: 12px; }
.photo-prev { top: 50%; left: 10px; }
.photo-next { top: 50%; right: 10px; }
.catalog-section { padding-top: 58px; padding-bottom: 90px; }
.catalog-tools { display: flex; align-items: end; gap: 22px; padding: 24px; background: #eeeadd; border: 1px solid var(--line); border-radius: 3px 24px 3px 3px; }
.catalog-tools label { display: grid; gap: 8px; }
.catalog-tools label > span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
.catalog-search { flex: 1 1 360px; }
.catalog-select { flex: 1 1 180px; }
.catalog-tools input,.catalog-tools select { height: 50px; min-width: 0; width: 100%; border: 1px solid #cfc8b7; padding: 10px 14px; border-radius: 0; background: var(--white); color: var(--ink); }
.catalog-result-bar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0; }
.catalog-result-bar > p { font-family: var(--font-mono); font-size: 12px; color: #6b6255; }
.catalog-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; align-items: stretch; }
.catalog-card { min-width: 0; border: 1px solid var(--line); background: var(--white); display: flex; flex-direction: column; border-radius: 3px; overflow: hidden; transition: box-shadow .3s,transform .3s; }
.catalog-card:hover { transform: translateY(-5px); box-shadow: 0 16px 38px rgba(28,18,18,.09); }
.catalog-card:nth-child(3n+2) { border-top-right-radius: 50px; }
.catalog-photo { position: relative; display: block; aspect-ratio: 1.5; overflow: hidden; background: var(--ivory); }
.catalog-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.6,.3,1); }
.catalog-card:hover .catalog-photo img { transform: scale(1.04); }
.catalog-badge { position: absolute; left: 16px; bottom: 16px; padding: 7px 11px; background: var(--paper); color: var(--ink); font-family: var(--font-mono); font-size: 10px; }
.catalog-number { position: absolute; top: 16px; right: 16px; color: white; text-shadow: 0 1px 6px #000; font-family: var(--font-mono); font-size: 12px; }
.catalog-body { padding: 25px 24px 26px; display: flex; flex: 1; flex-direction: column; }
.catalog-body > .eyebrow { color: var(--terracotta-deep); margin: 0 0 14px; font-size: 10px; }
.catalog-body h2 { font-family: var(--font-display); font-size: 28px; line-height: 1.2; font-weight: 500; letter-spacing: -.035em; margin: 0 0 18px; }
.catalog-places,.catalog-excerpt { font-size: 15px; line-height: 1.6; color: #685e54; margin: 0 0 22px; }
.catalog-link { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 18px; margin-top: auto; border-top: 1px solid var(--line); font-size: 14px; }
.catalog-link > span { font-size: 20px; }
.catalog-card-vehicle .catalog-photo { background: white; }
.catalog-card-vehicle .catalog-photo img { object-fit: contain; }
.catalog-card-vehicle .catalog-number { color: var(--ink); text-shadow: none; }
.catalog-empty { max-width: 620px; margin: 70px auto; text-align: center; }
.catalog-empty h2 { font-family: var(--font-display); font-size: 40px; font-weight: 500; line-height: 1.2; }
.catalog-notes { margin-top: 60px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 0; }
.catalog-notes summary { cursor: pointer; font-family: var(--font-display); font-size: 26px; }
.catalog-notes .prose { max-width: 880px; margin: 35px auto; }
.pagination { display: flex; justify-content: center; gap: 16px; margin-top: 42px; }
.pagination > * { padding: 8px 16px; border: 1px solid var(--line); }
.pagination [aria-current] { background: var(--indigo); color: white; }
.related-section { padding: 80px 0 96px; border-top: 1px solid var(--line); background: #eeeadd; }
.compact-heading { margin-bottom: 34px; }
.compact-heading > .eyebrow { color: var(--terracotta-deep); }
.closing-cta { position: relative; text-align: center; padding: 90px 0 100px; background: var(--indigo); color: var(--paper); overflow: hidden; }
.closing-cta > .section-shell { max-width: 900px; }
.closing-cta h2 { font-family: var(--font-display); font-size: clamp(38px,5.5vw,76px); font-weight: 500; line-height: 1.08; letter-spacing: -.05em; margin: 22px 0 38px; text-wrap: balance; }
.closing-cta .eyebrow { color: var(--brass); }
.closing-actions { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 28px; }
.text-link { display: inline-flex; gap: 18px; align-items: center; border-bottom: 1px solid currentColor; padding-bottom: 5px; font-size: 15px; }
.article-aside { position: sticky; top: 114px; align-self: start; }
.toc { padding-left: 24px; border-left: 1px solid var(--line); }
.toc > .eyebrow { color: var(--terracotta-deep); }
.toc nav { display: grid; gap: 14px; max-height: 65svh; overflow-y: auto; padding-right: 8px; }
.toc a { color: #71675b; font-size: 14px; line-height: 1.5; }
.toc a:hover,.toc a.is-active { color: var(--terracotta-deep); }
.policy-page .detail-layout { grid-template-columns: minmax(0,850px) 260px; }
.vehicle-page .intro-photo { background: white; }
.vehicle-page .intro-photo > img { object-fit: contain; }
.vehicle-page .intro-photo::after { background: linear-gradient(transparent 80%,#192d6140); }
.vehicle-page .intro-photo figcaption { color: var(--indigo); }
.vehicle-page .prose img { object-fit: contain; background: white; }
.vehicle-facts { border-top: 1px solid var(--line); margin-top: 40px; padding-top: 20px; }
.vehicle-facts ul { display: flex; flex-wrap: wrap; gap: 12px; padding: 0; list-style: none; }
.vehicle-facts li { background: var(--ivory); padding: 9px 16px; border: 1px solid var(--line); font-size: 15px; }
.inquiry-layout { display: grid; grid-template-columns: .8fr 1.35fr; gap: clamp(44px,8vw,120px); padding-top: 90px; padding-bottom: 100px; }
.inquiry-aside > p:not(.eyebrow) { font-size: 18px; line-height: 1.8; color: #695f56; }
.inquiry-aside .contact-direct { margin: 32px 0 26px; }
.inquiry-aside .contact-direct a { font-size: 19px; overflow-wrap: anywhere; }
.inquiry-aside address { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--line); font-style: normal; font-size: 16px; color: #766a5d; }
.inquiry-label { display: flex; justify-content: space-between; gap: 24px; font-family: var(--font-mono); font-size: 12px; padding-bottom: 18px; border-bottom: 1px solid var(--line); margin: 0 0 26px; }
.inquiry-label span { font-family: var(--font-body); font-size: 13px; color: #766a5d; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.quote-form input,.quote-form textarea { min-width: 0; }
.quote-form .consent-row { display: flex; align-items: flex-start; gap: 12px; }
.quote-form .consent-row input { width: 18px; height: 18px; flex: 0 0 18px; margin-top: 4px; accent-color: var(--indigo); }
.quote-form .consent-row span { font-family: var(--font-body); text-transform: none; letter-spacing: 0; font-size: 14px; line-height: 1.6; }
.consent-row a { text-decoration: underline; text-underline-offset: 3px; }
.form-alternatives { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 12px; }
.quote-form button:disabled { opacity: .6; cursor: wait; }
.gallery-page-grid { padding: 15px 0 90px; }
.gallery-page-grid .photo-grid { grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.gallery-page-grid .photo-tile { aspect-ratio: .85; }
.gallery-page-grid .photo-tile:nth-child(6n+2) { border-top-right-radius: 46px; }
.site-directory { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding-top: 70px; padding-bottom: 100px; }
.site-directory section { min-width: 0; }
.site-directory ul { list-style: none; margin: 0; padding: 0; }
.site-directory li { border-bottom: 1px solid var(--line); padding: 12px 0; }
.site-directory a { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 16px; }
.site-directory a:hover { color: var(--terracotta-deep); }
.not-found-actions { display: flex; gap: 24px; padding-top: 50px; padding-bottom: 100px; }
@media (max-width: 1100px) {
  .detail-layout { grid-template-columns: minmax(0,1fr) 280px; gap: 40px; }
  .catalog-grid { gap: 20px; }
  .catalog-body { padding: 22px 20px; }
  .catalog-body h2 { font-size: 25px; }
}
@media (max-width: 980px) {
  .mobile-menu { overflow-y: auto; max-height: 100svh; place-content: safe center; }
  .mobile-menu nav { gap: 12px; }
  .mobile-menu nav a { font-size: clamp(24px, 5vw, 38px); }
  .page-intro { padding-top: 100px; }
  .intro-grid { gap: 35px; }
  .page-intro h1 { font-size: clamp(36px,5vw,54px); }
  .intro-photo { aspect-ratio: .94; border-top-right-radius: 64px; }
  .detail-layout { grid-template-columns: 1fr; gap: 40px; }
  .trip-aside { position: static; grid-row: 1; }
  .trip-summary { padding: 26px; }
  .trip-summary .button { max-width: 300px; }
  .trip-summary .summary-whatsapp { text-align: left; }
  .summary-seal { bottom: -20px; right: 30px; width: 120px; height: 120px; font-size: 40px; }
  .aside-note { display: none; }
  .summary-detail { margin-top: 16px; padding-top: 16px; }
  .catalog-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .article-aside { position: static; grid-row: 1; }
  .toc nav { max-height: 220px; }
  .policy-page .detail-layout { grid-template-columns: 1fr; }
  .inquiry-layout { grid-template-columns: 1fr 1.3fr; gap: 34px; }
  .gallery-page-grid .photo-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 700px) {
  html { scroll-padding-top: 88px; }
  .page-intro { padding-top: 98px; padding-bottom: 32px; }
  .breadcrumbs { margin-bottom: 25px; font-size: 12px; }
  .intro-grid { grid-template-columns: 1fr; gap: 28px; }
  .intro-copy { padding: 6px 0 0; }
  .intro-eyebrow { margin-bottom: 18px; font-size: 11px; }
  .page-intro h1 { font-size: clamp(36px,8.5vw,52px); }
  .intro-description { font-size: 17px; margin-top: 22px; }
  .intro-photo { aspect-ratio: 1.55; border-top-right-radius: 56px; }
  .intro-photo figcaption { left: 18px; right: 18px; bottom: 16px; font-size: 10px; }
  .page-intro-compact { padding-bottom: 44px; }
  .page-tabs { top: 72px; }
  .page-tabs .section-shell { gap: 24px; min-height: 54px; }
  .page-tabs a { font-size: 12px; padding: 17px 0; }
  .page-tabs a:last-child { display: none; }
  .detail-layout { padding-top: 40px; padding-bottom: 64px; }
  .detail-content h2 { font-size: 32px; }
  .trip-summary { padding: 22px; border-top-right-radius: 30px; }
  .trip-duration { font-size: 28px; }
  .trip-summary .button { margin-top: 20px; }
  .prose { font-size: 17px; line-height: 1.8; }
  .prose h3 { font-size: 24px; }
  .day-program { margin-top: 48px; }
  .program-heading { align-items: start; }
  .program-heading .text-button { margin-top: 5px; font-size: 12px; }
  .day-row summary { gap: 13px; padding: 21px 0; }
  .day-row h3 { font-size: 20px; }
  .day-number { width: 32px; height: 32px; font-size: 10px; }
  .day-content { padding: 0 2px 22px 15px; font-size: 16px; }
  .program-end { font-size: 12px; }
  .inclusions { gap: 30px; grid-template-columns: 1fr; }
  .inclusions h2 { font-size: 28px; }
  .gallery-section { margin-top: 44px; }
  .photo-dialog { width: 100vw; padding: 55px 40px 24px; }
  .photo-dialog button { width: 32px; height: 32px; font-size: 20px; }
  .photo-prev { left: 3px; }
  .photo-next { right: 3px; }
  .catalog-section { padding-top: 30px; padding-bottom: 58px; }
  .catalog-tools { flex-wrap: wrap; gap: 15px; padding: 18px; }
  .catalog-search { flex-basis: 100%; }
  .catalog-select { flex-basis: calc(50% - 8px); }
  .catalog-tools label > span { font-size: 10px; }
  .catalog-tools input,.catalog-tools select { font-size: 15px; }
  .catalog-result-bar > p,.catalog-result-bar > button { font-size: 11px; }
  .catalog-grid { gap: 18px; }
  .catalog-body { padding: 20px 18px; }
  .catalog-body h2 { font-size: 24px; }
  .catalog-badge { left: 12px; bottom: 12px; font-size: 9px; }
  .catalog-excerpt { font-size: 14px; }
  .related-section { padding: 56px 0; }
  .related-section .catalog-card:last-child { grid-column: 1/-1; max-width: 100%; }
  .closing-cta { padding: 64px 0 76px; }
  .closing-actions { flex-direction: column; gap: 22px; }
  .inquiry-layout { grid-template-columns: 1fr; gap: 42px; padding: 48px 0 70px; }
  .inquiry-label { flex-direction: column; gap: 6px; }
  .gallery-page-grid .photo-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .site-directory { grid-template-columns: 1fr; gap: 38px; padding-top: 44px; }
  .site-directory h2 { font-size: 32px; }
  .not-found-actions { flex-direction: column; align-items: start; }
}
@media (max-width: 480px) {
  .catalog-grid { grid-template-columns: 1fr; }
  .catalog-photo { aspect-ratio: 1.5; }
  .catalog-body h2 { font-size: 28px; }
  .catalog-card:nth-child(2n) { border-top-right-radius: 40px; }
  .catalog-card:nth-child(3n+2) { border-top-right-radius: 40px; }
  .photo-grid { gap: 10px; }
  .quote-form .field-row { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .catalog-card:hover,.photo-tile:hover img,.catalog-card:hover .catalog-photo img { transform: none; }
}
.programme-note {
  padding: 20px 24px;
  border-left: 3px solid var(--saffron, #e2a340);
  background: #ece5d7;
  color: var(--ink, #241c1a);
  font-size: 1rem;
  line-height: 1.65;
  margin: 24px 0;
}

/* A softer, book-like heading face with a friendly, open reading face. */
body { font-size: 17px; line-height: 1.75; }
.brand-copy strong { font-weight: 500; letter-spacing: -.025em; }
.brand-mark { font-weight: 500; letter-spacing: 0; }
.hero h1, .section-heading h2, .contact-intro h2, .journey-copy h2,
.service-card h3, .fleet-card h3, .route-copy h3, .page-intro h1,
.detail-content h2, .compact-heading h2, .inquiry-aside h2,
.site-directory h2, .closing-cta h2, .catalog-body h2, .catalog-empty h2 {
  font-weight: 400;
  font-variation-settings: normal;
  letter-spacing: -.025em;
  line-height: 1.14;
}
.hero h1 { font-size: clamp(58px, 8.3vw, 128px); line-height: 1.01; letter-spacing: -.045em; }
.hero h1 em { font-weight: 400; }
.section-heading h2, .contact-intro h2 { font-size: clamp(48px, 5.8vw, 92px); font-weight: 500; line-height: 1.08; }
.service-card h3 { font-size: clamp(34px, 3.9vw, 62px); font-weight: 500; line-height: 1.1; }
.fleet-card h3, .route-copy h3 { font-size: clamp(36px, 3.9vw, 62px); font-weight: 500; line-height: 1.1; }
.page-intro h1 { font-size: clamp(36px, 4.2vw, 66px); }
.prose h3, .day-row h3, .trip-duration { letter-spacing: -.015em; font-weight: 500; }
.prose { line-height: 1.85; }
.hero-intro, .intro-description, .service-card-copy p { line-height: 1.75; }
.service-card-copy p { font-size: 16px; }
.eyebrow, .section-index, .card-kicker, .route-number,
.catalog-tools label > span, .summary-detail > span, .quote-form label > span,
.footer-column h2, .fleet-specs dt {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .055em;
}
.desktop-nav, .header-cta, .button {
  font-size: 14px;
  letter-spacing: .015em;
  text-transform: none;
  font-weight: 600;
}
.desktop-nav { font-size: 13px; }
.button { line-height: 1.45; }
.catalog-body > .eyebrow { font-size: 11px; }
.quote-form label > span, .catalog-tools label > span { text-transform: none; letter-spacing: .015em; font-size: 13px; }
.quote-form input, .quote-form textarea, .catalog-tools input, .catalog-tools select { font-size: 16px; }
.fleet-card-body > a, .route-copy > a { font-size: 13px; text-transform: none; letter-spacing: .015em; }
.contact-direct { font-size: 14px; }
.footer-column a, .footer-column p { font-size: 14px; line-height: 1.75; }
.footer-bottom { font-size: 11px; letter-spacing: .02em; text-transform: none; }
.hero-notes p { font-size: 13px; }
.hero-eyebrow { column-gap: 22px; flex-wrap: wrap; }
.form-footer { flex-wrap: wrap; }
.form-footer > p { font-size: 13px; }
.trip-summary { padding-bottom: 30px; }
.intro-photo figcaption { text-transform: none; letter-spacing: .02em; font-size: 13px; }

@media (max-width: 700px) {
  .hero h1 { font-size: clamp(46px, 12.6vw, 74px); line-height: 1.08; }
  .hero h1, .page-intro h1 { letter-spacing: -.03em; }
  .hero-inner { min-height: max(820px, 100svh); }
  .hero h1 { max-width: 580px; }
  .hero-intro { font-size: 16px; }
  .section-heading h2, .contact-intro h2, .journey-copy h2 { font-size: clamp(39px, 10.5vw, 58px); }
  .page-intro h1 { font-size: clamp(34px, 8.5vw, 48px); }
  .service-card h3 { font-size: clamp(32px, 9.2vw, 43px); }
  .fleet-card h3, .route-copy h3 { font-size: clamp(32px, 9vw, 44px); }
  .catalog-body h2 { font-size: 27px; }
  .card-kicker { font-size: 11px; }
  .trip-summary { padding-bottom: 22px; }
  .catalog-tools label > span, .catalog-result-bar > p, .catalog-result-bar > button { font-size: 12px; }
}

/* Restore the travel-poster composition; remove clutter, not character.
   References and motion decisions: audit/design-restoration.md. */
.hero-notes { justify-content: flex-end; padding-right: 120px; gap: 32px; }
.hero-notes p { margin: 0; }
.section-index { gap: 0; text-transform: none; font-size: 14px; letter-spacing: .015em; }
.card-kicker { text-transform: none; font-size: 14px; letter-spacing: .015em; }
.fleet-card-body .card-kicker { color: var(--brass); }
.fleet-section { position: relative; }
.fleet-orbit {
  position: absolute;
  z-index: -1;
  top: -340px;
  right: -270px;
  width: 900px;
  height: 900px;
  border: 1px solid rgba(235, 207, 129, .24);
  border-radius: 50%;
  pointer-events: none;
}
.fleet-orbit::before, .fleet-orbit::after {
  content: "";
  position: absolute;
  inset: 11%;
  border: 1px solid rgba(235, 207, 129, .16);
  border-radius: 50%;
}
.fleet-orbit::after { inset: 27%; }
.journey-banner {
  min-height: 800px;
  padding: 120px 44px;
  background: #b27a49;
  background: color-mix(in srgb, var(--terracotta) 70%, var(--marigold));
  color: var(--ink);
}
.journey-banner::before { border-color: rgba(28,18,18,.2); }
.journey-banner::after { border-color: rgba(28,18,18,.1); }
.journey-copy { max-width: 1180px; position: relative; z-index: 1; }
.journey-copy .section-index { font-size: 14px; margin: 0 0 28px; font-weight: 700; }
.journey-copy h2 { font-size: clamp(48px, 7.2vw, 112px); line-height: 1.03; letter-spacing: -.045em; font-weight: 400; }
.journey-copy h2 em { font-weight: 400; }
.journey-line { display: block; overflow: hidden; }
.journey-line > span { display: block; padding: .075em .04em; transform-origin: 50% 100%; }
.journey-line:last-child { font-size: .77em; }
.journey-copy .button { margin-top: 36px; min-height: 58px; padding-inline: 32px; }
.journey-caption { bottom: 43px; font-size: 13px; font-weight: 600; letter-spacing: .025em; text-transform: none; }
.hero-actions .button, .journey-copy .button { transition: background 240ms, box-shadow 350ms, color 240ms; }
.journey-copy .button:hover { box-shadow: 0 12px 32px rgba(28,18,18,.2); }

@media (max-width: 980px) {
  .hero-notes { padding-right: 0; justify-content: center; gap: 22px; }
  .journey-banner { min-height: 710px; }
  .journey-sun { width: 86vw; }
}
@media (max-width: 700px) {
  .hero-notes { align-items: start; gap: 10px; }
  .hero-notes p { font-size: 13px; }
  .section-index, .card-kicker { font-size: 13px; }
  .fleet-orbit { width: 670px; height: 670px; top: -140px; right: -390px; }
  .journey-banner { min-height: 640px; padding: 95px 22px 110px; }
  .journey-sun { width: 115vw; }
  .journey-disc { box-shadow: 0 0 0 34px rgba(235,207,129,.14), 0 0 0 68px rgba(235,207,129,.08); }
  .journey-copy { width: 100%; }
  .journey-copy h2 { font-size: clamp(35px, 10.2vw, 66px); letter-spacing: -.04em; line-height: 1.12; }
  .journey-line:last-child { font-size: .87em; margin-top: .12em; }
  .journey-copy .section-index { font-size: 13px; margin-bottom: 28px; }
  .journey-copy .button { width: auto; max-width: 100%; min-width: 250px; margin-top: 32px; padding-inline: 24px; }
  .journey-caption { right: 24px; left: 24px; bottom: 40px; transform: none; font-size: 12px; white-space: normal; line-height: 1.7; }
}
