:root {
  color-scheme: dark;
  --navy: #001427;
  --sage: #708d81;
  --sand: #f4d58d;
  --red: #bf0603;
  --deep-red: #8d0801;
  --white: #fffaf0;
  --cream: #fff3d2;
  --muted: #f4d58d;
  --shadow: rgba(0, 20, 39, .44);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
  background: var(--navy);
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 15%, rgba(244, 213, 141, .2) 0 1px, transparent 2px),
    radial-gradient(circle at 68% 30%, rgba(255, 250, 240, .22) 0 1px, transparent 2px),
    radial-gradient(circle at 82% 70%, rgba(112, 141, 129, .26) 0 1.5px, transparent 3px),
    linear-gradient(rgba(0, 20, 39, .9), rgba(0, 20, 39, .92)),
    repeating-linear-gradient(32deg, rgba(244, 213, 141, .045) 0 1px, transparent 1px 78px),
    repeating-linear-gradient(128deg, rgba(112, 141, 129, .06) 0 1px, transparent 1px 96px),
    var(--navy);
  background-size: 220px 220px, 310px 310px, 280px 280px, auto, auto, auto, auto;
  animation: page-enter .42s cubic-bezier(.2, .8, .2, 1) both;
}

body.is-leaving {
  pointer-events: none;
  animation: page-exit .24s ease both;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: .18;
  background:
    radial-gradient(ellipse at 14% 18%, transparent 0 31px, rgba(244, 213, 141, .16) 32px, transparent 34px),
    radial-gradient(ellipse at 75% 42%, transparent 0 42px, rgba(112, 141, 129, .16) 43px, transparent 45px),
    radial-gradient(ellipse at 32% 77%, transparent 0 48px, rgba(255, 250, 240, .13) 49px, transparent 51px);
  background-size: 240px 240px;
}

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

.page-shell {
  width: min(100%, 900px);
  min-height: 100vh;
  margin: 0 auto;
  padding: clamp(22px, 4vw, 54px) clamp(18px, 5vw, 72px);
  background:
    radial-gradient(circle at 50% -6%, rgba(244, 213, 141, .22), transparent 33%),
    radial-gradient(circle at 12% 28%, rgba(112, 141, 129, .2), transparent 31%),
    linear-gradient(180deg, #073050 0%, var(--navy) 48%, #020b14 100%);
  box-shadow: 0 0 80px rgba(0, 0, 0, .56);
}

@media (pointer: coarse) {
  .page-shell {
    width: 100vw;
    max-width: none;
  }
}

.brand-panel {
  position: relative;
  display: flex;
  width: min(100%, 560px);
  min-height: calc(100vh - clamp(44px, 8vw, 108px));
  margin: 0 auto;
  flex-direction: column;
  align-items: stretch;
  gap: 26px;
}

.ambient {
  position: absolute;
  z-index: 0;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(42px);
}

.ambient-one {
  top: -20px;
  left: -110px;
  background: rgba(191, 6, 3, .22);
}

.ambient-two {
  right: -120px;
  bottom: 20%;
  background: rgba(244, 213, 141, .18);
}

.hero,
.action-stack,
.promo,
.social-section,
.locations,
.review,
footer {
  position: relative;
  z-index: 1;
}

.hero {
  display: grid;
  justify-items: center;
  padding-top: 10px;
  text-align: center;
}

.logo-ring {
  display: grid;
  width: clamp(130px, 24vw, 170px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 5px solid var(--sand);
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 7px rgba(191, 6, 3, .18),
    0 0 34px rgba(244, 213, 141, .82),
    0 18px 34px rgba(0, 0, 0, .32);
}

.logo-ring img {
  width: 94%;
  height: 94%;
  object-fit: contain;
}

.eyebrow,
h1,
h2,
.primary-action,
.location-link,
footer {
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.05rem;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.8rem, 12vw, 5.8rem);
  line-height: .85;
  letter-spacing: 0;
  text-shadow: 0 3px 0 var(--red), 0 14px 28px rgba(0, 0, 0, .38);
}

.tagline {
  width: min(100%, 390px);
  margin: 14px 0 0;
  color: var(--cream);
  font-size: clamp(.98rem, 3vw, 1.1rem);
  line-height: 1.5;
}

.action-stack {
  display: grid;
  gap: 14px;
}

.primary-action,
.location-link {
  position: relative;
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  overflow: hidden;
  border-radius: 8px;
  font-size: clamp(1.45rem, 5.3vw, 1.75rem);
  line-height: 1;
  isolation: isolate;
  transition:
    transform .28s cubic-bezier(.2, .8, .2, 1),
    filter .28s ease,
    box-shadow .28s ease,
    border-color .28s ease;
  will-change: transform;
}

.primary-action::before,
.location-link::before,
.social-grid a::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.primary-action::after,
.location-link::after {
  position: absolute;
  inset: -35% auto -35% -32%;
  z-index: -1;
  width: 34%;
  content: "";
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 250, 240, .55), transparent);
  filter: blur(2px);
  opacity: 0;
  transform: skewX(-18deg) translateX(0);
  transition: opacity .2s ease;
}

