:root {
  --laframe-text: #f0efed;
  --laframe-bg: #101012;
  --laframe-accent: #c66140;
  --laframe-accent-rgb: 198, 97, 64;
  --laframe-accent-hover: #d0714d;
  --laframe-accent-dark: #94472f;
  --laframe-accent-dark-rgb: 148, 71, 47;
  --laframe-accent-ink: #F0EFEDF5;
  --laframe-border: rgba(240, 239, 237, 0.18);
  --laframe-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
  --navbar-height: 76px;
  --hero-bottom-tone: rgba(8, 7, 6, 0.96);
  --nav-w-expanded: 100%;
  --nav-w-collapsed: min(520px, calc(100vw - 24px));
  --nav-h-expanded: 76px;
  --nav-h-collapsed: 54px;
  --nav-pad-y-expanded: 20px;
  --nav-pad-y-collapsed: 9px;
  --nav-pad-x-expanded: 40px;
  --nav-pad-x-collapsed: 14px;
  --nav-gap-expanded: 30px;
  --nav-gap-collapsed: 10px;
  --nav-shift-y: 12px;
  --nav-scale-boost: 0.02;
  --home-hero-lqip: none;
  --home-hero-middle-lqip: none;
  --laframe-public-hero-mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22390%22%20height%3D%22330%22%20viewBox%3D%220%200%20390%20330%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M390%20300C390%20316.569%20376.569%20330%20360%20330H286C269.431%20330%20256%20316.569%20256%20300V242C256%20225.431%20242.569%20212%20226%20212H164C147.431%20212%20134%20225.431%20134%20242V300C134%20316.569%20120.569%20330%20104%20330H30C13.4315%20330%204.83225e-07%20316.569%200%20300V0H390V300Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E");
  --seamless-fade-size: 120px;
  --seamless-fade-mask: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0,
    rgba(0, 0, 0, 1) calc(100% - var(--seamless-fade-size) - 0.5px),
    rgba(0, 0, 0, 0.84) calc(100% - var(--seamless-fade-size)),
    rgba(0, 0, 0, 0.56) calc(100% - (var(--seamless-fade-size) - 14px)),
    rgba(0, 0, 0, 0.34) calc(100% - (var(--seamless-fade-size) - 30px)),
    rgba(0, 0, 0, 0.2) calc(100% - (var(--seamless-fade-size) - 46px)),
    rgba(0, 0, 0, 0.1) calc(100% - (var(--seamless-fade-size) - 60px)),
    rgba(0, 0, 0, 0.04) calc(100% - (var(--seamless-fade-size) - 72px)),
    rgba(0, 0, 0, 0) 100%
  );
}

html {
  --nav-collapse: 1;
  --nav-collapse-inv: 0;
}*,
*::before,
*::after {
  box-sizing: border-box;
}html,
body {
  margin: 0;
  min-height: 100%;
}body {
  background: var(--laframe-bg);
  color: var(--laframe-text);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}body.home-page-body {
  --laframe-bg: #191919;
  --home-hero-mask-image: var(--laframe-public-hero-mask-image);
  --menu-mobile-top-inset: 0px;
}body.home-page-body {
    --menu-mobile-top-inset: max(0px, env(safe-area-inset-top, 0px));
    --navbar-height: calc(76px + var(--menu-mobile-top-inset));
  }body.home-page-body .top-bg {
    background-image: none;
    background-color: var(--laframe-bg);
  }body.home-page-body .top-bg::before {
    display: none !important;
  }body.home-page-body .home-hero,
body.home-page-body .hero {
    position: relative;
    width: 100%;
    max-width: none;
    margin-inline: 0;
    min-height: 0;
    padding: 0;
    display: block;
    background: none;
  }body.home-page-body .home-hero__media,
body.home-page-body .hero__media {
    position: relative;
    width: 100%;
    max-width: none;
    z-index: 1;
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 390 / 330;
    overflow: hidden;
    background-image: var(--home-hero-lqip, none);
    background-size: cover;
    background-position: var(--home-hero-background-position, center top);
    background-repeat: no-repeat;
    background-color: var(--laframe-bg);
    -webkit-mask-image: var(--home-hero-mask-image);
    mask-image: var(--home-hero-mask-image);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center top;
    mask-position: center top;
  }body.home-page-body .home-hero__image,
body.home-page-body .hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: var(--home-hero-background-position, center top);
    pointer-events: none;
  }body.home-page-body .home-hero__image--full,
body.home-page-body .hero__image--full {
    z-index: 1;
    opacity: 0;
    transition: opacity 100ms linear;
  }body.home-page-body .home-hero__media.is-full-ready .home-hero__image--full,
body.home-page-body .hero__media.is-full-ready .hero__image--full,
body.home-page-body .home-hero__media:not(.has-lqip) .home-hero__image--full,
body.home-page-body .hero__media:not(.has-lqip) .hero__image--full {
    opacity: 1;
  }body.home-page-body .home-hero__image--lqip,
body.home-page-body .hero__image--lqip {
    z-index: 2;
    opacity: 0;
    filter: blur(2px) saturate(1.08) contrast(1.02);
    transform: translateZ(0);
    transition:
      opacity 110ms linear,
      filter 110ms linear;
  }body.home-page-body .home-hero__media.has-lqip .home-hero__image--lqip,
body.home-page-body .hero__media.has-lqip .hero__image--lqip {
    opacity: 0.92;
  }body.home-page-body .home-hero__media.has-lqip.is-lqip-visible .home-hero__image--lqip,
body.home-page-body .hero__media.has-lqip.is-lqip-visible .hero__image--lqip {
    opacity: 1;
  }body.home-page-body .home-hero__media.has-lqip.is-full-ready.is-lqip-fading .home-hero__image--lqip,
body.home-page-body .hero__media.has-lqip.is-full-ready.is-lqip-fading .hero__image--lqip {
    opacity: 0;
    filter: blur(0) saturate(1) contrast(1);
  }body.home-page-body .home-hero__middle-media,
body.home-page-body .hero__middle-media {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: calc(31.2821% - 12px);
    height: calc(35.7576% - 6px);
    transform: translateX(-50%);
    border-radius: 24px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    background-color: rgba(16, 16, 18, 0.72);
    background-image: var(--home-hero-middle-lqip, none);
    background-position: var(--home-hero-middle-position, center);
    background-repeat: no-repeat;
    background-size: cover;
  }body.home-page-body .home-hero__middle-image,
body.home-page-body .hero__middle-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: var(--home-hero-middle-position, center);
    background: transparent;
    pointer-events: none;
  }body.home-page-body .home-hero__middle-image--full,
body.home-page-body .hero__middle-image--full {
    z-index: 1;
    opacity: 0;
    transition: opacity 110ms linear;
  }body.home-page-body .home-hero__middle-media.is-full-ready .home-hero__middle-image--full,
body.home-page-body .hero__middle-media.is-full-ready .hero__middle-image--full,
body.home-page-body .home-hero__middle-media:not(.has-lqip) .home-hero__middle-image--full,
body.home-page-body .hero__middle-media:not(.has-lqip) .hero__middle-image--full {
    opacity: 1;
  }body.home-page-body .home-hero__middle-image--lqip,
body.home-page-body .hero__middle-image--lqip {
    z-index: 2;
    opacity: 0;
    filter: blur(2px) saturate(1.08) contrast(1.02);
    transition:
      opacity 110ms linear,
      filter 110ms linear;
  }body.home-page-body .home-hero__middle-media.has-lqip .home-hero__middle-image--lqip,
body.home-page-body .hero__middle-media.has-lqip .hero__middle-image--lqip {
    opacity: 0.92;
  }body.home-page-body .home-hero__middle-media.has-lqip.is-lqip-visible .home-hero__middle-image--lqip,
body.home-page-body .hero__middle-media.has-lqip.is-lqip-visible .hero__middle-image--lqip {
    opacity: 1;
  }body.home-page-body .home-hero__middle-media.has-lqip.is-full-ready.is-lqip-fading .home-hero__middle-image--lqip,
body.home-page-body .hero__middle-media.has-lqip.is-full-ready.is-lqip-fading .hero__middle-image--lqip {
    opacity: 0;
    filter: blur(0) saturate(1) contrast(1);
  }body.home-page-body {
    --home-shell-skeleton-base: rgba(240, 239, 237, 0.07);
    --home-shell-skeleton-strong: rgba(240, 239, 237, 0.095);
    --home-shell-skeleton-highlight: rgba(240, 239, 237, 0.13);
    --home-shell-skeleton:
      linear-gradient(
        100deg,
        transparent 0%,
        transparent 24%,
        var(--home-shell-skeleton-strong) 40%,
        var(--home-shell-skeleton-highlight) 50%,
        var(--home-shell-skeleton-strong) 60%,
        transparent 76%,
        transparent 100%
      ),
      var(--home-shell-skeleton-base);
  }body.home-page-body .home-hero__media::before,
body.home-page-body .hero__media::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background: linear-gradient(
      180deg,
      rgba(8, 8, 10, 0.18) 0%,
      rgba(8, 8, 10, 0.28) 100%
    );
  }body.home-page-body .hero-mobile-panel {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    padding: 0 16px 18px;
  }body.home-page-body .hero-mobile-title {
    margin: 0;
    padding-top: 20px;
    width: 100%;
    text-align: center;
    color: #f0efed;
    font-family: "Roca One", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-weight: 700;
    font-size: clamp(2rem, 9vw, 2.35rem);
    line-height: 1.02;
    letter-spacing: 0;
    text-wrap: balance;
  }body.home-page-body .hero__subtitle--mobile {
    margin: 0;
    padding-top: 0;
    width: 100%;
    max-width: none;
    text-align: left;
    color: rgba(240, 239, 237, 0.9);
    font-size: 1.02rem;
    line-height: 1.4;
    letter-spacing: 0;
    text-shadow: none;
  }body.home-page-body .hero-mobile-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
  }body.home-page-body .hero-mobile-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    border-radius: 10px;
    border: 0.5px solid rgba(240, 239, 237, 0.2);
    background: rgba(255, 255, 255, 0.03);
    color: rgba(240, 239, 237, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    -webkit-appearance: none;
    appearance: none;
    padding: 8px 6px;
    cursor: pointer;
    text-decoration: none;
    font: inherit;
    font-size: 0.76rem;
    font-weight: 700;
    line-height: 1.05;
    text-align: center;
  }body.home-page-body .hero-mobile-action--reserve {
    border: 0;
    background: #2b4655;
    color: #f0efed;
  }body.home-page-body .hero-mobile-action--menu {
    border: 0;
    background: #4b552b;
    color: #f0efed;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.12),
      0 8px 16px rgba(0, 0, 0, 0.2);
  }body.home-page-body .hero-mobile-action--delivery {
    border: 0;
    background: #552b2d;
    color: #f0efed;
  }body.home-page-body .hero-mobile-action__icon {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
    flex-shrink: 0;
  }body.home-page-body .hero-mobile-action__label {
    display: block;
    white-space: nowrap;
    letter-spacing: 0;
    min-height: 1.05em;
    min-width: 0;
  }body.home-page-body .hero-mobile-action:focus-visible {
    filter: brightness(1.07);
    outline: none;
  }body.home-page-body .hero-mobile-action:active {
    transform: translateY(1px);
  }body.home-page-body [data-home-shell-text-pending] {
    color: transparent !important;
    position: relative;
    overflow: hidden;
  }body.home-page-body [data-home-shell-text-pending]::before {
    content: "";
    display: block;
    width: var(--home-shell-text-skeleton-width, 100%);
    height: var(--home-shell-text-skeleton-height, 1em);
    margin: var(--home-shell-text-skeleton-margin, 0);
    border-radius: 999px;
    background: var(--home-shell-skeleton);
    background-size: 280% 100%;
    background-repeat: no-repeat;
    animation: home-shell-skeleton-shimmer 2.35s linear infinite;
  }body.home-page-body .hero-mobile-title[data-home-shell-text-pending] {
    min-height: 1.02em;
    --home-shell-text-skeleton-width: min(58%, 13rem);
    --home-shell-text-skeleton-height: 0.82em;
    --home-shell-text-skeleton-margin: 0 auto;
  }body.home-page-body .hero__subtitle--mobile[data-home-shell-text-pending] {
    min-height: calc(1.4em * 3);
    --home-shell-text-skeleton-height: 0;
    --home-shell-text-skeleton-margin: 0;
  }body.home-page-body .hero__subtitle--mobile[data-home-shell-text-pending]::before {
    content: none;
  }body.home-page-body .home-shell-copy-skeleton {
    display: grid;
    gap: 0.45em;
    width: 100%;
    min-height: calc(1.4em * 3);
  }body.home-page-body .home-shell-copy-skeleton__line {
    display: flex;
    align-items: center;
    gap: 0.42em;
    min-height: 0.95em;
  }body.home-page-body .home-shell-copy-skeleton__line > span {
    display: block;
    width: var(--skeleton-word-width, 24%);
    height: 0.82em;
    border-radius: 999px;
    background: var(--home-shell-skeleton);
    background-size: 280% 100%;
    background-repeat: no-repeat;
    animation: home-shell-skeleton-shimmer 2.35s linear infinite;
  }body.home-page-body .home-shell-copy-skeleton__line:nth-child(2) {
    padding-left: 0.25em;
  }body.home-page-body .home-shell-copy-skeleton__line:nth-child(3) {
    padding-left: 0.05em;
  }body.home-page-body .hero-mobile-action__label[data-home-shell-text-pending] {
    width: min(76%, 5.8rem);
    --home-shell-text-skeleton-height: 1em;
    --home-shell-text-skeleton-margin: 0 auto;
  }body.home-page-body .mas-pedidas__headline[data-home-shell-text-pending] {
    min-height: 1.08em;
    --home-shell-text-skeleton-width: min(74%, 21rem);
    --home-shell-text-skeleton-height: 0.82em;
    --home-shell-text-skeleton-margin: 0 auto;
  }body.home-page-body .mas-pedidas__subtitle[data-home-shell-text-pending] {
    display: block;
    min-height: 1.15em;
    --home-shell-text-skeleton-width: min(68%, 22rem);
    --home-shell-text-skeleton-height: 0.72em;
    --home-shell-text-skeleton-margin: 0.35rem auto 0;
  }body.home-page-body .horarios-mobile__title[data-home-shell-text-pending],
body.home-page-body .home-ambiente-mobile__title[data-home-shell-text-pending],
body.home-page-body .home-ubicacion-mobile__title[data-home-shell-text-pending],
body.home-page-body .delivery-sheet__title[data-home-shell-text-pending] {
    min-height: 1.08em;
    --home-shell-text-skeleton-width: min(70%, 18rem);
    --home-shell-text-skeleton-height: 0.8em;
    --home-shell-text-skeleton-margin: 0 auto;
  }body.home-page-body .home-ambiente-mobile__subtitle[data-home-shell-text-pending],
body.home-page-body .home-ubicacion-mobile__copy[data-home-shell-text-pending],
body.home-page-body .delivery-sheet__subtitle[data-home-shell-text-pending] {
    display: block;
    min-height: 1.15em;
    --home-shell-text-skeleton-width: min(76%, 24rem);
    --home-shell-text-skeleton-height: 0.72em;
    --home-shell-text-skeleton-margin: 0.35rem auto 0;
  }body.home-page-body .home-ubicacion-mobile__copy[data-home-shell-text-pending] {
    min-height: calc(1.42em * 3);
    --home-shell-text-skeleton-height: 0;
    --home-shell-text-skeleton-margin: 0;
  }body.home-page-body .home-ubicacion-mobile__copy[data-home-shell-text-pending]::before {
    content: none;
  }body.home-page-body .home-location-copy-skeleton {
    gap: 0.5em;
  }@keyframes home-shell-skeleton-shimmer {
    from {
      background-position: 160% 0;
    }
    to {
      background-position: -60% 0;
    }
  }body.home-page-body,
