/* ==============================================
   BRASERO — HOME CSS
   ============================================== */

/* HERO */
.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero__bg { position: absolute; inset: 0; }
.hero__img {
  width: 100%; height: 100%;
  object-fit: cover;
  filter: brightness(.55) saturate(1.1);
  transform: scale(1.06);
  animation: heroZoom 14s ease-out forwards;
}
@keyframes heroZoom { to { transform: scale(1); } }
.hero__overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(14,10,7,.95) 0%, rgba(14,10,7,.55) 55%, rgba(14,10,7,.15) 100%),
    linear-gradient(to top, rgba(14,10,7,.8) 0%, transparent 45%);
}
.hero__content {
  position: relative; z-index: 2;
  padding: 0 clamp(1.5rem, 5vw, 6rem);
  max-width: 680px;
}
.hero__eyebrow {
  font-size: .72rem; font-weight: 500;
  letter-spacing: .25em; text-transform: uppercase;
  color: var(--amber); margin-bottom: 1.5rem;
  display: block;
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(4.5rem, 10vw, 9rem);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.02em;
  margin-bottom: 1.75rem;
  color: var(--cream);
}
.hero__title em { font-style: italic; color: var(--ember); font-weight: 400; }
.hero__sub {
  font-size: clamp(.88rem, 1.4vw, 1rem);
  color: var(--muted);
  line-height: 1.85;
  margin-bottom: 2.5rem;
}
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }

.hero__scroll {
  position: absolute; bottom: 2.5rem; left: 50%;
  transform: translateX(-50%);
  z-index: 2; display: flex; flex-direction: column; align-items: center;
  animation: fadeIn 1s 1.2s both;
}
.hero__scroll-line {
  width: 1px; height: 55px;
  background: linear-gradient(to bottom, var(--ember), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse { 0%,100%{opacity:1;transform:scaleY(1)} 50%{opacity:.35;transform:scaleY(.5)} }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

/* HIGHLIGHTS */
.highlights {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--dark2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.highlight {
  padding: 2rem 1.75rem;
  text-align: center;
  border-right: 1px solid var(--line);
  transition: background var(--transition);
}
.highlight:last-child { border-right: none; }
.highlight:hover { background: var(--dark3); }
.highlight__icon { display: block; font-size: 1.6rem; margin-bottom: .75rem; }
.highlight strong { display: block; font-family: var(--font-display); font-size: 1.05rem; font-weight: 700; margin-bottom: .35rem; }
.highlight p { font-size: .8rem; color: var(--muted); line-height: 1.6; }

/* ESPECIALIDADES */
.especialidades {
  padding: 7rem clamp(1.5rem, 5vw, 6rem);
  background: var(--carbon);
}
.especialidades__header { margin-bottom: 3.5rem; }
.especialidades__header h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4.5vw, 3.8rem);
  font-weight: 700; line-height: 1.1;
}
.especialidades__header em { font-style: italic; color: var(--amber); font-weight: 400; }

.especialidades__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--line);
  border: 1px solid var(--line);
}
.plato {
  background: var(--dark);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: background var(--transition);
}
.plato:hover { background: var(--dark2); }
.plato__img {
  position: relative;
  height: 240px; overflow: hidden;
}
.plato__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .6s ease;
  filter: brightness(.8) saturate(.9);
}
.plato:hover .plato__img img { transform: scale(1.05); filter: brightness(.95) saturate(1.1); }
.plato__badge {
  position: absolute; top: 12px; right: 12px;
  font-size: .7rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px;
  background: var(--ember); color: var(--carbon);
}
.plato__body { padding: 1.5rem; flex: 1; display: flex; flex-direction: column; gap: .6rem; }
.plato__top { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; }
.plato__top h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; }
.plato__precio { font-family: var(--font-display); font-size: 1.1rem; color: var(--amber); font-weight: 700; white-space: nowrap; }
.plato__body p { color: var(--muted); font-size: .85rem; line-height: 1.7; flex: 1; }
.plato__tags { display: flex; gap: .5rem; flex-wrap: wrap; }
.plato__tags span {
  font-size: .68rem; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  padding: 4px 9px; border-radius: 2px;
  background: rgba(240,165,0,.12); border: 1px solid rgba(240,165,0,.25);
  color: var(--amber);
}
.especialidades__footer { margin-top: 3rem; text-align: center; }

