:root {
  --bg: #0b0907;
  --bg-soft: #14100d;
  --bg-panel: rgba(18, 14, 11, 0.78);
  --text: #f3ede4;
  --text-dark: #18130f;
  --muted: rgba(243, 237, 228, 0.72);
  --muted-dark: rgba(24, 19, 15, 0.7);
  --accent: #d2af6a;
  --accent-strong: #f0d79c;
  --line: rgba(255, 255, 255, 0.12);
  --line-dark: rgba(24, 19, 15, 0.12);
  --sand: #e9ddcc;
  --sand-soft: #efe5d6;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.34);
  --radius-lg: 28px;
  --radius-xl: 40px;
  --container: 1240px;
}

@font-face {
  font-family: "Cormorant Garamond";
  src: url("./assets/fonts/cormorant-garamond-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./assets/fonts/outfit-400-latin.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Outfit";
  src: url("./assets/fonts/outfit-600-latin.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 20% 14%, rgba(210, 175, 106, 0.13), transparent 28%),
    radial-gradient(circle at 84% 8%, rgba(210, 175, 106, 0.08), transparent 22%),
    linear-gradient(180deg, #0b0907 0%, #090705 100%);
  font-family: "Outfit", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 86px 86px;
  mask-image: radial-gradient(circle at center, black 30%, transparent 78%);
}

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

a {
  color: inherit;
}

.shell {
  width: min(calc(100% - 3rem), var(--container));
  margin: 0 auto;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 1.45rem 0 0;
}

.hero-noise {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 72% 28%, rgba(210, 175, 106, 0.12), transparent 22%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 100%);
  pointer-events: none;
  z-index: -1;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

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

.brand-mark {
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.brand-wordmark {
  font-size: 0.98rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.topbar-link {
  text-decoration: none;
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(243, 237, 228, 0.82);
}

.topbar-link-strong {
  color: var(--text);
  padding-bottom: 0.24rem;
  border-bottom: 1px solid rgba(243, 237, 228, 0.35);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.78fr);
  gap: 3.2rem;
  align-items: center;
  min-height: calc(100svh - 5.8rem);
  padding: 2.8rem 0 2rem;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--accent-strong);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

.eyebrow-dark {
  color: rgba(24, 19, 15, 0.56);
}

.hero-copy {
  max-width: 42rem;
}

.hero-heading {
  display: grid;
  gap: 0.6rem;
}

.hero-brand {
  display: block;
  color: rgba(243, 237, 228, 0.76);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.hero-copy h1,
.overview-copy h2,
.routes-head h2,
.closing-copy h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.038em;
}

.hero-copy h1 {
  max-width: 10ch;
  font-size: clamp(4.4rem, 8.4vw, 7.6rem);
}

.hero-text,
.overview-text,
.routes-intro,
.route-meta {
  line-height: 1.72;
}

.hero-text {
  max-width: 34rem;
  margin: 1.6rem 0 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.7rem;
  padding: 0 1.55rem;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.route-link:hover,
.route-link:focus-visible,
.panel-route:hover,
.panel-route:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  color: #0f0b08;
  background: linear-gradient(135deg, var(--accent-strong), var(--accent));
  box-shadow: 0 20px 38px rgba(210, 175, 106, 0.24);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-large {
  min-width: min(100%, 20rem);
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 42rem;
  margin: 2.4rem 0 0;
  padding-top: 1.3rem;
  border-top: 1px solid var(--line);
}

.hero-facts dt {
  margin: 0 0 0.36rem;
  color: rgba(243, 237, 228, 0.48);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.hero-facts dd {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
}

.hero-panel {
  position: relative;
  min-height: min(78svh, 46rem);
}

.hero-image-wrap {
  position: absolute;
  inset: 0 0 3.8rem 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  background: #120f0c;
}

.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(11, 9, 7, 0.08) 0%, rgba(11, 9, 7, 0.28) 100%),
    radial-gradient(circle at 24% 18%, rgba(210, 175, 106, 0.16), transparent 32%);
}

.hero-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transform: scale(1.04);
  animation: hero-settle 1.4s ease forwards;
}

.hero-panel-card {
  position: absolute;
  right: 1.35rem;
  bottom: 0;
  width: min(100%, 18.6rem);
  display: grid;
  gap: 0.5rem;
  padding: 1.2rem 1.2rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
  background: var(--bg-panel);
  backdrop-filter: blur(16px);
}

.panel-label {
  margin: 0 0 0.25rem;
  color: rgba(243, 237, 228, 0.52);
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.panel-route {
  display: block;
  text-decoration: none;
  padding: 0.65rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 180ms ease;
}

.panel-route:first-of-type {
  border-top: none;
}

.panel-route-title {
  display: block;
  color: var(--accent-strong);
  font-size: 1.18rem;
  font-weight: 600;
  margin-bottom: 0.14rem;
}

.panel-route-meta {
  display: block;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.95rem;
}

.hero-ribbon {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hero-ribbon-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  padding: 1.1rem 0;
}

.hero-ribbon-inner span {
  position: relative;
  padding-left: 0.95rem;
  color: rgba(243, 237, 228, 0.74);
  font-size: 0.92rem;
}

.hero-ribbon-inner span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 50%;
  background: var(--accent);
}

.statement,
.routes {
  background:
    linear-gradient(180deg, var(--sand-soft) 0%, var(--sand) 100%);
  color: var(--text-dark);
}

.statement {
  padding: 5.8rem 0 4rem;
}

.statement-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  gap: 3.4rem;
  align-items: center;
}

.statement-copy h2,
.routes-head h2,
.closing-copy h2 {
  font-size: clamp(2.9rem, 5vw, 5.2rem);
  max-width: 10.5ch;
}

.statement-text,
.routes-intro {
  max-width: 37rem;
  margin: 1.3rem 0 0;
  color: var(--muted-dark);
  font-size: 1.04rem;
}

.statement-visual {
  position: relative;
  min-height: 34rem;
}

.statement-visual img {
  width: min(100%, 32rem);
  margin-left: auto;
  border-radius: var(--radius-xl);
  box-shadow: 0 26px 70px rgba(34, 24, 18, 0.18);
}

.statement-seal {
  position: absolute;
  left: 0;
  bottom: 1.4rem;
  display: grid;
  gap: 0.2rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(24, 19, 15, 0.12);
  border-radius: var(--radius-lg);
  background: rgba(255, 249, 242, 0.78);
  backdrop-filter: blur(14px);
}

.statement-seal span {
  color: rgba(24, 19, 15, 0.58);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

.statement-seal strong {
  font-size: 1.08rem;
  font-weight: 600;
}

.routes {
  padding: 1rem 0 5.4rem;
}

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

.routes-head {
  position: sticky;
  top: 2rem;
}

.route-list {
  border-top: 1px solid var(--line-dark);
}

.route-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 1.4rem;
  align-items: center;
  padding: 1.55rem 0;
  text-decoration: none;
  color: var(--text-dark);
  border-bottom: 1px solid var(--line-dark);
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    padding-left 180ms ease;
}

.route-link:hover,
.route-link:focus-visible {
  padding-left: 0.85rem;
  background: rgba(255, 255, 255, 0.26);
}

.route-index {
  color: rgba(24, 19, 15, 0.52);
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.route-title {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
  margin-bottom: 0.18rem;
}

.route-meta {
  display: block;
  color: var(--muted-dark);
}

.route-action {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(24, 19, 15, 0.5);
}

.closing {
  padding: 4.8rem 0 5.2rem;
}

.closing-layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
}

.closing-copy {
  max-width: 42rem;
}

@keyframes hero-settle {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1.03);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1080px) {
  .hero-layout,
  .statement-layout,
  .routes-layout {
    grid-template-columns: 1fr;
  }

  .hero-layout {
    min-height: auto;
  }

  .hero-panel {
    min-height: 34rem;
  }

  .statement-visual {
    min-height: 24rem;
  }

  .statement-visual img {
    margin-left: 0;
  }

  .routes-head {
    position: static;
  }
}

@media (max-width: 760px) {
  .shell {
    width: min(calc(100% - 1.4rem), var(--container));
  }

  .hero {
    padding-top: 1rem;
  }

  .topbar,
  .topbar-actions,
  .closing-layout {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-layout {
    gap: 1.8rem;
    padding: 2rem 0 1.6rem;
  }

  .hero-copy h1 {
    max-width: 9ch;
    font-size: clamp(3rem, 16vw, 5.1rem);
  }

  .hero-brand {
    font-size: 1rem;
  }

  .hero-text,
  .overview-text,
  .routes-intro {
    font-size: 0.98rem;
  }

  .hero-facts {
    grid-template-columns: 1fr;
    gap: 0.95rem;
  }

  .hero-panel {
    min-height: 28rem;
  }

  .hero-image-wrap {
    inset: 0 0 6rem 0;
  }

  .hero-panel-card {
    left: 0;
    right: 0;
    width: auto;
  }

  .hero-ribbon-inner {
    gap: 0.8rem 1rem;
  }

  .statement,
  .routes {
    overflow: clip;
  }

  .statement {
    padding-top: 4.5rem;
  }

  .statement-copy h2,
  .routes-head h2,
  .closing-copy h2 {
    max-width: none;
    font-size: clamp(2.4rem, 12vw, 3.8rem);
  }

  .statement-visual {
    min-height: 22rem;
  }

  .statement-seal {
    left: auto;
    right: 0;
    bottom: 0;
  }

  .routes {
    padding-top: 0;
  }

  .route-link {
    grid-template-columns: 1fr auto;
    gap: 0.8rem 1rem;
    padding: 1.25rem 0;
  }

  .route-index {
    grid-column: 1 / -1;
  }

  .route-title {
    font-size: clamp(1.7rem, 9vw, 2.3rem);
  }

  .route-action {
    align-self: start;
    margin-top: 0.3rem;
  }
}
