@font-face {
  font-family: "PP Pangaia";
  src: url("https://lp-evento-vinhos.vercel.app/_next/static/media/PPPangaia_Ultralight-s.p.02bx0rmi_wi76.ttf")
    format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "PP Pangaia";
  src: url("https://lp-evento-vinhos.vercel.app/_next/static/media/PPPangaia_UltralightItalic-s.p.0_qrb29r452~y.ttf")
    format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 300;
}

:root {
  --ink: #101211;
  --ink-soft: #171a18;
  --cream: #f8f0e6;
  --cream-muted: #d8cec0;
  --champagne: #e8d39a;
  --gold: #c9ad68;
  --gold-soft: #f0daa0;
  --wine: #385247;
  --wine-deep: #10211b;
  --pine: #1e3a30;
  --line: rgba(248, 240, 230, 0.14);
  --line-strong: rgba(232, 211, 154, 0.3);
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  --display: "PP Pangaia", "Cormorant Garamond", Georgia, serif;
  --body: "Open Sans", Arial, sans-serif;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, #0c0f0e 0%, var(--ink) 28%, #111713 100%);
  color: var(--cream);
  font-family: var(--body);
  overflow-x: clip;
}

img,
svg {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

::selection {
  background: var(--gold);
  color: var(--ink);
}

.scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 100;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), #fff4c8);
  transform-origin: left center;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 24px clamp(20px, 5vw, 68px);
  color: var(--cream);
  border-bottom: 1px solid transparent;
  transition: background 220ms ease, border-color 220ms ease, padding 220ms ease;
}

.site-header.is-scrolled {
  padding-block: 15px;
  background: rgba(12, 15, 14, 0.72);
  border-bottom-color: rgba(248, 240, 230, 0.1);
  backdrop-filter: blur(20px);
}

.brand {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  width: 94px;
  height: 44px;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.site-nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 42px);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: rgba(246, 239, 229, 0.76);
}

.site-nav a {
  transition: color 180ms ease;
}

.site-nav a:hover {
  color: var(--gold-soft);
}

.nav-cta {
  justify-self: end;
  min-width: 112px;
  padding: 13px 18px;
  border: 1px solid rgba(232, 211, 154, 0.48);
  border-radius: 3px;
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.nav-cta:hover {
  background: var(--gold);
  color: var(--ink);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  min-height: 96svh;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto clamp(20px, 5vw, 68px) 28px;
  height: 1px;
  background: rgba(248, 240, 230, 0.2);
}

.hero__image {
  position: absolute;
  inset: -7% 0 auto;
  z-index: -3;
  width: 100%;
  height: 114%;
  object-fit: cover;
  object-position: center 40%;
  filter: saturate(0.88) contrast(1.03) brightness(1.12);
  transform: scale(1.03);
  will-change: transform;
}

.hero__shade {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(12, 15, 14, 0.96), rgba(12, 15, 14, 0.58) 45%, rgba(12, 15, 14, 0.2)),
    linear-gradient(0deg, rgba(12, 15, 14, 1), rgba(12, 15, 14, 0.18) 38%, rgba(12, 15, 14, 0.38));
}

.hero__content {
  width: min(1240px, calc(100% - clamp(40px, 10vw, 132px)));
  min-height: 96svh;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 830px) minmax(240px, 330px);
  gap: clamp(26px, 5vw, 76px);
  align-content: end;
  align-items: flex-start;
  padding: clamp(134px, 16vw, 184px) 0 clamp(66px, 8vw, 94px);
}

.hero .eyebrow,
.hero h1,
.hero__text,
.hero__actions {
  grid-column: 1;
}

.eyebrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-bottom: 24px;
  color: rgba(248, 240, 230, 0.86);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.eyebrow span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.eyebrow span:not(:last-child)::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-soft);
  opacity: 0.78;
}

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

h1,
h2 {
  font-family: var(--display);
  font-weight: 300;
  letter-spacing: 0;
}

h1 {
  max-width: 840px;
  font-size: clamp(4.3rem, 10vw, 9rem);
  line-height: 0.86;
}

h1 span {
  display: block;
}

