@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&family=Noto+Naskh+Arabic:wght@400;600;700&display=swap");

@font-face {
  font-family: "SykoHero";
  src: url("../public/fonts/syko-hero.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "DastNevis";
  src:
    url("../public/fonts/dast-nevis.woff2") format("woff2"),
    url("../public/fonts/dast-nevis.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --bg: #050505;
  --bg-secondary: #0e0e0e;
  --bg-card: #141414;
  --red: #cc2200;
  --red-bright: #e63434;
  --gold: #f5c842;
  --cream: #f0d9a8;
  --white: #ffffff;
  --muted: #a1a1aa;
  --muted-deep: #888880;
  --border: rgba(240, 217, 168, 0.08);
  --border-strong: rgba(240, 217, 168, 0.12);
  --border-red: rgba(204, 34, 0, 0.3);
  --shadow-soft: 0 24px 80px rgba(0, 0, 0, 0.55);
  --header-height: 5rem;
  --syko-delay: 0ms;
  --font-brand: "SykoHero", "Bebas Neue", Impact, sans-serif;
  --font-latin: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --font-korean: "Noto Sans KR", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
  --font-arabic: "DastNevis", "Noto Naskh Arabic", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  font-family: var(--font-latin);
  background: var(--bg);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.section-shell {
  width: min(100%, 88rem);
  margin: 0 auto;
  padding-inline: clamp(1rem, 4vw, 3rem);
}

.section-pad {
  padding-block: clamp(2.75rem, 5.5vw, 4.75rem);
}

.z-1 {
  z-index: 1;
}

.hero-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-bottom-cover {
  object-position: center bottom;
}

.eyebrow {
  font-family: var(--font-brand);
  font-size: 0.8rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--gold);
}

.page-title {
  font-family: var(--font-brand);
  font-size: clamp(4.25rem, 10vw, 7rem);
  line-height: 0.92;
  letter-spacing: 0.06em;
}

.page-title-red {
  color: var(--red);
}

.page-title-cream {
  color: var(--cream);
}

.section-headline {
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.07;
  font-weight: 700;
  color: var(--white);
}

.text-cream {
  color: var(--cream);
}

.body-muted {
  color: #d4d4d8;
}

.syko-word-street {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(4.25rem, 19vw, 11rem);
  line-height: 0.92;
  color: #cc3333;
  font-style: italic;
  text-shadow: rgba(0, 0, 0, 0.3) 0 5px 0;
}

.page-home .hero-syko-wrap .syko-word-street {
  letter-spacing: 0.02em;
  width: 100%;
  /* Fallback when container queries are unavailable */
  font-size: clamp(3.25rem, 12vw, 9rem);
}

.syko-word-stacked {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0.88;
}

.syko-word-line {
  display: block;
}

@supports (container-type: inline-size) {
  .page-home .hero-syko-wrap .syko-word-street {
    /* Scales with the center column between the two sign bands */
    font-size: clamp(2.75rem, 36cqi, 9rem);
  }
}

@media (min-width: 576px) {
  .page-home .hero-brand-stack {
    max-width: 26%;
    margin-inline: auto;
  }
}

@media (max-width: 575.98px) {
  .page-home .hero-brand-stack {
    max-width: 100%;
  }

  .page-home .hero-syko-wrap .syko-word-street {
    font-size: clamp(3rem, 16vw, 5.5rem);
  }
}

.syko-subword,
.dukan-subword {
  font-family: var(--font-brand);
  line-height: 1;
}

.syko-subword {
  font-size: clamp(1rem, 5.2vw, 2.5rem);
  letter-spacing: 0.22em;
  color: var(--cream);
}

.dukan-subword {
  font-size: 1.85rem;
  letter-spacing: 0.2em;
  color: var(--gold);
}

.hero-sub-accent {
  font-family: var(--font-brand);
  color: #cc3333;
  font-style: italic;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.3) 0 2px 0;
}

.btn {
  border-radius: 999px;
  padding: 0.85rem 1.8rem;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  border-width: 1.5px;
  transition:
    transform 0.18s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    color 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-syko-primary {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.btn-syko-primary:hover,
.btn-syko-primary:focus-visible {
  background: var(--red-bright);
  border-color: var(--red-bright);
  color: var(--white);
}

.btn-syko-outline {
  background: transparent;
  border-color: var(--cream);
  color: var(--cream);
}

.btn-syko-outline:hover,
.btn-syko-outline:focus-visible {
  background: var(--cream);
  border-color: var(--cream);
  color: var(--bg);
}

.btn-syko-gold {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--bg);
}

.btn-syko-gold:hover,
.btn-syko-gold:focus-visible {
  background: #ffe87a;
  border-color: #ffe87a;
  color: var(--bg);
}

.divider-gold {
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 40%, var(--red) 60%, transparent);
  opacity: 0.35;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  transition:
    background-color 0.35s ease,
    border-color 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header.scrolled,
.site-header.menu-open {
  background: rgba(5, 5, 5, 0.88);
  border-bottom: 1px solid rgba(240, 217, 168, 0.1);
  backdrop-filter: blur(20px);
}

.nav-shell {
  min-height: var(--header-height);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
}

.nav-logo-link {
  display: inline-flex;
  align-items: center;
  width: 3.5rem;
  transition:
    opacity 0.36s ease,
    transform 0.36s ease,
    width 0.36s ease,
    visibility 0.36s ease;
}

.site-header.in-hero .nav-logo-link {
  opacity: 0;
  visibility: hidden;
  width: 0;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  transform: translateY(-6px) scale(0.65);
  pointer-events: none;
}

.nav-logo {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
}

.site-nav {
  justify-content: center;
  align-items: center;
  gap: 2.25rem;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0;
  font-weight: 500;
  color: #d4d4d8;
  transition: color 0.2s ease;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--cream);
}

.nav-link.is-active::after {
  content: "";
  position: absolute;
  inset: auto 0 -0.2rem;
  height: 1px;
  background: var(--red);
}

.nav-actions {
  justify-content: flex-end;
}

.btn-call-now {
  padding-inline: 1.25rem;
  font-size: 0.85rem;
}

.mobile-menu-btn {
  justify-self: end;
  display: inline-flex;
  flex-direction: column;
  gap: 0.35rem;
  border: 0;
  background: transparent;
  padding: 0.5rem;
}

.mobile-menu-btn span {
  display: block;
  width: 1.5rem;
  height: 2px;
  background: var(--cream);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.site-header.menu-open .mobile-menu-btn span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.site-header.menu-open .mobile-menu-btn span:nth-child(2) {
  opacity: 0;
}

.site-header.menu-open .mobile-menu-btn span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.mobile-menu-overlay {
  position: fixed;
  inset: 0;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
}

.mobile-menu-panel {
  position: fixed;
  top: 5rem;
  left: 1rem;
  right: 1rem;
  z-index: 1020;
  border: 1px solid rgba(240, 217, 168, 0.14);
  border-radius: 1.25rem;
  background: rgba(5, 5, 5, 0.94);
  box-shadow: var(--shadow-soft);
  padding: 1.25rem;
  animation: fadeUp 0.24s ease both;
}

.mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-close-btn {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 168, 0.18);
  background: transparent;
  color: var(--cream);
  font-size: 1.35rem;
  line-height: 1;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mobile-nav-link {
  font-family: var(--font-brand);
  font-size: 2rem;
  letter-spacing: 0.12em;
  color: var(--cream);
  transition: color 0.2s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.is-active {
  color: var(--red);
}

.street-hero {
  position: relative;
  min-height: 100vh;
}

.hero-sticky {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--header-height) + 2.5rem) 1rem 4rem;
  background: var(--bg);
}

.page-home .hero-sticky {
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.page-home .hero-title-slot {
  position: relative;
  z-index: 10;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  width: 100%;
}

.page-home .hero-bottom-slot {
  position: relative;
  z-index: 10;
  flex-shrink: 0;
  width: 100%;
  max-width: min(100%, 50rem);
  margin-inline: auto;
  padding-inline: 0.75rem;
  padding-bottom: max(0.25rem, env(safe-area-inset-bottom, 0px));
  text-align: center;
}

.page-home .hero-bottom-slot .syko-subword {
  margin-top: 0;
  margin-bottom: 0;
}

.hero-layer,
.hero-red-glow,
.end-arch-layer {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-pattern img {
  opacity: 0.07;
}

.hero-skyline {
  inset: auto 0 0;
  height: 55%;
}

.hero-skyline img {
  opacity: 0.18;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
}

.hero-bridge-depth {
  inset: auto 0 0;
  height: 65%;
}

.hero-bridge-depth img {
  opacity: 0.12;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
}

.hero-red-glow {
  background: radial-gradient(ellipse 50% 40% at 50% 60%, rgba(204, 34, 0, 0.22), transparent 65%);
}

.street-sign {
  position: absolute;
  top: 50%;
  width: clamp(7rem, 13vw, 13rem);
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

/* Left / right bands: illustrations stay out of the center column at all zoom levels */
.hero-signs {
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
}

.hero-signs--before {
  left: 0;
  width: 42%;
}

.hero-signs--after {
  right: 0;
  left: auto;
  width: 42%;
}

/* Center gutter (sm+): 2× default .street-sign width */
.hero-center-illu {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% - 1rem), -50%);
  z-index: 2;
  pointer-events: none;
  width: clamp(14rem, 26vw, 26rem);
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.45));
}

.hero-center-illu-img {
  display: block;
  width: 100%;
  height: auto;
}

.street-sign.float-y {
  animation: none;
}

.street-sign img {
  animation: float 6s ease-in-out infinite;
}

.hero-signs--before .sign-syria-beside {
  left: clamp(0%, 2%, 4%);
  transform: translateY(-50%);
}

.hero-signs--before .sign-syria-third {
  left: clamp(30%, 34%, 38%);
  transform: translateY(-50%);
}

.hero-signs--before .sign-syria-front {
  left: clamp(62%, 66%, 70%);
  transform: translateY(-50%);
}

/* After logo (right band): 06 → 11 → 04 → 05 */
.hero-signs--after .sign-syria-right {
  left: clamp(0%, 2%, 4%);
  transform: translateY(-50%);
}

.hero-signs--after .sign-syria-right-top {
  left: clamp(24%, 28%, 32%);
  top: 44%;
  transform: translateY(-50%);
}

.hero-signs--after .sign-syria-after {
  left: clamp(48%, 54%, 60%);
  width: clamp(14.4rem, 21.6vw, 21.6rem);
  transform: translateY(-50%);
}

.hero-signs--after .sign-syria-under {
  left: clamp(74%, 80%, 86%);
  top: 56%;
  transform: translateY(-50%);
}

.hero-brand-stack {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(100%, 50rem);
  padding-inline: 0.75rem;
  text-align: center;
  margin-inline: auto;
}

.page-home .hero-brand-stack {
  container-type: inline-size;
  container-name: hero-brand;
}

.hero-logo-wrap {
  position: absolute;
  top: max(calc(var(--header-height) + 0.35rem), env(safe-area-inset-top, 0px));
  left: max(0.5rem, env(safe-area-inset-left, 0px));
  z-index: 11;
  width: clamp(7rem, 10vw, 10rem);
  margin: 0;
}

