/* Use the real Playfair Display 700 face for Latin headings and recipe names.
   Map its weight independently so Thai glyphs retain their authored weight. */
@font-face {
  font-family: "LongBeach Display";
  src: url("https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf") format("truetype");
  font-display: swap;
  font-style: normal;
  font-weight: 100 900;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F;
}
@font-face {
  font-family: "LongBeach Display";
  src: url("https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtY.ttf") format("truetype");
  font-display: swap;
  font-style: italic;
  font-weight: 100 900;
  unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-206F;
}
body :is(h1, h2, h3, .recipe-card-name),
body :is(h1, h2, h3, .recipe-card-name) :is(span, em, strong) {
  font-family: "LongBeach Display", Georgia, "Noto Sans Thai", serif !important;
}

/* Remove browser-generated grey/blue flashes on touch across the whole site. */
html,
body,
body *,
body *::before,
body *::after {
  -webkit-tap-highlight-color: transparent !important;
  tap-highlight-color: transparent !important;
}

body :focus:not(:focus-visible) {
  outline: none !important;
}

/* Stable desktop navigation shared across pages, languages and scroll states. */
@media (min-width: 1181px) {
  body header.site-header,
  body header.menu-header,
  body header.recipe-header {
    height: 78px !important;
    min-height: 78px !important;
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    gap: 0;
    padding-inline: 0;
  }

  body header.site-header {
    transition: background .35s, box-shadow .35s, backdrop-filter .35s;
  }

  body header.site-header .brand,
  body header.menu-header .menu-brand,
  body header.recipe-header .recipe-brand {
    grid-column: 1;
    justify-self: center;
  }

  body header.site-header .desktop-nav,
  body header.menu-header .desktop-nav,
  body header.recipe-header nav:not(.shared-mobile-nav) {
    position: absolute;
    top: 14px;
    left: calc(100% / 6);
    right: calc(100% / 6);
    width: auto;
    transform: none;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    gap: 0;
  }

  body header.site-header .language-dropdown,
  body header.menu-header .language-dropdown,
  body header.recipe-header .language-dropdown {
    position: relative;
    grid-column: 6;
    top: auto;
    right: auto;
    left: auto;
    justify-self: center;
    align-self: center;
  }
}

body .site-header .desktop-nav > a > span,
body .menu-header .desktop-nav > a > span,
body .recipe-header nav:not(.shared-mobile-nav) > a > span {
  display: block;
  font-family: Arial, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: .08em;
  white-space: nowrap;
  text-transform: uppercase;
}

body .site-header .desktop-nav > a,
body .menu-header .desktop-nav > a,
body .recipe-header nav:not(.shared-mobile-nav) > a {
  width: 100%;
  justify-items: center;
  align-content: center;
  text-align: center;
}

body header .shared-menu-button,
body header .shared-mobile-nav { display: none; }