.hero__text {
  max-width: 630px;
  margin-top: 30px;
  color: rgba(248, 240, 230, 0.8);
  font-size: clamp(1rem, 1.35vw, 1.13rem);
  line-height: 1.9;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.hero__note {
  grid-column: 2;
  grid-row: 2 / span 3;
  align-self: end;
  width: 100%;
  padding: 22px 0 0;
  border-top: 1px solid rgba(232, 211, 154, 0.42);
}

.hero__note span {
  color: var(--gold-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero__note p {
  margin-top: 14px;
  color: rgba(248, 240, 230, 0.72);
  font-size: 0.96rem;
  line-height: 1.8;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 54px;
  padding: 15px 25px;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  flex: 0 0 auto;
}

.btn--primary {
  background: var(--champagne);
  color: #15110a;
  box-shadow: 0 18px 44px rgba(232, 211, 154, 0.2);
}

.btn--primary:hover {
  background: var(--gold-soft);
}

.btn--secondary {
  border-color: rgba(248, 240, 230, 0.24);
  color: var(--cream);
  background: rgba(248, 240, 230, 0.035);
}

.btn--secondary:hover {
  border-color: rgba(216, 183, 109, 0.58);
  color: var(--gold-soft);
}

.btn--full {
  width: 100%;
}

.section-band {
  position: relative;
  padding: clamp(94px, 13vw, 172px) 0;
  border-top: 1px solid rgba(248, 240, 230, 0.06);
  background: var(--ink);
}

.section-band--wine {
  background:
    linear-gradient(180deg, rgba(16, 18, 17, 0), rgba(16, 33, 27, 0.92) 28%, rgba(16, 18, 17, 1)),
    var(--wine-deep);
}

.section-band--cream {
  background:
    linear-gradient(180deg, #f8f0e6, #eee2d1);
  color: var(--ink);
}

.section-inner {
  width: min(1180px, calc(100% - clamp(40px, 8vw, 116px)));
  margin-inline: auto;
}

.intro__grid,
.schedule__grid,
.cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: clamp(42px, 8vw, 104px);
  align-items: center;
}

.section-kicker {
  margin-bottom: 20px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.section-band--cream .section-kicker {
  color: var(--wine);
}

.intro h2,
.section-heading h2,
.schedule h2,
.cta-section h2 {
  max-width: 760px;
  font-size: clamp(3rem, 6.7vw, 6.35rem);
  line-height: 0.92;
}

.intro p:not(.section-kicker),
.cta__copy p:not(.section-kicker) {
  max-width: 590px;
  margin-top: 30px;
  color: rgba(248, 240, 230, 0.72);
  font-size: 1rem;
  line-height: 1.92;
}

.section-band--cream .cta__copy p:not(.section-kicker) {
  color: rgba(17, 19, 21, 0.68);
}

.intro__media {
  position: relative;
  min-height: clamp(520px, 64vw, 760px);
  overflow: hidden;
  border: 1px solid rgba(248, 240, 230, 0.12);
  box-shadow: var(--shadow);
  will-change: transform;
}

.intro__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(17, 19, 21, 0.22));
}

.intro__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(260px, 0.52fr);
  gap: clamp(24px, 5vw, 68px);
  align-items: end;
  max-width: none;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.section-heading .section-kicker {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.section-lead {
  color: rgba(248, 240, 230, 0.66);
  font-size: 0.98rem;
  line-height: 1.85;
}

.features--compact {
  padding-bottom: clamp(76px, 10vw, 132px);
}

.features--compact .section-heading {
  margin-bottom: clamp(28px, 4vw, 46px);
}

.features--compact .feature-photo {
  height: clamp(360px, 46vw, 560px);
  margin-top: 0;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 22px);
  border: 0;
  background: transparent;
}

.feature-card {
  position: relative;
  min-height: 286px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid rgba(248, 240, 230, 0.13);
  background: rgba(16, 18, 17, 0.42);
  overflow: hidden;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(232, 211, 154, 0.35);
  opacity: 0.7;
  pointer-events: none;
}

.feature-card:hover {
  border-color: rgba(232, 211, 154, 0.32);
  background: rgba(248, 240, 230, 0.045);
  transform: translateY(-4px);
}

.feature-card span {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: 2rem;
  line-height: 1;
}

.feature-card h3 {
  margin-top: 54px;
  color: var(--cream);
  font-family: var(--display);
  font-size: clamp(1.85rem, 2.7vw, 2.55rem);
  font-weight: 300;
  line-height: 0.95;
}

.feature-card p {
  margin-top: 18px;
  color: rgba(248, 240, 230, 0.66);
  font-size: 0.95rem;
  line-height: 1.75;
}

.feature-photo {
  position: relative;
  height: clamp(420px, 54vw, 660px);
  margin: clamp(28px, 4vw, 46px) 0 0;
  overflow: hidden;
  border: 1px solid rgba(248, 240, 230, 0.13);
  box-shadow: var(--shadow);
  will-change: transform;
}

.feature-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: saturate(0.86) contrast(1.05);
}

.image-story {
  position: relative;
  min-height: 88svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: var(--wine-deep);
  isolation: isolate;
}

.image-story img {
  position: absolute;
  inset: -8% 0 auto;
  z-index: -2;
  width: 100%;
  height: 118%;
  object-fit: cover;
  object-position: center 48%;
  filter: saturate(0.88) contrast(1.04) brightness(1.05);
  will-change: transform;
}

.image-story::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(0deg, rgba(16, 18, 17, 0.96), rgba(16, 18, 17, 0.08) 48%, rgba(16, 18, 17, 0.78)),
    linear-gradient(90deg, rgba(16, 33, 27, 0.86), rgba(16, 18, 17, 0.08));
}