.hero-logo {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.65));
  animation: float 7s ease-in-out infinite;
}

.page-home #s-hero .hero-logo,
.page-home #s-hero .street-sign img,
.page-home .walk-story-sticky .street-sign img {
  animation: none;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2rem;
}

.page-home .hero-bottom-slot .hero-ctas {
  margin-top: 0.85rem;
}

/* ─────────────────────────────────────────
   Home hero — street lineup (reference layout)
───────────────────────────────────────── */
.page-home .hero-sticky-street {
  justify-content: flex-end;
  padding-bottom: clamp(1.5rem, 4vh, 3rem);
  background: #000;
}

@media (max-width: 767.98px) {
  .page-home .hero-sticky-street {
    padding-bottom: 0.45rem;
  }
}

.page-home .hero-sticky-street .hero-logo-wrap.hero-logo-tilt {
  width: clamp(7.5rem, 13vw, 12.5rem);
  transform: rotate(-12deg);
  transform-origin: top left;
}

.hero-street {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hs-item {
  position: absolute;
  height: auto;
  filter: drop-shadow(0 10px 28px rgba(0, 0, 0, 0.55));
}

/*
  Left → right: skyline, bridge, street pole, SYKO shop, text pole, arch, Dukan sign.
  Source canvases have large transparent margins, so each `bottom` subtracts the
  image's own bottom padding (a fixed fraction of its width) to land every piece
  on the shared street line (--street-line, measured from the hero's bottom edge).
*/
.hero-street {
  --street-line: 32%;
}

.hs-skyline {
  left: 4vw;
  bottom: calc(var(--street-line) - 8.7vw);
  width: 25vw;
  opacity: 0.9;
  z-index: 1;
}

.hs-bridge {
  left: 30vw;
  bottom: calc(var(--street-line) - 13.7vw);
  width: 38vw;
  z-index: 2;
}

.hs-streetpole {
  left: 60vw;
  bottom: calc(var(--street-line) - 0.2vw);
  width: 22vw;
  z-index: 5;
}

.hs-restaurant {
  left: 62.5vw;
  bottom: calc(var(--street-line) - 3.4vw);
  width: 10.5vw;
  z-index: 3;
}

.hs-textpole {
  left: 70.5vw;
  bottom: calc(var(--street-line) - 1vw);
  width: 12vw;
  opacity: 0.95;
  z-index: 2;
}

.hs-arch {
  left: 77.5vw;
  bottom: calc(var(--street-line) - 4.4vw);
  width: 13.5vw;
  z-index: 3;
}

.hs-dukan {
  left: 89.5vw;
  bottom: calc(var(--street-line) - 2.6vw);
  width: 10.5vw;
  transform: perspective(600px) rotateY(-14deg);
  z-index: 3;
}

.page-home .hero-sticky-street .hero-flame {
  width: clamp(10rem, 22vw, 26rem);
  height: 52%;
  z-index: 4;
  opacity: 0.9;
}

.page-home .hero-sticky-street .hero-red-glow {
  background: radial-gradient(ellipse 55% 38% at 50% 72%, rgba(204, 34, 0, 0.25), transparent 65%);
}

.page-home .hero-sticky-street .hero-bottom-slot {
  z-index: 10;
}

@media (max-width: 767.98px) {
  .hero-street {
    --street-line: 38%;
  }

  .hs-skyline {
    left: 1vw;
    width: 34vw;
    bottom: calc(var(--street-line) - 11.8vw);
  }

  .hs-bridge {
    left: 27vw;
    width: 44vw;
    bottom: calc(var(--street-line) - 15.9vw);
  }

  .hs-textpole {
    display: none;
  }

  .hs-streetpole {
    display: block;
    left: 64vw;
    width: 22vw;
    bottom: calc(var(--street-line) - 5.7vw);
  }

  .hs-restaurant {
    left: 46vw;
    width: 24vw;
    bottom: calc(var(--street-line) - 6.8vw);
    z-index: 4;
  }

  .hs-arch {
    left: 70vw;
    width: 19vw;
    bottom: calc(var(--street-line) - 6.2vw);
  }

  .hs-dukan {
    left: 87vw;
    width: 14vw;
    bottom: calc(var(--street-line) - 3.4vw);
  }

  .page-home .hero-sticky-street .hero-flame {
    width: 36vw;
    height: 26%;
  }
}

.street-section {
  position: relative;
  overflow: hidden;
  background: var(--bg);
}

.section-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.section-glow-left {
  background: radial-gradient(ellipse 60% 50% at 20% 50%, rgba(204, 34, 0, 0.12), transparent 60%);
}

.section-glow-right {
  background: radial-gradient(ellipse 60% 50% at 80% 50%, rgba(245, 200, 66, 0.08), transparent 60%);
}

.section-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.section-description {
  max-width: 34rem;
  font-size: 0.95rem;
  line-height: 1.9;
}

.highlight-list {
  display: grid;
  gap: 0.6rem;
}

.highlight-item {
  padding-left: 1rem;
  border-left: 2px solid var(--red);
  color: var(--cream);
  font-size: 0.9rem;
}

.hours-stack,
.hours-inline {
  color: var(--muted-deep);
  font-size: 0.78rem;
}

.hours-stack p,
.hours-inline {
  margin: 0;
}

.hours-stack {
  display: grid;
  gap: 0.35rem;
}

.visual-panel {
  position: relative;
  min-height: clamp(18rem, 48vw, 28rem);
}

.visual-panel img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visual-motif,
.visual-main,
.visual-heart {
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
}

.visual-motif-ruins {
  left: 0;
  bottom: 0;
  width: 66%;
  height: 100%;
  opacity: 0.2;
}

.visual-main-storefront {
  inset: 0;
  opacity: 0.85;
}

.address-chip {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  max-width: min(24rem, calc(100% - 2rem));
  padding: 0.85rem 1rem;
  border-radius: 0.9rem;
  border: 1px solid rgba(204, 34, 0, 0.3);
  background: rgba(14, 14, 14, 0.8);
  backdrop-filter: blur(8px);
  color: #d4d4d8;
  font-size: 0.78rem;
  line-height: 1.5;
}

.address-icon {
  display: inline-flex;
  width: 1rem;
  justify-content: center;
  color: var(--red);
  font-weight: 700;
}

.visual-panel-dukan {
  min-height: clamp(16rem, 40vw, 24rem);
}

.visual-main-temple {
  inset: 0;
  opacity: 0.2;
}

.visual-main-dukan-logo {
  inset: 0;
  padding: 1.5rem;
  opacity: 0.8;
}

.visual-heart {
  top: 1rem;
  right: 1rem;
  width: 5rem;
  opacity: 0.75;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem;
}

.category-chip {
  border: 1px solid rgba(245, 200, 66, 0.2);
  border-radius: 0.65rem;
  padding: 0.65rem 0.8rem;
  font-size: 0.76rem;
  color: #d4d4d8;
  background: rgba(245, 200, 66, 0.04);
}

.story-map-section {
  text-align: center;
}

.walk-title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: clamp(2.75rem, 7vw, 4rem);
  letter-spacing: 0.08em;
  color: var(--cream);
}

.story-map-wrap {
  padding-bottom: clamp(2.5rem, 5vw, 3.5rem);
}

.walk-story-sticky {
  position: relative;
  isolation: isolate;
  min-height: clamp(18rem, 48vmin, 34rem);
  overflow: hidden;
  background: var(--bg);
}

.interior-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 2rem);
}

.interior-hero-copy {
  max-width: 44rem;
  padding: 3rem 0 4rem;
}

.interior-description {
  max-width: 42rem;
  margin-top: 1rem;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.9;
}

.interior-hero-gradient {
  position: absolute;
  inset: 0;
}

.interior-hero-gradient::before,
.interior-hero-gradient::after {
  content: "";
  position: absolute;
  inset: 0;
}

.interior-hero-gradient::before {
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.82), var(--bg));
}

.interior-hero-gradient-red::after {
  background: radial-gradient(ellipse 70% 60% at 50% 30%, rgba(204, 34, 0, 0.18), transparent 65%);
}

.interior-hero-gradient-gold::after {
  background: radial-gradient(ellipse 65% 55% at 50% 30%, rgba(245, 200, 66, 0.12), transparent 65%);
}

.hero-ornament {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
}

.hero-ornament img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-ornament-left {
  left: 0;
  width: 16rem;
  height: 12rem;
  opacity: 0.25;
}

.hero-ornament-right {
  right: 2rem;
  width: 20rem;
  height: 16rem;
  opacity: 0.6;
}

.hero-ornament-temple {
  left: 1rem;
  width: 13rem;
  height: 10rem;
  opacity: 0.16;
}

/* ─────────────────────────────────────────
   Hero two-column layout for Dukan page
───────────────────────────────────────── */
.page-dukan .hero-two-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 2rem 0 1rem;
}

.page-dukan .hero-left-copy {
  flex: 1;
  min-width: 250px;
}

.page-dukan .hero-right-image {
  flex: 0 0 auto;
  width: min(380px, 45%);
  max-width: 450px;
  filter: drop-shadow(8px 12px 20px rgba(0, 0, 0, 0.35));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.page-dukan .hero-right-image:hover {
  transform: translateY(-6px) rotate(1deg);
  filter: drop-shadow(12px 16px 28px rgba(0, 0, 0, 0.45));
}

.border-dukan-market-top {
  border-top: 1px solid rgba(240, 217, 168, 0.12);
}

/* ── Dukan two-column layout ── */
.page-dukan .dukan-layout {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

/* ── Category sidebar ── */
.page-dukan .dukan-cat-sidebar {
  flex: 0 0 13.5rem;
  width: 13.5rem;
  min-width: 0;
  position: sticky;
  top: calc(var(--header-height) + 1.25rem);
  max-height: calc(100vh - var(--header-height) - 2rem);
  overflow-y: auto;
  overflow-x: hidden;
  margin-right: 2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(230, 194, 120, 0.18) transparent;
}

.page-dukan .dukan-cat-sidebar::-webkit-scrollbar {
  width: 3px;
}

.page-dukan .dukan-cat-sidebar::-webkit-scrollbar-thumb {
  background: rgba(230, 194, 120, 0.22);
  border-radius: 999px;
}

.page-dukan .dukan-cat-sidebar-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0.75rem 0;
  margin-bottom: 0.35rem;
  border-bottom: 1px solid rgba(240, 217, 168, 0.1);
}

.page-dukan .dukan-cat-sidebar-label {
  font-family: var(--font-brand);
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  color: var(--gold);
  text-transform: uppercase;
}

/* Mobile toggle button — hidden on desktop */
.page-dukan .dukan-cat-toggle {
  display: none;
}

/* Category list nav */
.page-dukan .dukan-cat-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Individual category item */
.page-dukan .dukan-cat-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  background: transparent;
  border: none;
  border-left: 2px solid transparent;
  padding: 0.62rem 0.6rem 0.62rem 0.85rem;
  color: var(--muted);
  text-align: left;
  cursor: pointer;
  transition:
    color 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.page-dukan .dukan-cat-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.85rem;
  right: 0.6rem;
  height: 1px;
  background: rgba(240, 217, 168, 0.06);
}

.page-dukan .dukan-cat-item:last-child::after {
  display: none;
}

.page-dukan .dukan-cat-item:hover {
  color: var(--cream);
  background: rgba(240, 217, 168, 0.04);
  border-left-color: rgba(230, 194, 120, 0.3);
}

.page-dukan .dukan-cat-item.is-active {
  color: var(--gold);
  border-left-color: var(--gold);
  background: linear-gradient(
    90deg,
    rgba(245, 200, 66, 0.08) 0%,
    transparent 80%
  );
}

.page-dukan .dukan-cat-item-name {
  font-size: 0.84rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.35;
}

.page-dukan .dukan-cat-item-count {
  flex-shrink: 0;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--muted-deep);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(240, 217, 168, 0.1);
  border-radius: 4px;
  padding: 0.1rem 0.38rem;
  min-width: 1.6rem;
  text-align: center;
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.page-dukan .dukan-cat-item.is-active .dukan-cat-item-count {
  color: var(--bg);
  background: var(--gold);
  border-color: var(--gold);
}

/* Products column */
.page-dukan .dukan-products-col {
  flex: 1 1 0;
  min-width: 0;
}

/* Toolbar: search + meta — no longer sticky standalone, lives inside products col */
.page-dukan .dukan-catalog-toolbar {
  margin-bottom: 1rem;
}

.page-dukan .dukan-catalog-search {
  max-width: 100%;
  background: rgba(13, 13, 13, 0.92);
  border: 1px solid rgba(240, 217, 168, 0.28);
  color: var(--cream);
  border-radius: 0.55rem;
  padding: 0.62rem 0.85rem;
}

.page-dukan .dukan-catalog-search:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.12rem rgba(230, 194, 120, 0.25);
  outline: none;
}

.page-dukan .menu-meta-dukan-catalog {
  margin-top: 0.35rem;
  padding-top: 0.5rem;
  border-top-color: rgba(240, 217, 168, 0.1);
}

.page-dukan .dukan-catalog-mount {
  min-height: 12rem;
}

.page-dukan .dukan-catalog-loading {
  color: #a1a1aa;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
}

.page-dukan .menu-shell .dukan-catalog-mount .menu-grid {
  margin-top: 0;
}

.page-dukan .menu-shell .menu-grid {
  margin-top: 0.75rem;
}

.page-dukan .menu-card.menu-card-out-stock {
  opacity: 0.62;
}

.page-dukan .syko-catalog-section-heading {
  margin: 2.25rem 0 0.75rem;
  font-family: var(--font-brand);
  letter-spacing: 0.06em;
  color: var(--gold);
  font-size: clamp(1.35rem, 2.4vw, 1.95rem);
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.page-dukan .hero-sign-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  background: transparent;
}

/* Make the image bigger on desktop without touching margins/padding */
@media (min-width: 992px) {
  .page-dukan .hero-right-image {
    width: min(480px, 50%);
    max-width: 550px;
  }
}

/* On mobile, stack vertically */
@media (max-width: 767.98px) {
  .page-dukan .hero-two-columns {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-dukan .hero-right-image {
    width: 80%;
    max-width: 320px;
    align-self: center;
  }
}

.about-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.about-syko-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: calc(var(--header-height) + 3.5rem) 0 5rem;
  background: var(--bg);
}

.about-bg-pattern img {
  opacity: 0.08;
}

.about-bg-bridge img {
  opacity: 0.12;
}

.about-bg-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 4rem;
}

.about-bg-logo img {
  width: min(26rem, 32vw);
  opacity: 0.08;
  filter: drop-shadow(0 18px 40px rgba(0, 0, 0, 0.4));
}

.about-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 50% at 25% 20%, rgba(204, 34, 0, 0.16), transparent 70%),
    linear-gradient(to bottom, rgba(5, 5, 5, 0.72), var(--bg));
}

.about-shell {
  position: relative;
  max-width: 76rem;
  margin: 0 auto;
}

.about-header {
  max-width: 44rem;
  margin-bottom: 3rem;
}

.about-accent {
  color: var(--cream);
}

.about-intro {
  margin: 0;
  max-width: 41rem;
  margin-top: 1.2rem;
  color: #d4d4d8;
  font-size: 1.05rem;
  line-height: 1.95;
}

.about-edge-panel {
  position: absolute;
  top: 2rem;
  right: 0;
  display: grid;
  gap: 1rem;
  width: 18.5rem;
  padding: 1rem;
  background: rgba(8, 8, 8, 0.92);
  border: 1px solid rgba(240, 217, 168, 0.14);
  border-radius: 1.75rem 0.75rem 0.75rem 1.75rem;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.33);
  z-index: 10;
}

.about-edge-card {
  display: grid;
  grid-template-columns: 3.2rem 1fr;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem;
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(240, 217, 168, 0.08);
}

.about-edge-card img {
  width: 3.2rem;
  height: 3.2rem;
  object-fit: contain;
  opacity: 0.9;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
}

.about-edge-copy {
  margin: 0;
  color: var(--cream);
  font-size: 0.88rem;
  line-height: 1.55;
}

.about-intro-box {
  padding: 2rem;
  border-radius: 1.5rem;
  background: rgba(9, 9, 9, 0.92);
  border: 1px solid rgba(240, 217, 168, 0.08);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem;
}

.about-intro {
  margin: 0;
  max-width: none;
  font-size: 1.04rem;
  line-height: 1.9;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.about-card {
  padding: 1.75rem;
  border-radius: 1.4rem;
  background: rgba(12, 12, 12, 0.96);
  border: 1px solid rgba(240, 217, 168, 0.12);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.28);
}

.about-card::before {
  width: 4px;
}

.about-card-label {
  margin-bottom: 0.75rem;
  color: var(--gold);
}

.about-card-title {
  font-size: 1.55rem;
}

.about-card-copy {
  margin-top: 1rem;
  color: #c9c9cf;
}

.about-closing {
  margin-top: 2rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(240, 217, 168, 0.12);
}

.about-highlight {
  color: var(--red);
  font-weight: 700;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.about-card {
  position: relative;
  min-height: 100%;
  padding: 1.75rem;
  border: 1px solid rgba(240, 217, 168, 0.1);
  border-radius: 1.15rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0)),
    rgba(14, 14, 14, 0.92);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.about-card:hover {
  transform: translateY(-6px);
  border-color: rgba(204, 34, 0, 0.34);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.about-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: 1.15rem 0 0 1.15rem;
  background: linear-gradient(180deg, var(--red), rgba(245, 200, 66, 0.55));
}

.about-card-label {
  margin: 0 0 0.55rem;
  color: var(--gold);
  font-size: 0.74rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-card-title {
  margin: 0;
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.2;
}

.about-card-copy {
  margin: 0.95rem 0 0;
  color: #b8b8c0;
  font-size: 0.94rem;
  line-height: 1.85;
}

.about-closing {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(240, 217, 168, 0.12);
}

.about-closing p {
  margin: 0;
  color: var(--cream);
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
}

.about-closing span {
  color: var(--white);
}

.contact-page-shell {
  padding-top: calc(var(--header-height) + 1.5rem);
}

.contact-page-wrap {
  max-width: 68rem;
}

.contact-header {
  margin-bottom: 2rem;
}

.contact-header-copy {
  max-width: 36rem;
  margin: 0.5rem auto 0;
  color: #d4d4d8;
  font-size: 0.92rem;
}

.contact-info-panel {
  display: flex;
  flex-direction: column;
}

.contact-phone-display {
  display: block;
  font-family: var(--font-brand);
  font-size: clamp(2.2rem, 6vw, 3rem);
  letter-spacing: 0.08em;
  color: var(--red);
  transition: color 0.2s ease;
}

.contact-phone-display:hover {
  color: var(--cream);
}

.contact-address-display {
  margin: 1rem 0 0;
  color: var(--cream);
  font-size: 1rem;
  line-height: 1.8;
}

.contact-hours-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-label {
  color: #ececec;
  font-size: 0.88rem;
  font-weight: 500;
}

.syko-input {
  border: 1px solid rgba(240, 217, 168, 0.18);
  border-radius: 0.9rem;
  background: #0d0d0d;
  color: var(--white);
  padding: 0.85rem 1rem;
}

.syko-input:focus {
  border-color: rgba(240, 217, 168, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(240, 217, 168, 0.1);
  background: #0d0d0d;
  color: var(--white);
}

.syko-input::placeholder {
  color: #71717a;
}

.syko-textarea {
  min-height: 9rem;
  resize: vertical;
}

.contact-form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-top: 0.25rem;
}

.contact-form-status {
  margin: 0;
  font-size: 0.86rem;
  color: #a1a1aa;
}

.contact-form-status.is-success {
  color: var(--cream);
}

.contact-form-status.is-error {
  color: #ff8b77;
}

.contact-map-panel {
  margin-top: 1.5rem;
  padding: 0;
  overflow: hidden;
}

.contact-map-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(240, 217, 168, 0.1);
}

.contact-map-title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: var(--cream);
}

.contact-map-frame {
  width: 100%;
  height: 28rem;
  background: #0b0b0b;
}

.contact-map-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.contact-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.contact-card {
  background: rgba(240, 217, 168, 0.05);
  border: 1px solid rgba(240, 217, 168, 0.1);
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.contact-card:hover {
  background: rgba(240, 217, 168, 0.1);
  border-color: rgba(240, 217, 168, 0.3);
  transform: translateY(-5px);
}

.contact-icon {
  font-size: 2.5rem;
  color: var(--red);
  margin-bottom: 1rem;
}

.contact-card-title {
  font-family: var(--font-brand);
  font-size: 1.5rem;
  color: var(--cream);
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}

.contact-card-link {
  color: var(--white);
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.2s ease;
}

.contact-card-link:hover {
  color: var(--red);
}

.contact-card-text {
  color: var(--cream);
  font-size: 1rem;
  line-height: 1.6;
}

.contact-hours {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contact-hours-section {
  text-align: left;
}

.contact-hours-label {
  font-weight: 600;
  color: var(--cream);
  margin-bottom: 0.5rem;
}

.contact-hours p {
  color: var(--white);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.visit-hero {
  position: relative;
  min-height: 14rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding-top: calc(var(--header-height) + 1rem);
}

.visit-hero-bridge {
  opacity: 0.2;
}

.visit-hero-arch {
  opacity: 0.15;
}

.visit-hero-arch img {
  object-fit: contain;
  object-position: right;
}

.visit-hero-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(5, 5, 5, 0.6), var(--bg));
}

.visit-hero-copy {
  position: relative;
  padding-bottom: 2.5rem;
}

.visit-card {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.visit-card-art {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9rem;
  height: 9rem;
  opacity: 0.15;
  pointer-events: none;
}

.visit-card-art-small {
  width: 7rem;
  height: 7rem;
  opacity: 0.2;
}

.visit-card-art img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.visit-banner {
  position: relative;
  height: 13rem;
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid rgba(240, 217, 168, 0.1);
}

.visit-banner-layer {
  position: absolute;
  inset: 0;
}

.visit-banner-bridge img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.35;
}

.visit-banner-skyline img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right;
  opacity: 0.2;
}

