:root {
  --brown: #6b4038;
  --dark: #241311;
  --rose: #d66e8c;
  --rose-soft: #ffaaa9;
  --cream: #fff7f4;
  --paper: #fffdfb;
  --gold: #c9963a;
  --line: rgba(255, 247, 244, 0.22);
  --serif: "Playfair Display", "Bodoni 72", Didot, Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--brown);
  font-family: var(--sans);
}

button,
input {
  font: inherit;
}

.launch-page {
  min-height: 100vh;
  overflow: hidden;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: grid;
  align-items: center;
  padding: 92px clamp(18px, 5vw, 88px) 42px;
  color: var(--paper);
  isolation: isolate;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -2;
}

.hero-media {
  background-image: url("assets/img/hero-vip.png");
  background-position: 64% center;
  background-size: cover;
}

.hero-shade {
  z-index: -1;
  background:
    radial-gradient(circle at 72% 54%, rgba(214, 110, 140, 0.16), transparent 30%),
    linear-gradient(90deg, rgba(20, 8, 7, 0.94) 0%, rgba(33, 15, 13, 0.78) 38%, rgba(33, 15, 13, 0.2) 72%),
    linear-gradient(0deg, rgba(36, 19, 17, 0.55), rgba(36, 19, 17, 0.08));
}

.launch-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px clamp(18px, 5vw, 88px);
}

.launch-logo {
  position: relative;
  display: grid;
  width: 112px;
  height: 112px;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
}

.launch-logo::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 170, 169, 0.4), rgba(255, 170, 169, 0.14) 42%, transparent 72%);
  filter: blur(8px);
  opacity: 0.85;
}

.launch-logo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.header-cta {
  border-radius: 999px;
  background: var(--rose);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 14px 18px;
  text-decoration: none;
  text-transform: uppercase;
}

.hero-content {
  width: min(100%, 1280px);
  max-width: 1280px;
}

.access-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  margin: 0 0 18px;
  border: 1px solid rgba(201, 150, 58, 0.62);
  border-radius: 999px;
  color: #f4cf8b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  padding: 8px 14px;
  text-transform: uppercase;
}

.access-pill img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1 {
  max-width: 760px;
  color: var(--paper);
  font-family: var(--serif);
  font-size: clamp(4.1rem, 9.2vw, 8.2rem);
  font-weight: 600;
  letter-spacing: 0;
  line-height: 0.9;
}

h1 em {
  color: var(--rose);
  font-style: normal;
}

.hero-copy {
  max-width: 600px;
  margin-top: 22px;
  color: rgba(255, 253, 251, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.45;
}

.launch-countdown {
  display: grid;
  gap: 12px;
  width: min(100%, 680px);
  margin-top: 28px;
  color: rgba(255, 253, 251, 0.92);
}

.launch-countdown p {
  color: #f4cf8b;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.countdown-grid span {
  display: grid;
  gap: 4px;
  min-height: 76px;
  align-content: center;
  border: 1px solid rgba(255, 253, 251, 0.22);
  border-radius: 18px;
  background: rgba(255, 253, 251, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
  color: rgba(255, 253, 251, 0.82);
  font-family: var(--serif);
  font-size: 0.92rem;
  text-align: center;
}

.countdown-grid strong {
  color: var(--rose-soft);
  font-family: var(--serif);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 0.9;
}

.vip-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(210px, auto);
  gap: 0;
  max-width: 860px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 253, 251, 0.26);
  border-radius: 28px;
  background: rgba(255, 253, 251, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  padding: 10px;
}

@media (min-width: 821px) {
  .hero-content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    align-items: start;
    justify-content: center;
    justify-self: center;
  }

  .access-pill {
    position: absolute;
    top: 48px;
    left: calc(clamp(18px, 5vw, 88px) + 140px);
    width: fit-content;
    min-height: 54px;
    margin: 0;
    gap: 12px;
    justify-self: start;
    font-size: 0.86rem;
    padding: 14px 28px;
  }

  .access-pill img {
    width: 24px;
    height: 24px;
  }

  .hero-content h1 {
    grid-column: 1 / -1;
    margin-top: 22px;
  }

  .hero-copy {
    grid-column: 1;
  }

  .vip-form {
    grid-column: 1;
    grid-row: 4;
    width: 100%;
    max-width: none;
  }

  .launch-countdown {
    grid-column: 2;
    grid-row: 4;
    width: 100%;
    margin-top: 34px;
  }

  .countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
  }

  .countdown-grid span {
    min-height: 96px;
    border-radius: 22px;
    font-size: 0.82rem;
  }

  .countdown-grid strong {
    font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  }

  .form-note,
  .social-proof {
    grid-column: 1 / -1;
  }
}