body.home-page-body *:not(svg):not(path):not(use):not(image) {
    font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
  }body.home-page-body .site-header {
  transform-origin: center top;
  box-sizing: border-box;
}body.home-page-body .site-header .navbar {
  box-sizing: border-box;
  padding-top: var(--menu-mobile-top-inset);
}.site-header[data-controller~="public-burger-menu"] .cta-button--nav {
  display: none !important;
}.site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__actions {
  justify-self: end;
  min-width: max-content;
  align-self: center;
}body.home-page-body .site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__brand,
body.home-page-body .site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__mobile-actions {
  transform: translateY(-3px);
}body:not(.menu-page-body) .site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__center-sticky {
  display: none;
}.site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__mobile-actions {
  align-items: center;
}.site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__mobile-action {
  align-self: center;
}.site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__menu-tool {
  color: rgba(240, 239, 237, 0.82);
  background: rgb(14 12 10 / 0%);
  border: 0;
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-appearance: none;
  appearance: none;
  box-shadow:
    4px 4px 9px rgba(0, 0, 0, 0.26),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.08);
}.site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__menu-tool:focus-visible {
  color: #f0efed;
  background: rgb(14 12 10 / 0%);
  box-shadow:
    4px 4px 9px rgba(0, 0, 0, 0.26),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.08);
}html.nav--collapsed .site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__menu-tool {
  background: rgb(14 12 10 / 0%);
  border: 0;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    4px 4px 9px rgba(0, 0, 0, 0.26),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.08);
}html.nav--collapsed .site-header[data-controller~="public-burger-menu"] .navbar--menu-route .navbar__menu-tool:focus-visible {
  background: rgb(14 12 10 / 0%);
  border: 0;
  box-shadow:
    6px 6px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.12);
}body.preview-open {
  overflow: hidden;
}body.preview-open .site-header {
  display: none;
}main {
  position: relative;
  isolation: isolate;
}.top-bg {
  position: relative;
  isolation: isolate;
  background-image: var(--home-hero-background, url("assets/menu/placeholders/modal.svg"));
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}.top-bg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--seamless-fade-size);
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(16, 16, 18, 0) 0%,
    rgba(16, 16, 18, 1) 100%
  );
}.top-bg > * {
  position: relative;
  z-index: 1;
}.is-hidden-by-config {
  display: none !important;
}a {
  color: inherit;
  text-decoration: none;
}img {
  display: block;
  max-width: 100%;
}.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--navbar-height);
}body.home-page-body .home-faq {
  background: var(--laframe-bg);
  color: var(--laframe-text);
  padding: 22px 16px 50px;
}body.home-page-body .home-faq__inner {
  width: min(100%, 520px);
  margin-inline: auto;
}body.home-page-body .home-faq__header {
  max-width: 430px;
  margin: 0 auto 28px;
  text-align: center;
}body.home-page-body .home-faq__title {
  margin: 0;
  color: #f0efed;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.05;
  text-wrap: balance;
}body.home-page-body .home-faq__subtitle {
  margin: 10px auto 0;
  max-width: 100%;
  color: rgba(240, 239, 237, 0.72);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.55;
  text-wrap: pretty;
}body.home-page-body .home-faq__list {
  display: grid;
  gap: 10px;
}body.home-page-body .home-faq__item {
  overflow: hidden;
  border: 0.6px solid rgba(240, 239, 237, 0.16);
  border-radius: 18px;
  background: transparent;
  color: #f0efed;
  box-shadow: none;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
}body.home-page-body .home-faq__item.is-open {
  border-color: rgba(240, 239, 237, 0.18);
  background: transparent;
  box-shadow: none;
}body.home-page-body .home-faq__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 66px;
  padding: 19px 20px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
}body.home-page-body .home-faq__button:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.28);
  outline-offset: -4px;
  border-radius: 16px;
}body.home-page-body .home-faq__question {
  color: rgba(240, 239, 237, 0.93);
  font-size: 0.99rem;
  font-weight: 600;
  line-height: 1.24;
  letter-spacing: -0.006em;
}body.home-page-body .home-faq__chevron {
  display: inline-flex;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: rgba(240, 239, 237, 0.58);
  transform: rotate(0deg);
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    color 220ms ease;
}body.home-page-body .home-faq__chevron svg {
  width: 16px;
  height: 16px;
  display: block;
}body.home-page-body .home-faq__item.is-open .home-faq__chevron {
  color: rgba(240, 239, 237, 0.86);
  transform: rotate(180deg);
}body.home-page-body .home-faq__panel {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    height 380ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 220ms ease;
  will-change: height;
}body.home-page-body .home-faq__item.is-open .home-faq__panel {
  opacity: 1;
}body.home-page-body .home-faq__answer {
  margin: 0;
  padding: 0 20px 20px;
  color: rgba(240, 239, 237, 0.68);
  font-size: 0.94rem;
  line-height: 1.5;
  letter-spacing: 0.002em;
}@media (min-width: 720px) {
  body.home-page-body .home-faq {
    padding-block: 64px 72px;
  }

  body.home-page-body .home-faq__inner {
    width: min(100%, 560px);
  }
}@media (prefers-reduced-motion: reduce) {
  body.home-page-body .home-faq__item,
  body.home-page-body .home-faq__chevron,
  body.home-page-body .home-faq__panel {
    transition: none;
  }
}.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  height: var(--navbar-height);
}.site-header[data-public-nav-scroll] {
  transform-origin: top center;
  transition: transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}.site-header[data-public-nav-scroll="visible"] {
  pointer-events: auto;
  transform: translateY(0);
}.site-header[data-public-nav-scroll="hidden"] {
  pointer-events: none;
  transform: translateY(calc(-100% - 12px));
}.site-header[data-menu-detail-nav] {
  transform-origin: top center;
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 680ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar {
  height: 100%;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}.navbar__inner {
  display: grid;
  grid-template-columns: minmax(max-content, 1fr) auto minmax(max-content, 1fr);
  align-items: center;
  column-gap: calc(
    var(--nav-gap-expanded) -
      (var(--nav-gap-expanded) - var(--nav-gap-collapsed)) * var(--nav-collapse)
  );
  width: calc(
    var(--nav-w-expanded) -
      (var(--nav-w-expanded) - var(--nav-w-collapsed)) * var(--nav-collapse)
  );
  max-width: 100%;
  height: calc(
    var(--nav-h-expanded) -
      (var(--nav-h-expanded) - var(--nav-h-collapsed)) * var(--nav-collapse)
  );
  margin-inline: auto;
  padding-block: calc(
    var(--nav-pad-y-expanded) -
      (var(--nav-pad-y-expanded) - var(--nav-pad-y-collapsed)) * var(--nav-collapse)
  );
  padding-inline: calc(
    var(--nav-pad-x-expanded) -
      (var(--nav-pad-x-expanded) - var(--nav-pad-x-collapsed)) * var(--nav-collapse)
  );
  position: relative;
  z-index: 2;
  overflow: visible;
  box-sizing: border-box;
  color: #f0efed;
  transform-origin: top center;
  border-radius: calc(999px * var(--nav-collapse));
  background-color: rgba(14, 12, 10, calc(0.38 * var(--nav-collapse)));
  backdrop-filter: blur(calc(18px * var(--nav-collapse)))
    saturate(calc(1 + 0.06 * var(--nav-collapse)));
  -webkit-backdrop-filter: blur(calc(18px * var(--nav-collapse)))
    saturate(calc(1 + 0.06 * var(--nav-collapse)));
  box-shadow:
    0 12px 30px rgba(0, 0, 0, calc(0.28 * var(--nav-collapse))),
    inset 0 0 0 1px rgba(255, 255, 255, calc(0.12 * var(--nav-collapse)));
  transform:
    translateY(calc(var(--nav-shift-y) * var(--nav-collapse)))
    scale(calc(1 + var(--nav-scale-boost) * var(--nav-collapse)));
}html.nav--collapsed .navbar {
  width: 100%;
  height: 100%;
}html.nav--collapsed .navbar__inner {
  width: var(--nav-w-collapsed);
  will-change: transform, backdrop-filter;
}.navbar__brand {
  justify-self: stretch;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 30px;
  min-width: 0;
}.navbar__brand-icon {
  width: 30px;
  height: 30px;
  padding-bottom: 0;
  aspect-ratio: 1 / 1;
  flex: 0 0 30px;
  display: block;
  object-fit: contain;
  object-position: center;
  opacity: 0.98;
}.navbar__brand-text {
  width: auto;
  height: 20px;
  aspect-ratio: 375 / 83.25;
  flex: 0 0 auto;
  display: block;
  opacity: 0.98;
}.tenant-shell-wordmark {
  display: inline-flex;
  align-items: center;
  height: 20px;
  width: auto;
  max-width: 100%;
  color: currentColor;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}.tenant-shell-brand-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}.navbar__brand-icon.tenant-shell-brand-initials {
  padding-bottom: 0;
}.footer-logo-icon.tenant-shell-brand-initials {
  font-size: 8px;
}.navbar__links {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  color: var(--laframe-text);
  white-space: nowrap;
}.navbar__links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 8px;
  opacity: 0.96;
  transform-origin: center;
  transition:
    opacity 0.25s ease-out,
    transform 0.25s ease-out;
}.navbar__links a::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 7px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0.8;
  transition: transform 180ms ease;
}.navbar__links a:focus-visible {
  transform: scale(1.08);
  opacity: 1;
}.navbar__links a:focus-visible::after {
  transform: scaleX(1);
}.navbar__actions {
  justify-self: end;
  display: flex;
  align-items: center;
}.navbar--menu-route .navbar__inner {
  --menu-route-nav-pad-y: calc(
    var(--nav-pad-y-expanded) -
      (var(--nav-pad-y-expanded) - var(--nav-pad-y-collapsed)) * var(--nav-collapse)
  );
  grid-template-columns: minmax(max-content, auto) minmax(0, 1fr) auto;
  transition:
    border-radius 360ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 360ms ease,
    box-shadow 360ms ease;
}.navbar--menu-route .navbar__brand-slot {
  justify-self: stretch;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}.navbar--menu-route .navbar__brand {
  flex: 0 1 auto;
  gap: 8px;
  transition: gap 420ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__brand-text {
  width: 92px;
  max-width: 92px;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0);
  transform-origin: left center;
  transition:
    max-width 420ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__brand-text.tenant-shell-wordmark {
  width: auto;
  max-width: 160px;
  font-size: 13px;
  letter-spacing: 0.1em;
}.navbar__menu-mode-toggle {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(240, 239, 237, 0.76);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-10px) scale(0.9);
  transition:
    opacity 240ms ease,
    transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    background-color 180ms ease;
}.navbar__menu-mode-toggle svg {
  width: 16px;
  height: 16px;
}.site-header[data-menu-sticky-availability="visible"] .navbar__menu-mode-toggle {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0) scale(1);
}.site-header[data-menu-sticky-mode="sticky"] .navbar__menu-mode-toggle {
  color: #f0efed;
  transform: translateX(0) scale(1) rotate(180deg);
}.navbar__menu-mode-toggle:focus-visible {
  background: rgba(240, 239, 237, 0.08);
  color: #f0efed;
}.navbar--menu-route .navbar__center-shell {
  justify-self: stretch;
  align-self: stretch;
  min-width: 0;
  min-height: 0;
  height: 100%;
  position: relative;
  display: block;
  overflow: visible;
}.navbar--menu-route .navbar__center-default,
.navbar--menu-route .navbar__center-sticky {
  position: absolute;
  inset-inline: 0;
  min-width: 0;
}.navbar--menu-route .navbar__center-default {
  inset-block: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}.navbar--menu-route .navbar__center-sticky {
  inset-block: calc(var(--menu-route-nav-pad-y) * -1);
  display: grid;
  align-items: stretch;
  justify-items: stretch;
}.navbar--menu-route .navbar__links-clip {
  width: 100%;
  min-width: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
}.navbar--menu-route .navbar__links {
  transition:
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__center-sticky {
  opacity: 0;
  pointer-events: none;
  transform: translateX(46px);
  transition:
    opacity 260ms ease,
    transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
}html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__links {
  opacity: 0;
  transform: translateX(-72px);
  pointer-events: none;
}html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__center-sticky {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}.navbar--menu-route .navbar__actions {
  position: relative;
  min-width: max-content;
}html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__actions {
  width: 86px;
  min-width: 86px;
  transition:
    width 760ms cubic-bezier(0.42, 0, 0.18, 1),
    min-width 760ms cubic-bezier(0.42, 0, 0.18, 1);
}html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"][data-menu-sticky-search="open"] .navbar--menu-route .navbar__actions {
  width: 348px;
  min-width: 348px;
}.navbar--menu-route .cta-button--nav {
  transition:
    opacity 240ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 180ms ease;
}.navbar--menu-route .navbar__mobile-actions,
.navbar--menu-route .navbar__mobile-menu-panel {
  display: none;
}.navbar--menu-route .navbar__mobile-actions {
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}.navbar--menu-route .navbar__mobile-search-tool {
  position: relative;
  flex: 0 0 auto;
  width: 38px;
  min-width: 38px;
  height: 38px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 999px;
  background: rgb(14 12 10 / 0%);
  box-shadow:
    4px 4px 9px rgba(0, 0, 0, 0.26),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition:
    width 760ms cubic-bezier(0.42, 0, 0.18, 1),
    background-color 360ms ease,
    border-color 360ms ease,
    box-shadow 360ms ease;
}.navbar--menu-route .navbar__mobile-search-trigger {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  transition:
    transform 760ms cubic-bezier(0.42, 0, 0.18, 1),
    color 220ms ease,
    opacity 220ms ease;
}.navbar--menu-route .navbar__mobile-action {
  flex: 0 0 auto;
}.navbar--menu-route .navbar__mobile-action svg {
  width: 18px;
  height: 18px;
}.navbar--menu-route .navbar__mobile-action--burger {
  color: rgba(240, 239, 237, 0.82);
  --burger-icon-size: 16px;
}.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-icon {
  width: var(--burger-icon-size);
  height: var(--burger-icon-size);
  overflow: visible;
  display: block;
}.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-bar {
  fill: currentColor;
  transform-box: view-box;
  transform-origin: 8px 8px;
  will-change: transform, opacity;
}.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-bar--top,
.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-bar--bot {
  transition:
    transform 300ms cubic-bezier(0.5, 0.85, 0.25, 1.1),
    opacity 300ms cubic-bezier(0.5, 0.85, 0.25, 1.1);
}.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-bar--mid {
  transition:
    transform 300ms cubic-bezier(0.5, 0.85, 0.25, 1.8),
    opacity 300ms cubic-bezier(0.5, 0.85, 0.25, 1.8);
}.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-bar--top {
  transform: translate(7px, -5px) rotate(0deg);
}.navbar--menu-route .navbar__mobile-action--burger .navbar__burger-bar--bot {
  transform: translate(0px, 5px) rotate(0deg);
}.navbar--menu-route .navbar__mobile-action--burger[aria-pressed="true"] .navbar__burger-bar--top {
  transform: translate(0px, 0px) rotate(315deg);
}.navbar--menu-route .navbar__mobile-action--burger[aria-pressed="true"] .navbar__burger-bar--mid {
  transform: rotate(45deg);
}.navbar--menu-route .navbar__mobile-action--burger[aria-pressed="true"] .navbar__burger-bar--bot {
  transform: translate(0px, 0px) rotate(-225deg);
}.navbar--menu-route .navbar__mobile-action--account svg {
  width: 15.3px;
  height: 15.3px;
}.navbar--menu-route .navbar__mobile-search-panel,
.navbar--menu-route .navbar__mobile-search-clear,
.navbar--menu-route .navbar__mobile-search-filter {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 239, 237, 0.44);
}.navbar--menu-route .navbar__mobile-search-panel {
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  gap: 0;
  padding: 0 0 0 2px;
  opacity: 0;
  max-width: 0;
  overflow: hidden;
  pointer-events: none;
  filter: blur(4px);
  transform: translateX(12px);
  transition:
    opacity 220ms ease,
    max-width 760ms cubic-bezier(0.42, 0, 0.18, 1),
    padding 760ms cubic-bezier(0.42, 0, 0.18, 1),
    transform 620ms cubic-bezier(0.42, 0, 0.18, 1),
    filter 320ms ease;
}.navbar--menu-route .navbar__sticky-search-input-shell {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  display: inline-flex;
  align-items: center;
}.navbar--menu-route .navbar__sticky-search-helper {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  gap: calc(0.42em - 1px);
  min-width: 0;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  opacity: 1;
  visibility: visible;
  font: inherit;
  font-size: inherit;
  font-weight: 500;
  letter-spacing: inherit;
  transition:
    opacity 160ms ease,
    visibility 0s linear 0s;
}.navbar--menu-route .navbar__mobile-search-panel .navbar__sticky-search-helper {
  font-size: 0.85em;
}.navbar--menu-route .navbar__sticky-search-helper-prefix {
  flex: 0 0 auto;
  color: rgba(240, 239, 237, 0.28);
}.navbar--menu-route .navbar__sticky-search-helper-word {
  position: relative;
  display: inline-grid;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  color: rgba(240, 239, 237, 0.28);
}.navbar--menu-route .navbar__sticky-search-helper-layer {
  grid-area: 1 / 1;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  width: max-content;
  white-space: nowrap;
}.navbar--menu-route .navbar__sticky-search-helper-char {
  display: inline-block;
  flex: 0 0 auto;
  min-width: 0;
  will-change: transform, opacity, filter;
}.navbar--menu-route .navbar__mobile-search-input {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  border: 0;
  padding: 0 12px 0 0;
  background: transparent;
  color: #f0efed;
  caret-color: #c28e5c;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  outline: none;
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: translateX(8px);
  transition:
    opacity 220ms ease,
    transform 520ms cubic-bezier(0.42, 0, 0.18, 1),
    color 220ms ease;
}.navbar--menu-route .navbar__mobile-search-input::placeholder {
  color: rgba(240, 239, 237, 0.34);
  font-weight: 500;
}.navbar--menu-route .navbar__mobile-search-panel[data-helper-visible="false"] .navbar__sticky-search-helper {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 160ms ease,
    visibility 0s linear 160ms;
}.navbar--menu-route .navbar__mobile-search-input::-webkit-search-decoration,
.navbar--menu-route .navbar__mobile-search-input::-webkit-search-cancel-button,
.navbar--menu-route .navbar__mobile-search-input::-webkit-search-results-button,
.navbar--menu-route .navbar__mobile-search-input::-webkit-search-results-decoration {
  display: none;
}.navbar--menu-route .navbar__mobile-search-filter {
  flex: 0 0 auto;
  align-self: stretch;
  width: 34px;
  height: 100%;
  padding: 0;
  margin-left: 0;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateX(10px);
  transition:
    opacity 180ms ease,
    transform 360ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    border-color 180ms ease;
}.navbar--menu-route .navbar__mobile-search-filter svg {
  width: 18px;
  height: 18px;
}.navbar--menu-route .navbar__mobile-search-filter:focus-visible {
  color: #f0efed;
  border-left-color: rgba(255, 255, 255, 0.2);
}.navbar--menu-route .navbar__mobile-search-filter:disabled {
  cursor: default;
}.navbar--menu-route .navbar__mobile-search-clear {
  padding: 0;
  margin-inline-end: 6px;
  border: 0;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 160ms ease,
    color 160ms ease,
    visibility 160ms ease;
}.navbar--menu-route .navbar__mobile-search-clear svg {
  width: 16px;
  height: 16px;
}.navbar--menu-route .navbar__mobile-search-clear.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}.navbar--menu-route .navbar__mobile-search-clear:focus-visible {
  color: var(--laframe-accent);
}.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-tool {
  width: var(--mobile-search-open-width, clamp(194px, calc(100vw - 198px), 284px));
  background-color: rgba(14, 12, 10, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px) saturate(1.05);
  -webkit-backdrop-filter: blur(16px) saturate(1.05);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.28),
    inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-trigger,
