:root {
  --bruma-bg: #0d0b08;
  --bruma-bg-soft: #17120d;
  --bruma-panel: #21180f;
  --bruma-text: #f7efe4;
  --bruma-muted: #c7b8a4;
  --bruma-gold: #d8a85e;
  --bruma-gold-strong: #f0c37a;
  --bruma-border: rgba(255, 255, 255, 0.12);
  --font-sans: "Sora", "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--bruma-text);
  background: radial-gradient(circle at top left, rgba(105, 84, 51, 0.16), transparent 32rem), radial-gradient(circle at 82% 8%, rgba(255, 255, 255, 0.06), transparent 26rem), var(--bruma-bg);
  line-height: 1.7;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.bruma-navbar {
  background: rgba(13, 11, 8, 0.72);
  border-bottom: 1px solid var(--bruma-border);
  backdrop-filter: blur(18px);
  transition:
    background 0.25s ease,
    padding 0.25s ease;
  padding: 1rem 0;
}

.bruma-navbar.navbar-scrolled {
  background: rgba(13, 11, 8, 0.94);
  padding: 0.65rem 0;
}

.navbar-brand {
  color: var(--bruma-text);
  font-family: var(--font-serif);
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bruma-gold-strong);
}

.navbar-toggler {
  border-color: var(--bruma-border);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(216, 168, 94, 0.35);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.nav-link {
  color: var(--bruma-muted);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  margin: 0 0.35rem;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
  color: var(--bruma-gold-strong) !important;
  border-bottom: 2.5px solid var(--bruma-gold-strong);
  border-radius: 0;
  background: none;
}

.btn-bruma {
  --bs-btn-color: #18110a;
  --bs-btn-bg: #f7efe4;
  --bs-btn-border-color: #f7efe4;
  --bs-btn-hover-color: #0d0b08;
  --bs-btn-hover-bg: #ffffff;
  --bs-btn-hover-border-color: #ffffff;
  --bs-btn-focus-shadow-rgb: 247, 239, 228;
  border-radius: 999px;
  letter-spacing: 0.02em;
  padding-inline: 1.35rem;
}

.btn-outline-bruma {
  --bs-btn-color: var(--bruma-text);
  --bs-btn-border-color: rgba(247, 239, 228, 0.35);
  --bs-btn-hover-color: #18110a;
  --bs-btn-hover-bg: var(--bruma-text);
  --bs-btn-hover-border-color: var(--bruma-text);
  border-radius: 999px;
  letter-spacing: 0.02em;
  padding-inline: 1.35rem;
}

.hero-section {
  min-height: 100vh;
  padding: 9rem 0 5rem;
  position: relative;
  overflow: hidden;
  background-color: var(--bruma-bg);
}

@media (max-width: 768px) {
  .hero-section::before {
    background-position: center center;
  }
}

@media (orientation: portrait) and (min-width: 992px) {
  .hero-section {
    min-height: 50vh;
    padding: 5.75rem 0 2.5rem;
  }
}

.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/fuego.webp") center center / cover no-repeat;
  filter: grayscale(40%);
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.hero-section .container {
  z-index: 1;
}

.hero-section .container::before,
.hero-section .container::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-section .container::before {
  width: 42rem;
  height: 42rem;
  right: -14rem;
  top: 8rem;
  /* background: radial-gradient(circle, rgba(216, 168, 94, 0.2), transparent 65%); */
}

.hero-section .container::after {
  width: 20rem;
  height: 20rem;
  left: -8rem;
  bottom: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.eyebrow,
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
}

.hero-title,
.section-title {
  font-family: var(--font-serif);
  letter-spacing: -0.05em;
  line-height: 0.95;
}

.hero-title span {
  display: block;
  color: var(--bruma-gold-strong);
}

.hero-logo-wrap {
  width: clamp(220px, 24vw, 350px);
  max-width: 92vw;
}

.hero-content-wrap {
  width: min(84%, 980px);
  margin-inline: auto;
}

.hero-content-wrap .eyebrow {
  font-size: clamp(0.62rem, 0.45rem + 0.45vw, 0.88rem);
}

.hero-content-wrap .hero-title {
  font-size: clamp(1.65rem, 1.08rem + 2.05vw, 3.7rem);
  font-style: normal;
  font-weight: 500;
}

.hero-content-wrap .hero-copy {
  font-size: clamp(1rem, 0.88rem + 0.55vw, 1.35rem);
}

.hero-copy,
.section-subtitle,
.concept-copy {
  color: var(--bruma-muted);
  font-family: var(--font-serif);
}

.hero-card {
  position: relative;
  min-height: 32rem;
  max-width: 28rem;
  display: flex;
  align-items: end;
  justify-content: center;
}

.plate-glow {
  position: absolute;
  inset: 3rem 1rem 9rem;
  border-radius: 52% 48% 42% 58%;
  background: radial-gradient(circle at 50% 50%, rgba(247, 239, 228, 0.08), transparent 45%), linear-gradient(145deg, rgba(216, 168, 94, 0.38), rgba(95, 45, 22, 0.16));
  border: 1px solid rgba(216, 168, 94, 0.18);
  box-shadow: 0 4rem 7rem rgba(0, 0, 0, 0.45);
  transform: rotate(-8deg);
}

.dish-card,
.stats-panel,
.feature-dish,
.reservation-form {
  border: 1px solid var(--bruma-border);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(18px);
}

.dish-card {
  position: relative;
  z-index: 2;
  width: 86%;
  padding: 2rem;
  border-radius: 2rem;
}

.dish-kicker {
  display: block;
  color: var(--bruma-gold-strong);
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  font-weight: 800;
}

.dish-card h2 {
  font-family: Georgia, "Times New Roman", serif;
  margin: 0;
  font-size: clamp(1.7rem, 4vw, 2.35rem);
  line-height: 1.05;
}

.stats-panel {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-radius: 1.4rem;
  overflow: hidden;
}

.stat-item {
  background: rgba(13, 11, 8, 0.62);
  padding: 1.15rem 1rem;
}

.stat-item strong,
.stat-item span {
  display: block;
}

.stat-item strong {
  font-size: 1.4rem;
  color: var(--bruma-text);
}

.stat-item span {
  font-size: 0.82rem;
  color: var(--bruma-muted);
}

.hero-stats-band {
  margin-top: -1px;
  background: rgba(3, 3, 3, 0.9);
}

.stats-panel-band {
  position: static;
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.stats-panel-band .stat-item {
  background: transparent;
  text-align: center;
  padding: 2rem 1.1rem;
  border-right: 1px solid var(--bruma-border);
}

.stats-panel-band .stat-item:last-child {
  border-right: 0;
}

.stats-panel-band .stat-item strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.5vw, 3rem);
  font-weight: 500;
  line-height: 1;
}