@media (max-width: 1180px) and (orientation: portrait), (max-height: 500px) and (orientation: landscape) {
  body header.site-header,
  body header.menu-header,
  body header.recipe-header {
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    gap: 10px !important;
    padding-inline: 18px !important;
  }

  body header.site-header .desktop-nav,
  body header.menu-header .desktop-nav,
  body header.recipe-header > nav:not(.shared-mobile-nav) { display: none !important; }

  body header.site-header .language-dropdown,
  body header.menu-header .language-dropdown,
  body header.recipe-header .language-dropdown {
    position: relative;
    grid-column: 2;
    top: auto;
    right: auto;
    left: auto;
    justify-self: end;
    align-self: center;
  }

  body header .shared-menu-button {
    grid-column: 3;
    width: 46px;
    height: 46px;
    display: grid;
    gap: 7px;
    place-content: center;
    align-self: center;
    border: 1px solid rgba(255,255,255,.7);
    border-radius: 18px;
    background: rgba(64,24,8,.16);
    color: currentColor;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 10px 24px rgba(37,13,4,.14);
    -webkit-backdrop-filter: blur(16px) saturate(145%);
    backdrop-filter: blur(16px) saturate(145%);
    cursor: pointer;
  }

  body header .shared-menu-button span {
    width: 22px;
    height: 1.5px;
    display: block;
    background: currentColor;
    transition: transform .25s ease;
  }

  body header .shared-menu-button[aria-expanded="true"] span:first-child { transform: translateY(4.25px) rotate(45deg); }
  body header .shared-menu-button[aria-expanded="true"] span:last-child { transform: translateY(-4.25px) rotate(-45deg); }

  body header .shared-mobile-nav {
    position: fixed;
    z-index: 2100;
    top: 68px;
    right: 12px;
    left: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-content: stretch;
    padding: 12px 18px 18px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 22px;
    background: rgba(31,13,6,.9);
    color: #fff;
    box-shadow: 0 22px 50px rgba(25,7,1,.34);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    backdrop-filter: blur(22px) saturate(140%);
  }

  body header .shared-mobile-nav[hidden] { display: none !important; }
  body header .shared-mobile-nav > a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 54px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
  }
  body header .shared-mobile-nav > a:last-child { border-bottom: 0; }
  body header .shared-mobile-nav span {
    font-family: Georgia, "Times New Roman", "Noto Sans Thai", serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0;
    text-transform: none;
  }
  body header .shared-mobile-nav small {
    min-width: 0;
    font-family: var(--thai, "Noto Sans Thai", Tahoma, "Segoe UI", Arial, sans-serif);
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0;
    opacity: .5;
    text-align: right;
    text-transform: none;
  }
}
body .site-header .desktop-nav > a > small,
body .menu-header .desktop-nav > a > small,
body .recipe-header nav:not(.shared-mobile-nav) > a > small {
  display: block;
  font-family: "Noto Sans Thai", Arial, sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  white-space: nowrap;
  text-transform: none;
}
/* Shared header controls use viewport-independent offsets in every section. */
body .site-header .language-dropdown,
body .menu-header .language-dropdown {
  position: absolute;
  z-index: 20;
  top: 15px;
  right: 42px;
  left: auto;
  bottom: auto;
  width: 62px;
  height: 42px;
  margin: 0;
  transform: none;
}
body .site-header .mobile-language-switch { display: none; }
body .site-header .desktop-language-switch,
body .menu-header .desktop-language-switch { display: block; }
body .menu-header .language-switch {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: linear-gradient(155deg,rgba(255,255,255,.20),rgba(255,255,255,0) 34%),linear-gradient(145deg,rgba(255,151,53,.98),rgba(237,112,24,.98));
  color: #1f1008;
  font: 900 12px "Noto Sans Thai",sans-serif;
  letter-spacing: .12em;
  text-shadow: none;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.58),inset 0 -18px 28px rgba(179,69,8,.12),0 14px 32px rgba(111,43,4,.28);
}
body .menu-header .language-menu {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 62px;
  padding: 42px 5px 7px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  background: linear-gradient(145deg,rgba(255,151,53,.98),rgba(237,112,24,.98));
  box-shadow: 0 18px 38px rgba(72,26,2,.32);
}
body .menu-header .language-menu button {
  width: 100%;
  height: 32px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #fff;
  font: 900 12px "Noto Sans Thai",sans-serif;
  letter-spacing: .12em;
  cursor: pointer;
}
body .menu-header .language-menu button:hover { color: #1f1008; background: rgba(255,255,255,.16); }
body .menu-header .language-menu button[aria-current="true"] { display: none; }
body .menu-header .language-switch:focus-visible,
body .menu-header .language-menu button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 1180px) {
  body .site-header .language-dropdown,
  body .menu-header .language-dropdown { top: 12px; right: 78px; }
  body .site-header .menu-button { grid-column: -2 / -1; justify-self: end; }
}

/* One responsive logo size shared by every page and header state. */
:root { --longbeach-logo-width: 188px; }

@media (max-width: 1180px) {
  :root { --longbeach-logo-width: 170px; }
}

@media (max-width: 760px), (max-width: 1180px) and (orientation: portrait) {
  :root { --longbeach-logo-width: 155px; }
}

@media (max-height: 500px) and (orientation: landscape) {
  :root { --longbeach-logo-width: clamp(135px, 18vw, 170px); }
}

body .site-header .brand,
body .menu-header .menu-brand,
body .recipe-header .recipe-brand {
  width: var(--longbeach-logo-width);
  flex-shrink: 0;
  align-self: start;
  margin-top: 0;
}

body .site-header .brand img,
body .menu-header .menu-brand img,
body .recipe-header .recipe-brand img,
body .footer-brand img,
body .menu-cta footer img {
  display: block;
  width: var(--longbeach-logo-width);
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Recommended Menus follows the navigation hierarchy from the home page. */
body .menu-header .desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(22px, 3.3vw, 58px);
}