/* STATEMENT */
.statement {
  padding: 7rem clamp(1.5rem, 5vw, 6rem);
  background: var(--dark2);
  position: relative; overflow: hidden;
}
.statement::before {
  content: '"';
  position: absolute; top: -3rem; left: clamp(1rem,4vw,5rem);
  font-family: var(--font-display);
  font-size: 22rem; font-weight: 900;
  color: rgba(232,98,26,.07);
  line-height: 1; pointer-events: none;
}
.statement__inner { position: relative; z-index: 1; max-width: 820px; }
.statement__inner blockquote {
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 400; line-height: 1.3;
  color: var(--cream);
}
.statement__inner em { font-style: italic; color: var(--ember); }
.statement__inner cite {
  display: block; margin-top: 1.5rem;
  font-size: .8rem; letter-spacing: .15em;
  text-transform: uppercase; color: var(--amber);
  font-style: normal;
}

/* AMBIENTE */
.ambiente {
  padding: 7rem clamp(1.5rem, 5vw, 6rem);
  background: var(--carbon);
}
.ambiente__header { margin-bottom: 3rem; }
.ambiente__header h2 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
}
.ambiente__header em { font-style: italic; color: var(--amber); font-weight: 400; }
.ambiente__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  height: 560px;
}
.ambiente__item { overflow: hidden; position: relative; }
.ambiente__item--tall { grid-row: 1 / 3; }
.ambiente__item img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform .6s ease, filter .6s ease;
  filter: brightness(.75) saturate(.85);
}
.ambiente__item:hover img { transform: scale(1.04); filter: brightness(.9) saturate(1); }

/* TESTIMONIOS */
.testimonios { padding: 7rem clamp(1.5rem, 5vw, 6rem); background: var(--dark); }
.testimonios__inner { max-width: 1100px; margin: 0 auto; }
.testimonios__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5px;
  background: var(--line);
  border: 1px solid var(--line);
  margin-top: 1.5rem;
}
.testimonio {
  background: var(--dark2);
  padding: 2rem 1.75rem;
  transition: background var(--transition);
}
.testimonio:hover { background: var(--dark3); }
.testimonio__stars { color: var(--amber); font-size: 1rem; margin-bottom: 1rem; letter-spacing: .1em; }
.testimonio p { font-family: var(--font-display); font-size: 1rem; font-style: italic; color: var(--cream); line-height: 1.7; margin-bottom: 1.25rem; }
.testimonio span { font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* RESPONSIVE HOME */
@media (max-width: 980px) {
  .highlights { grid-template-columns: repeat(2, 1fr); }
  .highlight:nth-child(2) { border-right: none; }
  .highlight:nth-child(3) { border-top: 1px solid var(--line); }
  .especialidades__grid { grid-template-columns: 1fr; }
  .ambiente__grid { grid-template-columns: 1fr 1fr; height: auto; }
  .ambiente__item--tall { grid-row: auto; }
  .ambiente__item img { min-height: 220px; }
  .testimonios__grid { grid-template-columns: 1fr; }
}
@media (max-width: 820px) {
  .hero__title { font-size: clamp(3.5rem, 13vw, 5.5rem); }
  .hero__actions { flex-direction: column; align-items: flex-start; }
  .hero__scroll { display: none; }
}
@media (max-width: 560px) {
  .highlights { grid-template-columns: 1fr 1fr; }
  .ambiente__grid { grid-template-columns: 1fr; height: auto; }
}