.stats-panel-band .stat-item span {
  margin-top: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.95rem;
}

.section-padding {
  padding: 7.5rem 0;
}

.section-title {
  font-size: clamp(2.25rem, 6vw, 4.4rem);
  margin-bottom: 1.5rem;
}

.section-subtitle {
  font-size: 1.25rem;
  max-width: 34rem;
}

.feature-dish {
  min-height: 25rem;
  border-radius: 2rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(13, 11, 8, 0.45), rgba(13, 11, 8, 0.78)),
    url("../img/ceviche_de_pescador.webp") center / cover no-repeat;
}

.feature-dish::before {
  content: "";
  position: absolute;
  width: 19rem;
  height: 19rem;
  border-radius: 50%;
  right: -3rem;
  top: -3rem;
  background: radial-gradient(circle, rgba(216, 168, 94, 0.28), transparent 68%);
}

.feature-number {
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  color: rgba(255, 255, 255, 0.14);
  font-size: 6rem;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
}

.feature-dish h3 {
  position: relative;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  line-height: 1;
}

.feature-dish p {
  position: relative;
  margin-bottom: 0;
  color: var(--bruma-muted);
}

.concept-section {
  background:
    linear-gradient(rgba(13, 11, 8, 0.72), rgba(13, 11, 8, 0.72)),
    url("../img/chef.webp") center / cover no-repeat;
  border-block: 1px solid var(--bruma-border);
}

.concept-copy {
  font-size: clamp(1.25rem, 2.5vw, 1.8rem);
  line-height: 1.45;
}

.menu-section {
  background: var(--bruma-bg-soft);
}

.menu-list {
  border-top: 1px solid var(--bruma-border);
}

.menu-row {
  display: grid;
  grid-template-columns: 6.5rem 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--bruma-border);
}

.menu-row span {
  color: var(--bruma-gold-strong);
}

.menu-row p {
  margin: 0;
  color: var(--bruma-text);
  font-family: var(--font-serif);
}

.menu-row b {
  color: var(--bruma-muted);
  font-size: 1.8rem;
  font-weight: 400;
}

.reservation-section {
  position: relative;
}

.questions-cta-section {
  position: relative;
  margin-top: 1.75rem;
  padding: 4.5rem 0 6.5rem;
  background: linear-gradient(180deg, rgba(13, 11, 8, 0.92), rgba(13, 11, 8, 0.78));
}

.questions-cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(240, 195, 122, 0.95) 22%, rgba(247, 239, 228, 0.6) 50%, rgba(240, 195, 122, 0.95) 78%, transparent);
  box-shadow: 0 0 18px rgba(240, 195, 122, 0.35);
}

.questions-cta-box {
  max-width: 58rem;
  margin: 0 auto;
  padding: clamp(1.6rem, 4vw, 2.8rem);
  border: 1px solid var(--bruma-border);
  border-radius: 1.6rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
}

.questions-cta-box .section-title {
  font-size: clamp(1.8rem, 3.8vw, 2.8rem);
}

.reservation-form {
  border-radius: 2rem;
  padding: clamp(1.25rem, 4vw, 2.2rem);
}

.form-label {
  color: var(--bruma-muted);
  font-size: 0.92rem;
}

.form-control,
.form-select {
  color: var(--bruma-text);
  background-color: rgba(13, 11, 8, 0.58);
  border-color: rgba(255, 255, 255, 0.14);
  border-radius: 1rem;
  min-height: 3.3rem;
}

