:root {
  color-scheme: dark;
  --bg: #11110f;
  --bg-deep: #0b0b0a;
  --panel: #191916;
  --panel-soft: #1f1e1a;
  --line: #343026;
  --line-soft: #25231e;
  --text: #e8dfce;
  --muted: #aaa18f;
  --dim: #777061;
  --accent: #d3ad55;
  --accent-hot: #f0d27a;
  --accent-dark: #8d6b2e;
  --accent-soft: rgba(211, 173, 85, 0.18);
  --route-image: url("../source-assets/_selected_for_site/ig_00773df15b401a28016a08363f69688191bca19baea902624b.png");
  --route-position: center;
  --max: 1360px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 50% 0%, rgba(211, 173, 85, 0.13), transparent 36rem),
    linear-gradient(180deg, #151411 0%, var(--bg) 42%, var(--bg-deep) 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

main,
.site-footer,
.page-footer {
  width: min(var(--max), calc(100% - 36px));
  margin: 0 auto;
}

.hero {
  display: grid;
  justify-items: center;
  padding: clamp(28px, 5vh, 74px) 0 clamp(10px, 1.7vh, 24px);
  text-align: center;
}

.site-label,
.section-label,
.route-kicker {
  margin: 0;
  background: linear-gradient(100deg, var(--accent-dark), var(--accent-hot) 42%, #fff1a3 50%, var(--accent) 64%, var(--accent-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.route-kicker {
  background: none;
  color: #d9b75f;
  filter: none;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.88),
    0 0 12px rgba(0, 0, 0, 0.76);
}

.site-label {
  font-size: clamp(14px, 0.9vw, 17px);
}

.hero h1 {
  margin: clamp(6px, 0.8vh, 12px) 0 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(64px, 6.4vw, 112px);
  font-weight: 520;
  line-height: 0.9;
}

.book-line {
  margin: clamp(7px, 1vh, 12px) 0 0;
  color: var(--accent-hot);
  font-size: clamp(14px, 0.92vw, 17px);
  font-weight: 700;
}

.hero-lead {
  max-width: 980px;
  margin: clamp(8px, 1.2vh, 14px) 0 0;
  color: var(--muted);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.42vw, 27px);
  line-height: 1.28;
}

.store-link {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 28px;
  background: linear-gradient(110deg, var(--accent-dark), var(--accent-hot) 42%, #fff 50%, var(--accent) 64%, var(--accent-dark));
  color: #111;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(211, 173, 85, 0.2);
  transition: all 0.3s ease;
}

.store-link:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(211, 173, 85, 0.4);
}

.story-gate {
  padding: 0 0 clamp(14px, 2vh, 30px);
}

.gate-heading,
.section-heading,
.landing-section {
  text-align: center;
}

.gate-heading h2,
.section-heading h2,
.landing-section h2 {
  max-width: 780px;
  margin: clamp(5px, 0.8vh, 9px) auto 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 3.05vw, 58px);
  font-weight: 520;
  line-height: 1;
}

.pressure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(8px, 0.7vw, 12px);
  margin: clamp(10px, 1.4vh, 16px) auto 0;
}

.pressure {
  display: grid;
  place-items: center;
  min-height: clamp(64px, 8vh, 96px);
  padding: clamp(8px, 1vw, 16px);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background: rgba(25, 25, 22, 0.72);
  color: var(--muted);
  text-align: center;
  cursor: pointer;
}

.pressure span,
.pressure small {
  display: block;
}

.pressure span {
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 1.18vw, 23px);
  line-height: 1.08;
}

.pressure small {
  margin-top: clamp(5px, 0.8vh, 10px);
  color: var(--dim);
  font-size: clamp(12px, 0.75vw, 14px);
  line-height: 1.35;
}

.pressure:hover,
.pressure:focus-visible {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  outline: none;
}

.pressure.is-active {
  border-color: var(--accent);
  background:
    linear-gradient(145deg, var(--accent-soft), rgba(240, 210, 122, 0.06) 38%, transparent 66%),
    rgba(31, 30, 26, 0.92);
  box-shadow:
    inset 0 0 0 1px rgba(240, 210, 122, 0.08),
    0 16px 48px rgba(0, 0, 0, 0.22);
}

