:root {
  --ink: #17352f;
  --ink-soft: #49645e;
  --forest: #1d5b4f;
  --forest-dark: #123e36;
  --sage: #b8d5c9;
  --mist: #edf4ef;
  --ice: #dcecf1;
  --sky: #6ea6b7;
  --cream: #fbfaf5;
  --white: #ffffff;
  --sun: #edc36b;
  --coral: #d96b5f;
  --line: rgba(23, 53, 47, 0.14);
  --shadow: 0 20px 55px rgba(19, 58, 50, 0.12);
  --shadow-soft: 0 10px 30px rgba(19, 58, 50, 0.08);
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --shell: min(1180px, calc(100% - 40px));
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

button,
input {
  font: inherit;
}

button,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
}

button {
  color: inherit;
}

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

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 999;
  left: 16px;
  top: -80px;
  padding: 10px 16px;
  border-radius: 12px;
  color: var(--white);
  background: var(--forest-dark);
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 16px;
}

.icon {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.loading-screen,
.error-screen {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 12px;
  padding: 24px;
  text-align: center;
  background: var(--mist);
}

.loading-mark,
.error-screen > span {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--white);
  background: var(--forest);
}

.loading-screen p,
.error-screen p {
  color: var(--ink-soft);
}

.error-screen button {
  border: 0;
  border-radius: 999px;
  padding: 12px 18px;
  color: var(--white);
  background: var(--forest);
  cursor: pointer;
}

.hero {
  position: relative;
  min-height: min(830px, 100vh);
  overflow: hidden;
  color: var(--white);
  background: #19493f;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(10, 39, 33, 0.96) 0%, rgba(13, 48, 41, 0.82) 45%, rgba(13, 48, 41, 0.22) 100%),
    linear-gradient(0deg, rgba(8, 31, 27, 0.45), transparent 60%),
    url('/assets/maennlichen.jpg') center 43% / cover;
  transform: scale(1.015);
}

.hero-backdrop::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background-image: radial-gradient(circle at 50% 50%, transparent 0 2px, rgba(255,255,255,.1) 2.5px 3px, transparent 3.5px);
  background-size: 18px 18px;
  mix-blend-mode: overlay;
}

.top-nav {
  position: relative;
  z-index: 5;
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand > span,
.footer-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--forest-dark);
  background: var(--white);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
}

.brand strong {
  font-size: 15px;
  letter-spacing: .08em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.desktop-nav a {
  color: rgba(255,255,255,.82);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.hero-content {
  position: relative;
  z-index: 2;
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 72px;
  align-items: center;
  padding-block: 60px 90px;
}

.kicker,
.eyebrow {
  margin: 0 0 15px;
  color: var(--forest);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.kicker {
  color: rgba(255,255,255,.76);
}

.kicker span {
  display: inline-block;
  width: 28px;
  height: 1px;
  margin: 0 10px 3px 0;
  background: var(--sun);
}

.hero h1 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: clamp(56px, 7vw, 98px);
  line-height: .98;
  font-weight: 500;
  letter-spacing: -.055em;
}

.hero h1 em {
  color: #d4e8e0;
  font-weight: 400;
}

.hero-subtitle {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.9);
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(8px);
  font-size: 12px;
}

.hero-pills .icon {
  width: 15px;
  height: 15px;
}

.departure-panel {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: var(--radius-xl);
  background: rgba(248, 252, 249, .12);
  box-shadow: 0 30px 60px rgba(4, 25, 21, .22);
  backdrop-filter: blur(18px);
}

.departure-topline,
.departure-route {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.departure-topline {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  font-size: 12px;
}

.departure-topline > div {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.72);
}

.departure-topline > strong {
  letter-spacing: .1em;
}

.status-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a5e4bd;
  box-shadow: 0 0 0 5px rgba(165,228,189,.12);
}

.countdown {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: start;
  gap: 7px;
  margin: 27px 0 24px;
}

