@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/fonts/CabinetGrotesk-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/fonts/CabinetGrotesk-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Cabinet Grotesk';
  src: url('/fonts/CabinetGrotesk-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Clash Display';
  src: url('/fonts/ClashDisplay-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('/fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --terracota: #cc6944;
  --terracota-dark: #ac5338;
  --terracota-claro: #e9a37f;
  --crema: #f2efe9;
  --hueso: #e8e1c9;
  --grafito: #464646;
  --neblina: #e8f1f1;
  --carbon: #252422;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--crema);
  color: var(--grafito);
  font-family: 'Clash Display', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

::selection {
  background: var(--terracota);
  color: var(--neblina);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wrap {
  width: min(100% - 40px, 1440px);
  margin: 0 auto;
}

.brand-mask {
  display: inline-block;
  background: currentColor;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.isotipo {
  -webkit-mask-image: url('/images/aura-isotipo.svg');
  mask-image: url('/images/aura-isotipo.svg');
}

.logo-vertical {
  -webkit-mask-image: url('/images/aura-logo-vertical.svg');
  mask-image: url('/images/aura-logo-vertical.svg');
}

.logo-horizontal {
  -webkit-mask-image: url('/images/aura-logo-horizontal.svg');
  mask-image: url('/images/aura-logo-horizontal.svg');
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  border-bottom: 1px solid transparent;
  color: var(--neblina);
  transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}

.site-header.is-scrolled {
  border-color: rgba(232, 241, 241, .1);
  background: rgba(37, 36, 34, .95);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.site-logo__mark {
  width: 32px;
  height: 32px;
  color: var(--terracota);
}

.site-logo__name {
  display: block;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: .9;
  text-transform: lowercase;
}

.site-logo__descriptor {
  display: block;
  margin-top: 5px;
  font-size: 8px;
  line-height: 1;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: rgba(232, 241, 241, .55);
}

.desktop-nav {
  display: none;
  align-items: center;
  gap: 28px;
}

.nav-link {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(232, 241, 241, .7);
  transition: color .2s ease;
}

.nav-link:hover {
  color: var(--neblina);
}

.locale-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
}

.locale-switcher a {
  color: rgba(232, 241, 241, .45);
}

.locale-switcher a:hover {
  color: var(--neblina);
}

.locale-switcher .active {
  color: var(--terracota);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.locale-switcher--carta a {
  color: rgba(232, 225, 201, .55);
}

.locale-switcher--carta a:hover,
.locale-switcher--carta .active {
  color: var(--hueso);
}

.header-cta {
  border: 1px solid rgba(232, 241, 241, .45);
  padding: 10px 20px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease;
}

.header-cta:hover {
  border-color: var(--terracota);
  background: var(--terracota);
}

.mobile-toggle {
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--neblina);
  cursor: pointer;
}

.mobile-toggle span {
  width: 24px;
  height: 1px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.menu-open .mobile-toggle span:first-child {
  transform: translateY(7px) rotate(45deg);
}

.menu-open .mobile-toggle span:nth-child(2) {
  opacity: 0;
}

.menu-open .mobile-toggle span:last-child {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 96px 20px 32px;
  background: var(--carbon);
  color: var(--neblina);
}

.menu-open .mobile-menu {
  display: flex;
}

.mobile-menu__nav a {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(232, 241, 241, .15);
  padding: 20px 0;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: lowercase;
}

.mobile-menu__nav span {
  font-family: 'Clash Display', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(232, 241, 241, .35);
}

.mobile-menu__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 32px;
}

.mobile-reserve {
  background: var(--terracota);
  padding: 12px 20px;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.hero {
  position: relative;
  min-height: 185svh;
  overflow: clip;
  background: radial-gradient(ellipse 60% 50% at 50% 46%, rgba(204, 105, 68, .22), rgba(37, 36, 34, 0) 70%), var(--carbon);
  color: var(--neblina);
}

.hero--reduced-motion {
  min-height: 100svh;
}

.hero__inner {
  position: sticky;
  top: 0;
  height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 96px 20px 48px;
  overflow: hidden;
}

.hero--reduced-motion .hero__inner {
  position: relative;
}

.hero__side {
  display: none;
  position: absolute;
  top: 42%;
  z-index: 20;
  max-width: 192px;
}

.hero__side--left {
  left: 40px;
}

.hero__side--right {
  right: 40px;
  text-align: right;
}

.hero__side p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(232, 241, 241, .65);
}

.hero__side small {
  display: block;
  margin-bottom: 12px;
  color: var(--terracota-claro);
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero__media {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 8;
  width: min(72vw, 320px);
  height: min(72vw, 320px);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(232, 241, 241, .15);
  border-radius: 50%;
  background-image: url('/media/cocina/pasta.jpeg');
  background-size: cover;
  background-position: center;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .35);
  opacity: 0;
  transition: background-image .6s ease;
  will-change: width, height, border-radius, opacity;
}

.hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(37, 36, 34, .2);
}

.hero__mark-wrap {
  position: absolute;
  z-index: 11;
  width: min(88vw, 480px);
  height: min(88vw, 480px);
  transform: translateX(0);
  filter: drop-shadow(0 24px 45px rgba(0, 0, 0, .35));
  will-change: opacity, transform;
}

.hero__mark-photo {
  position: absolute;
  inset: 0;
  background-image: url('/media/cocina/pasta.jpeg');
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url('/images/aura-isotipo-relleno.png');
  mask-image: url('/images/aura-isotipo-relleno.png');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  transition: background-image .6s ease;
}

.hero__mark-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle, rgba(37, 36, 34, .62), rgba(37, 36, 34, .44) 55%, rgba(37, 36, 34, .18));
}

.hero__mark-line {
  position: absolute;
  inset: 0;
  background: var(--hueso);
  -webkit-mask-image: url('/images/aura-isotipo.svg');
  mask-image: url('/images/aura-isotipo.svg');
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.hero__actions {
  position: absolute;
  inset: auto 20px 64px;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  will-change: opacity;
}

.hero__progress {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: var(--terracota);
  will-change: transform;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 28px;
  border: 0;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.button--terracota {
  background: var(--terracota);
  color: var(--neblina);
}

.button--terracota:hover {
  background: var(--terracota-dark);
}

.button--outline-dark {
  min-height: 44px;
  border: 1px solid var(--terracota);
  background: rgba(37, 36, 34, .8);
  color: var(--terracota-claro);
}

.button--outline-dark:hover {
  border-color: var(--terracota-dark);
  background: var(--terracota-dark);
  color: var(--neblina);
}

.photos {
  scroll-margin-top: 80px;
  background: var(--crema);
  padding: 80px 0;
}

.photos__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.photo-tile {
  aspect-ratio: 1;
  overflow: hidden;
}

.photo-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carta-teaser {
  scroll-margin-top: 80px;
  background: linear-gradient(to bottom, var(--crema), var(--hueso) 22%, var(--hueso) 78%, var(--crema));
  padding: 112px 0;
}

.carta-teaser__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.carta-teaser h2 {
  margin: 0;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(64px, 11vw, 128px);
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.carta-teaser p {
  max-width: 448px;
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(70, 70, 70, .6);
}

.eyebrow {
  margin: 0;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(70, 70, 70, .45);
}

.text-link {
  display: inline-flex;
  margin-top: 20px;
  border-bottom: 1px solid rgba(70, 70, 70, .4);
  padding-bottom: 4px;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.text-link:hover {
  border-color: var(--terracota);
  color: var(--terracota);
}

.reservation {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  background: var(--terracota);
  color: var(--neblina);
}

.reservation__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(232, 241, 241, .3);
  padding-bottom: 20px;
}

.reservation__top p {
  margin: 0;
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.reservation__top .isotipo {
  width: 32px;
  height: 32px;
  color: rgba(232, 241, 241, .65);
}

.reservation h2 {
  max-width: 11ch;
  margin: 48px 0 0;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(52px, 9vw, 128px);
  font-weight: 900;
  line-height: .92;
  text-transform: lowercase;
}

.reservation__hours {
  margin: 32px 0 0;
  font-size: 22px;
  line-height: 1.35;
  font-weight: 500;
}

.reservation__hours span {
  display: block;
}

.reservation__copy {
  max-width: 448px;
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(232, 241, 241, .75);
}

.button--hueso {
  margin-top: 40px;
  background: var(--hueso);
  color: var(--carbon);
}

.button--hueso:hover {
  background: var(--neblina);
}

.floating-whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 30;
  display: flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--terracota);
  color: var(--neblina);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .2);
}

.floating-whatsapp svg {
  width: 24px;
  height: 24px;
}

.footer {
  padding: 64px 0 32px;
  background: var(--carbon);
  color: var(--neblina);
}

.footer__grid {
  display: grid;
  gap: 48px;
  border-bottom: 1px solid rgba(232, 241, 241, .15);
  padding-bottom: 64px;
}

.footer__logo {
  width: 88px;
  height: 112px;
  color: var(--neblina);
}

.footer p,
.footer li {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(232, 241, 241, .65);
}

.footer ul {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}

.footer__label {
  margin: 0;
  font-size: 10px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(232, 241, 241, .35);
}

.footer a:hover {
  color: var(--terracota);
}

.footer__copy {
  padding-top: 28px;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(232, 241, 241, .3);
}

.carta-page {
  min-height: 100vh;
  background: var(--hueso);
  color: var(--grafito);
  font-family: 'Satoshi', system-ui, sans-serif;
}

.carta-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--terracota);
}

