* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Hanken Grotesk', sans-serif;
}

::selection {
  background: #e3d2ad;
  color: #2b211a;
}

a {
  color: #e8d5a8;
  text-decoration: none;
}

a:hover {
  color: #f0e2bf;
}

.hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(20, 15, 11, 0.78) 0%, rgba(20, 15, 11, 0.72) 45%, rgba(20, 15, 11, 0.88) 100%), url("images/photo-famille-avec-mamie.png");
  background-size: cover;
  background-position: center 32%;
}

.content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 34px 56px;
}

.brand {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px;
  color: #fbf6ec;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.tag {
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #e8d5a8;
  font-weight: 600;
}

.center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 56px 80px;
}

.quote-wrap {
  max-width: 900px;
  text-align: center;
}

.quote-mark {
  font-family: 'Cormorant Garamond', serif;
  font-size: 64px;
  line-height: 1;
  color: #e0c486;
  margin-bottom: 10px;
}

.quote {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 52px;
  line-height: 1.14;
  letter-spacing: -0.015em;
  color: #fbf6ec;
  text-wrap: balance;
}

.quote-em {
  font-style: italic;
  color: #e8d5a8;
}

.lede {
  font-size: 18px;
  line-height: 1.6;
  color: #f1e8d8;
  margin: 38px auto 0;
  max-width: 540px;
}

.signup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 44px;
}

.hp-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.signup input {
  width: 300px;
  max-width: 100%;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15px;
  color: #2b211a;
  background: rgba(251, 247, 238, 0.94);
  border: 1px solid rgba(232, 213, 168, 0.6);
  border-radius: 2px;
  padding: 15px 18px;
  outline: none;
}

.signup button {
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 15px;
  color: #2b211a;
  background: #e8d5a8;
  border: none;
  padding: 15px 30px;
  border-radius: 2px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  transition: background 0.15s ease;
}

.signup button:hover {
  background: #f0e2bf;
}

.notice {
  height: 22px;
  margin-top: 14px;
  font-size: 14px;
  color: #e8d5a8;
  font-weight: 500;
}

.foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding: 26px 56px 34px;
  font-size: 13px;
  color: #c9bca6;
  border-top: 1px solid rgba(243, 234, 217, 0.12);
}

.foot-em {
  font-style: italic;
  font-family: 'Cormorant Garamond', serif;
  font-size: 15px;
  color: #e0c486;
}
