/* ==========================================================================
   Happy Stroke — styles v2
   "Confetti on white" · playful kids' studio palette · responsive (mobile+laptop)
   ========================================================================== */

:root {
  /* confetti palette (from the art-studio reference) */
  --c-red: #ef5340;
  --c-yellow: #f7bd2e;
  --c-green: #36b56b;
  --c-blue: #2e8fd6;
  --c-orange: #ff7a33;
  --c-pink: #f07fa8;
  --c-teal: #1fb3aa;

  --brand: #ef5340;          /* tweakable primary */
  --brand-deep: #d63b2a;

  --bg: #fbfbf9;
  --surface: #ffffff;
  --surface-2: #f5f4ef;      /* soft alt sections */
  --ink: #2a2930;
  --ink-soft: #6b6975;
  --ink-faint: #a6a4af;
  --line: #ededea;
  --line-soft: #f4f3ef;

  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 11px;
  --shadow-card: 0 14px 36px -20px rgba(40, 40, 50, 0.32);
  --shadow-pop: 0 26px 60px -22px rgba(40, 40, 50, 0.5);
  --shadow-soft: 0 4px 14px -8px rgba(40, 40, 50, 0.28);

  --header-h: 64px;

  --font-display: 'Plus Jakarta Sans', system-ui, sans-serif;
  --font-body: 'Plus Jakarta Sans', system-ui, sans-serif;
}
html[dir='rtl'] {
  --font-display: 'Cairo', system-ui, sans-serif;
  --font-body: 'Cairo', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { display: block; max-width: 100%; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
input, textarea, select { font-family: inherit; font-size: 16px; color: inherit; }
a { color: inherit; text-decoration: none; }

.app { background: var(--surface); min-height: 100vh; position: relative; overflow-x: clip; }
section { position: relative; scroll-margin-top: calc(var(--header-h) + 14px); }
.wrap { max-width: 1180px; margin: 0 auto; padding-inline: 22px; }

/* ---- Type -------------------------------------------------------------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 700; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }
html[dir='rtl'] h1, html[dir='rtl'] h2, html[dir='rtl'] h3, html[dir='rtl'] h4 { letter-spacing: 0; }
.eyebrow {
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--brand);
  display: inline-flex; align-items: center; gap: 9px;
}
html[dir='rtl'] .eyebrow { letter-spacing: 0; }
.eyebrow::before { content: ''; width: 24px; height: 4px; border-radius: 4px; background: currentColor; }
.section-head { margin-bottom: 26px; }
.section-head h2 { font-size: clamp(28px, 7.2vw, 40px); margin: 12px 0 10px; letter-spacing: -0.01em; }
html[dir='rtl'] .section-head h2 { letter-spacing: 0; }
.section-head p { color: var(--ink-soft); font-size: 16px; max-width: 56ch; }

/* ---- Confetti decoration ---------------------------------------------- */
.confetti { position: absolute; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.confetti i { position: absolute; display: block; opacity: 0.9; }
.cf-dot { border-radius: 50%; }
.cf-blob { border-radius: 46% 54% 60% 40% / 55% 45% 55% 45%; }
.cf-tri { width: 0 !important; height: 0 !important; background: none !important; }

/* ---- Header ------------------------------------------------------------ */
.header {
  position: sticky; top: 0; z-index: 60; height: var(--header-h);
  background: rgba(255,255,255,0.9); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line-soft);
}
.header .wrap { display: flex; align-items: center; gap: 12px; height: 100%; }
.logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 600; }
.logo-mark {
  width: 36px; height: 36px; border-radius: 11px; flex: none; position: relative;
  background: var(--brand); display: grid; place-items: center;
  box-shadow: 0 4px 10px -4px var(--brand); transform: rotate(-6deg);
}
.logo-mark span { color: #fff; font-size: 17px; line-height: 1; transform: rotate(6deg); }
.logo-mark::after { content: ''; position: absolute; top: -5px; right: -4px; width: 11px; height: 11px; border-radius: 50%; background: var(--c-yellow); border: 2px solid #fff; }
.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-text b { font-size: 17px; white-space: nowrap; }
.logo-text small { font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--ink-faint); font-family: var(--font-body); font-weight: 800; }
html[dir='rtl'] .logo-text small { letter-spacing: 0.05em; }
.header-spacer { flex: 1; }

.nav-links { display: none; gap: 4px; }
.nav-links a {
  font-family: var(--font-display); font-weight: 500; font-size: 15px;
  padding: 8px 14px; border-radius: 999px; color: var(--ink); transition: background .16s, color .16s;
}
.nav-links a:hover { background: var(--surface-2); color: var(--brand); }

.lang-switch { display: flex; background: var(--surface-2); border-radius: 999px; padding: 3px; gap: 2px; flex: none; }
.lang-switch button { font-family: var(--font-display); font-weight: 600; font-size: 12px; padding: 5px 9px; border-radius: 999px; color: var(--ink-soft); transition: background .18s, color .18s; }
.lang-switch button.active { background: var(--brand); color: #fff; }

.cart-btn {
  display: none; align-items: center; gap: 8px; background: var(--ink); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 14px; padding: 9px 16px; border-radius: 999px;
}
.cart-btn .badge { background: var(--c-yellow); color: var(--ink); border-radius: 999px; min-width: 20px; height: 20px; padding: 0 5px; display: grid; place-items: center; font-size: 12px; }

.menu-btn { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: var(--surface-2); color: var(--ink); flex: none; }
.menu-btn svg { width: 20px; height: 20px; }

.menu-panel {
  position: fixed; z-index: 55; top: var(--header-h); left: 0; right: 0;
  background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-pop);
  transform: translateY(-12px); opacity: 0; pointer-events: none; transition: transform .22s, opacity .22s; padding: 8px;
}
.menu-panel.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.menu-panel a { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border-radius: var(--radius-sm); font-family: var(--font-display); font-weight: 600; font-size: 17px; }
.menu-panel a:active { background: var(--surface-2); }
.menu-panel a .dot { width: 10px; height: 10px; border-radius: 50%; }

/* ---- Buttons ----------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display); font-weight: 600; font-size: 16px;
  padding: 14px 24px; border-radius: 999px;
  transition: transform .12s ease, box-shadow .18s, background .18s, color .18s;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(0.97); }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 12px 24px -12px var(--brand); }
.btn-primary:hover { background: var(--brand-deep); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-ghost { background: var(--surface-2); color: var(--ink); }
.btn-ghost:hover { background: #ececec; }
.btn-block { width: 100%; }
.btn-lg { padding: 16px 28px; font-size: 17px; }

/* ---- Hero -------------------------------------------------------------- */
.hero { padding: 34px 0 40px; position: relative; overflow: hidden; }
.hero .wrap { position: relative; z-index: 2; }
.hero h1 { font-size: clamp(33px, 9vw, 50px); line-height: 1.06; margin: 16px 0 18px; letter-spacing: -0.015em; }
html[dir='rtl'] .hero h1 { letter-spacing: 0; line-height: 1.18; }
.hero h1 .hl { position: relative; font-weight: 700; }
.hero p.lead { font-size: 17px; color: var(--ink-soft); max-width: 38ch; }
.hero-cta { display: flex; flex-direction: column; gap: 11px; margin-top: 24px; }

/* hero skills panel (replaces the old book picture) */
.hero-skills { margin-top: 30px; }
.hs-card { background: var(--surface-2); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 22px 20px; }
.hs-label { font-size: 12px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-faint); margin-bottom: 15px; }
html[dir='rtl'] .hs-label { letter-spacing: 0; }
.hs-pills { display: flex; flex-wrap: wrap; gap: 10px; }
.skill-pill {
  display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14px;
  padding: 10px 16px; border-radius: 999px; background: #fff; border: 1px solid var(--line);
  color: color-mix(in srgb, var(--p) 62%, var(--ink));
}
.skill-pill .d { width: 9px; height: 9px; border-radius: 50%; background: var(--p); flex: none; }
.hero-stats { display: flex; gap: 10px; margin-top: 28px; }
.hero-stat { flex: 1; border-radius: var(--radius-md); padding: 14px 10px; text-align: center; color: #fff; }
.hero-stat:nth-child(1) { background: var(--c-blue); }
.hero-stat:nth-child(2) { background: var(--c-pink); }
.hero-stat:nth-child(3) { background: var(--c-green); }
.hero-stat b { font-family: var(--font-display); font-size: 26px; display: block; line-height: 1; }
.hero-stat span { font-size: 11.5px; font-weight: 800; opacity: 0.95; }

.hero-visual { position: relative; margin-top: 28px; min-height: 240px; }
.hero-montage { position: relative; height: 250px; }
.hero-montage .float-cover {
  position: absolute; width: 132px; border-radius: 10px; overflow: hidden;
  background: #fff; border: 6px solid #fff; box-shadow: var(--shadow-pop); transition: transform .4s;
}
.hero-montage .float-cover img { border-radius: 5px; display: block; width: 100%; }
.hero-montage .fc1 { left: 4%;  top: 10px; transform: rotate(-9deg); z-index: 3; }
.hero-montage .fc2 { left: 33%; top: 0;    transform: rotate(4deg);  z-index: 4; width: 150px; }
.hero-montage .fc3 { right: 2%; top: 22px; transform: rotate(10deg); z-index: 2; }
html[dir='rtl'] .hero-montage .fc1 { left: auto; right: 4%; }
html[dir='rtl'] .hero-montage .fc3 { right: auto; left: 2%; }
.hero-badge {
  position: absolute; bottom: 6px; left: 50%; transform: translateX(-50%) rotate(-3deg);
  background: var(--c-green); color: #fff; z-index: 6;
  font-family: var(--font-display); font-weight: 600; font-size: 13px;
  padding: 9px 18px; border-radius: 999px; box-shadow: var(--shadow-card); white-space: nowrap;
}
/* variant A featured single cover */
.hero-feature { position: relative; display: flex; justify-content: center; }
.hero-feature .feat-cover {
  width: 210px; border-radius: 14px; overflow: hidden; background: #fff;
  border: 9px solid #fff; box-shadow: var(--shadow-pop); transform: rotate(-4deg);
}

/* ---- Section wave (kept subtle, now optional) ------------------------- */
.band-2 { background: var(--surface-2); }

/* ====================================================================== */
/*  BOOKS — gallery wall                                                  */
/* ====================================================================== */
.books { padding: 46px 0 52px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.product-card {
  background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden;
  display: flex; flex-direction: column; cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-pop); border-color: transparent; }
.product-media {
  position: relative; aspect-ratio: 1 / 1; background: var(--tint, var(--surface-2));
  display: grid; place-items: center; padding: 22px;
}
.product-media img {
  width: auto; max-width: 82%; max-height: 86%; border-radius: 5px;
  box-shadow: 0 16px 28px -14px rgba(40, 40, 50, 0.5); transition: transform .28s ease;
}
.product-card:hover .product-media img { transform: scale(1.05) rotate(-1.5deg); }
.product-ages {
  position: absolute; top: 12px; left: 12px; background: rgba(255, 255, 255, 0.92);
  color: var(--ink-soft); font-size: 11px; font-weight: 800; padding: 4px 9px; border-radius: 999px;
  backdrop-filter: blur(4px);
}
html[dir='rtl'] .product-ages { left: auto; right: 12px; }
.product-body { padding: 15px 15px 16px; display: flex; flex-direction: column; gap: 4px; flex: 1; }
.product-theme { font-size: 11.5px; font-weight: 700; color: var(--ink-soft); }
.product-title { font-family: var(--font-display); font-weight: 700; font-size: 15.5px; line-height: 1.22; color: var(--ink); }
.product-foot { margin-top: auto; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.product-price { font-family: var(--font-display); font-weight: 700; font-size: 18px; color: var(--ink); white-space: nowrap; }
.product-price .cur { font-size: 12px; font-weight: 700; color: var(--ink-faint); margin-inline-start: 2px; }
.add-pill {
  flex: none; width: 40px; height: 40px; border-radius: 50%; background: var(--ink); color: #fff;
  display: grid; place-items: center; transition: background .18s, transform .12s;
}
.add-pill svg { width: 17px; height: 17px; }
.add-pill:active { transform: scale(0.9); }
.add-pill.in-cart { background: var(--c-green); }
.add-pill.is-soon { background: var(--surface-2); color: var(--ink-faint); }
.soon-badge {
  position: absolute; top: 12px; right: 12px; z-index: 2;
  background: var(--ink); color: #fff; font-size: 11px; font-weight: 800;
  padding: 5px 10px; border-radius: 999px; letter-spacing: .02em;
}
html[dir='rtl'] .soon-badge { right: auto; left: 12px; }
html[dir='rtl'] .product-ages { left: auto; right: 12px; }
html[dir='rtl'] .product-card.is-soon .product-ages { right: auto; left: 12px; }
.product-card.is-soon .product-media img { opacity: .62; filter: saturate(.85); }
.product-card.is-soon .product-media { background: color-mix(in srgb, var(--tint) 55%, #f0efec); }
.btn-soon { background: var(--surface-2); color: var(--ink-soft); gap: 7px; }
.btn-soon svg { width: 17px; height: 17px; }

/* coming-soon popup */
.soon-modal { position: fixed; inset: 0; z-index: 130; display: flex; align-items: center; justify-content: center; padding: 22px; opacity: 0; pointer-events: none; transition: opacity .22s; }
.soon-modal.open { opacity: 1; pointer-events: auto; }
.soon-scrim { position: absolute; inset: 0; background: rgba(30,28,34,.5); backdrop-filter: blur(3px); }
.soon-card {
  position: relative; z-index: 1; width: 100%; max-width: 380px; background: #fff;
  border-radius: 24px; padding: 30px 26px 26px; text-align: center; box-shadow: var(--shadow-pop);
  transform: scale(.92); transition: transform .26s cubic-bezier(.2,1.2,.4,1);
}
.soon-modal.open .soon-card { transform: scale(1); }
.soon-emoji { font-size: 46px; line-height: 1; margin-bottom: 12px; }
.soon-card h3 { font-size: 25px; margin-bottom: 12px; }
.soon-card p { font-size: 15px; color: var(--ink-soft); margin-bottom: 24px; }
.soon-actions { display: flex; flex-direction: column; gap: 10px; }
.soon-actions .btn { width: 100%; gap: 8px; }
.soon-actions .btn svg { width: 17px; height: 17px; }

/* ====================================================================== */
/*  SERVICES (3C)                                                         */
/* ====================================================================== */
.programs { padding: 48px 0 54px; }
.services-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }
.service-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  background: var(--surface); box-shadow: var(--shadow-card); display: flex; flex-direction: column;
  border: 1px solid var(--line);
}
.service-card.communicate { --accent: var(--c-blue); }
.service-card.connect { --accent: var(--c-pink); }
.service-card.create { --accent: var(--c-orange); }
.service-photo { position: relative; aspect-ratio: 16/10; background: var(--accent); }
.service-photo image-slot { width: 100%; height: 100%; }
.service-num {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  width: 44px; height: 44px; border-radius: 13px; background: #fff; color: var(--accent);
  display: grid; place-items: center; font-family: var(--font-display); font-weight: 600; font-size: 22px;
  box-shadow: var(--shadow-soft); transform: rotate(-5deg);
}
html[dir='rtl'] .service-num { left: auto; right: 14px; }
.price-badge {
  position: absolute; bottom: 14px; right: 14px; z-index: 2;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 8px 14px; box-shadow: var(--shadow-card);
  text-align: center;
}
html[dir='rtl'] .price-badge { right: auto; left: 14px; }
.price-badge .amt { font-family: var(--font-display); font-weight: 600; font-size: 22px; line-height: 1; color: var(--c-yellow); }
.price-badge .per { font-size: 10.5px; font-weight: 800; opacity: 0.85; letter-spacing: 0.03em; }
.service-body { padding: 20px 20px 22px; display: flex; flex-direction: column; flex: 1; }
.service-pillar { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; }
html[dir='rtl'] .service-pillar { letter-spacing: 0; }
.service-pillar::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }
.service-card h3 { font-size: 24px; }
.service-tagline { font-style: italic; font-weight: 700; color: var(--ink); opacity: 0.7; font-size: 14px; margin: 4px 0 10px; }
.service-card .desc { font-size: 14.5px; color: var(--ink-soft); margin-bottom: auto; }
.chip-label { font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: var(--ink-faint); margin: 16px 0 8px; }
html[dir='rtl'] .chip-label { letter-spacing: 0; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip { font-size: 12px; font-weight: 700; padding: 5px 11px; border-radius: 999px; background: var(--surface-2); color: var(--ink-soft); }
.chip.skill { background: color-mix(in srgb, var(--accent) 16%, #fff); color: color-mix(in srgb, var(--accent) 62%, var(--ink)); }
.service-cta { margin-top: 18px; width: 100%; background: var(--accent); color: #fff; }
.service-cta:hover { filter: brightness(0.94); }
.service-actions { margin-top: 18px; display: flex; flex-direction: column; gap: 9px; }
.service-actions .service-cta { margin-top: 0; }
.service-more { width: 100%; background: transparent; color: color-mix(in srgb, var(--accent) 72%, var(--ink)); border: 1.5px solid color-mix(in srgb, var(--accent) 40%, #fff); }
.service-more:hover { background: color-mix(in srgb, var(--accent) 9%, #fff); border-color: var(--accent); }

.complement {
  margin-top: 26px; padding: 26px; border-radius: var(--radius-lg); position: relative; overflow: hidden;
  background: var(--ink); color: #fff; box-shadow: var(--shadow-card);
}
.complement h3 { color: #fff; font-size: 23px; margin-bottom: 10px; }
.complement p { font-size: 15px; opacity: 0.88; max-width: 60ch; }
.complement .btn { margin-top: 18px; background: var(--c-yellow); color: var(--ink); }

/* ---- Gallery (photos) -------------------------------------------------- */
.gallery { padding: 44px 0 20px; }
.gallery-scroll { display: flex; gap: 14px; overflow-x: auto; padding: 6px 22px 16px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; }
.gallery-scroll::-webkit-scrollbar { display: none; }
.gallery-slot { flex: none; scroll-snap-align: center; width: 210px; height: 250px; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-card); transform: rotate(var(--tilt, 0deg)); background: #fff; border: 7px solid #fff; }
.gallery-slot image-slot { width: 100%; height: 100%; }

/* ---- About ------------------------------------------------------------- */
.about { padding: 50px 0 54px; }
.about-grid { display: grid; gap: 24px; }
.about-photo-wrap { display: flex; justify-content: center; }
.about-photo { width: 180px; height: 180px; border-radius: 50%; overflow: hidden; border: 8px solid #fff; box-shadow: var(--shadow-pop); position: relative; }
.about-photo::after { content: ''; position: absolute; inset: -8px; border-radius: 50%; border: 3px dashed var(--c-yellow); z-index: -1; }
.about-photo image-slot { width: 100%; height: 100%; }
.about h2 { font-size: clamp(28px, 7vw, 36px); }
.about .role { color: var(--brand); font-weight: 800; font-size: 14px; letter-spacing: 0.05em; text-transform: uppercase; margin-top: 4px; }
html[dir='rtl'] .about .role { letter-spacing: 0; }
.about blockquote { font-family: var(--font-display); font-weight: 500; font-size: 21px; line-height: 1.4; color: var(--ink); margin: 20px 0; }
.about blockquote .mark { color: var(--brand); }
.about p.body { font-size: 15.5px; color: var(--ink-soft); margin-bottom: 14px; }
.about .team-note { margin-top: 16px; padding: 18px 20px; border-radius: var(--radius-md); background: var(--surface-2); font-size: 14.5px; color: var(--ink-soft); border-inline-start: 5px solid var(--c-teal); }

/* ---- Booking ----------------------------------------------------------- */
.booking { padding: 48px 0 54px; }
.form-card { background: var(--surface); border-radius: var(--radius-lg); padding: 24px 22px; box-shadow: var(--shadow-card); border: 1px solid var(--line); max-width: 640px; }
.field { margin-bottom: 15px; }
.field label { display: block; font-weight: 800; font-size: 13px; margin-bottom: 6px; }
.field .req { color: var(--brand); }
.field input, .field textarea, .field select { width: 100%; padding: 13px 14px; border-radius: var(--radius-sm); border: 1.5px solid var(--line); background: var(--surface); transition: border-color .16s, box-shadow .16s; }
.field textarea { min-height: 92px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 18%, transparent); }
.field.invalid input, .field.invalid textarea, .field.invalid select { border-color: #e0533e; background: #fdf2f0; }
.field .err { color: #d23c28; font-size: 12px; font-weight: 700; margin-top: 5px; display: none; }
.field.invalid .err { display: block; }
.field-row { display: flex; gap: 12px; }
.field-row .field { flex: 1; }

/* searchable city combobox */
.field-hint {
  display: flex; align-items: center; gap: 6px; margin: -2px 0 8px;
  font-size: 12.5px; font-weight: 600; color: var(--brand-deep);
}
.field-hint svg { width: 14px; height: 14px; flex: none; }
.city-combo { position: relative; }
.city-combo input { width: 100%; }
.city-menu {
  position: absolute; top: calc(100% + 6px); left: 0; right: 0; z-index: 30;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm);
  box-shadow: var(--shadow-pop); max-height: 248px; overflow-y: auto; padding: 5px;
  display: none;
}
.city-combo.open .city-menu { display: block; }
.city-opt {
  display: flex; align-items: center; gap: 10px; padding: 10px 11px; border-radius: 9px; cursor: pointer;
}
.city-opt:hover, .city-opt.active { background: var(--surface-2); }
.city-opt .co-name { flex: 1; font-weight: 600; font-size: 14.5px; }
.city-opt .co-eta { font-size: 11.5px; color: var(--ink-faint); font-weight: 700; }
.city-opt .co-fee { font-family: var(--font-display); font-weight: 700; font-size: 14px; color: var(--brand); white-space: nowrap; }
.city-empty { padding: 14px 12px; color: var(--ink-faint); font-size: 13.5px; text-align: center; }
.city-chosen {
  display: flex; align-items: center; gap: 9px; margin-top: 9px;
  background: color-mix(in srgb, var(--c-green) 11%, #fff); border-radius: var(--radius-sm);
  padding: 10px 12px; font-size: 13.5px; color: color-mix(in srgb, var(--c-green) 55%, var(--ink));
}
.city-chosen svg { width: 17px; height: 17px; flex: none; }
.city-chosen b { font-weight: 800; }
.city-chosen .ch-eta { margin-inline-start: auto; font-weight: 700; opacity: .85; white-space: nowrap; }
.contact { padding: 50px 0 56px; }
.contact-cards { display: flex; flex-direction: column; gap: 11px; margin-top: 22px; }
.contact-card { display: flex; align-items: center; gap: 14px; background: var(--surface-2); border-radius: var(--radius-md); padding: 15px 16px; transition: transform .12s; }
.contact-card:active { transform: scale(0.98); }
.contact-ico { width: 46px; height: 46px; border-radius: 14px; flex: none; display: grid; place-items: center; color: #fff; }
.contact-ico svg { width: 22px; height: 22px; }
.contact-ico.mail { background: var(--c-blue); }
.contact-ico.phone { background: var(--c-green); }
.contact-ico.ig { background: linear-gradient(45deg, #f9a03f, #e1306c 55%, #a235c9); }
.contact-card .ct-label { font-size: 12px; color: var(--ink-faint); font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
html[dir='rtl'] .contact-card .ct-label { letter-spacing: 0; }
.contact-card .ct-val { font-family: var(--font-display); font-weight: 600; font-size: 16px; word-break: break-all; }
.contact-people { display: flex; gap: 12px; margin-top: 14px; }
.contact-person { flex: 1; background: var(--surface-2); border-radius: var(--radius-md); padding: 14px; }
.contact-person b { font-family: var(--font-display); font-size: 15px; display: block; }
.contact-person span { font-size: 12px; color: var(--ink-soft); }
.contact-person a { font-size: 12.5px; color: var(--brand-deep); font-weight: 700; display: block; margin-top: 4px; word-break: break-all; }

/* ---- Footer ------------------------------------------------------------ */
.footer { background: var(--ink); color: #eceaf0; padding: 36px 0 40px; text-align: center; }
.footer .logo { justify-content: center; color: #fff; }
.footer .logo-text small { color: rgba(255,255,255,0.55); }
.footer p { font-family: var(--font-display); font-size: 17px; margin-top: 16px; color: #fff; }
.footer .dots { display: flex; justify-content: center; gap: 7px; margin-top: 14px; }
.footer .dots i { width: 10px; height: 10px; border-radius: 50%; }
.footer small { display: block; margin-top: 16px; font-size: 12px; color: rgba(255,255,255,0.5); }

/* ---- Floating order bar (mobile) -------------------------------------- */
.order-bar {
  position: fixed; bottom: 14px; left: 50%; transform: translateX(-50%) translateY(160%);
  width: calc(min(100vw, 520px) - 28px); z-index: 70; background: var(--ink); color: #fff;
  border-radius: 999px; padding: 9px 9px 9px 20px; display: flex; align-items: center; gap: 12px;
  box-shadow: var(--shadow-pop); transition: transform .3s cubic-bezier(.2,.9,.3,1.2);
}
html[dir='rtl'] .order-bar { padding: 9px 20px 9px 9px; }
.order-bar.show { transform: translateX(-50%) translateY(0); }
.order-bar .ob-info { flex: 1; line-height: 1.2; }
.order-bar .ob-count { font-size: 12px; color: rgba(255,255,255,0.7); font-weight: 700; }
.order-bar .ob-total { font-family: var(--font-display); font-weight: 600; font-size: 18px; }
.order-bar .ob-btn { background: var(--brand); color: #fff; font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 11px 18px; border-radius: 999px; }

/* ---- Sheet ------------------------------------------------------------- */
.sheet-scrim { position: fixed; inset: 0; z-index: 80; background: rgba(30,28,34,0.5); backdrop-filter: blur(3px); opacity: 0; pointer-events: none; transition: opacity .26s; }
.sheet-scrim.open { opacity: 1; pointer-events: auto; }
.sheet {
  position: fixed; z-index: 81; bottom: 0; left: 50%; transform: translateX(-50%) translateY(100%);
  width: min(100vw, 520px); max-height: 92vh; background: var(--surface); border-radius: 26px 26px 0 0;
  box-shadow: var(--shadow-pop); transition: transform .32s cubic-bezier(.2,.85,.3,1); display: flex; flex-direction: column; overflow: hidden;
}
.sheet.open { transform: translateX(-50%) translateY(0); }
.sheet-handle { width: 44px; height: 5px; border-radius: 5px; background: var(--line); margin: 10px auto 4px; flex: none; }
.sheet-head { display: flex; align-items: center; gap: 10px; padding: 6px 18px 14px; border-bottom: 1px solid var(--line-soft); flex: none; }
.sheet-head h3 { font-size: 21px; flex: 1; }
.sheet-back { font-weight: 800; font-size: 13px; color: var(--brand-deep); display: inline-flex; align-items: center; gap: 4px; }
.sheet-close { width: 34px; height: 34px; border-radius: 50%; background: var(--surface-2); display: grid; place-items: center; font-size: 20px; color: var(--ink-soft); }
.sheet-body { overflow-y: auto; padding: 16px 18px 20px; -webkit-overflow-scrolling: touch; }
.sheet-foot { padding: 14px 18px calc(16px + env(safe-area-inset-bottom)); border-top: 1px solid var(--line-soft); background: var(--surface); flex: none; }

/* book detail in sheet */
.detail-hero { display: flex; gap: 16px; }
.detail-cover { width: 134px; flex: none; border-radius: 12px; overflow: hidden; background: var(--surface-2); display: grid; place-items: center; padding: 14px; box-shadow: var(--shadow-card); aspect-ratio: 1/1; }
.detail-cover img { width: auto; max-width: 100%; max-height: 100%; border-radius: 4px; object-fit: contain; box-shadow: 0 12px 22px -12px rgba(40,40,50,.5); }
.detail-info { flex: 1; min-width: 0; }
.detail-theme { display: inline-block; font-size: 11px; font-weight: 800; color: var(--brand-deep); background: color-mix(in srgb, var(--brand) 14%, #fff); padding: 4px 9px; border-radius: 999px; margin-bottom: 8px; }
.detail-info h3 { font-size: 21px; line-height: 1.12; }
.detail-info .meta { font-size: 12.5px; color: var(--ink-faint); font-weight: 700; margin-top: 6px; }
.detail-blurb { font-size: 14.5px; color: var(--ink-soft); margin-top: 14px; }
.detail-note { font-size: 13px; font-style: italic; color: var(--ink-soft); margin-top: 12px; padding: 12px 14px; background: var(--surface-2); border-radius: var(--radius-sm); border-inline-start: 4px solid var(--c-yellow); }
.detail-foot-row { display: flex; align-items: center; gap: 12px; }
.detail-price { font-family: var(--font-display); font-weight: 600; font-size: 26px; }
.detail-price .cur { font-size: 14px; color: var(--ink-soft); }

/* order lines */
.order-line { display: flex; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line-soft); }
.order-line:last-child { border-bottom: none; }
.order-line .ol-cover { width: 48px; height: 60px; border-radius: 8px; overflow: hidden; flex: none; background: #f3f0ea; box-shadow: var(--shadow-soft); }
.order-line .ol-cover img { width: 100%; height: 100%; object-fit: cover; }
.order-line .ol-info { flex: 1; min-width: 0; }
.order-line .ol-title { font-family: var(--font-display); font-weight: 600; font-size: 14px; line-height: 1.2; }
.order-line .ol-price { font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }
.stepper { display: flex; align-items: center; gap: 2px; background: var(--surface-2); border-radius: 999px; padding: 3px; }
.stepper button { width: 32px; height: 32px; border-radius: 50%; background: #fff; font-size: 18px; font-weight: 700; color: var(--brand); display: grid; place-items: center; box-shadow: var(--shadow-soft); }
.stepper span { min-width: 26px; text-align: center; font-family: var(--font-display); font-weight: 600; font-size: 16px; }

.order-empty { text-align: center; padding: 40px 20px; color: var(--ink-soft); }
.order-empty .emoji { font-size: 44px; display: block; margin-bottom: 10px; }
.summary-rows { margin-top: 14px; }
.sum-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 14.5px; color: var(--ink-soft); }
.sum-row.cod { color: var(--c-green); font-weight: 700; }
.sum-total { display: flex; justify-content: space-between; align-items: baseline; padding-top: 12px; margin-top: 6px; border-top: 1.5px dashed var(--line); }
.sum-total .lbl { font-family: var(--font-display); font-weight: 600; font-size: 16px; }
.sum-total .val { font-family: var(--font-display); font-weight: 600; font-size: 26px; color: var(--brand); }
.cod-note { display: flex; gap: 9px; align-items: flex-start; margin-top: 14px; background: color-mix(in srgb, var(--c-green) 12%, #fff); border-radius: var(--radius-sm); padding: 12px 14px; font-size: 13px; color: color-mix(in srgb, var(--c-green) 55%, var(--ink)); }
.cod-note svg { width: 18px; height: 18px; flex: none; margin-top: 1px; }

.confirm { text-align: center; padding: 16px 6px 8px; }
.confirm-badge { width: 84px; height: 84px; border-radius: 50%; margin: 6px auto 16px; background: color-mix(in srgb, var(--c-green) 16%, #fff); display: grid; place-items: center; animation: pop .5s cubic-bezier(.2,1.3,.4,1); }
.confirm-badge svg { width: 44px; height: 44px; color: var(--c-green); }
@keyframes pop { 0% { transform: scale(0); } 100% { transform: scale(1); } }
.confirm h3 { font-size: 26px; margin-bottom: 10px; }
.confirm p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 6px; }
.confirm .prepare { margin: 18px 0; padding: 18px; border-radius: var(--radius-md); background: var(--ink); color: #fff; }
.confirm .prepare .lbl { font-size: 12.5px; opacity: 0.7; font-weight: 700; }
.confirm .prepare .amt { font-family: var(--font-display); font-weight: 600; font-size: 34px; color: var(--c-yellow); line-height: 1.1; }
.confirm .ref { font-size: 12px; color: var(--ink-faint); font-weight: 700; letter-spacing: 0.05em; margin-bottom: 16px; }
.confirm-recap { text-align: start; background: var(--surface-2); border-radius: var(--radius-md); padding: 14px 16px; margin: 16px 0; }
.confirm-recap .rc-title { font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-faint); margin-bottom: 8px; }
.confirm-recap .rc-line { display: flex; justify-content: space-between; font-size: 14px; padding: 4px 0; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }

.toast { position: fixed; left: 50%; bottom: 86px; transform: translateX(-50%) translateY(20px); background: var(--ink); color: #fff; padding: 11px 20px; border-radius: 999px; font-family: var(--font-display); font-weight: 600; font-size: 14px; z-index: 90; opacity: 0; pointer-events: none; transition: opacity .25s, transform .25s; box-shadow: var(--shadow-pop); }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ====================================================================== */
/*  RESPONSIVE — laptop / desktop                                         */
/* ====================================================================== */
@media (min-width: 760px) {
  .gallery-wall, .product-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .services-grid { grid-template-columns: repeat(3, 1fr); gap: 22px; }
  .hero-stat b { font-size: 30px; }
}

@media (min-width: 980px) {
  :root { --header-h: 72px; }
  .nav-links { display: flex; }
  .menu-btn { display: none; }
  .cart-btn { display: inline-flex; }

  .hero { padding: 64px 0 72px; }
  .hero .wrap { display: grid; grid-template-columns: 1.05fr 0.95fr; align-items: center; gap: 40px; }
  .hero-text { max-width: 560px; }
  .hero p.lead { font-size: 19px; max-width: 42ch; }
  .hero-cta { flex-direction: row; flex-wrap: wrap; }
  .hero-skills { margin-top: 0; }
  .hs-card { padding: 26px 24px; }
  .skill-pill { font-size: 15px; padding: 11px 18px; }

  .section-head h2 { font-size: 42px; }
  .books, .programs, .about, .booking, .contact, .gallery { padding-block: 76px; }

  .about-grid { grid-template-columns: 300px 1fr; align-items: center; gap: 50px; }
  .about-photo { width: 260px; height: 260px; }
  .about .role { font-size: 15px; }
  .about blockquote { font-size: 24px; }

  .contact .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
  .contact-head { grid-column: 1 / -1; }

  /* order becomes a side panel feel on desktop, but sheet still works */
  .sheet { width: 460px; right: 24px; left: auto; bottom: 24px; border-radius: 22px; max-height: 88vh; transform: translateY(140%); }
  html[dir='rtl'] .sheet { right: auto; left: 24px; }
  .sheet.open { transform: translateY(0); }
}

@media (min-width: 1240px) {
  .hero-montage .float-cover { width: 210px; }
  .hero-montage .fc2 { width: 240px; }
}