.carta-header__inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.carta-header .isotipo {
  width: 40px;
  height: 40px;
  color: var(--hueso);
}

.carta-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.carta-nav a {
  font-size: 14px;
  font-weight: 500;
  color: rgba(232, 225, 201, .85);
}

.carta-nav a:hover {
  color: var(--hueso);
}

.carta-main {
  padding: 40px 0 96px;
}

.menu-section {
  scroll-margin-top: 112px;
  padding-top: 64px;
}

.menu-section:first-child {
  padding-top: 40px;
}

.menu-section h2 {
  margin: 0;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: clamp(42px, 7vw, 56px);
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
}

.menu-category {
  margin-top: 48px;
}

.menu-category h3 {
  margin: 0;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  text-transform: lowercase;
  color: rgba(70, 70, 70, .7);
}

.menu-item {
  margin-top: 36px;
}

.menu-item h3 {
  margin: 0;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: lowercase;
  color: var(--terracota);
}

.menu-item__description {
  max-width: 620px;
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(70, 70, 70, .85);
}

.menu-price {
  margin-top: 8px;
}

.menu-price + .menu-price {
  margin-top: 12px;
}

.menu-price__label {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(70, 70, 70, .7);
}

.menu-price__value {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.carta-notice {
  max-width: 620px;
  margin: 32px 0 0;
  border-left: 2px solid var(--terracota);
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(70, 70, 70, .7);
}

.carta-error {
  padding: 96px 0;
}

.carta-error strong {
  display: block;
  font-family: 'Cabinet Grotesk', sans-serif;
  font-size: 28px;
  line-height: 1.1;
  text-transform: lowercase;
}

.carta-footer {
  display: flex;
  justify-content: center;
  background: var(--terracota);
  padding: 56px 0;
}

.carta-footer .logo-horizontal {
  width: 150px;
  height: 56px;
  color: var(--hueso);
}

@media (min-width: 640px) {
  .wrap {
    width: min(100% - 64px, 1440px);
  }

  .photos {
    padding: 112px 0;
  }

  .carta-teaser {
    padding: 144px 0;
  }

  .carta-teaser__inner {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }

  .reservation {
    padding: 112px 0;
  }

  .footer {
    padding-top: 96px;
  }

  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .wrap {
    width: min(100% - 80px, 1440px);
  }

  .desktop-nav {
    display: flex;
  }

  .mobile-toggle {
    display: none;
  }

  .hero__side {
    display: block;
  }

  .hero__media {
    opacity: .75;
  }

  .photos__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }

  .reservation {
    padding: 144px 0;
  }

  .footer__grid {
    grid-template-columns: 1.4fr .6fr .6fr;
  }
}

@media (max-width: 420px) {
  .carta-header__inner {
    gap: 10px;
  }

  .carta-nav {
    gap: 12px;
  }

  .carta-nav a,
  .locale-switcher {
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