.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-trigger:focus-visible {
  background: transparent;
  box-shadow: none;
  transform: translateX(1px) scale(0.985);
}.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-panel {
  opacity: 1;
  max-width: calc(100% - 44px);
  padding-right: 0;
  pointer-events: auto;
  filter: none;
  transform: translateX(0);
  transition-delay: 185ms, 0ms, 0ms, 135ms, 135ms;
}.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-input {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 220ms, 170ms, 0ms;
}.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-filter {
  color: #f0efed;
  border-left-color: rgba(255, 255, 255, 0.14);
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
  transition-delay: 240ms, 170ms, 0ms, 0ms;
}.site-header[data-menu-mobile-nav="open"] .navbar--menu-route .navbar__mobile-action--burger {
  color: rgba(240, 239, 237, 0.82);
  background: rgb(14 12 10 / 0%);
  box-shadow:
    6px 6px 12px rgba(0, 0, 0, 0.3),
    inset 0 1px 2px 0 rgba(255, 255, 255, 0.12);
}.navbar--menu-route .navbar__mobile-menu-panel {
  position: fixed;
  inset: 0;
  z-index: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  min-height: 100vh;
  min-height: 100dvh;
  max-height: none;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  background: #191919;
  color: #f0efed;
  transform: translateX(100%);
  transform-origin: center right;
  -webkit-overflow-scrolling: touch;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    visibility 0s linear 520ms;
}.navbar--menu-route .navbar__mobile-menu-panel[data-scrollable="false"] {
  overflow-y: hidden;
  overscroll-behavior: none;
  touch-action: none;
  -webkit-overflow-scrolling: auto;
}.navbar--menu-route .navbar__mobile-menu-panel[data-scrollable="true"] {
  overflow-y: auto;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch;
}.navbar--menu-route .navbar__mobile-menu-shell {
  box-sizing: border-box;
  width: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  padding:
    calc(var(--navbar-height) + 36px)
    calc(env(safe-area-inset-right, 0px) + 32px)
    calc(env(safe-area-inset-bottom, 0px) + 32px)
    calc(env(safe-area-inset-left, 0px) + 32px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: visible;
}.navbar--menu-route .navbar__mobile-menu-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0;
}.navbar--menu-route .navbar__mobile-menu-bottom-actions {
  width: 100%;
  margin-top: auto;
  padding-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}.navbar--menu-route .navbar__mobile-menu-bottom-button {
  min-height: 58px;
  padding: 0 16px;
  border: 1px solid rgba(240, 239, 237, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(240, 239, 237, 0.92);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(0, 0, 0, 0.18);
  appearance: none;
  cursor: pointer;
}.navbar--menu-route .navbar__mobile-theme-control {
  position: relative;
  min-width: 0;
  isolation: isolate;
  overflow: visible;
}.navbar--menu-route .navbar__mobile-theme-control > .navbar__mobile-menu-bottom-button {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #202020;
}.navbar--menu-route .navbar__mobile-theme-goo-filter {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  pointer-events: none;
}.navbar--menu-route .navbar__mobile-theme-menu {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  width: 164px;
  height: 250px;
  --theme-dropdown-gap: 18px;
  pointer-events: none;
  overflow: visible;
}.navbar--menu-route .navbar__mobile-theme-control.is-open .navbar__mobile-theme-menu {
  pointer-events: auto;
}.navbar--menu-route .navbar__mobile-theme-control.is-closing .navbar__mobile-theme-menu {
  pointer-events: none;
}.navbar--menu-route .navbar__mobile-theme-blob {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 52px;
  min-height: 48px;
  padding: 0 15px;
  border: 0;
  border-radius: 53% 47% 49% 51% / 46% 54% 46% 54%;
  background: rgba(255, 255, 255, 0.035);
  color: transparent;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  overflow: hidden;
  transform: translate(0, 0) scale(0.5);
  transform-origin: right center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 12px 24px rgba(0, 0, 0, 0.18);
  appearance: none;
  cursor: pointer;
}.navbar--menu-route .navbar__mobile-theme-blob-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: #f0efed;
  -webkit-mask: var(--theme-blob-icon) center / contain no-repeat;
  mask: var(--theme-blob-icon) center / contain no-repeat;
  opacity: 1;
  transform: translateZ(0);
}.navbar--menu-route .navbar__mobile-theme-blob-label {
  flex: 0 0 auto;
  color: rgba(240, 239, 237, 0.92);
  opacity: 0;
  transform: translateX(-5px);
}.navbar--menu-route .navbar__mobile-theme-control.is-open .navbar__mobile-theme-blob {
  animation: navbar-mobile-theme-blob-in 1120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--theme-blob-index, 0) * 150ms);
}.navbar--menu-route .navbar__mobile-theme-control.is-closing .navbar__mobile-theme-blob {
  animation: navbar-mobile-theme-blob-out 1120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc((2 - var(--theme-blob-index, 0)) * 150ms);
}.navbar--menu-route .navbar__mobile-theme-control.is-open .navbar__mobile-theme-blob-label {
  animation: navbar-mobile-theme-blob-label-in 1120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc(var(--theme-blob-index, 0) * 150ms);
}.navbar--menu-route .navbar__mobile-theme-control.is-closing .navbar__mobile-theme-blob-label {
  animation: navbar-mobile-theme-blob-label-out 1120ms cubic-bezier(0.22, 1, 0.36, 1) both;
  animation-delay: calc((2 - var(--theme-blob-index, 0)) * 150ms);
}.navbar--menu-route .navbar__mobile-theme-blob.is-selected {
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(0, 0, 0, 0.28);
}@keyframes navbar-mobile-theme-blob-in {
0% {
    width: 52px;
    color: transparent;
    opacity: 0;
    border-radius: 58% 42% 53% 47% / 44% 56% 40% 60%;
    transform:
      translate(0, 0)
      scale(0.5)
      rotate(-8deg);
  }

  28% {
    width: 52px;
    color: transparent;
    opacity: 1;
    border-radius: 43% 57% 45% 55% / 58% 42% 56% 44%;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap) - 3px))
      scale(1.02)
      rotate(4deg);
  }

  52% {
    width: 52px;
    color: transparent;
    opacity: 1;
    border-radius: 52% 48% 60% 40% / 42% 58% 44% 56%;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap)))
      scale(1)
      rotate(0deg);
  }

  82% {
    width: 168px;
    color: rgba(255, 250, 246, 0.2);
    opacity: 1;
    border-radius: 16px;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap)))
      scaleX(1.02)
      scaleY(0.99);
  }

  100% {
    width: 164px;
    color: rgba(240, 239, 237, 0.92);
    opacity: 1;
    border-radius: 16px;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap)))
        scale(1);
  }
}@keyframes navbar-mobile-theme-blob-out {
0% {
    width: 164px;
    color: rgba(240, 239, 237, 0.92);
    opacity: 1;
    border-radius: 16px;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap)))
      scale(1);
  }

  18% {
    width: 168px;
    color: rgba(255, 250, 246, 0.2);
    opacity: 1;
    border-radius: 16px;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap)))
      scaleX(1.02)
      scaleY(0.99);
  }

  48% {
    width: 52px;
    color: transparent;
    opacity: 1;
    border-radius: 52% 48% 60% 40% / 42% 58% 44% 56%;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap)))
      scale(1)
      rotate(0deg);
  }

  72% {
    width: 52px;
    color: transparent;
    opacity: 1;
    border-radius: 43% 57% 45% 55% / 58% 42% 56% 44%;
    transform:
      translate(0, calc(((var(--theme-blob-index, 0) + 1) * -62px) - var(--theme-dropdown-gap) - 3px))
      scale(1.02)
      rotate(4deg);
  }

  100% {
    width: 52px;
    color: transparent;
    opacity: 0;
    border-radius: 58% 42% 53% 47% / 44% 56% 40% 60%;
    transform:
      translate(0, 0)
      scale(0.5)
      rotate(-8deg);
  }
}@keyframes navbar-mobile-theme-blob-label-in {
0%,
  56% {
    opacity: 0;
    transform: translateX(-5px);
  }

  82% {
    opacity: 0.55;
    transform: translateX(-2px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}@keyframes navbar-mobile-theme-blob-label-out {
0% {
    opacity: 1;
    transform: translateX(0);
  }

  18% {
    opacity: 0.55;
    transform: translateX(-2px);
  }

  44%,
  100% {
    opacity: 0;
    transform: translateX(-5px);
  }
}.navbar--menu-route .navbar__mobile-menu-bottom-button--language {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: #202020;
}.navbar--menu-route .navbar__mobile-menu-bottom-button--theme {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  overflow: hidden;
}.navbar--menu-route .navbar__mobile-theme-button-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 0;
  transform: translateY(0);
  will-change: opacity, transform;
}.navbar--menu-route .navbar__mobile-menu-bottom-button--theme.is-theme-swapping .navbar__mobile-theme-button-content {
  pointer-events: none;
}.navbar--menu-route .navbar__mobile-menu-bottom-button--theme.is-theme-swapping .navbar__mobile-theme-button-content.is-entering {
  position: absolute;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 24px);
  translate: -50% -50%;
}.navbar--menu-route .navbar__mobile-theme-button-content.is-leaving {
  animation: navbar-mobile-theme-button-push-out 240ms cubic-bezier(0.4, 0, 0.2, 1) both;
}.navbar--menu-route .navbar__mobile-theme-button-content.is-entering {
  animation: navbar-mobile-theme-button-push-in 620ms cubic-bezier(0.18, 0.95, 0.18, 1) both;
}.navbar--menu-route .navbar__mobile-menu-bottom-flag {
  width: 24px;
  aspect-ratio: 3 / 2;
  border-radius: 3px;
  object-fit: cover;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}.navbar--menu-route .navbar__mobile-menu-bottom-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.navbar--menu-route .navbar__mobile-theme-button-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: #f0efed;
  -webkit-mask: var(--theme-button-icon) center / contain no-repeat;
  mask: var(--theme-button-icon) center / contain no-repeat;
}.navbar--menu-route .navbar__mobile-theme-button-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.navbar--menu-route .navbar__mobile-language-confirm {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(240, 239, 237, 0.34);
  appearance: none;
  transition:
    background-color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    color 240ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 240ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 240ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__mobile-language-confirm svg {
  display: block;
  width: 27px;
  height: 27px;
  fill: none;
}.navbar--menu-route .navbar__mobile-language-confirm:disabled {
  cursor: default;
  opacity: 0.48;
}.navbar--menu-route .navbar__mobile-language-confirm:not(:disabled) {
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: #ffffff;
  cursor: pointer;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}.navbar--menu-route .navbar__mobile-language-confirm:not(:disabled):active {
  transform: scale(0.94);
}@keyframes navbar-mobile-theme-button-push-out {
0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
  }
}@keyframes navbar-mobile-theme-button-push-in {
0% {
    opacity: 0;
    transform: translateY(-18px) scale(0.96);
  }

  48% {
    opacity: 1;
    transform: translateY(4px) scale(1.035);
  }

  68% {
    opacity: 1;
    transform: translateY(-2px) scale(0.99);
  }

  84% {
    opacity: 1;
    transform: translateY(1px) scale(1.008);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}.navbar--menu-route .navbar__mobile-language-shell {
  gap: 24px;
  opacity: 0;
  transform: translateX(18px);
  transition:
    opacity 260ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}.navbar--menu-route .navbar__mobile-language-shell.is-active {
  opacity: 1;
  transform: translateX(0);
}.navbar--menu-route .navbar__mobile-language-shell.is-exiting {
  opacity: 0;
  transform: translateX(18px);
  transition:
    opacity 220ms cubic-bezier(0.4, 0, 0.2, 1),
    transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
}.navbar--menu-route .navbar__mobile-language-head {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 44px;
  align-items: center;
  gap: 10px;
}.navbar--menu-route .navbar__mobile-language-back {
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: rgba(240, 239, 237, 0.94);
  display: inline-grid;
  place-items: center;
  appearance: none;
  cursor: pointer;
}.navbar--menu-route .navbar__mobile-language-back svg {
  width: 26px;
  height: 26px;
  display: block;
}.navbar--menu-route .navbar__mobile-language-title {
  margin: 0;
  color: rgba(240, 239, 237, 0.98);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-align: center;
}.navbar--menu-route .navbar__mobile-language-head-spacer {
  width: 44px;
  height: 44px;
}.navbar--menu-route .navbar__mobile-language-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}.navbar--menu-route .navbar__mobile-language-card {
  aspect-ratio: 3 / 2;
  min-height: 0;
  padding: 20px 14px 18px;
  border: 1px solid rgba(240, 239, 237, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(240, 239, 237, 0.94);
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 16px;
  font: inherit;
  text-align: center;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 14px 28px rgba(0, 0, 0, 0.16);
  appearance: none;
  cursor: pointer;
  transition:
    border-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 220ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__mobile-language-card.is-selected {
  border-color: rgba(240, 239, 237, 0.14);
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 38px rgba(0, 0, 0, 0.3),
    0 8px 18px rgba(0, 0, 0, 0.2);
  transform: translateY(-3px);
}.navbar--menu-route .navbar__mobile-language-flag {
  width: 46.4px;
  aspect-ratio: 3 / 2;
  border-radius: 5px;
  object-fit: cover;
  box-shadow:
    0 8px 14px rgba(0, 0, 0, 0.26),
    0 0 0 1px rgba(255, 255, 255, 0.08);
}.navbar--menu-route .navbar__mobile-language-label {
  color: currentColor;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.04rem;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}.navbar--menu-route .navbar__mobile-language-change {
  width: 100%;
  min-height: 52px;
  margin-top: auto;
  padding: 14px 20px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
  font-family: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700 !important;
  line-height: 1.25;
  letter-spacing: -0.01em;
  box-shadow: none;
  appearance: none;
  cursor: pointer;
  transition:
    opacity 180ms ease,
    filter 180ms ease;
}.navbar--menu-route .navbar__mobile-language-change:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: saturate(0.7);
}.navbar--menu-route .navbar__mobile-menu-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(240, 239, 237, 0.045);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}.navbar--menu-route .navbar__mobile-menu-item:last-child {
  border-bottom: 0;
}.navbar--menu-route .navbar__mobile-menu-link {
  min-height: 80px;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: rgba(240, 239, 237, 0.96);
  transition:
    color 180ms ease,
    transform 180ms ease;
}.navbar--menu-route .navbar__mobile-menu-link--dropdown {
  width: 100%;
  border: 0;
  background: transparent;
  font: inherit;
  text-align: left;
  cursor: pointer;
  appearance: none;
}.navbar--menu-route .navbar__mobile-menu-dropdown-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 239, 237, 0.72);
  transform: scaleY(1);
  transform-origin: center;
  transition:
    color 180ms ease,
    transform 200ms ease-in-out;
  will-change: transform;
}.navbar--menu-route .navbar__mobile-menu-dropdown-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}.navbar--menu-route .navbar__mobile-menu-dropdown-icon path {
  stroke: currentColor;
}.navbar--menu-route .navbar__mobile-menu-link--dropdown[aria-expanded="true"] .navbar__mobile-menu-dropdown-icon {
  color: rgba(240, 239, 237, 0.9);
  transform: scaleY(-1);
}.navbar--menu-route .navbar__mobile-menu-dropdown-panel {
  padding: 0 0 18px;
}.navbar--menu-route .navbar__mobile-menu-item--hours > .navbar__mobile-menu-dropdown-panel {
  padding: 18px 0 24px;
}.navbar--menu-route .navbar__mobile-location-panel {
  padding: 18px 0 24px;
}.navbar--menu-route .navbar__mobile-location-section {
  display: flex;
  flex-direction: column;
}.navbar--menu-route .navbar__mobile-location-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
}.navbar--menu-route .navbar__mobile-location-link {
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: rgba(240, 239, 237, 0.86);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
  transition:
    color 180ms ease,
    transform 180ms ease;
}.navbar--menu-route .navbar__mobile-location-link:focus-visible,
.navbar--menu-route .navbar__mobile-location-link:hover {
  color: #fff;
}.navbar--menu-route .navbar__mobile-location-link-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.navbar--menu-route .navbar__mobile-location-link-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(240, 239, 237, 0.66);
}.navbar--menu-route .navbar__mobile-location-link-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}.navbar--menu-route .navbar__mobile-location-link-icon path {
  fill: currentColor;
}.navbar--menu-route .navbar__mobile-call-notice-layer {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 30;
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding:
    max(28px, calc(env(safe-area-inset-top, 0px) + 18px))
    calc(env(safe-area-inset-right, 0px) + 17px)
    max(28px, calc(env(safe-area-inset-bottom, 0px) + 18px))
    calc(env(safe-area-inset-left, 0px) + 17px);
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 180ms ease,
    visibility 0s linear 220ms;
}.navbar--menu-route .navbar__mobile-call-notice-layer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}.navbar--menu-route .navbar__mobile-call-notice-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  cursor: pointer;
}.navbar--menu-route .navbar__mobile-call-notice-card {
  position: relative;
  z-index: 1;
  isolation: isolate;
  box-sizing: border-box;
  width: 100%;
  max-width: 430px;
  max-height: calc(100dvh - 56px);
  overflow: auto;
  padding: 14px 17px 28px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 23px;
  background-color: #191919;
  color: #f0efed;
  text-align: left;
  box-shadow:
    0 22px 68px rgba(0, 0, 0, 0.48),
    0 9px 28px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  opacity: 0;
  filter: blur(6px);
  transform: translateY(24px) scale(0.955);
  transform-origin: center;
  transition:
    opacity 220ms ease,
    filter 260ms ease,
    transform 340ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__mobile-call-notice-layer.is-open .navbar__mobile-call-notice-card {
  opacity: 1;
  filter: none;
  transform: translateY(0) scale(1);
}.navbar--menu-route .navbar__mobile-call-notice-card.is-attention {
  animation: navbar-mobile-call-notice-attention 360ms cubic-bezier(0.22, 1, 0.36, 1);
}.navbar--menu-route .navbar__mobile-call-notice-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: transparent;
  color: rgba(240, 239, 237, 0.88);
  cursor: pointer;
  appearance: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}.navbar--menu-route .navbar__mobile-call-notice-close svg {
  width: 30px;
  height: 30px;
  display: block;
}.navbar--menu-route .navbar__mobile-call-notice-close:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.7);
  outline-offset: 3px;
}.navbar--menu-route .navbar__mobile-call-notice-close:active {
  transform: scale(0.94);
}.navbar--menu-route .navbar__mobile-call-notice-lottie {
  position: relative;
  z-index: 0;
  width: 100%;
  height: clamp(156px, 23.5dvh, 204px);
  margin: -4px auto 18px;
  display: grid;
  place-items: center;
  overflow: hidden;
  pointer-events: none;
}.navbar--menu-route .navbar__mobile-call-notice-lottie svg {
  width: 100% !important;
  height: 100% !important;
  pointer-events: none;
}.navbar--menu-route .navbar__mobile-call-notice-title {
  margin: 0;
  color: #fff;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.6rem, 7.2vw, 2.1rem);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: 0;
  text-align: center;
}.navbar--menu-route .navbar__mobile-call-notice-message {
  margin: 22px 0 0;
  max-width: none;
  color: rgba(240, 239, 237, 0.88);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.88rem;
  font-weight: 560;
  line-height: 1.45;
  letter-spacing: 0;
  text-align: left;
}.navbar--menu-route .navbar__mobile-call-notice-hours {
  margin: 30px 0 0;
}.navbar--menu-route .navbar__mobile-call-notice-hours[hidden] {
  display: none;
}.navbar--menu-route .navbar__mobile-call-notice-hours .navbar__mobile-hours-row--today {
  margin-inline: 0;
  grid-template-columns: max-content minmax(0, 1fr) max-content;
  column-gap: clamp(8px, 2.5vw, 12px);
  row-gap: 0;
  padding: 9px 10px;
  border-radius: 12px;
}.navbar--menu-route .navbar__mobile-call-notice-hours .navbar__mobile-hours-chip {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}.navbar--menu-route .navbar__mobile-call-notice-hours .navbar__mobile-hours-time {
  grid-column: 3;
  grid-row: 1;
  justify-self: end;
  justify-content: flex-end;
  width: auto;
  max-width: none;
  font-size: 0.82rem;
}.navbar--menu-route .navbar__mobile-call-notice-hours .navbar__mobile-hours-day {
  grid-column: 1;
  grid-row: 1;
  max-width: none;
  font-size: 0.88rem;
}@keyframes navbar-mobile-call-notice-attention {
0%,
100% {
    transform: translateY(0) scale(1);
  }

  40% {
    transform: translateY(-2px) scale(1.018);
  }

  72% {
    transform: translateY(1px) scale(0.992);
  }
}.navbar--menu-route .navbar__mobile-hours-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}.navbar--menu-route .navbar__mobile-hours-row {
  position: relative;
  display: grid;
  grid-template-columns: max-content minmax(56px, 1fr) minmax(0, auto);
  align-items: center;
  gap: 6px 12px;
  min-height: 28px;
  color: rgba(240, 239, 237, 0.82);
}.navbar--menu-route .navbar__mobile-hours-row--today {
  margin-inline: -8px;
  padding: 7px 8px;
  border-radius: 10px;
  background: rgba(240, 239, 237, 0.055);
  color: rgba(240, 239, 237, 0.94);
}.navbar--menu-route .navbar__mobile-hours-row--muted {
  color: rgba(240, 239, 237, 0.52);
}.navbar--menu-route .navbar__mobile-hours-day,
.navbar--menu-route .navbar__mobile-hours-time,
.navbar--menu-route .navbar__mobile-hours-reason,
.navbar--menu-route .navbar__mobile-hours-empty {
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
}.navbar--menu-route .navbar__mobile-hours-day {
  grid-column: 1;
  justify-self: start;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.25;
}.navbar--menu-route .navbar__mobile-hours-day-icon {
  width: 0.99rem;
  height: 0.99rem;
  flex: 0 0 0.99rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f0efedf2;
}.navbar--menu-route .navbar__mobile-hours-day-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}.navbar--menu-route .navbar__mobile-hours-day-icon path {
  stroke: currentColor;
}.navbar--menu-route .navbar__mobile-hours-day-label {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}.navbar--menu-route .navbar__mobile-hours-details {
  min-width: 0;
  display: contents;
}.navbar--menu-route .navbar__mobile-hours-chip {
  grid-column: 2;
  justify-self: center;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 21px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 750;
  line-height: 1;
  letter-spacing: 0.02em;
  white-space: nowrap;
}.navbar--menu-route .navbar__mobile-hours-chip--open {
  background: #1f3a2b;
  color: #cfe9da;
}.navbar--menu-route .navbar__mobile-hours-chip--soon,
.navbar--menu-route .navbar__mobile-hours-chip--special {
  background: #4f431d;
  color: #f5e8b8;
}.navbar--menu-route .navbar__mobile-hours-chip--exception,
.navbar--menu-route .navbar__mobile-hours-chip--closed {
  background: #4a2424;
  color: #f5d2d2;
}.navbar--menu-route .navbar__mobile-hours-time {
  grid-column: 3;
  justify-self: end;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}.navbar--menu-route .navbar__mobile-hours-closed-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 999px;
  border: 2px solid rgba(206, 86, 86, 0.78);
}.navbar--menu-route .navbar__mobile-hours-reason {
  grid-column: 1 / -1;
  color: rgba(240, 239, 237, 0.58);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
}.navbar--menu-route .navbar__mobile-hours-empty {
  margin: -4px 0 18px;
  color: rgba(240, 239, 237, 0.58);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}.navbar--menu-route .navbar__mobile-menu-copy {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}.navbar--menu-route .navbar__mobile-menu-title {
  color: currentColor;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.navbar--menu-route .navbar__mobile-menu-title-row {
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
}.navbar--menu-route .navbar__mobile-menu-title-row .navbar__mobile-menu-title {
  flex: 1 1 auto;
  min-width: 0;
}.navbar--menu-route .navbar__mobile-menu-badge {
  flex: 0 0 auto;
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 24px;
  padding: 5px 9px 4px;
  border-radius: 999px;
  background: #bde0fe;
  color: #023047;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.16),
    0 4px 10px rgba(0, 0, 0, 0.13);
}.navbar--menu-route .navbar__mobile-menu-badge-icon {
  width: 13px;
  height: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}.navbar--menu-route .navbar__mobile-menu-badge-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}.navbar--menu-route .navbar__mobile-menu-badge-icon path {
  fill: currentColor;
}.navbar--menu-route .navbar__mobile-menu-badge-label {
  display: inline-block;
  line-height: 1;
}.navbar--menu-route .navbar__mobile-menu-item:focus-within {
  border-bottom-color: rgba(240, 239, 237, 0.08);
  background: transparent;
  box-shadow: none;
}.navbar--menu-route .navbar__mobile-menu-link:focus-visible,
.navbar--menu-route .navbar__mobile-menu-item:focus-within .navbar__mobile-menu-link {
  color: #fff;
}.site-header[data-menu-mobile-nav="open"] .navbar--menu-route .navbar__mobile-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
  transition-delay: 0s, 0s, 0s;
}.site-header[data-menu-mobile-nav="closing"] .navbar--menu-route .navbar__mobile-menu-panel {
  visibility: visible;
  transform: translateX(100%);
  transition-delay: 0s, 0s, 0s;
}html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .cta-button--nav {
  opacity: 0;
  pointer-events: none;
  transform: translateX(20px) scale(0.94);
}.navbar__menu-tools {
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  overflow: visible;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateX(18px);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar__menu-tools {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}.navbar__menu-tool {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    transform 160ms ease,
    background-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}.navbar__menu-tool svg {
  width: 18px;
  height: 18px;
}.navbar__menu-tool:focus-visible {
  transform: translateY(-1px);
}.navbar__menu-tool:disabled {
  cursor: default;
}.navbar--menu-route .navbar__inner {
  --navbar-hitbox-block-size: calc(
    var(--nav-h-expanded) -
      (var(--nav-h-expanded) - var(--nav-h-collapsed)) * var(--nav-collapse)
  );
  --navbar-hitbox-inline-edge: calc(
    var(--nav-pad-x-expanded) -
      (var(--nav-pad-x-expanded) - var(--nav-pad-x-collapsed)) * var(--nav-collapse)
  );
}.navbar--menu-route :where(
  .navbar__menu-tool,
  .navbar__mobile-search-clear,
  .navbar__mobile-search-filter
) {
  position: relative;
}.navbar--menu-route :where(
  .navbar__menu-tool,
  .navbar__mobile-search-clear,
  .navbar__mobile-search-filter
)::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset-inline: 0;
  top: 50%;
  height: var(--navbar-hitbox-block-size, 100%);
  min-height: 100%;
  transform: translateY(-50%);
  background: transparent;
  border-radius: inherit;
  pointer-events: auto;
}.navbar--menu-route :where(
  .navbar__mobile-actions > .navbar__mobile-action:last-child,
  .navbar__mobile-action--burger
)::before {
  inset-inline-end: calc(-1 * var(--navbar-hitbox-inline-edge, 0px));
}.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__detail-back::before {
  inset-inline-start: calc(-1 * var(--navbar-hitbox-inline-edge, 0px));
}.navbar--menu-route .navbar__menu-tabs-scroll {
  width: 100%;
  height: 100%;
  min-width: 0;
}.navbar--menu-route .navbar__menu-tabs-scroll {
  display: flex;
  align-items: stretch;
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1);
}.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 11px;
  border: none;
  color: var(--laframe-text);
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: #54361b;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.3);
  transition:
    transform 160ms ease,
    background-color 160ms ease,
    box-shadow 160ms ease;
}.cta-button img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}.cta-button:focus-visible {
  transform: translateY(-1px);
  background: #644024;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}.cta-button:focus-visible,
.navbar__links a:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.85);
  outline-offset: 3px;
}.btn-liquid-glass {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(255, 255, 255, 0.016);
  border: 1px solid rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2px) saturate(0.9) brightness(1) url("#liquidDisplace");
  -webkit-backdrop-filter: blur(2px) saturate(0.9) brightness(1) url("#liquidDisplace");
  box-shadow:
    rgba(0,0,0,0.15) 0px 15px 36px,
    rgba(255,255,255,0.95) 0px 1px inset,
    rgba(15,23,42,0.26) 0px -1px inset,
    rgba(255,255,255,0.5) 1px 1px inset,
    rgba(186,230,253,0.3) -1px -1px inset;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}.btn-liquid-glass > * {
  position: relative;
  z-index: 1;
}.btn-liquid-glass::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background-image:
    linear-gradient(
      132deg,
      rgba(255,255,255,0.30) 0%,
      rgba(255,255,255,0.10) 34%,
      rgba(255,255,255,0.03) 65%,
      rgba(255,255,255,0.00) 100%
    ),
    radial-gradient(
      120% 95% at 2% 0%,
      rgba(255,255,255,0.24) 0%,
      rgba(255,255,255,0.00) 46%
    ),
    radial-gradient(
      120% 90% at 98% 100%,
      rgba(148,163,184,0.15) 0%,
      rgba(148,163,184,0.00) 52%
    );
  transition: opacity 160ms ease;
}.btn-liquid-glass:focus-visible {
  background: rgba(255, 255, 255, 0.016);
  border-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2px) saturate(0.9) brightness(1) url("#liquidDisplace");
  -webkit-backdrop-filter: blur(2px) saturate(0.9) brightness(1) url("#liquidDisplace");
  box-shadow:
    rgba(0,0,0,0.18) 0px 17px 38px,
    rgba(255,255,255,0.95) 0px 1px inset,
    rgba(15,23,42,0.26) 0px -1px inset,
    rgba(255,255,255,0.55) 1px 1px inset,
    rgba(186,230,253,0.35) -1px -1px inset;
}.btn-liquid-glass:focus-visible::after {
  opacity: 1;
}.btn-liquid-glass:active {
  transform: translateY(0);
  background: rgba(255, 255, 255, 0.016);
  border-color: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(2px) saturate(0.9) brightness(1) url("#liquidDisplace");
  -webkit-backdrop-filter: blur(2px) saturate(0.9) brightness(1) url("#liquidDisplace");
  box-shadow:
    rgba(0,0,0,0.12) 0px 9px 20px,
    rgba(255,255,255,0.95) 0px 1px inset,
    rgba(15,23,42,0.26) 0px -1px inset,
    rgba(255,255,255,0.5) 1px 1px inset,
    rgba(186,230,253,0.28) -1px -1px inset;
}.btn-liquid-glass:active::after {
  opacity: 0.9;
}.btn-liquid-glass:focus-visible {
  outline: 2px solid rgba(255, 244, 217, 0.95);
  outline-offset: 4px;
}.cta-button--nav {
  height: 36px;
  padding: 0 14px 0 16px;
  font-size: 16px;
}.cta-button--nav img {
  width: 18px;
  height: 18px;
}html.nav--collapsed .navbar__actions .cta-button--nav.btn-liquid-glass {
  border-radius: 999px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, calc(0.14 * var(--nav-collapse)));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    0 8px 18px rgba(0, 0, 0, calc(0.22 * var(--nav-collapse))),
    inset 0 1px 0 rgba(255, 255, 255, calc(0.09 * var(--nav-collapse)));
}html.nav--collapsed .navbar__actions .cta-button--nav.btn-liquid-glass::after {
  content: none;
}html.nav--collapsed .navbar__actions .cta-button--nav.btn-liquid-glass:focus-visible,
html.nav--collapsed .navbar__actions .cta-button--nav.btn-liquid-glass:active {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, calc(0.16 * var(--nav-collapse)));
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow:
    0 10px 22px rgba(0, 0, 0, calc(0.24 * var(--nav-collapse))),
    inset 0 1px 0 rgba(255, 255, 255, calc(0.1 * var(--nav-collapse)));
}.hero {
  position: relative;
  min-height: 100svh;
  width: 100%;
  display: grid;
  place-items: start center;
  padding: calc(var(--navbar-height) + 490px) 24px 72px;
  isolation: isolate;
  overflow: clip;
}.hero__media {
  position: relative;
  width: 100%;
}.hero__middle-media {
  display: none;
}.hero__subtitle {
  margin: 0;
  width: min(760px, 100%);
  color: rgba(240, 239, 237, 0.92);
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.01em;
  text-wrap: pretty;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}.hero-mobile-panel {
  display: none;
}.home-announcement {
  width: 100%;
  padding: 0 16px 22px;
}.home-announcement__inner {
  width: min(1300px, 100%);
  margin-inline: auto;
}.home-announcement__link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(240, 239, 237, 0.15);
  background: rgba(29, 29, 29, 0.76);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 16px 30px rgba(0, 0, 0, 0.2);
}.home-announcement__link.is-static {
  pointer-events: none;
}.home-announcement__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 84px;
  height: 30px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--laframe-accent-ink);
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
}.home-announcement__message {
  color: rgba(240, 239, 237, 0.96);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 600;
}.home-announcement--warning .home-announcement__badge {
  background: rgba(193, 83, 28, 0.95);
}.home-announcement--info .home-announcement__badge {
  background: rgba(56, 95, 170, 0.95);
}.horarios-mobile,
.home-ambiente-mobile,
.home-ubicacion-mobile {
  display: none;
}#mas-pedidas {
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100svh;
  isolation: isolate;
  overflow: hidden;
}#mas-pedidas > * {
  position: relative;
  z-index: 1;
}.mas-pedidas__container {
  width: min(100%, calc(100% - 16px));
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 0;
  padding-top: clamp(28px, 4vw, 48px);
  padding-bottom: clamp(56px, 7vw, 88px);
}.mas-pedidas__header {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-areas:
    "title"
    "subtitle";
  align-items: flex-start;
  gap: 8px;
  margin-bottom: clamp(18px, 3vw, 28px);
}.mas-pedidas__headline {
  grid-area: title;
  margin: 0;
  color: #f0efed;
  font-size: clamp(1.3rem, 2.8vw, 2.15rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
}.mas-pedidas__subtitle {
  grid-area: subtitle;
  margin: 0;
  color: rgba(240, 239, 237, 0.72);
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  font-weight: 500;
  line-height: 1.2;
}.mas-pedidas__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  justify-content: stretch;
  gap: 15px;
}.mas-pedidas__row {
  display: contents;
}.mas-pedidas-card {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
  max-width: 312px;
  height: auto;
  padding: 22px 30px 24px;
  border-radius: 20px;
  border: 0;
  background: #19191b;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.42),
    0 6px 16px rgba(0, 0, 0, 0.26),
    inset 0 0 0 1px rgba(240, 239, 237, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(4px);
}/* Shared CTA skin still used by menu detail and eventos flows. */
.preview-overlay__button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-height: 44px;
  border-radius: 12px;
  border: 0;
  padding: 0 16px;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    filter 160ms ease,
    transform 160ms ease;
}.preview-overlay__button--primary {
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
}.preview-overlay__button--primary.is-available {
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
}.preview-overlay__button--primary.is-unavailable {
  background: #984934;
  color: #f0efed;
}.preview-overlay__button--secondary {
  background: rgba(240, 239, 237, 0.08);
  color: #f0efed;
  border: 1px solid rgba(240, 239, 237, 0.2);
}.preview-overlay__button:disabled {
  opacity: 1;
  cursor: default;
}.preview-overlay__button:active {
  transform: translateY(1px);
}.preview-overlay__button:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.42);
  outline-offset: 2px;
}.mas-pedidas-card__media {
  flex: 0 0 226px;
  width: 226px;
  height: 226px;
  border-radius: 0;
  overflow: visible;
  position: relative;
  display: grid;
  place-items: center;
  align-self: center;
  margin-inline: auto;
  margin-bottom: 18px;
  background: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}.mas-pedidas-card__media.is-empty::after {
  content: "";
  width: 42%;
  max-width: 92px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px dashed rgba(240, 239, 237, 0.18);
  opacity: 0.45;
}.mas-pedidas-card__image {
  grid-area: 1 / 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
  position: relative;
  z-index: 1;
  background: transparent;
  filter:
    drop-shadow(0px 12px 20px rgba(0, 0, 0, 0.42))
    drop-shadow(0px 22px 28px rgba(0, 0, 0, 0.22));
  transition: opacity 200ms ease;
  pointer-events: none;
  will-change: opacity;
}.mas-pedidas-card__media img[hidden],
.mas-pedidas-card__media img:not([src]),
.mas-pedidas-card__media img[src=""] {
  display: none !important;
}.mas-pedidas-card__lqip {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(1.006);
  filter: blur(4.6px) saturate(1.04) brightness(0.99);
  transition:
    opacity 320ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 620ms cubic-bezier(0.22, 1, 0.36, 1);
}.mas-pedidas-card__media.has-lqip .mas-pedidas-card__lqip {
  opacity: 0.8;
}.mas-pedidas-card__media.has-lqip.is-lqip-visible .mas-pedidas-card__lqip {
  animation: home-featured-card-lqip-breathe 2.3s ease-in-out infinite;
}.mas-pedidas-card__media.has-lqip.is-media-ready.is-lqip-fading .mas-pedidas-card__lqip {
  opacity: 0;
  animation: none;
  filter: blur(0px) saturate(1.02) brightness(1);
  transition:
    opacity 160ms ease-out,
    filter 160ms ease-out;
}.mas-pedidas-card__media.has-lqip:not(.is-media-ready) .mas-pedidas-card__image--base {
  opacity: 0;
}.mas-pedidas-card__media.has-lqip.is-media-ready .mas-pedidas-card__image--base {
  opacity: 1;
}.mas-pedidas-card__media.has-lqip::after {
  display: none !important;
}.mas-pedidas-card__image--base {
  opacity: 1;
}.mas-pedidas-card__body {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 64px;
  margin-bottom: 8px;
}.mas-pedidas-card__title {
  margin: 0;
  color: #f0efed;
  font-size: 22px;
  line-height: 1.08;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 24px;
}.mas-pedidas-card__description {
  margin: 0;
  color: #f0efed;
  opacity: 0.7;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.15;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 32px;
}.mas-pedidas-card.is-unavailable .mas-pedidas-card__price {
  color: #d7a47a;
}.mas-pedidas-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 30px;
  min-height: 30px;
  margin-top: auto;
  gap: 10px 14px;
  flex-wrap: nowrap;
}.mas-pedidas-card__price {
  margin: 0;
  color: #c28e5c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  min-height: 16px;
}.mas-pedidas-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100px;
  height: 30px;
  min-height: 0;
  padding: 0 8px;
  border: 0;
  border-radius: 8px;
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
  font: inherit;
  font-weight: 700;
  font-size: 0.85rem;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  transition: filter 160ms ease, transform 160ms ease;
}.mas-pedidas-card__button img {
  width: 14px;
  height: 14px;
}.mas-pedidas-card__button:active {
  transform: translateY(1px);
}.mas-pedidas-card.is-placeholder .mas-pedidas-card__title,
.mas-pedidas-card.is-placeholder .mas-pedidas-card__description,
.mas-pedidas-card.is-placeholder .mas-pedidas-card__price {
  opacity: 0.78;
}.mas-pedidas__grid[data-home-featured-state="skeleton"] .mas-pedidas__row {
  pointer-events: none;
}.mas-pedidas-card.is-placeholder {
  overflow: hidden;
}.mas-pedidas-card.is-placeholder [data-home-featured-skeleton-media] {
  border-radius: 0;
  background: var(--home-shell-skeleton);
  background-size: 280% 100%;
  background-repeat: no-repeat;
  animation: home-shell-skeleton-shimmer 2.35s linear infinite;
}.mas-pedidas-card.is-placeholder [data-home-featured-skeleton-media]::before {
  content: "";
  display: block;
  width: 86%;
  height: 76%;
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(240, 239, 237, 0.08), rgba(240, 239, 237, 0.015)),
    radial-gradient(circle at 46% 38%, rgba(240, 239, 237, 0.08), rgba(240, 239, 237, 0) 58%);
  filter: blur(5px) saturate(1.04);
  transform: scale(0.94);
}.mas-pedidas-card.is-placeholder [data-home-featured-skeleton-line] {
  display: block;
  color: transparent;
  border-radius: 999px;
  background: var(--home-shell-skeleton);
  background-size: 280% 100%;
  background-repeat: no-repeat;
  animation: home-shell-skeleton-shimmer 2.35s linear infinite;
}.mas-pedidas-card.is-placeholder .mas-pedidas-card__title[data-home-featured-skeleton-line] {
  width: 72%;
  margin-inline: auto;
}.mas-pedidas-card.is-placeholder .mas-pedidas-card__description[data-home-featured-skeleton-line] {
  width: 88%;
  margin-inline: auto;
}.mas-pedidas-card.is-placeholder .mas-pedidas-card__price[data-home-featured-skeleton-line] {
  width: 42%;
  margin-inline: auto;
}@keyframes home-featured-card-lqip-breathe {
  0%,
  100% {
    filter: blur(5.2px) saturate(1.02) brightness(0.99);
    transform: scale(1.006);
  }
  50% {
    filter: blur(3.4px) saturate(1.08) brightness(1.03);
    transform: scale(1.012);
  }
}@media (prefers-reduced-motion: reduce) {
  .mas-pedidas-card.is-placeholder [data-home-featured-skeleton-line],
  .mas-pedidas-card.is-placeholder [data-home-featured-skeleton-media],
  .mas-pedidas-card__media.has-lqip.is-lqip-visible .mas-pedidas-card__lqip,
  body.home-page-body #horarios .horarios-mobile__skeleton,
  body.home-page-body #horarios .horarios-mobile__callout-skeleton-line,
  .home-location-card__map::before,
  body.home-page-body #mas-pedidas .mas-pedidas__row-track[data-home-featured-initial-track],
  body.home-page-body [data-home-shell-text-pending]::before,
  body.home-page-body .home-shell-copy-skeleton__line > span {
    animation: none !important;
    background-position: 160% 0;
  }
}.delivery-title {
  margin: 14px 0 0;
  color: #f0efed;
  font-family: "Roca One", "Book Antiqua", "Palatino Linotype", Georgia, serif;
  font-size: 60px;
  line-height: 0.94;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-wrap: balance;
}.delivery-subtitle {
  margin: 24px 0 0;
  max-width: 620px;
  color: rgba(240, 239, 237, 0.86);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.28;
  text-wrap: pretty;
}.delivery-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}.delivery-action {
  --delivery-icon-size: 36px;
  width: 270px;
  height: 70px;
  border-radius: 18px;
  background: #1d1d1d;
  border: 1px solid rgba(240, 239, 237, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 14px 28px rgba(0, 0, 0, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease;
}.delivery-action__icon {
  width: auto;
  height: var(--delivery-icon-size);
  max-width: calc(var(--delivery-icon-size) * 5);
  max-height: var(--delivery-icon-size);
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}.delivery-action--text span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #f0efed;
}.delivery-action--text {
  gap: 12px;
}.delivery-action--text .delivery-action__icon {
  width: var(--delivery-icon-size);
  max-width: var(--delivery-icon-size);
}.delivery-action[hidden] {
  display: none !important;
}.delivery-action:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(240, 239, 237, 0.26);
  background: #313131;
}.delivery-action:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.82);
  outline-offset: 3px;
}.delivery-note {
  margin: 22px 0 0;
  color: rgba(240, 239, 237, 0.58);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}.delivery-sheet[hidden] {
  display: none !important;
}.delivery-sheet {
  position: fixed;
  inset: 0;
  z-index: 150;
}.delivery-sheet__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(6, 6, 8, 0.58);
  opacity: 0;
  cursor: pointer;
  transition: opacity 360ms ease;
}.delivery-sheet__panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin-inline: auto;
  width: min(560px, 100%);
  max-height: min(82vh, 680px);
  border-radius: 38px 38px 0 0;
  border: 1px solid rgba(240, 239, 237, 0.1);
  background: #191919;
  box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.44);
  transform: translateY(105%);
  transition: transform 420ms ease;
  padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px));
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}.delivery-sheet[data-state="open"] .delivery-sheet__backdrop {
  opacity: 1;
}.delivery-sheet[data-state="open"] .delivery-sheet__panel {
  transform: translateY(0);
}.delivery-sheet__handle-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 20px;
}.delivery-sheet__body {
  border-radius: 30px;
  background: #191919;
  box-shadow: none;
  padding: 0 16px 16px;
}.delivery-sheet__handle {
  width: 44px;
  height: 5px;
  border-radius: 999px;
  background: rgba(240, 239, 237, 0.4);
}.delivery-sheet__content {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}.delivery-sheet .delivery-title {
  margin-top: 0;
  font-size: 28px;
  line-height: 1.06;
  text-wrap: pretty;
}.delivery-sheet .delivery-subtitle {
  margin-top: 12px;
  max-width: none;
  font-size: 16px;
  line-height: 1.32;
}.delivery-sheet .delivery-actions {
  margin-top: 18px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}.delivery-sheet .delivery-action {
  width: 100%;
  min-width: 0;
  height: 58px;
  border-radius: 16px;
  padding-inline: 25px;
}.delivery-sheet__note {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.3;
}.delivery-sheet .delivery-action__icon {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: min(var(--delivery-icon-size), 30px);
  flex: 0 1 auto;
}.delivery-sheet--reviews .delivery-action {
  display: flex;
  align-items: center;
  justify-content: center;
}.delivery-sheet--reviews .delivery-action__icon {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 34px;
  object-fit: contain;
}body.home-page-body.delivery-sheet-open {
  overflow: hidden;
}.home-location-map-modal[hidden] {
  display: none !important;
}.home-location-map-modal {
  position: fixed;
  inset: 0;
  z-index: 140;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 240ms ease,
    visibility 0s linear 280ms;
}.home-location-map-modal[data-state="open"],
.home-location-map-modal[data-state="opening"] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}.home-location-map-modal__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.22);
  cursor: pointer;
}.home-location-map-modal__panel {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #d9edf2;
  transform: scale(0.985);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
}.home-location-map-modal[data-state="open"] .home-location-map-modal__panel,
.home-location-map-modal[data-state="opening"] .home-location-map-modal__panel {
  transform: scale(1);
}.home-location-map-modal__frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #d9edf2;
  opacity: 1;
  filter: none;
  transform: scale(1);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}.home-location-card__map-frame.is-map-frame-entering,