.image-story__content {
  width: min(1180px, calc(100% - clamp(40px, 8vw, 116px)));
  margin: 0 auto;
  padding-bottom: clamp(54px, 8vw, 90px);
}

.image-story__content p {
  margin-bottom: 18px;
  color: var(--gold-soft);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.image-story__content h2 {
  max-width: 790px;
  font-size: clamp(3.55rem, 8vw, 7.9rem);
  line-height: 0.86;
}

.timeline {
  display: grid;
  border-top: 1px solid rgba(248, 240, 230, 0.18);
}

.timeline__item {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: clamp(22px, 4vw, 46px);
  padding: 32px 0;
  border-bottom: 1px solid rgba(248, 240, 230, 0.13);
}

.timeline__item time {
  color: var(--gold-soft);
  font-family: var(--display);
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  font-weight: 300;
  letter-spacing: 0.08em;
}

.timeline__item h3 {
  font-family: var(--display);
  font-size: clamp(2rem, 3.5vw, 3rem);
  font-weight: 300;
  line-height: 0.96;
}

.timeline__item p {
  margin-top: 10px;
  color: rgba(248, 240, 230, 0.68);
  line-height: 1.75;
}

.lead-form {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(17, 19, 21, 0.14);
  background: #fffaf2;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(17, 19, 21, 0.12);
}

.lead-form label {
  display: grid;
  gap: 8px;
}

.lead-form span {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(17, 19, 21, 0.16);
  border-radius: 0;
  background: var(--cream);
  color: var(--ink);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--wine);
  box-shadow: 0 0 0 4px rgba(107, 35, 52, 0.12);
}

.form-note {
  color: rgba(17, 19, 21, 0.58);
  font-size: 0.9rem;
  line-height: 1.6;
}

.cta-final {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 24px;
  min-height: 48svh;
  padding-block: clamp(12px, 3vw, 32px);
  text-align: center;
}

.cta-final::before,
.cta-final::after {
  content: "";
  width: min(560px, 100%);
  height: 1px;
  background: rgba(16, 33, 27, 0.18);
}

.cta-final .section-kicker {
  margin-bottom: 0;
}

.cta-final h2 {
  max-width: 880px;
  color: var(--ink);
  font-family: var(--display);
  font-size: clamp(3.45rem, 7.6vw, 7rem);
  font-weight: 300;
  line-height: 0.86;
}

