@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=DM+Serif+Display:ital@0;1&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --ink: #072b36;
  --ink-soft: #104a55;
  --teal: #0b6964;
  --teal-light: #c8e9df;
  --paper: #f7f4ed;
  --paper-deep: #ebe6da;
  --white: #fffdf8;
  --gold: #d4aa68;
  --muted: #607178;
  --line: rgba(7, 43, 54, .16);
  --dark-line: rgba(255, 253, 248, .22);
  --shadow: 0 24px 70px rgba(7, 43, 54, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 30px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.65; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--gold); outline-offset: 6px; }
.skip-link { position: fixed; z-index: 20; top: 12px; left: 12px; padding: 10px 16px; background: var(--gold); color: var(--ink); transform: translateY(-160%); transition: transform .2s; }
.skip-link:focus { transform: translateY(0); }

.site-header { max-width: 1500px; margin: 0 auto; padding: 25px 5%; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; border: 1px solid var(--gold); color: var(--gold); font: 700 14px/1 Manrope, sans-serif; letter-spacing: -.5px; }
.brand-copy { display: block; line-height: 1.2; }
.brand-copy strong { display: block; font: 800 16px/1.2 Manrope, sans-serif; letter-spacing: -.6px; }
.brand-copy i { color: var(--gold); font-style: normal; }
.brand-copy small { display: block; margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: 1.6px; }
nav { display: flex; align-items: center; gap: 36px; }
.nav-link { color: var(--muted); font-size: 14px; font-weight: 600; }
.nav-link:hover, .text-link:hover, .back-link:hover { color: var(--teal); }
.header-call { display: flex; align-items: center; gap: 15px; padding: 9px 16px 9px 18px; border: 1px solid var(--ink); }
.header-call span { color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .4px; }
.header-call strong { font: 700 14px/1.2 Manrope, sans-serif; }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; font: 700 11px/1.2 Manrope, sans-serif; letter-spacing: 1.8px; }
.eyebrow > span { display: inline-block; width: 30px; height: 1px; background: currentColor; opacity: .65; }
h1, h2, h3 { margin: 0; font-family: 'DM Serif Display', Georgia, serif; font-weight: 400; line-height: 1.05; letter-spacing: -.8px; }
h2 { font-size: clamp(2.5rem, 4vw, 4.5rem); }
h3 { font-size: 1.45rem; }
em { color: var(--teal); font-style: italic; }
.muted { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--teal); font-size: 14px; font-weight: 700; text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 1px; text-underline-offset: 6px; }
.text-link-light { color: var(--white); text-decoration-color: var(--gold); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 15px 21px; border: 1px solid transparent; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s, color .2s, border-color .2s; }
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--white); color: var(--ink); }
.button-light:hover { background: var(--teal-light); }
.button-accent { background: var(--gold); color: var(--ink); }
.button-accent:hover { background: #e1bd80; }
.button-dark { background: var(--ink); color: var(--white); }
.button-dark:hover { background: var(--teal); }

.home-hero { overflow: hidden; background: var(--ink); color: var(--white); }
.hero-inner { max-width: 1500px; margin: 0 auto; padding: 68px 5% 82px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(460px, 1.1fr); align-items: center; gap: 7%; }
.hero-copy { position: relative; z-index: 1; }
.hero-copy .eyebrow { color: var(--teal-light); }
.hero-copy h1 { max-width: 680px; font-size: clamp(4rem, 6.8vw, 7.7rem); letter-spacing: -2.5px; }
.hero-copy h1 span { color: var(--teal-light); }
.hero-copy h1 em { color: var(--gold); }
.hero-intro { max-width: 535px; margin: 30px 0; color: rgba(255, 253, 248, .76); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.hero-note { max-width: 460px; margin-top: 74px; padding-top: 18px; display: flex; align-items: flex-start; gap: 16px; border-top: 1px solid var(--dark-line); color: rgba(255, 253, 248, .68); font-size: 13px; line-height: 1.5; }
.note-number { color: var(--gold); font: 700 12px/1 Manrope, sans-serif; letter-spacing: 1px; }
.hero-media { position: relative; min-height: 635px; overflow: hidden; border-radius: 120px 0 0 0; box-shadow: var(--shadow); }
.hero-media img, .route-media img { width: 100%; height: 100%; object-fit: cover; object-position: 54% center; }
.media-wash { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(7, 43, 54, .02) 28%, rgba(7, 43, 54, .74) 100%); }
.media-caption { position: absolute; right: 28px; bottom: 27px; left: 28px; padding: 18px 21px; background: rgba(255, 253, 248, .94); color: var(--ink); }
.media-caption span, .route-stamp { display: block; font: 700 10px/1.2 Manrope, sans-serif; letter-spacing: 1.4px; }
.media-caption strong { display: block; margin-top: 6px; font: 400 23px/1.15 'DM Serif Display', Georgia, serif; }
.media-vertical { position: absolute; top: 31px; right: 22px; writing-mode: vertical-rl; color: rgba(255, 253, 248, .84); font: 700 10px/1 Manrope, sans-serif; letter-spacing: 2px; }

.proof-bar { padding: 32px 5%; display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; background: var(--paper-deep); }
.proof-lead { display: flex; flex-direction: column; justify-content: center; padding-right: 30px; border-right: 1px solid var(--line); }
.proof-lead .eyebrow { margin-bottom: 12px; color: var(--teal); }
.proof-lead strong { font: 400 22px/1.15 'DM Serif Display', Georgia, serif; }
.proof-item { display: flex; align-items: center; gap: 16px; }
.proof-item strong { color: var(--teal); font: 400 47px/1 'DM Serif Display', Georgia, serif; }
.proof-item span { color: var(--muted); font-size: 13px; line-height: 1.35; }

.intro-section { max-width: 1500px; margin: 0 auto; padding: 126px 5%; display: grid; grid-template-columns: .3fr 1fr; gap: 7%; border-bottom: 1px solid var(--line); }
.intro-label { display: flex; align-items: flex-start; gap: 15px; }
.section-index { color: var(--gold); font: 700 12px/1 Manrope, sans-serif; }
.intro-label .eyebrow { color: var(--muted); writing-mode: vertical-rl; margin: 0; }
.intro-content { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; }
.intro-content h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.intro-content p { max-width: 480px; margin: 0 0 20px; color: var(--muted); font-size: 17px; }
.intro-content .text-link { margin-top: 18px; }

.routes-section { max-width: 1500px; margin: 0 auto; padding: 126px 5% 138px; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 45px; margin-bottom: 58px; }
.section-heading .eyebrow { color: var(--teal); }
.section-heading h2 { font-size: clamp(3rem, 5vw, 5.4rem); }
.section-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 15px; }
.town-grid { display: grid; grid-template-columns: repeat(4, 1fr); column-gap: 24px; }
.town-card { position: relative; min-height: 122px; padding: 19px 4px 15px; display: grid; grid-template-columns: 1fr auto; grid-template-rows: auto 1fr auto; border-top: 1px solid var(--line); transition: background .2s, color .2s, padding .2s; }
.town-card:hover { padding-right: 11px; padding-left: 11px; background: var(--ink); color: var(--white); }
.town-number { color: var(--gold); font: 700 10px/1 Manrope, sans-serif; letter-spacing: 1px; }
.town-number-empty { visibility: hidden; }
.town-name { align-self: end; font: 400 23px/1.1 'DM Serif Display', Georgia, serif; }
.town-arrow { color: var(--teal); font-size: 22px; line-height: 1; }
.town-card:hover .town-arrow { color: var(--gold); }
.town-destination { grid-column: 1 / -1; align-self: end; color: var(--muted); font: 700 9px/1 Manrope, sans-serif; letter-spacing: 1.4px; }
.town-card:hover .town-destination { color: var(--teal-light); }