.home-location-map-modal__frame.is-map-frame-entering {
  z-index: 2;
  opacity: 0;
  filter: blur(10px);
  transform: scale(1.012);
  pointer-events: none;
}.home-location-card__map-frame.is-map-frame-entering {
  z-index: 1;
}.home-location-card__map-frame.is-map-frame-current,
.home-location-map-modal__frame.is-map-frame-current {
  z-index: 2;
  opacity: 1;
  filter: none;
  transform: scale(1);
}.home-location-card__map-frame.is-map-frame-exiting,
.home-location-map-modal__frame.is-map-frame-exiting {
  z-index: 1;
  opacity: 0;
  filter: blur(8px);
  transform: scale(0.998);
  pointer-events: none;
}.home-location-map-modal__controls {
  position: absolute;
  top: calc(env(safe-area-inset-top, 0px) + 16px);
  right: calc(env(safe-area-inset-right, 0px) + 16px);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  pointer-events: none;
}.home-location-map-modal__control {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(240, 239, 237, 0.12);
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(25, 25, 25, 0.92);
  color: #f0efed;
  box-shadow:
    0 14px 28px rgba(0, 0, 0, 0.42),
    0 4px 10px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  cursor: pointer;
  pointer-events: auto;
  -webkit-backdrop-filter: blur(12px) saturate(1.08);
  backdrop-filter: blur(12px) saturate(1.08);
  -webkit-appearance: none;
  appearance: none;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease,
    background-color 180ms ease;
}.home-location-map-modal__control svg {
  width: 23px;
  height: 23px;
  display: block;
}.home-location-map-modal__control svg path {
  fill: currentColor;
}.home-location-map-modal__control:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.48);
  outline-offset: 3px;
}.home-location-map-modal__control:hover,
.home-location-map-modal__control:focus-visible {
  background: rgba(31, 31, 31, 0.96);
  transform: translateY(-1px) scale(1.035);
}.home-location-map-modal__control:active {
  transform: scale(0.96);
}body.home-page-body.home-location-map-modal-open {
  overflow: hidden;
}.home-location-map-sheet {
  z-index: 160;
  color: #f0efed;
}.home-location-map-sheet .delivery-sheet__backdrop {
  background: rgba(6, 6, 8, 0.58);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}.home-location-map-sheet__panel {
  width: min(640px, 100%);
  max-height: min(78svh, 560px);
  border: 1px solid rgba(240, 239, 237, 0.1);
  border-radius: 38px 38px 0 0;
  background: #191919;
  box-shadow: 0 -14px 36px rgba(0, 0, 0, 0.44);
  padding: 0 10px calc(10px + env(safe-area-inset-bottom, 0px));
}.home-location-map-sheet__body {
  border-radius: 30px;
  background: #191919;
  box-shadow: none;
  padding: 0 18px 24px;
}.home-location-map-sheet__handle-row {
  padding-top: 15px;
  padding-bottom: 20px;
}.home-location-map-sheet__handle {
  width: 44px;
  height: 5px;
  background: rgba(240, 239, 237, 0.4);
}.home-location-map-sheet__header {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}.home-location-map-sheet__title {
  margin: 0;
  color: #f0efed;
}.home-location-map-sheet__options {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(20px, 8vw, 52px);
  align-items: start;
}.home-location-map-sheet__option {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  background: transparent;
  color: #f0efed;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  transition:
    color 180ms ease,
    transform 180ms ease;
}.home-location-map-sheet__option:hover,
.home-location-map-sheet__option:focus-visible {
  color: #ffffff;
}.home-location-map-sheet__option:focus-visible {
  outline: 2px solid rgba(240, 239, 237, 0.38);
  outline-offset: 3px;
}.home-location-map-sheet__option:active {
  transform: scale(0.98);
}.home-location-map-sheet__option-preview {
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 78px;
  border: 1px solid rgba(240, 239, 237, 0.12);
  border-radius: 18px;
  display: block;
  overflow: hidden;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 10px 24px rgba(0, 0, 0, 0.22);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}.home-location-map-sheet__option.is-selected .home-location-map-sheet__option-preview {
  border-color: #f0efed;
  box-shadow:
    inset 0 0 0 4px #191919,
    inset 0 0 0 7px #f0efed,
    0 14px 30px rgba(0, 0, 0, 0.28);
}.home-location-map-sheet__option:hover .home-location-map-sheet__option-preview,
.home-location-map-sheet__option:focus-visible .home-location-map-sheet__option-preview {
  transform: translateY(-1px);
}.home-location-map-sheet__option-preview--roadmap {
  background: #d8ddd6 url("assets/home/default.webp") center / cover no-repeat;
}.home-location-map-sheet__option-preview--satellite {
  background: #355332 url("assets/home/satelite.webp") center / cover no-repeat;
}.home-location-map-sheet__option-title {
  color: currentColor;
  font-size: 18px;
  font-weight: 620;
  line-height: 1.2;
  letter-spacing: 0;
}.home-virtual-tour-modal[hidden] {
  display: none !important;
}.home-virtual-tour-modal {
  position: fixed;
  inset: 0;
  z-index: 210;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}.home-virtual-tour-modal__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  margin: 0;
  background: rgba(6, 6, 8, 0.76);
  cursor: pointer;
  opacity: 0;
  transition: opacity 240ms ease;
}.home-virtual-tour-modal__panel {
  position: relative;
  z-index: 1;
  width: min(1120px, 100%);
  height: min(92svh, 760px);
  border-radius: 30px;
  overflow: hidden;
  background: #070709;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.46),
    0 12px 26px rgba(0, 0, 0, 0.32);
  transform: translateY(18px) scale(0.985);
  opacity: 0;
  transition:
    transform 280ms ease,
    opacity 280ms ease;
}.home-virtual-tour-modal__panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 84px;
  z-index: 2;
  background: linear-gradient(
    180deg,
    rgba(5, 5, 7, 0.9) 0%,
    rgba(5, 5, 7, 0.32) 58%,
    rgba(5, 5, 7, 0) 100%
  );
  pointer-events: none;
}.home-virtual-tour-modal.is-open .home-virtual-tour-modal__backdrop {
  opacity: 1;
}.home-virtual-tour-modal.is-open .home-virtual-tour-modal__panel {
  transform: translateY(0) scale(1);
  opacity: 1;
}.home-virtual-tour-modal__close {
  position: absolute;
  z-index: 3;
  top: calc(20px + env(safe-area-inset-top, 0px));
  right: 20px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 48px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: none;
  transition: background-color 180ms ease;
}.home-virtual-tour-modal__close:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.78);
  outline-offset: 2px;
}.home-virtual-tour-modal__close-icon {
  position: relative;
  width: 19px;
  height: 19px;
  display: block;
}.home-virtual-tour-modal__close-icon::before,
.home-virtual-tour-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  transform-origin: center;
}.home-virtual-tour-modal__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}.home-virtual-tour-modal__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}.home-virtual-tour-modal__frame {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  background: #070709;
}body.home-page-body.home-virtual-tour-open {
  overflow: hidden;
}.home-virtual-tour-modal {
    padding: 0;
  }.home-virtual-tour-modal__panel {
    width: 100vw;
    height: 100svh;
    max-height: none;
    border-radius: 0;
  }.home-virtual-tour-modal__close {
    top: calc(20px + env(safe-area-inset-top, 0px));
    right: 20px;
  }@media (prefers-reduced-motion: reduce) {
.delivery-sheet__backdrop,
.delivery-sheet__panel,
.delivery-sheet__action,
.home-location-map-modal,
.home-location-map-modal__panel,
.home-location-map-modal__frame,
.home-location-map-modal__control,
.home-location-card__map-frame,
.home-location-map-sheet__option,
.home-virtual-tour-modal__backdrop,
.home-virtual-tour-modal__panel,
.home-virtual-tour-modal__close {
    transition: none !important;
  }
}@keyframes home-rail-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(calc(-1 * var(--home-rail-cycle-width, 0px)), 0, 0);
  }
}@keyframes home-rail-marquee-reverse {
  from {
    transform: translate3d(calc(-1 * var(--home-rail-cycle-width, 0px)), 0, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}.testimonials-section {
  width: 100%;
  margin-top: 0;
  padding: 104px 15px;
}.testimonials-shell {
  width: 100%;
  display: flex;
  justify-content: center;
}.testimonials-container {
  width: min(1250px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}.testimonials-header {
  width: min(900px, 100%);
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}.testimonials-header h2 {
  margin: 0;
  width: min(900px, 100%);
  max-width: 100%;
  white-space: normal;
  text-wrap: balance;
  overflow-wrap: anywhere;
  color: #ffffff;
  font-size: clamp(2rem, 4.2vw, 3.4rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.03;
}.testimonials-header h2 span {
  color: #9a9a9a;
}}.testimonials-section .testimonials-grid {
  width: 100%;
  display: flex;
  justify-content: center;
}.testimonials-section .testimonials-grid-wrap {
  width: 100%;
  position: relative;
  margin-top: 56px;
}.testimonials-section .masonry {
  width: 100%;
  display: flex;
  justify-content: center;
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 7.47642%, rgb(0, 0, 0) 49.0446%);
  mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 7.47642%, rgb(0, 0, 0) 49.0446%);
  opacity: 1;
}.testimonials-section .card-wrapper {
  width: 100%;
}.testimonials-section .card {
  width: 100%;
  min-height: 0;
  padding: 32px;
  border-radius: 32px;
  background: #2b2b2b;
  box-shadow:
    0 1px 2px rgba(0, 0, 0, 0.06),
    0 12px 48px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
}.testimonials-section .card-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}.testimonials-section .card-quote {
  display: inline-flex;
  color: #d4d4d4;
}.testimonials-section .card-quote svg,
.testimonials-section .card-quote img {
  width: 28px;
  height: 28px;
  fill: currentColor;
}.testimonials-section .card-text {
  margin: 0;
  color: #F0EFEDDB;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.01em;
}.testimonials-section .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}.testimonials-section .user {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}.testimonials-section .card--no-avatar .user {
  gap: 0;
}.testimonials-section .avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  overflow: hidden;
  flex: 0 0 44px;
  background: linear-gradient(145deg, #ece9e5, #e3dfda);
}.testimonials-section .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}.testimonials-section .user-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}.testimonials-section .user-name {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}.testimonials-section .user-role {
  margin: 0;
  color: #8a8a8a;
  font-size: 14px;
  line-height: 1.25;
}.testimonials-section .stars {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}.testimonials-section .star {
  width: 16px;
  height: 16px;
  color: #e1a658;
  fill: currentColor;
  flex: 0 0 auto;
}.testimonials-section .star--muted {
  opacity: 0.38;
  filter: grayscale(1) saturate(0) brightness(1.45);
}#testimonials.testimonials-section .all-access-pass__container {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: clip;
  pointer-events: none;
  padding-bottom: 0;
}#testimonials.testimonials-section #aap-testimonials.all-access-pass {
  position: sticky;
  bottom: 32px;
  z-index: 50;
  width: 284px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translate3d(0px, 180px, 0px);
  will-change: transform;
  pointer-events: auto;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.374px;
  text-rendering: auto;
  color: rgb(245 245 247);
}#testimonials.testimonials-section #aap-testimonials.is-multiline-copy {
  height: 64px;
}#testimonials.testimonials-section #aap-testimonials .all-access-pass__intro-element {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-15px, 0px, 0px) scale(1.3);
  width: 30px;
  height: 80px;
  margin-top: -40px;
  border-radius: 56px;
  background-color: rgb(42 42 45);
  opacity: 0;
}#testimonials.testimonials-section #aap-testimonials .all-access-pass__element {
  position: relative;
  width: 100%;
  height: 56px;
  border-radius: 28px;
  transform: translate3d(0px, 0px, 0px);
  opacity: 0;
  --alpha: 0;
}#testimonials.testimonials-section #aap-testimonials.is-multiline-copy .all-access-pass__element {
  height: 64px;
  border-radius: 32px;
}#testimonials.testimonials-section #aap-testimonials .all-access-pass__background {
  position: absolute;
  left: 50%;
  top: 50%;
  box-sizing: content-box;
  z-index: -1;
  width: 40px;
  height: 40px;
  border-radius: 28px;
  background-color: rgb(42 42 45);
  box-shadow: none;
  border: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: var(--alpha);
  transform: translate3d(-50%, -50%, 0) scale(var(--scale, 1.3));
  will-change: transform;
}#testimonials.testimonials-section #aap-testimonials.is-multiline-copy .all-access-pass__background {
  border-radius: 32px;
}#testimonials.testimonials-section #aap-testimonials .aap-text-icon-control {
  position: relative;
  width: 100%;
  height: 56px;
  border: none;
  outline: none;
  border-radius: 32px;
  background-color: transparent;
  box-shadow: none;
  color: rgb(41 151 255);
  text-rendering: auto;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: normal;
  padding: 0;
  cursor: pointer;
}#testimonials.testimonials-section #aap-testimonials.is-multiline-copy .aap-text-icon-control {
  height: 64px;
}#testimonials.testimonials-section #aap-testimonials .icon-copy {
  display: block;
  box-sizing: content-box;
  color: rgb(245 245 247);
  text-rendering: auto;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 21.0012px;
  letter-spacing: -0.374px;
  margin: 0 62px 0 24px;
  padding: 15px 0 16px;
  width: calc(100% - 86px);
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  transform: translate3d(0, 0, 0) scale(0.5);
  opacity: 0;
}#testimonials.testimonials-section #aap-testimonials.is-multiline-copy .icon-copy {
  display: -webkit-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 19.5px;
  letter-spacing: 0;
  margin: 0 68px 0 24px;
  padding: 0;
  width: calc(100% - 92px);
  height: auto;
  max-height: 39px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow-wrap: anywhere;
  white-space: normal;
}#testimonials.testimonials-section #aap-testimonials .aap-text-icon-control__icon {
  position: absolute;
  left: auto;
  right: 10px;
  top: 28px;
  bottom: auto;
  margin: 0;
  width: 36px;
  height: 36px;
  padding: 9px;
  border: none;
  outline: none;
  border-radius: 50px;
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: none;
  filter: none;
  transform: translate3d(0px, -18px, 0px) scale(0);
  opacity: 0;
  will-change: transform;
}#testimonials.testimonials-section #aap-testimonials.is-multiline-copy .aap-text-icon-control__icon {
  top: 32px;
}#testimonials.testimonials-section #aap-testimonials .aap-text-icon-control__icon .icon-control {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: block;
  fill: rgb(255 255 255);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}#testimonials.testimonials-section #aap-testimonials .aap-text-icon-control:focus-visible .aap-text-icon-control__icon .icon-control {
  opacity: 1;
}#testimonials.testimonials-section #aap-testimonials.is-activated .icon-copy {
  transition: opacity 0.38s ease-in-out 0.6s;
  opacity: 1;
}@media (prefers-reduced-motion: reduce) {
#testimonials.testimonials-section #aap-testimonials {
    transform: translate3d(0, 0, 0) !important;
  }#testimonials.testimonials-section #aap-testimonials .icon-copy,
