* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #2D5A3D;
  --primary-light: #3D7A52;
  --secondary: #8B7355;
  --accent: #D4A574;
  --bg-light: #F5F3EF;
  --bg-white: #FFFFFF;
  --text-dark: #1A1A1A;
  --text-muted: #6B6B6B;
  --border: #E5E0D8;
  --success: #4CAF50;
  --shadow: 0 4px 20px rgba(0,0,0,0.08);
  --shadow-hover: 0 8px 30px rgba(0,0,0,0.12);
}

body {
  font-family: 'Kanit', sans-serif;
  background: var(--bg-light);
  color: var(--text-dark);
  line-height: 1.6;
}

/* Loader */
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

.loader {
  width: 60px;
  height: 60px;
  border: 4px solid var(--border);
  border-top-color: var(--primary);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

ul {
  list-style: none;
}

/* Page Layout - Desktop */
.kdz5kceq {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}

/* Sidebar - Desktop */
.wd5bhm9z {
  background: var(--bg-white);
  border-right: 1px solid var(--border);
  padding: 2rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  z-index: 10;
}

.eie6f0ws {
  margin-bottom: 3rem;
}

.obivnbsf {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mdr6pocv:hover {
  background: var(--bg-light);
  color: var(--primary);
}

.mdr6pocv.cbrbe9hf {
  background: var(--primary);
  color: var(--bg-white);
}

.sidebar-footer {
  border-top: 1px solid var(--border);
  padding-top: 1.5rem;
}

.cart-panel {
  background: var(--bg-light);
  border-radius: 12px;
  padding: 1rem;
}

.cart-info {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.cart-items-count {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Main Content */
.c5ngyvqc {
  grid-column: 2;
  padding: 1.5rem 2.5rem;
  min-width: 0;
}

/* Mobile - default hidden */
.fpavjvck {
  display: none;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem;
}

.d8cupa94 {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--primary);
}

.hqey186r {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
  padding: 1rem;
  z-index: 99;
  box-shadow: var(--shadow);
}

.hqey186r.cbrbe9hf {
  display: block;
}

.hqey186r .mdr6pocv {
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  transition: all 0.3s;
}

.hqey186r .mdr6pocv:hover {
  background: var(--bg-light);
  color: var(--primary);
}

.hqey186r .mdr6pocv.cbrbe9hf {
  background: var(--primary);
  color: var(--bg-white);
}

.jf60w7sj {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--primary);
}

/* Responsive - Tablet */
@media (max-width: 1024px) {
  .kdz5kceq {
    display: block;
  }

  .wd5bhm9z {
    display: none;
  }

  .fpavjvck {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .c5ngyvqc {
    margin-left: 0;
    padding: 1rem;
  }

  .xjca9zzx {
    flex-direction: column;
    align-items: stretch;
  }

  .xrttw6m2 {
    width: 100%;
  }

  .dwrbmtbz {
    display: flex;
    justify-content: flex-end;
  }

  .zhu5bzda {
    padding: 2rem;
  }

  .zhu5bzda h1 {
    font-size: 2rem;
  }

  .nfqs0qzz,
  .g4zp3kw6 {
    grid-template-columns: 1fr;
  }

  .cyw5r9rf {
    grid-template-columns: 1fr;
  }

  .special-timer {
    justify-content: center;
  }

  .w1x7olcp {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
  }

  .c5j8yia2.gx3cg3la {
    grid-row: span 2;
    grid-column: span 2;
  }

  .b2vxui42 {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }

  .u83ffoaa {
    grid-template-columns: 1fr 1fr;
  }

  .xi1xuurq {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Top Bar */
.xjca9zzx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border);
  flex-wrap: wrap;
  gap: 1rem;
}

.xrttw6m2 {
  display: flex;
  align-items: center;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 50px;
  padding: 0.75rem 1.5rem;
  width: 400px;
}

.xrttw6m2 input {
  border: none;
  outline: none;
  flex: 1;
  font-family: inherit;
  font-size: 0.95rem;
}

.xrttw6m2 button {
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
}

.dwrbmtbz {
  display: flex;
  gap: 1rem;
}

.ldhrn16s {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid var(--border);
  background: var(--bg-white);
  font-size: 1.2rem;
  cursor: pointer;
  transition: all 0.3s;
}

.ldhrn16s:hover {
  background: var(--primary);
  color: var(--bg-white);
  border-color: var(--primary);
}

/* Hero Banner */
.zhu5bzda {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-light) 100%);
  border-radius: 24px;
  padding: 3.5rem;
  color: var(--bg-white);
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}

.zhu5bzda::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
}