.process-section { padding: 118px 5% 128px; background: var(--teal-light); }
.process-heading, .process-grid { max-width: 1270px; margin: 0 auto; }
.process-heading .eyebrow { color: var(--teal); }
.process-heading h2 { margin-bottom: 60px; font-size: clamp(3rem, 5vw, 5.3rem); }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.process-card { min-height: 235px; padding: 20px 36px 0 0; border-top: 1px solid rgba(7, 43, 54, .35); }
.process-card + .process-card { padding-left: 36px; border-left: 1px solid rgba(7, 43, 54, .35); }
.process-number { display: block; margin-bottom: 28px; color: var(--gold); font: 700 12px/1 Manrope, sans-serif; letter-spacing: 1px; }
.process-card h3 { margin-bottom: 16px; }
.process-card p { max-width: 285px; margin: 0; color: rgba(7, 43, 54, .7); font-size: 15px; }

.reserve-section { padding: 120px 5%; display: grid; grid-template-columns: 1fr minmax(340px, 470px); gap: 9%; align-items: center; background: var(--ink); color: var(--white); }
.reserve-copy { max-width: 600px; }
.reserve-copy .eyebrow { color: var(--teal-light); }
.reserve-copy h2 { font-size: clamp(3.1rem, 5.5vw, 6rem); }
.reserve-copy p:last-child { max-width: 450px; margin: 28px 0 0; color: rgba(255, 253, 248, .7); font-size: 17px; }
.reserve-card { padding: 32px; background: var(--paper); color: var(--ink); box-shadow: var(--shadow); }
.reserve-card-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
.reserve-card-top .eyebrow { margin-bottom: 17px; color: var(--teal); }
.reserve-mark { color: var(--gold); font-size: 25px; }
.reserve-phone { display: block; margin-top: 27px; font: 400 34px/1 'DM Serif Display', Georgia, serif; }
.reserve-card p { margin: 12px 0 21px; color: var(--muted); font-size: 15px; }
.reserve-card .button { width: 100%; }
.reserve-small { display: block; margin-top: 20px; color: var(--muted); font-size: 11px; line-height: 1.4; }

