:root {
  --mint: #c9dedb;
  --mint-deep: #89b7b1;
  --ivory: #f5f2eb;
  --ink: #232421;
  --muted: #666860;
  --line: rgba(35,36,33,.18);
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; background: var(--ivory); }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: var(--ink); }
a { color: inherit; }
button, input { font: inherit; }
.skip-link { position: absolute; left: 12px; top: -90px; z-index: 40; background: #fff; color: #000; padding: 10px 14px; }
.skip-link:focus { top: 12px; }
.hidden-field, .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.page { min-height: 100vh; }
.hero { position: relative; background: #ece6db; }
.hero-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.overlay-form {
  position: absolute;
  left: 18.7%;
  bottom: 17.1%;
  width: 31.4%;
  height: 5.9%;
  display: grid;
  grid-template-columns: 64.5% 35.5%;
}
.overlay-form input,
.overlay-form button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  color: transparent;
  cursor: text;
}
.overlay-form button { cursor: pointer; }
.mobile-panel { display: none; }
.footer {
  padding: 18px 22px 30px;
  text-align: center;
  font-size: 14px;
  color: var(--muted);
}
.footer a { text-decoration: underline; text-underline-offset: 3px; }

.thanks-body {
  min-height: 100vh;
  background: linear-gradient(180deg, #f8f5ee 0%, #e8e1d6 100%);
}
.thanks-wrap {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 26px;
}
.thanks-card {
  width: min(100%, 680px);
  padding: 44px 28px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(35,36,33,.09);
  box-shadow: 0 20px 45px rgba(80,72,60,.08);
  text-align: center;
}
.thanks-logo {
  width: min(180px, 42vw);
  display: block;
  margin: 0 auto 18px;
}
.kicker {
  margin: 0 0 12px;
  color: var(--mint-deep);
  font-size: 12px;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.thanks-card h1,
.mobile-panel h1 {
  margin: 0;
  font-family: Didot, "Bodoni MT", "Iowan Old Style", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .9;
}
.thanks-card h1 { font-size: clamp(46px, 7vw, 82px); margin-bottom: 16px; }
.thanks-card p:not(.kicker) {
  max-width: 460px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.68;
}
.contact-line { margin-top: 12px !important; }
.return-link {
  display: inline-block;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(35,36,33,.45);
  text-decoration: none;
  font-size: 11px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .hero-image {
    aspect-ratio: 4 / 5;
    height: auto;
  }
  .overlay-form { display: none; }
  .mobile-panel {
    display: block;
    padding: 28px 20px 36px;
    background: var(--ivory);
  }
  .mobile-panel h1 {
    font-size: clamp(52px, 14vw, 86px);
    margin-bottom: 16px;
  }
  .deck {
    margin: 0;
    color: #4d4f4a;
    font-size: 18px;
    line-height: 1.55;
    max-width: 620px;
  }
  .coming {
    margin: 26px 0 10px;
    color: var(--mint-deep);
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
  }
  .subcopy {
    margin: 0 0 24px;
    max-width: 620px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
  }
  .mobile-form {
    max-width: 540px;
  }
  .mobile-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .mobile-form input {
    width: 100%;
    height: 54px;
    border: 1px solid var(--line);
    background: rgba(255,255,255,.75);
    padding: 0 15px;
    font-size: 16px;
    color: var(--ink);
  }
  .mobile-form button {
    width: 100%;
    height: 54px;
    margin-top: 12px;
    border: none;
    background: var(--mint);
    color: var(--ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .privacy {
    margin-top: 10px;
    font-size: 12px;
    color: var(--muted);
  }
  .footer { padding-top: 8px; }
}
