:root { color-scheme: light; --ink: #19212a; --dark: #101820; --accent: #b64d29; --accent-light: #f4ab83; --muted: #5a6670; --paper: #fff; --wash: #f2f4f5; --line: #dce1e4; --width: 1280px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; font-family: 'Avenir Next', Avenir, 'Segoe UI', Arial, sans-serif; color: var(--ink); background: var(--paper); font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 5px; }
::selection { color: var(--dark); background: #f9c8ab; }
.container { width: min(var(--width), calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 50; padding: 12px; background: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.topline { color: #fff; background: var(--dark); font-size: .8125rem; letter-spacing: .04em; }
.topline .container { display: flex; justify-content: space-between; gap: 20px; padding-block: 9px; }
.site-header { background: #fff; }
.header-inner { min-height: 100px; display: flex; justify-content: space-between; align-items: center; gap: 26px; }
.brand { display: inline-flex; align-items: center; gap: 13px; line-height: 1.2; }
.brand-symbol { display: grid; place-items: center; background: var(--accent); width: 43px; height: 43px; color: white; font-size: 1.1rem; font-weight: 750; letter-spacing: -.06em; }
.brand strong { display: block; font-size: 1.125rem; font-weight: 750; letter-spacing: -.02em; }
.brand small { display: block; margin-bottom: 3px; font-size: .75rem; font-weight: 650; letter-spacing: .14em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: .875rem; font-weight: 650; }
.site-nav > a:not(.nav-contact):hover { color: var(--accent); }
.nav-contact { padding: 12px 19px; border: 1px solid var(--line); border-radius: 3px; }
.nav-contact:hover { border-color: var(--ink); }
.eyebrow { margin: 0 0 21px; display: block; text-transform: uppercase; font-size: .75rem; letter-spacing: .15em; font-weight: 700; line-height: 1.5; color: var(--accent); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { text-wrap: balance; }
h1 { font-size: clamp(3rem, 5.5vw, 5.25rem); line-height: 1.08; font-weight: 580; letter-spacing: -.055em; }
h2 { font-size: clamp(2.1rem, 3.6vw, 3.5rem); line-height: 1.14; font-weight: 550; letter-spacing: -.045em; }
h3 { font-size: 1.3rem; line-height: 1.35; font-weight: 650; letter-spacing: -.02em; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; min-height: 54px; padding: 14px 22px; border: 1px solid transparent; border-radius: 3px; font-size: .9375rem; font-weight: 650; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-2px); }
.button-accent { color: white; background: var(--accent); }
.button-accent:hover { background: #933b1e; }
.button-light { background: white; color: var(--ink); }
.button-light:hover { background: #f5d9c8; }
.button-dark { background: var(--dark); color: white; }
.button-dark:hover { background: #344651; }
.text-link { display: inline-flex; gap: 16px; align-items: center; font-size: .9375rem; font-weight: 650; padding-block: 11px; border-bottom: 1px solid currentColor; }
.hero { position: relative; isolation: isolate; background: var(--dark); overflow: hidden; color: #fff; }
.hero-image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 68%; }
.hero::before { content: ''; position: absolute; z-index: -2; inset: 0; background: linear-gradient(90deg, rgba(10,19,27,.96) 0%, rgba(10,19,27,.82) 35%, rgba(10,19,27,.22) 67%, rgba(10,19,27,.04) 100%); }
.hero-content { padding-top: 92px; padding-bottom: 108px; min-height: 650px; position: relative; }
.hero .eyebrow { color: #ffbc95; }
.hero h1 { max-width: 610px; margin-bottom: 28px; }
.hero h1 em { font-style: normal; color: #ffbc95; }
.hero-intro { max-width: 480px; color: #e0e5e8; font-size: 1.0625rem; line-height: 1.75; margin-bottom: 32px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.hero-caption { position: absolute; right: 0; bottom: 35px; display: flex; flex-direction: column; gap: 4px; font-size: .75rem; padding: 11px 16px; color: #fff; background: rgba(16,24,32,.75); border-left: 2px solid var(--accent-light); }
.hero-caption strong { font-weight: 550; font-size: .875rem; }
.trip-bar { background: #fff; border-bottom: 1px solid var(--line); }
.trip-inner { display: grid; grid-template-columns: 1.5fr .9fr .9fr; align-items: center; padding-block: 30px; }
.trip-item { padding: 0 32px; border-left: 1px solid var(--line); }
.trip-item:first-child { border-left: 0; padding-left: 0; }
.trip-label { display: block; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 7px; }
.trip-item strong { display: block; font-size: 1.125rem; font-weight: 650; line-height: 1.4; }
.trip-item strong span { color: var(--accent); padding-inline: 10px; }
.section { padding-block: 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 42px; }
.section-heading h2 { margin-bottom: 0; max-width: 650px; }
.section-heading > p { max-width: 350px; color: var(--muted); margin-bottom: 2px; }
.route-directory { background: var(--wash); }
.town-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; }
.town-card { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 84px; padding: 18px 20px; background: white; border: 1px solid var(--line); border-radius: 3px; transition: border-color .2s, box-shadow .2s; }
.town-card:hover { border-color: var(--accent); box-shadow: 0 4px 16px rgba(21,31,41,.07); }
.town-card strong { display: block; font-weight: 600; font-size: 1rem; line-height: 1.35; }
.town-card small { display: block; margin-top: 4px; color: var(--muted); font-size: .75rem; }
.town-card .arrow { font-size: 1.2rem; color: var(--accent); }
.reservation-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 110px; }
.reservation-copy h2 { max-width: 560px; margin-bottom: 26px; }
.reservation-copy p { max-width: 480px; color: var(--muted); }
.reservation-copy .text-link { margin-top: 16px; }
.step { padding-block: 22px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 35px 1fr; gap: 20px; }
.step:last-child { border-bottom: 1px solid var(--line); }
.step-marker { width: 29px; height: 29px; border-radius: 50%; color: var(--accent); border: 1px solid #e6bdab; font-size: .8125rem; display: grid; place-items: center; }
.step h3 { margin-bottom: 8px; font-size: 1.125rem; }
.step p { color: var(--muted); font-size: 1rem; margin-bottom: 0; }
.booking-band { background: var(--dark); color: white; padding-block: 75px; }
.booking-inner { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 60px; }
.booking-band .eyebrow { color: #ffbc95; }
.booking-band h2 { margin-bottom: 20px; max-width: 700px; }
.booking-band p { margin-bottom: 0; color: #c5cdd2; max-width: 570px; }
.booking-contacts { display: flex; align-items: flex-start; flex-direction: column; gap: 20px; }
.booking-contacts .text-link { color: #e4e9ec; font-size: 1.125rem; }
.site-footer { background: var(--wash); padding-block: 50px 24px; }
.footer-main { display: flex; gap: 40px; justify-content: space-between; align-items: flex-start; }
.footer-main p { max-width: 410px; margin-block: 21px 0; color: var(--muted); font-size: .875rem; }
.footer-contact { text-align: right; font-size: .9375rem; }
.footer-contact a { display: block; padding-block: 5px; }
.footer-bottom { border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px; padding-top: 22px; margin-top: 45px; color: var(--muted); font-size: .75rem; }
.footer-bottom p { margin: 0; }
.route-heading { padding-block: 35px 56px; background: var(--dark); color: white; }
.breadcrumb { margin-bottom: 52px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; font-size: .875rem; color: #c4ced3; }
.breadcrumb a { border-bottom: 1px solid #76838d; }
.route-heading .eyebrow { color: #ffbc95; }
.route-heading-inner { display: grid; grid-template-columns: 1.2fr .85fr; gap: 80px; align-items: center; }
.route-heading h1 { font-size: clamp(2.6rem,4.7vw,4.5rem); max-width: 750px; margin-bottom: 24px; }
.route-heading h1 em { font-style: normal; color: #ffbc95; }
.route-heading p:not(.eyebrow) { color: #d2dbe0; max-width: 590px; margin-bottom: 30px; font-size: 1.0625rem; }
.route-image-wrap { position: relative; margin: 0; }
.route-image-wrap img { width: 100%; height: 385px; object-fit: cover; object-position: 61% center; border-radius: 3px; }
.route-image-wrap figcaption { color: #c4ced3; font-size: .75rem; line-height: 1.5; margin-top: 12px; }
.route-facts { margin-top: 45px; padding-top: 25px; border-top: 1px solid #40515c; display: flex; flex-wrap: wrap; gap: 22px 50px; color: #e6edf1; font-size: .875rem; }
.route-facts strong { font-weight: 500; color: #ffbc95; margin-right: 9px; }
.route-layout { display: grid; grid-template-columns: 1.4fr .85fr; gap: 96px; align-items: start; }
.route-details h2 { font-size: clamp(2rem,3.5vw,3rem); margin-bottom: 22px; }
.route-details p { color: var(--muted); }
.route-details h3 { margin-block: 34px 15px; }
.checklist { padding: 0; list-style: none; }
.checklist li { padding: 13px 0 13px 27px; position: relative; border-bottom: 1px solid var(--line); }
.checklist li::before { position: absolute; left: 0; content: '✓'; color: var(--accent); }
.checklist li strong { font-weight: 600; }
.quote-panel { padding: 32px; background: var(--wash); border-top: 3px solid var(--accent); }
.quote-panel h2 { font-size: 1.625rem; margin-bottom: 25px; }
.quote-panel dl { margin: 0; }
.quote-panel dl > div { padding: 14px 0; border-top: 1px solid var(--line); }
.quote-panel dt { font-size: .75rem; letter-spacing: .06em; color: var(--muted); text-transform: uppercase; }
.quote-panel dd { font-size: 1rem; margin: 4px 0 0; line-height: 1.5; }
.quote-panel p { color: var(--muted); font-size: .875rem; margin-block: 22px; }
.quote-panel .button { width: 100%; gap: 12px; font-size: .875rem; padding-inline: 15px; }
.faq { padding-top: 0; }
.faq-grid { display: grid; grid-template-columns: .85fr 1.4fr; gap: 80px; border-top: 1px solid var(--line); padding-top: 60px; }
.faq-grid h2 { font-size: 2.5rem; }
details { border-bottom: 1px solid var(--line); }
summary { cursor: pointer; padding-block: 21px; font-weight: 600; font-size: 1rem; }
details p { margin: 0 0 24px; color: var(--muted); font-size: 1rem; }
.related .section-heading { margin-bottom: 30px; }
.related h2 { font-size: 2.2rem; }
.not-found { min-height: 55vh; }
@media (min-width: 1700px) { .hero-image { object-position: center 61%; } }
@media (max-width: 1080px) {
  .container { width: calc(100% - 72px); }
  .site-nav { gap: 16px; }
  .site-nav .nav-process { display: none; }
  .town-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .reservation-grid, .route-layout, .route-heading-inner { gap: 50px; }
  .route-image-wrap img { height: 370px; }
  .booking-inner { gap: 30px; }
  .quote-panel { padding: 23px; }
  .trip-item { padding-inline: 20px; }
}
@media (max-width: 760px) {
  .container { width: calc(100% - 40px); }
  .topline .container { justify-content: center; padding-block: 8px; }
  .topline .topline-extra { display: none; }
  .header-inner { min-height: 85px; gap: 14px; }
  .brand strong { font-size: .9375rem; }
  .brand small { font-size: .75rem; letter-spacing: .09em; }
  .brand-symbol { width: 37px; height: 37px; flex-shrink: 0; }
  .brand { gap: 10px; }
  .site-nav .nav-routes { display: none; }
  .nav-contact { padding: 10px 11px; font-size: .8125rem; }
  .hero-content { padding-top: 60px; padding-bottom: 65px; min-height: 590px; }
  .hero-image { object-position: 62% center; }
  .hero::before { background: linear-gradient(90deg,rgba(10,19,27,.93),rgba(10,19,27,.74) 52%,rgba(10,19,27,.46)); }
  .hero h1 { font-size: clamp(3rem,8.5vw,4.25rem); max-width: 540px; }
  .hero-intro { max-width: 440px; font-size: 1rem; }
  .hero-caption { position: static; margin-top: 38px; display: inline-block; }
  .hero-caption strong { display: block; }
  .hero-actions { gap: 18px; }
  .trip-inner { grid-template-columns: 1fr 1fr; padding-block: 25px; gap: 21px; }
  .trip-item:first-child { grid-column: 1 / -1; border-bottom: 1px solid var(--line); padding-bottom: 20px; }
  .trip-item { border: 0; padding: 0; }
  .trip-item strong { font-size: 1rem; }
  .section { padding-block: 65px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 22px; max-width: 480px; }
  .town-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
  .town-card { padding: 15px 13px; gap: 8px; min-height: 86px; }
  .town-card strong { font-size: .9375rem; }
  .reservation-grid, .route-layout, .route-heading-inner, .faq-grid, .booking-inner { grid-template-columns: minmax(0,1fr); gap: 38px; }
  .booking-band { padding-block: 60px; }
  .booking-contacts { gap: 13px; }
  .footer-main { display: block; }
  .footer-contact { text-align: left; margin-top: 30px; }
  .footer-bottom { display: block; }
  .footer-bottom p + p { margin-top: 13px; }
  .route-heading { padding-block: 25px 40px; }
  .breadcrumb { margin-bottom: 36px; }
  .route-heading h1 { font-size: clamp(2.5rem,8vw,3.9rem); }
  .route-image-wrap img { height: 310px; object-position: center; }
  .route-heading p:not(.eyebrow) { font-size: 1rem; }
  .route-facts { gap: 17px; margin-top: 30px; flex-direction: column; }
  .route-layout { gap: 35px; }
  .quote-panel { padding: 28px; }
  .faq { padding-top: 0; }
  .faq-grid { padding-top: 38px; gap: 12px; }
  .faq-grid h2 { font-size: 2.1rem; }
  .related .section-heading .text-link { margin-top: 12px; }
}
@media (max-width: 380px) {
  .container { width: calc(100% - 28px); }
  .brand-symbol { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { align-self: flex-start; }
  .town-card strong { font-size: .875rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; } }
