/* Pullman Supper Club style: heritage rail hospitality in #790000 oxblood, charcoal, ivory, and brass. Preserve the existing white logo, favor booking clarity, route-line rhythm, and accessible contrast. */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Bodoni+Moda:opsz,wght@6..96,500;6..96,600;6..96,700&family=Source+Sans+3:wght@400;500;600;700&display=swap');

:root {
  --rail-oxblood: #790000;
  --rail-oxblood-deep: #520000;
  --departure-red: #c02b0a;
  --coal: #08090e;
  --coal-soft: #22232b;
  --ivory: #f8f3e9;
  --parchment: #eee6d6;
  --mist: #e6e8e6;
  --stone: #5e6068;
  --brass: #be9160;
  --white: #ffffff;
  --shadow: 0 20px 60px rgb(8 9 14 / 18%);
  --serif: "Bodoni Moda", Georgia, serif;
  --sans: "Source Sans 3", "Trebuchet MS", sans-serif;
  --condensed: "Barlow Condensed", "Arial Narrow", sans-serif;
  --space-xs: 0.25rem;
  --space-sm: 0.5rem;
  --space-md: 1rem;
  --space-lg: 1.5rem;
  --space-xl: 2rem;
  --space-2xl: 3rem;
  --space-3xl: 4rem;
  --space-4xl: 6rem;
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; color: var(--coal); background: var(--ivory); font-family: var(--sans); font-size: 1rem; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
button, input, select, textarea { font: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
button:not(:disabled), a, summary { cursor: pointer; }
:focus-visible { outline: 3px solid #f5c35c; outline-offset: 3px; }

.skip-link { position: absolute; left: 0.75rem; top: -4rem; z-index: 1000; padding: 0.8rem 1rem; border-radius: 0 0 0.35rem 0.35rem; background: var(--white); color: var(--coal); font-weight: 700; }
.skip-link:focus { top: 0; }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgb(255 255 255 / 15%); background: rgb(8 9 14 / 96%); color: var(--white); box-shadow: 0 8px 24px rgb(8 9 14 / 12%); }
.nav-wrap { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: var(--space-md); width: min(1440px, 100%); margin: 0 auto; padding: 0.58rem clamp(1rem, 3vw, 2.4rem); }
.brand-lockup { display: flex; align-items: center; min-height: 48px; }
.brand-lockup img { width: clamp(112px, 13vw, 158px); height: auto; }
.menu-toggle { display: inline-grid; place-items: center; width: 46px; height: 46px; border: 1px solid rgb(255 255 255 / 35%); border-radius: 50%; background: transparent; color: var(--white); }
.menu-toggle svg { width: 23px; height: 23px; }
.nav-menu { display: none; grid-column: 1 / -1; margin: 0; padding: var(--space-md) 0 var(--space-lg); }
.nav-menu[data-open="true"] { display: block; }
.nav-list { display: grid; gap: 0.18rem; margin: 0; padding: 0; list-style: none; }
.nav-list a, .nav-details > summary { display: flex; align-items: center; min-height: 44px; padding: 0.55rem 0.65rem; color: var(--white); font-family: var(--condensed); font-size: 1.2rem; font-weight: 600; letter-spacing: 0.04em; text-decoration: none; text-transform: uppercase; }
.nav-list a[data-active="true"], .nav-list a:hover, .nav-details > summary:hover { color: #f5c35c; }
.nav-details summary { list-style: none; }
.nav-details summary::-webkit-details-marker { display: none; }
.nav-details > summary::after { content: "+"; margin-left: auto; font-size: 1.5rem; font-weight: 400; }
.nav-details[open] > summary::after { content: "–"; }
.nav-sublist { display: grid; gap: 0.1rem; margin: 0 0 0.25rem 0.8rem; padding: 0; list-style: none; }
.nav-sublist a { color: #eeece7; font-family: var(--sans); font-size: 0.98rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.nav-book { min-height: 44px; padding: 0.7rem 0.9rem; border: 1px solid #ef7256; border-radius: 0.2rem; background: var(--departure-red); color: var(--white); font-family: var(--condensed); font-size: 1rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.nav-book:hover { background: #e33b18; }

.page-hero, .video-hero { position: relative; overflow: hidden; min-height: min(68vh, 760px); color: var(--white); background: var(--coal); isolation: isolate; }
.page-hero::after, .video-hero::after { position: absolute; inset: 0; z-index: -1; content: ""; background: linear-gradient(90deg, rgb(8 9 14 / 94%) 0%, rgb(8 9 14 / 76%) 44%, rgb(8 9 14 / 48%) 100%), linear-gradient(0deg, rgb(8 9 14 / 58%), transparent 55%); }
.page-hero::before { position: absolute; inset: 0; z-index: -2; content: ""; background: var(--hero-image, linear-gradient(135deg, #250000, #1b1c22)); background-size: cover; background-position: center; }
.video-hero__fallback, .video-hero iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-hero__fallback { z-index: 0; background: url("../img/mokdt-homepage-hero.jpg") center / cover no-repeat; }
/* The live video source is retained as an iframe in markup. It is visually deferred because unauthenticated YouTube responses can otherwise cover the booking hero with a sign-in overlay. */
.video-hero iframe { display: none; }
.video-hero::after { z-index: 1; }
.hero-inner { position: relative; z-index: 2; display: grid; align-content: end; min-height: inherit; width: min(1380px, 100%); margin: 0 auto; padding: clamp(7rem, 15vw, 11rem) clamp(1.25rem, 6vw, 6rem) clamp(4rem, 10vw, 7rem); }
.hero-copy { max-width: 48rem; }
.eyebrow, .section-eyebrow { display: flex; align-items: center; gap: 0.55rem; margin: 0 0 0.75rem; color: #f5c35c; font-family: var(--condensed); font-size: 0.92rem; font-weight: 700; letter-spacing: 0.13em; text-transform: uppercase; }
.eyebrow::before, .section-eyebrow::before { width: 2.5rem; height: 1px; content: ""; background: currentColor; }
.hero-title { max-width: 13ch; margin: 0; font-family: var(--serif); font-size: clamp(3rem, 7vw, 7.2rem); font-weight: 600; line-height: 0.91; letter-spacing: -0.045em; }
.hero-lede { max-width: 39rem; margin: var(--space-lg) 0 0; color: #f7f3ec; font-size: clamp(1.08rem, 1.7vw, 1.32rem); line-height: 1.5; }
.hero-actions, .inline-actions { display: flex; flex-wrap: wrap; gap: var(--space-sm); margin-top: var(--space-xl); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; min-height: 46px; padding: 0.72rem 1rem; border: 1px solid transparent; border-radius: 0.2rem; font-family: var(--condensed); font-size: 1.05rem; font-weight: 700; letter-spacing: 0.06em; line-height: 1; text-align: center; text-decoration: none; text-transform: uppercase; transition: transform 160ms cubic-bezier(0.23, 1, 0.32, 1), background 160ms cubic-bezier(0.23, 1, 0.32, 1), color 160ms cubic-bezier(0.23, 1, 0.32, 1); }
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--departure-red); color: var(--white); }
.btn-primary:hover { background: #e33b18; }
.btn-outline { border-color: rgb(255 255 255 / 70%); background: rgb(8 9 14 / 15%); color: var(--white); }
.btn-outline:hover { border-color: var(--white); background: var(--white); color: var(--coal); }
.btn-dark { background: var(--coal); color: var(--white); }
.btn-dark:hover { background: var(--rail-oxblood); }
.btn-light { background: var(--ivory); color: var(--coal); }
.btn-light:hover { background: var(--white); }

.rail-rule { position: relative; height: 2.5rem; margin-top: -1.2rem; overflow: hidden; background: var(--ivory); }
.rail-rule::before { position: absolute; top: 50%; right: -8vw; left: -8vw; height: 1px; content: ""; background: var(--brass); transform: rotate(-1.3deg); }
.rail-rule::after { position: absolute; top: calc(50% - 0.2rem); left: 16%; width: 0.4rem; height: 0.4rem; border: 2px solid var(--brass); border-radius: 50%; content: ""; background: var(--ivory); box-shadow: 18vw 0 0 -2px var(--ivory), 18vw 0 0 0 var(--brass), 36vw 0 0 -2px var(--ivory), 36vw 0 0 0 var(--brass), 54vw 0 0 -2px var(--ivory), 54vw 0 0 0 var(--brass); }

main { overflow: hidden; }
.section { width: min(1280px, 100%); margin: 0 auto; padding: clamp(3.5rem, 8vw, 7rem) clamp(1.25rem, 5vw, 4.5rem); }
.section--wide { width: 100%; max-width: none; }
.section--dark { background: var(--coal); color: var(--white); }
.section--parchment { background: var(--parchment); }
.section-heading { max-width: 21ch; margin: 0; font-family: var(--serif); font-size: clamp(2.25rem, 4.6vw, 4.7rem); font-weight: 600; line-height: 0.98; letter-spacing: -0.04em; }
.section-intro { max-width: 43rem; margin: var(--space-lg) 0 0; color: var(--coal-soft); font-size: 1.1rem; }
.section--dark .section-intro { color: #e8e5dc; }
.split-feature { display: grid; gap: clamp(1.6rem, 5vw, 5rem); align-items: center; }
.feature-image { position: relative; min-height: 23rem; overflow: hidden; background: var(--coal); }
.feature-image img { width: 100%; height: 100%; min-height: 23rem; object-fit: cover; }
.feature-image::after { position: absolute; right: 0.75rem; bottom: 0.75rem; width: 3.5rem; height: 3.5rem; border: 1px solid rgb(255 255 255 / 75%); content: ""; }
.feature-copy { max-width: 41rem; }
.feature-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(2.15rem, 4vw, 4rem); font-weight: 600; line-height: 1; letter-spacing: -0.04em; }
.feature-copy p { margin: var(--space-md) 0 0; font-size: 1.08rem; }
.detail-line { display: flex; flex-wrap: wrap; gap: 0.5rem 1.3rem; margin-top: var(--space-lg); color: var(--rail-oxblood); font-family: var(--condensed); font-size: 1.15rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.section--dark .detail-line { color: #f5c35c; }

.offer-rail { display: grid; gap: 1px; margin-top: var(--space-2xl); border-top: 1px solid #cfc5b3; background: #cfc5b3; }
.offer-card { position: relative; display: grid; gap: var(--space-md); padding: clamp(1.3rem, 3vw, 2.1rem); background: var(--ivory); }
.offer-card::after { position: absolute; right: 1.25rem; bottom: 1.15rem; width: 2.4rem; height: 1px; content: ""; background: var(--brass); }
.offer-card--priority { background: var(--rail-oxblood); color: var(--white); }
.offer-card__number { color: var(--brass); font-family: var(--condensed); font-size: 0.93rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.offer-card h3 { margin: 0; font-family: var(--serif); font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 600; line-height: 0.98; letter-spacing: -0.035em; }
.offer-card p { max-width: 34rem; margin: 0; }
.offer-card__meta { display: flex; flex-wrap: wrap; gap: 0.5rem 1.1rem; font-family: var(--condensed); font-size: 1.05rem; font-weight: 700; letter-spacing: 0.035em; text-transform: uppercase; }
.offer-card__meta span { display: inline-flex; align-items: center; gap: 0.35rem; }
.offer-card__meta span::before { width: 0.32rem; height: 0.32rem; border-radius: 50%; content: ""; background: var(--brass); }
.offer-card .btn { align-self: start; margin-top: 0.25rem; }

.journey-steps { display: grid; gap: 0; margin: var(--space-2xl) 0 0; border-top: 1px solid rgb(255 255 255 / 26%); }
.journey-step { display: grid; grid-template-columns: auto 1fr; gap: var(--space-md); padding: var(--space-xl) 0; border-bottom: 1px solid rgb(255 255 255 / 26%); }
.journey-step__number { color: #f5c35c; font-family: var(--condensed); font-size: 2.3rem; font-weight: 500; line-height: 1; }
.journey-step h3 { margin: 0; font-family: var(--serif); font-size: 1.8rem; font-weight: 600; line-height: 1; }
.journey-step p { margin: 0.45rem 0 0; color: #e8e5dc; }

.planning-grid, .link-grid { display: grid; gap: var(--space-md); margin-top: var(--space-2xl); }
.planning-item { padding: 1.4rem 0; border-top: 1px solid #bdb2a0; }
.planning-item h3 { margin: 0; font-family: var(--condensed); font-size: 1.35rem; letter-spacing: 0.04em; text-transform: uppercase; }
.planning-item p { margin: 0.5rem 0 0; }
.page-intro { display: grid; gap: var(--space-xl); align-items: end; }
.page-intro__body { max-width: 45rem; font-size: 1.13rem; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0 0 var(--space-md); padding: 0; color: #d8d2c4; font-size: 0.95rem; list-style: none; }
.breadcrumb li + li::before { margin-right: 0.35rem; content: "/"; color: var(--brass); }
.breadcrumb a { color: inherit; }

.quick-details { display: grid; gap: 1px; margin: var(--space-2xl) 0; border: 1px solid #cfc5b3; background: #cfc5b3; }
.quick-details > div { padding: var(--space-md); background: var(--white); }
.quick-details dt { color: var(--rail-oxblood); font-family: var(--condensed); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.quick-details dd { margin: 0.25rem 0 0; font-size: 1.05rem; font-weight: 600; }
.booking-panel { display: grid; gap: var(--space-md); margin: var(--space-2xl) 0; padding: clamp(1.25rem, 3vw, 2.1rem); border: 1px solid var(--coal); background: var(--coal); color: var(--white); box-shadow: var(--shadow); }
.booking-panel h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 600; line-height: 1; }
.booking-panel p { max-width: 44rem; margin: 0; color: #e9e3d8; }
.booking-panel .btn { justify-self: start; }
.booking-notice { min-height: 1.5rem; margin: 0; color: #f5c35c; font-size: 0.96rem; }
.content-grid { display: grid; gap: clamp(2rem, 6vw, 5rem); }
.content-grid h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.3vw, 3.2rem); font-weight: 600; line-height: 1.03; letter-spacing: -0.03em; }
.content-grid h3 { margin: var(--space-xl) 0 0; font-family: var(--condensed); font-size: 1.4rem; letter-spacing: 0.04em; text-transform: uppercase; }
.content-grid p { max-width: 65ch; }
.fact-list { display: grid; gap: 0.65rem; margin: var(--space-lg) 0 0; padding: 0; list-style: none; }
.fact-list li { position: relative; padding-left: 1.15rem; }
.fact-list li::before { position: absolute; top: 0.68em; left: 0; width: 0.42rem; height: 0.42rem; border-radius: 50%; content: ""; background: var(--departure-red); }
.section--dark .fact-list li::before { background: #f5c35c; }

.faq-list { display: grid; gap: 0; margin: var(--space-2xl) 0 0; border-top: 1px solid #c8beac; }
.faq-list details { border-bottom: 1px solid #c8beac; }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: var(--space-md); min-height: 58px; padding: 1rem 0; font-family: var(--condensed); font-size: 1.3rem; font-weight: 600; letter-spacing: 0.025em; }
.faq-list summary::after { content: "+"; color: var(--rail-oxblood); font-family: var(--sans); font-size: 1.75rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details > div { max-width: 65ch; padding: 0 0 1.25rem; }
.faq-list p { margin: 0; }

.form-grid { display: grid; gap: var(--space-md); }
.form-grid--two { grid-template-columns: 1fr; }
.form-field { display: grid; gap: 0.35rem; }
.form-field label, legend { color: var(--coal); font-family: var(--condensed); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 46px; padding: 0.7rem 0.75rem; border: 1px solid #948b7d; border-radius: 0.12rem; background: var(--white); color: var(--coal); }
.form-field textarea { min-height: 150px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--rail-oxblood); outline: 3px solid rgb(192 43 10 / 25%); }
.form-status { min-height: 1.5rem; margin: 0; font-weight: 600; }

.notice-band { margin: 0; padding: clamp(2rem, 5vw, 4rem) clamp(1.25rem, 5vw, 4.5rem); background: var(--rail-oxblood); color: var(--white); }
.notice-band__inner { display: grid; gap: var(--space-lg); align-items: center; width: min(1280px, 100%); margin: 0 auto; }
.notice-band h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.4rem); font-weight: 600; line-height: 1; }
.notice-band p { max-width: 49rem; margin: 0; color: #fff2ea; }

.site-footer { border-top: 1px solid rgb(255 255 255 / 20%); background: var(--coal); color: var(--white); }
.footer-main { display: grid; gap: var(--space-2xl); width: min(1360px, 100%); margin: 0 auto; padding: clamp(3rem, 6vw, 5rem) clamp(1.25rem, 5vw, 4rem); }
.footer-brand img { width: min(210px, 64vw); }
.footer-brand p { max-width: 50rem; margin: var(--space-lg) 0 0; color: #e2ded4; }
.footer-heading { margin: 0 0 0.7rem; color: #f5c35c; font-family: var(--condensed); font-size: 1.05rem; letter-spacing: 0.1em; text-transform: uppercase; }
.footer-links { display: grid; gap: 0.3rem; margin: 0; padding: 0; list-style: none; }
.footer-links a { min-height: 32px; color: #f2eee7; text-decoration: none; }
.footer-links a:hover { color: #f5c35c; }
.footer-bottom { display: flex; flex-wrap: wrap; gap: 0.65rem 1.2rem; justify-content: space-between; padding: 1rem clamp(1.25rem, 5vw, 4rem); border-top: 1px solid rgb(255 255 255 / 15%); color: #d6d0c5; font-size: 0.9rem; }
.footer-bottom a { color: #f5c35c; }

.mobile-booking-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 90; display: flex; align-items: center; justify-content: space-between; gap: var(--space-sm); padding: 0.65rem 0.85rem; border-top: 1px solid #c9b9a8; background: rgb(255 255 255 / 97%); box-shadow: 0 -8px 24px rgb(8 9 14 / 14%); }
.mobile-booking-bar__price { color: var(--rail-oxblood); font-family: var(--condensed); font-size: 1.1rem; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
body.has-mobile-bar { padding-bottom: 74px; }

.link-grid { grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.resource-link { display: grid; gap: 0.55rem; min-height: 150px; padding: 1.3rem; border: 1px solid #cfc5b3; background: var(--white); text-decoration: none; transition: transform 180ms cubic-bezier(0.23, 1, 0.32, 1), box-shadow 180ms cubic-bezier(0.23, 1, 0.32, 1); }
.resource-link:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.resource-link span:first-child { color: var(--rail-oxblood); font-family: var(--condensed); font-size: 0.9rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }
.resource-link strong { font-family: var(--serif); font-size: 1.65rem; font-weight: 600; line-height: 1; }
.resource-link span:last-child { color: var(--stone); }

.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (min-width: 700px) {
  .planning-grid { grid-template-columns: repeat(3, 1fr); gap: var(--space-xl); }
  .quick-details { grid-template-columns: repeat(4, 1fr); }
  .form-grid--two { grid-template-columns: repeat(2, 1fr); }
  .notice-band__inner { grid-template-columns: 1.3fr auto; }
}

@media (min-width: 900px) {
  .nav-wrap { grid-template-columns: auto 1fr auto; }
  .menu-toggle { display: none; }
  .nav-menu { display: block !important; grid-column: auto; padding: 0; }
  .nav-list { display: flex; align-items: center; justify-content: center; gap: 0.1rem; }
  .nav-list > li { position: relative; }
  .nav-list a, .nav-details > summary { padding: 0.75rem 0.62rem; font-size: 1rem; white-space: nowrap; }
  .nav-details > summary::after { margin-left: 0.32rem; font-size: 1rem; }
  .nav-sublist { position: absolute; left: 0; z-index: 20; width: 250px; padding: 0.6rem; border: 1px solid rgb(255 255 255 / 18%); background: var(--coal); box-shadow: var(--shadow); }
  .nav-sublist a { min-height: 36px; padding: 0.5rem; font-size: 0.94rem; }
  .nav-book { font-size: 0.96rem; }
  .split-feature { grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr); }
  .split-feature--reverse .feature-image { order: 2; }
  .offer-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .page-intro { grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr); }
  .content-grid { grid-template-columns: minmax(0, 1fr) minmax(280px, 0.65fr); }
  .content-grid--reverse > :last-child { order: -1; }
  .footer-main { grid-template-columns: 1.25fr 0.6fr 0.65fr; }
  .mobile-booking-bar { display: none; }
  body.has-mobile-bar { padding-bottom: 0; }
}

@media (min-width: 1180px) {
  .offer-rail { grid-template-columns: 1.1fr 0.9fr; }
  .offer-card--priority { grid-row: span 2; }
  .offer-card--priority h3 { font-size: clamp(2.5rem, 4.3vw, 4.6rem); }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy, .section > *, .notice-band__inner { animation: reveal-up 520ms cubic-bezier(0.23, 1, 0.32, 1) both; }
  .section > *:nth-child(2) { animation-delay: 70ms; }
  @keyframes reveal-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}

@media (max-width: 899px) {
  .site-header { position: sticky; }
  .nav-book { min-width: 108px; }
}
