:root {
--black: #222321;
--white: #ffffff;
--paper: #e8dec6;
--pattern: #faf8f2;
--red: #932309;
--text: #111111;
--dark:#655e37;
--sans: 'Hanken Grotesk', 'HK Grotesk', Arial, sans-serif;
--serif: 'Inknut Antiqua', Georgia, serif;
}

* {
box-sizing: border-box;
}

html {
scroll-behavior: smooth;
}

body {
margin: 0;
background: var(--pattern);
color: var(--text);
font-family: var(--sans);
}

img {
display: block;
max-width: 100%;
}

a {
color: inherit;
text-decoration: none;
}

.site-header {
position: relative;
}
.language-switcher {

  position: fixed;

  top: 1rem;

  right: 1rem;

  z-index: 9999;

  display: flex;

  align-items: center;

  gap: 0.35rem;

  font-family: "Hanken Grotesk", sans-serif;

  font-size: 0.85rem;

  font-weight: 600;

  letter-spacing: 0.08em;

  text-transform: uppercase;

}

.language-switcher a,

.language-switcher span {

  color: #000;

  text-decoration: none;

}

.language-switcher a:hover {

  opacity: 0.6;

}

.main-nav {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
width: 100%;
height: 70px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
padding: 0 56px;
background: rgba(255, 255, 255, 0.54);
backdrop-filter: blur(3px);
color: #000000;
font-size: 15px;
font-weight: 800;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.main-nav a:hover,
.footer-nav a:hover {
opacity: 0.65;
}

.hero {
position: relative;
height: min(56.25vw, 720px);
min-height: 520px;
background: url('../img/hero-landing.webp') center / cover no-repeat;
}

.hero::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(90deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0.16));
}

.hero__brand {
position: absolute;
right: 65px;
bottom: 64px;
z-index: 2;
display: flex;
align-items: flex-end;
gap: 12px;
color: #ffffff;
}

.hero__logo {
width: calc(220px + 3rem);
height: auto;
object-fit: contain;
filter: none !important;
box-shadow: none !important;
text-shadow: none !important;
}

.intro-section {
min-height: 460px;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
background: var(--pattern);
background-image: radial-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px);
background-size: 18px 18px;
}

.intro-copy {
max-width: 680px;
padding: 70px 44px 70px max(44px, calc((100vw - 1180px) / 2));
}

.intro-copy h1 {
margin: 0 0 10px;
font-family: var(--serif);
font-size: 44px;
font-weight: 400;
line-height: 1.05;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.intro-copy h2 {
margin: 0 0 10px;
font-family: var(--serif);
font-size: 24px;
font-weight: 400;
line-height: 1.05;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.intro-copy p:not(.pretitle) {
max-width: 520px;
margin: 0 0 26px;
font-size: 16px;
line-height: 1.2;
}

.btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 150px;
min-height: 54px;
padding: 15px 28px;
background: var(--red);
border: 1px solid var(--red);
color: #ffffff;
font-size: 14px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.btn:hover {
background: #65110e;
border-color: #65110e;
}

.btn-light {
background: var(--red);
color: #ffffff;
}

.dish-card {
position: relative;
justify-self: center;
width: min(400px, 78%);
margin: 0;
}

.dish-card img {

  animation: mango-spin 12s linear infinite;

}

@keyframes mango-spin {

  from {

    transform: rotate(0deg);

  }

  to {

    transform: rotate(360deg);

  }

}

.gallery-section {
overflow-x: auto;
overflow-y: hidden;
padding: 22px 0;
background: #c2a94c;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x proximity;
}

.gallery-section::-webkit-scrollbar {
height: 8px;
}

.gallery-section::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.22);
border-radius: 999px;
}


.gallery-strip {
height: 610px;
width: max-content;
min-width: 100%;
display: flex;
gap: 18px;
align-items: stretch;
padding: 0 22px;
}

