
@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
	position: relative;
	font-family: 'Raleway', sans-serif;
	font: 400 15px Lato, sans-serif;
	color: #818181;
	overflow-x: hidden;
}
h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #555;
	font-weight: 600;
	margin-bottom: 30px;
}

a{
	color: white;
}

a:hover{
	color: silver;
}

p.gray-background {
	font-family: 'Raleway', sans-serif;
	line-height: 0.8;
	font-size: 19px;
	color: white;
	text-align: left;
	margin-left: 20%;
}

p{
	font-family: 'Raleway', sans-serif;
}

h4 {
	font-family: 'Raleway', sans-serif;
}

br{
	line-height: .5;
}

.without-p{
	padding: 0 !important;
}

.without-m{
	margin: 0 !important;
}


#myPage {
	box-sizing: border-box;
}

#home {
	background-size: cover;
	background-position: center;
	background-image: url(../images/FondoHome.png);
	background-repeat: no-repeat;
	/*font-family: Montserrat, sans-serif;*/
	margin-bottom: 0;
	min-height: 100vh;
}

.bg-grey {
	background-color: #f6f6f6;
}
.logo-small {
	color: #f4511e;
	font-size: 50px;
}
.logo {
	color: #f4511e;
	font-size: 200px;
}
.thumbnail {
	padding: 0 0 15px 0;
	border: none;
	border-radius: 0;
}
.thumbnail img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.item h4 {
	font-family: 'Raleway', sans-serif;
	font-size: 19px;
	line-height: 1.375em;
	font-weight: 400;
	font-style: italic;
	margin: 70px 0;
}
.item span {
	font-style: normal;
}
.panel {
	border: 1px solid #f4511e;
	border-radius: 0 !important;
	transition: box-shadow 0.5s;
}
.panel:hover {
	box-shadow: 5px 0px 40px rgba(0, 0, 0, 0.2);
}
.panel-footer .btn:hover {
	border: 1px solid #f4511e;
	background-color: #fff !important;
	color: #f4511e;
}
.panel-heading {
	color: #fff !important;
	background-color: #f4511e !important;
	padding: 25px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.panel-footer {
	background-color: white !important;
}
.panel-footer h3 {
	font-size: 32px;
}
.panel-footer h4 {
	font-family: 'Raleway', sans-serif;
	color: #aaa;
	font-size: 14px;
}
.panel-footer .btn {
	margin: 15px 0;
	background-color: #f4511e;
	color: #fff;
}

.navbar {
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.91);
	z-index: 9999;
	border: 0;
	font-size: 12px !important;
	line-height: 1.42857143 !important;
	letter-spacing: 4px;
	border-radius: 0;
	font-family: Montserrat, sans-serif;
}

.navbar li a,
.navbar .navbar-brand {
	color: #fff !important;
}
.navbar-nav li a:hover,
.navbar-nav li.active a {
	color: #000000 !important;
	background-color: #fff !important;
}

@media (max-width: 768px) {
	.nav-link {
		font-size: 11.4px;
		letter-spacing: .5px;
	}
	.navbar-expand .navbar-nav .nav-link{
		padding-right: 0rem;
		padding-left: 0rem;
	}
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}
.navbar-toggler{
	background-color: white;
}

.navbar-nav li>a:hover,.navbar-nav li>a:focus,.navbar-nav li.active {
    color: black;
}