.primary-action {
  padding: 18px 22px;
  background: linear-gradient(180deg, #d40a06, var(--red));
  color: #fff;
  box-shadow: 0 13px 26px var(--shadow), inset 0 1px 0 rgba(255, 255, 255, .22);
}

.primary-action::before {
  background:
    radial-gradient(circle at var(--hover-x, 50%) 50%, rgba(255, 250, 240, .22), transparent 34%),
    linear-gradient(180deg, rgba(255, 250, 240, .12), transparent);
  opacity: 0;
  transition: opacity .28s ease;
}

.primary-action:first-child {
  background: linear-gradient(180deg, var(--sand), #e3b957);
  color: var(--navy);
}

.primary-action.accent {
  background: linear-gradient(180deg, #d20b08, var(--deep-red));
}

.primary-action:hover,
.location-link:hover,
.social-grid a:hover {
  transform: translateY(-4px) scale(1.015);
  filter: brightness(1.08);
}

.primary-action:hover,
.location-link:hover {
  box-shadow:
    0 18px 30px rgba(0, 20, 39, .34),
    0 0 0 1px rgba(244, 213, 141, .28),
    inset 0 1px 0 rgba(255, 250, 240, .24);
}

.primary-action:hover::before,
.location-link:hover::before {
  opacity: 1;
}

.primary-action:hover::after,
.location-link:hover::after {
  opacity: 1;
  animation: button-shine .78s ease forwards;
}

.primary-action:active,
.location-link:active,
.social-grid a:active {
  transform: translateY(-1px) scale(.99);
}

.primary-action:focus-visible,
.location-link:focus-visible,
.social-grid a:focus-visible {
  outline: 3px solid rgba(244, 213, 141, .72);
  outline-offset: 4px;
}

.action-icon {
  display: inline-grid;
  width: 26px;
  height: 26px;
  place-items: center;
  flex: 0 0 auto;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.primary-action:hover .action-icon,
.location-link:hover svg {
  transform: translateX(-3px) rotate(-5deg) scale(1.08);
}

svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.primary-action svg,
.location-link svg {
  fill: currentColor;
  stroke: none;
}

.photo-carousel {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.carousel-heading {
  text-align: center;
}

.carousel-heading h2 {
  margin: 0;
  color: var(--sand);
  font-size: clamp(1.45rem, 6vw, 1.8rem);
}

.carousel-heading p {
  margin: 4px 0 0;
  color: rgba(255, 243, 210, .84);
  font-size: .9rem;
  font-weight: 700;
}

.carousel-viewport {
  position: relative;
  overflow: hidden;
  border: 3px solid rgba(244, 213, 141, .8);
  border-radius: 18px;
  background: rgba(0, 20, 39, .68);
  box-shadow:
    0 18px 34px rgba(0, 20, 39, .32),
    0 0 26px rgba(244, 213, 141, .12),
    inset 0 1px 0 rgba(255, 250, 240, .14);
}

.carousel-viewport::before {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 20, 39, .08), transparent 34%, rgba(0, 20, 39, .18)),
    linear-gradient(90deg, rgba(191, 6, 3, .18), transparent 24%, transparent 76%, rgba(244, 213, 141, .14));
}

.carousel-track {
  display: flex;
  aspect-ratio: 1.62 / 1;
  transform: translateX(calc(var(--slide-index, 0) * -100%));
  transition: transform .55s cubic-bezier(.2, .8, .2, 1);
}

.carousel-slide {
  display: grid;
  min-width: 100%;
  margin: 0;
  place-items: center;
  background:
    radial-gradient(circle at 50% 50%, rgba(112, 141, 129, .2), transparent 58%),
    var(--navy);
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.03);
}

.portrait-slide img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

.carousel-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid rgba(244, 213, 141, .86);
  border-radius: 999px;
  color: var(--sand);
  background: rgba(0, 20, 39, .72);
  box-shadow: 0 10px 22px rgba(0, 20, 39, .28), 0 0 16px rgba(244, 213, 141, .14);
  cursor: pointer;
  transform: translateY(-50%);
  transition: transform .24s ease, background .24s ease, color .24s ease;
}

.carousel-button:hover {
  color: var(--navy);
  background: var(--sand);
  transform: translateY(-50%) scale(1.06);
}

.carousel-button.prev {
  left: 12px;
}

.carousel-button.next {
  right: 12px;
}

.carousel-button svg {
  width: 24px;
  height: 24px;
}

.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(244, 213, 141, .42);
  cursor: pointer;
  transition: width .24s ease, background .24s ease, box-shadow .24s ease;
}

