:root {
  --background: #141414;
  --foreground: #f1ece0;
  --card: #1f1f1f;
  --primary: #f79e10;
  --primary-foreground: #121212;
  --secondary: #2e2e2e;
  --muted: #919191;
  --accent: #e54d25;
  --border: #353535;
  --whatsapp: #16a34a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: "Barlow", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Russo One", sans-serif;
}

a {
  color: inherit;
}

.section-anchor {
  scroll-margin-top: 96px;
}

.section-space {
  padding: 5rem 0;
}

.bg-secondary-custom {
  background: var(--secondary);
}

.text-primary-custom {
  color: var(--primary);
}

.section-label {
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: .85rem;
  letter-spacing: .3em;
  font-weight: 700;
  color: var(--primary);
}

.section-title {
  margin-top: .75rem;
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3rem);
}

.section-text {
  color: var(--muted);
  line-height: 1.75;
  max-width: 680px;
}

.section-bar {
  width: 80px;
  height: 4px;
  background: var(--primary);
  border-radius: 999px;
  margin: 1rem auto 4rem;
}

.garage-nav {
  transition: all .3s ease;
  background: transparent;
  z-index: 1000;
}

.garage-nav.is-scrolled {
  background: rgba(20, 20, 20, .95);
  backdrop-filter: blur(8px);
  box-shadow: 0 8px 24px rgba(247, 158, 16, .12);
}

.nav-side {
  width: calc(50% - 120px);
  gap: 1.25rem;
}

.nav-left {
  justify-content: flex-end;
}

.nav-right {
  justify-content: flex-start;
}

.garage-nav .nav-link {
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  font-size: .93rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: rgba(241, 236, 224, .8);
  transition: color .2s ease;
  padding: .25rem .1rem;
}

.garage-nav .nav-link:hover,
.garage-nav .nav-link.active {
  color: var(--primary);
}

.brand-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.brand-logo {
  width: auto;
  height: 122px;
}

.garage-nav .container {
  min-height: 130px;
}

.navbar-toggler {
  border: 1px solid rgba(247, 158, 16, .4);
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(247, 158, 16, .25);
}

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

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20, 20, 20, 1), rgba(20, 20, 20, .8), rgba(20, 20, 20, .4));
}

.hero-top-line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 8px;
  background: linear-gradient(to right, var(--primary), var(--accent), var(--primary));
}

.hero-bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--primary), transparent);
}

.hero-content {
  z-index: 2;
}

.hero-title {
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1.12;
  margin-bottom: 1.6rem;
}

.hero-subtitle {
  font-size: clamp(1rem, 2.2vw, 1.3rem);
  max-width: 760px;
  color: var(--muted);
  margin: 0 auto 2rem;
}

.btn-primary-custom {
  background: var(--primary);
  color: var(--primary-foreground);
  border: 0;
  border-radius: .4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  padding: .85rem 1.8rem;
}

.btn-primary-custom:hover {
  background: #e18f0b;
  color: var(--primary-foreground);
}

.btn-outline-primary-custom {
  border: 1px solid rgba(247, 158, 16, .35);
  background: rgba(247, 158, 16, .1);
  color: var(--primary);
  border-radius: .4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.btn-outline-primary-custom:hover {
  background: var(--primary);
  color: var(--primary-foreground);
}

.about-photo-wrap {
  position: relative;
}

.about-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: .5rem;
  background: linear-gradient(to bottom right, rgba(247, 158, 16, .3), rgba(229, 77, 37, .2));
  filter: blur(18px);
}

.about-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: .5rem;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .45);
}

.since-badge {
  position: absolute;
  z-index: 3;
  right: -14px;
  bottom: -14px;
  background: var(--card);
  border: 2px solid var(--primary);
  border-radius: .5rem;
  padding: .45rem .85rem;
  color: var(--primary);
  font-family: "Russo One", sans-serif;
  font-size: 1.15rem;
}

.menu-card,
.delivery-card,
.info-card,
.location-box {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: .6rem;
}

.menu-card {
  overflow: hidden;
  transition: all .3s ease;
}

