:root {
  --paper: #efe8d9;
  --paper-strong: #fff7e7;
  --olive: #10281c;
  --olive-deep: #06110c;
  --olive-mid: #284637;
  --cream: #f7f0df;
  --gold: #e6b45f;
  --green: #1f6a43;
  --yellow: #f0c75e;
  --muted: #657064;
  --white: #fffdf5;
  --line: rgba(16, 40, 28, 0.16);
  --shadow: 0 28px 78px rgba(6, 17, 12, 0.28);
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

section {
  scroll-margin-top: 96px;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

button,
input,
textarea,
select {
  font: inherit;
}

.cup-header {
  position: fixed;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
  padding: 14px clamp(18px, 3.4vw, 52px);
  color: var(--olive);
  background: rgba(247, 240, 223, 0.95);
  border-bottom: 1px solid rgba(16, 40, 28, 0.12);
  backdrop-filter: blur(18px);
}

.cup-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.cup-brand img {
  width: clamp(178px, 18vw, 260px);
  height: auto;
}

.cup-header nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(14px, 1.8vw, 26px);
  font-size: 15px;
  font-weight: 900;
}

.header-cta,
.primary-link,
.secondary-link,
.submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-weight: 900;
  line-height: 1;
}

.header-cta {
  min-height: 44px;
  padding: 12px 18px;
  color: var(--cream);
  background: var(--olive-mid);
  box-shadow: 0 10px 22px rgba(16, 40, 28, 0.18);
}

.cup-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(340px, 560px);
  gap: clamp(28px, 5vw, 82px);
  align-items: end;
  min-height: 100svh;
  padding: 128px clamp(20px, 5vw, 76px) 62px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(4, 14, 9, 0.94) 0%, rgba(4, 14, 9, 0.78) 40%, rgba(4, 14, 9, 0.38) 74%, rgba(4, 14, 9, 0.16) 100%),
    url("assets/images/copa-do-mundo/copa-hero.webp") center / cover;
}

.hero-copy {
  max-width: 780px;
}

.event-label,
.section-label,
.form-kicker {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.event-label::after,
.section-label::after {
  display: block;
  width: 82px;
  height: 5px;
  margin-top: 16px;
  background: currentColor;
  border-radius: 999px;
  content: "";
}

.hero-copy h1,
.form-intro h2,
.section-copy h2,
.group-copy h2,
.menu-heading h2,
.steps-section h2,
.faq-section h2,
.final-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.92;
}

.hero-copy h1 {
  max-width: 800px;
  font-size: clamp(64px, 7.7vw, 122px);
}

