.guide-body {
  --guide-rust: #7b4438;
  --guide-rust-deep: #542d27;
  --guide-rose: #c89b88;
  --guide-amber: #c59853;
  --guide-forest: #314a3b;
  --guide-cream: #f4eee3;
  --guide-ink: #22211f;
  background: #f2ede4;
}

.guide-mark {
  background: var(--guide-rust);
}

.guide-main {
  overflow: clip;
}

.guide-hero {
  width: min(1440px, calc(100% - 48px));
  min-height: 680px;
  margin: 0 auto;
  padding: 68px 0 78px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(460px, 0.88fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
}

.guide-hero-copy {
  max-width: 720px;
}

.guide-edition {
  margin: 0 0 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.guide-edition span {
  padding-left: 0.8rem;
  border-left: 1px solid var(--line-dark);
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.guide-hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6.3vw, 6.5rem);
  font-weight: 500;
  letter-spacing: -0.068em;
  line-height: 0.96;
  word-break: keep-all;
}

.guide-hero-lede {
  max-width: 680px;
  margin: 2rem 0 0;
  color: #53534e;
  font-size: clamp(1rem, 1.25vw, 1.13rem);
  line-height: 1.86;
  word-break: keep-all;
}

.guide-hero-actions {
  margin-top: 2.1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.35rem;
}

.guide-primary {
  border-color: var(--guide-rust);
  background: var(--guide-rust);
}

.guide-primary:hover {
  background: var(--guide-rust-deep);
}

.guide-share {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.guide-hero-stats {
  max-width: 570px;
  margin: 2.7rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.guide-hero-stats div {
  min-height: 78px;
  padding: 0.85rem;
  display: flex;
  align-items: baseline;
  gap: 0.55rem;
}

.guide-hero-stats div + div {
  border-left: 1px solid var(--line);
}

.guide-hero-stats dt {
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 2rem;
  line-height: 1;
}

.guide-hero-stats dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.64rem;
  font-weight: 800;
}

.guide-hero-visual {
  position: relative;
  min-height: 535px;
  margin: 0;
  overflow: hidden;
  background: #d3c7b8;
}

.guide-hero-visual::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(21, 22, 20, 0.6));
  pointer-events: none;
}

.guide-hero-visual img {
  width: 100%;
  height: 535px;
  object-fit: cover;
  transition: opacity 180ms ease, transform 500ms ease;
}

.guide-hero-visual:hover img {
  transform: scale(1.018);
}

.guide-hero-visual figcaption {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 88px;
  padding: 1rem 1.1rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  color: white;
}

.guide-hero-visual figcaption > span {
  color: #e0bd83;
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1;
}

.guide-hero-visual figcaption strong,
.guide-hero-visual figcaption small,
.guide-hero-visual figcaption a {
  display: block;
}

.guide-hero-visual figcaption strong {
  font-size: 0.85rem;
}

.guide-hero-visual figcaption small,
.guide-hero-visual figcaption a {
  margin-top: 0.16rem;
  color: #d5d4ce;
  font-size: 0.6rem;
  text-decoration: none;
}

.guide-tabs {
  position: sticky;
  z-index: 20;
  top: 0;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(242, 237, 228, 0.96);
  backdrop-filter: blur(14px);
}