.carousel-dots button.is-active {
  width: 28px;
  background: var(--sand);
  box-shadow: 0 0 14px rgba(244, 213, 141, .42);
}

.promo,
.review {
  overflow: hidden;
  border-radius: 8px;
  background: rgba(112, 141, 129, .82);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, .12), 0 14px 28px rgba(0, 0, 0, .18);
}

.promo::before,
.review::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, var(--sand), var(--red));
}

.promo p {
  margin: 0;
  padding: 23px 28px 23px 34px;
  text-align: center;
  color: #fffdf5;
  font-size: clamp(1rem, 3.5vw, 1.16rem);
  font-weight: 700;
  line-height: 1.55;
  text-transform: uppercase;
}

.social-section,
.locations {
  display: grid;
  gap: 18px;
  justify-items: center;
}

h2 {
  margin: 0;
  color: var(--muted);
  font-size: 1.45rem;
  letter-spacing: 0;
  text-align: center;
}

.social-grid {
  display: flex;
  justify-content: center;
  gap: clamp(12px, 4vw, 22px);
}

.social-grid a {
  position: relative;
  display: grid;
  width: clamp(54px, 15vw, 66px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 3px solid var(--sand);
  border-radius: 999px;
  color: var(--sand);
  background: rgba(0, 20, 39, .54);
  box-shadow: 0 10px 22px rgba(0, 20, 39, .16);
  isolation: isolate;
  transition:
    transform .28s cubic-bezier(.2, .8, .2, 1),
    filter .28s ease,
    background .28s ease,
    color .28s ease,
    box-shadow .28s ease;
}

.social-grid a::before {
  border-radius: inherit;
  background: var(--sand);
  opacity: 0;
  transform: scale(.2);
  transition: transform .32s cubic-bezier(.2, .8, .2, 1), opacity .32s ease;
}

.social-grid a:hover {
  color: var(--navy);
  box-shadow: 0 14px 26px rgba(0, 20, 39, .22), 0 0 0 6px rgba(244, 213, 141, .08);
}

.social-grid a:hover::before {
  opacity: 1;
  transform: scale(1);
}

.social-grid svg {
  width: 54%;
  height: 54%;
  transition: transform .32s cubic-bezier(.2, .8, .2, 1);
}

.social-grid a:hover svg {
  transform: scale(1.1) rotate(-4deg);
}

.social-grid a:first-child svg,
.social-grid a:nth-child(4) svg {
  fill: currentColor;
  stroke: none;
}

.locations {
  gap: 14px;
}

.locations h2 {
  margin-bottom: 8px;
}

.location-link {
  width: 100%;
  min-height: 62px;
  padding: 16px 18px;
  border: 3px solid var(--sand);
  color: #fff;
  background: rgba(141, 8, 1, .72);
  box-shadow: 0 12px 24px rgba(0, 20, 39, .22);
}

.location-link::before {
  background:
    radial-gradient(circle at 50% 50%, rgba(244, 213, 141, .18), transparent 42%),
    linear-gradient(90deg, rgba(191, 6, 3, .2), transparent);
  opacity: 0;
  transition: opacity .28s ease;
}

.location-link svg {
  width: 24px;
  height: 24px;
  color: #fff;
  transition: transform .28s cubic-bezier(.2, .8, .2, 1);
}

.review {
  padding: 24px 30px 24px 36px;
  text-align: center;
}

.stars {
  color: var(--sand);
  font-size: clamp(1.45rem, 6vw, 2rem);
  line-height: 1;
  letter-spacing: 0;
}

.stars span {
  color: transparent;
  -webkit-text-stroke: 2px var(--sand);
}

blockquote {
  margin: 18px 0 14px;
  color: #fff;
  font-size: clamp(1rem, 3.5vw, 1.12rem);
  font-style: italic;
  line-height: 1.5;
}

.review p {
  margin: 0;
  color: var(--sand);
  font-size: 1.1rem;
  font-weight: 800;
}

footer {
  margin-top: auto;
  padding-bottom: 4px;
  color: rgba(244, 213, 141, .9);
  font-size: 1rem;
  text-align: center;
}

.menu-shell {
  position: relative;
  overflow: hidden;
  padding-top: clamp(18px, 4vw, 42px);
  padding-bottom: clamp(28px, 6vw, 64px);
}

.menu-shell::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 130px, rgba(244, 213, 141, .16), transparent 180px),
    linear-gradient(90deg, transparent, rgba(244, 213, 141, .06) 50%, transparent);
}

