:root {
  --ink: #151515;
  --paper: #f5f4f1;
  --red: #db0812;
  --campaign-yellow: #f0c84d;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  text-wrap: balance;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.shell {
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

/* HERO */
.hero {
  min-height: 94vh;
  display: flex;
  position: relative;
  overflow: hidden;
}
.hero-art {
  position: absolute;
  inset: 0;
  background-image: url("../assets/ribs-fest-brand-board.png");
  background-position: 50% 0;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (max-width: 800px) {
  .hero-art {
    background-image: url("../assets/ribs-fest-brand-board-mobile.png");
    background-position: 50% 0;
    background-size: 100% auto;
    background-position: center top;
    background-size: cover;
  }
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(#100c0940 0%, #100c0914 44%, #100c09f5 100%),
    linear-gradient(90deg, #100c0980, transparent 60%);
}
.hero-content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px 0 64px;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.header-logo {
  width: 156px;
  height: auto;
  display: block;
  filter: drop-shadow(0 5px 14px #00000080);
}
.eyebrow {
  align-self: flex-start;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  border: 1px solid #ffffff4d;
  background: #100c098c;
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
  font-weight: 800;
}
.eyebrow svg { width: 17px; height: 17px; }
.hero-spacer { flex: 1; min-height: 350px; }
.hero-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
.kicker {
  margin: 0 0 14px;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 700;
}
.hero .kicker { color: var(--campaign-yellow); }
h1 {
  max-width: 780px;
  margin-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: -.05em;
  font-size: clamp(50px, 6.6vw, 88px);
  font-weight: 800;
  line-height: .94;
  text-shadow: 0 4px 30px #00000073;
}
.hero-copy {
  max-width: 620px;
  margin: 0;
  color: #e5ddd3;
  font-size: 19px;
  line-height: 1.55;
}
.primary-button {
  min-width: max-content;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 22px;
  background: var(--campaign-yellow);
  color: var(--ink);
  box-shadow: 0 9px 28px #00000040;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 12px;
  font-weight: 900;
  transition: .2s ease;
}
.primary-button svg { width: 19px; height: 19px; }
.primary-button:hover { background: #ffda59; transform: translateY(-3px); }

/* UNIDADES */
.ticket-strip {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: 88px 0 74px;
  background: var(--red);
}
.ticket-strip::before,
.final-cta::before,
.score-card::before {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .11;
  mix-blend-mode: screen;
  background-image: url("../assets/ribs-fest-pattern.png");
  background-repeat: repeat;
  background-size: 420px 170px;
}
.ticket-strip > .shell,
.final-cta > .shell,
.score-card > * { position: relative; z-index: 1; }
.section-heading.compact { max-width: 700px; }
.section-heading h2 {
  max-width: 16ch;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.04em;
  font-size: clamp(36px, 4.2vw, 58px);
  font-weight: 800;
  line-height: 1.04;
}
.section-heading > p:last-child {
  margin: 20px 0 0;
  color: #d8cec2;
  font-size: 17px;
  line-height: 1.65;
}
.ticket-strip .section-heading > p:last-child { color: #ffe8e4; }
.unit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 42px;
}
.unit-card {
  min-height: 150px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px;
  border-bottom: 6px solid var(--campaign-yellow);
  background: #fff;
  color: var(--ink);
  transition: .2s ease;
}
.unit-card:hover { transform: translateY(-5px); }
.unit-number { color: var(--red); font-size: 25px; font-weight: 700; }
.unit-card small {
  display: block;
  margin-bottom: 5px;
  color: #6e6259;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 11px;
}
.unit-card strong {
  display: block;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
}
.unit-arrow {
  width: 43px;
  height: 43px;
  margin-left: auto;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #bdb3aa;
  border-radius: 50%;
  transition: .2s ease;
}
.unit-arrow svg { width: 22px; height: 22px; }
.unit-card:hover .unit-arrow { border-color: var(--campaign-yellow); background: var(--campaign-yellow); }
.fine-print { margin: 22px 0 0; color: #ffd4cf; font-size: 12px; line-height: 1.5; }

/* INTRO */
.intro-section { padding: 120px 0; background: var(--ink); }
.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: start;
  gap: 110px;
}
.body-copy {
  padding-left: 44px;
  border-left: 2px solid var(--red);
  color: #d4d4d4;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.65;
}
.body-copy p:last-child { margin-bottom: 0; }

/* CARDS */
.feature-section { padding: 0 0 120px; background: var(--ink); }
.feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.feature-card {
  min-height: 490px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px;
}
.feature-card h3 {
  max-width: 15ch;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: -.035em;
  font-size: clamp(30px, 3.2vw, 43px);
  font-weight: 800;
  line-height: 1.08;
}
.feature-card p:not(.kicker):not(.fine-print) {
  max-width: 530px;
  color: #d3c8bd;
  font-size: 17px;
  line-height: 1.65;
}
.menu-card { background: #252525; border: 1px solid #444; }
.menu-card::after {
  content: "";
  position: absolute;
  top: -160px;
  right: -160px;
  width: 370px;
  height: 370px;
  border: 80px solid var(--red);
  border-radius: 50%;
  opacity: .18;
  pointer-events: none;
}
.feature-index { color: #565656; font-size: 64px; font-weight: 700; line-height: 1; }
.info-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #51463f;
  color: #d9d0c8;
  line-height: 1.65;
}
.info-row svg { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 3px; }
.score-card { z-index: 0; background: var(--red); }
.score-card::before { opacity: .08; }
.score-mark { display: flex; align-items: baseline; gap: 10px; color: #fff; }
.score-mark svg { width: 28px; height: 28px; align-self: center; }
.score-mark span { font-size: 92px; font-weight: 700; line-height: .8; }
.score-mark small { text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.fine-print.light { color: #ecc8bb; }

/* FINAL */
.final-cta {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding: 110px 0;
  background: var(--red);
  color: #fff;
}
.final-cta::before { opacity: .1; }
.final-cta .kicker { color: #fff; }
.final-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; }
.final-cta h2 {
  max-width: 12ch;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: -.045em;
  font-size: clamp(42px, 5.2vw, 66px);
  font-weight: 800;
  line-height: 1;
}
.keep-together { white-space: nowrap; }
.final-action { padding-left: 40px; border-left: 1px solid #ffffff73; }
.final-action > svg { width: 28px; height: 28px; }
.final-action p { margin: 18px 0 28px; font-size: 17px; line-height: 1.5; }
.primary-button.yellow { background: var(--campaign-yellow); color: var(--ink); box-shadow: none; }

/* FOOTER */
footer { padding: 30px 0; background: #0d0a08; color: #9e9288; }
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 12px;
}
.footer-logo { width: 132px; height: auto; display: block; }

@media (max-width: 800px) {
  .shell { width: min(calc(100% - 28px), 660px); }
  .hero { min-height: 780px; }
  .hero-art { background-position: 48% 0; background-size: auto 760px; }
  .hero-shade { background: linear-gradient(#100c091a, #100c0947 42%, #100c09fa 72%); }
  .hero-content { padding: 20px 0 36px; }
  .site-header { align-items: center; gap: 16px; }
  .header-logo { width: 112px; }
  .eyebrow { letter-spacing: .08em; padding: 8px 10px; font-size: 9px; }
  .eyebrow svg { width: 14px; height: 14px; }
  .hero-spacer { min-height: 410px; }
  .hero-bottom { display: block; }
  h1 { max-width: 12ch; font-size: clamp(42px, 13vw, 55px); line-height: .96; }
  .hero-copy { font-size: 16px; }
  .hero-bottom .primary-button { width: 100%; margin-top: 26px; }

  .ticket-strip,
  .intro-section,
  .final-cta { padding: 72px 0; }

  .unit-grid,
  .split,
  .feature-grid,
  .final-grid { grid-template-columns: 1fr; }
  .unit-grid { gap: 10px; }
  .unit-card { min-height: 112px; }
  .split,
  .final-grid { gap: 42px; }
  .body-copy,
  .final-action { border-top: 1px solid #4b413a; border-left: 0; padding: 30px 0 0; }
  .feature-section { padding-bottom: 72px; }
  .feature-card { min-height: 430px; padding: 28px; }
  .feature-card h3 { max-width: 17ch; font-size: clamp(30px, 9vw, 39px); }
  .final-cta h2 { max-width: 13ch; font-size: clamp(40px, 11vw, 54px); }
  .score-mark span { font-size: 72px; }
  .footer-inner { flex-direction: column; align-items: flex-start; }
  .footer-logo { width: 120px; }
}

@media (max-width: 430px) {
  .eyebrow { max-width: 190px; line-height: 1.25; }
  .unit-card { padding: 20px 16px; gap: 14px; }
  .unit-card strong { font-size: 18px; }
  .unit-arrow { width: 38px; height: 38px; }
  .feature-card { min-height: 400px; }
  .score-mark { gap: 7px; }
  .score-mark span { font-size: 64px; }
  .score-mark small { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