.guide-tab {
  min-height: 82px;
  padding: 0.75rem clamp(0.55rem, 1.8vw, 1.35rem);
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: end;
  gap: 0 0.7rem;
  border: 0;
  background: transparent;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.guide-tab + .guide-tab {
  border-left: 1px solid var(--line);
}

.guide-tab span {
  grid-row: 1 / 3;
  align-self: center;
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 1.15rem;
}

.guide-tab strong {
  align-self: end;
  font-size: 0.78rem;
}

.guide-tab small {
  align-self: start;
  color: #8a877f;
  font-size: 0.54rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.guide-tab:hover {
  color: var(--guide-ink);
  background: rgba(255, 255, 255, 0.35);
}

.guide-tab.is-active,
.guide-tab[aria-selected="true"] {
  background: var(--guide-ink);
  color: #f7f1e7;
}

.guide-tab.is-active span,
.guide-tab[aria-selected="true"] span {
  color: #ddb77c;
}

.guide-tab.is-active small,
.guide-tab[aria-selected="true"] small {
  color: #bcb9b2;
}

.guide-routes,
.guide-explorer,
.guide-watch,
.guide-method,
.guide-footer {
  width: min(1440px, calc(100% - 48px));
  margin: 0 auto;
}

.guide-routes,
.guide-watch,
.guide-method {
  padding: 108px 0 118px;
}

.guide-explorer {
  padding: 108px 0 125px;
  border-top: 1px solid var(--line-dark);
}

.guide-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 450px);
  align-items: end;
  gap: 3rem;
}

.guide-section-head h2 {
  max-width: 870px;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 4.8vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.058em;
  line-height: 1.03;
  word-break: keep-all;
}

.guide-section-head > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.82;
  word-break: keep-all;
}

.guide-route-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.guide-route-card {
  position: relative;
  min-height: 420px;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 253, 248, 0.46);
}

.guide-route-card:nth-child(even) {
  background: var(--guide-forest);
  color: #f4efe7;
}

.guide-route-index {
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 3.5rem;
  line-height: 1;
}

.guide-route-card:nth-child(even) .guide-route-index,
.guide-route-card:nth-child(even) .eyebrow {
  color: #dabb82;
}

.guide-route-card .eyebrow {
  margin: 2rem 0 0.55rem;
}

.guide-route-card h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
  line-height: 1.28;
  word-break: keep-all;
}

.guide-route-card > p:not(.eyebrow) {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.75;
}

.guide-route-card:nth-child(even) > p:not(.eyebrow) {
  color: #bdc8c0;
}

.guide-route-links {
  margin-top: auto;
  padding-top: 1.2rem;
  display: grid;
  gap: 0.45rem;
}