.gallery-strip img {
width: min(34vw, 430px);
min-width: 280px;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
scroll-snap-align: start;
}

.gallery-arrow {
position: sticky;
left: 14px;
z-index: 2;
width: 28px;
min-width: 28px;
height: 28px;
align-self: center;
display: grid;
place-items: center;
background: rgba(255, 255, 255, 0.35);
border: 1px solid #ffffff;
border-radius: 50%;
color: #ffffff;
font-size: 32px;
line-height: 20px;
}

.reservation-band {
position: relative;
min-height: 180px;
padding: 26px max(44px, calc((100vw - 1180px) / 2));
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
background-color: #c1a64b;
background-image: linear-gradient(rgba(193, 166, 75, 0.18), rgba(193, 166, 75, 0.18)), url('../img/fondoreservas.webp');
background-size: cover;
background-position: center;
background-repeat: no-repeat;
color: #ffffff;
}

.reservation-title {
font-size: 60px;
font-weight: 700;
line-height: 0.9;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.reservation-band .btn {
justify-self: end;
width: 250px;
}

.delivery-section {
min-height: 560px;
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
background: var(--pattern);
background-image: radial-gradient(rgba(0, 0, 0, 0.035) 1px, transparent 1px);
background-size: 18px 18px;
}

.delivery-illustration {
height: 100%;
margin: 0;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}

.delivery-illustration img {
width: 92%;
height: 92%;
object-fit: contain;
filter: grayscale(1) contrast(1.2);
}

.delivery-copy {
padding: 50px max(44px, calc((100vw - 1180px) / 2)) 50px 44px;
text-align: center;
}

.delivery-copy h2 {
margin: 0 0 30px;
font-family: var(--serif);
font-size: 33px;
font-weight: 400;
line-height: 1.15;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.delivery-copy p {
margin: 0 0 24px;
font-weight: 800;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.delivery-copy small {
display: block;
margin-bottom: 30px;
font-size: 11px;
line-height: 1.45;
text-transform: uppercase;
}

.site-footer {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
padding: 58px max(44px, calc((100vw - 1180px) / 2)) 24px;
background: var(--red);
}

.footer-info {
font-size: 16px;
font-weight: 600;
line-height: 1.18;
text-transform: uppercase;
color: var(--paper);

}

.footer-info h3 {
margin: 30px 0 6px;
font-size: 25px;
line-height: 1;
letter-spacing: 0.06em;
color: var(--paper);
}

.footer-map iframe {
width: 100%;
height: 230px;
border: 0;
}

.footer-map a {
display: block;
margin-top: 6px;
font-size: 10px;
font-weight: 900;
text-align: right;
text-transform: uppercase;
color: var(--paper);

}

.footer-nav,
.legal-links {
grid-column: 1 / 3;
display: flex;
justify-content: flex-end;
gap: 26px;
font-weight: 900;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--paper);

}

.legal-links {
gap: 34px;
margin-top: -8px;
font-size: 10px;
}

@media (max-width: 900px) {
.main-nav {
left: 0;
right: 0;
width: 100%;
overflow-x: auto;
justify-content: center;
padding: 0 18px;
}

.hero {
min-height: 600px;
}

.hero__brand {
right: 24px;
}

.intro-section,
.delivery-section,
.site-footer {
grid-template-columns: 1fr;
}

.intro-copy,
.delivery-copy {
padding: 54px 24px;
}

.gallery-strip {
height: 430px;
}

.gallery-arrow {
display: none;
}

.gallery-strip img {
width: min(78vw, 360px);
min-width: 260px;
height: 100%;
}

.reservation-band {
grid-template-columns: 1fr;
gap: 24px;
}

.reservation-title {
font-size: 40px;
}

.reservation-band .btn {
justify-self: start;
}

.footer-nav,
.legal-links {
grid-column: 1;
justify-content: flex-start;
overflow-x: auto;
}

.dish-card {
margin-bottom: 50px;
}
}
