html[data-site-theme="modern-tokyo"] {
  --tokyo-orange: #c8571a;
  --tokyo-orange-bright: #f07a32;
  --tokyo-brown: #2a160d;
  --tokyo-cream: #fff8ef;
  --tokyo-sand: #f1dfc8;
  --tokyo-green: #06b025;
}

html[data-site-theme="modern-tokyo"] body {
  background: var(--tokyo-cream);
  color: var(--tokyo-brown);
}

html[data-site-theme="modern-tokyo"] .nav {
  background: rgba(255, 248, 239, .9);
  border-bottom: 1px solid rgba(92, 51, 23, .08);
  backdrop-filter: blur(18px);
}

html[data-site-theme="modern-tokyo"] .nav.scrolled {
  background: rgba(255, 248, 239, .96);
  box-shadow: 0 10px 35px rgba(74, 32, 10, .08);
}

@media (min-width: 769px) {
  html[data-site-theme="modern-tokyo"] .nav,
  html[data-site-theme="modern-tokyo"] .nav.scrolled {
    background: rgba(42, 22, 13, .97);
    border-bottom-color: rgba(255, 255, 255, .1);
    box-shadow: 0 10px 30px rgba(25, 10, 4, .2);
  }

  html[data-site-theme="modern-tokyo"] .nav-links a {
    color: #fff8ef !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  }
}

html[data-site-theme="modern-tokyo"] .nav-logo img {
  transition: transform .35s cubic-bezier(.2,.8,.2,1);
}

html[data-site-theme="modern-tokyo"] .nav-logo:hover img {
  transform: rotate(-3deg) scale(1.05);
}

html[data-site-theme="modern-tokyo"] .nav-links a {
  position: relative;
  font-weight: 700;
}

html[data-site-theme="modern-tokyo"] .nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 3px;
  border-radius: 3px;
  background: var(--tokyo-orange);
  transition: right .25s ease;
}

html[data-site-theme="modern-tokyo"] .nav-links a:hover::after { right: 0; }

html[data-site-theme="modern-tokyo"] .nav-cta,
html[data-site-theme="modern-tokyo"] .cpill,
html[data-site-theme="modern-tokyo"] .bpri {
  border-radius: 999px;
  box-shadow: 0 8px 22px rgba(200, 87, 26, .22);
}

