@font-face { font-family: "Manrope"; src: url("assets/fonts/Manrope-Regular.ttf") format("truetype"); font-display: swap; font-weight: 400; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/Manrope-Bold.ttf") format("truetype"); font-display: swap; font-weight: 700; }
@font-face { font-family: "Manrope"; src: url("assets/fonts/Manrope-ExtraBold.ttf") format("truetype"); font-display: swap; font-weight: 800; }
@font-face { font-family: "Black Mango"; src: url("assets/fonts/BlackMango-Bold.ttf") format("truetype"); font-display: swap; font-weight: 700; }

:root {
  --red: #c60c18;
  --red-dark: #a90712;
  --cream: #f3eadb;
  --cream-soft: #fbf6ee;
  --ink: #342f2c;
  --muted: #6d6762;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); font-family: "Manrope", Arial, sans-serif; font-size: 18px; line-height: 1.5; background: var(--cream-soft); }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
p { margin: 0 0 22px; }
h1, h2, h3 { margin: 0; font-family: "Black Mango", Georgia, serif; font-weight: 700; line-height: .98; }
.landing, .footer { overflow-x: hidden; }
.content { width: min(1080px, calc(100% - 48px)); margin-inline: auto; }
.section-pad { padding: 110px 0; }

.hero { position: relative; min-height: 790px; color: var(--white); background-image: linear-gradient(90deg, rgb(35 18 12 / .9) 0%, rgb(35 18 12 / .7) 37%, rgb(35 18 12 / .22) 66%, rgb(35 18 12 / .5) 100%), url("assets/images/hero-preventa-fiestas.webp"); background-position: center; background-size: cover; }
.hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 400px; gap: 80px; align-items: center; width: min(1180px, calc(100% - 64px)); min-height: 790px; margin: 0 auto; padding: 46px 0; }
.brand-mark { display: block; width: 155px; }
.brand-mark img { width: 100%; height: auto; }
.brand-mark--small { width: 96px; }
.hero__eyebrow, .eyebrow, .form-kicker { margin: 0 0 18px; color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.hero__eyebrow { margin-top: 70px; color: #ffd8be; }
.hero__copy { container-type: inline-size; }
.hero h1 { max-width: 650px; font-size: clamp(54px, 6.2vw, 84px); text-wrap: balance; }
.hero__lead { max-width: 600px; margin: 26px 0 34px; color: #f2e4ce; font-family: "Black Mango", Georgia, serif; font-size: clamp(18px, 6.4cqw, 40px); font-weight: 700; line-height: 1.1; }

.lead-form { display: grid; gap: 11px; padding: 34px 38px 28px; color: var(--ink); background: rgb(255 255 255 / .97); border-radius: 18px; box-shadow: 0 22px 60px rgb(0 0 0 / .25); }
.form-kicker { margin-bottom: 0; }
.lead-form h2 { color: var(--red); font-size: 38px; }
.form-intro { margin: 0 0 5px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.lead-form > label > span, .form-row label > span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.lead-form input[type="text"], .lead-form input[type="tel"], .lead-form input[type="email"] { width: 100%; min-height: 44px; padding: 0 14px; color: var(--ink); font: 400 16px/1.4 "Manrope", Arial, sans-serif; background: #f5f3f1; border: 1px solid transparent; border-radius: 5px; outline: none; }
.lead-form input::placeholder { color: #68625e; opacity: 1; }
.lead-form button { min-height: 50px; color: var(--white); font: 800 14px/1 "Manrope", Arial, sans-serif; text-transform: uppercase; background: var(--red); border: 0; border-radius: 5px; cursor: pointer; }
.lead-form button:hover { background: var(--red-dark); }
.lead-form button:disabled { cursor: wait; opacity: .7; }
.lead-form input.form-honeypot { display: none; }
.form-note, .form-status { min-height: 16px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.4; text-align: center; }
.form-status--success { color: #24733b; font-weight: 700; }
.form-status--error { color: var(--red); font-weight: 700; }

.season { background: var(--cream); }
.season__intro { display: grid; grid-template-columns: .8fr 1.2fr; column-gap: 84px; align-items: end; }
.season__intro .eyebrow { grid-column: 1; }
.season__intro h2 { grid-column: 1; color: var(--red); font-size: clamp(42px, 5vw, 62px); }
.season__intro > p:last-child { grid-column: 2; grid-row: 1 / 3; margin: 0 0 4px; color: var(--muted); font-size: 19px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 58px; }
.product-card { display: grid; grid-template-columns: 44% 56%; min-height: 315px; overflow: hidden; background: var(--white); border-radius: 14px; box-shadow: 0 16px 36px rgb(96 65 42 / .08); }
.product-card > img { width: 100%; height: 100%; padding: 24px 0 20px 18px; object-fit: contain; object-position: center; background: linear-gradient(145deg, #fffaf3, #e7d5bd); }
.product-card--budines > img { padding-inline: 28px; }
.product-card__body { align-self: center; padding: 32px; }
.product-card__body span { display: block; margin-bottom: 12px; color: var(--red); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { color: var(--red); font-size: 38px; }
.product-card p { margin: 16px 0 0; color: var(--muted); font-size: 15px; }

.support { position: relative; color: var(--white); background: var(--red); }
.support::after { position: absolute; top: 0; right: 0; width: min(52vw, 630px); height: 100%; content: ""; opacity: .12; background: url("assets/decor/fondo-sec.svg") right top / 100% auto no-repeat; pointer-events: none; }
.support__layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.support .eyebrow { color: #ffd2d5; }
.support h2 { max-width: 530px; font-size: clamp(42px, 5vw, 62px); }
.support__copy > p:not(.eyebrow) { max-width: 560px; margin-top: 28px; color: #fff0f1; }
.support__closing { font-weight: 800; }
.support__list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; }
.support__list li { padding: 23px 24px; background: rgb(255 255 255 / .1); border: 1px solid rgb(255 255 255 / .24); border-radius: 10px; }
.support__list strong, .support__list span { display: block; }
.support__list strong { margin-bottom: 5px; font-size: 16px; }
.support__list span { color: #ffe7e8; font-size: 14px; }

.brand-strip { display: grid; place-items: center; gap: 24px; min-height: 210px; padding: 44px 24px; background: var(--white); }
.brand-strip p { margin: 0; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-align: center; text-transform: uppercase; }
.brand-strip img { width: min(720px, 100%); height: auto; }
.catalog { background: var(--cream-soft); }
.catalog__inner { text-align: center; }
.catalog h2 { color: var(--red); font-size: clamp(42px, 5vw, 58px); }
.catalog p:not(.eyebrow) { max-width: 650px; margin: 24px auto 0; color: var(--muted); }
.catalog-button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; margin-top: 34px; padding: 0 26px; color: var(--white); font-size: 14px; font-weight: 800; text-transform: uppercase; background: var(--red); border-radius: 6px; }
.catalog-button:hover { background: var(--red-dark); }
.catalog-button__icon { width: 23px; }
.catalog-button:focus-visible, .lead-form button:focus-visible, .lead-form input:focus-visible { outline: 3px solid var(--red-dark); outline-offset: 3px; }
.footer { background: var(--white); }
.footer__inner { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; min-height: 90px; color: var(--muted); font-size: 10px; }
.footer p { margin: 0; }
.footer strong { color: #232323; font-size: 12px; }

@media (max-width: 940px) {
  .section-pad { padding: 82px 0; }
  .hero { background-position: 56% center; }
  .hero__inner { grid-template-columns: 1fr; gap: 40px; width: min(620px, calc(100% - 40px)); padding: 34px 0 58px; }
  .hero__eyebrow { margin-top: 45px; }
  .lead-form { width: min(100%, 520px); }
  .season__intro { grid-template-columns: 1fr; }
  .season__intro .eyebrow, .season__intro h2, .season__intro > p:last-child { grid-column: 1; grid-row: auto; }
  .season__intro > p:last-child { max-width: 680px; margin-top: 28px; }
  .product-grid { grid-template-columns: 1fr; }
  .support__layout { grid-template-columns: 1fr; gap: 44px; }
  .support::after { width: min(80vw, 630px); }
}

@media (max-width: 580px) {
  body { font-size: 16px; }
  .content { width: min(100% - 32px, 1080px); }
  .hero { background-position: 45% center; }
  .hero__inner { width: min(100% - 32px, 620px); }
  .brand-mark { width: 130px; }
  .hero h1 { font-size: 50px; }
  .lead-form { padding: 30px 22px 24px; }
  .lead-form h2 { font-size: 34px; }
  .form-row { grid-template-columns: 1fr; }
  .product-card { grid-template-columns: 1fr; }
  .product-card > img { height: 230px; padding: 18px; }
  .product-card__body { padding: 26px; }
  .footer__inner { grid-template-columns: 1fr; justify-items: center; gap: 12px; padding: 22px 0; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