.menu-panel {
  gap: 18px;
  min-height: auto;
}

.menu-hero {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  padding-top: 4px;
  text-align: center;
}

.menu-hero .tagline {
  margin-bottom: 4px;
}

.back-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-self: start;
  gap: 6px;
  margin-bottom: 10px;
  padding: 9px 14px 9px 10px;
  border: 2px solid rgba(244, 213, 141, .72);
  border-radius: 999px;
  color: var(--sand);
  background: rgba(0, 20, 39, .46);
  box-shadow: 0 10px 22px rgba(0, 20, 39, .18), 0 0 16px rgba(244, 213, 141, .08);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .24s ease, filter .24s ease, box-shadow .24s ease;
}

.back-link:hover {
  transform: translateX(-2px);
  filter: brightness(1.1);
  box-shadow: 0 12px 24px rgba(0, 20, 39, .22), 0 0 22px rgba(244, 213, 141, .16);
}

.back-link svg {
  width: 20px;
  height: 20px;
}

.menu-logo {
  display: grid;
  width: clamp(92px, 22vw, 124px);
  aspect-ratio: 1;
  place-items: center;
  overflow: hidden;
  border: 4px solid var(--sand);
  border-radius: 999px;
  background: #fff;
  box-shadow:
    0 0 0 6px rgba(191, 6, 3, .16),
    0 0 30px rgba(244, 213, 141, .7),
    0 16px 30px rgba(0, 0, 0, .28);
}

.menu-logo img {
  width: 94%;
  height: 94%;
  object-fit: contain;
}

.menu-hero h1 {
  font-size: clamp(3.4rem, 17vw, 6.3rem);
}

.menu-tabs {
  z-index: 5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 7px;
  border: 1px solid rgba(244, 213, 141, .3);
  border-radius: 999px;
  background: rgba(0, 20, 39, .78);
  box-shadow: 0 14px 30px rgba(0, 20, 39, .28), inset 0 1px 0 rgba(255, 250, 240, .08);
}

.menu-tabs a {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: var(--sand);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease, color .22s ease;
}

.menu-tabs a:hover {
  transform: translateY(-1px);
}

.menu-tabs a.active {
  color: var(--navy);
  background: linear-gradient(180deg, var(--sand), #e6bd61);
  box-shadow: 0 0 18px rgba(244, 213, 141, .26);
}

.menu-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
}

.menu-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 14px 0 0;
  color: var(--sand);
  font-size: clamp(1.3rem, 5.5vw, 1.6rem);
  line-height: 1;
  text-align: left;
}

.menu-section-title:first-child {
  margin-top: 2px;
}

.menu-section-title::after {
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, rgba(244, 213, 141, .46), transparent);
  content: "";
}

