@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap");
@import url("https://use.typekit.net/xjd4vax.css");
@import url("https://use.typekit.net/xjd4vax.css");
.highlight .err {
  color: #e3d2d2;
  background-color: #a61717;
}
.highlight .c {
  color: #9c9996;
}
.highlight .cm {
  color: #9c9996;
}
.highlight .cp {
  color: #9c9996;
}
.highlight .c1 {
  color: #9c9996;
}
.highlight .cs {
  color: #9c9996;
  font-style: italic;
}
.highlight .gd {
  color: #e25050;
}
.highlight .gd .x {
  color: #e25050;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #3f993f;
}
.highlight .gi .x {
  color: #3f993f;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .k {
  color: #cf222e;
}
.highlight .kc {
  color: #cf222e;
}
.highlight .kd {
  color: #cf222e;
}
.highlight .kp {
  color: #cf222e;
}
.highlight .kr {
  color: #cf222e;
}
.highlight .kt {
  color: #445588;
}
.highlight .n {
  color: #111111;
}
.highlight .na {
  color: #097e39;
}
.highlight .nb {
  color: #cf222e;
}
.highlight .bp {
  color: #999999;
}
.highlight .nc {
  color: #097e39;
}
.highlight .ne {
  color: #990000;
}
.highlight .nf {
  color: #2c7d74;
}
.highlight .ni {
  color: #097e39;
}
.highlight .nn {
  color: #097e39;
}
.highlight .no {
  color: #a61154;
}
.highlight .nt {
  color: #b81e63;
}
.highlight .nv {
  color: #752a75;
}
.highlight .vc {
  color: #752a75;
}
.highlight .vg {
  color: #752a75;
}
.highlight .vi {
  color: #752a75;
}
.highlight .o {
  color: #0842a0;
}
.highlight .ow {
  color: #0842a0;
}
.highlight .m {
  color: #005a99;
}
.highlight .mf {
  color: #005a99;
}
.highlight .mh {
  color: #005a99;
}
.highlight .mi {
  color: #005a99;
}
.highlight .il {
  color: #005a99;
}
.highlight .mo {
  color: #005a99;
}
.highlight .s {
  color: #914d08;
}
.highlight .s1 {
  color: #914d08;
}
.highlight .s2 {
  color: #914d08;
}
.highlight .sb {
  color: #914d08;
}
.highlight .sc {
  color: #914d08;
}
.highlight .sd {
  color: #914d08;
}
.highlight .se {
  color: #914d08;
}
.highlight .sh {
  color: #914d08;
}
.highlight .si {
  color: #914d08;
}
.highlight .sr {
  color: #009926;
}
.highlight .ss {
  color: #0842a0;
}
.highlight .sx {
  color: #914d08;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight .lineno, .highlight .gl {
  color: #9c9996;
}
.highlight .hll {
  background-color: #ffffcc;
}

html {
  font-size: 16px;
}