.visit-banner-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(14, 14, 14, 0.82), transparent);
}

.visit-banner-copy {
  position: absolute;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
}

.visit-banner-title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: var(--red);
}

.visit-banner-subtitle {
  margin: 0.15rem 0 0;
  color: var(--cream);
  font-size: 0.95rem;
}

.info-panel {
  height: 100%;
  padding: 1.5rem;
  border: 1px solid var(--border-strong);
  border-radius: 1.25rem;
  background: var(--bg-card);
}

.info-strong {
  margin: 0;
  color: var(--cream);
  font-size: 0.98rem;
  line-height: 1.8;
}

.info-link {
  display: block;
  margin-top: 0.6rem;
  color: #d4d4d8;
  transition: color 0.2s ease;
}

.info-link:hover {
  color: var(--cream);
}

.info-stack {
  display: grid;
  gap: 0.45rem;
  color: #d4d4d8;
}

.info-stack p {
  margin: 0;
}

.info-pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.info-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 168, 0.28);
  background: #0d0d0d;
  color: #ececec;
  font-size: 0.82rem;
  font-weight: 600;
}

.menu-shell {
  padding-top: 0.5rem;
}

.menu-header {
  margin-bottom: 1.25rem;
}

.menu-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(240, 217, 168, 0.2);
}

.choice-button {
  position: relative;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  padding: 0.7rem 0.2rem;
  color: #a1a1aa;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.choice-button.is-active {
  border-color: #15a8a0;
}

.choice-button.is-active,
.choice-button:hover {
  color: #f5f5f5;
}

.choice-label-syrian,
.choice-label-korean,
.choice-label-fusion {
  display: inline-block;
}

.choice-label-syrian {
  font-family: var(--font-brand);
  letter-spacing: 0.08em;
  color: var(--cream);
  font-size: 1.1rem;
}

.choice-label-korean {
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #c8e9ff;
}

.choice-label-fusion {
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--gold);
}

.category-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.25rem;
}