html[data-site-theme="modern-tokyo"] .hero {
  background:
    radial-gradient(circle at 84% 32%, rgba(240, 122, 50, .2), transparent 28%),
    linear-gradient(145deg, #fffaf4 0 64%, #f3d1ad 64% 100%);
  overflow: hidden;
}

html[data-site-theme="modern-tokyo"] .hero::before {
  content: "CURRY";
  position: absolute;
  right: -2vw;
  bottom: -4vw;
  color: rgba(200, 87, 26, .065);
  font: 900 clamp(7rem, 22vw, 20rem)/.75 Arial, sans-serif;
  letter-spacing: -.09em;
  pointer-events: none;
}

html[data-site-theme="modern-tokyo"] .h-h1 {
  max-width: 850px;
  font-family: Impact, "Arial Black", "Sarabun", sans-serif;
  font-weight: 900;
  letter-spacing: -.045em;
  text-transform: uppercase;
  text-shadow: none;
}

html[data-site-theme="modern-tokyo"] .h-em {
  color: var(--tokyo-orange) !important;
  -webkit-text-stroke: 0;
}

html[data-site-theme="modern-tokyo"] .h-ey {
  display: inline-flex;
  width: auto;
  border-radius: 999px;
  padding: 7px 13px;
  background: rgba(200, 87, 26, .1);
  color: var(--tokyo-orange);
}

html[data-site-theme="modern-tokyo"] .bsec {
  border-radius: 999px;
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(8px);
}

html[data-site-theme="modern-tokyo"] .h-kpis {
  border-radius: 20px 20px 0 0;
  background: rgba(42, 22, 13, .94);
  backdrop-filter: blur(14px);
}

html[data-site-theme="modern-tokyo"] .tkr {
  background: var(--tokyo-orange);
  transform: rotate(-1deg) scale(1.02);
  box-shadow: 0 8px 20px rgba(200, 87, 26, .2);
}

html[data-site-theme="modern-tokyo"] .psec,
html[data-site-theme="modern-tokyo"] .msec { background: var(--tokyo-cream); }

html[data-site-theme="modern-tokyo"] .st {
  font-family: Impact, "Arial Black", "Sarabun", sans-serif;
  letter-spacing: -.025em;
}

html[data-site-theme="modern-tokyo"] .pcard,
html[data-site-theme="modern-tokyo"] .mcard {
  border-radius: 20px;
  border: 1px solid rgba(92, 51, 23, .07);
  background: #fff;
  box-shadow: 0 12px 30px rgba(74, 32, 10, .07);
}

html[data-site-theme="modern-tokyo"] .pgrid,
html[data-site-theme="modern-tokyo"] .mgrid {
  gap: 16px;
  background: transparent;
}

html[data-site-theme="modern-tokyo"] .mc-iw {
  border-radius: 20px 20px 0 0;
}

html[data-site-theme="modern-tokyo"] .mc-img { transition: transform .6s cubic-bezier(.2,.8,.2,1); }
html[data-site-theme="modern-tokyo"] .mcard:hover .mc-img { transform: scale(1.08) rotate(.5deg); }

html[data-site-theme="modern-tokyo"] .mc-add,
html[data-site-theme="modern-tokyo"] .wo-quick-add {
  border-radius: 999px !important;
  letter-spacing: 0;
  text-transform: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

html[data-site-theme="modern-tokyo"] .mc-add:hover,
html[data-site-theme="modern-tokyo"] .wo-quick-add:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(200, 87, 26, .25);
}

html[data-site-theme="modern-tokyo"] .tabs {
  padding: 5px;
  border-radius: 999px;
  background: #f2e3d1;
}

html[data-site-theme="modern-tokyo"] .tbb {
  border: 0;
  border-radius: 999px;
  margin: 0;
}

html[data-site-theme="modern-tokyo"] .tbb.on {
  color: #fff;
  background: var(--tokyo-orange);
  box-shadow: 0 5px 15px rgba(200, 87, 26, .2);
}

html[data-site-theme="modern-tokyo"] .loy-sec {
  background:
    radial-gradient(circle at 85% 20%, rgba(240,122,50,.3), transparent 28%),
    linear-gradient(135deg, #241108, #633017);
}

html[data-site-theme="modern-tokyo"] .about-sec { background: #f3e4d2; }
html[data-site-theme="modern-tokyo"] .a-vis {
  border-radius: 0 32px 32px 0;
  overflow: hidden;
}
html[data-site-theme="modern-tokyo"] .wo-about-collage {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 10px;
  padding: 24px;
  background: linear-gradient(145deg, #2a160d, #8e3c16);
}
html[data-site-theme="modern-tokyo"] .wo-about-collage img {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(20, 8, 2, .28);
  transition: transform .45s cubic-bezier(.2,.8,.2,1), filter .3s ease;
}
html[data-site-theme="modern-tokyo"] .wo-about-collage img:hover {
  z-index: 2;
  transform: scale(1.045);
  filter: saturate(1.08);
}
html[data-site-theme="modern-tokyo"] .wo-about-caption { display: none; }
html[data-site-theme="modern-tokyo"] .a-chip {
  z-index: 3;
  backdrop-filter: blur(8px);
}
html[data-site-theme="modern-tokyo"] .contact-sec { background: var(--tokyo-cream); }

@media (min-width: 769px) {
  html[data-site-theme="modern-tokyo"] .h-em {
    letter-spacing: -.015em;
    word-spacing: .16em;
  }
}

html[data-site-theme="modern-tokyo"] .wo-line-floating button {
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease !important;
}
html[data-site-theme="modern-tokyo"] .wo-line-floating button:hover { transform: translateY(-4px) scale(1.04); }

html[data-site-theme="modern-tokyo"] .wo-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .65s ease, transform .65s cubic-bezier(.2,.8,.2,1);
}
html[data-site-theme="modern-tokyo"] .wo-reveal.wo-visible {
  opacity: 1;
  transform: translateY(0);
}

html[data-site-theme="modern-tokyo"] .wo-float-soft { animation: wo-float-soft 4.5s ease-in-out infinite; }
html[data-site-theme="modern-tokyo"] .wo-cart-pop { animation: wo-cart-pop .35s cubic-bezier(.2,.9,.3,1); }

@keyframes wo-float-soft {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
@keyframes wo-cart-pop {
  0% { transform: scale(.9); opacity: .4; }
  70% { transform: scale(1.08); }
  100% { transform: scale(1); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  html[data-site-theme="modern-tokyo"] *,
  html[data-site-theme="modern-tokyo"] *::before,
  html[data-site-theme="modern-tokyo"] *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 768px) {
  html[data-site-theme="modern-tokyo"] .mob-nav {
    background: rgba(42, 22, 13, .96);
    border-bottom: 3px solid var(--tokyo-orange);
  }
  html[data-site-theme="modern-tokyo"] .hero { background: linear-gradient(160deg,#fffaf4 0 72%,#f3d1ad 72%); }
  html[data-site-theme="modern-tokyo"] .h-h1 { font-size: clamp(2.6rem, 14vw, 4.4rem); }
  html[data-site-theme="modern-tokyo"] .h-btns { justify-content: center; }
  html[data-site-theme="modern-tokyo"] .pgrid,
  html[data-site-theme="modern-tokyo"] .mgrid { gap: 12px; }
  html[data-site-theme="modern-tokyo"] .a-vis { border-radius: 0; }
  html[data-site-theme="modern-tokyo"] .wo-about-collage {
    gap: 6px;
    padding: 14px;
  }
  html[data-site-theme="modern-tokyo"] .wo-about-collage img { border-radius: 9px; }
}

.wo-theme-switcher {
  position: fixed;
  left: max(12px, env(safe-area-inset-left));
  bottom: calc(5.25rem + env(safe-area-inset-bottom));
  z-index: 459;
}
.wo-theme-switcher button {
  border: 1px solid rgba(92,51,23,.15);
  border-radius: 999px;
  background: rgba(255,248,239,.95);
  color: #5c3317;
  padding: 8px 12px;
  font: 700 .68rem "Sarabun",sans-serif;
  box-shadow: 0 6px 20px rgba(42,22,13,.13);
  backdrop-filter: blur(10px);
  cursor: pointer;
}