body .menu-header .desktop-nav a {
  position: relative;
  display: grid;
  gap: 1px;
  color: inherit;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .08em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color .22s ease, text-shadow .22s ease;
}

body .menu-header .desktop-nav a small {
  color: inherit;
  font-family: "Noto Sans Thai", sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 0;
  opacity: .65;
  text-transform: none;
}

body .menu-header .desktop-nav a::before {
  content: "";
  position: absolute;
  top: -12px;
  right: auto;
  left: calc(50% + 42px);
  width: 18px;
  height: 18px;
  background: url("assets/spark-mark-gold.webp") center / contain no-repeat;
  opacity: 0;
  pointer-events: none;
  transform: scale(.25) rotate(-30deg);
  transform-origin: center;
  filter: drop-shadow(0 0 8px rgba(247, 207, 69, .7));
}

body .menu-header .desktop-nav a:hover,
body .menu-header .desktop-nav a:focus-visible {
  color: #f7cf45;
  text-shadow: 0 0 10px rgba(247, 207, 69, .7), 0 0 24px rgba(247, 207, 69, .28);
}

body .menu-header .desktop-nav a:hover::before,
body .menu-header .desktop-nav a:focus-visible::before {
  animation: shared-nav-spark-flash .9s ease-in-out infinite;
}

@keyframes shared-nav-spark-flash {
  0%, 100% { opacity: .16; transform: scale(.35) rotate(-30deg); }
  45% { opacity: 1; transform: scale(1.55) rotate(8deg); }
  65% { opacity: .78; transform: scale(.92) rotate(22deg); }
}

@media (max-width: 1080px) {
  body .menu-header .desktop-nav { gap: 20px; }
  body .menu-header .desktop-nav a { font-size: 15px; }
  body .menu-header .desktop-nav a small { font-size: 12px; }
}

/* Keep the tablet navigation clear of the shared language-control position. */
@media (min-width: 761px) and (max-width: 1180px) {
  body .menu-header .desktop-nav {
    position: absolute;
    top: 76px;
    left: 18px;
    right: 18px;
    gap: 20px;
  }
  body .menu-header .desktop-nav a { font-size: 15px; }
  body .menu-header .desktop-nav a small { font-size: 12px; }
}

@media (max-width: 760px), (min-width: 761px) and (max-width: 1180px) and (orientation: portrait) {
  body .menu-header .desktop-nav { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  body .menu-header .desktop-nav a:hover::before,
  body .menu-header .desktop-nav a:focus-visible::before {
    animation: none;
    opacity: 1;
  }
}

/* Balance the six desktop header positions: logo, four links, language. */
@media (min-width: 1181px) {
  body header.site-header,
  body header.menu-header,
  body header.recipe-header {
    grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    column-gap: 0 !important;
    padding-inline: 0 !important;
  }

  body header.site-header .brand,
  body header.menu-header .menu-brand,
  body header.recipe-header .recipe-brand {
    grid-column: 1;
    justify-self: center;
    align-self: center;
  }

  body header.site-header .desktop-nav,
  body header.menu-header .desktop-nav,
  body header.recipe-header > nav:not(.shared-mobile-nav) {
    position: relative;
    inset: auto;
    grid-column: 2 / 6;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: center;
    gap: 0;
    transform: none;
  }

  body header.site-header > .desktop-language-switch,
  body header.menu-header > .desktop-language-switch,
  body header.recipe-header > .desktop-language-switch {
    position: relative;
    inset: auto;
    grid-column: 6;
    justify-self: center;
    align-self: center;
    margin: 0;
    transform: none;
  }
}

/* Shared convex glass button language across the whole site. */
:is(
  .button,
  .text-link,
  .nav-cta,
  .language-switch,
  .choice-row button,
  .spark-button,
  .syrup-category-tab,
  .product-category-scroll,
  .category-filters button,
  .category-scroll,
  .menu-cta-main a,
  .source-button,
  .japanese-source-link,
  .hero-cta
) {
  position: relative;
  isolation: isolate;
  border-style: solid;
  border-width: .25px;
  border-color: rgba(255,255,255,.21);
  border-radius: 999px;
  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);
  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%);
  transition: color .2s ease, text-shadow .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