footer .glyphicon {
	font-size: 20px;
	margin-bottom: 20px;
	color: #f4511e;
}
.slideanim {
	visibility: hidden;
}
.slide {
	animation-name: slide;
	-webkit-animation-name: slide;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	visibility: visible;
}
@keyframes slide {
	0% {
		opacity: 0;
		transform: translateY(70%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
@-webkit-keyframes slide {
	0% {
		opacity: 0;
		-webkit-transform: translateY(70%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0%);
	}
}

.space-between{
	height: 30px;
}

.pink-brush {
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/BrochaRosaNosotros.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding: 20px 0;
	margin: 30px 0;
}
.dark-brush {
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/BrochaNegraSucursales.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding: 20px 0;
	margin: 30px 0;
}
.red-brush {
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/BrochaRojamenu.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	padding: 20px 0;
	margin: 30px 0;
}

@media (max-width: 768px) {
	.pink-brush {
		background-image: url(../images/brush-pink-mobile.png);
		background-size: 100%;
	}
	.dark-brush {
		background-image: url(../images/brush-black-mobile.png);
		background-size: 100%;
	}
	.red-brush {
		background-image: url(../images/brush-red-mobile.png);
		background-size: 100%;
	}
}

.brush-text {
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 30px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.brush-text{
		font-size: 20px;
	}
}

.brush-text-jp {
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 18px;
	font-weight: 500;
}

.about-image {
	background-image: url(../images/nosotros-image.png);
	background-size: cover;
	min-height: 260px;
}

.about-text {
	font-family: 'Raleway', sans-serif;
	max-width: 400px;
	padding: 80px 30px;
	box-sizing: border-box;
	text-align: center;
	font-size: 19px;
	line-height: 1.375em;
	color: #555;
	font-weight: 400;
}

.location-row {
	background-color: #1d1a1c;
}
.location-text {
	color: white;
	line-height: 0.8;
	font-size: 19px;
	padding: 20px;
}

.map-marker {
	font-size: 40px;
	margin-bottom: 10px;
	color: white;
}

.map-marker:hover {
	cursor: pointer;
	color: #c57670;
}

.restaurant-image-right {
	background-image: url(../images/FotosLopezMateos.png);
	background-size: cover;
	min-height: 350px;
}
.restaurant-image-left {
	background-size: cover;
	background-image: url(../images/FotoAvMexico.png);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 350px;
}

.menu-img {
	box-sizing: border-box;
}
.dishes-img {
	background-image: url(../images/TepanyakiBotonMenu2.png);
}
.sushi-img {
	background-image: url(../images/SushiBotonMenu2.png);
}
.drinks-img {
	background-image: url(../images/CervezaBotonMenu.png);
}

.dishes-img,
.sushi-img,
.drinks-img {
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
	box-sizing: border-box;
}

.boton {
	font-family: 'Raleway', sans-serif;
	background: transparent;
	width: 100%;
	border-style: solid;
	border-width: 5px;
	border-color: white;
	padding: 0px 20px;
	color: white;
	font-size: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 1.8;
	font-weight: 500;
}

@media (max-width: 768px) {
	.boton {
		font-size: 40px;
	}
}

.boton:hover {
	cursor: pointer;
	color: #ececec;
}
.boton:focus {
	outline: none;
}

.rice-bg {
	background-image: url(../images/BannerArrozMenu.png);
	background-size: cover;
}
.black-menu-bg {
	background-image: url(../images/Basenegramenu.png);
	background-size: cover;
}

.flame-menu{
	background-color: black;
	background-image: url(../images/FlamaMenu.png);
	background-size: cover;
	width: 100%;
}

#menu {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}

@media (min-width: 768px) {
	#menu {
		padding-bottom: 400px;
	}
}

.menu-container {
	position: relative;
	z-index: 1000;
}

#video {
	position: absolute;
	bottom: 0;
	width: 100vw;
	z-index: 900;
	left: 0;
}

.menu-download{
	font-family: 'Raleway', sans-serif;
	color: white;
	text-decoration: underline;
	font-size: 20px;
	position: absolute;
	bottom: 0;
	z-index: 900;
	right: 30px;
}

.menu-notice{
	position: absolute;
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 15px;
	z-index: 900;
	bottom: 0;
	right: 30%;
	left: 30%;
}

@media (max-width: 768px) {
	.menu-download{
		height: 90px;
	}
	.menu-notice{
		left: 10%;
		right: 10%;
		text-align: center;
	}
}

.menu-download:hover {
	cursor: pointer;
	color: #ececec;
}

@media (max-width: 768px) {
	.menu-download {
		position: static;
    background-color: black;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100vw;
		text-align: center;
	}
}

.no-margin {
	margin: 0;
}

/*Menu*/
/*Platillos*/

.bg-black{
	background-color: black;
	position: relative;
}

.menu-title {
	border-style: solid;
	border-width: 5px;
	border-color: white;
	padding: 0px 20px;
	color: white;
	font-size: 80px;
	margin-top: 65px;
	margin-left: auto;
	line-height: 1.8;
	margin-right: 20px;
	font-weight: 500;
}

@media (max-width: 768px) {
	.menu-title {
		align-items: center;
		margin-left: 10px;
		margin-right: 10px;
    font-size: 70px;
	}
}

@media (max-width: 768px) {
	.menu-title-drinks{
		margin-right: 8px;
	}
}

@media (max-width: 768px) {
	.menu-title-plates{
		margin-right: 14px;
	}
}

@media (max-width: 768px) {
	.menu-title-sushi{
		margin-right: 50px;
	}
}

.menu-subtitle{
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 25px;
	line-height: .5;
	margin-top: 20px;
	margin-bottom: 7px;
}

.menu-text{
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 20px;
}

@media (max-width: 768px) {
	.menu-text {
		 font-size: 13.5px;
	}
}

.menu-big-text{
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 20px;
	line-height: 1;
	margin-top: 3px;
	font-weight: bold;
}

.menu-small-text{
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 12px;
	line-height: 1.3;
	margin-top: 2.5px;
	margin-bottom: 6px
}

.menu-mini-text{
	font-family: 'Raleway', sans-serif;
	color: white;
	font-size: 9.8px;
	line-height: 1.3;
	margin-top: 2px;
}

.menu-row{
	border-bottom: 2px solid rgba(255, 255, 255, 0.68);
	margin-bottom: 2.5px;
	margin-top: 2.5px;
}

.white-brush{
	width: 100%;
	/*background-image: url(../images/BrochazoBlanco.png);*/
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

.img-top-plates{
		display: flex;
		justify-content: flex-end;
		background-image: url(../images/Cebollines2platillos.png);
		position: absolute;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 500px;
		z-index: 2;
	}

	@media (max-width: 768px) {
		.img-top-plates {
			height: 560px;
		}
	}

.img-bot-plates{
		background-image: url(../images/TepanyakiMenu.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 0;
		min-height: 100vh;
	}

	@media (max-width: 768px) {
		.img-bot-plates {
			min-height: 40vh;
		}
	}

.scroll-text-plates{
	position:absolute;
	top: 450px;
	height:550px;
	overflow-y: scroll;
	-webkit-scrollbar-track-piece: black;
	z-index: 1;
	width: 100%;
	/*Para internet explorer*/
	-ms-scrollbar-highlight-color: black;
	-ms-scrollbar-face-color: black;
	-ms-scrollbar-shadow-color: black;
}

@media (max-width: 768px) {
	.scroll-text-plates {
		height: 600px;
	}
}

#menu-text{
	height: 1000px;
}


::-webkit-scrollbar {
width: 15px;
height: 15px;
}

::-webkit-scrollbar-track-piece  {
background-color: black;
scrollbar-face-color: black;
scrollbar-arrow-color: black;
}
::-webkit-scrollbar-thumb:vertical {
height: 30px;
background-color: black;
scrollbar-face-color: black;
scrollbar-arrow-color: black;
}

.img-top-sushi{
		display: flex;
		justify-content: flex-end;
		background-image: url(../images/ArrozMenuSushi.png);
		position: absolute;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 600px;
		z-index: 2;
	}

.img-bot-sushi{
		background-image: url(../images/NiguiriMenuSushi2.png);
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 0;
		min-height: 110vh;
		z-index: 2;
    position: relative;
	}

	@media (max-width: 768px) {
		.img-bot-sushi {
			min-height: 40vh;
		}
	}

	.scroll-text-sushi{
		position:absolute;
		top: 450px;
		height: 600px;
		overflow-y: scroll;
		-webkit-scrollbar-track-piece: black;
		z-index: 1;
		width: 100%;
		/*Para internet explorer*/
		-ms-scrollbar-highlight-color: black;
		-ms-scrollbar-face-color: black;
		-ms-scrollbar-shadow-color: black;
	}

	@media (max-width: 768px) {
		.scroll-text-sushi {
			top: 400px;
		}
	}

	.img-ebi{
		background-image: url(../images/img-ebi.png);
		background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
		height: 50px;
		margin-left: 2px;
		margin-right: 2px;
	}
	.img-kanikama{
		background-image: url(../images/img-kanikama.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
		margin-left: 2px;
		margin-right: 2px;
	}
	.img-syake{
		background-image: url(../images/img-syake.png);
		background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
		margin-left: 2px;
		margin-right: 2px;
	}
	.img-unagui{
		background-image: url(../images/img-unagui.png);
		background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
		margin-left: 2px;
		margin-right: 2px;
	}
	.img-masago{
		background-image: url(../images/img-masago.png);
		background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
		margin-left: 2px;
		margin-right: 2px;
	}

	.img-top-drinks{
			display: flex;
			justify-content: flex-end;
			background-image: url(../images/BotellassuperiorBebidas.png);
			position: absolute;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			width: 100%;
			min-height: 80vh;
			z-index: 2;
		}

		@media (max-width: 768px) {
			.img-top-drinks{
				min-height: 50vh;
			}
		}

	.img-left-drinks{
			background-image: url(../images/BotellaSakeBebidas.png);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			min-height: 100vh;
			top: 550px;
		}

		@media (max-width: 768px) {
			.img-left-drinks {
				top: 590px;
				min-height: 85vh;
		    max-height: 60vh;
			}
		}

		@media (max-width: 576px) {
			.img-left-drinks {
				display: none;
			}
		}

		.scroll-text-drinks{
			height: 900px;
			top: 550px;
			overflow-y: scroll;
			-webkit-scrollbar-track-piece: black;
			z-index: 1;
			display: inline-block;
			width: 100%;
			/*Para internet explorer*/
			-ms-scrollbar-highlight-color: black;
			-ms-scrollbar-face-color: black;
			-ms-scrollbar-shadow-color: black;
		}

		@media (max-width: 576px) {
			.scroll-text-drinks{
				top: 300px;
				margin-right: auto;
		    margin-left: auto;
			}
		}

		.text-bot-drinks{
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			margin-bottom: 0;
			min-height: 100vh;
			}

		.menu-drinks-overflow{
			overflow-y:auto;
		}

		@media (max-width: 768px) {
			.menu-drinks-overflow {
				width: 100%;
			}
		}

		.contenedor{
			min-height: min-content; /* needs vendor prefixes */
    	display: flex;
		}

		.display{
			inline-block;
			max-width: (max-height);
			min-width: (min-height);
			width: inherit;
}

		p.menu-text
		{
			line-height: .3;
		}

.text-socialmedia{
	color: white;
  font-size: 12px;
}

@media (max-width: 768px) {
	.text-socialmedia {
		display: none;
	}
}

#privacy-notice{
	background-size: cover;
	background-position: center;
	background-color: #710001;
	background-repeat: no-repeat;
	margin-bottom: 0;
	min-height: 100vh;
}

.text-privacy-notice{
	margin-left: 5%;
	margin-right: 5%;
}

.black-rectangle{
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	background-color: #000000e3;
	margin-left: 10%;
	margin-right: 10%;
	color: white;
}

@media (max-width: 768px) {
	.black-rectangle {
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* BOTONES PEQUEÑOS */
.small-btn {
  font-size: 12px;
  padding: 8px 10px;
  margin: 5px;
  width: 100%;
  white-space: normal;
}

/* ESPACIADO */
.menu-container .col-6 {
  margin-bottom: 10px;
}

/* EFECTO ZOOM */
.boton {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.boton:hover {
  transform: scale(1.1);
  box-shadow: 0px 5px 15px rgba(0,0,0,0.4);
}
.sub-menu {
  display: none;
  flex-direction: column;
  margin-top: 10px;
  align-items: center;
}

/* ── NOSOTROS ── */
.about-section {
  background: #0d0d0d;
  overflow: hidden;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
}
.about-image-panel {
  position: relative;
  background: #1a1410;
  overflow: hidden;
}
.about-image-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-image-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 60%, #0d0d0d 100%);
}
.about-text-panel {
  padding: 3.5rem 3rem 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.about-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
}
.about-line {
  display: inline-block;
  width: 32px;
  height: 1px;
  background: #c8a46a;
}
.about-eyebrow-text {
  font-size: 40px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c8a46a;
  font-weight: 500;
}
.about-eyebrow-jp {
  font-size: 40px;
  color: #c8a46a;
  opacity: 0.7;
}
.about-heading {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.15;
  color: #f5f0e8;
  margin: 0;
}
.about-accent { color: #c8a46a; }
.about-divider {
  width: 48px;
  height: 1.5px;
  background: #c8a46a;
  opacity: 0.5;
}
.about-body {
  font-size: 20px;
  line-height: 1.8;
  color: #b8b0a0;
  max-width: 360px;
  margin: 0;
}
.about-stats {
  display: flex;
  gap: 2rem;
  padding-top: 1rem;
  border-top: 0.5px solid #2a2420;
}
.about-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about-stat--border {
  border-left: 0.5px solid #2a2420;
  padding-left: 2rem;
}
.stat-num {
  font-size: 28px;
  font-weight: 500;
  color: #f5f0e8;
  line-height: 1;
}
.stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #7a7060;
}

/* Responsive */
@media (max-width: 768px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-image-panel { min-height: 260px; }
  .about-image-panel::after { display: none; }
  .about-text-panel { padding: 2rem 1.5rem; }
  .about-heading { font-size: 28px; }
}





/* ═══════════════════════════════════════════════════════════
   SECCIÓN SUCURSALES — ESTILO ELEGANTE
   Importar en index.css (reemplaza o añade al final)
   ═══════════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300&family=Raleway:wght@300;400;500&display=swap');

/* ── CONTENEDOR SUCURSALES ── */
#location {
  background-color: #0a0a0a;
  position: relative;
  overflow: hidden;
}

/* Textura sutil de fondo */
#location::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 40px,
      rgba(200,164,106,0.025) 40px,
      rgba(200,164,106,0.025) 41px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 40px,
      rgba(200,164,106,0.025) 40px,
      rgba(200,164,106,0.025) 41px
    );
  pointer-events: none;
  z-index: 0;
}

/* ── ENCABEZADO "RESTAURANTE TOYO" ── */
.location-header {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 20px 20px;
}

.location-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 16px;
}

