* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background: #faf8f5;
  color: #2a2520;
  line-height: 1.55;
}

.site-header {
  text-align: center;
  padding: 3rem 1rem 2rem;
  background: #fff;
  border-bottom: 1px solid #ece8e3;
}

.badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b94530;
  background: #fff0ed;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.75rem;
}

.site-header h1 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #1a1612;
}

.subtitle {
  margin: 0.5rem 0 0;
  color: #8a817a;
  font-size: 1.05rem;
}

.stops {
  max-width: 780px;
  margin: 0 auto;
  padding: 2rem 1rem 4rem;
}

.stop-card {
  background: #fff;
  border-radius: 16px;
  margin-bottom: 2rem;
  box-shadow: 0 2px 12px rgba(44, 36, 28, 0.06);
  border: 1px solid #ece8e3;
  overflow: hidden;
}

.stop-header {
  padding: 1.5rem 1.5rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}

.stop-number {
  font-size: 0.7rem;
  font-weight: 600;
  color: #b94530;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.stop-title {
  margin: 0.25rem 0 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1a1612;
}

.stop-meta {
  font-size: 0.85rem;
  color: #8a817a;
  margin-top: 0.25rem;
}

.stop-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  background: #2a2520;
  padding: 0.35rem 0.7rem;
  border-radius: 8px;
  white-space: nowrap;
}

.stop-tag.secondary {
  background: #f0ece6;
  color: #5a5048;
}

.stop-body {
  padding: 0 1.5rem 1.5rem;
}

.stop-section {
  margin-top: 1.25rem;
}

.section-title {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #b94530;
  margin: 0 0 0.5rem;
}

.hotel-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hotel-name {
  font-size: 1rem;
  font-weight: 500;
  color: #2a2520;
}

.link-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.7rem;
  background: #fff8f6;
  color: #b94530;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid #f0e0dc;
  transition: background 0.15s;
}

.link-pill:hover {
  background: #f0e0dc;
}

.link-pill svg {
  width: 0.85rem;
  height: 0.85rem;
  opacity: 0.7;
}

.idea-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.idea-list li {
  padding: 0.35rem 0;
  font-size: 0.95rem;
  color: #3a332b;
  display: flex;
  gap: 0.6rem;
  align-items: baseline;
}

.idea-list li::before {
  content: "→";
  color: #c4bdb5;
  font-weight: 600;
  flex-shrink: 0;
}

.heads-up {
  background: #fffbf0;
  border: 1px solid #f0e8d6;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  color: #5a5048;
}

.heads-up strong {
  color: #b94530;
}

.map {
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ece8e3;
  background: #f0ece6;
  margin-top: 1rem;
}

.travel-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.5rem;
  background: transparent;
  border: 2px dashed #e0d8d0;
  border-radius: 12px;
  margin-bottom: 2rem;
  color: #8a817a;
}

.travel-card .travel-icon {
  font-size: 1.4rem;
  flex-shrink: 0;
}

.travel-card .travel-text {
  font-size: 0.95rem;
}

.travel-card .travel-text strong {
  color: #5a5048;
}

.site-footer {
  text-align: center;
  padding: 2rem 1rem;
  color: #a8a098;
  font-size: 0.8rem;
  border-top: 1px solid #ece8e3;
  background: #fff;
}

.site-footer code {
  background: #f5f2ee;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #6b6058;
}

@media (min-width: 640px) {
  .site-header h1 { font-size: 3.4rem; }
  .stop-title { font-size: 2.2rem; }
  .map { height: 260px; }
  .stops { padding: 3rem 1.5rem 5rem; }
}