.count-unit {
  display: grid;
  justify-items: center;
  gap: 3px;
}

.count-unit strong {
  font-variant-numeric: tabular-nums;
  font-size: clamp(28px, 3vw, 41px);
  line-height: 1;
  letter-spacing: -.04em;
}

.count-unit span {
  color: rgba(255,255,255,.56);
  font-size: 10px;
}

.count-separator {
  margin-top: 3px;
  color: rgba(255,255,255,.34);
  font-size: 25px;
  line-height: 1;
}

.departed-message {
  grid-column: 1 / -1;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 28px;
}

.departure-route {
  justify-content: center;
  gap: 13px;
  padding: 15px;
  border-radius: 14px;
  color: var(--forest-dark);
  background: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 800;
}

.departure-panel > p {
  margin: 13px 0 0;
  color: rgba(255,255,255,.56);
  font-size: 11px;
  text-align: center;
}

.hero-foot {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border-top: 1px solid rgba(255,255,255,.18);
}

.hero-foot p {
  margin: 0;
  color: rgba(255,255,255,.66);
  font-size: 12px;
}

.hero-foot a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
}

.section {
  padding: 112px 0;
}

.section-heading {
  margin-bottom: 42px;
}

.section-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Songti SC", "STSong", serif;
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.04em;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(300px, .6fr);
  align-items: end;
  gap: 60px;
}

.split-heading > p {
  margin: 0 0 5px;
  color: var(--ink-soft);
  font-size: 14px;
}

.overview-section {
  background: var(--mist);
}

.route-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  min-height: 510px;
  overflow: hidden;
  border: 1px solid rgba(23,53,47,.08);
  border-radius: var(--radius-xl);
  background: var(--white);
  box-shadow: var(--shadow);
}

.route-map-wrap {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: linear-gradient(145deg, #f6faf7, #e7f0ec);
}

.map-legend {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  display: flex;
  gap: 14px;
  padding: 9px 12px;
  border: 1px solid rgba(23,53,47,.08);
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  backdrop-filter: blur(8px);
}

.map-legend span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-soft);
  font-size: 10px;
}

.map-legend i {
  width: 18px;
  height: 2px;
  background: var(--forest);
}

.map-legend .legend-branch {
  background: repeating-linear-gradient(90deg, var(--sky) 0 4px, transparent 4px 7px);
}

.route-map {
  width: 100%;
  height: 100%;
  min-height: 510px;
}

.map-land {
  fill: url(#land);
  stroke: rgba(29,91,79,.09);
  stroke-width: 1.5;
}

.map-contour {
  fill: none;
  stroke: rgba(29,91,79,.08);
  stroke-width: 1.2;
}

.route-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.route-line-main {
  stroke: var(--forest);
  stroke-width: 4;
}

.route-line-branch {
  stroke: var(--sky);
  stroke-width: 3;
  stroke-dasharray: 7 9;
}

.map-point {
  cursor: pointer;
  outline: none;
}

.point-halo {
  fill: rgba(110,166,183,.15);
  opacity: 0;
  transition: opacity .2s ease, r .2s ease;
}

.point-dot {
  fill: var(--sky);
  stroke: var(--white);
  stroke-width: 4;
  filter: url(#shadow);
  transition: transform .2s ease, fill .2s ease;
}

.base-point .point-dot {
  fill: var(--forest);
}

.point-label {
  fill: var(--ink);
  font-size: 13px;
  font-weight: 800;
  paint-order: stroke;
  stroke: rgba(246,250,247,.95);
  stroke-width: 5px;
  stroke-linejoin: round;
}

.map-point:hover .point-halo,
.map-point:focus-visible .point-halo,
.map-point.active .point-halo {
  opacity: 1;
  r: 22;
}

.map-point:hover .point-dot,
.map-point.active .point-dot {
  fill: var(--sun);
  transform: scale(1.18);
}

.map-detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 34px;
  color: var(--white);
  background: var(--forest-dark);
}

.map-detail-label {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-size: 10px;
  letter-spacing: .08em;
}

.map-detail-label span {
  color: #bfe4d7;
  font-weight: 700;
}

.map-detail-label small {
  color: rgba(255,255,255,.55);
}

.map-detail h3 {
  margin: 30px 0 12px;
  font-family: Georgia, "Songti SC", serif;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
}

.map-detail h3 small {
  display: block;
  margin-top: 10px;
  color: rgba(255,255,255,.5);
  font-family: inherit;
  font-size: 14px;
}

.map-detail > p {
  margin: 0 0 26px;
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 16px;
}

.info-card {
  min-width: 0;
  display: flex;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.62);
}

