:root {
  color-scheme: light;
  --bg: #f7f1ec;
  --bg-alt: #fffaf4;
  --panel: rgba(255, 252, 248, 0.9);
  --panel-strong: #fffdfb;
  --text: #1b232a;
  --muted: #5b6872;
  --line: rgba(89, 15, 32, 0.12);
  --accent: #d61935;
  --accent-2: #8e1025;
  --accent-soft: rgba(214, 25, 53, 0.1);
  --accent-warm: #b26a26;
  --shadow: 0 18px 45px rgba(36, 28, 16, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  overflow-x: clip;
  font-family: "Iowan Old Style", "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(214, 25, 53, 0.13), transparent 28%),
    radial-gradient(circle at 90% 8%, rgba(178, 106, 38, 0.18), transparent 22%),
    linear-gradient(180deg, #fff8ed 0%, #f3eadc 44%, #efe4d3 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  background-image:
    linear-gradient(120deg, rgba(23, 33, 43, 0.05) 0 1px, transparent 1px 100%),
    linear-gradient(60deg, rgba(23, 33, 43, 0.035) 0 1px, transparent 1px 100%);
  background-size: 56px 56px, 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent 92%);
}

a {
  color: inherit;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.18em;
}

.wrap {
  width: min(calc(100% - 2rem), var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--text);
  color: #fff;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(18px);
  background: rgba(255, 248, 237, 0.72);
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  text-decoration: none;
}

.brand strong,
.brand span {
  display: block;
}

.brand strong {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.brand span {
  font-size: 0.85rem;
  color: var(--muted);
}

.brand-logo {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--shadow);
}

.site-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.2rem;
  min-width: 0;
}

.site-nav a {
  padding: 0.42rem 0.48rem;
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--text);
  background: var(--accent-soft);
}

.nav-button {
  color: #fff !important;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 12px 24px rgba(214, 25, 53, 0.18);
}

