@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --sand: #E8D5B0;
  --desert: #C4A265;
  --terracotta: #C1623F;
  --rust: #9B3A1E;
  --dusk: #2C1A0E;
  --midnight: #1A0F07;
  --cream: #F7F0E3;
  --warm-white: #FDF8F0;
  --gold: #D4A843;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; background: var(--warm-white); color: var(--dusk); }

nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.25rem 5%;
  background: rgba(26,15,7,0.92); backdrop-filter: blur(12px);
}
.nav-logo {
  font-family: 'Cormorant Garamond', serif; font-size: 1.4rem;
  font-weight: 600; color: var(--cream); text-decoration: none;
}
.nav-back {
  font-size: 0.75rem; font-weight: 500; letter-spacing: 0.15em;
  text-transform: uppercase; color: rgba(247,240,227,0.7);
  text-decoration: none; transition: color 0.2s;
}
.nav-back:hover { color: var(--gold); }

.trip-hero {
  height: 70vh; min-height: 500px; position: relative;
  display: flex; align-items: flex-end;
  background: linear-gradient(135deg, var(--dusk), var(--desert));
  overflow: hidden;
}
.trip-hero img {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover;
}
.trip-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(26,15,7,0.9) 0%, rgba(26,15,7,0.2) 60%, transparent 100%);
}
.trip-hero-content {
  position: relative; padding: 3rem 8%; max-width: 800px;
  animation: fadeUp 1s ease both;
}
.trip-eyebrow {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--gold); margin-bottom: 1rem;
}
.trip-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 300; color: var(--cream); line-height: 1.1;
  margin-bottom: 0.75rem;
}
.trip-hook {
  font-size: 1.05rem; font-weight: 300; color: rgba(247,240,227,0.8);
  line-height: 1.6;
}

.trip-body { max-width: 1100px; margin: 0 auto; padding: 5rem 8%; }
.trip-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 5rem; }

.trip-section { margin-bottom: 3.5rem; }
.trip-section-label {
  font-size: 0.7rem; font-weight: 500; letter-spacing: 0.3em;
  text-transform: uppercase; color: var(--terracotta); margin-bottom: 0.75rem;
}
.trip-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.9rem; font-weight: 400; color: var(--dusk);
  margin-bottom: 1rem; line-height: 1.2;
}
.trip-section p {
  font-size: 0.92rem; font-weight: 300; line-height: 1.75;
  color: rgba(44,26,14,0.72); margin-bottom: 0.75rem;
}
.trip-list { list-style: none; margin-top: 0.5rem; }
.trip-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.6rem 0; border-bottom: 1px solid rgba(44,26,14,0.07);
  font-size: 0.9rem; font-weight: 300; color: rgba(44,26,14,0.75);
}
.trip-list li::before { content: '→'; color: var(--gold); flex-shrink: 0; }

.trip-sidebar { position: sticky; top: 6rem; }
.sidebar-card {
  background: #fff; border: 1px solid rgba(44,26,14,0.08);
  border-radius: 4px; padding: 2rem; box-shadow: 0 4px 30px rgba(44,26,14,0.06);
}
.sidebar-price {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem; font-weight: 400; color: var(--terracotta);
  margin-bottom: 0.25rem;
}
.sidebar-price-label {
  font-size: 0.75rem; color: rgba(44,26,14,0.45); margin-bottom: 1.5rem;
}
.sidebar-includes { list-style: none; margin-bottom: 1.5rem; }
.sidebar-includes li {
  font-size: 0.85rem; font-weight: 300; color: rgba(44,26,14,0.7);
  padding: 0.5rem 0; display: flex; align-items: center; gap: 0.5rem;
  border-bottom: 1px solid rgba(44,26,14,0.05);
}
.sidebar-includes li::before { content: '✓'; color: var(--sage); font-weight: 600; }
.btn-buy-large {
  display: block; width: 100%; text-align: center;
  font-size: 0.8rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; text-decoration: none;
  color: #fff; background: var(--terracotta);
  padding: 1.1rem; border-radius: 2px;
  transition: background 0.2s; margin-bottom: 0.75rem;
}
.btn-buy-large:hover { background: var(--rust); }
.sidebar-note {
  font-size: 0.75rem; color: rgba(44,26,14,0.4);
  text-align: center; line-height: 1.5;
}

.smart-box {
  background: var(--dusk); border-radius: 4px; padding: 2.5rem;
  margin-top: 2.5rem;
}
.smart-box h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.5rem; font-weight: 300; color: var(--cream);
  margin-bottom: 1rem;
}
.smart-box ul { list-style: none; }
.smart-box ul li {
  font-size: 0.88rem; font-weight: 300;
  color: rgba(247,240,227,0.75); padding: 0.6rem 0;
  display: flex; gap: 0.75rem; align-items: flex-start;
  border-bottom: 1px solid rgba(247,240,227,0.07);
}
.smart-box ul li::before { content: '◆'; color: var(--gold); font-size: 0.5rem; margin-top: 0.35rem; flex-shrink: 0; }

.paypal-detail-wrap { margin-bottom: 0.75rem; }
.paypal-detail-wrap > div { width: 100% !important; }

footer {
  background: var(--midnight); padding: 2.5rem 8%;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem; margin-top: 0;
}
footer p { font-size: 0.8rem; color: rgba(247,240,227,0.35); }
footer a {
  font-size: 0.8rem; color: var(--gold); text-decoration: none;
  font-weight: 500;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 850px) {
  .trip-grid { grid-template-columns: 1fr; }
  .trip-sidebar { position: static; }
  .trip-body { padding: 3rem 6%; }
}