.info-icon {
  width: 42px;
  height: 42px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 14px;
  color: var(--forest);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.info-card div:last-child {
  min-width: 0;
}

.info-card span,
.info-card strong,
.info-card p {
  display: block;
}

.info-card span {
  color: var(--ink-soft);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .08em;
}

.info-card strong {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.4;
}

.info-card p {
  margin: 5px 0 0;
  color: var(--ink-soft);
  font-size: 11px;
}

.logistics-section {
  background: var(--cream);
}

.logistics-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 72px;
}

.compact-heading {
  margin-bottom: 26px;
}

.compact-heading h2 {
  font-size: 35px;
}

.flight-stack {
  display: grid;
  gap: 14px;
}

.flight-card {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.primary-flight {
  border-color: rgba(29,91,79,.35);
}

.flight-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flight-card-head .eyebrow {
  margin: 0;
}

.flight-number {
  padding: 4px 9px;
  border-radius: 999px;
  color: var(--forest);
  background: var(--mist);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
}

.flight-route {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 25px 0;
}

.flight-route > div:not(.flight-line) {
  display: grid;
}

.flight-route > div:last-child {
  text-align: right;
}

.flight-route strong {
  font-family: Georgia, serif;
  font-size: 32px;
  line-height: 1;
}

.flight-route span {
  margin-top: 5px;
  color: var(--ink-soft);
  font-size: 10px;
}

.flight-line {
  display: flex;
  align-items: center;
  color: var(--forest);
}

.flight-line span {
  width: 100%;
  height: 1px;
  margin: 0;
  background: var(--line);
}

.flight-line .icon {
  margin-inline: 7px;
}

.flight-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.flight-meta div {
  display: grid;
}

.flight-meta div:last-child {
  text-align: right;
}

.flight-meta span,
.flight-meta small {
  color: var(--ink-soft);
  font-size: 10px;
}

.flight-meta strong {
  margin: 3px 0;
  font-size: 13px;
}

.hotel-list {
  display: grid;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.hotel-item + .hotel-item {
  border-top: 1px solid var(--line);
}

.hotel-item summary {
  min-height: 76px;
  display: grid;
  grid-template-columns: 92px 1fr auto 18px;
  align-items: center;
  gap: 14px;
  padding: 14px 20px;
  cursor: pointer;
  list-style: none;
}

.hotel-item summary::-webkit-details-marker,
.day-item summary::-webkit-details-marker,
.card-details summary::-webkit-details-marker {
  display: none;
}

.hotel-date {
  color: var(--forest);
  font-size: 11px;
  font-weight: 800;
}

.hotel-main {
  min-width: 0;
  display: grid;
}

.hotel-main strong {
  font-size: 13px;
}

.hotel-main small {
  overflow: hidden;
  color: var(--ink-soft);
  font-size: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hotel-status {
  padding: 4px 8px;
  border-radius: 999px;
  color: var(--forest);
  background: var(--mist);
  font-size: 9px;
  font-weight: 700;
}

.hotel-item summary .icon,
.card-details summary .icon {
  transition: transform .25s ease;
}

.hotel-item[open] summary .icon,
.card-details[open] summary .icon {
  transform: rotate(180deg);
}

.hotel-body {
  padding: 0 20px 20px 126px;
  color: var(--ink-soft);
  font-size: 11px;
}

.hotel-body p {
  margin: 5px 0;
}

.hotel-body p:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
}

.hotel-body .icon {
  width: 14px;
  height: 14px;
}

.days-section {
  color: var(--white);
  background: var(--forest-dark);
}

.days-section .eyebrow {
  color: #a4d3c3;
}

.days-section .split-heading > p {
  color: rgba(255,255,255,.58);
}

.day-list {
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.15);
}

.day-item {
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.day-item summary {
  min-height: 104px;
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr) auto 80px;
  align-items: center;
  gap: 24px;
  padding: 18px 2px;
  cursor: pointer;
  list-style: none;
}

.day-date {
  display: grid;
  border-right: 1px solid rgba(255,255,255,.16);
}

.day-date strong {
  font-family: Georgia, serif;
  font-size: 27px;
  font-weight: 500;
}

.day-date span {
  color: rgba(255,255,255,.45);
  font-size: 10px;
}

.day-summary {
  min-width: 0;
  display: grid;
}

.day-route {
  color: #9dcbbb;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
}

.day-summary strong {
  margin-top: 2px;
  overflow: hidden;
  font-size: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.day-summary small {
  margin-top: 2px;
  color: rgba(255,255,255,.45);
  font-size: 10px;
}

.status-pill {
  padding: 5px 9px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.status-固定 {
  color: #17352f;
  background: #b9ded1;
}

.status-基准 {
  color: #493817;
  background: #efd28a;
}

.status-天气选择,
.status-机动 {
  color: #d9eef5;
  background: rgba(110,166,183,.28);
}

.expand-label {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  color: rgba(255,255,255,.55);
  font-size: 10px;
}

.day-item[open] .expand-label .icon {
  transform: rotate(180deg);
}

.day-item[open] summary {
  background: rgba(255,255,255,.025);
}

.day-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  gap: 50px;
  padding: 8px 80px 36px 110px;
}

.day-timeline {
  display: grid;
}

.timeline-row {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

.timeline-row > span {
  color: #9dcbbb;
  font-size: 10px;
  font-weight: 700;
}

.timeline-row strong {
  font-size: 12px;
}

.timeline-row p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.54);
  font-size: 11px;
}

.day-side {
  align-self: start;
  display: grid;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-md);
  background: rgba(255,255,255,.04);
}