.site-nav .nav-button:hover,
.site-nav .nav-button:focus-visible {
  color: #24180a !important;
  background: linear-gradient(135deg, #f5c451, #c98a16);
  box-shadow: 0 12px 24px rgba(151, 93, 11, 0.28);
}

.hero {
  padding: 4.5rem 0 2rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 2rem;
  align-items: start;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--accent);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

h1,
h2,
h3 {
  font-family: "Trebuchet MS", "Segoe UI", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin: 0;
}

h1 {
  font-size: clamp(2.8rem, 5vw, 5.5rem);
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}

h3 {
  font-size: 1.2rem;
}

.lede {
  margin: 1.25rem 0 0;
  max-width: 64ch;
  font-size: 1.12rem;
  line-height: 1.75;
  color: var(--muted);
}

.booking-card,
.section-card,
.route-card,
.mini-card,
.rail-card {
  min-width: 0;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.booking-card {
  margin-top: 1.8rem;
  border-radius: var(--radius);
  padding: 1.2rem;
}

.booking-card-wide {
  margin-top: 1rem;
}

.subtle {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.6;
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.hero-actions {
  margin-top: 1.4rem;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.hero-meta span {
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(23, 33, 43, 0.09);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero-search {
  margin-top: -1.1rem;
  position: relative;
  z-index: 2;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: 0.9rem;
}

.hero-tile,
.route-visual,
.station-figure,
.class-figure,
.airport-figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.hero-tile picture,
.hero-tile img,
.route-visual picture,
.route-visual img,
.station-figure picture,
.station-figure img,
.class-figure picture,
.class-figure img,
.airport-figure picture,
.airport-figure img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-tile img,
.route-visual img,
.station-figure img,
.class-figure img,
.airport-figure img {
  object-fit: cover;
}

.hero-tile::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 56%;
  background: linear-gradient(180deg, transparent 0%, rgba(8, 14, 18, 0.78) 100%);
  pointer-events: none;
}

.hero-tile figcaption {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 1rem 1rem 1.1rem;
  color: #fff;
}

.hero-tile figcaption span {
  display: block;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.hero-tile figcaption strong {
  display: block;
  margin-top: 0.3rem;
  font-size: 1.15rem;
  line-height: 1.25;
}

.hero-tile-large {
  aspect-ratio: 16 / 10;
  min-height: 340px;
  grid-column: 1 / -1;
}

.hero-tile-stack {
  display: grid;
  gap: 0.9rem;
}

.hero-tile-small {
  aspect-ratio: 4 / 3;
  min-height: 220px;
}

.hero-tile-wide {
  aspect-ratio: 16 / 9;
  min-height: 230px;
  grid-column: 1 / -1;
}

.hero-image-card,
.feature-image-card,
.inline-figure {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  background: var(--panel-strong);
  box-shadow: var(--shadow);
}

.hero-image-card img,
.feature-image-card img,
.inline-figure img {
  display: block;
  width: 100%;
  height: auto;
}

.feature-story {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 1rem;
  align-items: start;
}

.feature-image-card figcaption {
  padding: 0.9rem 1rem 1rem;
  font-size: 0.93rem;
  line-height: 1.55;
  color: var(--muted);
}

.boraq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(250px, 0.95fr);
  gap: 1rem;
}

.boraq-layout > .table-wrap {
  grid-column: 1 / -1;
  margin-top: 0.25rem;
}

.booking-section {
  display: grid;
  gap: 1rem;
}

.booking-widget {
  min-height: 360px;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.choice-card {
  padding: 1rem 1.1rem;
  border-radius: 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.choice-card p {
  margin: 0.55rem 0 0;
  line-height: 1.7;
  color: var(--muted);
}

.mobile-book-cta {
  display: none;
}

.rail-card {
  border-radius: 22px;
  padding: 1rem 1.1rem;
}

.rail-card p {
  margin: 0 0 0.8rem;
  font-weight: 700;
}

.rail-card ul {
  margin: 0;
  padding-left: 1.05rem;
  color: var(--muted);
  line-height: 1.7;
}

.rail-card-accent {
  background: linear-gradient(180deg, rgba(214, 25, 53, 0.1), rgba(255, 250, 242, 0.97));
}

.section-block {
  padding: 2rem 0 0;
}

.section-heading {
  margin-bottom: 1rem;
}

.section-heading h2 {
  max-width: 15ch;
}

.section-card {
  border-radius: var(--radius);
  padding: 1.2rem;
}

.compact h2 {
  max-width: none;
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
}

.intro {
  margin-top: 1.25rem;
}

.intro p,
.prose p {
  line-height: 1.75;
  color: var(--muted);
}

.intro p:first-of-type {
  color: var(--text);
  font-size: 1.05rem;
}

.featured-route,
.two-col,
.station-grid {
  display: grid;
  gap: 1rem;
}

.featured-route {
  grid-template-columns: 1.15fr 0.85fr;
}

.featured-route > div {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 1.2rem;
  box-shadow: var(--shadow);
}

.route-visual {
  aspect-ratio: 16 / 10;
  margin-bottom: 0.9rem;
}

.route-visual-featured {
  aspect-ratio: 16 / 10;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.comparison-card {
  display: flex;
  flex-direction: column;
}

.comparison-card .route-visual {
  margin-bottom: 0.85rem;
}

.decision-table th,
.decision-table td {
  font-size: 0.92rem;
}

.decision-table th {
  white-space: normal;
}

.network-map-card img {
  display: block;
  width: 100%;
  height: auto;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.92));
}

.route-card {
  display: flex;
  flex-direction: column;
}

.route-grid,
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.route-card,
.mini-card {
  border-radius: 20px;
  padding: 1rem 1.1rem;
}

.route-card p,
.mini-card p {
  margin: 0.5rem 0 0;
  line-height: 1.7;
  color: var(--muted);
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 0.9rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: var(--accent-soft);
  text-decoration: none;
  font-weight: 700;
}

.cta-link:hover,
.cta-link:focus-visible {
  background: rgba(214, 25, 53, 0.16);
}

.table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  margin: 1rem 0;
  border-radius: 18px;
  border: 1px solid rgba(23, 33, 43, 0.08);
}

table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.74);
}

th,
td {
  padding: 0.85rem 0.95rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(23, 33, 43, 0.08);
  font-size: 0.96rem;
}

th {
  color: var(--text);
  background: rgba(214, 25, 53, 0.08);
  white-space: nowrap;
}

tr:last-child td {
  border-bottom: 0;
}

.two-col {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.station-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.station-visual-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.station-card,
.class-figure {
  display: flex;
  flex-direction: column;
}

.station-figure,
.class-figure,
.airport-figure {
  aspect-ratio: 4 / 3;
  margin-bottom: 0.9rem;
}

.class-showcase {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.class-figure figcaption,
.station-card figcaption {
  padding: 0.9rem 1rem 1rem;
  background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.94) 72%);
}

.class-figure figcaption span,
.station-card h3 {
  display: block;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.11em;
}

.station-card h3 {
  margin-top: 0;
  color: var(--text);
  font-size: 1.3rem;
  text-transform: none;
  letter-spacing: -0.03em;
}

.class-figure figcaption strong {
  display: block;
  margin-top: 0.3rem;
  color: var(--text);
  font-size: 1.05rem;
  line-height: 1.25;
}

.class-figure-first {
  background: linear-gradient(180deg, rgba(214, 25, 53, 0.08), rgba(255, 252, 248, 0.95));
}

.class-figure-second {
  background: linear-gradient(180deg, rgba(178, 106, 38, 0.08), rgba(255, 252, 248, 0.95));
}

.station-card .cta-link,
.airport-layout .cta-link {
  margin-top: auto;
  align-self: start;
}

.airport-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 1rem;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-list details {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
  padding: 0.9rem 1rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--text);
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  float: right;
  font-size: 1.2rem;
  color: var(--accent);
}

.faq-list details[open] summary::after {
  content: "–";
}

.faq-list p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  margin-top: 4rem;
  padding: 2rem 0 2.5rem;
  border-top: 1px solid rgba(23, 33, 43, 0.1);
  background: rgba(255, 250, 242, 0.75);
}