.category-button {
  border: 1px solid rgba(240, 217, 168, 0.28);
  border-radius: 999px;
  background: #0d0d0d;
  color: #e4e4e7;
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  font-weight: 600;
  transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.category-button:hover,
.category-button.is-active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.menu-meta {
  margin: 1.5rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(240, 217, 168, 0.12);
  color: #a1a1aa;
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.menu-grid,
.market-grid {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.menu-grid {
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
  grid-auto-rows: 1fr;
}

.market-grid {
  grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
  grid-auto-rows: 1fr;
}

.menu-card,
.market-card {
  position: relative;
  overflow: hidden;
  padding: 1.25rem;
  border: 1px solid var(--border-red);
  border-radius: 1.25rem;
  background: var(--bg-card);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.market-card {
  border-color: rgba(240, 217, 168, 0.14);
}

.menu-card:hover {
  transform: translateY(-4px);
  border-color: rgba(204, 34, 0, 0.45);
}

.market-card:hover {
  transform: translateY(-5px);
  border-color: rgba(245, 200, 66, 0.38);
}

.menu-card-head,
.market-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.menu-category-label {
  margin: 0 0 0.3rem;
  color: var(--gold);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.menu-item-title,
.market-card-title {
  margin: 0;
  color: #fafafa;
  font-size: 1.2rem;
  font-weight: 600;
}

.menu-price,
.market-card-price {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.menu-price {
  color: var(--red);
}

.market-card-price {
  color: var(--gold);
}

.menu-description {
  margin: 0.9rem 0 0;
  color: #d4d4d8;
  line-height: 1.75;
  font-size: 0.92rem;
}

.menu-note {
  margin: 0.9rem 0 0;
  color: var(--cream);
  font-size: 0.78rem;
  line-height: 1.65;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 1rem;
}

.tag-chip {
  border: 1px solid rgba(240, 217, 168, 0.28);
  border-radius: 999px;
  background: #0a0a0a;
  padding: 0.35rem 0.65rem;
  color: #ececec;
  font-size: 0.72rem;
  font-weight: 500;
}

.menu-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
  padding-top: 1rem;
  width: 100%;
}

.cart-controls {
  align-items: center;
  justify-content: flex-start;
}

.qty-selector {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.45rem;
  border: 1px solid rgba(240, 217, 168, 0.28);
  border-radius: 999px;
  background: #0d0d0d;
  margin-left: auto;
}

.qty-btn {
  width: 1.7rem;
  height: 1.7rem;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: var(--cream);
  font-weight: 700;
  line-height: 1;
  padding: 0;
}

.qty-value {
  min-width: 1.2rem;
  text-align: center;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
}

/* Restaurant quantity controls (red theme) */
.page-restaurant .qty-selector,
.menu-card .qty-selector {
  border-color: rgba(204, 34, 0, 0.5);
  background: rgba(204, 34, 0, 0.16);
}

.page-restaurant .qty-btn,
.menu-card .qty-btn {
  color: var(--red);
}

.page-restaurant .qty-value,
.menu-card .qty-value {
  color: var(--red);
}

/* Dukan quantity controls (gold theme) */
.page-dukan .qty-selector,
.market-card .qty-selector {
  border-color: rgba(245, 200, 66, 0.45);
  background: rgba(245, 200, 66, 0.16);
}

.page-dukan .qty-btn,
.market-card .qty-btn {
  color: var(--gold);
}

.page-dukan .qty-value,
.market-card .qty-value {
  color: var(--gold);
}

.btn-sm-card {
  padding: 0.55rem 1rem;
  font-size: 0.75rem;
}

.category-grid-wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-card-image-wrap {
  height: 9rem;
  border-radius: 0.9rem;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid rgba(240, 217, 168, 0.12);
}

.market-card-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.75rem;
  filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.market-card-body {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.market-card-tag {
  margin: 0.5rem 0 0;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 600;
}

.end-of-street-section {
  position: relative;
}

.end-arch-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 0.15;
  filter: drop-shadow(0 8px 32px rgba(0, 0, 0, 0.55));
}

.end-arch-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--bg), rgba(5, 5, 5, 0.5), transparent);
}

.contact-card-row {
  max-width: 60rem;
  margin-inline: auto;
}

.contact-destination-card {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 1.75rem;
  border: 1px solid var(--border-strong);
  border-radius: 1.25rem;
  background: var(--bg-card);
}

.contact-destination-card-red {
  border-color: var(--border-red);
}

.destination-title {
  margin: 0;
  font-family: var(--font-brand);
  font-size: 2.75rem;
  letter-spacing: 0.08em;
}

.destination-title-red {
  color: var(--red);
}

.destination-title-gold {
  color: var(--gold);
}

.destination-address {
  margin: 1rem 0 0;
  font-style: normal;
  display: grid;
  gap: 0.5rem;
  color: #d4d4d8;
  font-size: 0.92rem;
}

.destination-address-strong {
  color: var(--cream);
}

.site-footer {
  border-top: 1px solid rgba(240, 217, 168, 0.1);
  background: #0a0a0a;
}

.footer-shell {
  padding-top: 1.75rem;
  padding-bottom: 1rem;
}

.footer-stripe {
  height: 0.25rem;
  background: linear-gradient(90deg, var(--red), var(--gold), var(--red));
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.footer-brand-logo {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.footer-brand-word {
  font-family: var(--font-brand);
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: var(--red);
}

.footer-copy {
  max-width: 22rem;
  color: var(--muted-deep);
  line-height: 1.7;
}

.footer-socials {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.footer-social-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(240, 217, 168, 0.18);
  color: var(--cream);
}

.footer-icon-svg {
  width: 1.15rem;
  height: 1.15rem;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-icon-fill {
  fill: currentColor;
  stroke: none;
}

.footer-social-label {
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.footer-social-label-instagram {
  background: linear-gradient(90deg, #feda75, #d62976, #4f5bd5);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.footer-social-label-yelp {
  color: #d32323;
}

.footer-address,
.footer-hours {
  color: #d4d4d8;
  font-style: normal;
}

.footer-address a,
.footer-sitemap a {
  color: #d4d4d8;
  transition: color 0.2s ease;
}

.footer-address a:hover,
.footer-sitemap a:hover {
  color: var(--cream);
}

.footer-hours {
  display: grid;
  gap: 1rem;
}

.footer-divider {
  margin: 1.2rem 0 0.9rem;
}

.footer-hours-label {
  margin-bottom: 0.35rem;
  color: var(--cream);
}

.footer-hours-copy {
  display: grid;
  gap: 0.35rem;
  color: var(--muted-deep);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: space-between;
  color: var(--muted-deep);
  font-size: 0.8rem;
  text-align: center;
}

[data-animate] {
  opacity: 0;
  transform: translateY(24px);
}

[data-animate].is-visible {
  animation: fadeUp 0.75s ease var(--syko-delay) forwards;
}

.float-y {
  animation: float 6s ease-in-out infinite;
}

.subtle-float {
  animation-duration: 7s;
}

.float-delay {
  animation-delay: 1.2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }
}

@keyframes slideIn {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

/* ─────────────────────────────────────────
   Story Section
───────────────────────────────────────── */

.street-section-story {
  position: relative;
}

/* Story page: very small gap between story and End of the Street */
.page-story #s-story > .section-shell.section-pad {
  padding-bottom: clamp(0.25rem, 1vw, 0.5rem);
}

.page-story .end-of-street-section > .section-shell.section-pad {
  padding-top: clamp(0.25rem, 1vw, 0.5rem);
}

.story-section-title {
  font-family: var(--font-brand);
  font-size: clamp(2.75rem, 6.5vw, 4.75rem);
  line-height: 0.95;
  letter-spacing: 0.06em;
  color: var(--white);
  margin: 0;
}

.story-title-accent {
  color: var(--red);
}

/* Chapters */
.story-chapter {
  margin-bottom: 0.25rem;
}

.story-lead {
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  font-weight: 700;
  color: var(--cream);
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.story-body {
  font-size: 0.97rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.story-highlight-line {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--gold);
  font-style: italic;
  line-height: 1.5;
}

.story-question {
  margin-top: 1rem;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--cream);
  font-style: italic;
  line-height: 1.4;
}

/* Thin ornamental divider between chapters */
.story-divider {
  width: 2.5rem;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent);
  opacity: 0.5;
  margin: 2rem 0;
}

/* Milestone cards (2022 / 2024) */
.story-milestone-card {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem 1.6rem;
  border-radius: 1rem;
  border: 1px solid var(--border-strong);
  background: var(--bg-card);
  margin-bottom: 1.25rem;
}

.story-milestone-card-red {
  border-color: var(--border-red);
  background: linear-gradient(135deg, rgba(204, 34, 0, 0.07), var(--bg-card) 60%);
}

.story-milestone-card-gold {
  border-color: rgba(245, 200, 66, 0.18);
  background: linear-gradient(135deg, rgba(245, 200, 66, 0.06), var(--bg-card) 60%);
}

.story-milestone-year {
  flex-shrink: 0;
  font-family: var(--font-brand);
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--red);
  padding-top: 0.1rem;
}

.story-milestone-year-gold {
  color: var(--gold);
}

/* Philosophy block */
.story-philosophy-block {
  margin-top: 1.5rem;
  padding: 1.5rem 1.6rem;
  border-left: 3px solid var(--gold);
  background: rgba(245, 200, 66, 0.04);
  border-radius: 0 0.75rem 0.75rem 0;
}

.story-philosophy-line {
  font-size: clamp(1.1rem, 2.2vw, 1.35rem);
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 0.35rem;
  line-height: 1.3;
}

.story-journey {
  margin-top: 1.25rem;
  font-family: var(--font-brand);
  font-size: 1.35rem;
  letter-spacing: 0.18em;
  color: var(--gold);
  opacity: 0.85;
}

/* Summary quote box */
.story-summary-box {
  margin: 0;
  padding: 2rem 2.25rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(245, 200, 66, 0.22);
  background: linear-gradient(135deg, rgba(245, 200, 66, 0.06) 0%, rgba(204, 34, 0, 0.05) 100%);
  position: relative;
}

.story-summary-box::before {
  content: "\201C";
  position: absolute;
  top: -0.5rem;
  left: 1.5rem;
  font-family: var(--font-brand);
  font-size: 5rem;
  line-height: 1;
  color: var(--gold);
  opacity: 0.25;
}

/* Dedicated language-font utilities */
.font-brand {
  font-family: var(--font-brand);
}

.font-latin {
  font-family: var(--font-latin);
}

.font-korean {
  font-family: var(--font-korean);
  letter-spacing: 0.04em;
}

.font-arabic {
  font-family: var(--font-arabic);
}

/* Korean-related sections / labels */
.choice-label-korean,
.korean-text,
.korean-section {
  font-family: var(--font-korean);
}

.story-summary-text {
  margin: 0;
  font-size: clamp(0.97rem, 1.6vw, 1.1rem);
  line-height: 1.85;
  color: var(--cream);
  font-style: italic;
  font-weight: 500;
}

@media (min-width: 768px) {
  .footer-bottom {
    flex-direction: row;
    text-align: left;
  }
}

/* Footer: same 3-column desktop layout on small screens (compact typography) */
@media (max-width: 767.98px) {
  .site-footer .footer-shell > .row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 0.45rem;
    row-gap: 0.35rem;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .site-footer .footer-shell > .row > [class*="col-"] {
    width: 100%;
    max-width: none;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }

  .site-footer .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    margin-bottom: 0.35rem;
  }

  .site-footer .footer-brand-logo {
    width: 1.75rem;
    height: 1.75rem;
  }

  .site-footer .footer-brand-word {
    font-size: 1.2rem;
    letter-spacing: 0.08em;
    line-height: 1;
  }

  .site-footer .footer-copy {
    font-size: 0.58rem;
    line-height: 1.4;
    max-width: none;
    margin-bottom: 0;
  }

  .site-footer .footer-socials {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3rem 0.45rem;
    margin-top: 0.45rem;
  }

  .site-footer .footer-social-link {
    gap: 0.3rem;
  }

  .site-footer .footer-social-icon {
    width: 1.55rem;
    height: 1.55rem;
  }

  .site-footer .footer-icon-svg {
    width: 0.78rem;
    height: 0.78rem;
  }

  .site-footer .footer-social-label {
    font-size: 0.58rem;
  }

  .site-footer .eyebrow {
    font-size: 0.52rem;
    letter-spacing: 0.12em;
    line-height: 1.25;
  }

  .site-footer .eyebrow.mb-3 {
    margin-bottom: 0.3rem !important;
  }

  .site-footer .footer-address p,
  .site-footer .footer-address a {
    font-size: 0.58rem;
    line-height: 1.35;
    margin-bottom: 0.25rem;
  }

  .site-footer .footer-address {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .site-footer .footer-hours {
    gap: 0.45rem;
  }

  .site-footer .footer-hours-label {
    font-size: 0.58rem;
    margin-bottom: 0.2rem;
  }

  .site-footer .footer-hours-copy {
    gap: 0.15rem;
    font-size: 0.52rem;
    line-height: 1.35;
  }

  .site-footer .footer-hours-copy p {
    margin-bottom: 0;
  }

  .site-footer .footer-shell {
    padding-top: 1.05rem;
    padding-bottom: 0.75rem;
  }

  .site-footer .footer-divider {
    margin: 0.75rem 0 0.55rem;
  }

  .site-footer .footer-bottom {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.45rem 0.75rem;
    text-align: left;
    font-size: 0.58rem;
  }

  .site-footer .footer-bottom p {
    margin: 0;
    flex: 1 1 8.5rem;
    min-width: 0;
  }
}

.syko-loader-screen {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: grid;
  place-items: center;
  background:
    radial-gradient(ellipse at center, rgba(204, 34, 0, 0.15), transparent 55%),
    var(--bg);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.32s ease, visibility 0.32s ease;
}

.syko-loader-screen.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.syko-loader-screen.is-exit {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.syko-loader-wrap {
  position: relative;
  width: 10rem;
  height: 10rem;
  display: grid;
  place-items: center;
}

.syko-loader-logo {
  position: relative;
  width: 6.3rem;
  height: 6.3rem;
  z-index: 2;
}

.syko-loader-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.syko-loader-ring {
  position: absolute;
  inset: 0.35rem;
  border-radius: 999px;
  border: 3px solid rgba(240, 217, 168, 0.24);
  border-top-color: var(--red);
  border-right-color: var(--gold);
  animation: syko-spin 0.95s linear infinite;
}

.syko-loader-language-track {
  position: absolute;
  inset: -1.1rem;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(240, 217, 168, 0.75);
}

.syko-loader-language-track span {
  position: absolute;
  white-space: nowrap;
}

.syko-loader-language-track span:nth-child(1) {
  left: 50%;
  top: -0.45rem;
  transform: translateX(-50%);
}

.syko-loader-language-track span:nth-child(2) {
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  text-transform: none;
}

.syko-loader-language-track span:nth-child(3) {
  left: 50%;
  bottom: -0.45rem;
  transform: translateX(-50%);
  text-transform: none;
}

.syko-loader-language-track span:nth-child(4) {
  top: 50%;
  left: -2.45rem;
  transform: translateY(-50%);
  text-transform: none;
}

@keyframes syko-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 767.98px) {
  :root {
    --header-height: 4rem;
  }

  .nav-logo {
    width: 3rem;
    height: 3rem;
  }

  .btn {
    padding: 0.7rem 1.15rem;
    font-size: 0.78rem;
  }

  .eyebrow {
    font-size: 0.72rem;
    letter-spacing: 0.22em;
  }

  .hero-sticky {
    padding-top: calc(var(--header-height) + 2rem);
    padding-bottom: 3rem;
  }

  .category-grid {
    grid-template-columns: 1fr;
  }

  .category-grid-wide {
    grid-template-columns: 1fr;
  }

  .address-chip {
    top: auto;
    bottom: 1rem;
  }

  .interior-description {
    font-size: 0.98rem;
  }

  .interior-hero-copy {
    padding-bottom: 3rem;
  }

  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-syko-section {
    padding-top: calc(var(--header-height) + 2.5rem);
    padding-bottom: 4rem;
  }

  .about-intro-box {
    padding: 1.5rem;
  }

  .about-edge {
    display: none;
  }

  .about-intro {
    font-size: 0.98rem;
  }

  .about-card {
    padding: 1.35rem;
  }

  .about-bg-logo {
    padding-right: 1.5rem;
  }

  .contact-form-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-map-frame {
    height: 22rem;
  }

  .visit-banner-copy {
    left: 1.25rem;
    right: 1.25rem;
  }

  .visit-banner-title {
    font-size: 2rem;
  }
}

/* Contact page: desktop-like compact mobile presentation */
@media (max-width: 767.98px) {
  .page-contact .contact-page-shell {
    padding-top: calc(var(--header-height) + 0.75rem);
    padding-bottom: 1.4rem;
  }

  .page-contact .contact-page-wrap {
    max-width: 100%;
  }

  .page-contact .contact-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .page-contact .contact-card {
    min-width: 0;
    min-height: 12.8rem;
    height: 100%;
    border-radius: 0.8rem;
    padding: 0.75rem 0.6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .page-contact .contact-icon {
    font-size: 1.55rem;
    margin-bottom: 0.5rem;
  }

  .page-contact .contact-card-title {
    font-size: 1.02rem;
    margin-bottom: 0.45rem;
    letter-spacing: 0.03em;
  }

  .page-contact .contact-card-link,
  .page-contact .contact-card-text {
    font-size: 0.72rem;
    line-height: 1.32;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin: 0;
  }

  .page-contact .contact-hours {
    width: 100%;
    gap: 0.38rem;
    max-height: 6.9rem;
    overflow: auto;
    padding-right: 0.1rem;
  }

  .page-contact .contact-hours-label {
    font-size: 0.67rem;
    margin-bottom: 0.18rem;
  }

  .page-contact .contact-hours p {
    font-size: 0.62rem;
    line-height: 1.24;
  }

  .page-contact .contact-header {
    margin-bottom: 1.1rem;
  }

  .page-contact .contact-header .eyebrow {
    margin-bottom: 0.3rem;
  }

  .page-contact .contact-header .page-title {
    font-size: clamp(2.15rem, 9.4vw, 2.85rem);
    line-height: 0.96;
    letter-spacing: 0.04em;
  }

  .page-contact .contact-header-copy {
    margin-top: 0.35rem;
    font-size: 0.82rem;
    line-height: 1.5;
    max-width: 31rem;
  }

  .page-contact .info-panel {
    padding: 0.95rem;
    border-radius: 0.95rem;
  }

  .page-contact .contact-phone-display {
    font-size: clamp(1.55rem, 8vw, 2rem);
    line-height: 1.05;
    letter-spacing: 0.05em;
  }

  .page-contact .contact-address-display {
    margin-top: 0.55rem;
    font-size: 0.84rem;
    line-height: 1.55;
  }

  .page-contact .contact-hours-grid {
    margin-top: 0.95rem;
    gap: 0.75rem;
  }

  .page-contact .footer-hours-label {
    margin-bottom: 0.2rem;
    font-size: 0.8rem;
  }

  .page-contact .footer-hours-copy p {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .page-contact .form-label {
    margin-bottom: 0.3rem;
    font-size: 0.78rem;
  }

  .page-contact .syko-input {
    border-radius: 0.75rem;
    padding: 0.65rem 0.75rem;
    font-size: 0.86rem;
  }

  .page-contact .syko-textarea {
    min-height: 6.8rem;
  }

  .page-contact .btn-syko-primary {
    padding: 0.62rem 1.05rem;
    font-size: 0.77rem;
  }

  .page-contact .contact-form-status {
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .page-contact .contact-map-panel {
    margin-top: 0.95rem;
  }

  .page-contact .contact-map-header {
    padding: 0.72rem 0.95rem;
  }

  .page-contact .contact-map-title {
    font-size: 1.22rem;
    letter-spacing: 0.05em;
  }

  .page-contact .contact-map-frame {
    height: 14.5rem;
  }
}

/* Global compact mobile rhythm for all remaining pages */
@media (max-width: 767.98px) {
  .page-home .section-shell,
  .page-restaurant .section-shell,
  .page-dukan .section-shell,
  .page-story .section-shell,
  .page-visit .section-shell {
    padding-inline: 0.9rem;
  }

  .page-home .section-pad,
  .page-restaurant .section-pad,
  .page-dukan .section-pad,
  .page-story .section-pad,
  .page-visit .section-pad {
    padding-block: 1.5rem;
  }

  .page-home .section-headline,
  .page-restaurant .section-headline,
  .page-dukan .section-headline,
  .page-story .section-headline,
  .page-visit .section-headline {
    font-size: clamp(1.3rem, 6.8vw, 1.85rem);
    line-height: 1.15;
  }

  .page-home .page-title,
  .page-restaurant .page-title,
  .page-dukan .page-title,
  .page-story .page-title,
  .page-visit .page-title {
    font-size: clamp(2.15rem, 10.2vw, 3.15rem);
    line-height: 0.96;
    letter-spacing: 0.04em;
  }

  .page-dukan .dukan-catalog-search {
    font-size: max(16px, 1rem);
    min-height: 2.75rem;
  }
}


/* Home page compact desktop-like mobile */
@media (max-width: 767.98px) {
  /* Logo stays in the header bar — never as a large overlay on the street scene */
  .page-home .site-header .nav-logo-link {
    opacity: 1 !important;
    visibility: visible !important;
    width: 2.65rem !important;
    min-width: 2.65rem !important;
    overflow: visible !important;
    transform: none !important;
    pointer-events: auto !important;
  }

  .page-home .site-header .nav-logo {
    width: 2.65rem;
    height: 2.65rem;
  }

  .page-home .hero-sticky-street .hero-logo-wrap,
  .page-home #hero-logo {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .page-home .street-hero,
  .page-home .hero-sticky {
    min-height: auto;
  }

  .page-home .hero-sticky-street {
    min-height: clamp(20rem, 48svh, 26rem);
    padding-top: 0;
    padding-bottom: 0.45rem;
  }

  .page-home .hero-sticky {
    padding-top: var(--header-height);
    padding-bottom: 0.45rem;
  }

  /* Illustrations render only in the band below the fixed header */
  .page-home .hero-street {
    top: var(--header-height);
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
  }

  .page-home .hero-bottom-slot {
    padding-bottom: 0;
    margin-top: -1.35rem;
    transform: translateY(-1.1rem);
  }

  .page-home .syko-subword {
    font-size: clamp(0.88rem, 4.4vw, 1.15rem);
    letter-spacing: 0.12em;
    margin-top: 0 !important;
  }

  .page-home .hero-bottom-slot .syko-subword {
    margin-top: 0 !important;
  }

  .page-home .hero-ctas {
    margin-top: 0.45rem;
    gap: 0.4rem;
  }

  .page-home .hero-bottom-slot .hero-ctas {
    margin-top: 0.45rem;
  }

  .page-home .hero-ctas .btn {
    padding: 0.54rem 0.8rem;
    font-size: 0.72rem;
  }

  .page-home .street-sign {
    width: clamp(4.5rem, 20vw, 6rem);
    top: 50%;
  }

  .page-home .hero-center-illu {
    width: clamp(9rem, 40vw, 12rem);
  }

  .page-home .story-section-title {
    font-size: clamp(1.95rem, 9vw, 2.6rem);
  }

  .page-home .story-summary-box {
    padding: 1.2rem 1rem 1rem;
  }

  .page-home .story-summary-text {
    font-size: 0.84rem;
    line-height: 1.55;
  }
}

/* Restaurant + Dukan compact mobile consistency */
@media (max-width: 767.98px) {
  .page-restaurant .interior-hero,
  .page-dukan .interior-hero {
    min-height: 38svh;
    padding-top: calc(var(--header-height) + 0.75rem);
  }

  .page-restaurant .interior-hero-copy,
  .page-dukan .interior-hero-copy {
    padding: 1.25rem 0 1.35rem;
  }

  .page-restaurant .interior-description,
  .page-dukan .interior-description {
    margin-top: 0.45rem;
    font-size: 0.84rem;
    line-height: 1.5;
    max-width: 100%;
  }

  .page-dukan .dukan-subword {
    font-size: 1.08rem;
    letter-spacing: 0.12em;
  }

  .page-restaurant .menu-header,
  .page-dukan .menu-header {
    margin-bottom: 0.65rem;
  }

  .page-restaurant .menu-choice-row {
    gap: 0.35rem 0.7rem;
    padding-bottom: 0.75rem;
  }

  .page-restaurant .choice-button {
    padding: 0.48rem 0.15rem;
  }

  .page-restaurant .choice-label-syrian,
  .page-restaurant .choice-label-korean,
  .page-restaurant .choice-label-fusion {
    font-size: 0.84rem;
    letter-spacing: 0.06em;
  }

  .page-restaurant .category-filter-row {
    margin-top: 0.75rem;
    gap: 0.4rem;
  }

  .page-restaurant .category-button {
    padding: 0.45rem 0.72rem;
    font-size: 0.74rem;
  }

  .page-restaurant .menu-meta {
    margin-top: 0.75rem;
    padding-top: 0.7rem;
    font-size: 0.66rem;
    letter-spacing: 0.11em;
  }

  .page-restaurant .menu-grid,
  .page-dukan .market-grid,
  .page-dukan .menu-shell .menu-grid {
    margin-top: 0.8rem;
    gap: 0.75rem;
  }

  .page-dukan .menu-shell {
    overflow-x: clip;
  }

  .page-dukan .menu-shell .menu-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-dukan .menu-shell .menu-card {
    min-width: 0;
  }

  .page-dukan .dukan-catalog-search {
    font-size: max(16px, 1rem);
    min-height: 2.75rem;
  }

  /* Mobile: stack sidebar above products, show as collapsible */
  .page-dukan .dukan-layout {
    flex-direction: column;
    gap: 0;
  }

  .page-dukan .dukan-cat-sidebar {
    position: static;
    width: 100%;
    flex: none;
    max-height: none;
    overflow: visible;
    margin-right: 0;
    margin-bottom: 1.25rem;
    background: rgba(14, 12, 10, 0.85);
    border: 1px solid rgba(240, 217, 168, 0.1);
    border-radius: 0.75rem;
    padding: 0.75rem 0.85rem;
  }

  .page-dukan .dukan-cat-sidebar-hd {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  /* Show toggle on mobile */
  .page-dukan .dukan-cat-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: transparent;
    border: 1px solid rgba(240, 217, 168, 0.22);
    border-radius: 999px;
    color: var(--cream);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.32rem 0.75rem;
    cursor: pointer;
    transition: border-color 0.18s, color 0.18s;
  }

  .page-dukan .dukan-cat-toggle[aria-expanded="true"] {
    border-color: var(--gold);
    color: var(--gold);
  }

  .page-dukan .dukan-cat-chevron {
    transition: transform 0.22s ease;
  }

  .page-dukan .dukan-cat-toggle[aria-expanded="true"] .dukan-cat-chevron {
    transform: rotate(180deg);
  }

  /* Category list hidden on mobile by default */
  .page-dukan .dukan-cat-list {
    display: none;
    margin-top: 0.75rem;
    border-top: 1px solid rgba(240, 217, 168, 0.08);
    padding-top: 0.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.4rem;
  }

  .page-dukan .dukan-cat-list.is-open {
    display: flex;
  }

  /* On mobile: display categories as wrapped chips */
  .page-dukan .dukan-cat-item {
    width: auto;
    flex: 0 0 auto;
    border: 1px solid rgba(240, 217, 168, 0.18);
    border-left-width: 1px;
    border-radius: 999px;
    padding: 0.38rem 0.75rem;
    font-size: 0.78rem;
    gap: 0.35rem;
  }

  .page-dukan .dukan-cat-item::after {
    display: none;
  }

  .page-dukan .dukan-cat-item.is-active {
    background: rgba(245, 200, 66, 0.12);
    border-color: var(--gold);
  }

  .page-dukan .menu-meta-dukan-catalog {
    font-size: 0.63rem;
    letter-spacing: 0.085em;
    line-height: 1.48;
    word-break: break-word;
  }

  .page-dukan .syko-catalog-section-heading {
    margin-top: 1.5rem;
    font-size: clamp(1.12rem, 5.8vw, 1.52rem);
  }

  .page-restaurant .menu-card,
  .page-dukan .market-card,
  .page-dukan .menu-shell .menu-card {
    padding: 0.82rem;
    border-radius: 0.85rem;
  }

  .page-restaurant .menu-item-title,
  .page-dukan .market-card-title,
  .page-dukan .menu-shell .menu-card .menu-item-title {
    font-size: 0.97rem;
  }

  .page-restaurant .menu-price,
  .page-dukan .market-card-price,
  .page-dukan .menu-shell .menu-card .menu-price {
    font-size: 1.4rem;
  }

  .page-restaurant .menu-description,
  .page-dukan .market-card-tag,
  .page-dukan .menu-shell .menu-card .menu-description {
    font-size: 0.76rem;
    line-height: 1.45;
    margin-top: 0.45rem;
  }

  .page-restaurant .menu-card-actions,
  .page-dukan .menu-card-actions {
    padding-top: 0.65rem;
    gap: 0.4rem;
  }

  .page-restaurant .btn-sm-card,
  .page-dukan .btn-sm-card {
    padding: 0.43rem 0.62rem;
    font-size: 0.67rem;
  }

  .page-dukan .hero-ornament-dukan-photo,
  .page-dukan .hero-ornament-dukan {
    display: none;
  }
}

/* Story/About and Visit compact mobile consistency */
@media (max-width: 767.98px) {
  .page-story .about-syko-section {
    padding-top: calc(var(--header-height) + 1rem);
    padding-bottom: 1.7rem;
    min-height: auto;
  }

  .page-story .about-header {
    margin-bottom: 1.1rem;
  }

  .page-story .about-header .about-intro {
    font-size: 0.84rem;
    line-height: 1.52;
  }

  .page-story .about-card {
    padding: 0.95rem;
    border-radius: 0.9rem;
  }

  .page-story .about-card-title {
    font-size: 1.02rem;
  }

  .page-story .about-card-copy {
    margin-top: 0.55rem;
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .page-story .about-closing {
    margin-top: 1rem;
    padding-top: 0.8rem;
  }

  .page-story .about-closing p {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .page-visit .visit-hero {
    min-height: 10.8rem;
    padding-top: calc(var(--header-height) + 0.5rem);
  }

  .page-visit .visit-hero-copy {
    padding-bottom: 1.2rem;
  }

  .page-visit .visit-card {
    padding: 0.95rem;
    border-radius: 0.95rem;
  }

  .page-visit .destination-title {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }

  .page-visit .destination-address {
    margin-top: 0.55rem;
    gap: 0.28rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .page-visit .visit-banner {
    height: 9rem;
    border-radius: 0.8rem;
  }

  .page-visit .visit-banner-title {
    font-size: 1.35rem;
  }

  .page-visit .visit-banner-subtitle {
    font-size: 0.72rem;
  }
}

/* ─────────────────────────────────────────
   Hero Flame (photographic image)
   Image file: public/illustrations/flames.webp
───────────────────────────────────────── */
.hero-flame {
  position: absolute;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  width: clamp(12rem, 24vw, 32rem);
  height: 80%;
  background-image: url('../public/illustrations/flames.webp');
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-mask-image: radial-gradient(
    ellipse 115% 88% at 16% 100%,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0.95) 22%,
    rgba(0, 0, 0, 0.72) 46%,
    rgba(0, 0, 0, 0.28) 63%,
    transparent 80%
  );
  mask-image: radial-gradient(
    ellipse 115% 88% at 16% 100%,
    rgba(0, 0, 0, 0.98) 0%,
    rgba(0, 0, 0, 0.95) 22%,
    rgba(0, 0, 0, 0.72) 46%,
    rgba(0, 0, 0, 0.28) 63%,
    transparent 80%
  );
  opacity: 0.92;
}

.hero-flame-left {
  left: 0;
}

.hero-flame-right {
  right: 0;
  transform: scaleX(-1);
}

/* ─────────────────────────────────────────
   Hero Headline — "THIS AIN'T NORMAL FOOD."
───────────────────────────────────────── */
.hero-headline {
  margin: 0;
  font-family: var(--font-brand);
  font-style: italic;
  line-height: 0.9;
  letter-spacing: 0.03em;
  text-align: center;
}

.hero-headline-line1 {
  display: block;
  font-size: clamp(2.4rem, 7.5vw, 5rem);
  color: var(--white);
  text-shadow:
    2px 4px 16px rgba(0, 0, 0, 0.95),
    0 0 48px rgba(0, 0, 0, 0.65);
}

.hero-headline-line2 {
  display: block;
  font-size: clamp(2.75rem, 9vw, 6.2rem);
  color: var(--red);
  text-shadow:
    2px 4px 16px rgba(0, 0, 0, 0.95),
    0 0 60px rgba(204, 34, 0, 0.55);
}

/* ─────────────────────────────────────────
   Brush-stroke "ORDER NOW" button
───────────────────────────────────────── */
.btn-syko-brush {
  display: inline-block;
  padding: 0.95rem 3rem;
  font-family: var(--font-brand);
  font-style: italic;
  font-size: clamp(0.9rem, 2.2vw, 1.05rem);
  letter-spacing: 0.24em;
  color: var(--white);
  background: var(--red);
  border: none;
  border-radius: 3px 6px 4px 4px;
  transform: rotate(-0.7deg);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 6px 28px rgba(204, 34, 0, 0.5),
    -3px 4px 0 rgba(110, 8, 0, 0.65);
  transition:
    background-color 0.2s ease,
    transform 0.18s ease,
    box-shadow 0.2s ease;
}

.btn-syko-brush:hover,
.btn-syko-brush:focus-visible {
  background: var(--red-bright);
  color: var(--white);
  transform: rotate(-0.7deg) translateY(-3px);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.14),
    0 10px 36px rgba(204, 34, 0, 0.6),
    -3px 4px 0 rgba(110, 8, 0, 0.65);
}

/* ─────────────────────────────────────────
   CTA Band (ORDER FROM SYKO / SHOP FROM DUKAN)
───────────────────────────────────────── */
.cta-band {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.cta-band-btn {
  flex: 1 1 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.1rem, 2.5vw, 1.65rem) 2rem;
  font-family: var(--font-brand);
  font-size: clamp(1rem, 2.4vw, 1.3rem);
  font-style: italic;
  letter-spacing: 0.2em;
  text-align: center;
  transition: filter 0.22s ease;
}

.cta-band-btn:hover {
  filter: brightness(1.14);
  color: inherit;
}

.cta-band-btn-red {
  background: var(--red);
  color: var(--white);
}

.cta-band-btn-gold {
  background: #6e5820;
  color: var(--cream);
}

/* ─────────────────────────────────────────
   Story Timeline Cards (with flame effect)
───────────────────────────────────────── */
.story-timeline-card {
  padding: 1.5rem 1.6rem;
  border-radius: 1rem;
  border: 1px solid var(--border-strong);
  position: relative;
  overflow: hidden;
  background-image:
    linear-gradient(to bottom,
      var(--bg-card) 0%,
      var(--bg-card) 26%,
      rgba(14, 14, 14, 0.78) 55%,
      rgba(14, 14, 14, 0.42) 100%
    ),
    url('../public/illustrations/flames.webp');
  background-size: 100% 100%, 230% auto;
  background-position: 0 0, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: var(--bg-card);
}

/* Animated warm glow pulse (screen blend — text stays white/readable) */
.story-timeline-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 78% 48% at 50% 112%,
    rgba(255, 88, 0, 0.22) 0%,
    rgba(180, 25, 0, 0.14) 42%,
    transparent 68%
  );
  pointer-events: none;
  mix-blend-mode: screen;
  animation: card-flame-glow 3.6s ease-in-out infinite alternate;
}

/* Top accent line */
.story-timeline-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, rgba(204, 34, 0, 0.6), transparent 65%);
  pointer-events: none;
}

.story-timeline-card-red {
  border-color: var(--border-red);
  background-image:
    linear-gradient(140deg,
      rgba(204, 34, 0, 0.11) 0%,
      rgba(14, 14, 14, 0.88) 48%,
      rgba(14, 14, 14, 0.4) 100%
    ),
    url('../public/illustrations/flames.webp');
  background-size: 100% 100%, 230% auto;
  background-position: 0 0, center bottom;
  background-repeat: no-repeat, no-repeat;
}

.story-timeline-card-red::before {
  animation-delay: 0.8s;
}

.story-timeline-card-gold {
  border-color: rgba(245, 200, 66, 0.22);
  background-image:
    linear-gradient(140deg,
      rgba(245, 200, 66, 0.09) 0%,
      rgba(14, 14, 14, 0.88) 48%,
      rgba(14, 14, 14, 0.4) 100%
    ),
    url('../public/illustrations/flames.webp');
  background-size: 100% 100%, 230% auto;
  background-position: 0 0, center bottom;
  background-repeat: no-repeat, no-repeat;
}

.story-timeline-card-gold::after {
  background: linear-gradient(90deg, rgba(245, 200, 66, 0.65), transparent 65%);
}

/* Gold card gets a warmer amber glow pulse */
.story-timeline-card-gold::before {
  animation-delay: 1.5s;
  background: radial-gradient(
    ellipse 78% 48% at 50% 112%,
    rgba(255, 175, 0, 0.22) 0%,
    rgba(200, 80, 0, 0.13) 42%,
    transparent 68%
  );
}

.story-timeline-card-wide {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.5rem;
  align-items: flex-start;
}

.story-timeline-card-wide::before {
  animation-delay: 0.35s;
}

.story-timeline-card-wide > p {
  flex: 1 1 20rem;
  margin: 0;
  align-self: center;
}

@keyframes card-flame-glow {
  0%   { opacity: 0.5;  transform: scaleX(0.94); }
  28%  { opacity: 0.88; transform: scaleX(1.03); }
  58%  { opacity: 0.62; transform: scaleX(0.96); }
  100% { opacity: 1;    transform: scaleX(1.06); }
}

.story-timeline-year {
  font-family: var(--font-brand);
  font-size: clamp(2.4rem, 5vw, 3.8rem);
  line-height: 1;
  letter-spacing: 0.04em;
  color: var(--red);
  margin: 0.45rem 0 0.75rem;
}

.story-timeline-year-gold {
  color: var(--gold);
  font-size: clamp(1.55rem, 3.4vw, 2.3rem);
  line-height: 1.1;
}

/* ---- Connected vertical story timeline ---- */
.story-timeline {
  position: relative;
  max-width: 58rem;
  margin-inline: auto;
  padding-left: 3rem;
}

/* The continuous gold rail linking every milestone */
.story-timeline::before {
  content: '';
  position: absolute;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 1rem;
  width: 2px;
  background: linear-gradient(
    to bottom,
    transparent 0,
    rgba(245, 200, 66, 0.7) 5%,
    rgba(245, 200, 66, 0.7) 95%,
    transparent 100%
  );
  pointer-events: none;
}

.story-timeline-item {
  position: relative;
  margin-bottom: 1.75rem;
}

.story-timeline-item:last-child {
  margin-bottom: 0;
}

/* Marker dot sitting on the rail */
.story-timeline-item::before {
  content: '';
  position: absolute;
  left: -2.2rem;
  top: 1.7rem;
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 50%;
  background: var(--gold);
  border: 3px solid var(--bg);
  box-shadow:
    0 0 0 2px rgba(245, 200, 66, 0.5),
    0 0 16px rgba(245, 200, 66, 0.5);
  z-index: 2;
}

.story-timeline-item:has(.story-timeline-card-red)::before {
  background: var(--red);
  box-shadow:
    0 0 0 2px rgba(204, 34, 0, 0.55),
    0 0 16px rgba(204, 34, 0, 0.55);
}

@media (max-width: 575.98px) {
  .story-timeline {
    padding-left: 2.25rem;
  }

  .story-timeline::before {
    left: 0.7rem;
  }

  .story-timeline-item::before {
    left: -1.95rem;
    top: 1.4rem;
    width: 0.8rem;
    height: 0.8rem;
  }
}

.story-map-philosophy-img {
  width: 100%;
  max-width: 30rem;
  height: auto;
  opacity: 0.82;
  filter: drop-shadow(0 8px 30px rgba(0, 0, 0, 0.55));
  margin: 0 auto;
  display: block;
}

/* Mobile adjustments for new hero elements */
@media (max-width: 767.98px) {
  .hero-flame {
    width: clamp(8rem, 34vw, 14rem);
    height: 52%;
  }

  .hero-headline-line1 {
    font-size: clamp(2rem, 8.5vw, 2.8rem);
  }

  .hero-headline-line2 {
    font-size: clamp(2.3rem, 10vw, 3.2rem);
  }

  .btn-syko-brush,
  .page-home .hero-ctas .btn-syko-brush {
    padding: 0.8rem 2rem;
    font-size: 0.88rem;
    letter-spacing: 0.18em;
  }

  .cta-band-btn {
    flex: 1 1 100%;
  }

  .story-timeline-card-wide {
    flex-direction: column;
    gap: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  [data-animate] {
    opacity: 1;
    transform: none;
  }
}

/* Final About page conflict-safe overrides */
.about-header .about-intro {
  margin-top: 1rem;
  max-width: 46rem;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.about-card {
  min-height: 100%;
}

/* ─────────────────────────────────────────
   Shopping Cart System
───────────────────────────────────────── */

/* Cart Icon (Fixed Position) - Removed yellow border */
.shopping-cart-icon {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 1101;
  width: 3.5rem;
  height: 3.5rem;
  background: linear-gradient(135deg, var(--red), var(--red-bright));
  border: none; /* Removed yellow border */
  border-radius: 50%;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(204, 34, 0, 0.35);
}

.shopping-cart-icon:hover {
  transform: scale(1.08);
  box-shadow: 0 12px 32px rgba(204, 34, 0, 0.45);
}

.shopping-cart-icon svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Cart Badge */
.shopping-cart-badge {
  position: absolute;
  top: -0.4rem;
  right: -0.4rem;
  background: var(--gold);
  color: var(--bg);
  min-width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-weight: 700;
  border: 2px solid var(--red);
}

/* Cart Modal */
.shopping-cart-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.shopping-cart-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.shopping-cart-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.shopping-cart-panel {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: min(100%, 420px);
  background: var(--bg-secondary);
  border-left: 1px solid var(--border-strong);
  display: flex;
  flex-direction: column;
  box-shadow: -8px 0 32px rgba(0, 0, 0, 0.5);
  transform: translateX(100%);
  transition: transform 0.3s ease;
  overflow: hidden;
}

.shopping-cart-modal.is-open .shopping-cart-panel {
  transform: translateX(0);
}

/* Cart Header */
.shopping-cart-header {
  padding: 1.25rem;
  border-bottom: 1px solid var(--border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shopping-cart-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 0;
  color: var(--cream);
  font-family: var(--font-brand);
}

.cart-close-btn {
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.cart-close-btn:hover {
  color: var(--red);
}

/* Cart Content */
.shopping-cart-content {
  flex: 1;
  overflow-y: auto;
  padding: 1rem 0;
}

.shopping-cart-items {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 1rem;
}

.shopping-cart-empty-state {
  padding: 2rem 1rem;
  text-align: center;
  color: var(--muted);
}

.shopping-cart-empty-state p {
  margin: 0;
  font-size: 0.95rem;
}

/* Cart Item - Fixed alignment */
.cart-item {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.75rem;
  padding: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  transition: border-color 0.2s ease;
}

.cart-item-info {
  flex: 2;
  min-width: 120px;
}

.cart-item-name {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--white);
  margin: 0 0 0.25rem 0;
  line-height: 1.2;
}

.cart-item-source {
  font-size: 0.75rem;
  color: var(--muted);
  margin: 0;
}

.cart-item-price {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--gold);
  white-space: nowrap;
  min-width: 60px;
}

.cart-item-qty {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--bg);
  border-radius: 0.5rem;
  padding: 0.4rem;
}

.qty-btn {
  background: none;
  border: none;
  color: var(--cream);
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.qty-btn:hover {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.qty-value {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--cream);
  min-width: 1.2rem;
  text-align: center;
}

.cart-item-total {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--red);
  white-space: nowrap;
  min-width: 60px;
}

.btn-remove {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 1.1rem;
  cursor: pointer;
  padding: 0.25rem;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.4rem;
  margin-left: auto;
}

.btn-remove:hover {
  color: var(--red);
  background: rgba(204, 34, 0, 0.1);
}

/* Cart Footer */
.shopping-cart-footer {
  padding: 1.25rem;
  border-top: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background: var(--bg-secondary);
}

.shopping-cart-summary {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: var(--muted);
}

.summary-total {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cream);
  padding-top: 0.6rem;
  border-top: 1px solid var(--border);
}

/* Buttons */
.btn-full {
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0.6rem;
  border: none;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.9rem;
  transition: all 0.2s ease;
}

.btn-syko-primary,
.btn-syko-gold {
  background: var(--red);
  color: var(--white);
}

.btn-syko-primary:hover:not(:disabled),
.btn-syko-gold:hover:not(:disabled) {
  background: var(--red-bright);
}

.btn-secondary {
  background: var(--bg-card);
  color: var(--cream);
  border: 1px solid var(--border);
}

.btn-secondary:hover {
  border-color: var(--border-strong);
  background: var(--bg);
}

.btn-full:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Toast notification for cart */
.cart-toast {
  position: fixed;
  bottom: 6rem;
  right: 1.5rem;
  background: var(--bg-card);
  border-left: 4px solid var(--red);
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  color: var(--cream);
  font-size: 0.85rem;
  font-weight: 500;
  z-index: 1102;
  animation: fadeInUp 0.3s ease forwards;
  pointer-events: none;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 639.98px) {
  .shopping-cart-icon {
    bottom: 1rem;
    right: 1rem;
    width: 3rem;
    height: 3rem;
  }

  .shopping-cart-icon svg {
    width: 1.1rem;
    height: 1.1rem;
  }

  .shopping-cart-badge {
    min-width: 1.2rem;
    height: 1.2rem;
    font-size: 0.6rem;
  }

  .shopping-cart-panel {
    width: 100%;
  }

  .shopping-cart-header {
    padding: 1rem;
  }

  .shopping-cart-title {
    font-size: 1.15rem;
  }

  .cart-item {
    padding: 0.8rem;
    gap: 0.6rem;
  }

  .cart-item-name {
    font-size: 0.88rem;
  }

  .shopping-cart-footer {
    padding: 1rem;
    gap: 0.8rem;
  }
  
  .cart-toast {
    bottom: 5rem;
    right: 1rem;
    left: 1rem;
    text-align: center;
  }
}

/* ── Checkout flow (in-cart) ── */

.cart-view {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  min-height: 0;
}

.cart-view[hidden] {
  display: none !important;
}

.shopping-cart-panel.is-checkout-view .shopping-cart-header,
.shopping-cart-panel.is-success-view .shopping-cart-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 0.5rem;
}

.checkout-header-spacer {
  width: 3.5rem;
}

.checkout-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  background: none;
  border: none;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  padding: 0.35rem 0.5rem 0.35rem 0;
  border-radius: 0.4rem;
  transition: color 0.2s ease;
  flex-shrink: 0;
}

.checkout-back-btn:hover {
  color: var(--gold);
}

.shopping-cart-panel.is-checkout-view .shopping-cart-title,
.shopping-cart-panel.is-success-view .shopping-cart-title {
  flex: 1;
  text-align: center;
  font-size: 1.15rem;
}

.checkout-scroll {
  padding: 0 1.25rem 1.25rem;
}

.checkout-section {
  margin-bottom: 1.35rem;
}

.checkout-section-title {
  margin: 0 0 0.65rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.checkout-section-hint {
  margin: -0.35rem 0 0.85rem;
  font-size: 0.82rem;
  color: var(--muted);
  line-height: 1.45;
}

.checkout-summary-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.checkout-summary-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0.15rem 0.75rem;
  padding: 0.75rem 0.85rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.65rem;
}

.checkout-summary-item-main {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  min-width: 0;
}

.checkout-summary-qty {
  flex-shrink: 0;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
}

.checkout-summary-name {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--cream);
  line-height: 1.3;
}

.checkout-summary-line-total {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--white);
  white-space: nowrap;
}

