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

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --sage: #7a8c6e;
  --sage-light: #b5c4a0;
  --sage-pale: #e8ede3;
  --rose-gold: #c9967a;
  --rose-gold-light: #e8c4b0;
  --rose-gold-pale: #f5ede8;
  --cream: #faf7f2;
  --dark: #3a3228;
  --muted: #7a6e63;
}

body {
  background: var(--cream);
  color: var(--dark);
  font-family: "Cormorant Garamond", Georgia, serif;
}

.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 2rem;
  position: relative;
  background: var(--cream);
  text-align: center;
}

.monogram-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1.5px solid var(--rose-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  position: relative;
}

.monogram-circle::before {
  content: "";
  position: absolute;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  border: 0.5px solid var(--rose-gold-light);
}

.monogram-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 52px;
  font-weight: 300;
  font-style: italic;
  color: var(--rose-gold);
  letter-spacing: -2px;
  line-height: 1;
}

.hero-names {
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-weight: 300;
  font-style: italic;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.hero-ampersand {
  color: var(--rose-gold);
  font-size: 72px;
  display: block;
  line-height: 0.8;
  margin: 0.2rem 0;
}

.hero-tagline {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 1.5rem;
  font-family: "Cormorant Garamond", serif;
}

.hero-date {
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 300;
  color: var(--rose-gold);
  letter-spacing: 2px;
  font-style: italic;
}

.divider-leaf {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  gap: 12px;
  justify-content: center;
}

.divider-leaf .line {
  width: 60px;
  height: 0.5px;
  background: var(--sage-light);
}

.leaf-icon {
  color: var(--sage);
  font-size: 18px;
}

section {
  padding: 4rem 2rem;
  max-width: 680px;
  margin: 0 auto;
}

.section-label {
  font-size: 11px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--sage);
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

.section-title {
  font-size: 38px;
  font-weight: 300;
  font-style: italic;
  color: var(--dark);
  text-align: center;
  margin-bottom: 2.5rem;
}

.countdown-strip {
  background: var(--rose-gold-pale);
  border: 0.5px solid var(--rose-gold-light);
  border-radius: 16px;
  padding: 2rem;
  text-align: center;
  margin: 0 auto;
}

.countdown-label {
  font-size: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--rose-gold);
  margin-bottom: 1.2rem;
  font-family: "Cormorant Garamond", serif;
}

.countdown-grid {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 64px;
}

.countdown-number {
  font-size: 48px;
  font-weight: 300;
  font-style: italic;
  color: var(--rose-gold);
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

.countdown-unit-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 4px;
}

.countdown-sep {
  font-size: 36px;
  color: var(--rose-gold-light);
  font-weight: 300;
  align-self: flex-start;
  padding-top: 6px;
}

.programme-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.programme-item {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  padding: 1.5rem 0;
  border-bottom: 0.5px solid var(--sage-pale);
  position: relative;
}

.programme-item:last-child {
  border-bottom: none;
}

.programme-time {
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  color: var(--rose-gold);
  min-width: 72px;
  line-height: 1.2;
  font-family: "Cormorant Garamond", serif;
}

.programme-info {
  flex: 1;
}

.programme-name {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: var(--dark);
  margin-bottom: 2px;
}

.programme-place {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--sage);
  font-style: normal;
  font-weight: 400;
}

.programme-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--rose-gold-light);
  border: 1.5px solid var(--rose-gold);
  margin-top: 8px;
  flex-shrink: 0;
}

.photo-placeholder {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--rose-gold-pale);
  border-radius: 16px;
  border: 2px dashed var(--rose-gold-light);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--rose-gold);
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s;
}

.photo-placeholder:hover {
  border-color: var(--rose-gold);
}

.photo-placeholder i {
  font-size: 36px;
}

.photo-placeholder-title {
  font-size: 22px;
  font-weight: 300;
  font-style: italic;
  color: var(--dark);
}

.photo-placeholder-sub {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-floral {
  text-align: center;
  padding: 3rem 2rem;
  color: var(--muted);
  font-size: 14px;
  font-style: italic;
  border-top: 0.5px solid var(--rose-gold-pale);
  margin-top: 2rem;
}

.footer-names {
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  color: var(--rose-gold);
  display: block;
  margin-bottom: 0.5rem;
}
