* {
  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 */
.aeuia0sj {
  display: grid;
  grid-template-columns: 260px 1fr;
  min-height: 100vh;
}

/* Sidebar - Desktop */
.hwlczpjj {
  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;
}

.kvtkcaxm {
  margin-bottom: 3rem;
}

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

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

.ospurtqd.pon30s6p {
  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 */
.zx0g01p8 {
  grid-column: 2;
  padding: 1.5rem 2.5rem;
  min-width: 0;
}

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

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

.oqhpc7lg {
  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);
}

.oqhpc7lg.pon30s6p {
  display: block;
}

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

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

.oqhpc7lg .ospurtqd.pon30s6p {
  background: var(--primary);
  color: var(--bg-white);
}

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

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

  .hwlczpjj {
    display: none;
  }

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

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

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

  .n7rfcy8s {
    width: 100%;
  }

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

  .uca8xpnp {
    padding: 2rem;
  }

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

  .henmur6h,
  .vktsr2d6 {
    grid-template-columns: 1fr;
  }

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

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

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

  .aiadhze4.ke5djcwb {
    grid-row: span 2;
    grid-column: span 2;
  }

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

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

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

/* Top Bar */
.mtw0buo3 {
  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;
}

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

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

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

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

.hyrmcwcd {
  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;
}

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

/* Hero Banner */
.uca8xpnp {
  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;
}

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

.lqe83sfy {
  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);
}

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

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

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

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

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

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

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

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

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

.k6dfyvrm {
  width: 100%;
}

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

.augp65g8 {
  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;
}

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

.augp65g8.pon30s6p {
  background: var(--primary);
  color: var(--bg-white);
  border-color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.skcx1723 {
  padding: 1.25rem;
}

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

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

.l1g9nwlm.o01ds1q4 {
  background: #C8E6C9;
  color: #2D5A3D;
}

.l1g9nwlm.z918e3db {
  background: #BBDEFB;
  color: #1565C0;
}

.l1g9nwlm.oe0ji3x4 {
  background: #FFCCBC;
  color: #D84315;
}

.l1g9nwlm.aeivd1je {
  background: #E1BEE7;
  color: #7B1FA2;
}

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

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

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

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

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

.dczazt05 {
  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;
}

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

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

/* Daily Special */
.upvuz3ar {
  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;
}

.lxxucylu {
  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;
}

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

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

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

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

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

.bca0iivv .gbvjc5ek {
  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 */
.shk5ow0y {
  background: var(--bg-white);
  border-radius: 24px;
  padding: 3rem;
  margin-bottom: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.aiadhze4.ke5djcwb {
  grid-row: span 2;
  grid-column: span 2;
  font-size: 6rem;
}

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

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

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

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

.pvpfhh5o {
  font-size: 1.5rem;
}

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

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

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

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

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

.oyri8wkc {
  margin-bottom: 1rem;
}

.oyri8wkc input,
.oyri8wkc 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;
}

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

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

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

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

.e1me6gef p {
  opacity: 0.8;
}

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

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

.o1wym7iy a:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

  .k2g05dam {
    display: none;
  }

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

  .u3tkkzb2 {
    flex-direction: column;
  }

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

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

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

  .aiadhze4.ke5djcwb {
    grid-row: span 1;
    grid-column: span 1;
  }

  .mes0g995 {
    text-align: center;
  }

  .bca0iivv {
    justify-content: center;
  }

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

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

/* Modal Styles */
.gb4vqzx9 {
  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;
}

.gb4vqzx9.pon30s6p {
  display: flex;
}

.t7bxtg07 {
  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);
  }
}

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

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

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

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

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

.t7bxtg07 .pcfdl2uh {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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