.day-side > span {
  color: rgba(255,255,255,.42);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .08em;
}

.day-side > strong {
  margin-top: 4px;
  font-size: 12px;
}

.day-side .candidate-label {
  margin-top: 18px;
}

.candidate-links {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 8px;
}

.candidate-links button {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  padding: 6px 9px;
  color: rgba(255,255,255,.76);
  background: transparent;
  font-size: 9px;
  cursor: pointer;
}

.candidate-links button:hover,
.candidate-links button:focus-visible {
  color: var(--forest-dark);
  background: #b9ded1;
}

.no-cards {
  margin: 12px 0 0;
  color: rgba(255,255,255,.46);
  font-size: 10px;
}

.activities-section {
  background: var(--cream);
}

.weather-console {
  margin-bottom: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--mist);
}

.weather-console-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.weather-console-head > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 800;
}

.weather-console-head button,
.empty-filter button {
  border: 0;
  padding: 0;
  color: var(--forest);
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.weather-buttons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
}

.weather-buttons button {
  min-height: 88px;
  display: grid;
  align-content: start;
  gap: 4px;
  padding: 13px;
  border: 1px solid rgba(29,91,79,.13);
  border-radius: 14px;
  text-align: left;
  background: rgba(255,255,255,.62);
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.weather-buttons button:hover,
.weather-buttons button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--forest);
}

.weather-buttons button.active {
  color: var(--white);
  border-color: var(--forest);
  background: var(--forest);
}