.guide-route-links button {
  min-height: 54px;
  padding: 0.55rem 0;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.2rem 0.7rem;
  border: 0;
  border-top: 1px solid var(--line);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.guide-route-card:nth-child(even) .guide-route-links button {
  border-color: rgba(255, 255, 255, 0.22);
}

.guide-route-links span {
  grid-column: 1;
  color: var(--muted);
  font-size: 0.52rem;
  font-weight: 800;
}

.guide-route-card:nth-child(even) .guide-route-links span {
  color: #aebbb2;
}

.guide-route-links strong {
  grid-column: 1;
  font-size: 0.68rem;
}

.guide-route-links b {
  grid-column: 2;
  grid-row: 1 / 3;
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.guide-route-card:nth-child(even) .guide-route-links b {
  color: #dabb82;
}

.guide-day-selector {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.guide-day {
  min-height: 84px;
  padding: 0.8rem 1rem;
  border: 0;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 255, 255, 0.22);
  color: var(--muted);
  text-align: left;
  cursor: pointer;
}

.guide-day strong,
.guide-day small {
  display: block;
}

.guide-day strong {
  color: var(--ink);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 600;
}

.guide-day small {
  margin-top: 0.18rem;
  font-size: 0.57rem;
  font-weight: 750;
}

.guide-day:hover {
  background: rgba(255, 255, 255, 0.54);
}

.guide-day[aria-pressed="true"] {
  background: var(--guide-rust);
  color: #ecdcd2;
}

.guide-day[aria-pressed="true"] strong {
  color: white;
}

.guide-presets {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.guide-preset {
  min-height: 38px;
  padding: 0.48rem 0.8rem;
  border: 1px solid var(--line-dark);
  background: transparent;
  color: var(--muted);
  font-size: 0.66rem;
  font-weight: 800;
  cursor: pointer;
}

.guide-preset:hover,
.guide-preset.is-active {
  border-color: var(--guide-ink);
  background: var(--guide-ink);
  color: white;
}

.saved-guide-preset b {
  min-width: 1rem;
  margin-left: 0.25rem;
  display: inline-block;
  color: var(--guide-amber);
}

.guide-explorer-layout {
  margin-top: 2.1rem;
  display: grid;
  grid-template-columns: minmax(250px, 315px) minmax(0, 1fr);
  align-items: start;
  gap: 2rem;
}

.guide-filters {
  position: sticky;
  top: 98px;
  padding: 1.45rem;
  border: 1px solid var(--line-dark);
  background: #eee7db;
}

.guide-filter-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.guide-filter-head .eyebrow {
  margin-bottom: 0.25rem;
}

.guide-filter-head h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.guide-filter-head button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 800;
  cursor: pointer;
}

.guide-field {
  margin-top: 1.2rem;
  display: grid;
  gap: 0.38rem;
}

.guide-field > span {
  color: #565852;
  font-size: 0.61rem;
  font-weight: 800;
}

.guide-field input,
.guide-field select {
  width: 100%;
  min-height: 43px;
  padding: 0.62rem 0.68rem;
  border: 1px solid var(--line-dark);
  border-radius: 0;
  background: #fbf8f2;
  color: var(--ink);
  font-size: 0.7rem;
}

.guide-field input::placeholder {
  color: #969187;
}

.guide-field-grid {
  display: grid;
}

.guide-filter-note {
  margin: 1.35rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.59rem;
  line-height: 1.7;
}

.guide-results-panel {
  min-width: 0;
}

.guide-results-head {
  min-height: 52px;
  padding: 0 0 0.75rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid var(--line-dark);
}

.guide-results-head p {
  margin: 0;
  color: var(--muted);
  font-size: 0.68rem;
}

.guide-results-head strong {
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

#guide-result-summary {
  max-width: 60%;
  text-align: right;
}

.guide-results {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid var(--line-dark);
}

.guide-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255, 253, 248, 0.56);
}

.guide-card-media {
  position: relative;
  height: 245px;
  overflow: hidden;
  background: #d8cec0;
}

.guide-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 62%, rgba(25, 24, 22, 0.5));
  pointer-events: none;
}

.guide-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 420ms ease;
}

.guide-card:hover .guide-card-media img {
  transform: scale(1.025);
}

.guide-card-media > span {
  position: absolute;
  z-index: 1;
  right: 0.7rem;
  bottom: 0.55rem;
  color: white;
  font-size: 0.48rem;
  font-weight: 750;
}

.guide-card-abstract {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%) 0 0 / 32px 32px,
    var(--guide-forest);
  color: #f5efe5;
}

.guide-card-abstract::after {
  display: none;
}

.guide-card-abstract > span {
  position: static;
  color: #d9b67b;
  font-family: var(--serif);
  font-size: 2.7rem;
}

.guide-card-abstract strong {
  max-width: 90%;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: keep-all;
}

.guide-card-abstract small {
  color: #c3cec6;
  font-size: 0.58rem;
}