.vip-form label {
  display: grid;
  gap: 6px;
  border-right: 1px solid rgba(107, 64, 56, 0.12);
  padding: 10px 16px;
}

.vip-form span {
  color: var(--brown);
  font-family: var(--serif);
  font-size: 1.08rem;
  font-weight: 500;
}

.vip-form input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--brown);
  font-size: 1rem;
  font-weight: 800;
}

.vip-form input::placeholder {
  color: rgba(107, 64, 56, 0.46);
}

.vip-form button {
  min-height: 76px;
  border: 0;
  border-radius: 18px;
  background: var(--rose);
  color: #fff;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.vip-form button:hover {
  background: #c9577a;
}

.form-note {
  margin-top: 14px;
  color: rgba(255, 253, 251, 0.86);
  font-weight: 800;
}

.form-note:empty {
  display: none;
}

.social-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 26px;
}

.social-proof div {
  position: relative;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 3px;
  min-width: 178px;
  min-height: 58px;
  padding: 0 24px;
  text-align: center;
}

.social-proof div + div {
  border-left: 1px solid rgba(255, 253, 251, 0.5);
}

.social-proof img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.social-proof strong {
  color: var(--rose-soft);
  font-family: var(--serif);
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  min-width: 1.7ch;
  text-align: center;
  transform-origin: center;
}

.social-proof strong.is-rolling {
  animation: waitlist-number-roll 560ms cubic-bezier(0.18, 0.72, 0.22, 1);
}

.social-proof span {
  color: rgba(255, 253, 251, 0.84);
  font-family: var(--serif);
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.05;
}

@keyframes waitlist-number-roll {
  0% {
    opacity: 0;
    transform: translateY(0.6em) rotateX(-64deg) scale(0.92);
    filter: blur(2px);
  }

  58% {
    opacity: 1;
    transform: translateY(-0.12em) rotateX(10deg) scale(1.04);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
    filter: blur(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .social-proof strong.is-rolling {
    animation: none;
  }
}

.why-section {
  padding: 54px clamp(18px, 5vw, 88px) 86px;
  background: var(--cream);
  color: var(--brown);
  text-align: center;
}

.section-kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.why-section h2 {
  max-width: 980px;
  margin: 14px auto 32px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 4.5vw, 4.5rem);
  font-weight: 500;
  line-height: 0.96;
}

.why-section h2 span {
  display: block;
}

.why-section h2 em {
  color: var(--rose);
  font-style: normal;
}

.why-section h2 strong {
  color: var(--rose);
  font: inherit;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 46px);
  align-items: stretch;
  max-width: 1180px;
  margin: 0 auto;
}

.why-grid article {
  display: grid;
  grid-template-rows: minmax(190px, 0.95fr) auto;
  gap: 20px;
  background: transparent;
  padding: 0;
}

.why-photo {
  min-height: 210px;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 45px rgba(107, 64, 56, 0.12);
}

.why-photo-one {
  background-image: url("assets/img/card-pecas-unicas.png");
}

.why-photo-two {
  background-image: url("assets/img/card-garimpo-limitado.png");
}

.why-photo-three {
  background-image: url("assets/img/card-whatsapp.png");
}

.why-copy {
  display: grid;
  align-content: start;
  justify-items: center;
  min-height: 150px;
}

.why-copy span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  justify-self: center;
  border-radius: 50%;
  background: rgba(255, 170, 169, 0.42);
  color: var(--rose);
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
}

.why-grid h3 {
  margin-top: 18px;
  font-family: var(--serif);
  font-size: clamp(1.55rem, 2.4vw, 2.2rem);
  font-weight: 600;
  line-height: 0.95;
}

.why-grid p {
  max-width: 250px;
  margin: 14px auto 0;
  color: rgba(107, 64, 56, 0.78);
  font-weight: 800;
  line-height: 1.45;
}