.weather-buttons strong {
  font-size: 10px;
}

.weather-buttons span {
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.45;
}

.weather-buttons button.active span {
  color: rgba(255,255,255,.65);
}

.weather-result {
  margin: 14px 0 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.weather-result strong {
  color: var(--forest);
}

.filter-bar {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  overflow-x: auto;
  scrollbar-width: none;
}

.filter-bar::-webkit-scrollbar {
  display: none;
}

.filter-chip {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  background: transparent;
  font-size: 10px;
  font-weight: 700;
  cursor: pointer;
}

.filter-chip.active {
  color: var(--white);
  border-color: var(--forest);
  background: var(--forest);
}

.activity-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.activity-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(23,53,47,.1);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: box-shadow .25s ease, transform .25s ease;
}

.activity-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.activity-card.focus-card {
  box-shadow: 0 0 0 4px rgba(237,195,107,.65), var(--shadow);
}

.activity-card[hidden] {
  display: none;
}

.activity-image-wrap {
  position: relative;
  height: 310px;
  overflow: hidden;
  color: var(--white);
  background: var(--mist);
}

.activity-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.activity-card:hover .activity-image-wrap img {
  transform: scale(1.03);
}

.image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8,31,27,.87) 0%, rgba(8,31,27,.18) 58%, rgba(8,31,27,.24) 100%);
}

.activity-number,
.priority-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
}

.activity-number {
  left: 18px;
  font-family: Georgia, serif;
  font-size: 24px;
}

.priority-badge {
  right: 18px;
  padding: 6px 9px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(8,31,27,.28);
  backdrop-filter: blur(9px);
  font-size: 9px;
  font-weight: 700;
}

.image-title {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 22px;
}

.image-title > span {
  color: #bfe4d7;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
}

.image-title h3 {
  margin: 5px 0 1px;
  font-family: Georgia, "Songti SC", serif;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -.025em;
}

.image-title p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 11px;
}

.activity-content {
  padding: 24px;
}

.activity-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.activity-tags span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 8px;
  border-radius: 999px;
  color: var(--forest);
  background: var(--mist);
  font-size: 9px;
  font-weight: 700;
}

.activity-tags .icon {
  width: 12px;
  height: 12px;
}

.activity-summary {
  min-height: 66px;
  margin: 18px 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.route-ribbon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 14px;
  border-left: 3px solid var(--sun);
  border-radius: 0 12px 12px 0;
  background: #faf6eb;
}

.route-ribbon .icon {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  color: #936e1e;
}

.route-ribbon p {
  margin: 0;
  color: #5a4a29;
  font-size: 10px;
  line-height: 1.6;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 20px 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--line);
}

.stat-grid div {
  min-width: 0;
  display: grid;
  gap: 2px;
  padding: 11px 8px;
  background: var(--white);
  text-align: center;
}

.stat-grid span {
  color: var(--ink-soft);
  font-size: 8px;
}

.stat-grid strong {
  font-size: 10px;
  line-height: 1.25;
}

.card-details {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.card-details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 2px;
  cursor: pointer;
  list-style: none;
  color: var(--forest);
  font-size: 10px;
  font-weight: 800;
}

.card-details summary .icon {
  width: 14px;
  height: 14px;
}

.card-detail-body {
  padding: 2px 0 18px;
}

.variant-list {
  display: grid;
  gap: 8px;
}

.variant-list > div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  padding: 11px;
  border-radius: 11px;
  background: var(--mist);
}

.variant-list span {
  color: var(--forest);
  font-size: 9px;
  font-weight: 800;
}

.variant-list p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.decision-box {
  margin-top: 10px;
  padding: 14px;
  border: 1px solid rgba(237,195,107,.5);
  border-radius: 12px;
  background: #fffaf0;
}

.decision-box strong {
  color: #7a5b16;
  font-size: 9px;
}

.decision-box p {
  margin: 3px 0 0;
  color: #665634;
  font-size: 10px;
}