.checkout-summary-source {
  grid-column: 1 / -1;
  font-size: 0.72rem;
  color: var(--muted);
}

.checkout-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.85rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--border);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--cream);
}

.checkout-form {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.checkout-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--cream);
}

.checkout-optional {
  font-weight: 500;
  color: var(--muted);
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}

.checkout-input {
  width: 100%;
  padding: 0.65rem 0.8rem;
  font-size: max(16px, 0.92rem);
  color: var(--cream);
  background: rgba(13, 13, 13, 0.92);
  border: 1px solid rgba(240, 217, 168, 0.22);
  border-radius: 0.55rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.checkout-input::placeholder {
  color: rgba(161, 161, 170, 0.85);
}

.checkout-input:focus {
  outline: none;
  border-color: var(--gold);
  box-shadow: 0 0 0 0.12rem rgba(230, 194, 120, 0.22);
}

.checkout-textarea {
  resize: vertical;
  min-height: 4.5rem;
  line-height: 1.45;
}

.checkout-disclaimer {
  margin: 0.15rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: var(--muted);
}

.checkout-error-banner {
  margin-bottom: 1rem;
  padding: 0.75rem 0.9rem;
  border-radius: 0.55rem;
  border: 1px solid rgba(204, 34, 0, 0.45);
  background: rgba(204, 34, 0, 0.12);
  color: #fecaca;
  font-size: 0.84rem;
  line-height: 1.45;
}

.checkout-error-banner[hidden] {
  display: none !important;
}

.js-checkout-submit-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.85rem;
  margin-top: 0.25rem;
}