:is(
  .button,
  .text-link,
  .nav-cta,
  .language-switch,
  .choice-row button,
  .spark-button,
  .syrup-category-tab,
  .category-filters button,
  .menu-cta-main a,
  .source-button,
  .japanese-source-link,
  .hero-cta
)::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("assets/spark-mark-gold.webp") center / contain no-repeat;
  position: absolute;
  z-index: 1;
  top: 7px;
  right: 10px;
  color: #ffe58a;
  font-size: 9px;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
  transform: scale(.35) rotate(-25deg);
  filter: drop-shadow(0 0 4px rgba(255,211,71,.9));
}

:is(
  .button,
  .text-link,
  .nav-cta,
  .language-switch,
  .choice-row button,
  .spark-button,
  .syrup-category-tab,
  .product-category-scroll,
  .category-filters button,
  .category-scroll,
  .menu-cta-main a,
  .source-button,
  .japanese-source-link,
  .hero-cta
):hover,
:is(
  .button,
  .text-link,
  .nav-cta,
  .language-switch,
  .choice-row button,
  .spark-button,
  .syrup-category-tab,
  .product-category-scroll,
  .category-filters button,
  .category-scroll,
  .menu-cta-main a,
  .source-button,
  .japanese-source-link,
  .hero-cta
):focus-visible {
  border-color: rgba(255,255,255,.325);
  color: #f7cf45;
  text-shadow: 0 0 5px rgba(255,221,105,.54), 0 0 12px rgba(232,120,32,.28);
  box-shadow:
    inset 0 .25px 0 rgba(255,255,255,.15),
    inset 0 -.25px 0 rgba(255,255,255,.15);
  transform: none;
}

:is(
  .button,
  .text-link,
  .nav-cta,
  .language-switch,
  .choice-row button,
  .spark-button,
  .syrup-category-tab,
  .category-filters button,
  .menu-cta-main a,
  .source-button,
  .japanese-source-link,
  .hero-cta
):hover::after,
:is(
  .button,
  .text-link,
  .nav-cta,
  .language-switch,
  .choice-row button,
  .spark-button,
  .syrup-category-tab,
  .category-filters button,
  .menu-cta-main a,
  .source-button,
  .japanese-source-link,
  .hero-cta
):focus-visible::after {
  opacity: 1;
  animation: shared-button-gold-spark 1.15s ease-in-out infinite;
}

:is(.button-orange, .spark-button, .choice-row button.selected, .syrup-category-tab[aria-selected="true"], .category-filters button[aria-pressed="true"]) {
  border-color: rgba(255,225,185,.42);
  background:
    linear-gradient(180deg, rgba(255,255,255,.30), rgba(255,255,255,.04) 48%, rgba(135,45,0,.12)),
    rgba(232,120,32,.92);
}

@keyframes shared-button-gold-spark {
  0%, 100% { opacity: .4; transform: scale(.55) rotate(-25deg); }
  48% { opacity: 1; transform: scale(1.15) rotate(12deg); }
}

@media (prefers-reduced-motion: reduce) {
  :is(
    .button,
    .text-link,
    .nav-cta,
    .language-switch,
    .choice-row button,
    .spark-button,
    .syrup-category-tab,
    .category-filters button,
    .menu-cta-main a,
    .source-button,
    .japanese-source-link,
    .hero-cta
  ):is(:hover, :focus-visible)::after {
    animation: none;
    transform: scale(1);
  }
}

/* Keep the three featured call-to-action labels optically centered without directional arrows. */
.hero-cta,
.story-copy .text-link,
.final-cta-inner .button {
  justify-content: center;
  gap: 0;
  text-align: center;
}

body .story-copy .text-link.dark {
  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);
}

.story-copy .text-link:hover span,
.story-copy .text-link:focus-visible span {
  transform: none;
}

/* Language controls keep white labels and neutral glass in every interaction state. */
body header .language-dropdown {
  --language-glass-surface:
    linear-gradient(180deg, rgba(255,255,255,.20), rgba(255,255,255,.075) 48%, rgba(255,255,255,.12)),
    rgba(36,21,13,.82);
}

body header .language-dropdown > button,
body header .language-dropdown > :is(.language-menu, [data-language-menu]) {
  border: .25px solid rgba(255,255,255,.21) !important;
  background: var(--language-glass-surface) !important;
  box-shadow: inset 0 .25px 0 rgba(255,255,255,.12), inset 0 -.25px 0 rgba(255,255,255,.12) !important;
  -webkit-backdrop-filter: blur(14px) saturate(135%);
  backdrop-filter: blur(14px) saturate(135%);
}

body header .language-dropdown button,
body header .language-dropdown button span {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-shadow: none !important;
}

body header .language-dropdown > button {
  transform: none !important;
}

