:root {
  --bg: #fbf6ee;
  --card: #fffdf8;
  --text: #2d241f;
  --muted: #8b7a6d;
  --gold: #b9915a;
  --gold-soft: #eadcc8;
  --rose: #d9b8a8;
  --shadow: 0 24px 70px rgba(67, 45, 30, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at top left, rgba(217, 184, 168, 0.28), transparent 34%),
    radial-gradient(circle at bottom right, rgba(185, 145, 90, 0.18), transparent 36%),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.page {
  width: min(100%, 980px);
  margin: 0 auto;
  padding: 22px;
}

.hero {
  min-height: 92vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.88), rgba(255,248,238,0.9)),
    var(--card);
  border: 1px solid rgba(185, 145, 90, 0.22);
  border-radius: 34px;
  padding: 72px 22px;
  box-shadow: var(--shadow);
}

.ornament {
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(185, 145, 90, 0.35);
  border-radius: 999px;
}

.top-left {
  top: -78px;
  left: -68px;
}

.bottom-right {
  right: -76px;
  bottom: -82px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(64px, 12vw, 132px);
  line-height: 0.82;
  font-weight: 600;
  letter-spacing: -0.05em;
}

h1 span {
  display: block;
  color: var(--gold);
  font-size: 0.42em;
  line-height: 1.1;
  letter-spacing: 0;
}

.date {
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 500;
}

.divider {
  width: 92px;
  height: 1px;
  background: var(--gold-soft);
  margin: 30px 0;
}

.message {
  max-width: 520px;
  margin: 0;
  color: #5e5149;
  font-family: "Cormorant Garamond", serif;
  font-size: 27px;
  line-height: 1.25;
}

.info-card {
  width: min(100%, 680px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 42px;
  overflow: hidden;
  border: 1px solid rgba(185, 145, 90, 0.18);
  border-radius: 22px;
  background: var(--gold-soft);
}

.info-card div {
  background: rgba(255, 253, 248, 0.92);
  padding: 22px 16px;
}

.info-card small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 7px;
}

.info-card strong {
  font-size: 15px;
}

.actions {
  display: flex;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
  justify-content: center;
}

.btn,
.map-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.primary {
  color: white;
  background: #2f2722;
}

.secondary,
.map-button {
  color: #2f2722;
  background: white;
  border: 1px solid rgba(185, 145, 90, 0.26);
}

.section {
  margin-top: 22px;
  padding: 54px 24px;
  text-align: center;
  background: rgba(255, 253, 248, 0.76);
  border: 1px solid rgba(185, 145, 90, 0.16);
  border-radius: 30px;
  box-shadow: 0 14px 40px rgba(67, 45, 30, 0.06);
}

.section h2 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(38px, 7vw, 64px);
  font-weight: 600;
}

.muted {
  color: var(--muted);
  line-height: 1.7;
}

.timeline {
  width: min(100%, 560px);
  margin: 36px auto 0;
  display: grid;
  gap: 12px;
}

.timeline-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 18px;
  background: white;
  border: 1px solid rgba(185, 145, 90, 0.14);
}

.timeline-item span {
  color: var(--gold);
  font-weight: 700;
}

.timeline-item p {
  margin: 0;
  font-weight: 600;
}

.upload-box {
  width: min(100%, 520px);
  min-height: 180px;
  margin: 32px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1.5px dashed rgba(185, 145, 90, 0.55);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: transform 0.18s ease, background 0.18s ease;
}

.upload-box:hover {
  transform: translateY(-2px);
  background: white;
}

.upload-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: white;
  background: var(--gold);
  font-size: 32px;
  line-height: 1;
}

.upload-box span {
  color: var(--muted);
  font-size: 13px;
}

footer {
  padding: 38px 0 18px;
  text-align: center;
  color: var(--muted);
}

footer p {
  margin: 0 0 4px;
  font-family: "Cormorant Garamond", serif;
  color: var(--text);
  font-size: 26px;
}

@media (max-width: 640px) {
  .page {
    padding: 12px;
  }

  .hero {
    min-height: 90vh;
    border-radius: 26px;
    padding: 56px 18px;
  }

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

  .actions {
    width: 100%;
  }

  .btn {
    width: 100%;
  }

  .timeline-item {
    align-items: flex-start;
    flex-direction: column;
    text-align: left;
  }
}