.checkout-spinner {
  width: 1.1rem;
  height: 1.1rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: var(--white);
  border-radius: 50%;
  animation: checkoutSpin 0.65s linear infinite;
}

.checkout-spinner[hidden] {
  display: none !important;
}

@keyframes checkoutSpin {
  to {
    transform: rotate(360deg);
  }
}

.checkout-success-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem 1.5rem 1.5rem;
}

.checkout-success-icon {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: rgba(245, 200, 66, 0.12);
  border: 1px solid rgba(245, 200, 66, 0.35);
  color: var(--gold);
}

.checkout-success-lead {
  margin: 0 0 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--cream);
  max-width: 18rem;
}

.checkout-success-meta {
  width: 100%;
  margin: 0 0 1.5rem;
  padding: 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: 0.65rem;
  text-align: left;
}

.checkout-success-row {
  display: grid;
  grid-template-columns: 6.5rem 1fr;
  gap: 0.5rem;
  font-size: 0.84rem;
}

.checkout-success-row + .checkout-success-row {
  margin-top: 0.65rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--border);
}

.checkout-success-row dt {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.checkout-success-row dd {
  margin: 0;
  color: var(--cream);
  font-weight: 600;
  word-break: break-all;
}

.checkout-success-row[hidden] {
  display: none !important;
}

@media (max-width: 639.98px) {
  .checkout-scroll {
    padding: 0 1rem 1rem;
  }

  .checkout-success-body {
    padding: 1.5rem 1rem 1rem;
  }
}




/* ─────────────────────────────────────────
   Floating sign for Dukan page (above market picks)
───────────────────────────────────────── */
.page-dukan .floating-sign-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  margin: 2rem 0 1rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(240, 217, 168, 0.12);
  border-bottom: 1px solid rgba(240, 217, 168, 0.12);
}