.footer-inner {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
}

.footer-inner p {
  margin: 0.35rem 0 0;
  color: var(--muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem 1.1rem;
}

@media (max-width: 1080px) {
  .hero-shell,
  .featured-route,
  .two-col,
  .station-grid,
  .feature-story,
  .boraq-layout,
  .choice-grid,
  .comparison-grid,
  .hero-mosaic,
  .class-showcase,
  .airport-layout,
  .station-visual-grid {
    grid-template-columns: 1fr;
  }

  .route-grid,
  .mini-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    flex-direction: column;
    align-items: start;
  }

  .site-nav {
    justify-content: start;
  }

  .hero-tile-large,
  .hero-tile-wide {
    min-height: 260px;
  }
}

@media (max-width: 760px) {
  .hero {
    padding-top: 2.5rem;
  }

  h1 {
    max-width: none;
  }

  .footer-inner {
    flex-direction: column;
  }

  .hero-search {
    margin-top: 0.35rem;
  }

  body {
    padding-bottom: calc(5.4rem + env(safe-area-inset-bottom));
  }

  .mobile-book-cta {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: calc(1rem + env(safe-area-inset-bottom));
    z-index: 120;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.45rem;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 18px 40px rgba(214, 25, 53, 0.3);
  }

  .mobile-book-cta:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.85);
    outline-offset: 2px;
  }
}

.site-header {
  position: sticky;
}