#testimonials.testimonials-section #aap-testimonials .aap-text-icon-control__icon {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}.testimonials-section {
    padding-block: 90px;
  }.testimonials-section .testimonials-grid-wrap {
    margin-top: 46px;
  }  }.testimonials-header h2 {
    white-space: normal;
    text-wrap: balance;
    overflow-wrap: anywhere;
    font-size: clamp(1.8rem, 9.2vw, 2.4rem);
  }  }#testimonials.testimonials-section {
    padding-top: 22px;
    padding-bottom: 64px;
  }#testimonials.testimonials-section .testimonials-grid-wrap {
    margin-top: 30px;
    padding-bottom: 84px;
  }#testimonials.testimonials-section .masonry {
    display: block;
    -webkit-mask: none;
    mask: none;
  }#testimonials.testimonials-section .masonry-grid {
    --testimonials-mobile-row-gap: 10px;
    --testimonials-mobile-card-gap: 12px;
    --testimonials-mobile-row-edge-fade: 10px;
    --testimonials-mobile-row-fade-rgb: 25 25 25;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, auto);
    justify-content: stretch;
    row-gap: var(--testimonials-mobile-row-gap);
  }#testimonials.testimonials-section .testimonials-mobile-row {
    display: flex;
    align-items: stretch;
    gap: var(--testimonials-mobile-card-gap);
    position: relative;
    isolation: isolate;
    width: var(--laframe-public-shell-width, 100%);
    margin-inline: calc((100% - var(--laframe-public-shell-width, 100%)) / 2);
    overflow: hidden;
    box-sizing: border-box;
    padding: 4px 0;
    touch-action: pan-y;
  }#testimonials.testimonials-section .testimonials-mobile-row::before,
#testimonials.testimonials-section .testimonials-mobile-row::after {
    content: none;
    display: none;
  }#testimonials.testimonials-section .testimonials-mobile-row::before {
    background: none;
  }#testimonials.testimonials-section .testimonials-mobile-row::after {
    background: none;
  }#testimonials.testimonials-section .testimonials-mobile-row--top {
    padding-top: 10px;
  }#testimonials.testimonials-section .testimonials-mobile-row--bottom {
    padding-bottom: 10px;
  }#testimonials.testimonials-section .testimonials-mobile-row-track {
    display: flex;
    align-items: stretch;
    gap: var(--testimonials-mobile-card-gap);
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: max-content;
    min-width: 100%;
    transform: translateX(0);
  }#testimonials.testimonials-section .card-wrapper {
    width: auto;
    flex: 0 0 auto;
  }#testimonials.testimonials-section .card {
    width: clamp(11.9rem, 63vw, 13.4rem);
    min-height: 0;
    padding: 14px 14px 12px;
    border-radius: 20px;
    gap: 8px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr) auto;
    grid-template-areas:
      "avatar identity quote"
      "avatar stars quote"
      "text text text";
    column-gap: 10px;
    row-gap: 4px;
    align-items: start;
  }#testimonials.testimonials-section .card-main,
#testimonials.testimonials-section .card-footer,
#testimonials.testimonials-section .user {
    display: contents;
  }#testimonials.testimonials-section .card--no-avatar {
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "identity quote"
      "stars quote"
      "text text";
  }#testimonials.testimonials-section .avatar {
    grid-area: avatar;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
  }#testimonials.testimonials-section .user-meta {
    grid-area: identity;
    gap: 2px;
    min-width: 0;
    align-self: end;
  }#testimonials.testimonials-section .user-name {
    font-size: 14px;
    line-height: 1.15;
    font-weight: 650;
  }#testimonials.testimonials-section .user-role {
    display: none;
  }#testimonials.testimonials-section .stars {
    grid-area: stars;
    gap: 3px;
  }#testimonials.testimonials-section .star {
    width: 11px;
    height: 11px;
  }#testimonials.testimonials-section .card-quote {
    grid-area: quote;
    justify-self: end;
    align-self: start;
    opacity: 0.72;
  }#testimonials.testimonials-section .card-quote svg,
#testimonials.testimonials-section .card-quote img {
    width: 18px;
    height: 18px;
  }#testimonials.testimonials-section .card-text {
    grid-area: text;
    max-width: 100%;
    margin: 2px 0 0;
    color: rgba(240, 239, 237, 0.87);
    font-size: 13px;
    line-height: 1.35;
    letter-spacing: -0.004em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }#testimonials.testimonials-section #aap-testimonials {
    bottom: 20px;
    width: min(284px, calc(100vw - 48px));
  }#testimonials.testimonials-section .all-access-pass__container {
    padding-bottom: 0;
  }#testimonials.testimonials-section #aap-testimonials .aap-text-icon-control {
    width: 100%;
  }.delivery-subtitle {
    font-size: 20px;
  }.delivery-title {
    font-size: 54px;
  }.delivery-subtitle {
    font-size: 18px;
  }.delivery-title {
    font-size: clamp(2.2rem, 8.4vw, 3.2rem);
  }.delivery-subtitle {
    margin-top: 18px;
    font-size: 17px;
  }.delivery-actions {
    margin-top: 22px;
    flex-wrap: wrap;
  }.delivery-action {
    width: min(270px, 100%);
    flex: 1 1 270px;
  }.delivery-subtitle {
    font-size: 16px;
  }.mas-pedidas__container {
    width: min(1300px, calc(100% - 24px));
  }.mas-pedidas__header {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "title"
      "subtitle";
    align-items: flex-start;
    gap: 10px;
  }.mas-pedidas__subtitle {
    max-width: 36ch;
  }.mas-pedidas__header {
    align-items: center;
    gap: 6px;
    text-align: center;
  }.mas-pedidas__headline {
    margin: 0;
    width: 100%;
    max-width: 100%;
    white-space: normal;
    text-wrap: balance;
    color: #ffffff;
    font-size: clamp(1.8rem, 9.2vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.03;
  }.mas-pedidas__subtitle {
    margin: 0;
    max-width: 100%;
    color: #606060;
    font-size: 15px;
    line-height: 1.55;
    text-wrap: pretty;
  }.home-announcement {
    padding-inline: 8px;
    padding-bottom: 18px;
  }.home-announcement__link {
    align-items: flex-start;
    gap: 10px;
  }.home-announcement__badge {
    min-width: 76px;
    height: 28px;
    font-size: 11px;
  }.home-announcement__message {
    font-size: 14px;
  }.mas-pedidas__container {
    width: min(1300px, calc(100% - 16px));
  }.mas-pedidas__headline {
    max-width: 100%;
  }.mas-pedidas__subtitle {
    max-width: 100%;
  }.mas-pedidas-card {
    width: 100%;
    max-width: 312px;
    min-height: 0;
    padding: 22px 30px 24px;
    border-radius: 18px;
  }.mas-pedidas-card__footer {
    align-items: stretch;
  }.mas-pedidas-card__button {
    width: 100px;
  }.mas-pedidas__grid {
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
  }.mas-pedidas-card {
    width: 100%;
    max-width: 312px;
    justify-self: center;
  }body.home-page-body {
    --home-mobile-section-padding-block: clamp(2rem, 8vw, 2.5rem);
  }body.home-page-body #mas-pedidas {
    min-height: 0;
  }body.home-page-body #mas-pedidas .mas-pedidas__container {
    overflow-x: visible;
    padding-top: var(--home-mobile-section-padding-block);
    padding-bottom: var(--home-mobile-section-padding-block);
  }body.home-page-body #mas-pedidas .mas-pedidas__grid {
    --home-featured-card-size-scale: 1;
    --home-mobile-card-reduce: calc(0.75 * var(--home-featured-card-size-scale));
    --home-mobile-card-scale: calc(0.9461 * var(--home-mobile-card-reduce));
    --home-mobile-card-width: calc(clamp(7.6rem, 32vw, 8.25rem) * var(--home-featured-card-size-scale));
    --home-mobile-grid-gutter: calc(0.875rem * var(--home-mobile-card-reduce));
    --home-mobile-grid-row-gap: 0px;
    --home-mobile-row-edge-fade: 6px;
    --home-mobile-row-fade-rgb: 25 25 25;
    --home-mobile-row-shadow-bleed: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: repeat(2, auto);
    width: 100%;
    justify-content: start;
    row-gap: var(--home-mobile-grid-row-gap);
    padding-inline: 0;
    box-sizing: border-box;
    overflow: visible;
  }body.home-page-body #mas-pedidas .mas-pedidas__row {
    display: flex;
    align-items: stretch;
    gap: var(--home-mobile-grid-gutter);
    position: relative;
    isolation: isolate;
    width: var(--laframe-public-shell-width, 100%);
    margin-inline: calc((100% - var(--laframe-public-shell-width, 100%)) / 2);
    padding: 22px 0 22px;
    box-sizing: border-box;
    overflow: hidden;
    touch-action: pan-y;
  }body.home-page-body #mas-pedidas .mas-pedidas__row-track {
    display: flex;
    align-items: stretch;
    gap: var(--home-mobile-grid-gutter);
    position: relative;
    z-index: 1;
    flex: 0 0 auto;
    width: max-content;
    min-width: 100%;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }body.home-page-body #mas-pedidas .mas-pedidas__row--top {
    position: relative;
    z-index: 1;
    padding-top: 14px;
    padding-bottom: var(--home-mobile-row-shadow-bleed);
    margin-bottom: calc(-1 * var(--home-mobile-row-shadow-bleed));
  }body.home-page-body #mas-pedidas .mas-pedidas__row--bottom {
    padding-top: 0;
  }@media (hover: hover) and (pointer: fine) {
    body.home-page-body #mas-pedidas .mas-pedidas__row::-webkit-scrollbar {
      display: none;
    }
  }body.home-page-body #mas-pedidas .mas-pedidas__row::before,