.s1nt7ba1 {
  display: inline-block;
  background: rgba(255,255,255,0.2);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
}

.zhu5bzda h1 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.zhu5bzda h1 span {
  color: var(--accent);
}

.zhu5bzda p {
  font-size: 1.15rem;
  opacity: 0.9;
  margin-bottom: 2rem;
  max-width: 500px;
}

.aa6nex72 {
  display: flex;
  gap: 1rem;
}

.hvhxg9vg {
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s;
  border: none;
  font-family: inherit;
}

.o84bz0cq {
  background: var(--accent);
  color: var(--text-dark);
}

.o84bz0cq:hover {
  background: #E5B88A;
  transform: translateY(-2px);
}

.ugs6xfa1 {
  background: transparent;
  border: 2px solid var(--bg-white);
  color: var(--bg-white);
}

.ugs6xfa1:hover {
  background: var(--bg-white);
  color: var(--primary);
}

.c0j9ps9h {
  width: 100%;
}

/* Quick Categories */
.mb31ydny {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.qe47gm2z {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: var(--bg-white);
  border: 1px solid var(--border);
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s;
  font-weight: 500;
}

.qe47gm2z:hover {
  border-color: var(--primary);
  color: var(--primary);
}

.qe47gm2z.cbrbe9hf {
  background: var(--primary);
  color: var(--bg-white);
  border-color: var(--primary);
}

/* Menu Section */
.q8yhw9pn {
  margin-bottom: 3rem;
}

.ec0lvsci {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}

.ec0lvsci h2 {
  font-size: 1.75rem;
  color: var(--text-dark);
}

.d6298r0i {
  color: var(--primary);
  font-weight: 600;
  transition: color 0.3s;
}

.d6298r0i:hover {
  color: var(--primary-light);
}

.xi1xuurq {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
}

.fscgq5ir {
  background: var(--bg-white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}

.fscgq5ir:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.hx8mfr8b {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 5rem;
  position: relative;
}

.hx8mfr8b.k5ycqgnc {
  background: linear-gradient(135deg, #FFE5B4 0%, #FFD4A3 100%);
}

.hx8mfr8b.zcr95xhi {
  background: linear-gradient(135deg, #C8E6C9 0%, #A5D6A7 100%);
}

.hx8mfr8b.sm30m1mp {
  background: linear-gradient(135deg, #BBDEFB 0%, #90CAF9 100%);
}

.hx8mfr8b.nbo0ha2o {
  background: linear-gradient(135deg, #FFCCBC 0%, #FFAB91 100%);
}

.hx8mfr8b.i4gx680n {
  background: linear-gradient(135deg, #E1BEE7 0%, #CE93D8 100%);
}

.xcvmyfeo {
  padding: 1.25rem;
}

.l67mhthh {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

.woi2xr1z {
  background: var(--bg-light);
  padding: 0.25rem 0.75rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--text-muted);
}

.woi2xr1z.igq8fc16 {
  background: #C8E6C9;
  color: #2D5A3D;
}

.woi2xr1z.gykhde09 {
  background: #BBDEFB;
  color: #1565C0;
}

.woi2xr1z.iu35f1xc {
  background: #FFCCBC;
  color: #D84315;
}

.woi2xr1z.f4788dsx {
  background: #E1BEE7;
  color: #7B1FA2;
}

.w3fx1el2 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

.xcvmyfeo h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--text-dark);
}

.xcvmyfeo p {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.ezkpsw9l {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pjt1y024 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--primary);
}

.mwrf4kpz {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--primary);
  background: var(--bg-white);
  color: var(--primary);
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mwrf4kpz:hover {
  background: var(--primary);
  color: var(--bg-white);
}

.mwrf4kpz.added {
  background: var(--success);
  border-color: var(--success);
  color: var(--bg-white);
}

/* Daily Special */
.tdr6spss {
  background: linear-gradient(135deg, var(--secondary) 0%, #6B5344 100%);
  border-radius: 24px;
  padding: 2.5rem;
  color: var(--bg-white);
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.ja5g2lwb {
  position: absolute;
  top: 20px;
  right: 20px;
  background: var(--accent);
  color: var(--text-dark);
  padding: 0.5rem 1.25rem;
  border-radius: 50px;
  font-weight: 600;
  font-size: 0.85rem;
}

.cyw5r9rf {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
}

.mfvqd15o h2 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.mfvqd15o p {
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.pj7moyr4 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.pj7moyr4 .xcaw8z32 {
  font-size: 1.3rem;
  text-decoration: line-through;
  opacity: 0.7;
}

.pj7moyr4 .rpoz9rjf {
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
}

.special-timer {
  display: flex;
  gap: 1.5rem;
  background: rgba(255,255,255,0.15);
  padding: 1.5rem 2rem;
  border-radius: 16px;
  backdrop-filter: blur(10px);
}

.timer-item {
  text-align: center;
}

.timer-value {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}

.timer-label {
  font-size: 0.8rem;
  opacity: 0.8;
}

/* About Section */
.qmxp10n7 {
  background: var(--bg-white);
  border-radius: 24px;
  padding: 3rem;
  margin-bottom: 3rem;
}

.nfqs0qzz {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  align-items: center;
}

.gyh4ihsn {
  font-size: 10rem;
  text-align: center;
  background: var(--bg-light);
  border-radius: 24px;
  padding: 3rem;
}

.wufb8wfx h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--primary);
}

.wufb8wfx p {
  color: var(--text-muted);
  margin-bottom: 1.5rem;
  line-height: 1.8;
}

.dvx7c0mh {
  display: grid;
  gap: 0.75rem;
}

.dvx7c0mh li {
  color: var(--text-dark);
  font-weight: 500;
}

/* Nutrition Section */
.hgtefifb {
  text-align: center;
  margin-bottom: 3rem;
}

.hgtefifb h2 {
  font-size: 1.75rem;
  margin-bottom: 0.5rem;
}

.twxvq42i {
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.u83ffoaa {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
}

.b6eyo7ap {
  background: var(--bg-white);
  padding: 2rem;
  border-radius: 20px;
  box-shadow: var(--shadow);
  transition: all 0.3s;
}

.b6eyo7ap:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-hover);
}

.cgv1g8cl {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.b6eyo7ap h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.b6eyo7ap p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Gallery Section */
.d3k778ae {
  margin-bottom: 3rem;
}

.d3k778ae h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
}

.w1x7olcp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 150px;
  gap: 1rem;
}

.c5j8yia2 {
  background: var(--bg-white);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4rem;
  cursor: pointer;
  transition: all 0.3s;
}

.c5j8yia2:hover {
  transform: scale(1.05);
}

.c5j8yia2.gx3cg3la {
  grid-row: span 2;
  grid-column: span 2;
  font-size: 6rem;
}

/* Contact Section */
.a6e5hl5f {
  background: var(--bg-white);
  border-radius: 24px;
  padding: 3rem;
  margin-bottom: 3rem;
}

.g4zp3kw6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.zvzvuh9i h2 {
  font-size: 1.75rem;
  margin-bottom: 1.5rem;
  color: var(--primary);
}

.tdjvmokd {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.ni6o9krk {
  font-size: 1.5rem;
}

.tdjvmokd strong {
  display: block;
  margin-bottom: 0.25rem;
}

.tdjvmokd p {
  color: var(--text-muted);
}

.tdjvmokd a {
  color: var(--primary);
  transition: color 0.3s;
}

.tdjvmokd a:hover {
  color: var(--primary-light);
}

.whcwlwwx h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.erq12od3 {
  margin-bottom: 1rem;
}

.erq12od3 input,
.erq12od3 textarea {
  width: 100%;
  padding: 1rem 1.25rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.3s;
}

.erq12od3 input:focus,
.erq12od3 textarea:focus {
  border-color: var(--primary);
}

/* Footer */
.c1lzii9g {
  background: var(--primary);
  color: var(--bg-white);
  border-radius: 24px 24px 0 0;
  padding: 3rem 3rem 2rem;
}

.b2vxui42 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2rem;
}

.zlf1n8i5 .cm7pti7t {
  color: var(--bg-white);
  font-size: 1.5rem;
  margin-bottom: 1rem;
  display: block;
}

.zlf1n8i5 p {
  opacity: 0.8;
}

.xm4hdiy6 h4,
.ejvbv6r6 h4 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
  color: var(--accent);
}

.xm4hdiy6 a {
  display: block;
  opacity: 0.8;
  margin-bottom: 0.75rem;
  transition: opacity 0.3s;
}

.xm4hdiy6 a:hover {
  opacity: 1;
}

.t6idgmoi {
  display: flex;
  gap: 1rem;
}

.t6idgmoi a {
  background: rgba(255,255,255,0.1);
  padding: 0.75rem 1.25rem;
  border-radius: 50px;
  font-size: 0.9rem;
  transition: background 0.3s;
}

.t6idgmoi a:hover {
  background: rgba(255,255,255,0.2);
}

.yokkkdex {
  text-align: center;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  opacity: 0.7;
}

/* Mobile Navigation */
.fpavjvck {
  display: none;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border);
  padding: 1rem 1.5rem;
}

.d8cupa94 {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--primary);
}

@media (max-width: 768px) {
  .xrttw6m2 {
    width: 100%;
  }

  .dwrbmtbz {
    display: none;
  }

  .zhu5bzda h1 {
    font-size: 1.5rem;
  }

  .aa6nex72 {
    flex-direction: column;
  }

  .xi1xuurq {
    grid-template-columns: 1fr;
  }

  .u83ffoaa {
    grid-template-columns: 1fr;
  }

  .w1x7olcp {
    grid-template-columns: 1fr;
    grid-auto-rows: 150px;
  }

  .c5j8yia2.gx3cg3la {
    grid-row: span 1;
    grid-column: span 1;
  }

  .cyw5r9rf {
    text-align: center;
  }

  .pj7moyr4 {
    justify-content: center;
  }

  .gyh4ihsn {
    font-size: 6rem;
    padding: 1.5rem;
  }

  .b2vxui42 {
    grid-template-columns: 1fr;
  }
}

/* Modal Styles */
.oqv7e705 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.oqv7e705.cbrbe9hf {
  display: flex;
}

.f2ecfb5c {
  background: var(--bg-white);
  border-radius: 24px;
  padding: 3rem 2rem;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.a72hgl93 {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: color 0.3s;
}

.a72hgl93:hover {
  color: var(--text-dark);
}

.mmz3159k {
  font-size: 4rem;
  margin-bottom: 1rem;
}

.f2ecfb5c h2 {
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.f2ecfb5c p {
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.6;
}

.f2ecfb5c .hvhxg9vg {
  width: 100%;
}

/* Modal trigger cursor */
.modal-trigger {
  cursor: pointer;
}

/* Policy/Terms Pages */
.go4dzw9l {
  background: var(--bg-white);
  border-radius: 24px;
  padding: 3rem;
  margin-bottom: 3rem;
}

.go4dzw9l h1 {
  font-size: 2.5rem;
  color: var(--primary);
  margin-bottom: 0.5rem;
}

.grdr625e {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
}

.tz64jnyr section {
  margin-bottom: 2rem;
}

.tz64jnyr h2 {
  font-size: 1.3rem;
  color: var(--primary);
  margin-bottom: 1rem;
}

.tz64jnyr p {
  color: var(--text-muted);
  line-height: 1.8;
  margin-bottom: 1rem;
}

.tz64jnyr ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.tz64jnyr li {
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.rrl6vzql {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
}

.rrl6vzql a {
  color: var(--primary);
  font-weight: 600;
  transition: color 0.3s;
}

.rrl6vzql a:hover {
  color: var(--primary-light);
}

@media (max-width: 768px) {
  .go4dzw9l {
    padding: 1.5rem;
  }

  .go4dzw9l h1 {
    font-size: 1.75rem;
  }

  .tz64jnyr h2 {
    font-size: 1.1rem;
  }
}