.location-eyebrow-line {
  display: inline-block;
  width: 60px;
  height: 1px;
  background: linear-gradient(to right, transparent, #c8a46a);
}

.location-eyebrow-line.right {
  background: linear-gradient(to left, transparent, #c8a46a);
}

.location-eyebrow-jp {
  font-family: serif;
  font-size: 20px;
  color: #c8a46a;
  letter-spacing: 0.3em;
  opacity: 0.7;
}

.location-main-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(52px, 8vw, 100px);
  font-weight: 300;
  color: #f5f0e8;
  letter-spacing: 0.12em;
  margin: 0 0 6px;
  line-height: 1;
}

.location-main-title span {
  color: #c8a46a;
  font-style: italic;
}

.location-title-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, #c8a46a, transparent);
  margin: 20px auto 0;
}

/* ── TARJETA DE SUCURSAL ── */
.location-card {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 24px 80px;
}

.location-card-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 0.5px solid rgba(200, 164, 106, 0.2);
  overflow: hidden;
}

/* Panel imagen */
.location-img-panel {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}

.location-img-panel .restaurant-image-left {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 8s ease;
  min-height: unset;
  height: 100%;
}

.location-img-panel:hover .restaurant-image-left {
  transform: scale(1.04);
}

/* Overlay degradado sobre la imagen */
.location-img-panel::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(10,10,10,0.1) 0%,
    rgba(10,10,10,0.55) 100%
  );
  pointer-events: none;
}