body.home-page-body #mas-pedidas .mas-pedidas__row::after {
    content: none;
    display: none;
  }body.home-page-body #mas-pedidas .mas-pedidas__row::before {
    background: none;
  }body.home-page-body #mas-pedidas .mas-pedidas__row::after {
    background: none;
  }body.home-page-body #mas-pedidas .mas-pedidas-card {
    width: var(--home-mobile-card-width);
    max-width: var(--home-mobile-card-width);
    justify-self: start;
    position: relative;
    height: auto;
    min-height: calc(15.5rem * var(--home-mobile-card-scale));
    aspect-ratio: 1 / 1.3;
    border-radius: calc(1.375rem * var(--home-mobile-card-reduce));
    padding: calc(0.375rem * var(--home-mobile-card-reduce));
    background: #242424;
    box-shadow:
      0 0.5rem 0.85rem hsl(0 0% 0% / 0.26),
      0 1px 3px hsl(0 0% 0% / 0.22),
      inset 0 0 0 1px hsl(40 12% 93% / 0.06),
      inset 0 1px 0 hsl(0 0% 100% / 0.04);
    backdrop-filter: none;
    contain: layout style;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__media {
    width: 100%;
    height: auto;
    flex: 0 0 auto;
    aspect-ratio: 1 / 1;
    margin-bottom: calc(0.5rem * var(--home-mobile-card-reduce));
    border-radius: calc(1.125rem * var(--home-mobile-card-reduce));
    overflow: visible;
    background: transparent;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__image {
    width: 100%;
    height: 100%;
    max-width: 88%;
    max-height: 88%;
    margin: auto;
    padding: calc(8px * var(--home-mobile-card-reduce));
    filter:
      drop-shadow(0 8px 12px rgba(0, 0, 0, 0.34))
      drop-shadow(0 14px 18px rgba(0, 0, 0, 0.16));
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__body {
    min-height: 0;
    margin: 0 calc(0.375rem * var(--home-mobile-card-reduce));
    gap: calc(0.12rem * var(--home-mobile-card-reduce));
  }body.home-page-body #mas-pedidas .mas-pedidas-card__title {
    margin: 0;
    font-size: calc(1rem * var(--home-mobile-card-reduce));
    line-height: 1.15;
    min-height: calc(1em * 1.15);
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__description {
    display: none;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__footer {
    min-height: 0;
    height: auto;
    margin-top: calc(0.28rem * var(--home-mobile-card-reduce));
    justify-content: center;
    gap: 0;
    padding: 0 calc(0.25rem * var(--home-mobile-card-reduce)) calc(0.25rem * var(--home-mobile-card-reduce));
    align-items: center;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__price {
    margin: 0;
    color: hsl(40 5% 76%);
    font-size: calc(14px * var(--home-mobile-card-reduce));
    font-weight: 700;
    opacity: 0.92;
    line-height: 1.1;
    text-align: center;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__button {
    width: calc(35px * var(--home-mobile-card-reduce));
    min-width: calc(35px * var(--home-mobile-card-reduce));
    height: calc(35px * var(--home-mobile-card-reduce));
    min-height: calc(35px * var(--home-mobile-card-reduce));
    padding: 0;
    position: absolute;
    top: calc(10px * var(--home-mobile-card-reduce));
    right: calc(10px * var(--home-mobile-card-reduce));
    z-index: 4;
    border-radius: 999px;
    background: rgb(14 12 10 / 0%);
    -webkit-backdrop-filter: blur(16px) saturate(1.05);
    backdrop-filter: blur(16px) saturate(1.05);
    color: rgba(240, 239, 237, 0.82);
    box-shadow:
      4px 4px 9px rgba(0, 0, 0, 0.26),
      inset 0 1px 2px 0 rgba(255, 255, 255, 0.08);
    font-size: 0;
    gap: 0;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__button::before {
    content: "+";
    display: inline-block;
    font-size: calc(20px * var(--home-mobile-card-reduce));
    line-height: 1;
    font-weight: 400;
    color: currentColor;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__button img {
    display: none;
  }body.home-page-body #mas-pedidas .mas-pedidas-card__button,
body.home-page-body #mas-pedidas .mas-pedidas-card__button::before {
    display: none;
  }body.home-page-body #mas-pedidas .mas-pedidas-card.is-unavailable .mas-pedidas-card__button {
    background: rgb(14 12 10 / 0%);
    color: rgba(240, 239, 237, 0.82);
    box-shadow:
      4px 4px 9px rgba(0, 0, 0, 0.26),
      inset 0 1px 2px 0 rgba(255, 255, 255, 0.08);
  }body.home-page-body #mas-pedidas .mas-pedidas-card__button:active {
    filter: none;
    transform: none;
  }body.home-page-body #horarios {
    display: block;
    width: 100%;
    padding: var(--home-mobile-section-padding-block) 16px;
  }body.home-page-body #horarios .horarios-mobile__inner {
    width: min(1300px, 100%);
    margin-inline: auto;
  }body.home-page-body #horarios .horarios-mobile__title {
    margin: 0 0 34px;
    color: #f0efed;
    font-family: "Roca One", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-size: clamp(1.55rem, 7.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
    text-wrap: balance;
  }body.home-page-body #horarios .horarios-mobile__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }body.home-page-body #horarios .horarios-mobile__row--skeleton {
    min-height: 20px;
  }body.home-page-body #horarios .horarios-mobile__row--skeleton .horarios-mobile__row-main {
    min-height: 20px;
  }body.home-page-body #horarios .horarios-mobile__skeleton,
body.home-page-body #horarios .horarios-mobile__callout-skeleton-line {
    display: block;
    min-width: 0;
    border-radius: 999px;
    background: var(--home-shell-skeleton);
    background-size: 220% 100%;
    animation: home-shell-skeleton-shimmer 2.35s linear infinite;
  }body.home-page-body #horarios .horarios-mobile__skeleton-group {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    min-width: 0;
    justify-self: end;
  }body.home-page-body #horarios .horarios-mobile__skeleton--day {
    width: clamp(4.4rem, 23vw, 6.4rem);
    height: 0.95rem;
  }body.home-page-body #horarios .horarios-mobile__skeleton--time {
    width: clamp(3rem, 15vw, 4rem);
    height: 0.9rem;
  }body.home-page-body #horarios .horarios-mobile__skeleton--time-end {
    width: clamp(3.2rem, 16vw, 4.25rem);
  }body.home-page-body #horarios .horarios-mobile__row--skeleton:nth-child(2) .horarios-mobile__skeleton--day {
    width: clamp(3.8rem, 19vw, 5.6rem);
  }body.home-page-body #horarios .horarios-mobile__row--skeleton:nth-child(3) .horarios-mobile__skeleton--day {
    width: clamp(4.8rem, 24vw, 6.8rem);
  }body.home-page-body #horarios .horarios-mobile__row--skeleton:nth-child(4) .horarios-mobile__skeleton--day {
    width: clamp(4.2rem, 21vw, 5.9rem);
  }body.home-page-body #horarios .horarios-mobile__row--skeleton:nth-child(5) .horarios-mobile__skeleton--day {
    width: clamp(4.7rem, 23vw, 6.5rem);
  }body.home-page-body #horarios .horarios-mobile__row--skeleton:nth-child(6) .horarios-mobile__skeleton--day {
    width: clamp(3.6rem, 18vw, 5.2rem);
  }body.home-page-body #horarios .horarios-mobile__row--skeleton:nth-child(7) .horarios-mobile__skeleton--day {
    width: clamp(4rem, 20vw, 5.8rem);
  }body.home-page-body #horarios .horarios-mobile__row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 0;
  }body.home-page-body #horarios .horarios-mobile__row--today {
    background: #242424;
    border-radius: 10px;
    padding: 8px 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    opacity: 1;
  }body.home-page-body #horarios .horarios-mobile__row-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
    row-gap: 6px;
    position: relative;
  }body.home-page-body #horarios .horarios-mobile__row--with-chip .horarios-mobile__row-main {
    grid-template-columns: minmax(0, 1fr) auto;
  }body.home-page-body #horarios .horarios-mobile__day-wrap {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
    justify-self: start;
  }body.home-page-body #horarios .horarios-mobile__day-icon {
    width: 0.99rem;
    height: 0.99rem;
    flex: 0 0 0.99rem;
    color: #f0efedf2;
  }body.home-page-body #horarios .horarios-mobile__day-icon-svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
  }body.home-page-body #horarios .horarios-mobile__day {
    margin: 0;
    font-size: 0.99rem;
    font-weight: 650;
    line-height: 1.22;
    letter-spacing: 0.01em;
    color: #f0efedf2;
  }body.home-page-body #horarios .horarios-mobile__row--today .horarios-mobile__day {
    color: #f0efedf2;
    font-weight: 650;
  }body.home-page-body #horarios .horarios-mobile__meta {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0;
    min-width: 0;
    flex-wrap: nowrap;
    text-align: right;
  }body.home-page-body #horarios .horarios-mobile__hours {
    margin: 0;
    color: #f0efedf2;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.004em;
    white-space: nowrap;
  }body.home-page-body #horarios .horarios-mobile__hours-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }body.home-page-body #horarios .horarios-mobile__closed-indicator {
    width: 10px;
    height: 10px;
    flex: 0 0 10px;
    color: rgba(206, 86, 86, 0.9);
  }body.home-page-body #horarios .horarios-mobile__closed-indicator-svg {
    width: 100%;
    height: 100%;
    display: block;
    fill: currentColor;
  }body.home-page-body #horarios .horarios-mobile__hours-text {
    display: inline-block;
  }body.home-page-body #horarios .horarios-mobile__row--muted-closed .horarios-mobile__day,
body.home-page-body #horarios .horarios-mobile__row--muted-closed .horarios-mobile__hours,
body.home-page-body #horarios .horarios-mobile__row--muted-closed .horarios-mobile__reason {
    opacity: 0.55;
  }body.home-page-body #horarios .horarios-mobile__row--today.horarios-mobile__row--muted-closed .horarios-mobile__day,
body.home-page-body #horarios .horarios-mobile__row--today.horarios-mobile__row--muted-closed .horarios-mobile__day-icon {
    opacity: 1;
  }body.home-page-body #horarios .horarios-mobile__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 22px;
    padding: 0 9px;
    border-radius: 999px;
    border: none;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }body.home-page-body #horarios .horarios-mobile__row--with-chip .horarios-mobile__meta {
    justify-self: end;
  }body.home-page-body #horarios .horarios-mobile__chip--open {
    background: #1f3a2b;
    color: #cfe9da;
  }body.home-page-body #horarios .horarios-mobile__chip--soon,
body.home-page-body #horarios .horarios-mobile__chip--special {
    background: #4f431d;
    color: #f5e8b8;
  }body.home-page-body #horarios .horarios-mobile__chip--special {
    background: #223b5e;
    color: #d9e8ff;
  }body.home-page-body #horarios .horarios-mobile__chip--closed,
body.home-page-body #horarios .horarios-mobile__chip--exception {
    background: #4a2424;
    color: #f5d2d2;
  }body.home-page-body #horarios .horarios-mobile__reason {
    margin: 0;
    color: rgba(240, 239, 237, 0.67);
    font-size: 0.83rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.004em;
  }body.home-page-body #horarios .horarios-mobile__callout {
    margin-top: 24px;
    padding: 15px 16px 16px;
    border: 0;
    border-radius: 12px;
    background: #1f2326;
    color: #f0efed;
  }body.home-page-body #horarios .horarios-mobile__callout-skeleton {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 1px 0;
  }body.home-page-body #horarios .horarios-mobile__callout-skeleton-line {
    height: 0.82rem;
  }body.home-page-body #horarios .horarios-mobile__callout-skeleton-line--long {
    width: min(100%, 27rem);
  }body.home-page-body #horarios .horarios-mobile__callout-skeleton-line--medium {
    width: min(82%, 22rem);
  }body.home-page-body #horarios .horarios-mobile__callout-skeleton-line--short {
    width: min(58%, 16rem);
  }body.home-page-body #horarios .horarios-mobile__callout-message {
    margin: 0;
    color: rgba(246, 248, 249, 0.88);
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.55;
  }body.home-page-body #horarios .horarios-mobile__callout-icon {
    float: left;
    width: 28px;
    height: 28px;
    margin: 1px 16px 8px 0;
    color: #D8E3EE;
  }body.home-page-body #horarios .horarios-mobile__callout--special {
    background: #1f2326;
  }body.home-page-body #horarios .horarios-mobile__callout--exception {
    background: #1f2326;
  }body.home-page-body .home-ambiente-mobile {
    display: block;
    width: 100%;
    margin-top: 0;
    padding: var(--home-mobile-section-padding-block) 16px;
  }body.home-page-body .home-ambiente-mobile__inner {
    width: min(1300px, 100%);
    margin-inline: auto;
  }body.home-page-body .home-ambiente-mobile__title {
    margin: 0 0 14px;
    color: #f0efed;
    font-family: "Roca One", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-size: clamp(1.55rem, 7.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
    text-wrap: balance;
  }body.home-page-body .home-ambiente-mobile__subtitle {
    margin: 0 0 32px;
    max-width: none;
    text-align: center;
  }body.home-page-body .home-ambiente-mobile__thumbs {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 10px;
  }body.home-page-body .home-ambiente-mobile__thumb {
    margin: 0;
    aspect-ratio: 1 / 1;
    border-radius: 13px;
    overflow: hidden;
    background: #202022;
    box-shadow:
      inset 0 0 0 1px rgba(240, 239, 237, 0.07),
      0 9px 18px rgba(0, 0, 0, 0.3);
  }body.home-page-body .home-ambiente-mobile__thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }body.home-page-body .home-ambiente-mobile__hero {
    position: relative;
    margin: 0;
    width: 100%;
    min-height: 228px;
    aspect-ratio: 16 / 10;
    border-radius: 17px;
    overflow: hidden;
    background: #151517;
    box-shadow:
      inset 0 0 0 1px rgba(240, 239, 237, 0.08),
      0 16px 28px rgba(0, 0, 0, 0.36);
  }body.home-page-body .home-ambiente-mobile__hero-trigger {
    border: 0;
    padding: 0;
    text-align: inherit;
    font: inherit;
    color: inherit;
    appearance: none;
    -webkit-appearance: none;
    background: #151517;
    cursor: pointer;
    touch-action: manipulation;
  }body.home-page-body .home-ambiente-mobile__hero-trigger:focus-visible {
    outline: 2px solid rgba(240, 239, 237, 0.86);
    outline-offset: 3px;
  }body.home-page-body .home-ambiente-mobile__hero--parallax {
    min-height: 0;
    aspect-ratio: 16 / 7.5;
  }body.home-page-body .home-ambiente-mobile__hero-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
  }body.home-page-body .home-ambiente-mobile__hero--parallax .home-ambiente-mobile__hero-image {
    position: absolute;
    inset: 50% 0 auto;
    width: 100%;
    height: 133.333%;
    object-fit: cover;
    object-position: center;
    transform: translate3d(0, calc(-50% + var(--home-ambiente-parallax-y, 0px)), 0);
    will-change: transform;
  }body.home-page-body .home-ambiente-mobile__hero-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 22px 18px;
    text-align: center;
    background: linear-gradient(
      180deg,
      rgba(8, 8, 10, 0.34) 0%,
      rgba(8, 8, 10, 0.62) 56%,
      rgba(8, 8, 10, 0.76) 100%
    );
  }body.home-page-body .home-ambiente-mobile__hero-trigger .home-ambiente-mobile__hero-overlay {
    pointer-events: none;
  }body.home-page-body .home-ambiente-mobile__hero-icon {
    width: clamp(32px, 11.25vw, 40px);
    height: auto;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.4));
  }body.home-page-body .home-ambiente-mobile__hero-title {
    margin: 0;
    max-width: 12ch;
    color: #f0efed;
    font-size: clamp(1.14rem, 5.2vw, 1.3rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.01em;
    text-shadow: 0 4px 16px rgba(0, 0, 0, 0.48);
    text-wrap: balance;
  }body.home-page-body .home-ubicacion-mobile {
    display: block;
    width: 100%;
    padding: var(--home-mobile-section-padding-block) 16px;
  }body.home-page-body .home-ubicacion-mobile__inner {
    width: min(1300px, 100%);
    margin-inline: auto;
  }body.home-page-body .home-ubicacion-mobile__title {
    margin: 0 0 32px;
    color: #f0efed;
    font-family: "Roca One", "Book Antiqua", "Palatino Linotype", Georgia, serif;
    font-size: clamp(1.55rem, 7.2vw, 1.75rem);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-align: center;
    text-wrap: balance;
  }body.home-page-body .home-ubicacion-mobile__copy {
    margin: 16px 0 0;
    color: rgba(240, 239, 237, 0.84);
    font-size: 0.96rem;
    font-weight: 500;
    line-height: 1.42;
    letter-spacing: 0.004em;
    text-align: left;
    text-wrap: pretty;
  }body.home-page-body .home-ubicacion-mobile__card-slot {
    width: 100%;
    display: flex;
    justify-content: center;
  }body.home-page-body .home-ubicacion-mobile .home-location-card {
    width: min(684px, 100%);
    aspect-ratio: 342 / 432;
    border-radius: 18px;
    background: #d9edf2;
    box-shadow:
      0 0 0 1px rgba(240, 239, 237, 0.08),
      0 18px 34px rgba(0, 0, 0, 0.34);
  }body.home-page-body .home-ubicacion-mobile .home-location-card::before {
    display: none;
  }body.home-page-body .home-ubicacion-mobile .home-location-card__map {
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: auto;
    height: 100%;
    aspect-ratio: auto;
    border-radius: inherit;
  }body.home-page-body .home-ubicacion-mobile .home-location-card__actions {
    position: absolute;
    top: 16px;
    right: 16px;
    left: 16px;
    bottom: 16px;
    z-index: 3;
    display: block;
    pointer-events: none;
  }body.home-page-body .home-ubicacion-mobile .home-location-card__map-controls,
body.home-page-body .home-ubicacion-mobile .home-location-card__route-controls {
    position: absolute;
    display: flex;
    gap: 12px;
    pointer-events: auto;
  }body.home-page-body .home-ubicacion-mobile .home-location-card__map-controls {
    top: -8px;
    right: -6px;
    flex-direction: column;
    align-items: center;
  }body.home-page-body .home-ubicacion-mobile .home-location-card__route-controls {
    left: -6px;
    bottom: -8px;
    align-items: center;
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button {
    width: 52px;
    height: 52px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f0efed;
    background: rgba(25, 25, 25, 0.92);
    border: 1px solid rgba(240, 239, 237, 0.12);
    -webkit-backdrop-filter: blur(12px) saturate(1.08);
    backdrop-filter: blur(12px) saturate(1.08);
    -webkit-appearance: none;
    appearance: none;
    box-shadow:
      0 14px 28px rgba(0, 0, 0, 0.42),
      0 4px 10px rgba(0, 0, 0, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.12);
    cursor: pointer;
    text-decoration: none;
    transition:
      transform 180ms ease,
      background-color 180ms ease,
      color 180ms ease,
      box-shadow 180ms ease;
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button-icon {
    position: relative;
    z-index: 1;
    width: 23px;
    height: 23px;
    flex: 0 0 23px;
    display: block;
    object-fit: contain;
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button-icon path {
    fill: currentColor;
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button:focus-visible {
    transform: translateY(-1px) scale(1.04);
    color: #f0efed;
    background: rgba(31, 31, 31, 0.96);
    box-shadow:
      0 18px 34px rgba(0, 0, 0, 0.5),
      0 6px 14px rgba(0, 0, 0, 0.36),
      inset 0 1px 0 rgba(255, 255, 255, 0.16);
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button:active {
    transform: scale(0.96);
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button--route {
    background: rgba(25, 25, 25, 0.88);
  }body.home-page-body .home-ubicacion-mobile [data-home-location-waze] {
    background: #34ccff;
  }body.home-page-body .home-ubicacion-mobile [data-home-location-googlemaps] {
    background: #ffffff;
  }body.home-page-body #mas-pedidas .mas-pedidas__grid {
    --home-mobile-card-width: calc(clamp(7.25rem, 35vw, 7.9rem) * var(--home-featured-card-size-scale));
    --home-mobile-grid-row-gap: 0.95rem;
  }body.home-page-body #mas-pedidas .mas-pedidas-card {
    min-height: calc(14.85rem * var(--home-mobile-card-scale));
    aspect-ratio: 1 / 1.33;
  }body.home-page-body #horarios {
    padding-top: var(--home-mobile-section-padding-block);
    padding-bottom: var(--home-mobile-section-padding-block);
  }body.home-page-body #horarios .horarios-mobile__title {
    margin-bottom: 32px;
  }body.home-page-body #horarios .horarios-mobile__row {
    gap: 5px;
  }body.home-page-body #horarios .horarios-mobile__row--today {
    padding: 7px 9px;
  }body.home-page-body #horarios .horarios-mobile__day {
    font-size: 0.95rem;
  }body.home-page-body #horarios .horarios-mobile__hours {
    font-size: 0.9rem;
  }body.home-page-body #horarios .horarios-mobile__chip {
    min-height: 21px;
    font-size: 0.69rem;
    padding: 0 8px;
  }body.home-page-body #horarios .horarios-mobile__reason {
    font-size: 0.8rem;
  }body.home-page-body .home-ambiente-mobile {
    margin-top: 0;
    padding-top: var(--home-mobile-section-padding-block);
    padding-bottom: var(--home-mobile-section-padding-block);
  }body.home-page-body .home-ambiente-mobile__thumbs {
    gap: 8px;
    margin-bottom: 9px;
  }body.home-page-body .home-ambiente-mobile__hero {
    min-height: 214px;
    border-radius: 15px;
  }body.home-page-body .home-ambiente-mobile__hero--parallax {
    min-height: 0;
  }body.home-page-body .home-ambiente-mobile__hero-overlay {
    gap: 8px;
    padding: 20px 16px;
  }body.home-page-body .home-ubicacion-mobile {
    padding-top: var(--home-mobile-section-padding-block);
    padding-bottom: var(--home-mobile-section-padding-block);
  }body.home-page-body .home-ubicacion-mobile__copy {
    margin-top: 14px;
    font-size: 0.92rem;
  }body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button {
    width: 50px;
    height: 50px;
    padding: 0;
  }.navbar__links {
    gap: 12px;
  }.navbar__links a {
    padding-inline: 6px;
  }.hero {
    background-position: 58% center;
  }html {
    --nav-w-collapsed: min(620px, calc(100vw - 28px));
  }.navbar__menu-mode-toggle {
    display: none;
  }.navbar__inner {
    grid-template-columns: auto 1fr auto;
    --nav-pad-x-expanded: 20px;
    --nav-pad-x-collapsed: 18px;
    --nav-gap-collapsed: 14px;
  }.navbar--menu-route .navbar__inner {
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "brand center actions"
      "panel panel panel";
    grid-auto-rows: auto;
    align-items: center;
    align-content: start;
    row-gap: 0;
    height: auto;
    min-height: calc(
      var(--nav-h-expanded) -
        (var(--nav-h-expanded) - var(--nav-h-collapsed)) * var(--nav-collapse)
    );
    overflow: hidden;
    transition:
      background-color 360ms ease,
      box-shadow 360ms ease;
  }html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__inner {
    border-radius: 24px;
  }.navbar--menu-route .navbar__brand-slot {
    grid-area: brand;
  }.navbar--menu-route .navbar__center-shell {
    grid-area: center;
  }.navbar--menu-route .navbar__actions {
    grid-area: actions;
  }.navbar__links {
    display: none;
  }.navbar--menu-route .cta-button--nav,
