:root {
  --cream: #F7F3EE;
  --sage: #A7B59F;
  --sand: #DCC9B2;
  --gold: #D4AF37;
  --dark: #3C3C3C;
  --muted: #6E6962;
  --white: #FFFDFC;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--dark);
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
}

.soon-header {
  align-items: center;
  background: rgba(247,243,238,0.92);
  border-bottom: 1px solid rgba(212,175,55,0.18);
  display: flex;
  justify-content: space-between;
  padding: 24px 7%;
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  color: inherit;
  line-height: 0.82;
  text-align: center;
  text-decoration: none;
}

.brand-image {
  display: block;
  line-height: 1;
}

.brand-image img {
  display: block;
  height: auto;
  width: 158px;
}

.brand span { display: block; }

.brand-kicker {
  color: var(--gold);
  font-family: 'Allura', cursive;
  font-size: 28px;
  line-height: 0.8;
  margin-bottom: 5px;
}

.brand-main {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.brand-script {
  color: var(--gold);
  font-family: 'Allura', cursive;
  font-size: 34px;
}

.brand-small {
  font-size: 8px;
  letter-spacing: 0.35em;
  margin-top: 10px;
}

nav {
  display: flex;
  gap: 24px;
}

nav a {
  color: var(--dark);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.soon-hero {
  align-items: center;
  display: grid;
  gap: 72px;
  grid-template-columns: 1.1fr 0.7fr;
  min-height: 760px;
  padding: 90px 7%;
  overflow: hidden;
  position: relative;
}

.soon-hero::after {
  background: linear-gradient(90deg, rgba(247,243,238,0.86), rgba(247,243,238,0.38), rgba(247,243,238,0.74));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.soon-flower-banner {
  background-image: url('inspo-bukett.jpeg');
  background-position: center;
  background-size: cover;
  bottom: 0;
  filter: saturate(0.95);
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.hero-copy,
.app-teaser {
  position: relative;
  z-index: 1;
}

.eyebrow {
  color: var(--sage);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

h1, h2, h3 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

h1 {
  font-size: clamp(56px, 7vw, 104px);
  line-height: 0.98;
  margin: 16px 0;
  max-width: 820px;
}

h2 {
  font-size: clamp(38px, 4vw, 62px);
  line-height: 1.05;
  margin: 14px 0;
}

.lead {
  color: var(--muted);
  font-size: 19px;
  line-height: 1.8;
  max-width: 660px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.btn {
  background: var(--sage);
  border: 1px solid var(--sage);
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 14px 24px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn-outline {
  background: transparent;
  border-color: var(--gold);
  color: var(--dark);
}

.app-teaser {
  background: rgba(255,253,252,0.54);
  border: 1px solid rgba(212,175,55,0.14);
  box-shadow: none;
  padding: 34px;
  text-align: center;
}

.app-teaser img {
  border-radius: 34px;
  box-shadow: 0 16px 34px rgba(60,60,60,0.1);
  display: block;
  margin: 0 auto 18px;
  width: 168px;
}

.app-teaser p,
.purpose-section p,
.about-copy p,
.interest-section p {
  color: var(--muted);
  line-height: 1.8;
}

.purpose-section,
.interest-section {
  padding: 90px 7%;
  text-align: center;
}

.purpose-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 42px;
  text-align: left;
}

.purpose-grid article {
  background: var(--white);
  border: 1px solid rgba(212,175,55,0.18);
  padding: 30px;
}

.purpose-grid span {
  color: var(--gold);
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
}

.purpose-grid h3 {
  font-size: 28px;
  margin: 16px 0 8px;
}

.features-strip {
  background: #fffaf5;
  border-bottom: 1px solid rgba(212,175,55,0.18);
  border-top: 1px solid rgba(212,175,55,0.18);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 24px 7%;
}

.features-strip span {
  background: var(--white);
  border: 1px solid rgba(167,181,159,0.42);
  color: var(--muted);
  font-size: 12px;
  letter-spacing: 0.13em;
  padding: 11px 14px;
  text-transform: uppercase;
}

.about-section {
  align-items: start;
  background: #fffaf5;
  display: grid;
  gap: 56px;
  grid-template-columns: 0.9fr 1.1fr;
  padding: 95px 7%;
}

.about-image img {
  aspect-ratio: 4 / 5;
  box-shadow: 0 24px 70px rgba(60,60,60,0.14);
  display: block;
  object-fit: cover;
  object-position: 45% center;
  width: 100%;
}

.contact-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 34px auto 0;
  max-width: 860px;
}

input,
textarea {
  background: white;
  border: 1px solid var(--sand);
  font-family: 'Montserrat', sans-serif;
  min-width: 240px;
  padding: 15px 18px;
}

textarea {
  min-height: 140px;
  resize: vertical;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--sage);
  outline: 3px solid rgba(167,181,159,0.2);
}

.consent-row {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 10px;
  line-height: 1.6;
  text-align: left;
  width: 100%;
}

.consent-row input {
  margin-top: 4px;
  min-width: auto;
  width: auto;
}

.consent-row a,
footer a {
  color: var(--dark);
  text-decoration-color: var(--gold);
  text-underline-offset: 5px;
}

.form-message {
  min-height: 28px;
}

.form-message.success { color: #5F7E56; }
.form-message.error { color: #9A554A; }

footer {
  color: #777;
  font-size: 12px;
  letter-spacing: 0.12em;
  padding: 28px;
  text-align: center;
}

@media (max-width: 900px) {
  .soon-header {
    flex-direction: column;
    gap: 18px;
  }

  nav {
    flex-wrap: wrap;
    justify-content: center;
  }

  .soon-hero,
  .about-section {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .purpose-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .soon-header {
    gap: 14px;
    padding: 18px 5% 20px;
    position: relative;
  }

  .brand-image img {
    width: 136px;
  }

  nav {
    gap: 18px;
  }

  nav a {
    font-size: 11px;
    letter-spacing: 0.16em;
  }

  .soon-hero {
    gap: 34px;
    min-height: auto;
    padding-bottom: 58px;
    padding-top: 64px;
  }

  .soon-hero::after {
    background: linear-gradient(180deg, rgba(247,243,238,0.92), rgba(247,243,238,0.5), rgba(247,243,238,0.9));
  }

  .soon-flower-banner {
    background-position: center bottom;
    opacity: 0.58;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 0.17em;
    line-height: 1.8;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
  }

  h1 {
    font-size: clamp(38px, 10.8vw, 46px);
    letter-spacing: 0.01em;
    line-height: 1.05;
    margin: 14px auto;
    max-width: 340px;
    overflow-wrap: normal;
  }

  .lead {
    font-size: 16px;
    line-height: 1.7;
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
  }

  .hero-actions {
    margin-top: 28px;
  }

  .btn {
    max-width: 320px;
    padding: 14px 22px;
    width: 100%;
  }

  .app-teaser {
    padding: 26px 22px;
  }

  .app-teaser img {
    border-radius: 28px;
    width: 132px;
  }

  .soon-hero,
  .purpose-section,
  .about-section,
  .interest-section {
    padding-left: 5%;
    padding-right: 5%;
  }

  input,
  .contact-form .btn {
    width: 100%;
  }
}