.menu-card {
  position: relative;
  display: grid;
  min-height: 78px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px 16px;
  overflow: hidden;
  padding: 17px 18px 17px 20px;
  border: 1px solid rgba(244, 213, 141, .34);
  border-radius: 16px;
  background:
    radial-gradient(circle at 92% 50%, rgba(244, 213, 141, .13), transparent 96px),
    linear-gradient(135deg, rgba(255, 250, 240, .09), transparent 46%),
    rgba(0, 20, 39, .74);
  box-shadow:
    0 14px 28px rgba(0, 20, 39, .24),
    0 0 26px rgba(244, 213, 141, .09),
    inset 0 1px 0 rgba(255, 250, 240, .08);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.menu-card:hover {
  transform: translateY(-2px);
  border-color: rgba(244, 213, 141, .68);
  box-shadow:
    0 18px 32px rgba(0, 20, 39, .3),
    0 0 34px rgba(244, 213, 141, .14),
    inset 0 1px 0 rgba(255, 250, 240, .12);
}

.menu-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 6px;
  content: "";
  background: linear-gradient(180deg, var(--sand), var(--red));
  box-shadow: 0 0 16px rgba(244, 213, 141, .36);
}

.menu-card::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(120deg, rgba(255, 250, 240, .14), transparent 38%);
  opacity: .45;
}

.menu-card h2 {
  display: block;
  margin: 0;
  color: #fffdf5;
  font-size: clamp(1.28rem, 5.3vw, 1.58rem);
  line-height: 1.05;
  text-align: left;
  text-shadow: 0 2px 0 rgba(191, 6, 3, .32);
}

.menu-card p:not(.menu-price) {
  grid-column: 1;
  margin: -3px 0 0;
  color: rgba(255, 243, 210, .82);
  font-size: .93rem;
  font-weight: 700;
  line-height: 1.35;
}

.menu-card .menu-price {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  min-width: 84px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 250, 240, .34);
  border-radius: 999px;
  color: var(--navy);
  background: linear-gradient(180deg, #ffe6a4, var(--sand) 58%, #dbae4c);
  box-shadow: 0 0 20px rgba(244, 213, 141, .28), inset 0 1px 0 rgba(255, 255, 255, .35);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.25rem, 5.4vw, 1.48rem);
  font-weight: 800;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.wide-card {
  align-items: start;
}

.wide-card .menu-price {
  grid-row: 1 / span 3;
}

@media (max-width: 620px) {
  .page-shell {
    padding: 22px 16px 30px;
  }

  .brand-panel {
    gap: 22px;
    min-height: calc(100vh - 52px);
  }

  .logo-ring {
    width: 132px;
  }

  .primary-action,
  .location-link {
    min-height: 58px;
    gap: 10px;
  }

  .carousel-track {
    aspect-ratio: 1.58 / 1;
  }

  .carousel-button {
    width: 38px;
    height: 38px;
  }

  .promo p,
  .review {
    padding-inline: 24px;
  }

  .menu-shell {
    padding: 18px 14px 34px;
  }

  .menu-panel {
    gap: 16px;
  }

  .menu-card {
    min-height: 72px;
    padding: 15px 14px 15px 18px;
    border-radius: 14px;
  }

  .menu-card .menu-price {
    min-width: 74px;
  }
}

@media (max-width: 390px) {
  .primary-action,
  .location-link {
    font-size: 1.25rem;
  }

  .social-grid {
    gap: 10px;
  }

  .carousel-track {
    aspect-ratio: 1.5 / 1;
  }

  .carousel-button.prev {
    left: 8px;
  }

  .carousel-button.next {
    right: 8px;
  }

  .menu-card {
    gap: 8px 10px;
  }

  .menu-card .menu-price {
    min-width: 68px;
    padding-inline: 8px;
  }
}

@keyframes button-shine {
  0% {
    transform: skewX(-18deg) translateX(0);
  }

  100% {
    transform: skewX(-18deg) translateX(430%);
  }
}

@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(14px) scale(.985);
    filter: blur(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes page-exit {
  from {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }

  to {
    opacity: 0;
    transform: translateY(-8px) scale(.99);
    filter: blur(5px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body,
  body.is-leaving {
    animation: none;
  }

  .primary-action,
  .location-link,
  .social-grid a,
  .action-icon,
  .social-grid svg,
  .location-link svg {
    transition: none;
  }

  .primary-action:hover::after,
  .location-link:hover::after {
    animation: none;
  }
}