.form-control:focus,
.form-select:focus {
  color: var(--bruma-text);
  background-color: rgba(13, 11, 8, 0.8);
  border-color: var(--bruma-gold-strong);
  box-shadow: 0 0 0 0.2rem rgba(216, 168, 94, 0.18);
}

.form-select option {
  color: #18110a;
}

.form-control::placeholder {
  color: rgba(247, 239, 228, 0.72);
}

.form-control:focus::placeholder {
  color: rgba(247, 239, 228, 0.82);
}

.site-footer {
  color: var(--bruma-muted);
  border-top: 1px solid var(--bruma-border);
  background: rgba(0, 0, 0, 0.24);
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 1rem 0 0.5rem;
  }

  .nav-link {
    margin: 0 0.15rem;
  }

  .hero-section {
    padding-top: 8rem;
  }

  .hero-card {
    margin-inline: auto;
  }

  .hero-logo-wrap {
    width: clamp(190px, 34vw, 320px);
  }

  .hero-content-wrap {
    width: min(90%, 760px);
  }
}

@media (max-width: 575.98px) {
  .section-padding {
    padding: 5rem 0;
  }

  .stats-panel {
    grid-template-columns: 1fr;
  }

  .stats-panel-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .stats-panel-band .stat-item {
    padding: 1.25rem 0.45rem;
  }

  .stats-panel-band .stat-item strong {
    font-size: 1.95rem;
  }

  .stats-panel-band .stat-item span {
    font-size: 0.68rem;
    letter-spacing: 0.09em;
  }

  .hero-card {
    min-height: 38rem;
  }

  .menu-row {
    grid-template-columns: 1fr auto;
    gap: 0.8rem;
  }

  .menu-row span {
    grid-column: 1 / -1;
  }

  .hero-logo-wrap {
    width: clamp(160px, 52vw, 250px);
  }

  .hero-content-wrap {
    width: 94%;
  }
}

/* Hero con logo */
.hero-logo-card {
  position: relative;
  max-width: 28rem;
  padding: 1rem;
  border: 1px solid var(--bruma-border);
  border-radius: 2.4rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025));
  box-shadow: 0 3rem 7rem rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(18px);
  overflow: hidden;
}

.logo-aura {
  position: absolute;
  width: 22rem;
  height: 22rem;
  right: -8rem;
  top: -7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(216, 168, 94, 0.28), transparent 66%);
  pointer-events: none;
}

.hero-logo-frame {
  position: relative;
  z-index: 2;
  border-radius: 1.8rem;
  overflow: hidden;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.hero-logo {
  display: block;
  width: 100%;
  aspect-ratio: 0.72;
  object-fit: cover;
  object-position: center;
}

.hero-logo-card .stats-panel {
  position: relative;
  z-index: 3;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 1rem;
}

/* Sección para fotos */
.gallery-section {
  background: radial-gradient(circle at 18% 22%, rgba(216, 168, 94, 0.16), transparent 28rem), radial-gradient(circle at 92% 68%, rgba(255, 255, 255, 0.055), transparent 22rem), var(--bruma-bg);
  border-top: 1px solid var(--bruma-border);
  border-bottom: 1px solid var(--bruma-border);
}

.bruma-gallery {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.gallery-slot {
  position: relative;
  min-height: 16rem;
  border-radius: 2rem;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.025)), radial-gradient(circle at 30% 25%, rgba(216, 168, 94, 0.25), transparent 20rem), rgba(255, 255, 255, 0.035);
  box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.gallery-slot img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.gallery-slot-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 1.2rem 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  color: var(--bruma-text);
  background: linear-gradient(transparent, rgba(13, 11, 8, 0.82));
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.hero-title,
.section-title,
.dish-card h2,
.feature-number,
.feature-dish h3,
.stats-panel-band .stat-item strong,
.gallery-slot-title {
  font-family: var(--font-serif);
}

.gallery-slot-large .gallery-slot-title {
  font-size: 1.6rem;
  padding: 2rem 1.8rem;
}

.gallery-slot-wide .gallery-slot-title {
  font-size: 1.2rem;
  padding: 1.5rem 1.6rem;
}

.gallery-slot-small .gallery-slot-title {
  font-size: 0.9rem;
  padding: 1rem 1.1rem;
}

.gallery-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.28)), linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 44%);
  pointer-events: none;
}

.gallery-slot-large {
  grid-column: span 6;
  grid-row: span 2;
  min-height: 33rem;
}

.gallery-slot-wide {
  grid-column: span 6;
}

.gallery-slot-small {
  grid-column: span 3;
}

@media (max-width: 991.98px) {
  .hero-logo-card {
    margin-inline: auto;
  }

  .gallery-slot-large,
  .gallery-slot-wide {
    grid-column: span 12;
  }

  .gallery-slot-small {
    grid-column: span 6;
  }
}

@media (max-width: 575.98px) {
  .gallery-slot,
  .gallery-slot-small,
  .gallery-slot-wide,
  .gallery-slot-large {
    grid-column: span 12;
    min-height: 18rem;
  }
}