/* Panel de texto */
.location-info-panel {
  background: #111008;
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  border-left: 0.5px solid rgba(200, 164, 106, 0.15);
}

/* Nombre de sucursal */
.branch-name-row {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 0.5px solid rgba(200, 164, 106, 0.12);
  padding-bottom: 24px;
}

.branch-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  font-weight: 300;
  color: #f5f0e8;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}

.branch-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 0.5px solid rgba(200,164,106,0.4);
  border-radius: 50%;
  color: #c8a46a;
  font-size: 16px;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  flex-shrink: 0;
}

.branch-map-link:hover {
  background: #c8a46a;
  color: #0a0a0a;
  text-decoration: none;
}

.branch-map-link i {
  font-size: 15px;
}

/* Info bloques */
.branch-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.branch-info-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.branch-info-label {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: #c8a46a;
  opacity: 0.8;
}

.branch-info-value {
  font-family: 'Raleway', sans-serif;
  font-size: 22px;
  color: #b8b0a0;
  line-height: 1.7;
}

.branch-info-value a {
  color: #b8b0a0;
  text-decoration: none;
  transition: color 0.2s;
}

.branch-info-value a:hover {
  color: #c8a46a;
}

/* Línea separadora sutil */
.branch-separator {
  width: 32px;
  height: 1px;
  background: rgba(200, 164, 106, 0.3);
}

