:root {
  --ink: #15231c;
  --muted: #65736a;
  --paper: #f7f4ed;
  --panel: #ffffff;
  --forest: #1d3327;
  --forest-2: #2f6048;
  --clay: #b24f35;
  --gold: #d7a744;
  --line: rgba(21, 35, 28, 0.14);
  --shadow: 0 22px 70px rgba(17, 30, 24, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

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

.skip-link:focus {
  z-index: 100;
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  clip: auto;
  color: var(--ink);
  background: var(--panel);
  border-radius: 4px;
}

.container {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(18, 31, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  height: 76px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  color: #fff;
}

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

.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, #fff 0 3px, transparent 4px),
    linear-gradient(90deg, transparent 0 10px, #fff 10px 14px, transparent 14px 28px, #fff 28px 32px, transparent 32px),
    linear-gradient(135deg, var(--gold), var(--clay));
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.34);
}

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

.brand strong {
  font-size: 0.95rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.76rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  font-size: 0.92rem;
}

.nav-menu a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
}

.nav-menu a:hover {
  color: #fff;
}

.nav-cta {
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 6px;
  background: transparent;
  color: #fff;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.hero {
  position: relative;
  min-height: 82vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(10, 19, 15, 0.86) 0%, rgba(10, 19, 15, 0.56) 44%, rgba(10, 19, 15, 0.18) 100%),
    linear-gradient(0deg, rgba(10, 19, 15, 0.92) 0%, rgba(10, 19, 15, 0.12) 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 102px 0 32px;
}

.disclosure {
  display: inline-flex;
  max-width: 760px;
  padding: 0.55rem 0.8rem;
  margin: 0 0 0.9rem;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 6px;
  font-size: 0.86rem;
}

.eyebrow,
.section-kicker {
  margin: 0 0 0.7rem;
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--gold);
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.62rem, 5.65vw, 4.85rem);
  line-height: 0.96;
  font-weight: 700;
}

.hero-copy {
  max-width: 660px;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.08rem;
}

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

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #17130d;
  background: var(--gold);
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.1);
}

.hero-facts {
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
}

.hero-facts span {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-facts span::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}

.notice-band {
  background: var(--forest);
  color: #fff;
}

.notice-grid {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 2rem;
  padding: 1.3rem 0;
}

.notice-grid p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.section {
  padding: 88px 0;
}

.split,
.planner-layout,
.trust-layout,
.faq-layout,
.cta-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(320px, 1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.section h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.5vw, 4.1rem);
  line-height: 1;
}

.section p {
  color: var(--muted);
  font-size: 1.03rem;
}

.booking-panel {
  padding: 1.4rem;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.booking-panel h3 {
  margin-top: 0;
}

.booking-panel ul {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.booking-panel li + li {
  margin-top: 0.65rem;
}

.route-section {
  background: #fff;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: end;
  margin-bottom: 2rem;
}

.section-heading h2 {
  max-width: 760px;
}

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

.route-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
  padding: 1.35rem;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.route-top {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.6rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.route-tag {
  color: var(--clay);
  font-weight: 800;
}

.route-card h3 {
  margin: 0 0 0.85rem;
  font-size: 1.35rem;
}

.route-card p {
  margin: 0;
  color: var(--muted);
}

.route-card a {
  margin-top: auto;
  color: var(--forest-2);
  font-weight: 800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.planner-section {
  background: #eef2ea;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1rem;
  padding: 1.1rem;
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(21, 35, 28, 0.1);
  border-radius: 8px;
}

.timeline-item > span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--forest);
  border-radius: 50%;
  font-weight: 900;
}

.timeline-item h3,
.timeline-item p {
  margin: 0;
}

.timeline-item p {
  margin-top: 0.25rem;
}

.trust-section {
  background: var(--forest);
  color: #fff;
}

.trust-section .section-kicker {
  color: var(--gold);
}

.trust-copy p {
  color: rgba(255, 255, 255, 0.74);
}

.trust-list {
  display: grid;
  gap: 0.85rem;
}

.trust-list div {
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.trust-list strong,
.trust-list span {
  display: block;
}

.trust-list span {
  margin-top: 0.3rem;
  color: rgba(255, 255, 255, 0.72);
}

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

details {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  padding: 1.1rem 1.2rem;
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
}

.cta-strip {
  padding: 56px 0;
  color: #fff;
  background: linear-gradient(135deg, #7a3428, #1d3327);
}

.cta-layout {
  align-items: center;
}

.cta-strip h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  line-height: 1.05;
}

.cta-strip .section-kicker {
  color: var(--gold);
}

.cta-strip .button {
  justify-self: end;
}

.site-footer {
  padding: 32px 0;
  color: rgba(255, 255, 255, 0.68);
  background: #101812;
  font-size: 0.9rem;
}

.footer-layout {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}

.footer-layout p {
  max-width: 760px;
  margin: 0;
}

.footer-layout nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-layout a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .nav-menu {
    position: absolute;
    top: 76px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 1rem;
    background: rgba(18, 31, 24, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
  }

  .nav-menu.is-open {
    display: grid;
  }

  .hero {
    min-height: 760px;
  }

  .hero-shade {
    background:
      linear-gradient(0deg, rgba(10, 19, 15, 0.94) 0%, rgba(10, 19, 15, 0.72) 62%, rgba(10, 19, 15, 0.35) 100%);
  }

  .notice-grid,
  .split,
  .planner-layout,
  .trust-layout,
  .faq-layout,
  .cta-layout {
    grid-template-columns: 1fr;
  }

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

  .section-heading {
    display: block;
  }

  .cta-strip .button {
    justify-self: start;
  }

  .footer-layout {
    display: grid;
  }
}

@media (max-width: 520px) {
  .container,
  .hero-content {
    width: min(100% - 28px, 1120px);
  }

  .nav {
    width: calc(100% - 24px);
  }

  .brand small {
    display: none;
  }

  h1 {
    font-size: 3.05rem;
  }

  .hero-actions {
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }
}