/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 16px/1.5 -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", Roboto, Helvetica, Arial, sans-serif;
  color: rgb(65.25, 65.25, 65.25);
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-wrap: break-word;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
div.highlight,
figure.highlight {
  margin-bottom: 15px;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

/**
 * `main` element
 */
main {
  display: block; /* Default value of `display` of `main` element is 'inline' in IE 11. */
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 14px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  color: #111111;
  font-weight: 500;
}

/**
 * Links
 */
a {
  color: #1e69d8;
  text-decoration: none;
}
a:visited {
  color: rgb(20.6707317073, 72.3475609756, 148.8292682927);
}
a:hover {
  color: rgb(65.25, 65.25, 65.25);
  text-decoration: underline #818181;
  text-underline-offset: 3px;
}
.social-media-list a:hover {
  text-decoration: none;
}
.social-media-list a:hover .username {
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #818181;
  border-left: 4px solid #e7e7e7;
  padding-left: 15px;
  font-size: 1.05rem;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote i, blockquote em {
  font-style: normal;
}

/**
 * Code formatting
 */
pre,
code {
  font-family: "Menlo", "Inconsolata", "Consolas", "Roboto Mono", "Ubuntu Mono", "Liberation Mono", "Courier New", monospace;
  background-color: #f6f8fa;
}
@media screen and (max-width: 600px) {
  pre,
  code {
    font-family: monospace;
  }
}

pre {
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.4;
  color: #111111;
  overflow-x: auto;
}
pre > code {
  display: inline-block;
  width: 100%;
}

div.highlight, figure.highlight {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}
div.highlight pre, figure.highlight pre {
  margin: 0;
}
div.highlight table, div.highlight tbody, div.highlight th, div.highlight tr, div.highlight td, figure.highlight table, figure.highlight tbody, figure.highlight th, figure.highlight tr, figure.highlight td {
  margin: 0;
  padding: 0;
  border: 0;
}
div.highlight .lineno, div.highlight .gl, figure.highlight .lineno, figure.highlight .gl {
  text-align: right;
}

figure.highlight table {
  margin: -8px -12px -14px;
}
figure.highlight td.gutter {
  border-right: 1px solid #e7e7e7;
}
figure.highlight td.code {
  width: 100%;
}

code.highlighter-rouge {
  padding: 1px 5px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 100vh;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-right: 18px;
    padding-left: 18px;
  }
}

/**
 * Clearfix
 */
.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.orange {
  color: #f66a0a;
}

.grey {
  color: #828282;
}

.svg-icon {
  width: 1.25em;
  height: 1.25em;
  display: inline-block;
  fill: currentColor;
  vertical-align: text-bottom;
  overflow: visible;
}

/**
 * Tables
 */
table {
  margin-bottom: 30px;
  width: 100%;
  text-align: left;
  color: rgb(62.9, 62.9, 62.9);
  border-collapse: collapse;
  border: 1px solid #e7e7e7;
}
table tr:nth-child(even) {
  background-color: rgb(246.3, 246.3, 246.3);
}
table th, table td {
  padding: 10px 15px;
}
table th {
  background-color: rgb(238.65, 238.65, 238.65);
  border: 1px solid rgb(223.35, 223.35, 223.35);
}
table td {
  border: 1px solid #e7e7e7;
}
@media screen and (max-width: 800px) {
  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

/**
 * Site header
 */
.site-header {
  position: relative;
  width: 100%;
  min-height: 55.95px;
  line-height: 54px;
  background-color: #fdfdfd;
}

.site-title {
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left;
}
@media screen and (max-width: 600px) {
  .site-title {
    padding-right: 45px;
  }
}
.site-title, .site-title:visited {
  color: rgb(65.25, 65.25, 65.25);
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

@layer reset {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  /* https://kilianvalkhof.com/2022/css-html/your-css-reset-needs-text-size-adjust-probably/ */
  html {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
  }
  /* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
  [role=list] {
    margin: 0;
    padding: 0;
    list-style: none;
  }
}
:root {
  interpolate-size: allow-keywords;
  /* Color Palette */
  --palette-cream-100: #fdfdfd;
  --palette-cream-200: rgba(87, 87, 86, 1);
  --palette-cream-300: #ede8e1;
  --palette-cream-400: #ffffff;
  --palette-cream-500: #bfa38a;
  --palette-cream-600: #d6b047;
  --palette-marron-500: #ffffff;
  --palette-marron-900: #c03535;
  /* Semantic Colors */
  --clr-bg-app: var(--palette-marron-900);
  --clr-bg-dock: var(--palette-cream-200);
  --clr-text-title: var(--palette-marron-500);
  --clr-text-subtitle: var(--palette-marron-500);
  --clr-tab-text-idle: var(--palette-marron-500);
  --clr-tab-text-active: var(--palette-cream-100);
  --clr-tab-bg-active: var(--palette-marron-600);
  --clr-divider: var(--palette-cream-400);
  --clr-hover-bg: var(--palette-cream-300);
  --clr-hover-border: var(--palette-cream-400);
  --clr-tag-text: var(--palette-cream-600);
  --clr-tag-border: var(--palette-cream-500);
  --clr-icon-bg: var(--palette-marron-900);
  --clr-icon-fg: var(--palette-cream-100);
  --clr-icon-light-bg: var(--palette-cream-200);
  --clr-icon-light-fg: var(--palette-marron-900);
  --clr-icon-light-border: var(--palette-cream-400);
  /* Spacing Scale (Base 4) */
  --space-4: 0.25rem;
  --space-8: 0.5rem;
  --space-12: 0.75rem;
  --space-16: 1rem;
  --space-24: 1.5rem;
  --space-32: 2rem;
  --space-48: 3rem;
  /* Semantic Spacing */
  --space-xs: var(--space-4);
  --space-sm: var(--space-8);
  --space-md: var(--space-16);
  --space-lg: var(--space-24);
  --space-xl: var(--space-32);
  --space-2xl: var(--space-48);
  --dock-gap: var(--space-md);
  --nav-gap: var(--space-xs);
  --item-gap: var(--space-md);
  --dock-offset-x: calc(var(--space-xl) * -1);
  --dock-offset-y-top: calc(var(--space-xl) * -1);
  --dock-offset-y-bottom: calc(var(--space-lg) * -1);
  /* Typography */
  --font-base: Roboto, sans-serif;
  --fs-sm: 14px;
  --fs-lg: 1.25rem;
  --fw-semibold: 600;
  --fw-bold: 700;
  --lh-tight: 1.1;
  --opacity-muted: 0.88;
  /* Sizing */
  --icon-size: 84px;
  --divider-size: 2px;
  /* Radius */
  --radius-sm: 12px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-dock: calc(var(--radius-lg) + var(--space-sm));
  /* Transitions */
  --duration-fast: 0.15s;
  --duration-base: 250ms;
  --duration-long: 350ms;
  --ease-base: cubic-bezier(0.65, 0, 0.35, 1);
  --ease-p3-out: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.nav-wrapper {
  position: fixed;
  width: 99%;
  align-items: end;
  color: var(--clr-text-title);
  display: grid;
  font-family: var(--font-base);
  justify-content: center;
  min-block-size: 100vh;
  min-block-size: 100dvh;
  padding: var(--space-lg);
  pointer-events: none;
  z-index: 100;
}

.dock {
  background: var(--clr-bg-dock);
  border-radius: var(--radius-dock);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  isolation: isolate;
  padding-inline: var(--space-sm);
  position: relative;
  row-gap: 0;
  transition: row-gap var(--duration-long) var(--ease-base);
  pointer-events: auto;
  border: 3px solid #d6b048;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.dock::before {
  content: "";
  background: var(--clr-bg-dock);
  border-radius: var(--radius-dock);
  inset: 0;
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transition: inset var(--duration-long) var(--ease-base);
  z-index: 0;
}

.panel-stack {
  inline-size: 100%;
  overflow: clip;
  position: relative;
  z-index: 1;
}

.panel {
  block-size: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-xs);
  opacity: 0;
  overflow: clip;
  pointer-events: none;
  transform: translateY(var(--space-sm));
  transition: block-size var(--duration-long) var(--ease-base), opacity var(--duration-base) ease, transform var(--duration-base) ease;
}
.panel.is-active {
  block-size: auto;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@supports not (interpolate-size: allow-keywords) {
  .panel {
    block-size: auto;
    max-block-size: 0;
    transition: max-block-size var(--duration-long) var(--ease-base), opacity var(--duration-base) ease, transform var(--duration-base) ease;
  }
  .panel.is-active {
    max-block-size: 100svh;
  }
}
.dock.is-open {
  row-gap: var(--dock-gap);
}
.dock.is-open::before {
  inset: var(--dock-offset-y-top) var(--dock-offset-x) var(--dock-offset-y-bottom);
  border: 4px solid #d6b048;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

[data-panel=components] .item {
  padding-block: var(--space-sm);
}

.item {
  align-items: center;
  border-radius: var(--radius-lg);
  cursor: default;
  display: grid;
  gap: var(--item-gap);
  grid-template-columns: max-content 1fr auto;
  padding-block: var(--space-sm);
  position: relative;
  z-index: 1;
}

.item-hover-indicator {
  --hover-x: 0px;
  --hover-y: 0px;
  --hover-width: 0px;
  --hover-height: 0px;
  background: var(--clr-hover-bg);
  border-radius: var(--radius-md);
  height: var(--hover-height);
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate(var(--hover-x), var(--hover-y));
  width: var(--hover-width);
  z-index: 0;
  will-change: transform, width, height, opacity;
}

.icon {
  background: var(--clr-icon-bg);
  block-size: var(--icon-size);
  border-radius: var(--radius-md);
  color: var(--clr-icon-fg);
  display: grid;
  font-weight: var(--fw-bold);
  inline-size: var(--icon-size);
  place-items: center;
  transition: transform var(--duration-base) var(--ease-p3-out);
}
.icon.light {
  background: var(--clr-icon-light-bg);
  color: var(--clr-icon-light-fg);
  border: 1px solid var(--clr-icon-light-border);
}

.icon-ghost {
  transition: transform var(--duration-base) var(--ease-p3-out);
  color: var(--clr-tag-text);
  display: flex;
  align-items: center;
}
.icon-ghost .lucide {
  block-size: 1.25rem;
  inline-size: 1.25rem;
}

.item:hover .icon,
.item:focus-within .icon,
.item:hover .icon-ghost,
.item:focus-within .icon-ghost {
  transform: translateX(var(--space-12));
}

.title {
  color: var(--clr-text-title);
  font-size: var(--fs-lg);
  font-weight: var(--lh-tight);
  line-height: var(--lh-tight);
  transition: transform var(--duration-base) var(--ease-p3-out);
  text-decoration: none !important;
}

a:visited {
  color: var(--clr-text-title);
}

.item:hover .title,
.item:focus-within .title {
  transform: translateX(var(--space-12));
}

.subtitle {
  color: var(--clr-text-subtitle);
  font-size: var(--fs-lg);
  transition: transform var(--duration-base) var(--ease-p3-out);
}

.item:hover .subtitle,
.item:focus-within .subtitle {
  transform: translateX(var(--space-12));
}

.tag {
  border-radius: var(--radius-sm);
  border: 2px solid var(--clr-tag-border);
  color: var(--clr-tag-text);
  font-size: var(--fs-sm);
  padding: var(--space-xs) var(--space-12);
  transition: transform var(--duration-base) var(--ease-p3-out);
  white-space: nowrap;
}

.item:hover .tag,
.item:focus-within .tag {
  transform: translateX(calc(var(--space-12) * -1));
}

.divider {
  background: var(--clr-divider);
  block-size: 0;
  inline-size: 100%;
  opacity: 0;
  transform: translateY(var(--space-sm));
  z-index: 1;
  transition: block-size var(--duration-base) var(--ease-base), opacity var(--duration-base) ease, transform var(--duration-base) ease;
}

.dock.is-open .divider {
  block-size: var(--divider-size);
  opacity: 1;
  transform: translateY(0);
}

.nav {
  background: var(--clr-bg-dock);
  border-radius: var(--radius-dock);
  display: grid;
  gap: var(--nav-gap);
  grid-template-columns: repeat(3, max-content);
  padding-block: var(--space-sm);
  position: relative;
  z-index: 20;
}

.pill {
  --pill-x: 0px;
  --pill-width: 0px;
  background: var(--clr-tab-bg-active);
  border-radius: var(--radius-lg);
  height: calc(100% - var(--item-gap));
  inset-block: 0;
  inset-inline-start: 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(var(--pill-x), -50%);
  width: var(--pill-width);
  pointer-events: none;
  will-change: transform, width, opacity;
}

.tab {
  appearance: none;
  background: transparent;
  border-radius: var(--radius-lg);
  border: 0;
  color: var(--clr-tab-text-idle);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: var(--space-8);
  font-size: var(--fs-lg);
  font-weight: var(--fw-semibold);
  padding: var(--space-md) var(--space-lg);
  position: relative;
  text-box: trim-both cap alphabetic;
  transition: color var(--duration-base) ease;
  z-index: 1;
}
.tab .lucide {
  block-size: 1.25rem;
  inline-size: 1.25rem;
  stroke-width: 2.5px;
}
.tab.is-active {
  color: var(--clr-tab-text-active);
}

@media (prefers-reduced-motion: reduce) {
  .dock,
  .dock::before,
  .panel,
  .divider,
  .item,
  .item-hover-indicator,
  .pill,
  .tab {
    transition: none;
  }
}
.cafe-thai-takeaway-hero {
  position: relative;
  background: #575756;
  height: 80vh;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url("/assets/images/hero-bowl-v2.png"), url("/assets/images/hero-bowl.png"), url("/assets/images/circle.svg");
  background-repeat: no-repeat;
  background-position: bottom right, bottom right 10%, bottom right -300px;
  background-size: auto 110%;
  z-index: 8;
}
.cafe-thai-takeaway-hero .inner-wrapper {
  position: relative;
  z-index: 10;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}

.hero-info {
  backdrop-filter: blur(2px);
  height: calc(100% - 130px);
  border-radius: 50px;
  text-align: center;
  padding: 2rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hero-info h1 {
  font-size: 3rem;
  line-height: 2.2rem;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.hero-info h2 {
  font-size: 2rem;
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.hero-info p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
  color: #fff;
}
.hero-info .logo {
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
.hero-info .hero-nav-wrapper {
  position: relative;
  z-index: 20;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  gap: 16px 16px;
  margin: 0px;
  justify-items: center;
  align-items: center;
}
.hero-info .hero-nav-wrapper a {
  display: block;
  text-decoration: none;
}
.hero-info .hero-nav-wrapper .phone-number {
  color: #ffffff;
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 400;
  font-size: 32px;
  text-align: center;
}

@media (orientation: portrait) and (min-width: 768px) {
  .cafe-thai-takeaway-hero {
    position: relative;
    background: #575756;
    height: 80vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 100px;
    background-image: url("/assets/images/spacer-boarder-bottom.svg"), url("/assets/images/mobile-hero-v3.png"), url("/assets/images/circle.svg");
    background-repeat: no-repeat;
    background-position: bottom center, bottom center, top center;
    background-size: auto 10%, auto 40%, auto 70%;
    z-index: 8;
  }
  .cafe-thai-takeaway-hero .inner-wrapper {
    display: block;
  }
  .hero-info {
    justify-content: flex-start;
    backdrop-filter: blur(0px);
    height: 100%;
  }
}
@media (max-width: 767px) {
  .cafe-thai-takeaway-hero {
    position: relative;
    background: #575756;
    height: 80vh;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 100px;
    background-image: url("/assets/images/spacer-boarder-bottom.svg"), url("/assets/images/mobile-hero-v3.png"), url("/assets/images/circle.svg");
    background-repeat: no-repeat;
    background-position: bottom center, bottom center, top center;
    background-size: auto 10%, auto 40%, auto 70%;
    z-index: 8;
  }
  .cafe-thai-takeaway-hero .inner-wrapper {
    display: block;
  }
  .cafe-thai-takeaway-hero .hero-info {
    justify-content: flex-start;
    backdrop-filter: blur(0px);
    height: 100%;
  }
}
.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  border-radius: 30px;
  max-width: 200px;
  width: 100%;
  border: 2px solid #d6b048;
  background-color: rgba(255, 255, 255, 0.82);
}

.su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
  /*animation-timing-function: ease-in-out; */
}

.button_su_inner {
  display: inline-block;
  color: #ffffff;
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  width: 100%;
  width: 100%;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 2px;
  z-index: 100000;
}

.button_text_container {
  position: relative;
  z-index: 10000;
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@keyframes desplode {
  0% {
    width: 500px;
    height: 500px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(160, 160, 160, 0.6);
  }
}
/* sticky header shown when main hero scrolls out of view */
.sticky-hero {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: 1200;
  transform: translateY(-100%); /* hidden above viewport */
  transition: transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 220ms;
  opacity: 0;
  pointer-events: none;
}
.sticky-hero .sh-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 350px;
  padding: 16px 16px 10px 16px;
  gap: 16px;
  background: rgba(87, 87, 86, 0.96);
  border-radius: 0px 0px 20px 20px;
  border: 3px solid #d6b048;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.sticky-hero .sh-inner-wrapper .logo {
  width: 120px;
  height: auto;
  margin-top: 10px;
}
.sticky-hero .sh-inner-wrapper .button_su {
  max-width: 150px;
  width: 100%;
}
.sticky-hero .sh-inner-wrapper .button_su a {
  text-decoration: none;
}
.sticky-hero .sh-inner-wrapper .button_su .button_su_inner {
  font-size: 18px;
}

/* visible state slides in from the top */
.sticky-hero.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

/* small-screen tweak */
@media (max-width: 480px) {
  .sticky-hero {
    height: 68px;
    font-size: 0.95rem;
  }
}
.lead-sentance {
  font-size: 20px;
}

.main-welcome, .more-welcome {
  color: #282828;
}

.button-nav {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  gap: 20px;
}
.button-nav a {
  display: block;
  text-decoration: none;
}

/* ensure the read-more button sits above any overlays and accepts clicks */
.link-button {
  position: relative;
  z-index: 999; /* high enough to be above pseudo-elements/overlays */
  pointer-events: auto;
}

/* if your hero/section uses an overlay pseudo-element, ensure it doesn't block clicks */
.cafe-thai-takeaway-hero::before,
.cafe-thai-takeaway-hero::after {
  pointer-events: none;
}

/* ensure button area sits above overlays and receives pointer events */
.button-nav,
.button_su {
  position: relative;
  z-index: 20;
  pointer-events: auto;
}

/* if you animate/expand the circle, make sure it can be visible/clicked */
.button_su .su_button_circle {
  position: absolute;
  pointer-events: none; /* visual only */
}

.map-wrapper {
  margin: 20px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.location-info-wrapper {
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.button_su a {
  color: #282828;
}

.opening-times {
  color: #282828;
  text-align: center;
}

/* if you have an overlay pseudo-element, ensure it doesn't block clicks */
.map-wrapper::before,
.map-wrapper::after {
  pointer-events: none;
}

/* ensure the actual map element accepts pointer events */
.map-wrapper iframe,
.map-wrapper .map {
  pointer-events: auto;
  position: relative;
  z-index: 1;
}

.options-menus-wrapper {
  background-color: #f4f4f4;
  border-radius: 20px;
  margin: 25px auto;
  max-width: 600px;
}

.spacer-wrapper {
  height: 400px;
  width: 100vw; /* break out to full viewport width */
  margin-left: calc(-50vw + 50%); /* center the full-width element within page flow */
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 100px;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top center, bottom center, center center;
  background-size: auto 80px, auto 80px, cover;
}

.photos-grid-container {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 8px 8px;
  align-items: start;
  margin-bottom: 100px;
}
@media (max-width: 580px) {
  .photos-grid-container {
    grid-template-columns: 1fr;
  }
}
.photos-grid-container .img-box {
  border: 1px solid #ffffff;
  position: relative;
}
.photos-grid-container .img-box:hover .transparent-box {
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}
.photos-grid-container .img-box:hover .caption {
  transform: translateY(-5px);
}
.photos-grid-container img {
  max-width: 100%;
  display: block;
  height: auto;
}
.photos-grid-container .caption {
  color: white;
  transition: transform 0.3s ease, opacity 0.3s ease;
  font-size: 1.5rem;
}
.photos-grid-container .transparent-box {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.photos-grid-container .main-photo {
  grid-row: 1;
  grid-column: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}
.photos-grid-container .sub {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0em;
  max-width: 600px;
  margin: 0 auto;
}
.photos-grid-container .sub:nth-child(0) {
  grid-column: 1;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(1) {
  grid-column: 2;
  grid-row: 1;
}
.photos-grid-container .sub:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.photos-grid-container .sub:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}

.hide-element {
  border: 0;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media screen and (min-width: 1280px) {
  .container {
    margin: 0 auto;
    width: 1250px;
  }
}
@font-face {
  font-family: "bignoodletitlingregular";
  src: url("../fonts/big_noodle_titling-webfont.woff2") format("woff2"), url("../fonts/big_noodle_titling-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DK Early Morning Coffee";
  src: url("../fonts/DKEarlyMorningCoffee-MediumRoas.woff2") format("woff2"), url("../fonts/DKEarlyMorningCoffee-MediumRoas.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.headings {
  font-family: "DK Early Morning Coffee";
  font-weight: 500;
  font-style: normal;
}

.section-headings {
  font-family: "DK Early Morning Coffee";
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 38px;
  text-align: center;
  color: #d6b047;
}

.larger-heading {
  font-family: "DK Early Morning Coffee";
  font-weight: 500;
  font-style: normal;
  font-size: 68px;
  line-height: 57px;
  text-align: center;
  color: #d6b047;
}

.sub-heading {
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 400;
}

.item {
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 300;
}

.strapline {
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 200;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  color: #282828;
}

.big-strapline {
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 100;
  font-size: 52px;
  font-style: normal;
  text-align: center;
  color: #282828;
  margin: 0px;
  padding: 0px;
}

.body-text {
  font-family: "titillium-web", sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #282828;
}

.full-width-wrapper {
  width: 100%;
  padding: 0 0;
  pointer-events: none;
}

.grid-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0px;
  padding: 0 0; /* Prevents edge-touching on mobile */
}

/* Base styling for visibility */
.grid-container > div {
  color: white;
  padding: 20px;
}

/* Column Span Logic */
.span-6 {
  grid-column: span 6;
}

.span-4 {
  grid-column: span 4;
}

.span-3 {
  grid-column: span 3;
}

.span-2 {
  grid-column: span 2;
}

.span-middle-4 {
  grid-column: 2/6; /* covers columns 2,3,4,5 */
}

.item-grid {
  background: red !important;
  grid-column: span 2;
}

/* Tablet / iPad (Screen width less than 1024px) */
@media (max-width: 800px) {
  .grid-container {
    /* Switch to a 3-column base for better spacing */
    grid-template-columns: repeat(3, 1fr);
  }
  /* Adjust spans to fit a 3-column layout */
  .span-6,
  .span-4,
  .span-3,
  .span-middle-4 {
    grid-column: span 3;
  } /* full-width in 3-col layout */
  .item-grid {
    grid-column: span 3; /* These now take full width */
  }
  .span-2 {
    grid-column: span 1; /* This takes 1/3 of the width */
  }
}
/* Smartphone (Screen width less than 600px) */
@media (max-width: 600px) {
  .grid-container {
    /* Switch to a single column stack */
    grid-template-columns: 1fr;
  }
  /* All items now span the full width of the phone */
  .span-6,
  .span-4,
  .span-3,
  .span-2 {
    grid-column: span 1;
  }
  .span-middle-4 {
    grid-column: span 1;
  } /* single column on phones */
}
.full-bleed {
  /* 1. Ensure it spans all 6 columns of the grid first */
  grid-column: 1/-1;
  /* 2. Break out of the 1200px constraint */
  width: 100vw;
  position: relative;
  z-index: -1; /* Ensure it sits above other content if necessary */
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.item-container {
  display: grid;
  grid-template-columns: 1fr 100px;
  grid-template-rows: auto;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas: "item price" "description description";
}

.description {
  grid-area: description;
  font-family: "titillium-web", sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #282828;
}

.item-name {
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #282828;
}
.item-name span {
  color: #d6b047;
}

.price {
  grid-area: price;
  font-family: "bignoodletitlingregular", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #282828;
  text-align: right;
}

.set-menus-wrapper {
  background-color: #f4f4f4;
  border-radius: 20px;
}

.set-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.multi-col {
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}

.multi-col p {
  border: 1 px solid red;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */