:root {
  --forest: #24443a;
  --forest-dark: #173029;
  --leaf: #7f9779;
  --ivory: #fffaf0;
  --paper: #f5efe2;
  --clay: #b96f4a;
  --ink: #1e2522;
  --muted: #66736c;
}

html {
  scroll-padding-top: 0;
  overflow-x: hidden;
}

body {
  color: var(--ink);
  font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--ivory);
  letter-spacing: 0;
  overflow-x: hidden;
}

a {
  color: var(--forest);
}

a:hover,
a:focus {
  color: var(--clay);
}

.bg-ivory {
  background: linear-gradient(180deg, var(--ivory) 0%, var(--ivory) calc(100% - 15px), var(--paper) 100%);
}

.bg-warm {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper) calc(100% - 15px), var(--ivory) 100%);
}

.hero {
  min-height: 92vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("assets/engagement.jpeg");
  background-position: center;
  background-size: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 18vh;
  background: linear-gradient(0deg, var(--ivory), rgba(255, 250, 240, 0));
  pointer-events: none;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(23, 48, 41, 0.88) 0%, rgba(23, 48, 41, 0.58) 48%, rgba(23, 48, 41, 0.18) 100%);
}

.hero-content {
  position: relative;
  z-index: 1;
  color: white;
  max-width: 760px;
  padding-top: 88px;
  padding-bottom: 80px;
}

.hero .lead {
  max-width: 680px;
  font-size: 1.25rem;
}

.eyebrow {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.text-forest {
  color: var(--forest);
}

.hero-title {
  font-family: "Great Vibes", "Brush Script MT", cursive;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
}

.section-pad {
  padding: 88px 0;
}

.section-title {
  font-size: 3rem;
  line-height: 1.05;
  font-weight: 700;
  color: var(--forest-dark);
}

.section-copy {
  color: var(--muted);
  font-size: 1.1rem;
  line-height: 1.7;
}

.schedule-date {
  color: var(--forest-dark);
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.btn {
  border-radius: 999px;
  font-weight: 700;
  padding: 0.78rem 1.1rem;
}

.btn-forest {
  background: var(--forest);
  border-color: var(--forest);
  color: white;
}

.btn-forest:hover,
.btn-forest:focus {
  background: var(--forest-dark);
  border-color: var(--forest-dark);
  color: white;
}

.btn-outline-forest {
  border-color: var(--forest);
  color: var(--forest);
}

.btn-outline-forest:hover,
.btn-outline-forest:focus {
  background: var(--forest);
  color: white;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: minmax(90px, 120px) 1fr;
  gap: 22px;
  align-items: start;
  padding: 24px;
  background: white;
  border: 1px solid rgba(36, 68, 58, 0.14);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 48, 41, 0.08);
}

.timeline-item h3,
.info-card h3,
.restaurant-card h3,
.gift-card h3,
.shelf-card h3 {
  color: var(--forest-dark);
  font-size: 1.35rem;
  font-weight: 700;
}

.timeline-item p,
.info-card p,
.gift-card p,
.shelf-card p {
  color: var(--muted);
  margin-bottom: 0;
}

.time {
  color: var(--clay);
  font-weight: 800;
}

.info-card,
.restaurant-card,
.gift-card,
.shelf-card {
  background: white;
  border: 1px solid rgba(36, 68, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(23, 48, 41, 0.08);
}

.info-card {
  padding: 32px;
}

.hotel-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 34px;
  align-items: center;
  padding: 24px;
}

.hotel-photo {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 8px;
}

.hotel-card-body {
  padding-right: 10px;
}

.muted-card {
  background: #f8fbf6;
}

.card-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 50%;
  background: #e4ebdf;
  color: var(--forest);
  font-size: 1.25rem;
}

.restaurant-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.restaurant-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.restaurant-photo-link {
  display: block;
}

.restaurant-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 22px 24px;
}

.restaurant-card-body h3 {
  margin-bottom: 0;
}

.restaurant-card-body a {
  color: var(--forest-dark);
  text-decoration: none;
}

.restaurant-card-body a:hover,
.restaurant-card-body a:focus {
  color: var(--clay);
}

.shelf-card {
  overflow: hidden;
}

.shelf-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transform: scale(1.08);
}

.shelf-card-body {
  padding: 18px 22px;
}

.shelf-card-body h3 {
  margin-bottom: 0;
}

.gift-card {
  padding: 34px;
}

.gift-card i {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--clay);
  font-size: 2.2rem;
}

.closing-section {
  background: var(--ivory);
}

.closing-photo {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid rgba(32, 68, 58, 0.12);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(24, 45, 39, 0.1);
}

@media (max-width: 991.98px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
  }

  .hero {
    min-height: 86vh;
  }

  .hero-overlay {
    background: rgba(23, 48, 41, 0.76);
  }

  .section-pad {
    padding: 68px 0;
  }

  .hotel-card {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hotel-photo {
    aspect-ratio: 16 / 9;
    height: auto;
    min-height: 0;
  }

  .hotel-card-body {
    padding-right: 0;
  }

  .hero-title {
    font-size: 4.8rem;
  }

  .section-title {
    font-size: 2.55rem;
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: 82vh;
  }

  .hero-content {
    padding-top: 96px;
  }

  .hero-title {
    font-size: 3.6rem;
  }

  .hero .lead {
    font-size: 1.12rem;
  }

  .section-title {
    font-size: 2.15rem;
  }

  .restaurant-card-body {
    padding: 14px;
  }

  .restaurant-card-body h3 {
    font-size: 1rem;
    line-height: 1.25;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

}