.hero-lede {
  max-width: 620px;
  margin: 26px 0 0;
  color: rgba(247, 240, 223, 0.92);
  font-size: clamp(22px, 2.1vw, 31px);
  line-height: 1.34;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.primary-link,
.secondary-link {
  min-height: 58px;
  padding: 17px 26px;
  font-size: 16px;
}

.primary-link {
  color: var(--olive);
  background: var(--cream);
}

.secondary-link {
  color: var(--cream);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(247, 240, 223, 0.72);
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  padding: 12px 14px;
  color: var(--cream);
  background: rgba(247, 240, 223, 0.1);
  border: 1px solid rgba(247, 240, 223, 0.28);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 900;
}

.booking-panel {
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 36px);
  color: var(--olive);
  background: rgba(247, 240, 223, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.hero-form {
  align-self: center;
}

.form-intro h2 {
  color: var(--olive);
  font-size: clamp(42px, 4.2vw, 60px);
}

.form-intro p:not(.form-kicker) {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.5;
}

.field-grid,
.choice-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.booking-panel label {
  display: grid;
  gap: 8px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.booking-panel input,
.booking-panel textarea,
.booking-panel select {
  width: 100%;
  min-height: 54px;
  padding: 14px 15px;
  color: var(--olive);
  background: var(--white);
  border: 1px solid rgba(16, 40, 28, 0.22);
  border-radius: 6px;
  outline: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.booking-panel textarea {
  min-height: 92px;
  resize: vertical;
}

.booking-panel input:focus,
.booking-panel textarea:focus,
.booking-panel select:focus {
  border-color: var(--olive-mid);
  box-shadow: 0 0 0 3px rgba(40, 70, 55, 0.16);
}

.booking-panel fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.booking-panel legend {
  margin-bottom: 10px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.choice-pill {
  position: relative;
}

.choice-pill input {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.choice-pill span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 12px;
  color: var(--olive);
  background: rgba(16, 40, 28, 0.06);
  border: 1px solid rgba(16, 40, 28, 0.16);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-transform: none;
}

.choice-pill input:checked + span {
  color: var(--cream);
  background: var(--olive-mid);
  border-color: var(--olive-mid);
}

.submit-button {
  min-height: 58px;
  padding: 18px 22px;
  color: var(--cream);
  background: var(--olive);
  border: 0;
  cursor: pointer;
  font-size: 16px;
}

.form-note {
  min-height: 22px;
  margin: 0;
  color: var(--olive-mid);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.field-help {
  margin: -6px 0 0;
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 1px;
  background: rgba(16, 40, 28, 0.2);
}

.proof-strip div {
  padding: clamp(24px, 3vw, 38px);
  background: var(--paper-strong);
}

.proof-strip strong,
.proof-strip span {
  display: block;
}

.proof-strip strong {
  color: var(--olive);
  font-family: var(--serif);
  font-size: clamp(34px, 3.5vw, 54px);
  line-height: 0.95;
}

.proof-strip span {
  max-width: 360px;
  margin-top: 10px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.45;
}

.experience-section,
.group-section,
.menu-section,
.steps-section,
.faq-section,
.final-cta {
  padding: clamp(52px, 7vw, 104px) clamp(20px, 5vw, 76px);
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(320px, 1fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  background: var(--paper);
}

.section-copy h2,
.group-copy h2,
.menu-heading h2,
.steps-section h2,
.faq-section h2,
.final-cta h2 {
  color: var(--olive);
  font-size: clamp(50px, 5.8vw, 88px);
}

.section-copy p:not(.section-label),
.group-copy p,
.menu-heading p,
.steps-section p,
.faq-section p,
.final-cta p {
  color: var(--muted);
  font-size: clamp(19px, 1.7vw, 24px);
  line-height: 1.48;
}

.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--olive);
  font-size: 17px;
  font-weight: 900;
  border-bottom: 2px solid var(--gold);
}

.photo-stack {
  display: grid;
  grid-template-columns: minmax(320px, 560px);
  justify-content: end;
  align-items: end;
}

.photo-stack figure,
.wide-photo,
.menu-cards article {
  margin: 0;
  overflow: hidden;
  background: var(--olive);
  border-radius: 8px;
  box-shadow: 0 22px 54px rgba(16, 40, 28, 0.16);
}

.photo-stack figure {
  aspect-ratio: 4 / 5;
}

.photo-stack .photo-large {
  aspect-ratio: 3 / 4;
}

.group-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(300px, 0.85fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: center;
  color: var(--cream);
  background: var(--olive);
}

.group-section .section-label,
.group-section h2,
.group-section p {
  color: var(--cream);
}

.wide-photo {
  aspect-ratio: 4 / 5;
}

.benefit-list {
  display: grid;
  gap: 14px;
  margin-top: 26px;
}

.benefit-list article,
.steps-grid article,
.faq-list details {
  padding: 24px;
  background: rgba(247, 240, 223, 0.08);
  border: 1px solid rgba(247, 240, 223, 0.16);
  border-radius: 8px;
}

.benefit-list span,
.steps-grid strong {
  color: var(--gold);
  font-weight: 900;
}

.benefit-list h3,
.steps-grid h3,
.menu-cards h3 {
  margin: 8px 0 0;
  font-size: 24px;
  line-height: 1.12;
}

.benefit-list p {
  margin: 8px 0 0;
  font-size: 17px;
}

.menu-section {
  background: var(--paper-strong);
}

.menu-heading {
  max-width: 880px;
}

.menu-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 36px;
}

.menu-cards article {
  background: var(--cream);
}

.menu-cards img {
  height: auto;
  aspect-ratio: 16 / 11;
}

.menu-cards h3,
.menu-cards p {
  padding-right: 22px;
  padding-left: 22px;
}

.menu-cards h3 {
  color: var(--olive);
}

.menu-cards p {
  min-height: 92px;
  margin: 10px 0 0;
  padding-bottom: 22px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.44;
}

.steps-section {
  background: var(--paper);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.steps-grid article {
  background: rgba(255, 253, 245, 0.72);
  border-color: rgba(16, 40, 28, 0.13);
}

.steps-grid strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: var(--olive);
  background: var(--gold);
  border-radius: 999px;
  font-size: 20px;
}

.steps-grid p {
  margin: 10px 0 0;
  font-size: 17px;
}

.faq-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(320px, 1fr);
  gap: clamp(32px, 5vw, 72px);
  background: var(--paper-strong);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  background: rgba(16, 40, 28, 0.05);
  border-color: rgba(16, 40, 28, 0.13);
}

.faq-list summary {
  cursor: pointer;
  color: var(--olive);
  font-size: 21px;
  font-weight: 900;
}

.faq-list p {
  margin: 12px 0 0;
  font-size: 17px;
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  color: var(--cream);
  background:
    linear-gradient(90deg, rgba(4, 14, 9, 0.94), rgba(4, 14, 9, 0.58)),
    url("assets/images/copa-do-mundo/copa-reserva.webp") center / cover;
}

.final-cta h2,
.final-cta p {
  color: var(--cream);
}

.sticky-cta {
  position: fixed;
  z-index: 25;
  right: 16px;
  bottom: 16px;
  display: none;
  min-height: 56px;
  padding: 18px 22px;
  color: var(--olive);
  background: var(--gold);
  border-radius: 999px;
  box-shadow: 0 16px 38px rgba(6, 17, 12, 0.28);
  font-weight: 900;
  transition: opacity 180ms ease, transform 180ms ease;
}

.sticky-cta.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
}

@media (max-width: 980px) {
  .cup-header nav a:not(.header-cta) {
    display: none;
  }

  .cup-hero,
  .experience-section,
  .group-section,
  .faq-section {
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .cup-hero {
    min-height: auto;
    padding-top: 118px;
  }

  .hero-form {
    max-width: 680px;
  }

  .proof-strip,
  .menu-cards,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 680px) {
  .cup-header {
    min-height: 66px;
    padding: 12px 14px;
  }

  .cup-brand span {
    display: none;
  }

  .cup-brand img {
    width: 174px;
  }

  .header-cta {
    min-height: 42px;
    padding: 12px 14px;
    font-size: 14px;
  }

  .cup-hero {
    padding: 104px 16px 42px;
    background:
      linear-gradient(180deg, rgba(4, 14, 9, 0.78) 0%, rgba(4, 14, 9, 0.92) 46%, rgba(4, 14, 9, 0.96) 100%),
      url("assets/images/copa-do-mundo/copa-hero.webp") center top / cover;
  }

  .event-label,
  .section-label,
  .form-kicker {
    font-size: 13px;
  }

  .hero-copy h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .hero-lede {
    font-size: 22px;
  }

  .hero-actions,
  .primary-link,
  .submit-button {
    width: 100%;
  }

  .hero-actions .secondary-link,
  .hero-proof {
    display: none;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: 1fr;
  }

  .booking-panel {
    padding: 20px;
  }

  .field-grid,
  .choice-row,
  .photo-stack {
    grid-template-columns: 1fr;
  }

  .experience-section,
  .group-section,
  .menu-section,
  .steps-section,
  .faq-section,
  .final-cta {
    padding: 50px 16px;
  }

  .section-copy h2,
  .group-copy h2,
  .menu-heading h2,
  .steps-section h2,
  .faq-section h2,
  .final-cta h2 {
    font-size: clamp(44px, 14vw, 62px);
  }

  .section-copy p:not(.section-label),
  .group-copy p,
  .menu-heading p,
  .steps-section p,
  .faq-section p,
  .final-cta p {
    font-size: 19px;
  }

  .proof-strip div {
    padding: 26px 18px;
  }

  .proof-strip strong {
    font-size: 40px;
  }

  .menu-cards p {
    min-height: auto;
  }

  .sticky-cta {
    display: inline-flex;
  }
}
