/* Bootstrap-first: pochi override, spazi coerenti */
:root{
  --gb-bg: #0b0b0b;
  --gb-card: rgba(10, 10, 10, 0.72);
  --gb-border: rgba(255,255,255,0.10);
}

html, body { height: 100%; }

body{
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--gb-bg);
  background-image:
    linear-gradient(180deg, rgba(0,0,0,0.75), rgba(0,0,0,0.85)),
    url("images/sfondo_con_toro.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 768px){
  body{ background-attachment: scroll; }
}

.navbar{
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  background: rgba(0,0,0,0.65) !important;
  border-bottom: 1px solid var(--gb-border);
}

.brand-logo{
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.hero-card{
  background: var(--gb-card);
  border: 1px solid var(--gb-border);
}

.carousel img{
  width: 100%;
  height: 360px;
  object-fit: cover;
}

@media (max-width: 768px){
  .carousel img{ height: 240px; }
}

.section-card{
  background: var(--gb-card);
  border: 1px solid var(--gb-border);
}

.accordion-button{
  box-shadow: none !important;
}
.accordion-button::after{
  filter: invert(1);
  opacity: 0.75;
}
.accordion-button:not(.collapsed){
  color: #fff;
}

.section-title{
  letter-spacing: 0.02em;
}

.list-group-item{
  border-color: rgba(255,255,255,0.08) !important;
}

.menu-item-img{
  width: 160px;
  height: 160px;
  flex: 0 0 40px;
  object-fit: cover;
  display: block;
}


.footer{
  border-top: 1px solid var(--gb-border);
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}



/* Social (Bootstrap Icons) */
.social-link{
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  text-decoration: none;
  color: rgba(255,255,255,0.9);
  background: rgba(0,0,0,0.35);
  transition: transform 160ms ease, opacity 160ms ease, background 160ms ease;
}

.social-link i{
  font-size: 1.25rem;
  line-height: 1;
}

.social-link:hover{
  opacity: 1;
  transform: translateY(-1px);
  background: rgba(255,255,255,0.06);
  color: #fff;
}

/* Google Maps iframe */
.map-embed{
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(0,0,0,0.25);
}

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