:root {
  --orange: #e87820;
  --yellow: #f7cf45;
  --espresso: #25120b;
  --cream: #f8efe3;
  --paper: #fff9f1;
  --thai: "Noto Sans Thai", sans-serif;
  --serif: "Playfair Display", "Noto Sans Thai", Georgia, serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--espresso); font-family: var(--thai); }
#menu-collection, .menu-card { scroll-margin-top: 0; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
.skip-link { position: fixed; z-index: 9999; top: 8px; left: 8px; padding: 10px 15px; background: #fff; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.section-shell { width: min(1420px, calc(100% - 80px)); margin-inline: auto; }

.menu-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  height: 78px;
  display: grid;
  grid-template-columns: 220px 1fr 220px;
  align-items: center;
  gap: 30px;
  padding: 0 42px;
  border-bottom: 1px solid transparent;
  background: transparent;
  color: #fff;
  text-shadow: 0 2px 14px rgba(19,7,2,.9);
  transition: color .25s ease, text-shadow .25s ease;
}
.menu-brand { width: 182px; filter: drop-shadow(0 2px 12px rgba(19,7,2,.85)); }
.menu-header.is-on-light { color: var(--espresso); text-shadow: none; }
.menu-header.is-on-light .menu-brand { filter: brightness(0) saturate(100%); }
.menu-header nav { display: flex; justify-content: center; gap: clamp(25px, 4vw, 70px); }
.menu-header nav a { text-decoration: none; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.menu-header nav a:hover, .menu-header nav a:focus-visible { color: var(--yellow); }
.back-link { justify-self: end; display: inline-flex; align-items: center; gap: 8px; text-decoration: none; font-size: 13px; }

/* Match the homepage language control: compact clear glass instead of a solid orange pill. */
html body .menu-header .language-switch {
  border-width: .25px;
  border-color: rgba(255,255,255,.21);
  background:
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.075) 48%, rgba(255,255,255,.12)),
    rgba(255,255,255,.045);
  color: #1f1008;
  text-shadow: none;
  box-shadow: inset 0 .25px 0 rgba(255,255,255,.12), inset 0 -.25px 0 rgba(255,255,255,.12);
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}
html body .menu-header .language-switch:hover,
html body .menu-header .language-switch:focus-visible,
html body .menu-header .language-dropdown.is-open .language-switch {
  border-color: rgba(255,255,255,.325);
  color: var(--yellow);
  text-shadow: 0 0 5px rgba(255,221,105,.54), 0 0 12px rgba(232,120,32,.28);
  transform: none;
}
.menu-hero { position: relative; height: 100svh; min-height: 100svh; overflow: hidden; background: #160904; color: #fff; }
.hero-slides, .hero-slide { position: absolute; inset: 0; }
.hero-slide {
  visibility: hidden;
  opacity: 0;
  background: #160904;
  transition: opacity .9s ease, visibility 0s linear .9s;
}
.hero-slide::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--hero-image) right center / auto 100% no-repeat;
  transform-origin: right center;
  transform: scale(1);
  transition: transform 5s linear;
  will-change: transform;
  pointer-events: none;
}
.hero-slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11,4,1,.94) 0%, rgba(17,6,2,.79) 32%, rgba(17,6,2,.13) 68%, rgba(17,6,2,.25) 100%),
    linear-gradient(180deg, rgba(0,0,0,.05), transparent 60%, rgba(0,0,0,.6));
  pointer-events: none;
}
.hero-slide.is-active { visibility: visible; opacity: 1; transition-delay: 0s; }
.hero-slide.is-active::before { transform: scale(1); }
/* Keep the full copy lockup in the lower-left third on wide screens. */
.hero-copy { position: absolute; z-index: 2; left: max(60px, calc((100vw - 1420px) / 2)); bottom: clamp(54px, 8vh, 96px); width: min(720px, 47vw); margin: 0; padding: 0; }
.hero-kicker { margin: 0 0 26px; color: var(--accent); font-size: 10px; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; }
.hero-copy h1, .hero-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(58px, 6.25vw, 108px); font-weight: 400; letter-spacing: -.055em; line-height: .94; }
.hero-copy h1 em, .hero-copy h2 em { display: block; margin-top: .08em; color: var(--accent); font-weight: 400; }
.hero-thai { margin: 24px 0 7px; font-size: clamp(18px, 1.65vw, 27px); font-weight: 600; }
.hero-lead { max-width: 570px; margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 1.75; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hero-tags span { border: 1px solid rgba(255,255,255,.28); border-radius: 999px; padding: 7px 12px; background: rgba(255,255,255,.06); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; backdrop-filter: blur(10px); }
.hero-cta { display: inline-flex; align-items: center; justify-content: center; width: fit-content; min-width: 0; min-height: 44px; margin-top: 28px; border-bottom: 1px solid rgba(255,255,255,.48); padding: 10px 26px; text-decoration: none; font-size: 13px; font-weight: 600; line-height: 1.25; white-space: nowrap; }
.hero-cta span { color: var(--accent); font-size: 20px; }
.menu-collection { position: relative; height: 100svh; min-height: 100svh; overflow: hidden; padding: 0; background: #f8e7cd; color: var(--espresso); }
.collection-intro { position: absolute; z-index: 4; top: clamp(88px, 11vh, 104px); left: 0; right: 0; display: flex; align-items: end; justify-content: space-between; gap: 28px; pointer-events: none; }
.collection-intro > div { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 22px; }
.collection-intro p { margin: 0; color: #b54d12; font-size: 9px; font-weight: 700; letter-spacing: .21em; text-transform: uppercase; }
.collection-intro h2 { margin: 0; font-family: var(--serif); font-size: clamp(32px, 2.9vw, 45px); font-weight: 400; letter-spacing: -.05em; line-height: .95; white-space: nowrap; }
.collection-intro h2 em { color: var(--orange); font-weight: 400; }
.cream-floor-scene { position: absolute; inset: 0; isolation: isolate; overflow: hidden; background: #f8e7cd; }
.cream-floor-pan { position: absolute; inset: 0; }
.cream-floor-art { position: absolute; inset: 0; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; user-select: none; }
.beach-leaf-shadows { position: absolute; z-index: 2; inset: 0; width: 100%; height: 100%; overflow: visible; pointer-events: none; opacity: .25; filter: blur(3px); mix-blend-mode: multiply; }
.beach-leaf-shadows path { fill: #8f6b42; }
.cream-floor-scene::after { content: ""; position: absolute; z-index: 1; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(255,248,235,.2), transparent 25%, transparent 75%, rgba(111,62,20,.05)); }
.scene-menu { position: absolute; z-index: 2; transition: z-index 0s linear .25s; }
.scene-menu:hover, .scene-menu:focus-within, .scene-menu.is-open { z-index: 5; transition-delay: 0s; }
.scene-menu > button { position: absolute; inset: 0; display: block; width: 100%; height: 100%; border: 0; border-radius: 28px; padding: 0; background: transparent; cursor: pointer; }
.scene-menu > button:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; }
.scene-menu-info { position: absolute; z-index: 3; top: 75%; left: 50%; display: grid; width: min(250px, 20vw); border: 1px solid rgba(255,255,255,.7); border-radius: 18px; padding: 16px 17px; background: linear-gradient(135deg, rgba(255,250,239,.8), rgba(255,221,200,.7)); box-shadow: 0 14px 34px rgba(85,45,15,.12); color: var(--espresso); opacity: 0; pointer-events: none; transform: translate(-50%, var(--scene-card-offset-y, 0px)) scale(.96); transform-origin: center top; transition: opacity .2s ease, transform .32s cubic-bezier(.2,.8,.2,1); backdrop-filter: blur(18px) saturate(118%); }
.scene-menu.is-open.is-positioned .scene-menu-info { opacity: 1; pointer-events: auto; transform: translate(-50%, var(--scene-card-offset-y, 0px)) scale(1); }
.scene-menu-info small { color: #b54d12; font-size: 8px; font-weight: 700; letter-spacing: .18em; }
.scene-menu-info strong { margin-top: 7px; font-family: var(--serif); font-size: clamp(18px, 1.55vw, 25px); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
.scene-menu-info em { margin-top: 7px; color: rgba(37,18,11,.76); font-size: 10px; font-style: normal; }
.scene-menu-info > span { min-width: 0; white-space: nowrap; margin-top: 10px; border-top: 1px solid rgba(37,18,11,.16); padding-top: 9px; color: rgba(37,18,11,.8); font-size: 9px; line-height: 1.55; }
.scene-menu--thai-tea { left: 8%; top: 22%; width: 18%; height: 58%; }
.scene-menu--matcha { left: 25%; top: 40%; width: 17%; height: 55%; }
.scene-menu--lychee { left: 39%; top: 24%; width: 17%; height: 52%; }
.scene-menu--mango { left: 49%; top: 49%; width: 19%; height: 47%; }
.scene-menu--lemon { left: 66%; top: 15%; width: 19%; height: 55%; }
.scene-menu--grenadine { left: 78%; top: 49%; width: 18%; height: 47%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; }

.menu-cta { height: 100svh; min-height: 100svh; display: grid; grid-template-rows: minmax(0, 1fr) auto; overflow: hidden; padding: 0; background: radial-gradient(circle at 50% 0%, rgba(232,120,32,.28), transparent 42%), var(--espresso); color: #fff; text-align: center; }
.menu-cta-main { display: grid; align-content: center; justify-items: center; min-height: 0; padding: 106px 30px 42px; }
.menu-cta-main p { margin: 0 0 22px; color: var(--yellow); font-size: 9px; letter-spacing: .2em; }
.menu-cta-main h2 { margin: 0; font-family: var(--serif); font-size: clamp(62px, 7vw, 108px); font-weight: 400; letter-spacing: -.05em; line-height: 1.35; }
.menu-cta-main h2 em { color: var(--orange); font-weight: 400; }
.menu-cta-main .thai-question-mark { font-family: var(--thai); }
.menu-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 45px; }
.menu-cta-main a { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; max-width: 100%; text-align: center; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; padding: 16px 24px; background: rgba(255,255,255,.06); text-decoration: none; font-size: 13px; backdrop-filter: blur(12px); }
.menu-cta-main a:hover { border-color: var(--yellow); color: var(--yellow); }
.menu-footer { min-height: 0; display: flex; flex-direction: column; justify-content: flex-start; gap: clamp(20px, 1.9vw, 26px); padding: clamp(24px, 2.2vw, 32px) 0 clamp(12px, 1.1vw, 16px); background: var(--orange); color: #fff; text-align: left; }
.menu-footer .footer-top { width: min(1900px, calc(100vw - 140px)); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr) 260px 300px; gap: 70px; }
.menu-footer .footer-brand img { width: 215px; }
.menu-footer .footer-top h3 { margin: 0 0 12px; color: rgba(255,255,255,.52); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; }
.menu-footer .footer-top > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.menu-footer .footer-top a,
.menu-footer .footer-top span,
.menu-footer .footer-button { border: 0; padding: 0; background: none; color: rgba(255,255,255,.82); font-family: var(--thai); font-size: 15px; line-height: 1.5; text-align: left; text-decoration: none; }
.menu-footer .footer-top a:hover,
.menu-footer .footer-button:hover { color: var(--yellow); }
.menu-footer .footer-phone { display: inline-flex; align-items: center; gap: 9px; width: max-content; white-space: nowrap; box-shadow: none; backdrop-filter: none; }
.menu-footer .footer-phone span { color: currentColor; font-size: 14px; line-height: 1; }
.menu-footer .footer-address { max-width: 360px; margin: 0; color: rgba(255,255,255,.82); font-family: var(--thai); font-size: 14px; font-style: normal; line-height: 1.65; }
.menu-footer .footer-socials { display: flex; align-items: center; gap: 10px; margin-top: 7px; }
.menu-footer .footer-top .footer-social-link { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: rgba(255,255,255,.88); transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease; }
.menu-footer .footer-top .footer-social-link:hover,
.menu-footer .footer-top .footer-social-link:focus-visible { border-color: rgba(247,207,69,.8); background: rgba(247,207,69,.12); color: var(--yellow); transform: translateY(-2px); }
.menu-footer .footer-social-link svg { width: 17px; height: 17px; fill: currentColor; }
.menu-footer .footer-bottom { width: min(1900px, calc(100vw - 140px)); margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 25px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.55); font-size: 10px; letter-spacing: .13em; text-transform: uppercase; }
.menu-footer .footer-bottom::before { content: ""; }
.menu-footer .footer-bottom > span { min-width: max-content; white-space: nowrap; }
.menu-footer .footer-bottom a { justify-self: end; color: inherit; text-decoration: none; }

@media (max-width: 1080px) {
  .menu-header { grid-template-columns: 190px 1fr auto; padding-inline: 24px; }
  .menu-header nav { gap: 20px; }
  .collection-intro { width: min(100% - 48px, 1420px); }
  .menu-footer .footer-top { grid-template-columns: minmax(0, 1fr) minmax(150px, 1.05fr); gap: 22px clamp(24px, 7vw, 64px); }
  .menu-footer .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 760px), (min-width: 761px) and (max-width: 1180px) and (orientation: portrait) {
  .section-shell { width: min(100% - 36px, 1420px); }
  .menu-header { height: 68px; grid-template-columns: 1fr auto; padding-inline: 18px; background: transparent; }
  .menu-brand { width: 145px; }
  .menu-header nav { display: none; }
  .back-link { font-size: 11px; }
  .menu-hero { height: 100svh; min-height: 100svh; }
  .hero-slide::before { inset: 0; background-position: var(--hero-focus-portrait, 63%) center; background-size: cover; }
  .hero-slide::after {
    background:
      linear-gradient(90deg, rgba(11,4,1,.35), rgba(17,6,2,.08) 68%, rgba(17,6,2,.2)),
      linear-gradient(180deg, rgba(13,4,1,.2), rgba(13,4,1,.26) 38%, rgba(13,4,1,.94) 72%);
  }
  .hero-copy { position: absolute; inset: auto 20px 110px; width: auto; margin: 0; padding: 0; }
  .hero-copy h1, .hero-copy h2 { font-size: clamp(48px, 14vw, 70px); }
  .hero-thai { margin-top: 15px; font-size: 17px; }
  .hero-lead { display: none; }
  .hero-tags { margin-top: 14px; }
  .hero-cta { margin-top: 18px; }
  .collection-intro { top: 88px; display: block; width: min(100% - 36px, 1420px); }
  .collection-intro h2 { font-size: clamp(24px, 7.8vw, 33px); line-height: 1; white-space: normal; }
  .cream-floor-art { object-position: 53% center; }
  .scene-menu-info { width: min(210px, 56vw); padding: 14px; }
  .scene-menu--thai-tea { left: 1%; top: 23%; width: 27%; height: 56%; }
  .scene-menu--matcha { left: 23%; top: 41%; width: 24%; height: 53%; }
  .scene-menu--lychee { left: 39%; top: 27%; width: 24%; height: 49%; }
  .scene-menu--mango { left: 47%; top: 50%; width: 26%; height: 45%; }
  .scene-menu--lemon { left: 68%; top: 17%; width: 27%; height: 53%; }
  .scene-menu--grenadine { left: 76%; top: 51%; width: 24%; height: 44%; }
  .menu-cta { overflow-y: auto; }
  .menu-cta-main { padding: 92px 20px 34px; }
  .menu-cta-main h2 { font-size: clamp(48px, 13vw, 68px); }
  .menu-cta-actions { width: min(100%, 460px); flex-wrap: nowrap; gap: 10px; margin-top: 32px; }
  .menu-cta-main a { min-width: 0; flex: 1 1 0; padding: 14px 12px; font-size: 12px; }
}

/* Three full-screen portrait stops: hero, collection, then CTA with footer. */
@media (orientation: portrait) {
  .hero-slide::before {
    inset: 0;
    background-size: cover;
    background-position: var(--hero-focus-portrait, 63%) bottom;
  }
  html {
    scroll-snap-type: y mandatory;
    scroll-padding-top: 0;
  }

  .menu-hero,
  .menu-collection,
  .menu-cta {
    height: 100dvh;
    min-height: 100dvh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    scroll-margin-top: 0;
  }

  .menu-cta {
    grid-template-rows: minmax(0, 1fr) auto;
    overflow: hidden;
  }

  .menu-cta-main {
    padding: max(76px, 10dvh) 20px 16px;
  }

  .menu-cta-main h2 {
    font-size: clamp(30px, 8.5dvh, 68px);
    line-height: 1.2;
  }

  .menu-cta-main p { margin-bottom: 12px; }
  .menu-cta-actions { margin-top: 20px; }
  .menu-cta .menu-footer {
    min-height: 0;
    gap: 22px;
    padding: 24px 0 22px;
    justify-content: flex-start;
  }
  .menu-footer .footer-top { width: min(100% - 40px, 805px); grid-template-columns: minmax(0, 1fr) minmax(150px, 1.05fr); gap: 22px clamp(24px, 7vw, 64px); }
  .menu-footer .footer-brand { grid-column: 1 / -1; }
  .menu-footer .footer-brand img { width: min(215px, 62vw); }
  .menu-footer .footer-top h3 { margin-bottom: 10px; font-size: 11px; }
  .menu-footer .footer-top > div:not(.footer-brand) { gap: 8px; }
  .menu-footer .footer-top a,
  .menu-footer .footer-top span,
  .menu-footer .footer-button { font-size: clamp(13px, 2.25vw, 18px); }
  .menu-footer .footer-phone span { font-size: clamp(12px, 2vw, 16px); }
  .menu-footer .footer-bottom { display: none; }
}

/* Portrait composition: anchor the drink low and place the copy near the lower thirds. */
@media (max-width: 1180px) and (orientation: portrait) {
  .hero-slide::before {
    background-position: var(--hero-focus-portrait, 63%) bottom;
    background-size: cover;
    transform-origin: var(--hero-focus-portrait, 63%) 100%;
  }

  .hero-slide.is-active::before { transform: scale(1.018); }

  .hero-copy {
    inset: auto 20px clamp(48px, 7svh, 72px);
  }

  .cream-floor-pan {
    inset: 0 auto 0 0;
    width: max(100vw, 177.7778svh);
    height: 100%;
    animation: cream-floor-auto-pan 24s ease-in-out infinite;
    will-change: transform;
    touch-action: pan-y;
    cursor: grab;
  }

  .cream-floor-pan.is-touch-dragging {
    animation: none;
    transform: translate3d(var(--cream-floor-pan-x, 0px), 0, 0);
    cursor: grabbing;
  }

  .cream-floor-art { object-position: center; }

  .cream-floor-pan:focus-within,
  .cream-floor-pan:has(.scene-menu.is-open) {
    animation-play-state: paused;
  }
}

/* Share one portrait viewport between the invitation and the orange footer. */
@media (orientation: portrait) {
  .menu-cta {
    height: auto;
    min-height: 100dvh;
    grid-template-rows: minmax(290px, 1fr) auto;
    overflow: visible;
  }

  .menu-cta-main {
    min-height: 0;
    align-content: center;
    padding: 88px 20px 24px;
  }
  .menu-cta-main p {
    font-size: 9px;
    letter-spacing: .15em;
    margin-bottom: 14px;
  }
  .menu-cta-main h2 {
    font-size: clamp(30px, 7.5vw, 58px);
    line-height: 1.3;
    letter-spacing: -.035em;
  }
  .menu-cta-actions {
    width: min(100%, 460px);
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .menu-cta-main a {
    min-width: 0;
    min-height: 44px;
    padding: 10px 12px;
    font-size: 12px;
  }
  .menu-cta .menu-footer {
    padding: 18px 0 max(16px, env(safe-area-inset-bottom));
    gap: 0;
  }
  .menu-footer .footer-top {
    width: calc(100% - 40px);
    max-width: 805px;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 14px 20px;
  }
  .menu-footer .footer-brand img { width: 150px; }
  .menu-footer .footer-top h3 { margin-bottom: 4px; font-size: 10px; }
  .menu-footer .footer-top > div:not(.footer-brand) { gap: 5px; }
  .menu-footer .footer-top a,
  .menu-footer .footer-top span,
  .menu-footer .footer-button,
  .menu-footer .footer-address { font-size: 12px; line-height: 1.5; }
  .menu-footer .footer-socials { gap: 8px; margin-top: 4px; }
  .menu-footer .footer-top .footer-social-link { width: 32px; height: 32px; }
  .menu-footer .footer-social-link svg { width: 15px; height: 15px; }
  .menu-footer .footer-bottom { display: none; }
}

/* Tablet landscape: compact invitation above a three-column footer. */
@media (min-width: 960px) and (max-width: 1400px) and (min-height: 600px) and (orientation: landscape) {
  .menu-cta {
    height: auto;
    min-height: 100dvh;
    grid-template-rows: minmax(360px, 1fr) auto;
    overflow: visible;
  }
  .menu-cta-main {
    padding: 90px 32px 32px;
    align-content: center;
  }
  .menu-cta-main p { margin-bottom: 14px; }
  .menu-cta-main h2 {
    font-size: clamp(48px, min(6.2vw, 8dvh), 82px);
    line-height: 1.16;
  }
  .menu-cta-actions { margin-top: 24px; gap: 12px; }
  .menu-cta-main a { min-width: 190px; min-height: 46px; padding: 12px 22px; }
  .menu-cta .menu-footer { padding: 22px 0 14px; gap: 18px; }
  .menu-footer .footer-top {
    width: calc(100% - 80px);
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .7fr) minmax(0, 1fr);
    gap: 32px;
  }
  .menu-footer .footer-brand { grid-column: auto; }
  .menu-footer .footer-brand img { width: 180px; }
  .menu-footer .footer-top h3 { margin-bottom: 8px; }
  .menu-footer .footer-top > div:not(.footer-brand) { gap: 6px; }
  .menu-footer .footer-top a,
  .menu-footer .footer-top span,
  .menu-footer .footer-address { font-size: 13px; line-height: 1.5; }
  .menu-footer .footer-socials { margin-top: 5px; }
  .menu-footer .footer-top .footer-social-link { width: 34px; height: 34px; }
  .menu-footer .footer-bottom { width: calc(100% - 80px); padding-top: 10px; }
}

@keyframes cream-floor-auto-pan {
  0%, 8%, 100% { transform: translate3d(calc(100vw - 100%), 0, 0); }
  45%, 58% { transform: translate3d(0, 0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
  .cream-floor-pan {
    animation: none !important;
    transform: translate3d(calc((100vw - 100%) / 2), 0, 0);
  }
}
