@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --forest: #0F3D2E;
  --forest-2: #18412C;
  --gold: #B28A3B;
  --gold-2: #AB853E;
  --ink: #1A2A22;
  --sage: #E5ECDE;
  --paper: #FBF8F1;
  --cream: #F7F2E8;
  --sand: #D8D2C4;
  --muted: #6E806F;
  --white: #FFFFFF;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--paper);
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 18% 18%, rgba(178, 138, 59, 0.10), transparent 30%),
    radial-gradient(circle at 82% 22%, rgba(15, 61, 46, 0.08), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, var(--paper) 58%, var(--cream) 100%);
}

.page {
  min-height: 100vh;
  display: grid;
  grid-template-rows: 1fr auto;
}

.hero {
  position: relative;
  min-height: 72vh;
  display: grid;
  place-items: center;
  overflow: hidden;
  padding: clamp(34px, 5vw, 72px) 20px clamp(24px, 4vw, 48px);
  isolation: isolate;
}

.content {
  position: relative;
  z-index: 3;
  width: min(980px, 100%);
  text-align: center;
}

.brand-logo {
  width: min(330px, 62vw);
  height: auto;
  display: block;
  margin: 0 auto clamp(22px, 3vw, 34px);
  filter: drop-shadow(0 12px 24px rgba(26, 42, 34, 0.08));
}

.ornament,
.stay {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 auto 18px;
}

.ornament span,
.stay span {
  display: block;
  width: min(150px, 22vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}

.ornament img,
.stay img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  opacity: 0.85;
}

.eyebrow {
  margin: 0 0 8px;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: var(--gold);
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.1;
  letter-spacing: 0.18em;
}

h1 {
  margin: 0;
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(58px, 9vw, 126px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: -0.035em;
  text-wrap: balance;
}

.countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  gap: clamp(12px, 2vw, 26px);
  width: min(860px, 100%);
  margin: clamp(28px, 4vw, 42px) auto 18px;
}

.time-card {
  min-height: 142px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 18px 12px;
  border: 1.5px solid rgba(178, 138, 59, 0.58);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 242, 232, 0.78));
  box-shadow:
    0 20px 55px rgba(15, 61, 46, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(10px);
}

.time-card strong {
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 6.5vw, 86px);
  line-height: 0.86;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.time-card span {
  margin-top: 11px;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(19px, 2.1vw, 28px);
  line-height: 1;
  font-weight: 600;
}

.launch-date {
  margin: 22px 0 10px;
  color: var(--forest);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(22px, 2.2vw, 31px);
  line-height: 1.25;
  font-weight: 600;
}

.calendar {
  color: var(--gold);
  margin-right: 8px;
  font-size: 0.72em;
}

.description {
  width: min(730px, 96%);
  margin: 0 auto;
  color: rgba(26, 42, 34, 0.88);
  font-size: clamp(17px, 1.55vw, 23px);
  line-height: 1.45;
}

.stay {
  margin-top: 28px;
  margin-bottom: 0;
  opacity: 0.92;
}

.script {
  margin: 8px 0 0;
  color: var(--gold);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(30px, 4vw, 50px);
  font-style: italic;
  line-height: 1;
}

.leaf-watermark {
  position: absolute;
  z-index: 1;
  top: 9%;
  right: 5%;
  width: min(580px, 42vw);
  aspect-ratio: 1 / 1;
  background: url("assets/plantbridge-icon.png") center / contain no-repeat;
  opacity: 0.055;
  filter: grayscale(100%);
  transform: rotate(-10deg);
  pointer-events: none;
}

.botanical {
  position: absolute;
  z-index: 2;
  pointer-events: none;
  opacity: 0.86;
  filter: drop-shadow(0 25px 42px rgba(15, 61, 46, 0.11));
}

.botanical-left {
  left: -4vw;
  top: 5vh;
  width: min(310px, 23vw);
  height: min(520px, 64vh);
}

.botanical-right {
  right: -3vw;
  top: 20vh;
  width: min(360px, 26vw);
  height: min(500px, 60vh);
}

.botanical span {
  position: absolute;
  display: block;
  border-radius: 999px 0 999px 0;
  background:
    linear-gradient(135deg, rgba(15, 61, 46, 0.95), rgba(161, 183, 161, 0.55));
  transform-origin: center;
}

.botanical-left span:nth-child(1) {
  width: 54px; height: 210px; left: 90px; top: 12px; transform: rotate(-36deg);
}
.botanical-left span:nth-child(2) {
  width: 48px; height: 180px; left: 150px; top: 132px; transform: rotate(-22deg);
}
.botanical-left span:nth-child(3) {
  width: 50px; height: 190px; left: 44px; top: 210px; transform: rotate(-48deg);
}
.botanical-right span:nth-child(1) {
  width: 66px; height: 230px; right: 80px; top: 10px; transform: rotate(42deg);
}
.botanical-right span:nth-child(2) {
  width: 72px; height: 245px; right: 160px; top: 112px; transform: rotate(62deg);
}
.botanical-right span:nth-child(3) {
  width: 58px; height: 205px; right: 22px; top: 230px; transform: rotate(30deg);
}

.footer {
  position: relative;
  overflow: hidden;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 34px 20px 30px;
  background:
    linear-gradient(180deg, rgba(15, 61, 46, 0.98), #0B3326);
  color: var(--sage);
  border-top: 2px solid rgba(178, 138, 59, 0.60);
}

.footer-pattern {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 16% 48%, rgba(178, 138, 59, 0.15), transparent 18%),
    radial-gradient(circle at 83% 52%, rgba(178, 138, 59, 0.13), transparent 18%),
    url("assets/plantbridge-icon.png") 13% 40% / 150px auto no-repeat,
    url("assets/plantbridge-icon.png") 87% 42% / 150px auto no-repeat;
  opacity: 0.16;
  filter: grayscale(100%);
}

.mail-icon {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  display: grid;
  place-items: center;
  border: 1.5px solid rgba(178, 138, 59, 0.86);
  border-radius: 999px;
  color: var(--gold);
  text-decoration: none;
  font-size: 35px;
}

.email {
  position: relative;
  z-index: 1;
  color: var(--sage);
  text-decoration: none;
  font-size: clamp(17px, 1.8vw, 22px);
}

.email:hover {
  color: var(--gold);
}

.footer p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--gold);
  font-size: clamp(17px, 1.7vw, 22px);
  letter-spacing: 0.04em;
}

@media (max-width: 760px) {
  .hero {
    min-height: auto;
    padding-top: 34px;
  }

  .brand-logo {
    width: min(270px, 76vw);
  }

  h1 {
    font-size: clamp(50px, 15vw, 76px);
  }

  .eyebrow {
    letter-spacing: 0.10em;
  }

  .countdown {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
  }

  .time-card {
    min-height: 122px;
  }

  .botanical-left,
  .botanical-right {
    opacity: 0.32;
  }

  .leaf-watermark {
    width: 78vw;
    right: -28vw;
    top: 17%;
  }
}

@media (max-width: 430px) {
  .countdown {
    gap: 10px;
  }

  .time-card {
    min-height: 110px;
    border-radius: 14px;
  }

  .description {
    font-size: 16px;
  }

  .footer {
    padding-bottom: 26px;
  }
}