.detail-notes {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.detail-notes > p {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 9px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 10px;
}

.detail-notes .icon {
  width: 16px;
  height: 16px;
  color: var(--forest);
}

.detail-notes span {
  display: grid;
}

.detail-notes strong {
  margin-bottom: 2px;
  color: var(--ink);
  font-size: 9px;
}

.secondary-photo {
  position: relative;
  height: 170px;
  margin: 17px 0 0;
  overflow: hidden;
  border-radius: 13px;
}

.secondary-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.secondary-photo figcaption {
  position: absolute;
  left: 9px;
  bottom: 9px;
  padding: 5px 8px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(8,31,27,.72);
  font-size: 8px;
}

.image-credit {
  margin: 12px 0 0;
  color: #7b8e89;
  font-size: 8px;
}

.activity-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 18px;
}

.button {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 8px 13px;
  text-decoration: none;
  font-size: 9px;
  font-weight: 800;
  cursor: pointer;
}

.button .icon {
  width: 13px;
  height: 13px;
}

.button-primary {
  color: var(--forest-dark);
  background: #c4e3d8;
}

.button-secondary {
  border-color: var(--line);
  color: var(--forest);
  background: var(--white);
}

.button-ghost {
  border-color: transparent;
  color: var(--white);
  background: var(--forest);
}

.button:hover,
.button:focus-visible {
  filter: brightness(.96);
  transform: translateY(-1px);
}

.empty-filter {
  padding: 50px 20px;
  border: 1px dashed var(--line);
  border-radius: var(--radius-lg);
  text-align: center;
}

.empty-filter strong,
.empty-filter button {
  display: block;
  margin-inline: auto;
}

.empty-filter button {
  margin-top: 10px;
}

.prepare-section {
  background: var(--mist);
}

.progress-card {
  min-width: 280px;
  display: grid;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255,255,255,.7);
}

.progress-card > div:first-child {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.progress-card strong {
  font-size: 24px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.progress-card span {
  color: var(--ink-soft);
  font-size: 10px;
}

.progress-track {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(29,91,79,.12);
}

.progress-track span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--forest);
  transition: width .3s ease;
}

.checklist-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.checklist-card {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.checklist-card h3 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
  font-family: Georgia, "Songti SC", serif;
  font-size: 20px;
  font-weight: 500;
}

.checklist-card h3 span {
  color: var(--sage);
  font-family: inherit;
  font-size: 18px;
}

.check-list {
  display: grid;
}

.check-row,
.pending-row {
  position: relative;
  display: grid;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 11px;
  padding: 12px 0;
  cursor: pointer;
}

.check-row + .check-row {
  border-top: 1px solid rgba(23,53,47,.09);
}

.check-row input,
.pending-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.custom-check {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border: 1.5px solid rgba(29,91,79,.28);
  border-radius: 6px;
  background: var(--white);
  transition: border-color .2s ease, background .2s ease;
}

.custom-check .icon {
  width: 13px;
  height: 13px;
  opacity: 0;
  color: var(--white);
  stroke-width: 2.4;
  transform: scale(.6);
  transition: opacity .2s ease, transform .2s ease;
}

.check-row input:checked + .custom-check,
.pending-row input:checked + .custom-check {
  border-color: var(--forest);
  background: var(--forest);
}

.check-row input:checked + .custom-check .icon,
.pending-row input:checked + .custom-check .icon {
  opacity: 1;
  transform: scale(1);
}

.check-row input:focus-visible + .custom-check,
.pending-row input:focus-visible + .custom-check {
  outline: 3px solid rgba(110,166,183,.35);
  outline-offset: 2px;
}

.check-row > span:last-child {
  display: grid;
}

.check-row strong {
  font-size: 11px;
}

.check-row small {
  margin-top: 3px;
  color: var(--ink-soft);
  font-size: 9px;
  line-height: 1.5;
}