.recommendation-shell {
  display: grid;
  grid-template-columns: clamp(38px, 3vw, 54px) minmax(0, 1fr) clamp(38px, 3vw, 54px);
  gap: clamp(10px, 1vw, 16px);
  align-items: stretch;
  width: 100%;
  margin: clamp(10px, 1.8vh, 22px) auto 0;
}

.route-arrow {
  display: grid;
  place-items: center;
  align-self: stretch;
  height: clamp(260px, 32vh, 390px);
  border: 1px solid var(--line-soft);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(240, 210, 122, 0.07), rgba(0, 0, 0, 0.08)),
    rgba(25, 25, 22, 0.6);
  color: var(--accent-hot);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 2.5vw, 48px);
  cursor: pointer;
}

.route-arrow:hover,
.route-arrow:focus-visible {
  border-color: var(--accent);
  background: rgba(211, 173, 85, 0.12);
  outline: none;
}

.recommendation {
  position: relative;
  display: flex;
  align-items: center;
  --book-card-width: clamp(270px, 18vw, 320px);
  --book-card-right: clamp(20px, 1.7vw, 30px);
  --book-card-gap: clamp(20px, 2.2vw, 42px);
  height: clamp(260px, 32vh, 390px);
  padding: clamp(18px, 1.8vw, 30px);
  border: 1px solid var(--line);
  border-radius: 5px;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.56) 42%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0.25) 100%),
    linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)),
    var(--route-image);
  background-position: var(--route-position);
  background-size: cover;
  box-shadow:
    inset 0 0 0 1px rgba(240, 210, 122, 0.05),
    0 22px 70px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.recommendation::before {
  display: none;
}

.recommendation > * {
  position: relative;
  z-index: 1;
}

.recommendation__text {
  width: calc(100% - var(--book-card-width) - var(--book-card-gap));
  max-width: 860px;
  text-align: left;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.78);
}

.recommendation h3 {
  margin: clamp(7px, 0.9vh, 12px) 0 0;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(24px, 2.55vw, 46px);
  font-weight: 520;
  line-height: 1.04;
  text-shadow:
    0 2px 3px rgba(0, 0, 0, 0.86),
    0 0 14px rgba(0, 0, 0, 0.72);
}

.recommendation p:not(.route-kicker) {
  max-width: 620px;
  margin: clamp(9px, 1.2vh, 16px) 0 0;
  color: #cec5b4;
  font-size: clamp(15px, 0.95vw, 18px);
  line-height: 1.46;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.84),
    0 0 12px rgba(0, 0, 0, 0.72);
}

.recommendation__book {
  position: absolute;
  top: 10%;
  bottom: auto;
  right: var(--book-card-right);
  display: grid;
  grid-template-rows: auto minmax(40px, auto) auto 1fr;
  align-self: center;
  justify-self: end;
  gap: clamp(4px, 0.6vh, 8px);
  width: var(--book-card-width);
  height: 80%;
  padding: clamp(10px, 1vw, 18px);
  border: 1px solid rgba(240, 210, 122, 0.18);
  background: rgba(14, 14, 12, 0.74);
  backdrop-filter: blur(6px);
  color: var(--muted);
  text-align: left;
  z-index: 2;
}

.recommendation__book strong {
  display: flex;
  align-items: center;
  color: var(--text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.32vw, 27px);
  line-height: 1.06;
}

.recommendation__book span {
  font-size: clamp(11px, 0.72vw, 14px);
  line-height: 1.3;
}

.book-actions {
  display: grid;
  align-self: end;
  grid-auto-rows: clamp(24px, 2.85vh, 36px);
  gap: clamp(4px, 0.6vh, 8px);
  margin-top: 0;
}

.book-action,
.route-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(24px, 2.85vh, 36px);
  padding: 4px 10px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--text);
  font-size: clamp(12px, 0.8vw, 14px);
  font-weight: 700;
  transition: all 0.3s ease;
}

