/* MÜNCHEN '72 — BERGE hike rows. Consumes tokens from the DESIGN-SYSTEM-72 token
   lane via var(--x, fallback); fallbacks match the spec so this reads correctly
   before that lane merges, and self-corrects once it does. */

.h72-hikes { margin-top: 22px; }

.h72-hike-row {
  display: grid;
  grid-template-columns: minmax(220px, 320px) 1fr;
  gap: 20px 32px;
  padding: 22px 0;
  border-top: 1px solid var(--line, #14141422);
}
.h72-hike-row:last-child { border-bottom: 1px solid var(--line, #14141422); }

@media (max-width: 700px) {
  .h72-hike-row { grid-template-columns: 1fr; gap: 14px; }
}

.h72-hike-day {
  display: inline-block;
  font-family: 'Doto', ui-monospace, monospace;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .04em;
  color: var(--ink, #141414);
  opacity: .55;
  margin-bottom: 6px;
}

.h72-hike-name {
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 700;
  font-size: clamp(19px, 2.2vw, 23px);
  line-height: 1.15;
  color: var(--ink, #141414);
  margin: 0 0 14px;
}

.h72-hike-stats {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 18px;
  row-gap: 8px;
}

.h72-stat { display: flex; flex-direction: column; }

.h72-num {
  font-family: 'Doto', ui-monospace, monospace;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: .02em;
  color: var(--ink, #141414);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}

.h72-unit {
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink, #141414);
  opacity: .6;
  margin-top: 2px;
}

.h72-diff {
  display: inline-flex;
  align-items: center;
  padding: 4px 11px;
  border-radius: 999px;
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: var(--paper-2, #F6F5F1);
  color: var(--ink, #141414);
  align-self: center;
}
.h72-diff-easy { background: color-mix(in srgb, var(--gruen, #35893E) 16%, var(--paper-2, #F6F5F1)); }
.h72-diff-moderate { background: color-mix(in srgb, var(--gelb, #E7DA6A) 45%, var(--paper-2, #F6F5F1)); }
.h72-diff-difficult { background: color-mix(in srgb, var(--blau, #79C3E6) 32%, var(--paper-2, #F6F5F1)); }

.h72-hike-note {
  margin: 12px 0 0;
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: var(--ink, #141414);
  opacity: .78;
  max-width: 46em;
}
.h72-hike-note-alt { opacity: .6; }

.h72-hike-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.h72-btn-3d {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 16px;
  border: 1px solid var(--ink, #141414);
  border-radius: 999px;
  background: transparent;
  color: var(--ink, #141414);
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  transition: background-color .2s, color .2s;
}
.h72-btn-3d:hover, .h72-btn-3d:focus-visible { background: var(--ink, #141414); color: var(--wit, #FCFCFA); }
.h72-btn-3d:disabled { cursor: wait; opacity: .7; }
.h72-btn-3d-sm { padding: 5px 12px; font-size: 11px; }

.h72-route-unavailable {
  margin: 0;
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: .02em;
  color: var(--ink, #141414);
  opacity: .55;
}

.h72-komoot-expander { width: 100%; max-width: 480px; }
.h72-komoot-expander summary {
  cursor: pointer;
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink, #141414);
  padding: 4px 0;
}
.h72-komoot-expander[open] summary { margin-bottom: 10px; }
.h72-komoot-embed {
  width: 100%;
  height: 360px;
  background: var(--paper-2, #F6F5F1);
  border: 1px solid var(--line, #14141422);
}
@media (min-width: 700px) {
  .h72-komoot-embed { height: 420px; }
}
.h72-komoot-embed iframe { width: 100%; height: 100%; border: 0; display: block; }

.h72-komoot-link {
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  color: var(--ink, #141414);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Alternative-tier compact rows */
.h72-alt-hikes { margin-top: 4px; }
.h72-alt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding: 12px 0;
  border-top: 1px solid var(--line, #14141422);
  font-family: 'Archivo', -apple-system, BlinkMacSystemFont, sans-serif;
}
.h72-alt-row:last-child { border-bottom: 1px solid var(--line, #14141422); }
.h72-alt-name { font-weight: 700; font-size: 14.5px; color: var(--ink, #141414); flex: 1 1 220px; }
.h72-alt-stats {
  font-size: 11.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--ink, #141414);
  opacity: .6;
  font-variant-numeric: tabular-nums;
}
.h72-alt-actions { display: flex; align-items: center; gap: 10px; margin-left: auto; }
.h72-alt-link { font-size: 12px; font-weight: 700; color: var(--ink, #141414); text-decoration: underline; text-underline-offset: 3px; }

@media (prefers-reduced-motion: reduce) {
  .h72-btn-3d { transition: none; }
}