.check-row:has(input:checked) strong,
.pending-row:has(input:checked) > span:last-child {
  color: var(--ink-soft);
  text-decoration: line-through;
}

.pending-panel {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  margin-top: 20px;
  padding: 35px;
  border-radius: var(--radius-lg);
  color: var(--white);
  background: var(--forest-dark);
}

.pending-copy .eyebrow {
  color: #9dcbbb;
}

.pending-copy h3 {
  margin: 0;
  font-family: Georgia, "Songti SC", serif;
  font-size: 30px;
  font-weight: 500;
}

.pending-copy > p:last-child {
  margin: 10px 0 0;
  color: rgba(255,255,255,.5);
  font-size: 10px;
}

.pending-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 30px;
}

.pending-row {
  border-bottom: 1px solid rgba(255,255,255,.1);
  font-size: 10px;
}

.pending-row .custom-check {
  border-color: rgba(255,255,255,.32);
  background: transparent;
}

.pending-row:has(input:checked) > span:last-child {
  color: rgba(255,255,255,.42);
}

.useful-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 20px;
  margin-top: 25px;
  color: var(--ink-soft);
  font-size: 10px;
}

.useful-links > span {
  color: var(--ink);
  font-weight: 800;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--forest);
  text-underline-offset: 3px;
}

.text-link .icon {
  width: 11px;
  height: 11px;
}

.footer {
  padding: 54px 0 100px;
  color: var(--white);
  background: #0e302a;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.footer-inner > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-inner strong {
  font-family: Georgia, "Songti SC", serif;
  font-size: 18px;
  font-weight: 500;
}

.footer p {
  margin: 3px 0 0;
  color: rgba(255,255,255,.48);
  font-size: 9px;
}

.footer-inner > p {
  text-align: right;
}

.mobile-nav {
  display: none;
}