.cta-final p {
  color: rgba(16, 18, 17, 0.68);
  font-size: clamp(1rem, 1.4vw, 1.12rem);
  font-weight: 600;
  line-height: 1.6;
}

.floating-cta {
  position: fixed;
  right: clamp(18px, 3vw, 32px);
  bottom: clamp(18px, 3vw, 32px);
  z-index: 60;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(16, 18, 17, 0.12);
  border-radius: 50%;
  background: var(--champagne);
  color: var(--ink);
  box-shadow: 0 16px 44px rgba(232, 211, 154, 0.3);
  opacity: 0;
  pointer-events: none;
  transform: translateY(18px) scale(0.92);
  transition: opacity 220ms ease, transform 220ms ease, background 180ms ease;
}

.floating-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0) scale(1);
}

.floating-cta:hover {
  background: var(--gold-soft);
}

.floating-cta svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px clamp(20px, 5vw, 64px);
  border-top: 1px solid rgba(248, 240, 230, 0.1);
  color: rgba(248, 240, 230, 0.54);
  background: #0d0e0f;
  font-size: 0.82rem;
}

.motion-ready [data-reveal],
.motion-ready [data-split] .word {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--delay, 0ms);
}

.motion-ready [data-reveal].is-visible,
.motion-ready [data-split].is-visible .word {
  opacity: 1;
  transform: translateY(0);
}

[data-split] .word {
  display: inline-block;
  margin-right: 0.18em;
}

@media (max-width: 900px) {
  .site-header {
    display: flex;
    justify-content: space-between;
  }

  .site-nav {
    display: none;
  }

  .hero__content {
    width: calc(100% - 40px);
    grid-template-columns: 1fr;
    padding-bottom: 46px;
  }

  .hero__note {
    grid-column: 1;
    grid-row: auto;
    max-width: 560px;
    margin-top: 10px;
  }

  .intro__grid,
  .schedule__grid,
  .cta__grid {
    grid-template-columns: 1fr;
  }

  .intro__media {
    min-height: 520px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .section-lead {
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-inline: 18px;
    gap: 12px;
  }

  .brand {
    width: 74px;
    height: 38px;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: 88svh;
  }

  .hero::after {
    inset-inline: 18px;
    bottom: 18px;
  }

  .hero__content {
    width: calc(100% - 32px);
    min-height: 88svh;
    padding-right: 0;
    padding-left: 0;
    padding-top: 108px;
  }

  h1 {
    width: min(350px, calc(100vw - 32px));
    font-size: clamp(3rem, 13vw, 4rem);
    max-width: min(350px, calc(100vw - 32px));
  }

  .hero__text {
    width: min(320px, calc(100vw - 32px));
    max-width: min(320px, calc(100vw - 32px));
    font-size: 0.98rem;
    overflow-wrap: break-word;
  }

  .hero__actions,
  .btn {
    width: 100%;
  }

  .hero__actions {
    align-self: flex-start;
    width: min(320px, calc(100vw - 32px));
  }

  .hero__note {
    width: min(320px, calc(100vw - 32px));
    padding-top: 18px;
  }

  .eyebrow {
    display: grid;
    width: min(350px, calc(100vw - 32px));
    max-width: min(350px, calc(100vw - 32px));
    gap: 10px;
  }

  .eyebrow span:not(:last-child)::after {
    display: none;
  }

  .section-inner,
  .image-story__content {
    width: calc(100% - 32px);
    padding-right: 0;
    padding-left: 0;
  }

  .intro h2,
  .section-heading h2,
  .schedule h2,
  .cta-section h2,
  .image-story__content h2,
  .cta-final h2 {
    font-size: clamp(3.1rem, 15vw, 4.6rem);
  }

  .intro__media {
    min-height: 430px;
  }

  .feature-photo {
    height: 430px;
  }

  .features--compact .feature-photo {
    height: 360px;
  }

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

  .feature-card {
    min-height: 220px;
  }

  .timeline__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .lead-form {
    padding: 22px;
  }

  .site-footer {
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .motion-ready [data-reveal],
  .motion-ready [data-split] .word {
    opacity: 1;
    transform: none;
  }
}