.guide-card-body {
  padding: 1.25rem;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.guide-card-kicker {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: var(--guide-rust);
  font-size: 0.58rem;
  font-weight: 850;
}

.guide-card-kicker b {
  font-family: var(--serif);
  font-size: 1.4rem;
  font-weight: 500;
}

.guide-card-kicker small {
  color: var(--muted);
  font-family: var(--sans);
  font-size: 0.48rem;
}

.guide-card h3 {
  margin: 0.7rem 0 0;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.guide-card-japanese {
  margin: 0.2rem 0 0;
  color: #858178;
  font-size: 0.57rem;
  font-weight: 700;
}

.guide-card-line {
  min-height: 70px;
  margin: 0.9rem 0 0;
  color: #555751;
  font-size: 0.72rem;
  line-height: 1.7;
  word-break: keep-all;
}

.guide-route-note {
  min-height: 58px;
  margin-top: 0.95rem;
  padding: 0.65rem 0.7rem;
  display: grid;
  grid-template-columns: 62px 1fr;
  align-items: center;
  gap: 0.65rem;
  border-left: 3px solid var(--guide-amber);
  background: #eee6d8;
}

.guide-route-note span {
  color: var(--guide-rust);
  font-size: 0.52rem;
  font-weight: 850;
}

.guide-route-note strong {
  font-size: 0.63rem;
  line-height: 1.45;
}

.guide-card-facts {
  margin: 1rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.guide-card-facts div {
  min-width: 0;
  min-height: 84px;
  padding: 0.55rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.guide-card-facts dt {
  color: var(--muted);
  font-size: 0.48rem;
  font-weight: 850;
}

.guide-card-facts dd {
  margin: 0.3rem 0 0;
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.45;
  word-break: keep-all;
}

.guide-card-days {
  margin: 0.75rem 0 0;
  color: var(--guide-forest);
  font-size: 0.55rem;
  font-weight: 800;
}

.guide-card-warning {
  min-height: 61px;
  margin: 0.65rem 0 0;
  padding: 0.65rem;
  border: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.57rem;
  line-height: 1.55;
}

.guide-card-warning.is-alert {
  border-color: #c8a18f;
  background: #f2e1d8;
  color: #6b3d34;
}

.guide-card-actions {
  margin-top: auto;
  padding-top: 1rem;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 0.4rem;
}

.guide-card-actions button,
.guide-card-actions a {
  min-height: 40px;
  padding: 0.55rem 0.65rem;
  display: grid;
  place-items: center;
  border: 1px solid var(--guide-ink);
  background: transparent;
  color: var(--guide-ink);
  font-size: 0.56rem;
  font-weight: 850;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.guide-card-actions .guide-detail-button {
  background: var(--guide-ink);
  color: white;
}

.guide-card-actions .guide-save-button.is-saved {
  border-color: var(--guide-rust);
  background: var(--guide-rust);
  color: white;
}

.guide-empty {
  min-height: 420px;
  padding: 5rem 1.5rem;
  border: 1px solid var(--line-dark);
  border-top: 0;
  text-align: center;
}

.guide-empty > span {
  color: var(--line-dark);
  font-family: var(--serif);
  font-size: 5rem;
  line-height: 1;
}

.guide-empty h3 {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 500;
}

.guide-empty p {
  color: var(--muted);
  font-size: 0.7rem;
}

.guide-empty button {
  min-height: 42px;
  margin-top: 1rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--guide-rust);
  background: var(--guide-rust);
  color: white;
  font-size: 0.66rem;
  font-weight: 800;
  cursor: pointer;
}

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

.guide-watch-grid {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.guide-watch-card {
  min-height: 300px;
  padding: 1.45rem;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.guide-watch-card > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.guide-watch-card > div span {
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 2.1rem;
}

.guide-watch-card > div b {
  color: var(--guide-rust);
  font-size: 0.57rem;
}

.guide-watch-card h3 {
  margin: 1.2rem 0 0;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.guide-watch-card p {
  margin: 0.8rem 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  line-height: 1.75;
}

.guide-watch-card a {
  margin-top: auto;
  padding-top: 1.2rem;
  border-bottom: 1px solid currentColor;
  align-self: flex-start;
  color: var(--guide-rust);
  font-size: 0.61rem;
  font-weight: 850;
  text-decoration: none;
}

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

.guide-method-layout {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 3rem;
}

.guide-score-weights {
  border-top: 3px solid var(--guide-rust);
}

.guide-weight {
  min-height: 78px;
  padding: 0.9rem 0;
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid var(--line);
}

.guide-weight strong {
  font-size: 0.68rem;
}

.guide-weight > span {
  height: 8px;
  background: var(--paper-deep);
}

.guide-weight i {
  display: block;
  height: 100%;
  background: var(--guide-rust);
}

.guide-weight b {
  color: var(--guide-rust);
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
}

.guide-evidence {
  padding: 2.2rem;
  background: var(--guide-forest);
  color: #f5f0e7;
}

.guide-evidence .eyebrow {
  color: #dabb82;
}

.guide-evidence h3 {
  max-width: 600px;
  margin: 0;
  font-family: var(--serif);
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.25;
}

.guide-evidence ul {
  margin: 1.5rem 0 0;
  padding-left: 1.15rem;
  color: #c5cfc8;
  font-size: 0.72rem;
  line-height: 1.85;
}

.guide-evidence li + li {
  margin-top: 0.5rem;
}

.guide-footer {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-top: 1px solid var(--line-dark);
  color: var(--muted);
  font-size: 0.62rem;
}

.guide-footer p {
  margin: 0;
}

.guide-footer div {
  display: flex;
  gap: 1.2rem;
}

.guide-footer a {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
}

.has-guide-dialog {
  overflow: hidden;
}

.guide-dialog {
  width: min(1040px, calc(100% - 40px));
  max-height: calc(100dvh - 40px);
  padding: 0;
  overflow: auto;
  border: 0;
  border-radius: 0;
  background: #f5f0e7;
  color: var(--ink);
}

.guide-dialog::backdrop {
  background: rgba(17, 19, 17, 0.76);
  backdrop-filter: blur(4px);
}

.guide-dialog-shell {
  position: relative;
}

.guide-dialog-close {
  position: sticky;
  z-index: 4;
  top: 0.75rem;
  left: calc(100% - 4rem);
  width: 3rem;
  min-height: 36px;
  margin-bottom: -36px;
  padding: 0.35rem;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(25, 25, 23, 0.85);
  color: white;
  font-size: 0.61rem;
  font-weight: 850;
  cursor: pointer;
}

.guide-dialog-media {
  position: relative;
  height: 410px;
  margin: 0;
  background: #d6ccbe;
}

.guide-dialog-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 65%, rgba(20, 21, 19, 0.58));
}

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

.guide-dialog-media figcaption {
  position: absolute;
  z-index: 1;
  right: 1rem;
  bottom: 0.8rem;
  color: white;
  font-size: 0.54rem;
}

.guide-dialog-abstract {
  min-height: 300px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%) 0 0 / 44px 44px,
    var(--guide-forest);
  color: white;
}

.guide-dialog-abstract span {
  color: #dabb82;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.guide-dialog-abstract strong {
  max-width: 760px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 500;
  line-height: 1;
}

.guide-dialog-content {
  padding: clamp(1.5rem, 4vw, 3.5rem);
}

.guide-detail-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 2rem;
}

.guide-detail-head .eyebrow {
  margin-bottom: 0.5rem;
}

.guide-detail-head h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 1;
}

.guide-detail-head > div:first-child > p:last-child {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 0.67rem;
}

.guide-detail-total {
  display: flex;
  align-items: baseline;
  color: var(--guide-rust);
}

.guide-detail-total strong {
  font-family: var(--serif);
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 0.9;
}

.guide-detail-total span {
  color: var(--muted);
  font-size: 0.65rem;
}

.guide-detail-lede {
  max-width: 820px;
  margin: 2rem 0 0;
  color: #4f514c;
  font-family: var(--serif);
  font-size: 1.32rem;
  line-height: 1.65;
  word-break: keep-all;
}

.guide-detail-facts {
  margin: 2rem 0 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.guide-detail-facts div {
  min-height: 100px;
  padding: 0.9rem;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.guide-detail-facts dt {
  color: var(--guide-rust);
  font-size: 0.54rem;
  font-weight: 850;
}

.guide-detail-facts dd {
  margin: 0.45rem 0 0;
  font-size: 0.66rem;
  font-weight: 700;
  line-height: 1.55;
}

.guide-detail-story {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}

.guide-detail-story article {
  min-height: 250px;
  padding: 1.3rem;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
}

.guide-detail-story article.is-warning {
  background: #ecd8cf;
}

.guide-detail-story span {
  color: var(--guide-rust);
  font-size: 0.5rem;
  font-weight: 850;
  letter-spacing: 0.12em;
}

.guide-detail-story h3 {
  margin: 1rem 0 0;
  font-family: var(--serif);
  font-size: 1.42rem;
  font-weight: 500;
}

.guide-detail-story p {
  margin: 0.8rem 0 0;
  color: #5a5b55;
  font-size: 0.67rem;
  line-height: 1.78;
}

.guide-detail-route,
.guide-review-signal,
.guide-evidence-label {
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 1rem;
  border-left: 3px solid var(--guide-amber);
  background: #eee6d8;
  font-size: 0.68rem;
}

.guide-detail-route span,
.guide-review-signal span,
.guide-evidence-label span {
  color: var(--guide-rust);
  font-size: 0.54rem;
  font-weight: 850;
}

.guide-detail-scoreboard {
  margin-top: 2.2rem;
  padding-top: 1.8rem;
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 0.7rem 2rem;
  border-top: 1px solid var(--line-dark);
}

.guide-detail-scoreboard > div:first-child {
  grid-row: 1 / 5;
}

.guide-detail-scoreboard .eyebrow {
  margin-bottom: 0.35rem;
}

.guide-detail-scoreboard h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 500;
}

.guide-detail-score {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.62rem;
}

.guide-detail-score i {
  height: 7px;
  background: var(--paper-deep);
}

.guide-detail-score i b {
  display: block;
  height: 100%;
  background: var(--guide-rust);
}

.guide-detail-score > strong {
  color: var(--guide-rust);
  text-align: right;
}

.guide-detail-actions {
  margin-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.guide-detail-actions a,
.guide-detail-actions button {
  min-height: 44px;
  padding: 0.65rem 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--guide-ink);
  background: transparent;
  color: var(--guide-ink);
  font-size: 0.62rem;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.guide-detail-actions button {
  border-color: var(--guide-rust);
  background: var(--guide-rust);
  color: white;
}

@media (max-width: 1120px) {
  .guide-hero {
    grid-template-columns: minmax(0, 1fr) 410px;
    gap: 3.5rem;
  }

  .guide-hero-visual,
  .guide-hero-visual img {
    height: 490px;
    min-height: 490px;
  }

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

  .guide-results {
    grid-template-columns: 1fr;
  }

  .guide-card {
    display: grid;
    grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  }

  .guide-card-media {
    height: 100%;
    min-height: 520px;
  }
}

@media (max-width: 900px) {
  .guide-body .site-header,
  .guide-hero,
  .guide-routes,
  .guide-explorer,
  .guide-watch,
  .guide-method,
  .guide-footer {
    width: min(100% - 30px, 1440px);
  }

  .guide-body .page-tab {
    min-width: 78px;
    padding: 0 0.5rem;
  }

  .guide-hero {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .guide-hero-copy {
    max-width: none;
  }

  .guide-hero-visual,
  .guide-hero-visual img {
    height: 570px;
    min-height: 570px;
  }

  .guide-section-head {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .guide-section-head > p {
    max-width: 680px;
  }

  .guide-explorer-layout {
    grid-template-columns: 1fr;
  }

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

  .guide-filter-head,
  .guide-filters > .guide-field,
  .guide-field-grid,
  .guide-filter-note {
    grid-column: 1 / -1;
  }

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

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

  .guide-card {
    display: flex;
  }

  .guide-card-media {
    height: 230px;
    min-height: 0;
  }

  .guide-watch-grid {
    grid-template-columns: 1fr;
  }

  .guide-watch-card {
    min-height: 250px;
  }

  .guide-method-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .guide-body .site-header,
  .guide-hero,
  .guide-routes,
  .guide-explorer,
  .guide-watch,
  .guide-method,
  .guide-footer {
    width: calc(100% - 24px);
  }

  .guide-body .page-tab {
    min-width: 64px;
    padding: 0 0.35rem;
    font-size: 0.64rem;
  }

  .guide-hero {
    min-height: auto;
    padding: 55px 0 64px;
  }

  .guide-hero h1 {
    font-size: clamp(2.85rem, 14vw, 4.5rem);
  }

  .guide-hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .guide-hero-stats {
    grid-template-columns: 1fr;
  }

  .guide-hero-stats div + div {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .guide-hero-visual,
  .guide-hero-visual img {
    height: 430px;
    min-height: 430px;
  }

  .guide-tabs {
    position: sticky;
    display: flex;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-width: thin;
  }

  .guide-tab {
    min-width: 118px;
    min-height: 66px;
    padding: 0.55rem 0.85rem;
    flex: 0 0 118px;
    grid-template-rows: 1fr;
    align-items: center;
  }

  .guide-tab span {
    grid-row: 1;
    align-self: center;
  }

  .guide-tab strong {
    align-self: center;
  }

  .guide-tab small {
    display: none;
  }

  .guide-tab + .guide-tab {
    border-top: 0;
    border-left: 1px solid var(--line);
  }

  .guide-routes,
  .guide-explorer,
  .guide-watch,
  .guide-method {
    padding: 82px 0;
  }

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

  .guide-route-card {
    min-height: 390px;
  }

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

  .guide-day:first-child {
    grid-column: 1 / -1;
  }

  .guide-filters,
  .guide-field-grid {
    grid-template-columns: 1fr;
  }

  .guide-filter-head,
  .guide-filters > .guide-field,
  .guide-field-grid,
  .guide-filter-note {
    grid-column: auto;
  }

  .guide-results-head {
    align-items: start;
    flex-direction: column;
  }

  #guide-result-summary {
    max-width: none;
    text-align: left;
  }

  .guide-card-media {
    height: 265px;
  }

  .guide-card-line,
  .guide-card-warning {
    min-height: 0;
  }

  .guide-section-head h2 {
    font-size: clamp(2.55rem, 12vw, 4rem);
  }

  .guide-dialog {
    width: 100%;
    max-height: 100dvh;
    margin: 0;
  }

  .guide-dialog-media {
    height: 310px;
  }

  .guide-dialog-abstract {
    min-height: 250px;
    padding: 1.5rem;
  }

  .guide-detail-head {
    grid-template-columns: 1fr;
  }

  .guide-detail-total {
    justify-self: start;
  }

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

  .guide-detail-story {
    grid-template-columns: 1fr;
  }

  .guide-detail-story article {
    min-height: auto;
  }

  .guide-detail-route,
  .guide-review-signal,
  .guide-evidence-label {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .guide-detail-scoreboard {
    grid-template-columns: 1fr;
  }

  .guide-detail-scoreboard > div:first-child {
    grid-row: auto;
  }

  .guide-footer {
    padding: 1.5rem 0;
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 430px) {
  .guide-body .wordmark {
    gap: 0.45rem;
  }

  .guide-body .wordmark-mark {
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
  }

  .guide-body .wordmark strong {
    font-size: 0.78rem;
  }

  .guide-body .page-tab {
    min-width: 54px;
    padding: 0 0.22rem;
    font-size: 0.58rem;
  }

  .guide-hero-visual,
  .guide-hero-visual img {
    height: 360px;
    min-height: 360px;
  }

  .guide-card-facts {
    grid-template-columns: 1fr;
  }

  .guide-card-facts div {
    min-height: 64px;
  }

  .guide-card-actions {
    grid-template-columns: 1fr 1fr;
  }

  .guide-card-actions a {
    grid-column: 1 / -1;
  }

  .guide-detail-score {
    grid-template-columns: 92px minmax(0, 1fr) 28px;
    gap: 0.5rem;
  }

  .guide-detail-actions {
    display: grid;
  }

  .guide-detail-actions a,
  .guide-detail-actions button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .guide-hero-visual img,
  .guide-card-media img {
    transition: none;
  }
}
