/* ===== Tokens ===== */
:root {
  --rose-ink: #3A071F;
  --blush-wine: #6F1F3B;
  --petal-dust: #B65A7C;
  --powder-rose: #E2A6BA;
  --ivory-bloom: #FFF0F5;

  --serif: 'EB Garamond', Georgia, serif;
  --sans: 'Karla', -apple-system, sans-serif;

  --measure: 42rem;
  --edge: clamp(1.5rem, 6vw, 4rem);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--ivory-bloom);
  color: var(--rose-ink);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a {
  color: inherit;
  text-decoration-color: var(--petal-dust);
  text-underline-offset: 3px;
}
a:hover { text-decoration-color: currentColor; }

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 2px solid var(--blush-wine);
  outline-offset: 3px;
}

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

/* ===== Hero ===== */
.hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--rose-ink);
  color: var(--ivory-bloom);
  overflow: hidden;
  padding: var(--edge);
  text-align: center;
}

.hero__mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(120vw, 1400px);
  transform: translate(-50%, -50%);
  opacity: 0.06;
  pointer-events: none;
}

.hero__content {
  position: relative;
  max-width: 34rem;
  animation: rise 1.1s ease-out both;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero__quote {
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  line-height: 1.5;
  margin: 0 0 2rem;
  font-weight: 400;
}

.hero__byline {
  font-family: var(--serif);
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  margin: 0;
  color: var(--powder-rose);
}

.hero__byline span {
  color: var(--powder-rose);
  opacity: 0.75;
  font-style: italic;
}

/* ===== Sobre ===== */
.sobre {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  max-width: 68rem;
  margin: 0 auto;
  padding: clamp(4rem, 10vw, 7rem) var(--edge);
}

.sobre__figure {
  margin: 0;
}

.sobre__figure img {
  width: 100%;
  max-width: 22rem;
  border-radius: 2px;
}

.sobre__text {
  max-width: var(--measure);
}

.sobre__text p {
  font-family: var(--serif);
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0 0 1.4rem;
}

.sobre__text p:last-child { margin-bottom: 0; }

@media (min-width: 780px) {
  .sobre {
    grid-template-columns: 0.85fr 1.15fr;
    align-items: start;
  }
  .sobre__figure {
    position: sticky;
    top: 3rem;
  }
}

/* ===== Fique por dentro ===== */
.avise {
  background: var(--blush-wine);
  color: var(--ivory-bloom);
  padding: clamp(4rem, 10vw, 6rem) var(--edge);
}

.avise__inner {
  max-width: 30rem;
  margin: 0 auto;
  text-align: center;
}

/* O título e o texto de "Fique por dentro" agora vêm de dentro do
   próprio formulário do MailerLite (editável no painel dele).
   Este bloco só realinha a tipografia do embed com o resto do site,
   já que por padrão o MailerLite usa Open Sans em tudo. */
#mlb2-45913462.ml-form-embedContainer h4 {
  font-family: var(--serif) !important;
  font-weight: 400 !important;
  font-style: italic;
}

#mlb2-45913462.ml-form-embedContainer p,
#mlb2-45913462.ml-form-embedContainer input,
#mlb2-45913462.ml-form-embedContainer button {
  font-family: var(--sans) !important;
}

.avise__form {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
  justify-content: center;
}

.avise__form input[type="email"] {
  flex: 1 1 14rem;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--powder-rose);
  border-radius: 999px;
  background: var(--ivory-bloom);
  color: var(--rose-ink);
  font-family: var(--sans);
  font-size: 0.95rem;
}

.avise__form input[type="email"]::placeholder {
  color: var(--petal-dust);
}

.avise__form button {
  padding: 0.85rem 1.6rem;
  border: none;
  border-radius: 999px;
  background: var(--rose-ink);
  color: var(--ivory-bloom);
  font-family: var(--sans);
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  transition: background 0.2s ease;
}

.avise__form button:hover { background: #2a0517; }

.avise__note {
  margin: 1rem 0 0;
  font-size: 0.85rem;
  color: var(--powder-rose);
  opacity: 0.85;
}

/* ===== Rodapé ===== */
.rodape {
  padding: clamp(3rem, 8vw, 4.5rem) var(--edge) 3rem;
  text-align: center;
  border-top: 1px solid var(--powder-rose);
}

.rodape__mark {
  width: 2.75rem;
  margin: 0 auto 1.75rem;
  opacity: 0.85;
}

.rodape__social {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 1.25rem;
  font-family: var(--serif);
  font-size: 1.05rem;
}

.rodape__contato {
  font-size: 0.9rem;
  color: var(--blush-wine);
  margin: 0 0 2rem;
}

.rodape__copy {
  font-size: 0.8rem;
  color: var(--petal-dust);
  margin: 0;
}

/* ===== Motion preference ===== */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .hero__content { animation: none; }
}