.book-action.is-primary,
.route-card a:hover,
.route-card a:focus-visible {
  border-color: var(--accent);
  background: linear-gradient(110deg, var(--accent-dark), var(--accent-hot) 42%, #fff1a3 50%, var(--accent) 68%, var(--accent-dark));
  color: #171208;
  outline: none;
  box-shadow: 0 2px 8px rgba(211, 173, 85, 0.2);
}

.book-action.is-primary:hover,
.route-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(211, 173, 85, 0.4);
}

.book-action.is-disabled {
  color: var(--dim);
  background: rgba(11, 11, 10, 0.48);
  cursor: not-allowed;
  opacity: 0.72;
}

.routes-section,
.landing-section {
  padding: 76px 0;
  border-top: 1px solid var(--line-soft);
}

.route-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}

.route-card {
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 15px;
  min-height: 268px;
  padding: 24px;
  border: 1px solid var(--line-soft);
  background: rgba(25, 25, 22, 0.62);
  text-align: center;
}

.route-card span {
  background: linear-gradient(100deg, var(--accent-dark), var(--accent-hot) 44%, #fff1a3 50%, var(--accent-dark));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.route-card h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 520;
  line-height: 1.05;
}

.route-card p,
.landing-notes p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.route-card a {
  width: min(100%, 240px);
  margin-top: auto;
}

.landing-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 880px;
  margin: 30px auto 0;
  text-align: left;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0 14px;
  border-top: 1px solid var(--line-soft);
  color: var(--muted);
  font-size: 14px;
}

.site-footer a {
  color: var(--text);
}

.page-footer {
  padding: clamp(10px, 1.4vh, 16px) 0 clamp(12px, 1.8vh, 20px);
  color: var(--dim);
  font-size: 13px;
  text-align: center;
}

@media (max-width: 900px) {
  .pressure-grid,
  .route-list,
  .landing-notes {
    grid-template-columns: 1fr;
  }

  .recommendation {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 520px;
    align-content: end;
  }

  .recommendation__text {
    width: 100%;
    max-width: none;
  }

  .recommendation__book {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    justify-self: start;
    transform: none;
    width: min(100%, 320px);
    height: auto;
    min-height: 230px;
  }
}

@media (max-width: 700px) {
  .recommendation-shell {
    grid-template-columns: 1fr 1fr;
  }

  .recommendation {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .route-arrow {
    height: 46px;
    font-size: 32px;
  }

  .route-arrow:first-child {
    grid-column: 1;
    grid-row: 2;
  }

  .route-arrow:last-child {
    grid-column: 2;
    grid-row: 2;
  }
}

@media (max-width: 560px) {
  main,
  .site-footer,
  .page-footer {
    width: min(100% - 24px, var(--max));
  }

  .hero {
    padding: 34px 0 12px;
  }

  .site-label {
    font-size: 13px;
  }

  .hero h1 {
    font-size: clamp(52px, 13.5vw, 68px);
  }

  .book-line {
    max-width: 42ch;
    font-size: clamp(12px, 3vw, 14px);
    font-weight: 650;
    line-height: 1.28;
  }

  .hero-lead {
    max-width: 36ch;
    font-size: clamp(16px, 4vw, 19px);
    line-height: 1.25;
  }

  .pressure {
    min-height: 72px;
  }

  .pressure span {
    font-size: clamp(18px, 4.5vw, 21px);
  }

  .pressure small {
    margin-top: 4px;
  }

  .recommendation,
  .route-card {
    padding: 18px 16px;
  }

  .recommendation {
    min-height: 430px;
  }

  .recommendation h3 {
    font-size: clamp(25px, 6.4vw, 34px);
  }

  .recommendation p:not(.route-kicker) {
    display: none;
  }

  .recommendation__book {
    width: min(100%, 300px);
    min-height: 214px;
    margin-top: 14px;
    padding: 12px;
  }

  .recommendation__book strong {
    font-size: clamp(21px, 5.4vw, 25px);
  }

  .book-actions {
    grid-auto-rows: 28px;
    gap: 6px;
  }

  .book-action {
    min-height: 28px;
    font-size: 12px;
  }

  .route-arrow {
    height: 40px;
    font-size: 28px;
  }

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