.header-inner {
  position: relative;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid rgba(23, 33, 43, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  padding: 0.7rem 0.95rem;
  color: var(--text);
  font: inherit;
  box-shadow: 0 10px 20px rgba(36, 28, 16, 0.08);
}

.nav-toggle span:not(.nav-toggle-label) {
  display: block;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.nav-toggle-label {
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero-fullbleed {
  padding: 0;
}

.hero-fullbleed .wrap {
  width: min(calc(100% - 2rem), var(--max));
}

.hero-slider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  height: clamp(480px, 72vw, 680px);
  overflow: clip;
  background: #0f1214;
}

.hero-track,
.hero-slide {
  position: absolute;
  inset: 0;
}

.hero-slide {
  opacity: 0;
  transition: opacity 600ms ease, transform 900ms ease;
  transform: scale(1.035);
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.hero-slide picture,
.hero-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-slide img {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: stretch;
  background:
    linear-gradient(90deg, rgba(10, 14, 16, 0.84) 0%, rgba(10, 14, 16, 0.55) 28%, rgba(10, 14, 16, 0.06) 68%, rgba(10, 14, 16, 0.18) 100%),
    linear-gradient(180deg, rgba(9, 12, 15, 0.12) 0%, rgba(9, 12, 15, 0.56) 100%);
}

.hero-overlay-inner {
  display: flex;
  align-items: flex-end;
  padding: clamp(1.2rem, 4vw, 3.4rem) 0 clamp(2rem, 5vw, 4.2rem);
}

.hero-copy {
  max-width: 50rem;
  color: #fff;
}

.hero-copy .eyebrow {
  color: #ffd8de;
}

.hero-copy h1 {
  color: #fff;
  text-wrap: balance;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
}

.hero-copy .lede {
  color: rgba(255, 255, 255, 0.86);
  max-width: 42rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
}

.hero-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(12px);
}

.hero-link:hover,
.hero-link:focus-visible {
  background: rgba(255, 255, 255, 0.14);
}

.hero-meta span {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.84);
}

.hero-controls {
  position: absolute;
  inset: auto 0 1.15rem;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  pointer-events: none;
}

.hero-control {
  pointer-events: auto;
  min-width: 4.5rem;
  min-height: 2.75rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(14, 18, 22, 0.32);
  color: #fff;
  font: inherit;
  font-weight: 700;
  backdrop-filter: blur(14px);
}

.hero-control:hover,
.hero-control:focus-visible {
  background: rgba(14, 18, 22, 0.48);
}

.hero-dots {
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  flex: 1;
}

.hero-dot {
  width: 0.75rem;
  height: 0.75rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
}

.hero-dot.is-active {
  width: 2rem;
  background: linear-gradient(135deg, var(--accent), #ff8ca2);
}

.hero-search {
  margin-top: 1rem;
}

.booking-card-wide {
  padding: 1.35rem;
}

.booking-widget-shell {
  margin-top: 1rem;
  display: grid;
  justify-items: start;
  gap: 0.75rem;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 10;
  overflow: visible;
}

.booking-widget-shell > * {
  max-width: 100%;
}

.booking-widget-shell > #one2go {
  position: relative;
  z-index: 1000;
  overflow: visible;
}

.booking-widget-shell > #one2go .dropdown_12go-menu {
  z-index: 10000;
}

.booking-widget-shell-top {
  min-height: 0;
  z-index: 30;
}

.booking-widget-shell-long {
  min-height: 0;
  z-index: 20;
}

.booking-long-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.6fr);
  gap: 1rem;
  align-items: start;
  margin-top: 1rem;
}

.class-intro-card {
  margin-top: 1rem;
}

.class-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.class-detail-grid .section-card {
  padding: 1rem 1.1rem;
}

.class-detail-grid ul {
  margin: 0.5rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
  line-height: 1.7;
}

.overnight-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1rem;
}

.overnight-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.overnight-card {
  padding: 1rem 1.1rem;
}

.overnight-visual {
  margin: 0;
}

.overnight-visual img {
  display: block;
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 18px;
}

.overnight-visual figcaption {
  margin-top: 0.55rem;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.5;
}

.overnight-faq {
  display: grid;
  gap: 1rem;
}