@media (max-width: 820px) {
  .hero {
    min-height: 100dvh;
    padding: 76px 18px 18px;
  }

  .hero-media {
    background-position: 70% center;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(20, 8, 7, 0.58) 0%, rgba(20, 8, 7, 0.2) 28%, rgba(20, 8, 7, 0.88) 58%, rgba(20, 8, 7, 0.98) 100%),
      linear-gradient(90deg, rgba(20, 8, 7, 0.9), rgba(20, 8, 7, 0.26));
  }

  .launch-header {
    padding: 16px 18px;
  }

  .launch-logo {
    width: 76px;
    height: 76px;
  }

  .header-cta {
    padding: 12px 14px;
  }

  .hero-content {
    display: grid;
    min-height: calc(100dvh - 94px);
    align-content: end;
  }

  .access-pill {
    width: fit-content;
    min-height: 30px;
    margin-bottom: 10px;
    font-size: 0.64rem;
    padding: 7px 12px;
  }

  h1 {
    max-width: 88vw;
    font-size: clamp(2.48rem, 10.4vw, 3.45rem);
    line-height: 0.98;
  }

  .hero-copy {
    max-width: 92vw;
    margin-top: 10px;
    font-size: 0.82rem;
    line-height: 1.35;
  }

  .launch-countdown {
    gap: 8px;
    margin-top: 12px;
  }

  .launch-countdown p {
    font-size: 0.62rem;
  }

  .countdown-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 5px;
  }

  .countdown-grid span {
    min-height: 48px;
    border-radius: 12px;
    font-size: 0.54rem;
  }

  .countdown-grid strong {
    font-size: clamp(1rem, 5.2vw, 1.38rem);
  }

  .vip-form {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 12px;
    border-radius: 18px;
    padding: 8px;
  }

  .vip-form label {
    border: 1px solid rgba(107, 64, 56, 0.12);
    border-radius: 14px;
    padding: 8px 12px;
  }

  .vip-form span {
    font-size: 0.84rem;
  }

  .vip-form input {
    font-size: 0.9rem;
  }

  .vip-form button {
    min-height: 54px;
    font-size: 0.82rem;
  }

  .form-note {
    margin-top: 8px;
    font-size: 0.74rem;
  }

  .social-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 12px;
  }

  .social-proof div {
    gap: 2px;
    min-width: 0;
    min-height: 44px;
    border-top: 0;
    padding: 0 6px;
  }

  .social-proof div + div {
    border-left: 1px solid rgba(255, 253, 251, 0.38);
  }

  .social-proof img {
    width: 22px;
    height: 22px;
  }

  .social-proof strong {
    font-size: 0.76rem;
  }

  .social-proof span {
    font-size: 0.58rem;
    line-height: 1.05;
  }

  .why-section {
    padding: 38px 12px 64px;
  }

  .why-section h2 {
    max-width: 560px;
    font-size: clamp(1.92rem, 7.6vw, 2.72rem);
    line-height: 0.98;
    margin-bottom: 28px;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .why-grid article {
    grid-template-columns: minmax(132px, 0.92fr) minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: start;
    gap: 16px;
    min-height: 0;
    text-align: left;
  }

  .why-grid article:nth-child(even) .why-photo {
    order: 2;
  }

  .why-grid article:nth-child(even) .why-copy {
    justify-items: end;
    text-align: right;
  }

  .why-photo {
    width: 100%;
    min-height: 0;
    aspect-ratio: 1.28 / 1;
    background-size: cover;
  }

  .why-copy {
    min-height: auto;
    justify-items: start;
    padding-top: 0;
  }

  .why-copy span {
    width: 36px;
    height: 36px;
    font-size: 0.98rem;
  }

  .why-grid h3 {
    margin-top: 12px;
    font-size: 1.72rem;
  }

  .why-grid p {
    margin: 10px 0 0;
    font-size: 0.78rem;
    line-height: 1.36;
  }

}

@media (max-width: 390px) {
  h1 {
    font-size: 2.38rem;
  }

  .hero-copy {
    font-size: 0.78rem;
  }

  .social-proof span {
    font-size: 0.52rem;
  }
}