:focus-visible {
  outline: 3px solid rgba(110,166,183,.55);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .hero-content {
    grid-template-columns: 1fr;
    gap: 38px;
    align-content: center;
    padding-block: 52px 120px;
  }

  .hero-copy {
    max-width: 680px;
  }

  .departure-panel {
    max-width: 460px;
  }

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

  .map-detail {
    min-height: 230px;
  }

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

  .logistics-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .weather-buttons {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .activity-image-wrap {
    height: 420px;
  }
}

@media (max-width: 720px) {
  :root {
    --shell: min(100% - 28px, 620px);
    --radius-xl: 24px;
    --radius-lg: 20px;
  }

  html {
    scroll-padding-top: 22px;
  }

  body {
    padding-bottom: calc(68px + env(safe-area-inset-bottom));
  }

  .hero {
    min-height: auto;
  }

  .hero-backdrop {
    background:
      linear-gradient(0deg, rgba(9,35,30,.98) 0%, rgba(9,35,30,.72) 56%, rgba(9,35,30,.24) 100%),
      url('/assets/maennlichen.jpg') 67% center / cover;
  }

  .top-nav {
    height: 65px;
  }

  .brand > span {
    width: 34px;
    height: 34px;
  }

  .desktop-nav {
    display: none;
  }

  .hero-content {
    min-height: auto;
    display: block;
    padding: 72px 0 126px;
  }

  .kicker {
    margin-bottom: 13px;
  }

  .hero h1 {
    font-size: clamp(47px, 15vw, 66px);
  }

  .hero-subtitle {
    margin-top: 20px;
    font-size: 14px;
  }

  .hero-pills {
    margin-top: 22px;
  }

  .hero-pills span {
    padding: 7px 10px;
    font-size: 10px;
  }

  .departure-panel {
    max-width: none;
    margin-top: 34px;
    padding: 22px;
    border-radius: 22px;
  }

  .count-unit strong {
    font-size: 29px;
  }

  .hero-foot {
    min-height: 86px;
  }

  .hero-foot p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 10px;
  }

  .hero-foot a {
    font-size: 10px;
  }

  .section {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 38px;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .split-heading > p {
    font-size: 12px;
  }

  .route-map-card {
    min-height: 0;
  }

  .route-map-wrap {
    overflow-x: auto;
  }

  .route-map {
    min-width: 690px;
    min-height: 390px;
  }

  .map-legend {
    position: sticky;
    width: max-content;
  }

  .map-detail {
    min-height: 220px;
    padding: 27px;
  }

  .map-detail h3 {
    margin-top: 22px;
    font-size: 31px;
  }

  .info-card {
    padding: 18px;
  }

  .logistics-grid {
    gap: 54px;
  }

  .flight-card {
    padding: 20px;
  }

  .flight-route strong {
    font-size: 27px;
  }

  .hotel-item summary {
    grid-template-columns: 74px 1fr 18px;
    gap: 10px;
    padding-inline: 15px;
  }

  .hotel-status {
    display: none;
  }

  .hotel-body {
    padding: 0 15px 18px 99px;
  }

  .day-item summary {
    min-height: 92px;
    grid-template-columns: 62px minmax(0, 1fr) auto;
    gap: 14px;
  }

  .day-date strong {
    font-size: 23px;
  }

  .day-summary strong {
    font-size: 12px;
  }

  .day-route {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .expand-label {
    display: none;
  }

  .status-pill {
    padding: 4px 7px;
  }

  .day-body {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 5px 0 28px 76px;
  }

  .timeline-row {
    grid-template-columns: 54px 1fr;
    gap: 12px;
  }

  .weather-console {
    margin-inline: -2px;
    padding: 17px;
  }

  .weather-buttons {
    display: flex;
    margin-inline: -1px;
    padding-bottom: 4px;
    overflow-x: auto;
    scrollbar-width: none;
    scroll-snap-type: x proximity;
  }

  .weather-buttons::-webkit-scrollbar {
    display: none;
  }

  .weather-buttons button {
    min-width: 182px;
    min-height: 84px;
    flex: 0 0 auto;
    scroll-snap-align: start;
  }

  .weather-console-head button {
    min-height: 32px;
  }

  .activity-image-wrap {
    height: 275px;
  }

  .activity-content {
    padding: 19px;
  }

  .image-title {
    left: 19px;
    right: 19px;
    bottom: 18px;
  }

  .image-title h3 {
    font-size: 27px;
  }

  .activity-summary {
    min-height: 0;
  }

  .stat-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .activity-actions .button {
    flex: 1 1 auto;
  }

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

  .progress-card {
    min-width: 0;
  }

  .pending-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 26px;
  }

  .pending-list {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-bottom: 45px;
  }

  .footer-inner {
    display: grid;
    gap: 25px;
  }

  .footer-inner > p {
    text-align: left;
  }

  .mobile-nav {
    position: fixed;
    z-index: 80;
    left: 10px;
    right: 10px;
    bottom: max(10px, env(safe-area-inset-bottom));
    height: 58px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 6px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    color: rgba(255,255,255,.58);
    background: rgba(11,43,37,.94);
    box-shadow: 0 15px 40px rgba(8,31,27,.28);
    backdrop-filter: blur(16px);
  }

  .mobile-nav a {
    display: grid;
    place-content: center;
    justify-items: center;
    gap: 2px;
    border-radius: 14px;
    text-decoration: none;
    font-size: 8px;
  }

  .mobile-nav .icon {
    width: 17px;
    height: 17px;
  }

  .mobile-nav a.active {
    color: var(--white);
    background: rgba(255,255,255,.1);
  }
}

@media (max-width: 390px) {
  .seconds-unit,
  .seconds-separator {
    display: none;
  }

  .countdown {
    grid-template-columns: 1fr auto 1fr auto 1fr;
  }

  .hero-pills span:last-child {
    display: none;
  }

  .day-item summary {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  .status-pill {
    display: none;
  }

  .day-body {
    padding-left: 68px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