/* TripAdvisor */
.branch-tripadvisor {
  opacity: 0.7;
  transition: opacity 0.2s;
}
.branch-tripadvisor:hover {
  opacity: 1;
}

/* ── MAPA ── */
.location-map-section {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

.map-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.map-header-line {
  flex: 1;
  height: 0.5px;
  background: rgba(200, 164, 106, 0.15);
}

.map-header-label {
  font-family: 'Raleway', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #c8a46a;
  opacity: 0.7;
}

.map-container {
  position: relative;
  width: 100%;
  border: 0.5px solid rgba(200, 164, 106, 0.2);
  overflow: hidden;
}

.map-container iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
  filter: grayscale(80%) contrast(1.1) brightness(0.85) sepia(20%);
  transition: filter 0.4s ease;
}

.map-container:hover iframe {
  filter: grayscale(40%) contrast(1.05) brightness(0.9) sepia(10%);
}

/* Overlay decorativo esquina */
.map-corner {
  position: absolute;
  width: 30px;
  height: 30px;
  border-color: #c8a46a;
  border-style: solid;
  opacity: 0.5;
  pointer-events: none;
}
.map-corner--tl { top: 12px; left: 12px; border-width: 1px 0 0 1px; }
.map-corner--tr { top: 12px; right: 12px; border-width: 1px 1px 0 0; }
.map-corner--bl { bottom: 12px; left: 12px; border-width: 0 0 1px 1px; }
.map-corner--br { bottom: 12px; right: 12px; border-width: 0 1px 1px 0; }

/* ── RESPONSIVE ── */
@media (max-width: 768px) {
  .location-card-inner {
    grid-template-columns: 1fr;
  }
  .location-img-panel {
    min-height: 280px;
  }
  .location-img-panel::after {
    background: linear-gradient(
      to bottom,
      rgba(10,10,10,0.1) 0%,
      rgba(10,10,10,0.55) 100%
    );
  }
  .location-info-panel {
    padding: 36px 28px;
  }
  .branch-info-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .location-main-title {
    font-size: 52px;
  }
  .map-container iframe {
    height: 280px;
  }
  .location-card,
  .location-map-section {
    padding-left: 16px;
    padding-right: 16px;
  }
}