.page-dukan .floating-sign {
  flex: 0 0 auto;
  width: min(240px, 35%);
  filter: drop-shadow(8px 12px 20px rgba(0, 0, 0, 0.35));
  transition: transform 0.3s ease, filter 0.3s ease;
}

.page-dukan .floating-sign:hover {
  transform: translateY(-6px) rotate(1deg);
  filter: drop-shadow(12px 16px 28px rgba(0, 0, 0, 0.45));
}

.page-dukan .floating-sign-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1.25rem;
  background: transparent;
}

.page-dukan .floating-sign-caption {
  flex: 1;
  font-family: var(--font-brand);
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  color: var(--gold);
  text-transform: uppercase;
  text-align: right;
  border-right: 2px solid var(--red);
  padding-right: 1.5rem;
  line-height: 1.4;
}

/* Responsive: stack on mobile */
@media (max-width: 767.98px) {
  .page-dukan .floating-sign-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .page-dukan .floating-sign {
    width: 180px;
  }
  .page-dukan .floating-sign-caption {
    text-align: left;
    border-right: none;
    border-left: 2px solid var(--red);
    padding-left: 1rem;
    padding-right: 0;
  }
}


/* Dukan: "Add to cart" buttons – solid yellow, no outline, no border-radius change */
.page-dukan .btn-syko-gold {
  background: var(--gold);
  border: none;
  color: var(--bg);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.page-dukan .btn-syko-gold:hover {
  background: #ffe87a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* Ensure any gold outline buttons inside Dukan become solid */
.page-dukan .btn-outline-syko-gold {
  background: var(--gold);
  border: none;
}