.overnight-faq .section-card p {
  margin: 0.55rem 0 0;
  line-height: 1.7;
}

.overnight-faq .section-card h4 {
  margin: 1.25rem 0 0;
  color: var(--ink);
  font-size: 1rem;
}

.overnight-faq .section-card h4:first-of-type {
  margin-top: 0.75rem;
}

.booking-side {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(214, 25, 53, 0.08), rgba(255, 252, 248, 0.98));
  border: 1px solid var(--line);
}

.booking-side h3 {
  margin-top: 0.2rem;
}

.section-intro {
  margin: 0 0 1rem;
  max-width: 74ch;
  line-height: 1.7;
  color: var(--muted);
}

.service-grid,
.road-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service-card,
.road-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.service-card {
  padding: 1rem 1.05rem 1.05rem;
}

.service-card p,
.road-card p {
  margin: 0.5rem 0 0;
  line-height: 1.68;
  color: var(--muted);
}

.service-icon {
  display: inline-grid;
  place-items: center;
  width: 2.95rem;
  height: 2.95rem;
  border-radius: 999px;
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  box-shadow: 0 14px 24px rgba(214, 25, 53, 0.18);
}

.service-icon-food {
  background: linear-gradient(135deg, #b26a26, #d28a33);
}

.service-icon-toilet {
  background: linear-gradient(135deg, #315b76, #5f89a7);
}

.service-icon-wifi {
  background: linear-gradient(135deg, #6d4fd6, #8d71eb);
}

.service-icon-power {
  background: linear-gradient(135deg, #3d7c59, #64a87f);
}

.service-icon-kids {
  background: linear-gradient(135deg, #d27b1d, #efb05a);
}

.road-card {
  padding: 1rem 1.05rem 1.05rem;
}

.road-card h3 {
  margin-bottom: 0.15rem;
}

.road-card .cta-link {
  margin-top: 0.8rem;
}

.booking-section-long {
  gap: 1rem;
}

.booking-section-long > p:last-child {
  margin-bottom: 0;
}

.site-footer .footer-links a:last-child {
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .header-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .site-nav {
    position: absolute;
    inset: calc(100% + 0.75rem) 0 auto;
    display: grid;
    gap: 0.35rem;
    padding: 0.85rem;
    border-radius: 22px;
    background: rgba(255, 250, 242, 0.96);
    border: 1px solid rgba(23, 33, 43, 0.08);
    box-shadow: var(--shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.75rem);
    pointer-events: none;
    max-height: 0;
    overflow: clip;
  }

  .site-header.nav-open .site-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    max-height: 75vh;
  }

  .site-nav a {
    padding: 0.75rem 0.85rem;
  }

  .nav-button {
    text-align: center;
  }

  .class-detail-grid,
  .overnight-cards,
  .booking-long-layout,
  .service-grid,
  .road-grid {
    grid-template-columns: 1fr;
  }

  .hero-slider {
    height: 620px;
  }
}

@media (max-width: 760px) {
  .hero-slider {
    height: 540px;
  }

  .hero-controls {
    inset: auto 0 0.85rem;
  }

  .hero-control {
    min-width: 4rem;
    padding-inline: 0.85rem;
  }

  .hero-dots {
    gap: 0.4rem;
  }

  .hero-dot.is-active {
    width: 1.5rem;
  }

  .booking-card-wide {
    padding: 1rem;
  }

  .booking-long-layout {
    gap: 0.85rem;
  }

  .table-wrap {
    max-width: 100%;
    margin-inline: 0;
    -webkit-overflow-scrolling: touch;
  }

  .table-wrap table {
    width: 100%;
    max-width: none;
    min-width: 42rem;
  }

  .decision-table table {
    min-width: 72rem;
  }

  .overnight-comparison .table-wrap table {
    min-width: 48rem;
  }

  .table-wrap th,
  .table-wrap td {
    padding: 0.7rem 0.75rem;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }

  .section-intro {
    margin-bottom: 0.85rem;
  }
}
