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

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

.ub19u35m {
  margin-bottom: 3rem;
}

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

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

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

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

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

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

.kk6wk72c.lc0zt2n5 {
  display: block;
}

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

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

.kk6wk72c .f5ox2ati.lc0zt2n5 {
  background: var(--primary);
  color: var(--bg-white);
}

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

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

  .kab8wa01 {
    display: none;
  }

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

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

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

  .nj9tw4xn {
    width: 100%;
  }

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

  .tedkeqq5 {
    padding: 2rem;
  }

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

  .vd6ugee5,
  .fmjkxewr {
    grid-template-columns: 1fr;
  }

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

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

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

  .uvd33ec6.tvpagkmv {
    grid-row: span 2;
    grid-column: span 2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.t1uzeagv {
  width: 100%;
}

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

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

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

.rs9f5t1y.lc0zt2n5 {
  background: var(--primary);
  color: var(--bg-white);
  border-color: var(--primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gy8n8hfk {
  padding: 1.25rem;
}

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

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

.iee1yz1i.n2j5txle {
  background: #C8E6C9;
  color: #2D5A3D;
}

.iee1yz1i.d519zujr {
  background: #BBDEFB;
  color: #1565C0;
}

.iee1yz1i.jim8ivq7 {
  background: #FFCCBC;
  color: #D84315;
}

.iee1yz1i.bh4p9klu {
  background: #E1BEE7;
  color: #7B1FA2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uvd33ec6.tvpagkmv {
  grid-row: span 2;
  grid-column: span 2;
  font-size: 6rem;
}

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

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

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

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

.y3rjvyur {
  font-size: 1.5rem;
}

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

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

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

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

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

.osozlt4l {
  margin-bottom: 1rem;
}

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

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

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

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

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

.kp4hbv5n p {
  opacity: 0.8;
}

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

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

.i5rnm081 a:hover {
  opacity: 1;
}

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

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

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

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

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

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

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

  .dqsgza15 {
    display: none;
  }

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

  .tzkozjyp {
    flex-direction: column;
  }

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

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

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

  .uvd33ec6.tvpagkmv {
    grid-row: span 1;
    grid-column: span 1;
  }

  .kd6w5md4 {
    text-align: center;
  }

  .crqy7q98 {
    justify-content: center;
  }

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

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

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

.ifowkqex.lc0zt2n5 {
  display: flex;
}

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

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

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

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

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

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

.s6h7ivj7 .h196mfkl {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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