.navbar--menu-route .navbar__menu-tools {
    display: none;
  }.navbar--menu-route .navbar__mobile-actions {
    display: inline-flex;
  }.navbar--menu-route .navbar__mobile-action--search {
    display: none;
  }html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__mobile-action--search {
    display: inline-flex;
  }.navbar--menu-route .navbar__mobile-menu-panel {
    grid-area: panel;
    display: block;
  }html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__actions,
html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"][data-menu-sticky-search="open"] .navbar--menu-route .navbar__actions {
    width: max-content;
    min-width: max-content;
  }html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__brand {
    gap: 0;
  }html.nav--collapsed .site-header[data-menu-sticky-mode="sticky"] .navbar--menu-route .navbar__brand-text {
    max-width: 0;
    opacity: 0;
    transform: translateX(-10px);
    pointer-events: none;
  }.site-header[data-menu-detail-nav] {
    will-change: auto;
    transition: none;
  }.site-header[data-menu-detail-nav="hidden"] {
    pointer-events: none;
    transform: translateY(calc(-100% - 10px));
  }.site-header[data-menu-detail-nav="visible"] {
    pointer-events: auto;
    transform: translateY(0);
  }.site-header[data-menu-detail-nav="detail-tabs"] {
    pointer-events: none;
    transform: translateY(0);
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar {
    justify-content: center;
    padding-inline: 0;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__inner {
    --menu-detail-nav-gap: 0.625rem;
    pointer-events: auto;
    width: var(--nav-w-collapsed);
    min-width: 0;
    min-height: calc(
      var(--nav-h-expanded) -
        (var(--nav-h-expanded) - var(--nav-h-collapsed)) * var(--nav-collapse)
    );
    height: auto;
    margin-left: auto;
    margin-right: var(--menu-detail-space-3-75);
    margin-top: 0;
    padding-block: calc(
      var(--nav-pad-y-expanded) -
        (var(--nav-pad-y-expanded) - var(--nav-pad-y-collapsed)) * var(--nav-collapse)
    );
    padding-inline: calc(
      var(--nav-pad-x-expanded) -
        (var(--nav-pad-x-expanded) - var(--nav-pad-x-collapsed)) * var(--nav-collapse)
    );
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-areas:
      "brand center actions"
      "panel panel panel";
    grid-auto-rows: auto;
    column-gap: calc(
      var(--nav-gap-expanded) -
        (var(--nav-gap-expanded) - var(--nav-gap-collapsed)) * var(--nav-collapse)
    );
    row-gap: 0;
    align-items: center;
    align-content: start;
    overflow: hidden;
    margin-inline: auto;
    margin-top: 0;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__brand,
.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__menu-mode-toggle,
.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__center-default,
.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-search-tool,
.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-action--search {
    display: none;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__center-shell {
    min-width: 0;
    height: 100%;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__center-sticky {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(0);
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__menu-tabs-scroll {
    margin-inline-start: -8px;
    padding-inline-start: 8px;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__menu-tabs-track {
    justify-content: flex-start;
    padding-inline-start: 2px;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__menu-tabs-scroll[data-overflowing="true"] .navbar__menu-tabs-track {
    padding-inline-start: 2px;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__actions {
    width: auto;
    min-width: max-content;
    justify-self: end;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-actions {
    display: inline-flex;
    pointer-events: auto;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-menu-panel {
    grid-area: panel;
    width: 100%;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-action {
    width: 34.68px;
    height: 34.68px;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-action--account {
    display: inline-flex;
  }.site-header[data-menu-detail-nav="detail-tabs"] .navbar--menu-route .navbar__mobile-action--burger {
    display: inline-flex;
  }.hero {
    padding-top: calc(var(--navbar-height) + 44px);
    padding-bottom: 56px;
    background-position: 62% center;
  }.hero__subtitle {
    width: min(560px, 100%);
    font-size: 1rem;
    line-height: 1.4;
  }html {
    --nav-w-collapsed: min(520px, calc(100vw - 24px));
  }.navbar__inner {
    --nav-pad-x-expanded: 16px;
    --nav-gap-expanded: 12px;
    --nav-h-collapsed: 54px;
    --nav-pad-y-collapsed: 9px;
    --nav-pad-x-collapsed: 14px;
    --nav-gap-collapsed: 10px;
    --nav-shift-y: 12px;
  }.navbar__brand {
    height: 30px;
  }.navbar__menu-mode-toggle {
    width: 26px;
    height: 26px;
  }.navbar__menu-tools {
    gap: 8px;
  }.navbar__menu-tool {
    width: 34px;
    height: 34px;
  }.navbar--menu-route .navbar__mobile-actions {
    gap: 8px;
  }.navbar--menu-route .navbar__mobile-action {
    width: 34px;
    height: 34px;
  }.navbar--menu-route .navbar__mobile-action svg {
    width: 16px;
    height: 16px;
  }.navbar--menu-route .navbar__mobile-action--account svg {
    width: 14.4px;
    height: 14.4px;
  }.navbar--menu-route .navbar__mobile-search-tool {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-tool {
    width: var(--mobile-search-open-width, clamp(184px, calc(100vw - 188px), 236px));
  }.site-header[data-menu-sticky-search="open"] .navbar--menu-route .navbar__mobile-search-panel {
    max-width: calc(100% - 40px);
    padding-right: 0;
  }.navbar--menu-route .navbar__mobile-search-input {
    font-size: 1rem;
    padding-right: 10px;
  }.navbar--menu-route .navbar__mobile-search-filter {
    width: 32px;
  }.navbar--menu-route .navbar__mobile-search-filter svg {
    width: 16px;
    height: 16px;
  }.navbar--menu-route .navbar__mobile-menu-panel {
    grid-area: auto;
  }.navbar--menu-route .navbar__mobile-menu-link {
    min-height: 76px;
    padding: 0;
    border-radius: 0;
  }.navbar--menu-route .navbar__mobile-menu-title {
    font-size: 24px;
  }.navbar--menu-route .navbar__mobile-menu-badge {
    min-height: 22px;
    padding: 5px 8px 4px;
    font-size: 11px;
  }.navbar--menu-route .navbar__mobile-menu-badge-icon {
    width: 12px;
    height: 12px;
  }.cta-button--nav {
    padding-inline: 12px;
    gap: 6px;
    font-size: 16px;
  }.cta-button--nav img {
    width: 18px;
    height: 18px;
  }.hero {
    padding-inline: 16px;
    padding-top: calc(var(--navbar-height) + 32px);
    padding-bottom: 44px;
    background-position: 68% center;
  }.hero__subtitle {
    font-size: 0.96rem;
    line-height: 1.38;
    max-width: 32ch;
  }@media (prefers-reduced-motion: reduce) {
.site-header[data-menu-detail-nav],
.navbar__inner,
.cta-button,
.navbar__links a,
.btn-liquid-glass::after,
.navbar__menu-mode-toggle,
.navbar__menu-tools,
.navbar__menu-tool,
.navbar--menu-route .navbar__links,
.navbar--menu-route .navbar__center-sticky,
.navbar--menu-route .navbar__menu-tabs-scroll,
.navbar--menu-route .navbar__menu-search-tool,
.navbar--menu-route .navbar__menu-search-panel,
.navbar--menu-route .navbar__mobile-actions,
.navbar--menu-route .navbar__mobile-action,
.navbar--menu-route .navbar__mobile-search-tool,
.navbar--menu-route .navbar__mobile-search-trigger,
.navbar--menu-route .navbar__mobile-search-panel,
.navbar--menu-route .navbar__mobile-search-input,
.navbar--menu-route .navbar__mobile-search-clear,
.navbar--menu-route .navbar__mobile-search-filter,
.navbar--menu-route .navbar__burger-bar,
.navbar--menu-route .navbar__mobile-menu-panel,
.navbar--menu-route .navbar__mobile-menu-links,
.navbar--menu-route .navbar__mobile-menu-item,
.navbar--menu-route .navbar__mobile-menu-link,
.navbar--menu-route .navbar__mobile-menu-links a {
    transition: none;
  }
}
.footer-shell {
  width: 100%;
  background: transparent;
}
.site-footer {
  width: 100%;
  padding: 16px;
  font-family: "Montserrat", "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}.site-footer button,
.site-footer input {
  font-family: inherit;
}
.footer-wrapper {
  position: relative;
  background: #2b2b2b;
  border-radius: 52px;
  padding: 40px 0;
  overflow: hidden;
}.footer-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(110% 100% at 0% 0%, rgba(255, 255, 255, 0.03), transparent 50%),
    radial-gradient(80% 100% at 100% 100%, rgba(0, 0, 0, 0.18), transparent 60%);
  pointer-events: none;
}
.footer-container {
  position: relative;
  z-index: 1;
  width: min(1200px, 100%);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.home-location-card {
  position: relative;
  width: 100%;
  border-radius: 40px;
  background: #1b1714;
  box-shadow:
    0 34px 60px rgba(0, 0, 0, 0.38),
    0 14px 30px rgba(0, 0, 0, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.04);
  overflow: hidden;
}.home-location-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    rgba(17, 12, 9, 0.34) 0%,
    rgba(17, 12, 9, 0.29) 27%,
    rgba(17, 12, 9, 0.14) 52%,
    rgba(17, 12, 9, 0) 76%
  );
  pointer-events: none;
}.home-location-card__map {
  position: relative;
  width: 100%;
  min-height: 240px;
  aspect-ratio: 1812 / 662;
  display: block;
  border-radius: inherit;
  overflow: hidden;
  background: #151517;
}.home-location-card__map::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: inherit;
  background: var(--home-shell-skeleton);
  background-size: 280% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
  animation: home-shell-skeleton-shimmer 2.35s linear infinite;
}.home-location-card__map[data-home-location-map-state="placeholder"]::before,
.home-location-card__map[data-home-location-map-state="skeleton"]::before,
.home-location-card__map[data-home-location-map-state="loading"]::before,
.home-location-card__map[data-home-location-map-state="settling"]::before {
  opacity: 1;
}.home-location-card__map[data-home-location-map-has-placeholder="true"]::before {
  background: var(--home-location-map-placeholder-image) center / cover no-repeat;
  animation: none;
  filter: blur(4px) saturate(1.04) brightness(0.94);
  transform: scale(1.012);
}.home-location-card.is-location-map-ready .home-location-card__map::before,
.home-location-card__map[data-home-location-map-state="ready"]::before {
  opacity: 0;
}.home-location-card__map[hidden] {
  display: none;
}.home-location-card__map-frame {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  border-radius: inherit;
  opacity: 1;
  filter: none;
  transform: scale(1);
  transition:
    opacity 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
}.home-location-card__actions {
  display: none;
}
.footer-content {
  width: 100%;
}
.footer-top {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  column-gap: 20px;
  row-gap: 32px;
  align-items: start;
  padding-bottom: 32px;
}.footer-brand,
.footer-col,
.footer-newsletter {
  min-width: 0;
}
.footer-brand {
  grid-column: 1 / -1;
  max-width: none;
}.footer-newsletter {
  grid-column: 1 / -1;
}
.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}.footer-logo-icon {
  width: 22px;
  height: 22px;
  aspect-ratio: 1 / 1;
  opacity: 0.98;
  flex: 0 0 auto;
  display: block;
}.footer-logo-wordmark {
  height: 18px;
  width: auto;
  object-fit: contain;
  opacity: 0.98;
  flex: 0 0 auto;
}.footer-logo-wordmark.tenant-shell-wordmark {
  height: auto;
  font-size: 13px;
  letter-spacing: 0.12em;
}.footer-logo-wordmark--platform {
  width: min(120px, 100%);
  height: auto;
  max-width: 100%;
}.footer-platform-copy {
  white-space: normal;
}.footer-col-title {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px 0;
}.footer-muted {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}.footer-brand .footer-muted {
  max-width: 290px;
}.footer-brand .footer-platform-copy {
  width: 100%;
  max-width: none;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}.footer-links a {
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  opacity: 1;
  transition:
    color 160ms ease,
    opacity 160ms ease;
}.footer-links a:focus-visible {
  color: rgba(255, 255, 255, 0.95);
}.footer-links a > span {
  position: relative;
  display: inline-block;
}.footer-links a > span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  opacity: 0.8;
  transition: transform 180ms ease;
}.footer-links a:focus-visible > span::after {
  transform: scaleX(1);
}.footer-links:has(a:focus-visible) a {
  opacity: 0.7;
}.footer-links:has(a:focus-visible) a:focus-visible {
  opacity: 1;
}.footer-links a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.65);
  outline-offset: 4px;
  border-radius: 6px;
}.footer-link-icon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  opacity: 0.92;
}
.footer-newsletter .footer-col-title {
  margin-bottom: 8px;
}.footer-newsletter-copy {
  width: auto;
  max-width: none;
  white-space: normal;
  overflow-wrap: break-word;
}.footer-form {
  margin-top: 24px;
  position: relative;
  height: 48px;
  width: 100%;
  max-width: none;
}.footer-form-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  opacity: 1;
  filter: none;
  pointer-events: none;
}.footer-input {
  width: 100%;
  height: 48px;
  border: 0;
  outline: none;
  border-radius: 99px;
  padding: 0 64px 0 44px;
  background: #2f2f2f;
  color: #F0EFEDE6;
  caret-color: #F0EFEDE6;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}.footer-form--phone .footer-input {
  caret-color: transparent;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
  word-spacing: 0.18em;
}.footer-form--phone .footer-input[readonly] {
  cursor: default;
}.footer-input::placeholder {
  color: #F0EFEDE6;
  font-weight: 600;
}.footer-input:focus-visible {
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.16),
    0 0 0 2px rgba(71, 46, 24, 0.55);
}.footer-submit {
  position: absolute;
  right: 4px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
  width: 52px;
  height: 40px;
  border: 0;
  border-radius: 99px;
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: filter 160ms ease, transform 160ms ease;
}.footer-submit:focus-visible {
  outline: 2px solid rgba(107, 74, 47, 0.9);
  outline-offset: 2px;
}.footer-submit-icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  filter: none;
}.footer-submit-icon path {
  fill: none;
  stroke: currentColor;
}
.footer-bottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 24px;
  min-height: 20px;
  padding-top: 18px;
}.footer-right .footer-muted {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.88);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer-right > .footer-muted:first-child + strong {
  margin-left: -5px;
}.footer-right strong {
  color: rgba(255, 255, 255, 0.95);
  font-weight: 700;
}.footer-icons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: 10px;
}.footer-icons a {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  text-decoration: none;
  transition: color 160ms ease, transform 160ms ease;
}.footer-icons a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  transition: opacity 160ms ease;
}.footer-icons a img[src$="tiktok.svg"] {
  width: 18px;
  height: 18px;
}.footer-icons a.footer-icon-swap {
  position: relative;
  overflow: visible;
}.footer-icons a.footer-icon-swap .footer-icon-swap__img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  object-fit: contain;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: opacity 220ms ease;
}.footer-icons a.footer-icon-swap .footer-icon-swap__img--default {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}.footer-icons a .footer-social-icon {
  width: 20px;
  height: 20px;
  display: block;
  opacity: 0.9;
  transition:
    opacity 160ms ease,
    color 160ms ease;
}.footer-social-icon--instagram .instagram-icon {
  transition: opacity 220ms ease;
}.footer-social-icon--instagram .instagram-icon--mono {
  fill: #ffffff;
  opacity: 1;
}.footer-social-icon--instagram .instagram-icon--gradient {
  fill: url(#footer-instagram-gradient);
  opacity: 0;
}.footer-social-icon--tripadvisor {
  color: #ffffff;
}.footer-social-icon--tripadvisor path {
  fill: currentColor;
}.footer-icons a:focus-visible,
.footer-content:has(.footer-col--socials .footer-social-link--instagram:focus-visible) .footer-icons .footer-icon-trigger--instagram,
.footer-content:has(.footer-col--socials .footer-social-link--tiktok:focus-visible) .footer-icons .footer-icon-trigger--tiktok,
.footer-content:has(.footer-col--socials .footer-social-link--tripadvisor:focus-visible) .footer-icons .footer-icon-trigger--tripadvisor {
  transform: translateY(-1px);
}.footer-icons a:focus-visible img,
.footer-content:has(.footer-col--socials .footer-social-link--tiktok:focus-visible) .footer-icons .footer-icon-trigger--tiktok img {
  opacity: 0.98;
}.footer-icons a:focus-visible .footer-social-icon,
.footer-content:has(.footer-col--socials .footer-social-link--instagram:focus-visible) .footer-icons .footer-icon-trigger--instagram .footer-social-icon,
.footer-content:has(.footer-col--socials .footer-social-link--tripadvisor:focus-visible) .footer-icons .footer-icon-trigger--tripadvisor .footer-social-icon {
  opacity: 0.98;
}.footer-icons a:focus-visible .footer-social-icon--tripadvisor,
.footer-content:has(.footer-col--socials .footer-social-link--tripadvisor:focus-visible) .footer-icons .footer-icon-trigger--tripadvisor .footer-social-icon--tripadvisor {
  color: #34E0A1;
}.footer-icons a:focus-visible .footer-social-icon--instagram .instagram-icon--mono,
.footer-content:has(.footer-col--socials .footer-social-link--instagram:focus-visible) .footer-icons .footer-icon-trigger--instagram .footer-social-icon--instagram .instagram-icon--mono {
  opacity: 0;
}.footer-icons a:focus-visible .footer-social-icon--instagram .instagram-icon--gradient,
.footer-content:has(.footer-col--socials .footer-social-link--instagram:focus-visible) .footer-icons .footer-icon-trigger--instagram .footer-social-icon--instagram .instagram-icon--gradient {
  opacity: 1;
}.footer-icons a:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.6);
  outline-offset: 3px;
  border-radius: 50%;
  }.footer-top {
    column-gap: 48px;
  }.footer-container {
    padding-inline: 24px;
    gap: 56px;
  }.footer-wrapper {
    border-radius: 42px;
  }.footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 36px;
    row-gap: 40px;
  }.footer-brand {
    grid-column: 1 / -1;
  }.footer-newsletter {
    grid-column: 1 / -1;
  }.footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }.footer-right {
    justify-content: flex-start;
  }.site-footer {
    padding: 12px;
  }.footer-wrapper {
    border-radius: 32px;
    padding: 28px 0;
  }.footer-container {
    padding: 0 20px;
    gap: 40px;
  }.home-location-card {
    border-radius: 24px;
  }.home-location-card::before {
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(
      180deg,
      rgba(17, 12, 9, 0.05) 0%,
      rgba(17, 12, 9, 0.12) 42%,
      rgba(17, 12, 9, 0.34) 100%
    );
  }.footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 32px;
  }.footer-brand {
    grid-column: 1 / -1;
    max-width: none;
  }.footer-col {
    grid-column: auto;
  }.footer-newsletter {
    grid-column: 1 / -1;
  }.footer-newsletter-copy,
