:root {
  --red: #e31b23;
  --red-dark: #9d0710;
  --ink: #111311;
  --paper: #f3f0e8;
  --white: #fff;
  --muted: #666a66;
  --line: #d6d0c5;
  --green: #1db45a;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --display: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font); }
body, input, select, textarea, button { font: inherit; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.topline { background: var(--red); color: #fff; font-size: 11px; font-weight: 750; letter-spacing: .025em; }
.topline__inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header { position: relative; z-index: 30; background: var(--ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.header__inner { min-height: 84px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand__mark { width: 58px; height: 42px; display: grid; place-items: center; border-radius: 48% 48% 42% 42%; background: var(--red); border: 3px solid #fff; box-shadow: 0 0 0 3px var(--red); color: #fff; font-family: var(--display); font-size: 19px; letter-spacing: .06em; }
.brand > span:last-child { display: flex; flex-direction: column; }
.brand small { color: #ea4a4f; font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.brand strong { font-family: var(--display); font-size: 27px; line-height: .96; letter-spacing: .025em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav a { position: relative; padding: 10px 0; color: #c7cac6; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .04em; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 2px; background: var(--red); transition: right .2s ease; }
.nav a:hover::after { right: 0; }
.nav a:hover { color: #fff; }
.menu-button { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-button span { display: block; height: 2px; margin: 5px 0; background: #fff; }

.button { min-height: 50px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; border: 0; font-size: 12px; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--header { min-height: 43px; padding-inline: 18px; border: 1px solid rgba(255,255,255,.22); }
.button--header:hover { background: #fff; color: var(--ink); }
.button--red { background: var(--red); color: #fff; }
.button--red:hover { background: #ff2930; }
.button--glass { border: 1px solid rgba(255,255,255,.38); background: rgba(255,255,255,.07); color: #fff; backdrop-filter: blur(12px); }
.button--dark { background: var(--ink); color: #fff; }
.button--wide { width: 100%; }
.button--outline { border: 1px solid rgba(255,255,255,.25); color: #fff; }

.hero { min-height: 790px; position: relative; isolation: isolate; overflow: hidden; background: #0a0b0a; color: #fff; }
.hero__background { position: absolute; inset: 0; z-index: -3; background: url("images/bovino-steak.jpeg") center 42% / cover no-repeat; filter: saturate(.82) contrast(1.06); }
.hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(4,5,4,.96) 0%, rgba(4,5,4,.82) 42%, rgba(4,5,4,.26) 75%, rgba(4,5,4,.55) 100%), linear-gradient(0deg, rgba(4,5,4,.66), transparent 52%); }
.hero__grid { min-height: 618px; display: grid; grid-template-columns: minmax(0, 1fr) 365px; align-items: center; gap: 96px; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow i { width: 30px; height: 2px; background: currentColor; }
.eyebrow--light { color: #ff5a60; }
h1, h2 { margin: 0; font-family: var(--display); font-weight: 900; line-height: .91; letter-spacing: .01em; text-transform: uppercase; }
h1 { font-size: clamp(66px, 7vw, 104px); }
h1 em, h2 em { color: var(--red); font-style: normal; }
.hero__lead { max-width: 660px; margin: 28px 0 34px; color: #d5d7d4; font-size: 18px; line-height: 1.65; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-ticket { overflow: hidden; background: rgba(15,16,15,.92); border: 1px solid rgba(255,255,255,.18); box-shadow: 0 30px 90px rgba(0,0,0,.36); backdrop-filter: blur(8px); }
.hero-ticket__logo { height: 195px; padding: 18px 22px; display: grid; place-items: center; overflow: hidden; background: #f2f2ef; }
.hero-ticket__logo img { width: 100%; height: 100%; object-fit: contain; }
.hero-ticket__body { padding: 28px; }
.tiny-label { color: #777b76; font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hero-ticket ol { margin: 20px 0 0; padding: 0; list-style: none; }
.hero-ticket li { padding: 16px 0; display: grid; grid-template-columns: 34px 1fr; align-items: center; border-top: 1px solid rgba(255,255,255,.12); font-size: 14px; font-weight: 800; }
.hero-ticket li b { color: var(--red); font-size: 12px; }
.hero__ribbon { min-height: 118px; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); color: var(--ink); box-shadow: 0 22px 65px rgba(0,0,0,.22); }
.hero__ribbon > div { padding: 24px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid var(--line); }
.hero__ribbon > div:last-child { border: 0; }
.hero__ribbon strong { font-family: var(--display); font-size: 25px; text-transform: uppercase; }
.hero__ribbon span { margin-top: 5px; color: var(--muted); font-size: 11px; }

.section-heading { margin-bottom: 44px; display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 72px; }
.section-heading h2, .wholesale h2, .about h2, .quote h2 { font-size: clamp(50px, 5.4vw, 76px); }
.section-heading__aside p { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.live-badge { width: fit-content; padding: 7px 10px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid #c8c2b7; border-radius: 99px; background: #fff; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.live-badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(29,180,90,.12); }
.filters { margin: 0 0 28px; padding-bottom: 8px; display: flex; gap: 8px; overflow-x: auto; scrollbar-width: thin; }
.filter { flex: 0 0 auto; padding: 10px 14px; border: 1px solid var(--line); border-radius: 99px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.filter:hover, .filter.is-active { border-color: var(--ink); background: var(--ink); color: #fff; }
.offer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.offer-card { min-width: 0; display: grid; grid-template-rows: 220px 1fr auto; overflow: hidden; border: 1px solid var(--line); background: #fff; box-shadow: 0 13px 34px rgba(20,19,16,.055); transition: transform .2s ease, box-shadow .2s ease; }
.offer-card:hover { transform: translateY(-6px); box-shadow: 0 24px 56px rgba(20,19,16,.15); }
.offer-card.is-hidden { display: none; }
.offer-card__media { position: relative; overflow: hidden; background: #191b19; }
.offer-card__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.62), transparent 55%); }
.offer-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .42s ease; }
.offer-card:hover .offer-card__media img { transform: scale(1.045); }
.offer-card__media > span { position: absolute; z-index: 1; left: 13px; bottom: 13px; max-width: calc(100% - 26px); padding: 7px 9px; overflow: hidden; border-radius: 99px; background: var(--red); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .06em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.offer-card__body { padding: 22px 19px 19px; }
.offer-card__topline { display: flex; align-items: center; justify-content: space-between; }
.offer-card__topline b { color: var(--red); font-family: var(--display); font-size: 18px; }
.offer-card__topline small { color: #8b8e89; font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.offer-card h3 { min-height: 60px; margin: 12px 0 8px; font-family: var(--display); font-size: 31px; line-height: .96; text-transform: uppercase; }
.offer-card__body > p { min-height: 50px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }
.price { margin-top: 18px; padding-top: 16px; border-top: 1px solid #e9e5dc; }
.price > div { display: flex; flex-direction: column; align-items: flex-start; }
.price del { margin-bottom: 3px; color: #9a9c98; font-size: 10px; }
.price span { display: flex; align-items: flex-start; }
.price small { margin: 8px 5px 0 0; color: var(--red); font-size: 11px; font-weight: 900; }
.price strong { font-family: var(--display); font-size: 45px; line-height: 1; }
.price b { margin: 25px 0 0 4px; color: #777b76; font-size: 10px; }
.offer-card > a { padding: 16px 19px; display: flex; justify-content: space-between; border-top: 1px solid #e4dfd5; font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.offer-card:hover > a { background: var(--red); color: #fff; }
.offer-disclaimer { margin-top: 24px; padding: 20px 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 17px; border: 1px solid var(--line); background: #fff; }
.offer-disclaimer > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-family: var(--display); font-size: 20px; }
.offer-disclaimer p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.offer-disclaimer p strong { color: var(--ink); }
.offer-disclaimer > a { color: var(--red); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.empty-offers { padding: 58px; border: 1px solid var(--line); background: #fff; text-align: center; }
.empty-offers strong { font-size: 25px; }
.empty-offers p { color: var(--muted); }

.wholesale { position: relative; overflow: hidden; background: var(--ink); color: #fff; }
.wholesale::before { content: "ATACADO"; position: absolute; top: -65px; left: 1%; color: rgba(255,255,255,.022); font-family: var(--display); font-size: 250px; }
.wholesale__grid { position: relative; display: grid; grid-template-columns: 1fr 500px; align-items: center; gap: 88px; }
.wholesale__copy > p:not(.eyebrow) { max-width: 620px; margin: 28px 0 36px; color: #b9bcb8; font-size: 16px; line-height: 1.7; }
.benefit-grid > div { padding: 17px 0; display: grid; grid-template-columns: 40px 1fr; border-top: 1px solid rgba(255,255,255,.12); }
.benefit-grid span { color: var(--red); font-size: 11px; font-weight: 900; }
.benefit-grid strong { font-size: 14px; }
.benefit-grid p { grid-column: 2; margin: 4px 0 0; color: #7f837e; font-size: 12px; }
.form-card { padding: 38px; background: #fff; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.32); }
.form-card__number { color: var(--red); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.form-card h3 { margin: 8px 0; font-size: 27px; }
.form-card > p { margin: 0 0 26px; color: var(--muted); font-size: 12px; }
.form-card label { margin-bottom: 15px; display: grid; gap: 7px; color: #424541; font-size: 11px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
input, select, textarea { width: 100%; min-height: 48px; padding: 12px 13px; border: 1px solid #d8d5cf; border-radius: 0; outline: 0; background: #f8f7f3; color: var(--ink); font-size: 12px; }
textarea { min-height: 92px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(227,27,35,.1); }

.about__grid { display: grid; grid-template-columns: minmax(330px, .82fr) minmax(0, 1.18fr); align-items: center; gap: 100px; }
.about__visual { position: relative; width: min(100%, 460px); margin-inline: auto; }
.about__visual::before { content: ""; position: absolute; top: 28px; right: -28px; bottom: -28px; width: 72%; border: 2px solid var(--red); }
.about__photo { position: relative; z-index: 1; aspect-ratio: 9 / 16; overflow: hidden; background: #141514; box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.about__photo img { width: 100%; height: 100%; object-fit: contain; }
.about__tag { position: absolute; z-index: 2; left: -28px; bottom: 34px; padding: 19px 21px; display: flex; align-items: center; gap: 14px; background: var(--red); color: #fff; box-shadow: 0 20px 55px rgba(0,0,0,.22); }
.about__tag b { font-family: var(--display); font-size: 39px; }
.about__tag span { font-size: 10px; font-weight: 900; line-height: 1.45; text-transform: uppercase; }
.about__copy .lead { margin-top: 28px; color: #282b27; font-size: 17px; font-weight: 700; }
.about__copy > p:not(.eyebrow) { color: var(--muted); line-height: 1.72; }
blockquote { margin: 29px 0; padding: 20px 0; display: grid; grid-template-columns: auto 1fr auto; gap: 13px; border-block: 1px solid var(--line); }
blockquote span { color: var(--red); font-family: Georgia, serif; font-size: 52px; line-height: .75; }
blockquote span:last-child { align-self: end; transform: translateY(10px); }
blockquote p { margin: 0; font-size: 18px; font-weight: 800; line-height: 1.45; }
.text-link { display: inline-flex; gap: 22px; color: var(--red); font-size: 11px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }

.quote { background: var(--red-dark); color: #fff; }
.quote__grid { display: grid; grid-template-columns: .82fr 1fr; align-items: center; gap: 84px; }
.quote h2 em { color: #ffb7ba; }
.quote__copy > p:not(.eyebrow) { margin: 24px 0 30px; color: #ffd2d4; line-height: 1.65; }
.contacts { display: grid; gap: 9px; }
.contacts a { max-width: 430px; padding: 12px 14px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.055); }
.contacts a > span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--red); font-size: 10px; font-weight: 900; }
.contacts a div { display: flex; flex-direction: column; min-width: 0; }
.contacts a small { margin-top: 3px; overflow-wrap: anywhere; color: #ffc5c8; font-size: 10px; }
.form-card--quote { box-shadow: 0 35px 100px rgba(74,0,0,.35); }

.footer { padding-top: 72px; background: var(--ink); color: #fff; }
.footer__grid { display: grid; grid-template-columns: 1.15fr .7fr 1.25fr 1.15fr; gap: 48px; padding-bottom: 58px; }
.brand--footer { margin-bottom: 18px; }
.footer__grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; }
.footer__grid > div:first-child p { max-width: 250px; color: #8a8e89; font-size: 12px; line-height: 1.6; }
.footer__label { margin-bottom: 4px; color: #686c67; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer__grid a:not(.button):not(.brand) { color: #c2c5c1; font-size: 11px; }
.footer__grid a:hover { color: #fff; }
.footer__grid .admin-access { margin-top: 7px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.12); color: #ff666b !important; font-weight: 850; text-transform: uppercase; }
.footer__cta h3 { margin: 0 0 8px; font-size: 22px; }
.footer__bottom { padding: 21px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: #696d68; font-size: 10px; }
.floating-wa { position: fixed; z-index: 50; right: 22px; bottom: 22px; min-height: 54px; padding: 7px 17px 7px 7px; display: flex; align-items: center; gap: 10px; border-radius: 99px; background: var(--green); color: #fff; box-shadow: 0 14px 38px rgba(0,0,0,.28); font-size: 10px; text-transform: uppercase; }
.floating-wa span { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: #118e43; font-weight: 900; }

:focus-visible { outline: 3px solid #ffcf55; outline-offset: 3px; }

@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .hero__grid { grid-template-columns: 1fr 320px; gap: 50px; }
  .offer-grid { grid-template-columns: repeat(2, 1fr); }
  .wholesale__grid, .quote__grid { gap: 50px; }
  .about__grid { gap: 60px; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 880px) {
  .header .button--header { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .nav { position: absolute; top: 84px; left: 0; right: 0; margin: 0; padding: 24px; display: none; flex-direction: column; align-items: stretch; background: var(--ink); border-top: 1px solid rgba(255,255,255,.12); }
  .nav.is-open { display: flex; }
  .hero__grid { grid-template-columns: 1fr; padding: 80px 0 145px; }
  .hero-ticket { display: none; }
  .section-heading, .wholesale__grid, .about__grid, .quote__grid { grid-template-columns: 1fr; }
  .section-heading { gap: 24px; }
  .wholesale__copy, .quote__copy { max-width: 650px; }
  .about__visual { max-width: 460px; }
}

@media (max-width: 620px) {
  .shell { width: min(100% - 28px, 1180px); }
  .topline__inner { justify-content: center; text-align: center; }
  .topline__inner span:first-child { display: none; }
  .header__inner { min-height: 74px; }
  .nav { top: 74px; }
  .brand__mark { width: 48px; height: 35px; }
  .brand strong { font-size: 22px; }
  .hero { min-height: 760px; }
  .hero__background { background-position: 61% center; }
  .hero__shade { background: linear-gradient(90deg, rgba(4,5,4,.95), rgba(4,5,4,.55)); }
  .hero__grid { min-height: 580px; padding: 64px 0 155px; align-items: start; }
  h1 { font-size: clamp(57px, 17vw, 76px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero__ribbon { grid-template-columns: 1fr 1fr; }
  .hero__ribbon > div { min-height: 94px; padding: 15px; border-bottom: 1px solid var(--line); }
  .hero__ribbon strong { font-size: 20px; }
  .section { padding: 76px 0; }
  .section-heading h2, .wholesale h2, .about h2, .quote h2 { font-size: clamp(43px, 13vw, 59px); }
  .offer-grid { grid-template-columns: 1fr; }
  .offer-card h3, .offer-card__body > p { min-height: 0; }
  .offer-disclaimer { grid-template-columns: auto 1fr; }
  .offer-disclaimer > a { grid-column: 1 / -1; }
  .form-card { padding: 25px 18px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .wholesale::before { font-size: 125px; }
  .about__visual::before { right: -7px; bottom: -12px; }
  .about__tag { left: -7px; bottom: 22px; }
  .footer__grid { grid-template-columns: 1fr; gap: 36px; }
  .footer__bottom { flex-direction: column; }
  .floating-wa { right: 13px; bottom: 13px; }
}

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