.menu-card:hover {
  border-color: rgba(247, 158, 16, .55);
  box-shadow: 0 14px 28px rgba(247, 158, 16, .1);
}

.menu-image-wrap {
  position: relative;
  height: 208px;
  overflow: hidden;
}

.menu-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.menu-card:hover .menu-image {
  transform: scale(1.1);
}

.menu-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(31, 31, 31, .95), transparent);
}

.menu-tag {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: rgba(247, 158, 16, .9);
  color: #111;
  border-radius: 999px;
  padding: .2rem .6rem;
  font-size: .72rem;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-weight: 700;
}

.menu-body {
  padding: 1.25rem;
}

.menu-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: .6rem;
  margin-bottom: .5rem;
}

.menu-head h3 {
  margin: 0;
  font-size: 1.35rem;
}

.menu-price {
  color: var(--primary);
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.menu-body p {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.delivery-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
  transition: all .3s ease;
}

.delivery-card:hover {
  border-color: rgba(247, 158, 16, .55);
  box-shadow: 0 14px 28px rgba(247, 158, 16, .1);
}

.delivery-icon {
  width: 74px;
  height: 74px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.bg-whatsapp {
  background: var(--whatsapp);
}

.bg-accent-custom {
  background: var(--accent);
}

.delivery-card h3 {
  margin-bottom: .4rem;
  font-size: 1.8rem;
}

.delivery-card p {
  color: var(--muted);
  margin-bottom: 1.2rem;
}

.cta-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(to bottom right, rgba(247, 158, 16, .2), var(--background), rgba(229, 77, 37, .1));
}

.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--primary), transparent);
}

.cta-section::before {
  top: 0;
}

.cta-section::after {
  bottom: 0;
}

.cta-title {
  font-size: clamp(2rem, 5vw, 4rem);
  margin-bottom: 1.6rem;
}

.structure-image {
  height: 420px;
  object-fit: cover;
}

#structureCarousel {
  border: 1px solid var(--border);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  background-size: 52% 52%;
}

.info-card {
  padding: 1.4rem 1rem;
}

.info-icon {
  color: var(--primary);
  font-size: 2rem;
  margin-bottom: .75rem;
}

.info-card h3 {
  margin-bottom: .4rem;
  font-size: 1.2rem;
}

.info-card p {
  margin-bottom: .4rem;
  color: var(--muted);
}

.info-card strong,
.info-card a {
  color: var(--primary);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.info-card a:hover {
  text-decoration: underline;
}

.location-box {
  overflow: hidden;
}

.map-frame {
  width: 100%;
  height: 400px;
}

.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.location-address {
  display: flex;
  align-items: center;
  gap: .85rem;
  padding: 1.1rem 1.25rem;
  border-top: 1px solid var(--border);
}

.location-address i {
  color: var(--primary);
  font-size: 1.35rem;
  flex-shrink: 0;
}

.location-name {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
}

.location-address p:last-child {
  color: var(--muted);
}

.footer-custom {
  background: var(--card);
  border-top: 1px solid var(--border);
  padding: 2.25rem 0;
}

.footer-custom p {
  margin: 0;
  color: var(--muted);
  text-align: left;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .55s ease, transform .55s ease;
}

@media (max-width: 991.98px) {
  .brand-logo {
    height: 96px;
  }

  .garage-nav .container {
    min-height: 106px;
  }

  .section-space {
    padding: 4.2rem 0;
  }

  .structure-image {
    height: 340px;
  }
}

@media (max-width: 767.98px) {
  .brand-center {
    position: static;
    transform: none;
    margin-right: auto;
  }

  /* .brand-logo {
    height: 62px;
  } */

  .section-title {
    margin-bottom: 1.35rem;
  }

  .garage-nav {
    background: rgba(20, 20, 20, .98);
    backdrop-filter: blur(8px);
  }

  .hero-title {
    margin-top: 4.5rem;
  }

  .about-photo {
    height: 320px;
  }

  .since-badge {
    right: 8px;
    bottom: 8px;
    font-size: 1rem;
  }

  .structure-image {
    height: 280px;
  }
}

@media (min-width: 768px) {
  #menuMobile {
    display: none !important;
  }
}