.footer-form {
    width: 100%;
    max-width: none;
  }.footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
  }.footer-right {
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 10px;
    text-align: center;
  }.footer-right > .footer-muted:first-child,
.footer-right > strong {
    white-space: nowrap;
  }.footer-right > .footer-muted:first-child + strong {
    margin-left: 0;
  }.footer-icons {
    flex-basis: 100%;
    margin-left: 0;
    margin-top: 2px;
    width: auto;
    justify-content: center;
  }.footer-right {
    font-size: 11px;
  }.footer-wrapper {
    border-radius: 26px;
  }.footer-container {
    padding-inline: 20px;
  }.home-location-card {
    border-radius: 18px;
  }.footer-form {
    max-width: 100%;
  }.footer-top {
    column-gap: 16px;
    row-gap: 26px;
  }.footer-right {
    gap: 8px;
  }.footer-icons {
    margin-left: 0;
    width: auto;
    gap: 10px;
  }@media (prefers-reduced-motion: reduce) {
body.home-page-body .home-ambiente-mobile__hero--parallax .home-ambiente-mobile__hero-image {
    transform: translate3d(0, -50%, 0);
    will-change: auto;
  }.footer-links a,
.footer-links a > span::after,
.footer-icons a img,
.footer-icons a.footer-icon-swap .footer-icon-swap__img,
.footer-icons a .footer-social-icon,
.footer-social-icon--instagram .instagram-icon,
.footer-submit,
.footer-icons a {
    transition: none;
  }
}

body.home-page-body .footer-form {
  border-radius: 99px;
}

/* Home accent refresh, scoped to the same UI pieces accented in light mode. */
body.home-page-body {
  --home-accent: var(--laframe-accent);
  --home-accent-rgb: var(--laframe-accent-rgb);
  --home-accent-hover: var(--laframe-accent-hover);
  --home-accent-ink: var(--laframe-accent-ink);
}

body.home-page-body .home-announcement__badge,
body.home-page-body .mas-pedidas-card__button,
body.home-page-body .footer-submit,
body.home-page-body #testimonials.testimonials-section #aap-testimonials .aap-text-icon-control__icon {
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--home-accent-ink);
}

body.home-page-body .testimonials-section .star,
body.home-page-body .testimonials-section .star--muted {
  color: var(--home-accent);
  fill: currentColor;
}

body.home-page-body .footer-input {
  caret-color: var(--home-accent);
}

body.home-page-body .footer-input:focus-visible {
  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.16),
    0 0 0 2px rgba(var(--home-accent-rgb), 0.32);
}

body.home-page-body .footer-form--phone .footer-input:focus,
body.home-page-body .footer-form--phone .footer-input:focus-visible {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

/* Home light theme. */
html[data-laframe-theme="light"] body.home-page-body {
  color-scheme: light;
  --laframe-bg: #faf9f4;
  --laframe-text: #2C2C2B;
  --home-light-bg: #faf9f4;
  --home-light-surface: #faf9f4;
  --home-light-control: #edede9;
  --home-light-ink: #2C2C2B;
  --home-light-muted: rgba(44, 44, 43, 0.72);
  --home-light-soft: rgba(44, 44, 43, 0.58);
  --home-light-faint: rgba(44, 44, 43, 0.42);
  --home-light-line: rgba(44, 44, 43, 0.14);
  --home-light-line-strong: rgba(44, 44, 43, 0.22);
  --home-light-shadow-soft:
    0 16px 42px rgba(44, 44, 43, 0.12),
    0 2px 8px rgba(44, 44, 43, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.62);
  --home-light-shadow-card:
    0 22px 52px rgba(44, 44, 43, 0.16),
    0 5px 16px rgba(44, 44, 43, 0.08),
    inset 0 0 0 1px rgba(44, 44, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  --home-light-shadow-rail-card:
    0 12px 22px rgba(44, 44, 43, 0.13),
    0 3px 8px rgba(44, 44, 43, 0.08),
    inset 0 0 0 1px rgba(44, 44, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  --home-light-shadow-media:
    0 18px 38px rgba(44, 44, 43, 0.1),
    0 4px 12px rgba(44, 44, 43, 0.06),
    inset 0 0 0 1px rgba(44, 44, 43, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  background: var(--home-light-bg);
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body main,
html[data-laframe-theme="light"] body.home-page-body .top-bg,
html[data-laframe-theme="light"] body.home-page-body #mas-pedidas,
html[data-laframe-theme="light"] body.home-page-body #horarios,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile,
html[data-laframe-theme="light"] body.home-page-body .home-faq,
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile,
html[data-laframe-theme="light"] body.home-page-body .testimonials-section,
html[data-laframe-theme="light"] body.home-page-body .footer-shell {
  background: var(--home-light-bg);
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .top-bg::before {
  background: linear-gradient(180deg, rgba(250, 249, 244, 0) 0%, rgba(250, 249, 244, 1) 100%);
}

html[data-laframe-theme="light"] body.home-page-body .home-hero__media,
html[data-laframe-theme="light"] body.home-page-body .hero__media {
  background-color: var(--home-light-bg);
}

html[data-laframe-theme="light"] body.home-page-body .home-hero__media::before,
html[data-laframe-theme="light"] body.home-page-body .hero__media::before {
  background: linear-gradient(180deg, rgba(44, 44, 43, 0.04) 0%, rgba(44, 44, 43, 0.12) 100%);
}

html[data-laframe-theme="light"] body.home-page-body .hero-mobile-action--reserve {
  background: hsl(199 26% 47% / 1);
}

html[data-laframe-theme="light"] body.home-page-body .hero-mobile-action--menu {
  background: hsl(88 25% 47% / 1);
  box-shadow: none;
}

html[data-laframe-theme="light"] body.home-page-body .hero-mobile-action--delivery {
  background: hsl(357 31% 47% / 1);
}

html[data-laframe-theme="light"] body.home-page-body .hero-mobile-title,
html[data-laframe-theme="light"] body.home-page-body .mas-pedidas__headline,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__title,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__title,
html[data-laframe-theme="light"] body.home-page-body .home-faq__title,
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile__title,
html[data-laframe-theme="light"] body.home-page-body .delivery-title,
html[data-laframe-theme="light"] body.home-page-body .delivery-sheet .delivery-title,
html[data-laframe-theme="light"] body.home-page-body .testimonials-header h2,
html[data-laframe-theme="light"] body.home-page-body .testimonials-header h2 span,
html[data-laframe-theme="light"] body.home-page-body .footer-col-title,
html[data-laframe-theme="light"] body.home-page-body .footer-right,
html[data-laframe-theme="light"] body.home-page-body .footer-right strong {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .hero__subtitle--mobile,
html[data-laframe-theme="light"] body.home-page-body .mas-pedidas__subtitle,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__subtitle,
html[data-laframe-theme="light"] body.home-page-body .home-faq__subtitle,
html[data-laframe-theme="light"] body.home-page-body .home-faq__answer,
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile__copy,
html[data-laframe-theme="light"] body.home-page-body .delivery-subtitle,
html[data-laframe-theme="light"] body.home-page-body .delivery-sheet .delivery-subtitle,
html[data-laframe-theme="light"] body.home-page-body .delivery-note,
html[data-laframe-theme="light"] body.home-page-body .delivery-sheet__note,
html[data-laframe-theme="light"] body.home-page-body .footer-muted,
html[data-laframe-theme="light"] body.home-page-body .footer-right .footer-muted,
html[data-laframe-theme="light"] body.home-page-body .footer-links a {
  color: var(--home-light-muted);
}

html[data-laframe-theme="light"] body.home-page-body .home-announcement__link,
html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__row--today,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__thumb,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__hero,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__hero-trigger,
html[data-laframe-theme="light"] body.home-page-body .home-faq__item,
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile .home-location-card,
html[data-laframe-theme="light"] body.home-page-body .delivery-action,
html[data-laframe-theme="light"] body.home-page-body .delivery-sheet__panel,
html[data-laframe-theme="light"] body.home-page-body .delivery-sheet__body,
html[data-laframe-theme="light"] body.home-page-body .testimonials-section .card,
html[data-laframe-theme="light"] body.home-page-body .footer-wrapper {
  background: var(--home-light-surface);
  color: var(--home-light-ink);
  box-shadow: var(--home-light-shadow-card);
}

html[data-laframe-theme="light"] body.home-page-body .home-announcement__link,
html[data-laframe-theme="light"] body.home-page-body .delivery-action,
html[data-laframe-theme="light"] body.home-page-body .delivery-sheet__panel {
  border-color: var(--home-light-line);
}

html[data-laframe-theme="light"] body.home-page-body .home-announcement__badge,
html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card__button,
html[data-laframe-theme="light"] body.home-page-body .footer-submit,
html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section #aap-testimonials .aap-text-icon-control__icon {
  background: linear-gradient(var(--laframe-accent), var(--laframe-accent));
  background-repeat: repeat, no-repeat;
  background-size: auto;
  background-position: 0 0, center;
  background-blend-mode: normal;
  color: var(--laframe-accent-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-announcement__message,
html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card__title,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__day-icon,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__day,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__row--today .horarios-mobile__day,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__hours,
html[data-laframe-theme="light"] body.home-page-body .home-faq__question,
html[data-laframe-theme="light"] body.home-page-body .delivery-action--text span,
html[data-laframe-theme="light"] body.home-page-body .testimonials-section .card-text,
html[data-laframe-theme="light"] body.home-page-body .testimonials-section .user-name {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card__description,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__reason,
html[data-laframe-theme="light"] body.home-page-body .testimonials-section .user-role {
  color: var(--home-light-soft);
  opacity: 1;
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__callout {
  border: 0;
  background: rgba(242, 232, 198, 0.92);
  color: var(--home-light-ink);
  box-shadow: var(--home-light-shadow-soft);
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__callout-icon {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__callout-message {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__callout--special {
  background: rgba(242, 232, 198, 0.92);
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__callout--exception {
  background: rgba(248, 225, 211, 0.92);
}

html[data-laframe-theme="light"] body.home-page-body .testimonials-section .card-quote {
  color: var(--laframe-accent);
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card__price,
html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card.is-unavailable .mas-pedidas-card__price {
  color: hsl(40 5% 42%);
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card__image {
  filter:
    drop-shadow(0 8px 12px rgba(44, 44, 43, 0.14))
    drop-shadow(0 14px 18px rgba(44, 44, 43, 0.1));
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas-card {
  background: var(--home-light-surface);
  color: var(--home-light-ink);
  box-shadow: var(--home-light-shadow-rail-card);
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas-card__title {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas-card__description {
  color: var(--home-light-soft);
  opacity: 1;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas-card__price,
html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas-card.is-unavailable .mas-pedidas-card__price {
  color: hsl(40 5% 42%);
  opacity: 1;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas-card__image {
  filter:
    drop-shadow(0 8px 12px rgba(44, 44, 43, 0.14))
    drop-shadow(0 14px 18px rgba(44, 44, 43, 0.1));
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card__media.is-empty::after {
  border-color: var(--home-light-line-strong);
}

html[data-laframe-theme="light"] body.home-page-body {
  --home-shell-skeleton-base: rgba(44, 44, 43, 0.07);
  --home-shell-skeleton-strong: rgba(44, 44, 43, 0.08);
  --home-shell-skeleton-highlight: rgba(255, 255, 255, 0.28);
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card.is-placeholder [data-home-featured-skeleton-media] {
  background: var(--home-shell-skeleton);
  background-size: 280% 100%;
  background-repeat: no-repeat;
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card.is-placeholder [data-home-featured-skeleton-media]::before {
  background:
    linear-gradient(145deg, rgba(44, 44, 43, 0.08), rgba(44, 44, 43, 0.015)),
    radial-gradient(circle at 46% 38%, rgba(44, 44, 43, 0.08), rgba(44, 44, 43, 0) 58%);
  filter: blur(5px) saturate(1.04);
}

html[data-laframe-theme="light"] body.home-page-body .mas-pedidas-card.is-placeholder [data-home-featured-skeleton-line] {
  background: var(--home-shell-skeleton);
  background-size: 280% 100%;
  background-repeat: no-repeat;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas__grid,
html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .masonry-grid {
  --home-mobile-row-fade-rgb: 250 249 244;
  --testimonials-mobile-row-fade-rgb: 250 249 244;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas__container {
  overflow-x: visible;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__inner {
  overflow: visible;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas__grid {
  overflow: visible;
}

html[data-laframe-theme="light"] body.home-page-body #mas-pedidas .mas-pedidas__row {
  overflow-x: clip;
  overflow-y: visible;
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__row--today {
  box-shadow: var(--home-light-shadow-soft);
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__chip--open {
  background: #dceee4;
  color: #1f6040;
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__chip--soon,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__chip--special {
  background: #f1e5bd;
  color: #6c5415;
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__chip--special {
  background: #dfe8f4;
  color: #294461;
}

html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__chip--closed,
html[data-laframe-theme="light"] body.home-page-body #horarios .horarios-mobile__chip--exception {
  background: #f3d8d3;
  color: #884432;
}

html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__hero,
html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__hero-trigger {
  overflow: hidden;
  box-shadow: var(--home-light-shadow-media);
}

html[data-laframe-theme="light"] body.home-page-body .home-ambiente-mobile__hero-trigger:focus-visible,
html[data-laframe-theme="light"] body.home-page-body .delivery-action:focus-visible,
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button:focus-visible,
html[data-laframe-theme="light"] body.home-page-body .footer-links a:focus-visible,
html[data-laframe-theme="light"] body.home-page-body .footer-submit:focus-visible {
  outline-color: rgba(44, 44, 43, 0.3);
}

html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile .home-ubicacion-mobile__map-button {
  color: var(--home-light-ink);
  background: rgba(250, 249, 244, 0.82);
  border-color: var(--home-light-line);
  box-shadow:
    0 14px 28px rgba(44, 44, 43, 0.18),
    0 4px 10px rgba(44, 44, 43, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-modal__control {
  color: var(--home-light-ink);
  background: rgba(250, 249, 244, 0.86);
  border-color: var(--home-light-line);
  box-shadow:
    0 14px 28px rgba(44, 44, 43, 0.18),
    0 4px 10px rgba(44, 44, 43, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-modal__control:hover,
html[data-laframe-theme="light"] body.home-page-body .home-location-map-modal__control:focus-visible {
  background: var(--home-light-surface);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-modal__control:focus-visible {
  outline-color: rgba(44, 44, 43, 0.3);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet__panel,
html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet__body {
  background: var(--home-light-surface);
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet__title {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet__option {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet__option-preview {
  border-color: var(--home-light-line);
  box-shadow:
    inset 0 0 0 1px rgba(44, 44, 43, 0.05),
    0 10px 24px rgba(44, 44, 43, 0.12);
}

html[data-laframe-theme="light"] body.home-page-body .home-location-map-sheet__option.is-selected .home-location-map-sheet__option-preview {
  border-color: var(--home-light-ink);
  box-shadow:
    inset 0 0 0 4px var(--home-light-surface),
    inset 0 0 0 7px var(--home-light-ink),
    0 14px 30px rgba(44, 44, 43, 0.14);
}

html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile [data-home-location-waze],
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile [data-home-location-waze]:focus-visible {
  background: #34ccff;
}

html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile [data-home-location-googlemaps],
html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile [data-home-location-googlemaps]:focus-visible {
  background: #ffffff;
}

html[data-laframe-theme="light"] body.home-page-body .home-ubicacion-mobile .home-location-card {
  box-shadow: var(--home-light-shadow-media);
}

html[data-laframe-theme="light"] body.home-page-body .delivery-action:focus-visible {
  background: var(--home-light-control);
  border-color: var(--home-light-line-strong);
}

html[data-laframe-theme="light"] body.home-page-body .delivery-sheet__backdrop,
html[data-laframe-theme="light"] body.home-page-body .home-virtual-tour-modal__backdrop {
  background: rgba(44, 44, 43, 0.32);
}

html[data-laframe-theme="light"] body.home-page-body .delivery-sheet__handle {
  background: rgba(44, 44, 43, 0.26);
}

html[data-laframe-theme="light"] body.home-page-body .testimonials-section .card {
  border-radius: 20px;
  box-shadow: var(--home-light-shadow-rail-card);
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .testimonials-grid-wrap {
  overflow: visible;
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .masonry,
html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .masonry-grid {
  overflow: visible;
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .testimonials-mobile-row {
  overflow-x: clip;
  overflow-y: visible;
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .card-text,
html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .user-name {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .card-quote {
  color: var(--laframe-accent);
  opacity: 0.78;
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section .all-access-pass__container {
  overflow: visible;
}

html[data-laframe-theme="light"] body.home-page-body .testimonials-section .star--muted {
  opacity: 0.36;
  filter: none;
}

html[data-laframe-theme="light"] body.home-page-body .testimonials-section .star,
html[data-laframe-theme="light"] body.home-page-body .testimonials-section .star--muted {
  color: var(--laframe-accent);
  fill: currentColor;
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section #aap-testimonials .all-access-pass__intro-element,
html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section #aap-testimonials .all-access-pass__background {
  background-color: rgba(250, 249, 244, 0.9);
  box-shadow:
    0 18px 36px rgba(44, 44, 43, 0.18),
    0 4px 12px rgba(44, 44, 43, 0.08),
    inset 0 0 0 1px rgba(44, 44, 43, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section #aap-testimonials {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section #aap-testimonials .icon-copy {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body #testimonials.testimonials-section #aap-testimonials .aap-text-icon-control__icon .icon-control {
  opacity: 1;
}

html[data-laframe-theme="light"] body.home-page-body .site-footer {
  background: var(--home-light-bg);
}

html[data-laframe-theme="light"] body.home-page-body .footer-wrapper {
  background: #f7f6f2;
  box-shadow:
    0 18px 44px rgba(44, 44, 43, 0.12),
    0 4px 14px rgba(44, 44, 43, 0.07),
    inset 0 0 0 1px rgba(44, 44, 43, 0.06),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
}

html[data-laframe-theme="light"] body.home-page-body .footer-wrapper::before {
  content: none;
}

html[data-laframe-theme="light"] body.home-page-body .footer-logo-icon,
html[data-laframe-theme="light"] body.home-page-body .footer-logo-wordmark {
  color: var(--home-light-ink);
  filter: brightness(0) saturate(1);
  opacity: 1;
}

html[data-laframe-theme="light"] body.home-page-body .footer-input {
  background: var(--home-light-control);
  color: var(--home-light-ink);
  caret-color: var(--laframe-accent);
  box-shadow: none;
}

html[data-laframe-theme="light"] body.home-page-body .footer-input::placeholder {
  color: var(--home-light-faint);
}

html[data-laframe-theme="light"] body.home-page-body .footer-input:focus-visible {
  box-shadow: 0 0 0 2px rgba(var(--laframe-accent-rgb), 0.2);
}

html[data-laframe-theme="light"] body.home-page-body .footer-form--phone .footer-input:focus,
html[data-laframe-theme="light"] body.home-page-body .footer-form--phone .footer-input:focus-visible {
  box-shadow: none;
}

html[data-laframe-theme="light"] body.home-page-body .footer-form-icon,
html[data-laframe-theme="light"] body.home-page-body .footer-link-icon,
html[data-laframe-theme="light"] body.home-page-body .footer-icons a img,
html[data-laframe-theme="light"] body.home-page-body .footer-icons a.footer-icon-swap .footer-icon-swap__img--default {
  filter: brightness(0) saturate(1);
  opacity: 0.72;
}

html[data-laframe-theme="light"] body.home-page-body .footer-submit-icon {
  filter: none;
  opacity: 1;
}

html[data-laframe-theme="light"] body.home-page-body .footer-icons a .footer-social-icon {
  color: var(--home-light-ink);
  opacity: 0.78;
}

html[data-laframe-theme="light"] body.home-page-body .footer-social-icon--instagram .instagram-icon--mono {
  fill: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .footer-social-icon--tripadvisor {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-faq__item {
  border-color: var(--home-light-line);
  background: transparent;
  box-shadow: none;
}

html[data-laframe-theme="light"] body.home-page-body .home-faq__item.is-open {
  border-color: var(--home-light-line-strong);
  background: transparent;
  box-shadow: none;
}

html[data-laframe-theme="light"] body.home-page-body .home-faq__chevron {
  color: var(--home-light-soft);
}

html[data-laframe-theme="light"] body.home-page-body .home-faq__item.is-open .home-faq__chevron {
  color: var(--home-light-ink);
}

html[data-laframe-theme="light"] body.home-page-body .home-faq__button:focus-visible {
  outline-color: rgba(44, 44, 43, 0.3);
}

/* Keep the lower home sections on the same 80px visual rhythm. */
body.home-page-body #testimonials.testimonials-section {
  padding-top: var(--home-mobile-section-padding-block, 40px);
  padding-bottom: 58px;
}

body.home-page-body #testimonials.testimonials-section .testimonials-grid-wrap {
  padding-bottom: 0;
}

body.home-page-body #testimonials.testimonials-section .all-access-pass__container {
  position: static;
  inset: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
  margin-top: 24px;
  padding-bottom: 0;
  pointer-events: none;
}

body.home-page-body #testimonials.testimonials-section #aap-testimonials.all-access-pass {
  position: relative;
  bottom: auto;
  transform: translate3d(0, 0, 0);
}