body header .language-dropdown > :is(.language-menu, [data-language-menu]) button {
  background: transparent !important;
}

body header .language-dropdown > :is(.language-menu, [data-language-menu]) button:is(:hover, :focus-visible) {
  background: rgba(255,255,255,.12) !important;
}

body header .language-dropdown button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

body header .language-dropdown > button::after {
  content: none !important;
}

/* Match language and menu buttons; share the reference mobile navigation panel. */
body header .language-dropdown > button,
body header .menu-button {
  box-sizing: border-box;
  width: 46px !important;
  height: 46px !important;
  min-width: 46px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.35) !important;
  border-radius: 18px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.07)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.15) !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}
body header .language-dropdown {
  width: 46px !important;
  height: 46px !important;
}
body header .language-dropdown > :is(.language-menu, [data-language-menu]) {
  /* Keep the expanding layer below the toggle so it cannot darken the button. */
  top: 46px !important;
  right: 0;
  box-sizing: border-box;
  z-index: 1;
  width: 46px !important;
  min-width: 46px !important;
  padding: 4px 4px 6px !important;
  border-radius: 0 0 18px 18px !important;
  background: linear-gradient(135deg, rgba(255,255,255,.20), rgba(255,255,255,.07)) !important;
  border: 1px solid rgba(255,255,255,.35) !important;
  border-top: 0 !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  backdrop-filter: blur(18px) saturate(150%);
}
body header .language-dropdown > button { z-index: 2; }
/* Join the two surfaces without a rounded notch or a line across the middle.
   Use the visible panel as the source of truth on every page. */
body header .language-dropdown:has(> [data-language-menu]:not([hidden])) > button {
  border-radius: 18px 18px 0 0 !important;
  border-bottom-color: transparent !important;
}
body header .language-dropdown > :is(.language-menu, [data-language-menu])[hidden] {
  display: none !important;
}
body header .language-dropdown > :is(.language-menu, [data-language-menu]):not([hidden]) {
  animation: language-slide-down .24s ease-out both;
}
@keyframes language-slide-down {
  from { clip-path: inset(0 0 100% 0); }
  to { clip-path: inset(0 0 0 0); }
}
body header .menu-button,
body header .menu-button:is(:hover, :focus-visible, :active, [aria-expanded="true"]) {
  color: #fff !important;
}
body header .menu-button span { background: #fff !important; }
@media (prefers-reduced-motion: reduce) {
  body header .language-dropdown > :is(.language-menu, [data-language-menu]):not([hidden]) {
    animation: none;
  }
}
body header .mobile-nav[hidden] { display: none !important; }

@media (max-width: 1180px) and (orientation: portrait), (max-height: 500px) and (orientation: landscape) {
  body header :is(.mobile-nav, .shared-mobile-nav) {
    position: absolute;
    z-index: 2100;
    top: calc(100% + 6px);
    left: 10px;
    right: 10px;
    width: auto;
    max-height: calc(100dvh - 90px);
    overflow-y: auto;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
    padding: 8px 18px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 22px;
    background: rgba(31,13,6,.9);
    color: #fff;
    text-shadow: none;
    box-shadow: 0 22px 50px rgba(25,7,1,.34);
    -webkit-backdrop-filter: blur(22px) saturate(140%);
    backdrop-filter: blur(22px) saturate(140%);
  }
  body header :is(.mobile-nav, .shared-mobile-nav) > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-width: 0;
    min-height: 72px;
    padding: 12px 0;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,.14);
    color: #fff;
    font-family: Georgia, "Times New Roman", "Noto Sans Thai", serif;
    font-size: clamp(22px, 5.4vw, 25px);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    text-decoration: none;
    text-transform: none;
  }
  body header :is(.mobile-nav, .shared-mobile-nav) > a:last-child { border-bottom: 0; }
  body header :is(.mobile-nav, .shared-mobile-nav) > a > span { font: inherit; letter-spacing: inherit; }
  body header :is(.mobile-nav, .shared-mobile-nav) > a > small {
    flex: 0 1 44%;
    min-width: 0;
    font-family: "Noto Sans Thai", Tahoma, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: right;
    white-space: normal;
    text-transform: none;
    opacity: .65;
  }
}
/* Opacity-only page entry avoids layout movement during navigation. */
@keyframes site-page-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@media (prefers-reduced-motion: no-preference) {
  body { animation: site-page-fade-in .32s ease-out both; }
}