.site-footer { padding: 55px 5% 27px; background: #041f28; color: var(--white); }
.footer-main { max-width: 1500px; margin: 0 auto 55px; display: flex; justify-content: space-between; align-items: start; gap: 30px; }
.footer-brand .brand-mark { border-color: var(--gold); }
.footer-brand .brand-copy strong { color: var(--white); }
.footer-brand .brand-copy small { color: rgba(255, 253, 248, .55); }
.footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 3px; }
.footer-label { margin-bottom: 5px; color: var(--teal-light); font: 700 10px/1 Manrope, sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.footer-contact a { font: 400 21px/1.3 'DM Serif Display', Georgia, serif; }
.footer-contact a:last-child { color: var(--teal-light); font: 700 13px/1.4 Manrope, sans-serif; }
.footer-bottom { max-width: 1500px; margin: 0 auto; padding-top: 19px; display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--dark-line); color: rgba(255, 253, 248, .55); font-size: 12px; }
.footer-bottom p { margin: 0; }

.route-hero { overflow: hidden; background: var(--ink); color: var(--white); }
.route-hero-inner { max-width: 1500px; margin: 0 auto; padding: 45px 5% 76px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); align-items: center; gap: 7%; }
.route-copy { padding-top: 16px; }
.back-link { display: inline-block; margin-bottom: 55px; color: var(--teal-light); font-size: 13px; text-decoration: underline; text-decoration-color: var(--gold); text-underline-offset: 5px; }
.route-copy .eyebrow { color: var(--teal-light); }
.route-copy h1 { max-width: 760px; font-size: clamp(3.5rem, 6vw, 6.8rem); }
.route-copy h1 em { color: var(--gold); }
.route-intro { max-width: 600px; margin: 29px 0; color: rgba(255, 253, 248, .74); font-size: 17px; }
.route-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 25px; }
.route-line { max-width: 610px; margin-top: 70px; padding-top: 17px; display: flex; align-items: center; gap: 13px; border-top: 1px solid var(--dark-line); }
.route-line span { color: var(--teal-light); font: 700 9px/1 Manrope, sans-serif; letter-spacing: 1.3px; }
.route-line strong { font: 400 20px/1 'DM Serif Display', Georgia, serif; }
.route-line i { flex: 1; height: 1px; min-width: 35px; background: var(--gold); }
.route-media { position: relative; height: 575px; overflow: hidden; border-radius: 95px 0 0 0; }
.route-stamp { position: absolute; top: 25px; right: 24px; color: var(--white); text-align: right; line-height: 1.6; }
.route-information { max-width: 1300px; margin: 0 auto; padding: 123px 5% 130px; display: grid; grid-template-columns: 1fr minmax(320px, 420px); gap: 10%; }
.route-content .eyebrow, .faq-heading .eyebrow, .section-heading .eyebrow { color: var(--teal); }
.route-content h2 { font-size: clamp(3rem, 5vw, 5.1rem); }
.route-content > p { max-width: 635px; margin: 27px 0 0; color: var(--muted); font-size: 17px; }
.planning-block { margin-top: 65px; }
.planning-block > .eyebrow { padding-bottom: 16px; border-bottom: 1px solid var(--line); margin-bottom: 0; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { padding: 21px 0; display: grid; grid-template-columns: 45px 1fr; gap: 16px; border-bottom: 1px solid var(--line); }
.steps li > span { color: var(--gold); font: 700 11px/1.4 Manrope, sans-serif; letter-spacing: 1px; }
.steps strong { font: 700 15px/1.4 Manrope, sans-serif; }
.steps p { margin: 6px 0 0; color: var(--muted); font-size: 14px; line-height: 1.5; }
.quote-card { align-self: start; padding: 31px; border-top: 4px solid var(--gold); background: var(--paper-deep); box-shadow: 0 15px 45px rgba(7, 43, 54, .08); }
.quote-card-head { padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.quote-card-head .eyebrow { margin-bottom: 13px; }
.quote-card-head strong { display: block; font: 400 25px/1.1 'DM Serif Display', Georgia, serif; }
.quote-card-head i { color: var(--gold); font-style: normal; }
dl { margin: 0; padding: 7px 0 5px; }
dt { margin-top: 17px; color: var(--muted); font: 700 10px/1.2 Manrope, sans-serif; letter-spacing: 1.2px; text-transform: uppercase; }
dd { margin: 3px 0 0; font-size: 16px; }
.quote-note { margin: 20px 0 24px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.quote-card .button { width: 100%; }

.faq-section { padding: 104px 5% 118px; display: grid; grid-template-columns: .65fr 1fr; gap: 10%; background: var(--paper-deep); }
.faq-heading h2 { font-size: clamp(3rem, 4.5vw, 5rem); }
.faq-list { max-width: 740px; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { padding: 22px 0; cursor: pointer; list-style: none; font: 700 16px/1.4 Manrope, sans-serif; }
summary::-webkit-details-marker { display: none; }
summary::after { float: right; color: var(--gold); content: '+'; font: 400 25px/1 'DM Serif Display', Georgia, serif; }
details[open] summary::after { content: '−'; }
details p { max-width: 630px; margin: -4px 0 24px; color: var(--muted); font-size: 15px; }
.route-cta { padding: 68px 8%; display: flex; justify-content: space-between; align-items: center; gap: 35px; background: var(--teal); color: var(--white); }
.route-cta .eyebrow { color: var(--teal-light); margin-bottom: 15px; }
.route-cta h2 { max-width: 720px; font-size: clamp(2.3rem, 4vw, 4.2rem); }
.route-cta p:last-child { max-width: 550px; margin: 15px 0 0; color: rgba(255, 253, 248, .76); font-size: 15px; }
.route-cta .button { flex-shrink: 0; }
.related-section { max-width: 1500px; margin: 0 auto; padding: 107px 5% 125px; }
.related-section .section-heading { margin-bottom: 40px; }
.related-section .section-heading h2 { font-size: clamp(2.6rem, 4vw, 4.3rem); }
.related-grid .town-card { min-height: 112px; }

.not-found { max-width: 1500px; margin: 0 auto; padding: 130px 5% 180px; }
.not-found h1 { font-size: clamp(4rem, 7vw, 7.5rem); }
.not-found p:not(.eyebrow) { color: var(--muted); margin: 28px 0; }

@media (max-width: 1050px) {
  .hero-inner, .route-hero-inner { grid-template-columns: 1fr 1fr; gap: 4%; }
  .hero-media { min-height: 565px; }
  .route-media { height: 510px; }
  .proof-bar { gap: 22px; }
  .proof-item { gap: 10px; }
  .town-grid { column-gap: 18px; }
  .town-name { font-size: 21px; }
  .intro-section, .route-information { gap: 5%; }
}

@media (max-width: 760px) {
  .site-header { padding: 20px 6%; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-copy strong { font-size: 13px; }
  .brand-copy small { font-size: 8px; letter-spacing: 1px; }
  nav { gap: 0; }
  .nav-link { display: none; }
  .header-call { padding: 8px 11px; }
  .header-call span { display: none; }
  .header-call strong { font-size: 12px; }
  .hero-inner, .route-hero-inner { display: block; padding: 53px 6% 0; }
  .hero-copy h1 { font-size: clamp(3.65rem, 15vw, 5.4rem); }
  .hero-intro { font-size: 16px; }
  .hero-note { margin-top: 52px; margin-bottom: 48px; }
  .hero-media { min-height: 400px; margin-left: 8%; border-radius: 70px 0 0 0; }
  .media-caption { right: 16px; bottom: 16px; left: 16px; padding: 15px; }
  .media-caption strong { font-size: 20px; }
  .media-vertical { display: none; }
  .proof-bar { padding: 40px 6%; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
  .proof-lead { grid-column: 1 / -1; padding: 0 0 21px; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item strong { font-size: 40px; }
  .proof-item span { font-size: 12px; }
  .intro-section { display: block; padding: 76px 6%; }
  .intro-label { margin-bottom: 38px; }
  .intro-label .eyebrow { writing-mode: initial; }
  .intro-content { display: block; }
  .intro-content h2 { margin-bottom: 28px; font-size: 3.8rem; }
  .intro-content p { font-size: 16px; }
  .routes-section { padding: 77px 6% 82px; }
  .section-heading { display: block; margin-bottom: 37px; }
  .section-heading h2 { font-size: 3.8rem; }
  .section-heading > p { margin-top: 23px; }
  .town-grid { grid-template-columns: repeat(2, 1fr); gap: 0 18px; }
  .town-card { min-height: 111px; }
  .town-name { font-size: 20px; }
  .process-section { padding: 77px 6% 82px; }
  .process-heading h2 { margin-bottom: 42px; font-size: 3.8rem; }
  .process-grid { display: block; }
  .process-card, .process-card + .process-card { min-height: 0; padding: 24px 0; border-left: 0; }
  .process-card p { max-width: 420px; }
  .reserve-section { display: block; padding: 78px 6%; }
  .reserve-copy h2 { font-size: 4rem; }
  .reserve-copy p:last-child { font-size: 16px; }
  .reserve-card { margin-top: 40px; padding: 26px; }
  .site-footer { padding: 42px 6% 23px; }
  .footer-main, .footer-bottom { display: block; }
  .footer-main { margin-bottom: 38px; }
  .footer-contact { align-items: flex-start; margin-top: 35px; }
  .footer-bottom p + p { margin-top: 12px; }
  .route-hero-inner { padding-top: 30px; }
  .back-link { margin-bottom: 42px; }
  .route-copy h1 { font-size: 3.8rem; }
  .route-intro { font-size: 16px; }
  .route-line { margin: 52px 0 42px; }
  .route-media { height: 350px; margin-left: 8%; border-radius: 70px 0 0 0; }
  .route-information { display: block; padding: 78px 6% 82px; }
  .route-content h2 { font-size: 3.8rem; }
  .route-content > p { font-size: 16px; }
  .planning-block { margin-top: 48px; }
  .quote-card { margin-top: 50px; }
  .faq-section { display: block; padding: 75px 6% 82px; }
  .faq-heading h2 { margin-bottom: 38px; font-size: 3.8rem; }
  .route-cta { display: block; padding: 54px 6%; }
  .route-cta h2 { font-size: 3rem; }
  .route-cta .button { margin-top: 27px; }
  .related-section { padding: 78px 6% 84px; }
  .related-section .section-heading { display: flex; align-items: end; gap: 20px; }
  .related-section .section-heading h2 { font-size: 3rem; }
}

@media (max-width: 470px) {
  .brand-copy strong { font-size: 11px; }
  .brand-copy small { display: none; }
  .hero-copy h1, .route-copy h1, .intro-content h2, .section-heading h2, .process-heading h2, .reserve-copy h2, .route-content h2, .faq-heading h2 { font-size: 3.2rem; }
  .hero-actions, .route-actions { align-items: flex-start; flex-direction: column; }
  .button { width: 100%; }
  .town-grid { column-gap: 13px; }
  .town-name { font-size: 18px; }
  .town-card { min-height: 105px; }
  .route-line { flex-wrap: wrap; }
  .route-line i { flex-basis: 30px; }
  .quote-card { padding: 24px; }
  .related-section .section-heading { display: block; }
  .related-section .section-heading .text-link { margin-top: 19px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
