{"id":806,"date":"2025-06-20T19:37:35","date_gmt":"2025-06-20T11:37:35","guid":{"rendered":"https:\/\/scentmarketing.mn\/?page_id=806"},"modified":"2026-06-18T10:39:45","modified_gmt":"2026-06-18T02:39:45","slug":"%d0%b1%d0%b8%d0%b4%d0%bd%d0%b8%d0%b9-%d1%82%d1%83%d1%80%d1%88%d0%bb%d0%b0%d0%b3%d0%b0","status":"publish","type":"page","link":"https:\/\/scentmarketing.mn\/mn\/%d0%b1%d0%b8%d0%b4%d0%bd%d0%b8%d0%b9-%d1%82%d1%83%d1%80%d1%88%d0%bb%d0%b0%d0%b3%d0%b0\/","title":{"rendered":"\u0411\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"mn\">\n<head>\n<meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Scent Marketing \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430<\/title>\n<style>html,body{margin:0;padding:0;background:oklch(0.155 0.008 60);}<\/style>\n<\/head>\n<body>\n<!--\n  ============================================================================\n  SCENT MARKETING \u2014 Home page (WordPress publish-ready block)\n  ----------------------------------------------------------------------------\n  HOW TO PUBLISH\n  1. WordPress \u2192 Pages \u2192 Add New (or edit your Home page).\n  2. Add a block \u2192 search \"Custom HTML\" \u2192 choose it.\n  3. Paste EVERYTHING in this file (from the <style> tag below to the final\n     <\/script>) into that one Custom HTML block.\n  4. Set the page template to \"Full width\" \/ \"No sidebar\" if your theme offers it,\n     so the dark sections span edge-to-edge.\n  5. Publish.\n\n  NOTES\n  \u2022 No site header\/nav and no footer are included \u2014 WordPress supplies those.\n  \u2022 All CSS is scoped under #sm-home so it will not fight your theme's styles.\n  \u2022 Fonts (Manrope + JetBrains Mono) load via @import at the top of the <style>.\n  \u2022 Image placeholders are .img-slot boxes. Replace each one with your own\n    <img decoding=\"async\" src=\"...\" alt=\"...\"> (real product \/ proof photos) before or after publishing.\n  \u2022 The \"\u0417\u04e9\u0432\u043b\u04e9\u0433\u04e9\u04e9 \u0430\u0432\u0430\u0445\" \/ \u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u0430\u0442\u0430\u0445 buttons link to #contact \/ #catalog\n    in-page anchors \u2014 point them at your real contact page or PDF when ready.\n  ============================================================================\n-->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap');\n\n\/* =========================================================================\n   SCENT MARKETING \u2014 \"Warm Dark \/ Sensory Tech\"\n   Deep espresso dark mode, sand & cream type, amber\/clay glow accents.\n   All rules are scoped under #sm-home so they don't fight the WP theme.\n   ========================================================================= *\/\n\n#sm-home {\n  \/* Warm-dark surfaces *\/\n  --bg:       oklch(0.155 0.008 60);\n  --bg-1:     oklch(0.185 0.010 58);\n  --bg-2:     oklch(0.215 0.012 56);\n  --bg-3:     oklch(0.255 0.014 54);\n  --line:     oklch(0.40 0.015 60 \/ 0.18);\n  --line-2:   oklch(0.55 0.02 65 \/ 0.30);\n\n  \/* Type *\/\n  --text:     oklch(0.94 0.014 78);\n  --text-dim: oklch(0.74 0.018 72);\n  --text-faint: oklch(0.56 0.018 66);\n\n  \/* Accents \u2014 amber glow (primary) + clay (secondary) *\/\n  --accent-h: 72;\n  --accent:   oklch(0.80 0.135 var(--accent-h));\n  --accent-soft: oklch(0.80 0.135 var(--accent-h) \/ 0.14);\n  --accent-line: oklch(0.80 0.135 var(--accent-h) \/ 0.40);\n  --clay:     oklch(0.66 0.115 42);\n  --sand:     oklch(0.87 0.05 82);\n\n  \/* Glow intensity multiplier *\/\n  --glow: 1;\n\n  \/* Fonts *\/\n  --font-display: \"Manrope\", system-ui, sans-serif;\n  --font-body: \"Manrope\", system-ui, sans-serif;\n  --font-mono: \"JetBrains Mono\", ui-monospace, monospace;\n\n  \/* Layout *\/\n  --maxw: 1240px;\n  --pad: clamp(20px, 5vw, 80px);\n  --radius: 18px;\n\n  position: relative;\n  background: var(--bg);\n  color: var(--text);\n  font-family: var(--font-body);\n  font-size: 17px;\n  line-height: 1.6;\n  -webkit-font-smoothing: antialiased;\n  text-rendering: optimizeLegibility;\n  overflow-x: hidden;\n  scroll-behavior: smooth;\n}\n\n#sm-home *, #sm-home *::before, #sm-home *::after { box-sizing: border-box; }\n#sm-home h1, #sm-home h2, #sm-home h3, #sm-home h4, #sm-home p, #sm-home ul { margin: 0; padding: 0; }\n\n\/* \u2500\u2500 WordPress \/ Kadence theme-override guard \u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\u2500\n   The Kadence theme sets color + font-family DIRECTLY on body and h1\u2013h6\n   (e.g. `h2{color:var(--global-palette3);font-family:'Roboto Condensed'}`).\n   Those bare-element rules hit our headings directly and beat the white color\n   they inherit from #sm-home, so headings render dark-on-dark (invisible) in\n   the wrong font. We re-assert our design at #sm-home ID specificity. Kadence\n   uses no !important, so no !important is needed here. *\/\n#sm-home h1, #sm-home h2, #sm-home h3, #sm-home h4, #sm-home h5, #sm-home h6 {\n  color: var(--text);\n  font-family: var(--font-display);\n  font-weight: 700;\n  line-height: 1.14;\n}\n#sm-home p, #sm-home li, #sm-home a, #sm-home span, #sm-home small,\n#sm-home b, #sm-home strong, #sm-home em, #sm-home button, #sm-home label,\n#sm-home td, #sm-home th, #sm-home blockquote {\n  color: inherit;\n  font-family: var(--font-body);\n}\n\/* belt-and-braces: Kadence colours body text too; re-assert on the wrapper *\/\n#sm-home { color: var(--text); }\n\n\/* Ambient warm glow behind the page content *\/\n#sm-home::before {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  z-index: 0;\n  pointer-events: none;\n  background:\n    radial-gradient(60vw 50vh at 78% -8%, oklch(0.80 0.135 var(--accent-h) \/ calc(0.16 * var(--glow))), transparent 60%),\n    radial-gradient(55vw 45vh at 8% 12%, oklch(0.66 0.115 42 \/ calc(0.10 * var(--glow))), transparent 55%);\n}\n#sm-home > * { position: relative; z-index: 1; }\n\n#sm-home a { color: inherit; text-decoration: none; }\n#sm-home img { max-width: 100%; display: block; }\n#sm-home button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }\n\n#sm-home .wrap { max-width: var(--maxw); margin: 0 auto; padding-inline: var(--pad); }\n\n\/* ---- Image placeholders (swap with real <img>) ---- *\/\n#sm-home .img-slot {\n  display: grid; place-items: center; text-align: center;\n  border: 1px dashed var(--line-2); border-radius: 12px;\n  background: oklch(0.95 0.01 80 \/ 0.03);\n  color: var(--text-faint);\n  font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em;\n  text-transform: uppercase; padding: 10px; min-height: 60px;\n}\n\n\/* ---- Typographic helpers ---- *\/\n#sm-home .kicker {\n  font-family: var(--font-mono); font-size: 12.5px; letter-spacing: 0.22em;\n  text-transform: uppercase; color: var(--accent);\n  display: inline-flex; align-items: center; gap: 10px;\n}\n#sm-home .kicker::before { content: \"\"; width: 26px; height: 1px; background: var(--accent-line); }\n\n#sm-home h1, #sm-home h2, #sm-home h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.08; letter-spacing: -0.01em; }\n#sm-home .display { font-size: clamp(40px, 6.5vw, 88px); font-weight: 700; line-height: 1.02; letter-spacing: -0.02em; }\n#sm-home .section-title { font-size: clamp(28px, 4vw, 48px); }\n#sm-home .lead { color: var(--text-dim); font-size: clamp(16px, 1.6vw, 20px); max-width: 60ch; }\n\n#sm-home .accent { color: var(--accent); }\n#sm-home .glow-text { text-shadow: 0 0 40px oklch(0.80 0.135 var(--accent-h) \/ calc(0.5 * var(--glow))); }\n\n\/* ---- Buttons ---- *\/\n#sm-home .btn {\n  display: inline-flex; align-items: center; gap: 10px;\n  padding: 15px 26px; border-radius: 999px; font-weight: 600; font-size: 15px;\n  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .3s, background .3s, border-color .3s;\n  white-space: nowrap;\n}\n#sm-home .btn-primary {\n  background: var(--accent); color: oklch(0.18 0.02 70);\n  box-shadow: 0 8px 30px oklch(0.80 0.135 var(--accent-h) \/ calc(0.35 * var(--glow)));\n}\n#sm-home .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 44px oklch(0.80 0.135 var(--accent-h) \/ calc(0.55 * var(--glow))); }\n#sm-home .btn-ghost { background: oklch(0.95 0.01 80 \/ 0.04); border: 1px solid var(--line-2); color: var(--text); }\n#sm-home .btn-ghost:hover { border-color: var(--accent-line); background: var(--accent-soft); transform: translateY(-2px); }\n#sm-home .btn svg { width: 17px; height: 17px; }\n\n\/* =========================================================================\n   HERO\n   ========================================================================= *\/\n#sm-home .hero { position: relative; padding-top: clamp(40px, 6vw, 80px); padding-bottom: 90px; overflow: hidden; }\n#sm-home .hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }\n#sm-home .hero-copy .kicker { margin-bottom: 26px; }\n#sm-home .hero h1 { margin-bottom: 26px; }\n#sm-home .hero .lead { margin-bottom: 36px; }\n#sm-home .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }\n#sm-home .hero-stats { display: flex; gap: 36px; margin-top: 48px; flex-wrap: wrap; }\n#sm-home .hstat .num { font-family: var(--font-display); font-weight: 700; font-size: 34px; color: var(--text); line-height: 1; }\n#sm-home .hstat .num .accent { font-family: inherit; }\n#sm-home .hstat .lbl { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-faint); margin-top: 8px; }\n\n\/* Hero visual \u2014 animated \"how scent works\" scene *\/\n#sm-home .hero-visual { position: relative; }\n#sm-home .hero-scene {\n  position: relative; aspect-ratio: 4\/5; border-radius: 26px; border: 1px solid var(--line);\n  background:\n    radial-gradient(80% 50% at 50% 4%, var(--accent-soft), transparent 65%),\n    linear-gradient(180deg, var(--bg-2), var(--bg-1));\n  overflow: hidden;\n  box-shadow: inset 0 1px 0 oklch(0.95 0.01 80 \/ 0.06), 0 40px 90px -40px oklch(0 0 0 \/ 0.7);\n}\n#sm-home .scene-grid {\n  position: absolute; inset: 0; pointer-events: none; opacity: .5;\n  background-image:\n    linear-gradient(oklch(0.95 0.01 80 \/ 0.04) 1px, transparent 1px),\n    linear-gradient(90deg, oklch(0.95 0.01 80 \/ 0.04) 1px, transparent 1px);\n  background-size: 42px 42px;\n  -webkit-mask-image: radial-gradient(70% 60% at 50% 70%, #000, transparent 80%);\n  mask-image: radial-gradient(70% 60% at 50% 70%, #000, transparent 80%);\n}\n#sm-home .scene-step {\n  position: absolute; left: 22px; z-index: 5; display: flex; align-items: center; gap: 11px;\n  font-size: 13.5px; font-weight: 600; color: var(--text);\n}\n#sm-home .scene-step .n {\n  width: 26px; height: 26px; flex: none; border-radius: 50%; display: grid; place-items: center;\n  font-family: var(--font-mono); font-size: 12px; font-weight: 500;\n  color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line);\n}\n#sm-home .scene-step--1 { bottom: 20px; }\n#sm-home .scene-step--2 { top: 50%; transform: translateY(-50%); }\n#sm-home .scene-step--3 { top: 22px; }\n#sm-home .scene-step small { display: block; font-weight: 400; color: var(--text-faint); font-size: 11.5px; margin-top: 1px; }\n#sm-home .scene-step > span:last-child { max-width: 150px; }\n\n#sm-home .device-zone {\n  position: absolute; left: 50%; bottom: 8%; transform: translateX(-50%);\n  width: 30%; z-index: 4; display: flex; flex-direction: column; align-items: center; gap: 0;\n}\n#sm-home .device-zone .img-slot { width: 100%; aspect-ratio: 3\/5; }\n#sm-home .device-base {\n  width: 130%; height: 10px; margin-top: -4px; border-radius: 50%;\n  background: radial-gradient(50% 100% at 50% 0, var(--accent-soft), transparent 70%);\n}\n\n#sm-home .waves { position: absolute; left: 50%; bottom: 30%; z-index: 3; pointer-events: none; }\n#sm-home .waves span {\n  position: absolute; left: 0; top: 0; width: 46px; height: 46px; margin: -23px;\n  border-radius: 50%; border: 1.5px solid var(--accent-line);\n  animation: sm-emit 4.4s ease-out infinite; opacity: 0;\n}\n#sm-home .waves span:nth-child(2) { animation-delay: 1.1s; }\n#sm-home .waves span:nth-child(3) { animation-delay: 2.2s; }\n#sm-home .waves span:nth-child(4) { animation-delay: 3.3s; }\n@keyframes sm-emit {\n  0% { transform: scale(.25); opacity: 0; }\n  12% { opacity: .65; }\n  100% { transform: scale(8.5); opacity: 0; }\n}\n\n#sm-home .scene-effect {\n  position: absolute; top: 64px; right: 16px; z-index: 6; display: flex; align-items: center; gap: 9px;\n  background: oklch(0.155 0.008 60 \/ 0.82); border: 1px solid var(--accent-line);\n  padding: 9px 15px; border-radius: 999px; backdrop-filter: blur(8px);\n  font-size: 13px; font-weight: 600; white-space: nowrap;\n  box-shadow: 0 10px 30px -12px oklch(0 0 0 \/ .7);\n}\n#sm-home .scene-effect .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 12px var(--accent); flex: none; }\n#sm-home .scene-effect .effectText { transition: opacity .4s; }\n\n#sm-home .hero-explainer { margin-top: 20px; font-size: 14.5px; line-height: 1.6; color: var(--text-dim); border-left: 2px solid var(--accent-line); padding-left: 16px; }\n#sm-home .hero-explainer strong { color: var(--text); font-weight: 700; }\n\n#sm-home .particles { position: absolute; inset: 0; pointer-events: none; z-index: 2; }\n#sm-home .particle {\n  position: absolute; bottom: -10px; width: 6px; height: 6px; border-radius: 50%;\n  background: radial-gradient(circle, var(--accent), transparent 70%);\n  opacity: 0; filter: blur(.5px); animation: sm-rise linear infinite;\n}\n@keyframes sm-rise {\n  0% { transform: translateY(0) translateX(0) scale(.6); opacity: 0; }\n  15% { opacity: .8; }\n  80% { opacity: .5; }\n  100% { transform: translateY(-340px) translateX(var(--drift, 20px)) scale(1.4); opacity: 0; }\n}\n@media (prefers-reduced-motion: reduce) {\n  #sm-home .waves span { animation: none; opacity: .3; }\n  #sm-home .particle { animation: none; display: none; }\n}\n\n\/* =========================================================================\n   MARQUEE\n   ========================================================================= *\/\n#sm-home .marquee { overflow: hidden; border-block: 1px solid var(--line); padding: 22px 0; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }\n#sm-home .marquee-track { display: flex; gap: 64px; width: max-content; animation: sm-scroll-x 34s linear infinite; }\n#sm-home .marquee:hover .marquee-track { animation-play-state: paused; }\n#sm-home .marquee-track span { font-family: var(--font-mono); font-size: 14px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faint); white-space: nowrap; }\n#sm-home .marquee-track span::before { content: \"\\25E6\"; margin-right: 64px; color: var(--accent); }\n@keyframes sm-scroll-x { to { transform: translateX(-50%); } }\n\n\/* =========================================================================\n   SECTION SCAFFOLD\n   ========================================================================= *\/\n#sm-home section { position: relative; }\n#sm-home .section-pad { padding-block: clamp(72px, 9vw, 128px); }\n#sm-home .section-head { max-width: 720px; margin-bottom: 56px; }\n#sm-home .section-head .kicker { margin-bottom: 20px; }\n#sm-home .section-head p { margin-top: 18px; }\n\n\/* ---- Value props ---- *\/\n#sm-home .values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }\n#sm-home .value { background: var(--bg-1); padding: 34px 28px; transition: background .3s; }\n#sm-home .value:hover { background: var(--bg-2); }\n#sm-home .value .ico {\n  width: 48px; height: 48px; border-radius: 13px; margin-bottom: 22px; display: grid; place-items: center;\n  background: var(--accent-soft); color: var(--accent); border: 1px solid var(--accent-line);\n}\n#sm-home .value .ico svg { width: 24px; height: 24px; }\n#sm-home .value h3 { font-size: 19px; margin-bottom: 10px; }\n#sm-home .value p { font-size: 14.5px; color: var(--text-dim); line-height: 1.55; }\n\n\/* =========================================================================\n   PRODUCTS\n   ========================================================================= *\/\n#sm-home .prod-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; margin-bottom: 48px; }\n#sm-home .products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\n#sm-home .card {\n  background: linear-gradient(180deg, var(--bg-1), var(--bg)); border: 1px solid var(--line);\n  border-radius: 20px; overflow: hidden;\n  transition: transform .3s cubic-bezier(.2,.8,.2,1), border-color .3s, box-shadow .3s;\n  display: flex; flex-direction: column;\n}\n#sm-home .card:hover { transform: translateY(-6px); border-color: var(--accent-line); box-shadow: 0 30px 60px -30px oklch(0 0 0 \/ .7); }\n#sm-home .card-media { position: relative; aspect-ratio: 1\/1; background: radial-gradient(60% 50% at 50% 35%, var(--accent-soft), transparent 70%), var(--bg-2); padding: 22px; }\n#sm-home .card-media .img-slot { width: 100%; height: 100%; }\n#sm-home .card-badge { position: absolute; top: 14px; left: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 6px 11px; border-radius: 999px; background: var(--clay); color: oklch(0.16 0.02 50); font-weight: 600; z-index: 2; }\n#sm-home .card-badge-gift, #sm-home .card-badge-sale { background: #f7630c; color: #fff; font-size: 11px; letter-spacing: .04em; text-transform: none; }\n#sm-home .card-body { padding: 22px; display: flex; flex-direction: column; gap: 6px; flex: 1; }\n#sm-home .card-body h3 { font-size: 20px; font-family: var(--font-display); }\n#sm-home .card-spec { font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .06em; color: var(--text-faint); text-transform: uppercase; }\n#sm-home .card-foot { margin-top: auto; padding-top: 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }\n#sm-home .price { font-family: var(--font-display); font-weight: 600; font-size: 20px; }\n#sm-home .price s { color: var(--text-faint); font-size: 13px; font-weight: 400; font-family: var(--font-body); margin-right: 6px; }\n#sm-home .add-btn {\n  display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 999px;\n  background: oklch(0.95 0.01 80 \/ 0.05); border: 1px solid var(--line-2); font-size: 13px; font-weight: 600;\n  transition: background .25s, border-color .25s, color .25s;\n}\n#sm-home .add-btn:hover { background: var(--accent); color: oklch(0.18 0.02 70); border-color: var(--accent); }\n#sm-home .add-btn svg { width: 15px; height: 15px; }\n\n\/* =========================================================================\n   PROOF \/ RESULTS\n   ========================================================================= *\/\n#sm-home .proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\n#sm-home .proof-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--bg-1); display: flex; flex-direction: column; }\n#sm-home .proof-media { aspect-ratio: 16\/10; position: relative; }\n#sm-home .proof-media .img-slot { width: 100%; height: 100%; border-radius: 0; border: none; }\n#sm-home .proof-media .logo { position: absolute; left: 18px; bottom: 16px; font-family: var(--font-display); font-weight: 700; font-size: 19px; letter-spacing: .04em; z-index: 2; }\n#sm-home .proof-media::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, oklch(0.12 0.008 60 \/ .85)); z-index: 1; }\n#sm-home .proof-body { padding: 26px; }\n#sm-home .proof-body .big { font-family: var(--font-display); font-weight: 700; font-size: 40px; color: var(--accent); line-height: 1; margin-bottom: 14px; }\n#sm-home .proof-body p { color: var(--text-dim); font-size: 14.5px; }\n\n\/* =========================================================================\n   NEUROSCIENCE \/ WHY SCENT\n   ========================================================================= *\/\n#sm-home .why { background: var(--bg-1); border-block: 1px solid var(--line); }\n#sm-home .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }\n#sm-home .why-item { background: var(--bg); padding: 36px 30px; transition: background .3s; }\n#sm-home .why-item:hover { background: var(--bg-2); }\n#sm-home .why-num { font-family: var(--font-mono); font-size: 12px; color: var(--accent); letter-spacing: .1em; margin-bottom: 18px; }\n#sm-home .why-item h3 { font-size: 21px; margin-bottom: 12px; font-family: var(--font-display); }\n#sm-home .why-item p { color: var(--text-dim); font-size: 14.5px; line-height: 1.6; }\n\n\/* =========================================================================\n   PROCESS\n   ========================================================================= *\/\n#sm-home .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }\n#sm-home .step { position: relative; padding: 34px 30px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, var(--bg-1), var(--bg)); }\n#sm-home .step .idx { font-family: var(--font-display); font-weight: 700; font-size: 56px; color: transparent; -webkit-text-stroke: 1.4px var(--accent-line); line-height: 1; margin-bottom: 20px; }\n#sm-home .step h3 { font-size: 22px; margin-bottom: 12px; }\n#sm-home .step p { color: var(--text-dim); font-size: 15px; }\n#sm-home .step .connector { position: absolute; top: 56px; right: -22px; width: 22px; height: 1px; background: var(--accent-line); }\n#sm-home .steps .step:last-child .connector { display: none; }\n\n\/* =========================================================================\n   VISUAL COMPARE \u2014 animated \"how scent spreads\" demo\n   ========================================================================= *\/\n#sm-home .vc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; position: relative; }\n#sm-home .vc-vs {\n  position: absolute; left: 50%; top: 0; transform: translate(-50%, -50%); z-index: 10;\n  width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center;\n  background: var(--bg-3); border: 1px solid var(--line-2);\n  font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--text-dim);\n  box-shadow: 0 10px 30px -10px oklch(0 0 0 \/ .7);\n}\n#sm-home .vc-room { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: var(--bg-1); }\n#sm-home .vc-room--device { border-color: var(--accent-line); }\n#sm-home .vc-room-head { display: flex; align-items: center; gap: 11px; padding: 18px 22px; border-bottom: 1px solid var(--line); }\n#sm-home .vc-room-head .vc-badge { font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; }\n#sm-home .vc-room--device .vc-badge { background: var(--accent); color: oklch(0.18 0.02 70); font-weight: 700; }\n#sm-home .vc-room--fresh .vc-badge { background: oklch(0.95 0.01 80 \/ 0.06); color: var(--text-faint); border: 1px solid var(--line-2); }\n#sm-home .vc-room-head h3 { font-size: 17px; }\n#sm-home .vc-room--fresh .vc-room-head h3 { color: var(--text-dim); }\n\n#sm-home .vc-stage {\n  position: relative; aspect-ratio: 16\/10; overflow: hidden;\n  background:\n    radial-gradient(80% 70% at 50% 100%, oklch(0.95 0.01 80 \/ 0.03), transparent 70%),\n    linear-gradient(180deg, var(--bg), var(--bg-1));\n}\n#sm-home .vc-floor { position: absolute; left: 0; right: 0; bottom: 13%; height: 1px; background: var(--line-2); }\n#sm-home .vc-floor::after { content: \"\"; position: absolute; left: 0; right: 0; top: 0; height: 30px; background: linear-gradient(180deg, oklch(0.95 0.01 80 \/ .02), transparent); }\n\n#sm-home .vc-note { position: absolute; top: 14px; left: 14px; z-index: 6; font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; padding: 6px 11px; border-radius: 999px; background: oklch(0.155 0.008 60 \/ .8); border: 1px solid var(--line); backdrop-filter: blur(6px); color: var(--text-dim); }\n#sm-home .vc-room--device .vc-note { border-color: var(--accent-line); color: var(--accent); }\n\n#sm-home .vc-device, #sm-home .vc-can { position: absolute; bottom: 13%; z-index: 5; }\n#sm-home .vc-device { left: 50%; transform: translateX(-50%); width: 26px; height: 56px; border-radius: 7px; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--accent-line); }\n#sm-home .vc-device::before { content: \"\"; position: absolute; top: -4px; left: 50%; transform: translateX(-50%); width: 11px; height: 11px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 16px var(--accent); }\n#sm-home .vc-can { left: 17%; transform: translateX(-50%); width: 22px; height: 44px; border-radius: 5px; background: linear-gradient(180deg, var(--bg-3), var(--bg-2)); border: 1px solid var(--line-2); }\n#sm-home .vc-can::before { content: \"\"; position: absolute; top: -7px; left: 50%; transform: translateX(-50%); width: 8px; height: 8px; border-radius: 2px 2px 0 0; background: var(--text-faint); }\n\n#sm-home .vc-person { position: absolute; right: 9%; bottom: 13%; z-index: 6; display: flex; flex-direction: column; align-items: center; gap: 7px; }\n#sm-home .vc-person .pf { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line-2); color: var(--text-faint); background: var(--bg-2); transition: all .4s; }\n#sm-home .vc-person .pf svg { width: 22px; height: 22px; }\n#sm-home .vc-person small { font-family: var(--font-mono); font-size: 10px; letter-spacing: .06em; color: var(--text-faint); }\n#sm-home .vc-room--device .vc-person .pf { border-color: var(--accent-line); color: var(--accent); background: var(--accent-soft); box-shadow: 0 0 22px oklch(0.80 0.135 var(--accent-h) \/ calc(.4 * var(--glow))); }\n#sm-home .vc-room--device .vc-person small { color: var(--accent); }\n\n#sm-home .vc-cover { position: absolute; z-index: 2; pointer-events: none; }\n#sm-home .vc-cover--full { left: 50%; bottom: 14%; width: 12px; height: 12px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle, var(--accent-soft), transparent 70%); animation: sm-vcExpand 7s ease-out infinite; }\n@keyframes sm-vcExpand { 0% { transform: translateX(-50%) scale(1); opacity: .55; } 75% { opacity: .12; } 100% { transform: translateX(-50%) scale(46); opacity: 0; } }\n#sm-home .vc-cover--small { left: 17%; bottom: 16%; width: 130px; height: 96px; border-radius: 50%; transform: translateX(-50%); background: radial-gradient(circle, oklch(0.72 0.02 70 \/ .14), transparent 70%); }\n\n#sm-home .vc-dot { position: absolute; bottom: 16%; left: 50%; width: 5px; height: 5px; border-radius: 50%; background: radial-gradient(circle, var(--accent), transparent 70%); opacity: 0; animation: sm-vcRise var(--d, 7s) ease-out infinite; animation-delay: var(--delay, 0s); }\n@keyframes sm-vcRise {\n  0% { transform: translate(-50%, 0) scale(.5); opacity: 0; }\n  12% { opacity: .9; }\n  70% { opacity: .5; }\n  100% { transform: translate(calc(-50% + var(--x, 0px)), var(--y, -170px)) scale(1.3); opacity: 0; }\n}\n#sm-home .vc-drop { position: absolute; bottom: 17%; left: 17%; width: 9px; height: 9px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, var(--text-dim), var(--text-faint) 75%); opacity: 0; animation: sm-vcSpray var(--d, 2.4s) cubic-bezier(.45, 0, .75, 1) infinite; animation-delay: var(--delay, 0s); }\n@keyframes sm-vcSpray {\n  0% { transform: translate(-50%, 0) scale(.4); opacity: 0; }\n  10% { opacity: 1; }\n  40% { transform: translate(var(--px, 60px), var(--py, -52px)) scale(1); opacity: 1; }\n  100% { transform: translate(var(--lx, 110px), 64px) scale(.7); opacity: 0; }\n}\n\n#sm-home .vc-points { list-style: none; padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; }\n#sm-home .vc-points li { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; color: var(--text-dim); line-height: 1.45; }\n#sm-home .vc-points li .vm { width: 19px; height: 19px; flex: none; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }\n#sm-home .vc-points li .vm svg { width: 12px; height: 12px; }\n#sm-home .vc-room--device .vc-points li { color: var(--text); }\n#sm-home .vc-room--device .vm { background: var(--accent); color: oklch(0.18 0.02 70); }\n#sm-home .vc-room--fresh .vm { background: oklch(0.95 0.01 80 \/ 0.06); color: var(--text-faint); border: 1px solid var(--line-2); }\n\n@media (prefers-reduced-motion: reduce) {\n  #sm-home .vc-cover--full { animation: none; transform: translateX(-50%) scale(30); opacity: .12; }\n  #sm-home .vc-dot, #sm-home .vc-drop { animation: none; }\n}\n@media (max-width: 760px) {\n  #sm-home .vc-grid { grid-template-columns: 1fr; gap: 30px; }\n  #sm-home .vc-vs { display: none; }\n}\n\n\/* =========================================================================\n   COMPARISON \u2014 device vs air freshener\n   ========================================================================= *\/\n#sm-home .compare { --cols: 1.15fr 1.32fr 1.32fr; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }\n#sm-home .compare-head, #sm-home .cmp-row { display: grid; grid-template-columns: var(--cols); }\n#sm-home .compare-head { background: var(--bg-1); }\n#sm-home .ch-spacer { padding: 26px 28px; display: flex; align-items: flex-end; }\n#sm-home .ch-spacer span { font-family: var(--font-mono); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faint); }\n#sm-home .ch-col { padding: 26px 26px 22px; }\n#sm-home .ch-badge { display: inline-block; font-family: var(--font-mono); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 5px 10px; border-radius: 999px; margin-bottom: 14px; }\n#sm-home .ch-col--device .ch-badge { background: var(--accent); color: oklch(0.18 0.02 70); font-weight: 700; }\n#sm-home .ch-col--fresh .ch-badge { background: oklch(0.95 0.01 80 \/ 0.06); color: var(--text-faint); border: 1px solid var(--line-2); }\n#sm-home .ch-col h3 { font-size: 20px; margin-bottom: 14px; line-height: 1.15; }\n#sm-home .ch-col--fresh h3 { color: var(--text-dim); }\n#sm-home .mist { height: 30px; border-radius: 8px; }\n#sm-home .mist--fine { background-image: radial-gradient(circle, var(--accent) 1px, transparent 1.6px); background-size: 9px 9px; opacity: .55; -webkit-mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); mask-image: linear-gradient(90deg, transparent, #000 20%, #000 80%, transparent); }\n#sm-home .mist--coarse { background-image: radial-gradient(circle at 50% 80%, var(--text-faint) 2.6px, transparent 3.2px); background-size: 28px 24px; background-position: bottom; opacity: .4; }\n\n#sm-home .ch-col--device, #sm-home .cmp-val--device { background: var(--accent-soft); border-inline: 1px solid var(--accent-line); }\n#sm-home .ch-col--device { border-top: 1px solid var(--accent-line); }\n#sm-home .compare .cmp-row:last-child .cmp-val--device { border-bottom: 1px solid var(--accent-line); }\n\n#sm-home .cmp-row { border-top: 1px solid var(--line); transition: background .25s; }\n#sm-home .cmp-row:hover { background: oklch(0.95 0.01 80 \/ 0.02); }\n#sm-home .cmp-crit { padding: 22px 28px; display: flex; align-items: center; gap: 13px; }\n#sm-home .cmp-crit .cmp-ico { width: 36px; height: 36px; flex: none; border-radius: 10px; display: grid; place-items: center; background: var(--bg-2); border: 1px solid var(--line); color: var(--text-dim); }\n#sm-home .cmp-crit .cmp-ico svg { width: 18px; height: 18px; }\n#sm-home .cmp-crit b { font-weight: 600; font-size: 15px; }\n#sm-home .cmp-val { padding: 22px 24px; font-size: 14px; line-height: 1.5; color: var(--text-dim); display: flex; gap: 11px; align-items: flex-start; }\n#sm-home .cmp-val--device { color: var(--text); }\n#sm-home .cmp-val .mark { width: 19px; height: 19px; flex: none; border-radius: 50%; display: grid; place-items: center; margin-top: 1px; }\n#sm-home .cmp-val--device .mark { background: var(--accent); color: oklch(0.18 0.02 70); }\n#sm-home .cmp-val--fresh .mark { background: oklch(0.95 0.01 80 \/ 0.07); color: var(--text-faint); border: 1px solid var(--line-2); }\n#sm-home .cmp-val .mark svg { width: 12px; height: 12px; }\n\n\/* =========================================================================\n   CATALOG CTA\n   ========================================================================= *\/\n#sm-home .catalog {\n  position: relative; border-radius: 28px; overflow: hidden; border: 1px solid var(--accent-line);\n  background:\n    radial-gradient(80% 120% at 85% 10%, var(--accent-soft), transparent 60%),\n    radial-gradient(70% 120% at 5% 90%, oklch(0.66 0.115 42 \/ .12), transparent 60%),\n    linear-gradient(180deg, var(--bg-2), var(--bg-1));\n  padding: clamp(40px, 6vw, 72px); display: grid; grid-template-columns: 1.4fr 1fr; gap: 40px; align-items: center;\n}\n#sm-home .catalog h2 { font-size: clamp(28px, 3.6vw, 46px); margin-bottom: 18px; }\n#sm-home .catalog p { color: var(--text-dim); max-width: 46ch; margin-bottom: 30px; }\n#sm-home .catalog .actions { display: flex; gap: 14px; flex-wrap: wrap; }\n#sm-home .catalog-side { display: flex; flex-direction: column; gap: 14px; }\n#sm-home .cside-stat { border: 1px solid var(--line); border-radius: 16px; padding: 20px 22px; background: oklch(0.155 0.008 60 \/ .4); }\n#sm-home .cside-stat .n { font-family: var(--font-display); font-weight: 700; font-size: 30px; color: var(--text); }\n#sm-home .cside-stat .t { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--text-faint); margin-top: 6px; }\n\n\/* ---- Toast ---- *\/\n#sm-home .toast {\n  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%) translateY(140%);\n  background: var(--bg-3); border: 1px solid var(--accent-line); color: var(--text);\n  padding: 14px 22px; border-radius: 14px; font-size: 14px; font-weight: 600; z-index: 9999;\n  display: flex; align-items: center; gap: 12px; box-shadow: 0 20px 50px -20px oklch(0 0 0 \/ .8);\n  transition: transform .45s cubic-bezier(.2,.9,.2,1);\n}\n#sm-home .toast.show { transform: translateX(-50%) translateY(0); }\n#sm-home .toast svg { width: 18px; height: 18px; color: var(--accent); }\n\n\/* ---- reveal on scroll (visible by default; animate only when motion allowed) ---- *\/\n#sm-home .reveal { opacity: 1; transform: none; }\n@media (prefers-reduced-motion: no-preference) {\n  #sm-home.anim .reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1); }\n  #sm-home.anim .reveal.in { opacity: 1; transform: none; }\n}\n\n\/* =========================================================================\n   RESPONSIVE\n   ========================================================================= *\/\n@media (max-width: 1000px) {\n  #sm-home .hero-grid { grid-template-columns: 1fr; gap: 40px; }\n  #sm-home .hero-visual { max-width: 460px; }\n  #sm-home .values, #sm-home .products, #sm-home .proof-grid, #sm-home .why-grid, #sm-home .steps { grid-template-columns: repeat(2, 1fr); }\n  #sm-home .catalog { grid-template-columns: 1fr; }\n}\n@media (max-width: 760px) {\n  #sm-home .values, #sm-home .products, #sm-home .proof-grid, #sm-home .why-grid, #sm-home .steps { grid-template-columns: 1fr; }\n  #sm-home .hero-stats { gap: 24px; }\n  #sm-home { font-size: 16px; }\n\n  \/* comparison \u2192 stacked, labelled *\/\n  #sm-home .compare { --cols: 1fr; }\n  #sm-home .compare-head { display: none; }\n  #sm-home .cmp-row { padding: 6px 4px 16px; border-top: 1px solid var(--line); }\n  #sm-home .cmp-crit { padding: 16px 16px 8px; }\n  #sm-home .cmp-val { padding: 8px 16px; }\n  #sm-home .ch-col--device, #sm-home .cmp-val--device { border-inline: none; border-radius: 0; background: transparent; }\n  #sm-home .compare .cmp-row:last-child .cmp-val--device { border-bottom: none; }\n  #sm-home .cmp-val--device { color: var(--text); }\n  #sm-home .cmp-val::before { content: attr(data-prod) \":\"; flex: none; font-weight: 700; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; width: 96px; padding-top: 2px; }\n  #sm-home .cmp-val--device::before { color: var(--accent); }\n  #sm-home .cmp-val--fresh::before { color: var(--text-faint); }\n}\n\n\/* =========================================================================\n   BRAND COLOR \u2014 primary orange #f7630c (client's business color)\n   Overrides the default amber accent everywhere under #sm-home.\n   ========================================================================= *\/\n#sm-home { --accent-h: 45; --accent: #f7630c; --accent-soft: rgba(247, 99, 12, 0.14); --accent-line: rgba(247, 99, 12, 0.42); }\n\n\/* =========================================================================\n   SCENT FINDER (pure CSS \u2014 no JavaScript)\n   ========================================================================= *\/\n#sm-home .finder { border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(20px,3vw,30px); background: linear-gradient(180deg, var(--accent-soft), transparent 55%), var(--bg-1); }\n#sm-home .finder input { position: absolute; opacity: 0; pointer-events: none; width: 0; height: 0; }\n#sm-home .finder-body { display: grid; grid-template-columns: 1.05fr 1fr; gap: 22px; }\n#sm-home .finder-tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; align-content: start; }\n#sm-home .finder-tiles label { display: flex; align-items: center; gap: 10px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 12px; cursor: pointer; font-size: 14px; font-weight: 600; background: oklch(0.95 0.01 80 \/ 0.02); transition: border-color .2s, background .2s; }\n#sm-home .finder-tiles label:hover { border-color: var(--accent-line); }\n#sm-home .finder-tiles label .fdot { width: 9px; height: 9px; border-radius: 50%; background: var(--line-2); flex: none; transition: background .2s; }\n#sm-home .finder-panels { position: relative; border: 1px solid var(--line); border-radius: 16px; padding: 26px; background: var(--bg); min-height: 268px; }\n#sm-home .finder-panel { display: none; }\n#sm-home .finder-panel .fmood { font-family: var(--font-mono); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--accent); }\n#sm-home .finder-panel h3 { font-size: clamp(22px,2.6vw,26px); margin: 10px 0 12px; font-family: var(--font-display); }\n#sm-home .finder-panel p { color: var(--text-dim); font-size: 15px; line-height: 1.55; margin-bottom: 18px; max-width: 46ch; }\n#sm-home .finder-dev { display: flex; align-items: center; gap: 10px; padding: 12px 15px; border-radius: 12px; background: var(--accent-soft); border: 1px solid var(--accent-line); font-size: 14px; margin-bottom: 22px; }\n#sm-home .finder-dev b { color: var(--accent); }\n#sm-home #fv1:checked ~ .finder-body .finder-panels #fv1p,\n#sm-home #fv2:checked ~ .finder-body .finder-panels #fv2p,\n#sm-home #fv3:checked ~ .finder-body .finder-panels #fv3p,\n#sm-home #fv4:checked ~ .finder-body .finder-panels #fv4p,\n#sm-home #fv5:checked ~ .finder-body .finder-panels #fv5p,\n#sm-home #fv6:checked ~ .finder-body .finder-panels #fv6p,\n#sm-home #fv7:checked ~ .finder-body .finder-panels #fv7p,\n#sm-home #fv8:checked ~ .finder-body .finder-panels #fv8p { display: block; }\n#sm-home #fv1:checked ~ .finder-body .finder-tiles label[for=fv1],\n#sm-home #fv2:checked ~ .finder-body .finder-tiles label[for=fv2],\n#sm-home #fv3:checked ~ .finder-body .finder-tiles label[for=fv3],\n#sm-home #fv4:checked ~ .finder-body .finder-tiles label[for=fv4],\n#sm-home #fv5:checked ~ .finder-body .finder-tiles label[for=fv5],\n#sm-home #fv6:checked ~ .finder-body .finder-tiles label[for=fv6],\n#sm-home #fv7:checked ~ .finder-body .finder-tiles label[for=fv7],\n#sm-home #fv8:checked ~ .finder-body .finder-tiles label[for=fv8] { border-color: var(--accent-line); background: var(--accent-soft); }\n#sm-home #fv1:checked ~ .finder-body .finder-tiles label[for=fv1] .fdot,\n#sm-home #fv2:checked ~ .finder-body .finder-tiles label[for=fv2] .fdot,\n#sm-home #fv3:checked ~ .finder-body .finder-tiles label[for=fv3] .fdot,\n#sm-home #fv4:checked ~ .finder-body .finder-tiles label[for=fv4] .fdot,\n#sm-home #fv5:checked ~ .finder-body .finder-tiles label[for=fv5] .fdot,\n#sm-home #fv6:checked ~ .finder-body .finder-tiles label[for=fv6] .fdot,\n#sm-home #fv7:checked ~ .finder-body .finder-tiles label[for=fv7] .fdot,\n#sm-home #fv8:checked ~ .finder-body .finder-tiles label[for=fv8] .fdot { background: var(--accent); }\n@media (max-width: 760px) { #sm-home .finder-body { grid-template-columns: 1fr; } }\n\n\/* =========================================================================\n   LIFECYCLE\n   ========================================================================= *\/\n#sm-home .lifecycle { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }\n#sm-home .lc-step { position: relative; padding: 32px 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, var(--bg-1), var(--bg)); }\n#sm-home .lc-step .lc-num { width: 34px; height: 34px; border-radius: 50%; background: var(--accent); color: oklch(0.18 0.02 70); display: grid; place-items: center; font-family: var(--font-display); font-weight: 700; font-size: 15px; margin-bottom: 18px; }\n#sm-home .lc-step h3 { font-size: 19px; margin-bottom: 10px; }\n#sm-home .lc-step p { color: var(--text-dim); font-size: 14.5px; line-height: 1.55; }\n#sm-home .lc-step b { color: var(--text); }\n#sm-home .lc-pill { display: inline-block; margin-top: 14px; font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line); padding: 5px 11px; border-radius: 999px; }\n@media (max-width: 760px) { #sm-home .lifecycle { grid-template-columns: 1fr; } }\n\n\/* =========================================================================\n   AFTER-SERVICE\n   ========================================================================= *\/\n#sm-home .aftercare { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }\n#sm-home .ac-card { padding: 32px 28px; border: 1px solid var(--line); border-radius: 20px; background: linear-gradient(180deg, var(--accent-soft), transparent 72%), var(--bg-1); }\n#sm-home .ac-card .ac-ic { width: 50px; height: 50px; border-radius: 14px; background: var(--accent-soft); border: 1px solid var(--accent-line); color: var(--accent); display: grid; place-items: center; margin-bottom: 18px; }\n#sm-home .ac-card .ac-ic svg { width: 24px; height: 24px; }\n#sm-home .ac-card h3 { font-size: 19px; margin-bottom: 10px; }\n#sm-home .ac-card p { color: var(--text-dim); font-size: 14.5px; line-height: 1.55; }\n@media (max-width: 760px) { #sm-home .aftercare { grid-template-columns: 1fr; } }\n\n\/* First-purchase kit badge on product cards *\/\n#sm-home .card-kit { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .06em; text-transform: uppercase; color: var(--accent); background: var(--accent-soft); border: 1px solid var(--accent-line); padding: 4px 9px; border-radius: 999px; align-self: flex-start; margin-top: 2px; }\n\n\/* Real product photos inside the product card media area *\/\n#sm-home .card-media .card-img { width: 100%; height: 100%; object-fit: contain; display: block; border-radius: 10px; }\n\n\/* =========================================================================\n   HERO \/ VS \u2014 pure-CSS 3D A316 diffuser tower (replaces flat placeholder)\n   ========================================================================= *\/\n#sm-home .device-zone .device-3d { width: 100%; aspect-ratio: 3\/5; display: grid; place-items: end center; }\n#sm-home .device-zone .device-3d .nd-wrap { transform: scale(.62); }\n\n#sm-home .nd-wrap { position: relative; width: 50px; display: block; perspective: 1100px; perspective-origin: 50% 42%; transform-origin: 50% 100%; }\n#sm-home .nd { position: relative; width: 50px; height: 184px; transform-style: preserve-3d; transform: rotateX(-4deg) rotateY(23deg); animation: sm-ndFloat 7.5s ease-in-out infinite; }\n#sm-home .nd-face { position: absolute; top: 50%; left: 50%; }\n#sm-home .nd-front { width: 50px; height: 184px; transform: translate(-50%, -50%) translateZ(19px); background: linear-gradient(104deg, oklch(0.18 0.004 60) 0%, oklch(0.255 0.005 60) 30%, oklch(0.145 0.003 60) 58%, oklch(0.185 0.004 60) 100%); border: 1px solid oklch(0.31 0.005 60); border-radius: 15px; overflow: hidden; box-shadow: inset 0 1.5px 0 oklch(1 0 0 \/ 0.08), inset 0 -55px 60px -42px oklch(0 0 0 \/ 0.8); }\n#sm-home .nd-right { width: 38px; height: 184px; transform: translate(-50%, -50%) rotateY(90deg) translateZ(25px); background: linear-gradient(100deg, oklch(0.085 0.003 60), oklch(0.155 0.004 60) 46%, oklch(0.075 0.002 60)); border-radius: 15px; box-shadow: inset 5px 0 11px -8px oklch(1 0 0 \/ 0.06); }\n#sm-home .nd-top { width: 50px; height: 38px; transform: translate(-50%, -50%) rotateX(90deg) translateZ(92px); background: linear-gradient(100deg, oklch(0.235 0.005 60), oklch(0.15 0.004 60)); border-radius: 15px; display: grid; place-items: center; }\n#sm-home .nd-outlet { width: 22px; height: 7px; border-radius: 999px; background: radial-gradient(60% 100% at 50% 45%, oklch(0.06 0.003 60), oklch(0.17 0.004 60)); border: 1px solid oklch(0.30 0.005 60); box-shadow: inset 0 1px 4px oklch(0 0 0 \/ 0.85); }\n#sm-home .nd-logo { position: absolute; top: 15px; left: 50%; transform: translateX(-50%); font-family: var(--font-mono); font-size: 6px; letter-spacing: .24em; text-transform: uppercase; color: oklch(0.50 0.008 70); }\n#sm-home .nd-btn { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 15px; height: 15px; border-radius: 50%; background: radial-gradient(circle at 50% 40%, oklch(0.20 0.004 60), oklch(0.12 0.003 60)); border: 1.5px solid oklch(0.82 0.012 80 \/ 0.78); box-shadow: 0 0 0 0.5px oklch(0 0 0 \/ 0.5), inset 0 0 3px oklch(0 0 0 \/ 0.6); display: grid; place-items: center; }\n#sm-home .nd-btn::after { content: \"\"; width: 3px; height: 3px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 5px var(--accent); opacity: .85; animation: sm-ndLed 2.6s ease-in-out infinite; }\n#sm-home .nd-mist { position: absolute; left: 50%; top: -34px; transform: translateX(-50%); width: 30px; height: 64px; pointer-events: none; }\n#sm-home .nd-mist i { position: absolute; bottom: 0; left: 50%; width: 18px; height: 18px; border-radius: 50%; background: radial-gradient(circle, oklch(0.96 0.01 80 \/ 0.22), transparent 66%); opacity: 0; animation: sm-ndMist 5s ease-out infinite; }\n#sm-home .nd-mist i:nth-child(1) { animation-delay: 0s; --mx: -5px; }\n#sm-home .nd-mist i:nth-child(2) { animation-delay: 1.7s; --mx: 5px; }\n#sm-home .nd-mist i:nth-child(3) { animation-delay: 3.3s; --mx: -2px; }\n#sm-home .nd-base { position: absolute; left: 50%; bottom: 1px; transform: translateX(-50%); width: 74px; height: 16px; border-radius: 8px \/ 9px; background: linear-gradient(180deg, oklch(0.255 0.005 60) 0%, oklch(0.165 0.004 60) 42%, oklch(0.095 0.003 60) 100%); box-shadow: inset 0 1.5px 0 oklch(1 0 0 \/ 0.07), inset 0 -3px 5px oklch(0 0 0 \/ 0.6), 0 4px 8px -3px oklch(0 0 0 \/ 0.55); }\n#sm-home .nd-base::before { content: \"\"; position: absolute; left: 50%; top: -3px; transform: translateX(-50%); width: 26px; height: 7px; border-radius: 50%; background: radial-gradient(60% 100% at 50% 40%, oklch(0.09 0.003 60), oklch(0.16 0.004 60)); }\n#sm-home .nd-floor { position: absolute; left: 50%; bottom: -7px; transform: translateX(-50%); width: 128px; height: 26px; border-radius: 50%; background: radial-gradient(50% 100% at 50% 50%, oklch(0 0 0 \/ 0.5), transparent 72%); }\n@keyframes sm-ndFloat { 0%, 100% { transform: rotateX(-4deg) rotateY(21deg) translateY(0); } 50% { transform: rotateX(-4deg) rotateY(26deg) translateY(-6px); } }\n@keyframes sm-ndLed { 0%, 100% { opacity: .45; } 50% { opacity: 1; } }\n@keyframes sm-ndMist { 0% { opacity: 0; transform: translate(-50%, 0) scale(.45); } 22% { opacity: .5; } 100% { opacity: 0; transform: translate(calc(-50% + var(--mx, 0px)), -52px) scale(1.7); } }\n@media (prefers-reduced-motion: reduce) { #sm-home .nd, #sm-home .nd-btn::after, #sm-home .nd-mist i { animation: none; } #sm-home .nd-mist { display: none; } }\n\n\/* VS section: same A316 tower, mini scaled, planted on the floor as the emit source *\/\n#sm-home .vc-device--3d { width: 30px; height: 64px; background: none; border: none; }\n#sm-home .vc-device--3d::before { display: none; }\n#sm-home .vc-device--3d .nd-wrap { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) scale(.40); transform-origin: 50% 100%; }\n\n<\/style>\n\n<!-- ============================ PAGE CONTENT ============================ -->\n<div id=\"sm-home\">\n\n  <!-- ================= EXPERIENCE (\u0431\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430) \u2014 editorial restyle ================= -->\n\n  <!-- HERO (type + ported homepage scent-diffusion visualization) -->\n  <header class=\"exp-hero\">\n    <div class=\"exp-wrap\">\n      <div class=\"exp-hero-grid\">\n        <div class=\"exp-hero-copy\">\n          <span class=\"exp-rule reveal\"><\/span>\n          <h1 class=\"reveal\">\u0411\u0438\u0434\u043d\u0438\u0439 <span class=\"accent\">\u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430<\/span><\/h1>\n          <p class=\"exp-lead reveal\">\u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440, \u043e\u043b\u043e\u043d \u0443\u043b\u0441\u044b\u043d \u0431\u0438\u0437\u043d\u0435\u0441\u0438\u0439\u043d \u043e\u0440\u0447\u0438\u043d\u0434 \u04af\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u043d\u044c \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u04e9\u0434\u043b\u04e9\u043b\u0438\u0439\u043d \u0442\u04af\u0432\u0448\u0438\u043d\u0434 \u04af\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0434\u0438\u0439\u043d \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436\u0438\u0439\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u044d\u0445, \u043d\u044d\u0440 \u0445\u04af\u043d\u0434\u0438\u0439\u0433 \u0431\u044d\u0445\u0436\u04af\u04af\u043b\u044d\u0445, \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u044d\u0445\u044d\u0434 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u04af\u0440 \u0434\u04af\u043d\u0442\u044d\u0439 \u0430\u0440\u0433\u0430 \u0431\u043e\u043b\u0442\u043b\u043e\u043e \u0445\u04e9\u0433\u0436\u0441\u04e9\u04e9\u0440 \u0431\u0430\u0439\u043d\u0430.<\/p>\n        <\/div>\n        <div class=\"hero-visual reveal\">\n        <div class=\"hero-scene\">\n          <span class=\"scene-grid\"><\/span>\n          <div class=\"scene-effect\">\n            <span class=\"dot\"><\/span>\n            <span class=\"effectText\">\u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430<\/span>\n          <\/div>\n          <div class=\"scene-step scene-step--3\">\n            <span class=\"n\">3<\/span>\n            <span>\u04ae\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447 \u0442\u0430\u0442\u0430\u0433\u0434\u0430\u043d\u0430<small>\u044d\u0435\u0440\u044d\u0433 \u0441\u044d\u0442\u0433\u044d\u0433\u0434\u044d\u043b, \u0434\u0430\u0445\u0438\u043d \u0438\u0440\u044d\u043b\u0442<\/small><\/span>\n          <\/div>\n          <div class=\"waves\" aria-hidden=\"true\"><span><\/span><span><\/span><span><\/span><span><\/span><\/div>\n          <div class=\"particles\" aria-hidden=\"true\"><\/div>\n          <div class=\"scene-step scene-step--2\">\n            <span class=\"n\">2<\/span>\n            <span>\u04ae\u043d\u044d\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u0442\u0430\u0440\u0445\u0430\u043d\u0430<small>\u0436\u0438\u0433\u0434, \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434<\/small><\/span>\n          <\/div>\n          <div class=\"device-zone\">\n            <div class=\"device-3d\" role=\"img\" aria-label=\"A316 \u04af\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\">\n            <span class=\"nd-wrap\">\n              <span class=\"nd-mist\"><i><\/i><i><\/i><i><\/i><\/span>\n              <div class=\"nd\">\n                <span class=\"nd-face nd-top\"><span class=\"nd-outlet\"><\/span><\/span>\n                <span class=\"nd-face nd-right\"><\/span>\n                <span class=\"nd-face nd-front\"><span class=\"nd-logo\">Scenta<\/span><span class=\"nd-btn\"><\/span><\/span>\n              <\/div>\n              <span class=\"nd-base\"><\/span>\n              <span class=\"nd-floor\"><\/span>\n            <\/span>\n          <\/div>\n            <span class=\"device-base\"><\/span>\n          <\/div>\n          <div class=\"scene-step scene-step--1\">\n            <span class=\"n\">1<\/span>\n            <span>\u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<small>\u0443\u0441\u0433\u04af\u0439, \u0445\u04af\u0439\u0442\u044d\u043d \u0443\u0443\u0440\u0448\u0443\u0443\u043b\u0430\u043b\u0442<\/small><\/span>\n          <\/div>\n        <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/header>\n\n  <!-- CLIENT ROSTER \u2014 strongest proof, pulled to the front (social proof first) -->\n  <section class=\"exp-sec exp-band\">\n    <div class=\"exp-wrap\">\n      <span class=\"exp-rule reveal\"><\/span>\n      <h2 class=\"exp-h2 reveal\">\u0411\u0438\u0434\u043d\u0438\u0439 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0443\u0443\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430<\/h2>\n      <div class=\"exp-roster reveal\">\n          <figure><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/M-bank-1-1024x1024.jpg\" alt=\"M-bank \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0443\u0443\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430\" loading=\"lazy\"><\/figure>\n          <figure><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Tavanbogd-v2-1024x1024.jpg\" alt=\"Tavanbogd \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0443\u0443\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430\" loading=\"lazy\"><\/figure>\n          <figure><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Emart-1024x1024.jpg\" alt=\"Emart \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0443\u0443\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430\" loading=\"lazy\"><\/figure>\n          <figure><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Khanbank-v2-1024x1024.jpg\" alt=\"Khanbank \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0443\u0443\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430\" loading=\"lazy\"><\/figure>\n          <figure><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Unitel-1024x1024.jpg\" alt=\"Unitel \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0443\u0443\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u044d\u0440 \u0431\u0430\u0439\u043d\u0430\" loading=\"lazy\"><\/figure>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STATS MASTHEAD (signature) \u2014 hard numbers right after the brands -->\n  <section class=\"exp-sec\">\n    <div class=\"exp-wrap\">\n      <span class=\"exp-rule reveal\"><\/span>\n      <h2 class=\"exp-h2 reveal\">\u0411\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430 \u0442\u043e\u043e\u0433\u043e\u043e\u0440<\/h2>\n      <div class=\"exp-stats reveal\">\n          <div class=\"exp-stat\"><div class=\"exp-statnum\"><span class=\"exp-count\" data-target=\"8\">0<\/span><span class=\"sfx\">+<\/span><\/div><div class=\"exp-statlbl\">\u0416\u0438\u043b\u0438\u0439\u043d \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430<\/div><\/div>\n          <div class=\"exp-stat\"><div class=\"exp-statnum\"><span class=\"exp-count\" data-target=\"120\">0<\/span><span class=\"sfx\">+<\/span><\/div><div class=\"exp-statlbl\">\u0425\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u04e9\u043b<\/div><\/div>\n          <div class=\"exp-stat\"><div class=\"exp-statnum\"><span class=\"exp-count\" data-target=\"60\">0<\/span><span class=\"sfx\">+<\/span><\/div><div class=\"exp-statlbl\">\u0418\u0434\u044d\u0432\u0445\u0442\u044d\u0439 \u0445\u0430\u0440\u0438\u043b\u0446\u0430\u0433\u0447<\/div><\/div>\n          <div class=\"exp-stat\"><div class=\"exp-statnum\"><span class=\"exp-count\" data-target=\"95\">0<\/span><span class=\"sfx\">%<\/span><\/div><div class=\"exp-statlbl\">\u0421\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436 (%)<\/div><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- STORY (who we are + the 8-year \u041e\u0431\u0430\u043a\u0441 \u0422\u0440\u0435\u0439\u0434 credential) -->\n  <section class=\"exp-sec exp-band\">\n    <div class=\"exp-wrap\">\n      <div class=\"exp-intro reveal\">\n        <span class=\"exp-rule\"><\/span>\n        <h2 class=\"exp-h2\">\u0411\u0438\u0434 \u04af\u043d\u044d\u0440\u044d\u044d\u0440 \u0434\u0430\u043c\u0436\u0443\u0443\u043b\u0436 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430 \u0431\u04af\u0442\u044d\u044d\u0434\u044d\u0433<\/h2>\n        <div class=\"exp-intro-cols\">\n          <p>\u041e\u0440\u0447\u0438\u043d \u04af\u0435\u0438\u0439\u043d \u0431\u0438\u0437\u043d\u0435\u0441\u04af\u04af\u0434 \u0437\u04e9\u0432\u0445\u04e9\u043d \u0445\u0430\u0440\u0430\u0433\u0434\u0430\u0445 \u0431\u0430\u0439\u0434\u043b\u0430\u0430\u0440 \u0431\u0438\u0448, \u0445\u0430\u0440\u0438\u043d \u043c\u044d\u0434\u0440\u044d\u0433\u0434\u044d\u0445 \u043e\u0440\u0447\u043d\u043e\u043e\u0440 \u04e9\u0440\u0441\u04e9\u043b\u0434\u04e9\u0436 \u0431\u0430\u0439\u043d\u0430. \u04ae\u043d\u044d\u0440 \u0431\u043e\u043b \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u04e9\u0434\u043b\u04e9\u043b\u0434 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0445\u0443\u0440\u0434\u0430\u043d \u043d\u04e9\u043b\u04e9\u04e9\u043b\u0434\u04e9\u0433 \u043c\u044d\u0434\u0440\u044d\u0445\u04af\u0439 \u0431\u04e9\u0433\u04e9\u04e9\u0434 \u0437\u04e9\u0432 \u0430\u0448\u0438\u0433\u043b\u0430\u0432\u0430\u043b \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442, \u0434\u0430\u0445\u0438\u043d \u0438\u0440\u044d\u043b\u0442, \u0431\u0440\u044d\u043d\u0434\u0438\u0439\u043d \u0442\u0430\u043d\u0438\u0433\u0434\u0430\u043b\u0442\u0430\u043d\u0434 \u0445\u04af\u0447\u0442\u044d\u0439 \u043d\u04e9\u043b\u04e9\u04e9 \u04af\u0437\u04af\u04af\u043b\u0434\u044d\u0433.<\/p>\n          <p>\u0411\u0438\u0434 \u0442\u04e9\u0440\u04e9\u043b \u0431\u04af\u0440\u0438\u0439\u043d \u0441\u0430\u043b\u0431\u0430\u0440\u044b\u043d \u0431\u0438\u0437\u043d\u0435\u0441\u04af\u04af\u0434\u0442\u044d\u0439 \u0445\u0430\u043c\u0442\u0440\u0430\u043d \u0430\u0436\u0438\u043b\u043b\u0430\u0436, \u0442\u0443\u0445\u0430\u0439\u043d \u043e\u0440\u0447\u0438\u043d\u0434 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u043e\u043c\u0436\u0442\u043e\u0439 \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u0448\u0438\u0439\u0434\u043b\u0438\u0439\u0433 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0436, \u0431\u043e\u0434\u0438\u0442 \u04af\u0440 \u0434\u04af\u043d\u0433 \u0431\u0438\u0439 \u0431\u043e\u043b\u0433\u043e\u0436 \u0438\u0440\u0441\u044d\u043d \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430\u0442\u0430\u0439.<\/p>\n        <\/div>\n      <\/div>\n      <div class=\"exp-story rev reveal\">\n        <div class=\"exp-story-media\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2020\/12\/A316.png\" alt=\"\u041e\u0431\u0430\u043a\u0441 \u0422\u0440\u0435\u0439\u0434 \u0425\u0425\u041a\" loading=\"lazy\"><\/div>\n        <div class=\"exp-story-copy\">\n          <span class=\"exp-rule\"><\/span>\n          <p class=\"exp-story-lead\"><strong>\u041e\u0431\u0430\u043a\u0441 \u0422\u0440\u0435\u0439\u0434 \u0425\u0425\u041a<\/strong> \u044d\u043d\u044d \u0447\u0438\u0433\u043b\u044d\u043b\u0434 8 \u0436\u0438\u043b\u0438\u0439\u043d \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u0431\u04e9\u0433\u04e9\u04e9\u0434 \u043e\u043b\u043e\u043d \u0442\u04e9\u0440\u043b\u0438\u0439\u043d \u0431\u0438\u0437\u043d\u0435\u0441\u0438\u0439\u043d \u0441\u0430\u043b\u0431\u0430\u0440\u0443\u0443\u0434\u0430\u0434 \u04af\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433\u0438\u0439\u043d \u0448\u0438\u0439\u0434\u043b\u0438\u0439\u0433 \u0430\u043c\u0436\u0438\u043b\u0442\u0442\u0430\u0439 \u043d\u044d\u0432\u0442\u0440\u04af\u04af\u043b\u0436 \u0431\u0430\u0439\u043d\u0430.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHY #1 \u2014 reasons (text-led) -->\n  <section class=\"exp-sec\">\n    <div class=\"exp-wrap\">\n      <div class=\"exp-why1 reveal\">\n        <div class=\"exp-why1-media\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/4-1-1024x1024.jpg\" alt=\"\u042f\u0430\u0433\u0430\u0430\u0434 \u0411\u0438\u0434\u043d\u0438\u0439\u0433 \u0421\u043e\u043d\u0433\u043e\u0445 \u0401\u0441\u0442\u043e\u0439 \u0412\u044d?\" loading=\"lazy\"><\/div>\n        <div class=\"exp-why1-copy\">\n          <span class=\"exp-rule\"><\/span>\n          <h2 class=\"exp-h2\">\u042f\u0430\u0433\u0430\u0430\u0434 \u0411\u0438\u0434\u043d\u0438\u0439\u0433 \u0421\u043e\u043d\u0433\u043e\u0445 \u0401\u0441\u0442\u043e\u0439 \u0412\u044d?<\/h2>\n          <ul class=\"exp-reasons\">\n            <li class=\"exp-reason\"><h3>\u04e8\u0440\u0433\u04e9\u043d \u0441\u043e\u043d\u0433\u043e\u043b\u0442\u0442\u043e\u0439<\/h3><p>\u0411\u0438\u0434 \u0442\u0430\u043d\u0434 80 \u0433\u0430\u0440\u0443\u0439 \u0442\u04e9\u0440\u043b\u0438\u0439\u043d \u0430\u043d\u0445\u0438\u043b\u0443\u0443\u043d \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441\u043d\u043e\u043e\u0441 \u0441\u043e\u043d\u0433\u043e\u043b\u0442 \u0445\u0438\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0438\u0439\u0433 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0436 \u0431\u0430\u0439\u043d\u0430. \u0422\u0430\u043d\u044b \u0431\u0440\u044d\u043d\u0434\u0438\u0439\u043d \u043e\u043d\u0446\u043b\u043e\u0433\u0442 \u0442\u043e\u0445\u0438\u0440\u0441\u043e\u043d \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0442\u04e9\u0433\u0441 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u0431\u0438\u0434 \u0437\u04e9\u0432\u043b\u04e9\u0436, \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0445 \u0431\u043e\u043b\u043d\u043e!<\/p><\/li>\n            <li class=\"exp-reason\"><h3>\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442 \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u0442\u0430\u0439<\/h3><p>\u0411\u04af\u0445 \u0431\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d\u04af\u04af\u0434 \u043d\u044c 6 \u0441\u0430\u0440\u044b\u043d \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442\u0430\u0439 \u043e\u043b\u0433\u043e\u043d\u043e.<\/p><\/li>\n            <li class=\"exp-reason\"><h3>\u0411\u0430\u0439\u043d\u0433\u044b\u043d \u0431\u0430\u0440\u0430\u0430\u043d\u044b \u043d\u04e9\u04e9\u0446\u0442\u044d\u0439<\/h3><p>\u0411\u0438\u0434\u043d\u0438\u0439 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0434\u043e\u0433 \u0431\u04af\u0445 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436, \u04af\u043d\u044d\u0440\u0442 \u0442\u043e\u0441\u043d\u044b \u043d\u04e9\u04e9\u0446 \u0442\u043e\u0433\u0442\u043c\u043e\u043b \u0431\u0430\u0439\u0434\u0430\u0433, \u0442\u0430 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u0442\u043e\u0445\u0438\u0440\u043e\u043c\u0436\u0442\u043e\u0439 \u0431\u04af\u0442\u044d\u044d\u0433\u0434\u044d\u0445\u04af\u04af\u043d\u0438\u0439\u0433 \u0448\u0430\u0430\u0440\u0434\u043b\u0430\u0433\u0430\u0442\u0430\u0439 \u04af\u0435\u0434\u044d\u044d \u0445\u0443\u0440\u0434\u0430\u043d \u0430\u0432\u0447 \u0430\u0448\u0438\u0433\u043b\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439!<\/p><\/li>\n            <li class=\"exp-reason\"><h3>\u0421\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430 \u04e9\u0433\u0434\u04e9\u0433<\/h3><p>\u04ae\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u043d\u044c \u0442\u0430\u043d\u044b \u04af\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0434\u0438\u0439\u043d \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u04e9\u0434\u043b\u04e9\u043b\u0438\u0439\u0433 \u0438\u0434\u044d\u0432\u0445\u0436\u04af\u04af\u043b\u0436, \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436\u0438\u0439\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u043d\u044d. \u0411\u0438\u0434 \u0442\u0430\u043d\u0434 \u04af\u0440 \u0434\u04af\u043d\u0442\u044d\u0439 \u0448\u0438\u0439\u0434\u043b\u0438\u0439\u0433 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0436 \u0431\u0430\u0439\u043d\u0430.<\/p><\/li>\n            <li class=\"exp-reason\"><h3>\u0417\u0430\u0441\u0432\u0430\u0440 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u0442\u044d\u0439<\/h3><p>\u0422\u0430\u043d\u044b \u0442\u043e\u043d\u043e\u0433 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u04af\u0440\u0433\u044d\u043b\u0436 \u0448\u0438\u043d\u044d \u0431\u0430\u0439\u043b\u0433\u0430\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0438\u0439\u0433 \u043e\u043b\u0433\u043e\u0445 \u0437\u0430\u0441\u0432\u0430\u0440 \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\u0433 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u0434\u043e\u0433.<\/p><\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROJECTS \u2014 proof of work -->\n  <section class=\"exp-sec exp-band\">\n    <div class=\"exp-wrap\">\n      <span class=\"exp-rule reveal\"><\/span>\n      <h2 class=\"exp-h2 reveal\">\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434<\/h2>\n      <div class=\"exp-proj reveal\">\n          <figure class=\"exp-proj-fig feat\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/4-1-scaled.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/3-1-scaled.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/606e11c8-76a9-49e4-9f56-eeb7451a547d.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Unitel.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Tavanbogd-v2.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Khanbank-v2.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/Emart.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n          <figure class=\"exp-proj-fig\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/M-bank-1.jpg\" alt=\"\u0411\u0438\u0434\u043d\u0438\u0439 \u0445\u044d\u0440\u044d\u0433\u0436\u04af\u04af\u043b\u0441\u044d\u043d \u0442\u04e9\u0441\u043b\u04af\u04af\u0434\" loading=\"lazy\"><\/figure>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- WHY #2 \u2014 capabilities (image-led) -->\n  <section class=\"exp-sec\">\n    <div class=\"exp-wrap\">\n      <span class=\"exp-rule reveal\"><\/span>\n      <h2 class=\"exp-h2 reveal\">\u042f\u0430\u0433\u0430\u0430\u0434 \u0431\u0438\u0434\u043d\u0438\u0439\u0433 \u0441\u043e\u043d\u0433\u043e\u0445 \u0451\u0441\u0442\u043e\u0439 \u0432\u044d?<\/h2>\n      <div class=\"exp-caps reveal\">\n          <article class=\"exp-cap\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/12.jpg\" alt=\"\u0421\u0430\u043b\u0431\u0430\u0440 \u0431\u04af\u0440\u0442 \u0442\u043e\u0445\u0438\u0440\u0441\u043e\u043d \u0448\u0438\u0439\u0434\u044d\u043b\" loading=\"lazy\"><div class=\"exp-cap-cap\"><h3>\u0421\u0430\u043b\u0431\u0430\u0440 \u0431\u04af\u0440\u0442 \u0442\u043e\u0445\u0438\u0440\u0441\u043e\u043d \u0448\u0438\u0439\u0434\u044d\u043b<\/h3><p>\u0411\u0438\u0437\u043d\u0435\u0441 \u0431\u04af\u0440\u0438\u0439\u043d \u043e\u043d\u0446\u043b\u043e\u0433\u0442 \u0442\u043e\u0445\u0438\u0440\u0443\u0443\u043b\u0441\u0430\u043d \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u0441\u0442\u0440\u0430\u0442\u0435\u0433\u0438 \u0431\u043e\u043b\u043e\u0432\u0441\u0440\u0443\u0443\u043b\u0434\u0430\u0433.<\/p><\/div><\/article>\n          <article class=\"exp-cap\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/13.jpg\" alt=\"\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0438 \u0448\u0438\u0439\u0434\u044d\u043b\" loading=\"lazy\"><div class=\"exp-cap-cap\"><h3>\u0421\u0442\u0440\u0430\u0442\u0435\u0433\u0438 \u0448\u0438\u0439\u0434\u044d\u043b<\/h3><p>\u0417\u04e9\u0432\u0445\u04e9\u043d \u04af\u043d\u044d\u0440 \u0431\u0438\u0448 \u2014 \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043c\u044d\u0434\u0440\u044d\u043c\u0436\u0438\u0434 \u043d\u04e9\u043b\u04e9\u04e9\u043b\u04e9\u0445 \u0448\u0438\u0439\u0434\u044d\u043b.<\/p><\/div><\/article>\n          <article class=\"exp-cap\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/14.jpg\" alt=\"\u04e8\u0440\u0433\u04e9\u043d \u0441\u043e\u043d\u0433\u043e\u043b\u0442\" loading=\"lazy\"><div class=\"exp-cap-cap\"><h3>\u04e8\u0440\u0433\u04e9\u043d \u0441\u043e\u043d\u0433\u043e\u043b\u0442<\/h3><p>80+ \u0442\u04e9\u0440\u043b\u0438\u0439\u043d \u04af\u043d\u044d\u0440\u044d\u044d\u0441 \u0441\u043e\u043d\u0433\u043e\u043b\u0442 \u0445\u0438\u0439\u0445 \u0431\u043e\u043b\u043e\u043c\u0436\u0442\u043e\u0439.<\/p><\/div><\/article>\n          <article class=\"exp-cap\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/17.jpg\" alt=\"\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\" loading=\"lazy\"><div class=\"exp-cap-cap\"><h3>\u0411\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436<\/h3><p>\u0411\u04af\u0445 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436 \u0431\u0430\u0442\u0430\u043b\u0433\u0430\u0430\u0442\u0430\u0439, \u043d\u0430\u0439\u0434\u0432\u0430\u0440\u0442\u0430\u0439 \u0430\u0436\u0438\u043b\u043b\u0430\u0433\u0430\u0430\u0442\u0430\u0439.<\/p><\/div><\/article>\n          <article class=\"exp-cap\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/16.jpg\" alt=\"\u0422\u043e\u0433\u0442\u043c\u043e\u043b \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d\" loading=\"lazy\"><div class=\"exp-cap-cap\"><h3>\u0422\u043e\u0433\u0442\u043c\u043e\u043b \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d<\/h3><p>\u0421\u0443\u0443\u0440\u0438\u043b\u0443\u0443\u043b\u0441\u043d\u044b \u0434\u0430\u0440\u0430\u0430 \u0447 \u0442\u043e\u0433\u0442\u043c\u043e\u043b \u0445\u044f\u043d\u0430\u043b\u0442, \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d.<\/p><\/div><\/article>\n          <article class=\"exp-cap\"><img decoding=\"async\" src=\"https:\/\/scentmarketing.mn\/wp-content\/uploads\/2026\/05\/15.jpg\" alt=\"\u0411\u043e\u0434\u0438\u0442 \u04af\u0440 \u0434\u04af\u043d\" loading=\"lazy\"><div class=\"exp-cap-cap\"><h3>\u0411\u043e\u0434\u0438\u0442 \u04af\u0440 \u0434\u04af\u043d<\/h3><p>\u0425\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043e\u0440\u043e\u043b\u0442, \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442\u0430\u0434 \u0431\u043e\u0434\u0438\u0442 \u04e9\u0441\u04e9\u043b\u0442.<\/p><\/div><\/article>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROCESS (numbered sequence) -->\n  <section class=\"exp-sec exp-band\">\n    <div class=\"exp-wrap\">\n      <span class=\"exp-rule reveal\"><\/span>\n      <h2 class=\"exp-h2 reveal\">\u0425\u0430\u043c\u0442\u0440\u0430\u043d \u0430\u0436\u0438\u043b\u043b\u0430\u0445 \u043f\u0440\u043e\u0446\u0435\u0441\u0441<\/h2>\n      <div class=\"exp-steps reveal\">\n          <div class=\"exp-step\"><div class=\"exp-stepn\">01<\/div><h3>\u0421\u0443\u0434\u0430\u043b\u0433\u0430\u0430<\/h3><p>\u0422\u0430\u043d\u044b \u0431\u0438\u0437\u043d\u0435\u0441\u0438\u0439\u043d \u043e\u043d\u0446\u043b\u043e\u0433, \u0445\u044d\u0440\u044d\u0433\u043b\u044d\u0433\u0447\u0438\u0439\u0433 \u0441\u0443\u0434\u0430\u043b\u043d\u0430<\/p><\/div>\n          <div class=\"exp-step\"><div class=\"exp-stepn\">02<\/div><h3>\u0421\u043e\u043d\u0433\u043e\u043b\u0442<\/h3><p>\u0422\u043e\u0445\u0438\u0440\u043e\u0445 \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u043a\u043e\u043d\u0446\u0435\u043f\u0446 \u0441\u0430\u043d\u0430\u043b \u0431\u043e\u043b\u0433\u043e\u043d\u043e<\/p><\/div>\n          <div class=\"exp-step\"><div class=\"exp-stepn\">03<\/div><h3>\u0421\u0443\u0443\u0440\u0438\u043b\u0443\u0443\u043b\u0430\u043b\u0442<\/h3><p>\u0422\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0438\u0439\u0433 \u043c\u044d\u0440\u0433\u044d\u0436\u043b\u0438\u0439\u043d \u0442\u04af\u0432\u0448\u0438\u043d\u0434 \u0431\u0430\u0439\u0440\u0448\u0443\u0443\u043b\u043d\u0430<\/p><\/div>\n          <div class=\"exp-step\"><div class=\"exp-stepn\">04<\/div><h3>\u0414\u044d\u043c\u0436\u043b\u044d\u0433<\/h3><p>\u0422\u043e\u0433\u0442\u043c\u043e\u043b \u04af\u0439\u043b\u0447\u0438\u043b\u0433\u044d\u044d, \u0442\u043e\u0445\u0438\u0440\u0433\u043e\u043e<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- TESTIMONIAL \u2014 results claim, just before the ask -->\n  <section class=\"exp-sec\">\n    <div class=\"exp-wrap\">\n      <figure class=\"exp-quote reveal\">\n        <span class=\"qm\" aria-hidden=\"true\">&ldquo;<\/span>\n        <blockquote class=\"q\">\u04ae\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u043d\u044d\u0432\u0442\u0440\u04af\u04af\u043b\u0441\u043d\u044d\u044d\u0441 \u0445\u043e\u0439\u0448 \u043c\u0430\u043d\u0430\u0439 \u0441\u0430\u043b\u0431\u0430\u0440\u0442 \u04af\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0438\u0439\u043d \u043e\u0440\u043e\u043b\u0442 \u0431\u043e\u043b\u043e\u043d \u0443\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u0430\u0445 \u0445\u0443\u0433\u0430\u0446\u0430\u0430 \u043c\u044d\u0434\u044d\u0433\u0434\u044d\u0445\u04af\u0439\u0446 \u043d\u044d\u043c\u044d\u0433\u0434\u0441\u044d\u043d.<\/blockquote>\n        <figcaption class=\"qby\">\u2014 \u0425\u0430\u0440\u0438\u043b\u0446\u0430\u0433\u0447<\/figcaption>\n      <\/figure>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"exp-sec\" id=\"contact\">\n    <div class=\"exp-wrap\">\n      <div class=\"exp-cta reveal\">\n        <h2>\u0422\u0430\u043d\u044b \u0431\u0440\u044d\u043d\u0434 \u04e9\u04e9\u0440\u0438\u0439\u043d \u0433\u044d\u0441\u044d\u043d \u04af\u043d\u044d\u0440\u0442\u044d\u0439 \u0431\u043e\u043b\u043e\u0445 \u0446\u0430\u0433 \u0431\u043e\u043b\u043b\u043e\u043e<\/h2>\n        <p class=\"exp-cta-p\">\u0411\u0438\u0434 \u0442\u0430\u043d\u044b \u0431\u0438\u0437\u043d\u0435\u0441\u0442 \u0442\u043e\u0445\u0438\u0440\u0441\u043e\u043d \u04af\u043d\u044d\u0440\u0438\u0439\u043d \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u044b\u0433 \u0431\u04af\u0442\u044d\u044d\u0436 \u04e9\u0433\u043d\u04e9.<\/p>\n        <p class=\"exp-cta-sub\">\u0411\u0438\u0434\u044d\u043d\u0442\u044d\u0439 \u0445\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u044c\u0436, \u04e9\u04e9\u0440\u0438\u0439\u043d \u0431\u0440\u044d\u043d\u0434\u044d\u0434 \u0442\u043e\u0445\u0438\u0440\u043e\u0445 \u04af\u043d\u044d\u0440\u0438\u0439\u0433 \u043e\u043b\u043e\u043e\u0440\u043e\u0439!<\/p>\n        <div class=\"exp-actions\">\n          <a class=\"btn btn-primary\" href=\"https:\/\/www.facebook.com\/messages\/t\/951605488247016\" target=\"_blank\" rel=\"noopener\">\u0422\u044d\u0433\u044c\u0435<\/a>\n          <a class=\"btn btn-ghost\" href=\"https:\/\/scentmarketing.mn\/%d1%85%d0%be%d0%bb%d0%b1%d0%be%d0%be-%d0%b1%d0%b0%d1%80%d0%b8%d1%85\/\">\u0425\u043e\u043b\u0431\u043e\u043e \u0431\u0430\u0440\u0438\u0445<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- toast -->\n  <div class=\"toast\" id=\"sm-toast\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"m9 11 3 3L22 4\"\/><path d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\/><\/svg><span id=\"sm-toastMsg\">\u0421\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u043b\u044d\u044d<\/span><\/div>\n\n<\/div>\n\n<script>\n\/* SCENT MARKETING \u2014 interactions (scoped to #sm-home) *\/\n(function () {\n  \"use strict\";\n  var root = document.getElementById(\"sm-home\");\n  if (!root) return;\n\n  \/* Product cards, the comparison table and the neuroscience grid are now\n     pre-rendered as static HTML above, so they appear even if a WordPress\n     cache\/optimisation plugin strips or defers this script. The JS below is\n     pure progressive enhancement (cart toast, counters, entrance reveals,\n     ambient particles). *\/\n\n  var toast = document.getElementById(\"sm-toast\");\n  var toastMsg = document.getElementById(\"sm-toastMsg\");\n  var toastTimer;\n  function showToast(msg) {\n    if (!toast) return;\n    toastMsg.textContent = msg;\n    toast.classList.add(\"show\");\n    clearTimeout(toastTimer);\n    toastTimer = setTimeout(function () { toast.classList.remove(\"show\"); }, 2600);\n  }\n  root.addEventListener(\"click\", function (e) {\n    var add = e.target.closest(\".add-btn\");\n    if (add) { showToast(add.dataset.name + \" \u2014 \u0441\u0430\u0433\u0441\u0430\u043d\u0434 \u043d\u044d\u043c\u044d\u0433\u0434\u043b\u044d\u044d\"); }\n    var cat = e.target.closest(\"#sm-catalogBtn\");\n    if (cat) { e.preventDefault(); showToast(\"\u041a\u0430\u0442\u0430\u043b\u043e\u0433 \u0442\u0430\u0442\u0430\u0436 \u0431\u0430\u0439\u043d\u0430\u2026\"); }\n  });\n\n  function animateCount(node) {\n    var target = parseFloat(node.getAttribute(\"data-count\"));\n    var suffix = node.getAttribute(\"data-suffix\") || \"\";\n    var dur = 1400, start = performance.now();\n    function tick(now) {\n      var p = Math.min(1, (now - start) \/ dur);\n      var eased = 1 - Math.pow(1 - p, 3);\n      node.textContent = Math.round(target * eased) + suffix;\n      if (p < 1) requestAnimationFrame(tick);\n    }\n    requestAnimationFrame(tick);\n  }\n\n  \/* Entrance reveals \u2014 self-healing. Content is visible by default (CSS:\n     .reveal { opacity:1 }). We only HIDE-then-fade when motion is allowed AND\n     we can guarantee a way to show it again. Multiple fail-safes ensure text\n     can never get permanently stuck hidden in an unpredictable WP environment. *\/\n  var reveals = [].slice.call(root.querySelectorAll(\".reveal\"));\n  var showAll = function () { reveals.forEach(function (n) { n.classList.add(\"in\"); }); };\n  try {\n    var reduce = window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches;\n    if (reduce || !reveals.length) {\n      showAll();\n    } else {\n      root.classList.add(\"anim\");\n      var show = function (n) { n.classList.add(\"in\"); };\n      var sweep = function () {\n        var vh = window.innerHeight || document.documentElement.clientHeight;\n        reveals.forEach(function (n) {\n          if (n.classList.contains(\"in\")) return;\n          if (n.getBoundingClientRect().top < vh - 30) show(n);\n        });\n      };\n      if (\"IntersectionObserver\" in window) {\n        var io = new IntersectionObserver(function (entries) {\n          entries.forEach(function (en) { if (en.isIntersecting) { show(en.target); io.unobserve(en.target); } });\n        }, { threshold: 0.08, rootMargin: \"0px 0px -30px 0px\" });\n        reveals.forEach(function (n) { io.observe(n); });\n      } else {\n        window.addEventListener(\"scroll\", sweep, { passive: true });\n      }\n      sweep();\n      window.addEventListener(\"scroll\", sweep, { passive: true });\n      window.addEventListener(\"load\", function () { setTimeout(sweep, 200); });\n      \/* ultimate fail-safe: never leave anything hidden *\/\n      setTimeout(showAll, 4500);\n    }\n  } catch (e) {\n    root.classList.remove(\"anim\");\n    showAll();\n  }\n\n  \/* Animated hero counters *\/\n  try {\n    if (\"IntersectionObserver\" in window) {\n      var counted = false;\n      var co = new IntersectionObserver(function (entries) {\n        entries.forEach(function (en) {\n          if (en.isIntersecting &#038;&#038; !counted) { counted = true; root.querySelectorAll(\"[data-count]\").forEach(animateCount); }\n        });\n      }, { threshold: 0.4 });\n      var hs = root.querySelector(\".hero-stats\");\n      if (hs) co.observe(hs);\n    } else {\n      root.querySelectorAll(\"[data-count]\").forEach(animateCount);\n    }\n  } catch (e) { root.querySelectorAll(\"[data-count]\").forEach(animateCount); }\n\n  var effectText = root.querySelector(\".effectText\");\n  if (effectText) {\n    var EFFECTS = [\"\u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430\", \"\u0411\u0440\u044d\u043d\u0434\u044d\u044d \u0441\u0430\u043d\u0430\u043d\u0430\", \"\u0414\u0430\u0445\u0438\u043d \u0438\u0440\u043d\u044d\", \"\u0418\u0445 \u0445\u0443\u0434\u0430\u043b\u0434\u0430\u043d \u0430\u0432\u043d\u0430\"];\n    var ei = 0;\n    setInterval(function () {\n      ei = (ei + 1) % EFFECTS.length;\n      effectText.style.opacity = \"0\";\n      setTimeout(function () { effectText.textContent = EFFECTS[ei]; effectText.style.opacity = \"1\"; }, 400);\n    }, 2800);\n  }\n\n  var pc = root.querySelector(\".particles\");\n  if (pc &#038;&#038; !window.matchMedia(\"(prefers-reduced-motion: reduce)\").matches) {\n    for (var i = 0; i < 14; i++) {\n      var p = document.createElement(\"span\");\n      p.className = \"particle\";\n      p.style.left = (30 + Math.random() * 40) + \"%\";\n      p.style.setProperty(\"--drift\", (Math.random() * 60 - 30) + \"px\");\n      p.style.animationDuration = (4 + Math.random() * 4) + \"s\";\n      p.style.animationDelay = (Math.random() * 6) + \"s\";\n      var s = 4 + Math.random() * 5;\n      p.style.width = s + \"px\"; p.style.height = s + \"px\";\n      pc.appendChild(p);\n    }\n  }\n\n  \/\/ VS-section scent particles (.vc-dot \/ .vc-drop) are now pre-rendered as\n  \/\/ static HTML inside the .vc-emit containers and animated purely via CSS\n  \/\/ keyframes (sm-vcRise \/ sm-vcSpray). No JS generation \u2014 survives script\n  \/\/ stripping\/deferral by Kadence or any cache plugin.\n})();\n<\/script>\n\n<style id=\"sm-light-theme\">\n\/* =========================================================================\n   LIGHT THEME \u2014 warm near-white surfaces, near-black warm text,\n   brand orange #f7630c kept as the accent. Layered last so it wins.\n   ========================================================================= *\/\n#sm-home {\n  --bg:        oklch(0.985 0.004 85);   \/* page \u2014 warm near-white *\/\n  --bg-1:      oklch(1 0 0);            \/* cards \u2014 pure white      *\/\n  --bg-2:      oklch(0.965 0.005 84);   \/* media \/ input surfaces  *\/\n  --bg-3:      oklch(0.945 0.006 82);   \/* deeper grey surface     *\/\n  --line:      oklch(0.30 0.012 60 \/ 0.13);\n  --line-2:    oklch(0.30 0.012 60 \/ 0.22);\n  --text:      oklch(0.26 0.012 55);    \/* near-black warm         *\/\n  --text-dim:  oklch(0.46 0.012 58);\n  --text-faint:oklch(0.58 0.012 60);\n  --glow:      0.45;                     \/* soften glows on white   *\/\n  \/* keep the brand orange (same as dark build) *\/\n  --accent-h:  45;\n  --accent:    #f7630c;\n  --accent-soft: rgba(247, 99, 12, 0.12);\n  --accent-line: rgba(247, 99, 12, 0.40);\n  background: var(--bg);\n}\nhtml, body { background: oklch(0.985 0.004 85) !important; }\n\n\/* ---- patch hardcoded dark surfaces that don't follow the tokens ---- *\/\n#sm-home .btn-primary { color: #fff; }                                   \/* white label on orange reads cleaner on light *\/\n#sm-home .btn-ghost   { background: oklch(0.30 0.01 60 \/ 0.04); }\n#sm-home .vc-note     { background: oklch(1 0 0 \/ 0.72); color: var(--text-dim); }\n#sm-home .cside-stat  { background: oklch(0.97 0.004 84); }\n#sm-home .scene-grid  {\n  background-image:\n    linear-gradient(oklch(0.25 0.01 60 \/ 0.06) 1px, transparent 1px),\n    linear-gradient(90deg, oklch(0.25 0.01 60 \/ 0.06) 1px, transparent 1px);\n}\n\/* product photos: light-grey framed tile so white-background shots sit cleanly *\/\n#sm-home .card-media {\n  background: radial-gradient(60% 50% at 50% 35%, var(--accent-soft), transparent 70%), oklch(0.965 0.005 84);\n}\n\/* soften the heavy dark hero-scene drop shadow for light mode *\/\n#sm-home .hero-scene { box-shadow: inset 0 1px 0 oklch(1 0 0 \/ 0.6), 0 30px 70px -38px oklch(0.30 0.02 60 \/ 0.35); }\n\/* the lifecycle \"\u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430\" effect pill ships a hardcoded dark surface \u2014 flip to frosted white *\/\n#sm-home .scene-effect {\n  background: oklch(1 0 0 \/ 0.86);\n  border-color: var(--accent-line);\n  color: var(--text);\n  box-shadow: 0 10px 30px -14px oklch(0.30 0.02 60 \/ 0.30);\n}\n\/* sale price was breaking mid-number (\"650,00\" \/ \"0\u20ae\"); keep price + button intact, wrap the foot instead *\/\n#sm-home .price   { white-space: nowrap; }\n#sm-home .add-btn { white-space: nowrap; }\n#sm-home .card-foot { flex-wrap: wrap; row-gap: 12px; }\n<\/style>\n<style id=\"sm-exp\">\n\/* ---- layout primitives ---- *\/\n#sm-home .exp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 var(--pad); }\n#sm-home .exp-sec { padding: clamp(60px, 9vw, 130px) 0; }\n#sm-home .exp-band { background: var(--bg-2); border-block: 1px solid var(--line); }\n\/* the one repeating structural motif: a short orange tick above titles *\/\n#sm-home .exp-rule { display: block; width: 46px; height: 3px; border-radius: 3px; background: var(--accent); margin: 0 0 22px; }\n#sm-home .exp-h2 { font-family: var(--font-display); font-weight: 800; font-size: clamp(28px, 4vw, 46px); letter-spacing: -0.02em; line-height: 1.06; margin-bottom: 40px; }\n#sm-home .exp-h2.reveal { margin-bottom: 40px; }\n\n\/* ---- HERO (type + diffusion scene) ---- *\/\n#sm-home .exp-hero { padding: clamp(64px, 9vw, 132px) 0 clamp(44px, 7vw, 92px); }\n#sm-home .exp-hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: clamp(36px, 5vw, 72px); align-items: center; }\n#sm-home .exp-hero h1 { font-family: var(--font-display); font-weight: 800; font-size: clamp(46px, 6.4vw, 92px); letter-spacing: -0.036em; line-height: 0.96; max-width: 11ch; }\n#sm-home .exp-hero h1 .accent { color: var(--accent); }\n#sm-home .exp-hero .exp-lead { margin-top: clamp(24px, 2.6vw, 36px); max-width: 50ch; font-size: clamp(16px, 1.4vw, 20px); line-height: 1.62; color: var(--text-dim); }\n#sm-home .exp-hero .hero-visual { max-width: 520px; justify-self: end; width: 100%; }\n\n\/* ---- STORY intro (image moved to hero scene) ---- *\/\n#sm-home .exp-intro { max-width: 960px; }\n#sm-home .exp-intro .exp-h2 { margin-bottom: 28px; max-width: 18ch; }\n#sm-home .exp-intro-cols { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 3vw, 48px); }\n#sm-home .exp-intro-cols p { color: var(--text-dim); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.78; margin: 0; }\n#sm-home .exp-intro + .exp-story { margin-top: clamp(48px, 7vw, 104px); }\n\n\/* ---- STORY ---- *\/\n#sm-home .exp-story { display: grid; grid-template-columns: 1.04fr 1fr; gap: clamp(28px, 5vw, 84px); align-items: center; }\n#sm-home .exp-story + .exp-story { margin-top: clamp(40px, 6vw, 100px); }\n#sm-home .exp-story.rev .exp-story-media { order: 2; }\n#sm-home .exp-story-media img { width: 100%; border-radius: 22px; border: 1px solid var(--line); aspect-ratio: 4\/3; object-fit: cover; background: var(--bg-2); }\n#sm-home .exp-story-copy p { color: var(--text-dim); font-size: clamp(16px, 1.25vw, 18px); line-height: 1.78; margin-top: 16px; }\n#sm-home .exp-story-copy p:first-of-type { margin-top: 0; }\n#sm-home .exp-story-copy .exp-story-lead { font-size: clamp(19px, 1.8vw, 26px); line-height: 1.55; color: var(--text); font-weight: 500; }\n#sm-home .exp-story-copy .exp-story-lead strong { font-weight: 800; color: var(--accent); }\n\n\/* ---- CLIENT ROSTER ---- *\/\n#sm-home .exp-roster { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: var(--bg-1); }\n#sm-home .exp-roster figure { margin: 0; aspect-ratio: 1\/1; border-right: 1px solid var(--line); overflow: hidden; background: var(--bg-1); }\n#sm-home .exp-roster figure:last-child { border-right: 0; }\n#sm-home .exp-roster img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }\n#sm-home .exp-roster figure:hover img { transform: scale(1.05); }\n\n\/* ---- STATS masthead (signature) ---- *\/\n#sm-home .exp-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }\n#sm-home .exp-stat { padding: clamp(28px, 4vw, 56px) clamp(14px, 2vw, 30px); border-right: 1px solid var(--line); }\n#sm-home .exp-stat:last-child { border-right: 0; }\n#sm-home .exp-statnum { font-family: var(--font-display); font-weight: 800; font-size: clamp(42px, 5.4vw, 86px); letter-spacing: -0.04em; line-height: 0.9; color: var(--text); font-variant-numeric: tabular-nums; display: flex; align-items: flex-start; flex-wrap: nowrap; white-space: nowrap; min-width: 0; }\n#sm-home .exp-statnum .exp-count { white-space: nowrap; }\n#sm-home .exp-statnum .sfx { color: var(--accent); font-size: 0.5em; line-height: 1; margin-left: 3px; margin-top: 0.12em; flex: none; }\n#sm-home .exp-statlbl { margin-top: 16px; font-family: var(--font-mono); font-size: 12.5px; letter-spacing: .03em; color: var(--text-dim); text-transform: uppercase; }\n\n\/* ---- WHY #1 reasons (text-led, sticky image) ---- *\/\n#sm-home .exp-why1 { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: clamp(28px, 5vw, 76px); align-items: start; }\n#sm-home .exp-why1-media { position: sticky; top: 96px; }\n#sm-home .exp-why1-media img { width: 100%; border-radius: 22px; border: 1px solid var(--line); aspect-ratio: 1\/1; object-fit: cover; }\n#sm-home .exp-reasons { list-style: none; margin: 0; padding: 0; }\n#sm-home .exp-reason { padding: clamp(20px, 2.4vw, 30px) 0; border-bottom: 1px solid var(--line); }\n#sm-home .exp-reason:last-child { border-bottom: 0; padding-bottom: 0; }\n#sm-home .exp-reason h3 { font-size: clamp(19px, 1.8vw, 25px); font-weight: 800; letter-spacing: -0.012em; position: relative; padding-left: 22px; }\n#sm-home .exp-reason h3::before { content: \"\"; position: absolute; left: 0; top: .58em; width: 9px; height: 9px; border-radius: 50%; background: var(--accent); }\n#sm-home .exp-reason p { margin-top: 9px; padding-left: 22px; color: var(--text-dim); font-size: 15.5px; line-height: 1.66; }\n\n\/* ---- PROJECTS gallery (feature tile) ---- *\/\n#sm-home .exp-proj { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 1fr; gap: 14px; }\n#sm-home .exp-proj-fig { margin: 0; overflow: hidden; border-radius: 16px; border: 1px solid var(--line); aspect-ratio: 1\/1; background: var(--bg-2); }\n#sm-home .exp-proj-fig.feat { grid-column: span 2; grid-row: span 2; }\n#sm-home .exp-proj-fig img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }\n#sm-home .exp-proj-fig:hover img { transform: scale(1.06); }\n\n\/* ---- WHY #2 capability cards (image-led, overlay) ---- *\/\n#sm-home .exp-caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }\n#sm-home .exp-cap { position: relative; border-radius: 20px; overflow: hidden; border: 1px solid var(--line); aspect-ratio: 3\/4; }\n#sm-home .exp-cap img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }\n#sm-home .exp-cap::after { content: \"\"; position: absolute; inset: 0; background: linear-gradient(to top, rgba(18,14,10,.88) 2%, rgba(18,14,10,.30) 44%, transparent 72%); }\n#sm-home .exp-cap:hover img { transform: scale(1.06); }\n#sm-home .exp-cap-cap { position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; padding: 22px 22px 24px; }\n#sm-home .exp-cap-cap h3 { color: #fff; font-size: clamp(17px, 1.5vw, 20px); font-weight: 800; }\n#sm-home .exp-cap-cap p { color: rgba(255,255,255,.85); font-size: 13.5px; line-height: 1.5; margin-top: 8px; }\n\n\/* ---- PROCESS (numbered) ---- *\/\n#sm-home .exp-steps { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 22px; overflow: hidden; }\n#sm-home .exp-step { padding: clamp(28px, 3vw, 42px) clamp(20px, 2vw, 32px); border-right: 1px solid var(--line); background: var(--bg-1); }\n#sm-home .exp-step:last-child { border-right: 0; }\n#sm-home .exp-stepn { font-family: var(--font-display); font-weight: 800; font-size: 20px; color: var(--accent); font-variant-numeric: tabular-nums; }\n#sm-home .exp-step h3 { margin-top: 18px; font-size: clamp(18px, 1.6vw, 22px); font-weight: 800; }\n#sm-home .exp-step p { margin-top: 11px; color: var(--text-dim); font-size: 15px; line-height: 1.6; }\n\n\/* ---- TESTIMONIAL ---- *\/\n#sm-home .exp-quote { max-width: 940px; margin: 0 auto; text-align: center; }\n#sm-home .exp-quote .qm { display: block; font-family: var(--font-display); font-weight: 800; font-size: 120px; line-height: .8; height: 70px; color: var(--accent); }\n#sm-home .exp-quote .q { font-family: var(--font-display); font-weight: 700; font-size: clamp(23px, 3.1vw, 40px); line-height: 1.32; letter-spacing: -0.015em; color: var(--text); }\n#sm-home .exp-quote .qby { display: block; margin-top: 28px; font-family: var(--font-mono); font-size: 13px; letter-spacing: .12em; color: var(--text-dim); text-transform: uppercase; }\n\n\/* ---- CTA (inverted band) ---- *\/\n#sm-home .exp-cta { position: relative; overflow: hidden; background: var(--text); border-radius: 30px; padding: clamp(56px, 9vw, 124px) clamp(24px, 5vw, 64px); text-align: center; }\n#sm-home .exp-cta::before { content: \"\"; position: absolute; inset: 0; background: radial-gradient(72% 130% at 50% -12%, rgba(247,99,12,.34), transparent 60%); pointer-events: none; }\n#sm-home .exp-cta > * { position: relative; z-index: 1; }\n#sm-home .exp-cta h2 { color: #fff; font-family: var(--font-display); font-weight: 800; font-size: clamp(30px, 4.6vw, 58px); letter-spacing: -0.026em; line-height: 1.04; max-width: 18ch; margin: 0 auto; }\n#sm-home .exp-cta .exp-cta-p { color: rgba(255,255,255,.74); max-width: 52ch; margin: 20px auto 0; font-size: 17px; line-height: 1.62; }\n#sm-home .exp-cta .exp-cta-sub { color: #fff; font-weight: 700; max-width: 42ch; margin: 14px auto 0; font-size: clamp(17px, 1.6vw, 20px); }\n#sm-home .exp-cta .exp-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 38px; }\n#sm-home .exp-cta .btn-ghost { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.30); color: #fff; }\n#sm-home .exp-cta .btn-ghost:hover { background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.52); }\n\n\/* ---- responsive ---- *\/\n@media (max-width: 960px) {\n  #sm-home .exp-hero-grid { grid-template-columns: 1fr; gap: clamp(32px, 7vw, 56px); }\n  #sm-home .exp-hero .hero-visual { justify-self: center; max-width: 440px; }\n  #sm-home .exp-intro-cols { grid-template-columns: 1fr; gap: 16px; }\n  #sm-home .exp-story { grid-template-columns: 1fr; }\n  #sm-home .exp-story.rev .exp-story-media { order: 0; }\n  #sm-home .exp-why1 { grid-template-columns: 1fr; }\n  #sm-home .exp-why1-media { position: static; }\n  #sm-home .exp-caps { grid-template-columns: repeat(2, 1fr); }\n  #sm-home .exp-proj { grid-template-columns: repeat(2, 1fr); }\n  #sm-home .exp-proj-fig.feat { grid-column: span 2; grid-row: span 1; }\n  #sm-home .exp-roster { grid-template-columns: repeat(3, 1fr); }\n  #sm-home .exp-roster figure:nth-child(3n) { border-right: 0; }\n  #sm-home .exp-stats { grid-template-columns: repeat(2, 1fr); }\n  #sm-home .exp-stat:nth-child(2n) { border-right: 0; }\n  #sm-home .exp-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }\n  #sm-home .exp-steps { grid-template-columns: repeat(2, 1fr); }\n  #sm-home .exp-step:nth-child(2n) { border-right: 0; }\n  #sm-home .exp-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }\n}\n@media (max-width: 560px) {\n  #sm-home .exp-caps { grid-template-columns: 1fr; }\n  #sm-home .exp-roster { grid-template-columns: repeat(2, 1fr); }\n  #sm-home .exp-roster figure:nth-child(3n) { border-right: 1px solid var(--line); }\n  #sm-home .exp-roster figure:nth-child(2n) { border-right: 0; }\n  #sm-home .exp-stats { grid-template-columns: 1fr; }\n  #sm-home .exp-stat { border-right: 0; border-bottom: 1px solid var(--line); }\n  #sm-home .exp-stat:last-child { border-bottom: 0; }\n  #sm-home .exp-steps { grid-template-columns: 1fr; }\n  #sm-home .exp-step { border-right: 0; border-bottom: 1px solid var(--line); }\n  #sm-home .exp-step:last-child { border-bottom: 0; }\n}\n<\/style>\n<script id=\"sm-exp-counter\">\n(function(){\n  var root=document.getElementById('sm-home'); if(!root) return;\n  var box=root.querySelector('.exp-stats'); if(!box) return;\n  var nums=[].slice.call(box.querySelectorAll('.exp-count'));\n  var reduce=window.matchMedia&&window.matchMedia('(prefers-reduced-motion: reduce)').matches;\n  function setFinal(){ nums.forEach(function(el){ el.textContent=el.getAttribute('data-target'); }); }\n  if(reduce || !nums.length){ setFinal(); return; }\n  function animate(el){\n    var target=parseFloat(el.getAttribute('data-target')), dur=1400, start=performance.now();\n    (function tick(now){\n      var p=Math.min(1,(now-start)\/dur), eased=1-Math.pow(1-p,3);\n      el.textContent=Math.round(target*eased);\n      if(p<1) requestAnimationFrame(tick);\n    })(start);\n  }\n  var done=false, go=function(){ if(done) return; done=true; nums.forEach(animate); };\n  try{\n    if('IntersectionObserver' in window){\n      var io=new IntersectionObserver(function(es){ es.forEach(function(e){ if(e.isIntersecting) go(); }); },{threshold:0.35});\n      io.observe(box);\n    } else { go(); }\n    setTimeout(function(){ if(!done) setFinal(); }, 4500);\n  } catch(e){ setFinal(); }\n})();\n<\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Scent Marketing \u2014 \u0411\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430 \u0411\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430 \u04e8\u043d\u04e9\u04e9\u0434\u04e9\u0440, \u043e\u043b\u043e\u043d \u0443\u043b\u0441\u044b\u043d \u0431\u0438\u0437\u043d\u0435\u0441\u0438\u0439\u043d \u043e\u0440\u0447\u0438\u043d\u0434 \u04af\u043d\u044d\u0440\u0442 \u043c\u0430\u0440\u043a\u0435\u0442\u0438\u043d\u0433 \u043d\u044c \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u04e9\u0434\u043b\u04e9\u043b\u0438\u0439\u043d \u0442\u04af\u0432\u0448\u0438\u043d\u0434 \u04af\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447\u0434\u0438\u0439\u043d \u0441\u044d\u0442\u0433\u044d\u043b \u0445\u0430\u043d\u0430\u043c\u0436\u0438\u0439\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u044d\u0445, \u043d\u044d\u0440 \u0445\u04af\u043d\u0434\u0438\u0439\u0433 \u0431\u044d\u0445\u0436\u04af\u04af\u043b\u044d\u0445, \u0431\u043e\u0440\u043b\u0443\u0443\u043b\u0430\u043b\u0442\u044b\u0433 \u043d\u044d\u043c\u044d\u0433\u0434\u04af\u04af\u043b\u044d\u0445\u044d\u0434 \u0445\u0430\u043c\u0433\u0438\u0439\u043d \u04af\u0440 \u0434\u04af\u043d\u0442\u044d\u0439 \u0430\u0440\u0433\u0430 \u0431\u043e\u043b\u0442\u043b\u043e\u043e \u0445\u04e9\u0433\u0436\u0441\u04e9\u04e9\u0440 \u0431\u0430\u0439\u043d\u0430. \u0423\u0434\u0430\u0430\u043d \u0441\u0430\u0430\u0442\u043d\u0430 3 \u04ae\u0439\u043b\u0447\u043b\u04af\u04af\u043b\u044d\u0433\u0447 \u0442\u0430\u0442\u0430\u0433\u0434\u0430\u043d\u0430\u044d\u0435\u0440\u044d\u0433 \u0441\u044d\u0442\u0433\u044d\u0433\u0434\u044d\u043b, \u0434\u0430\u0445\u0438\u043d \u0438\u0440\u044d\u043b\u0442 2 \u04ae\u043d\u044d\u0440 \u043e\u0440\u0447\u0438\u043d\u0434 \u0442\u0430\u0440\u0445\u0430\u043d\u0430\u0436\u0438\u0433\u0434, \u0443\u0434\u0430\u0430\u043d \u0445\u0443\u0433\u0430\u0446\u0430\u0430\u043d\u0434 Scenta 1 \u04ae\u043d\u044d\u0440 \u0442\u04af\u0433\u044d\u044d\u0433\u0447 \u0442\u04e9\u0445\u04e9\u04e9\u0440\u04e9\u043c\u0436\u0443\u0441\u0433\u04af\u0439, \u0445\u04af\u0439\u0442\u044d\u043d \u0443\u0443\u0440\u0448\u0443\u0443\u043b\u0430\u043b\u0442&#8230;<\/p>","protected":false},"author":1,"featured_media":770,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","_kad_post_transparent":"disable","_kad_post_title":"hide","_kad_post_layout":"fullwidth","_kad_post_sidebar_id":"","_kad_post_content_style":"unboxed","_kad_post_vertical_padding":"bottom","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","rank_math_title":"","rank_math_description":"","rank_math_canonical_url":"","rank_math_focus_keyword":"\u0431\u0438\u0434\u043d\u0438\u0439 \u0442\u0443\u0440\u0448\u043b\u0430\u0433\u0430","rank_math_robots":"","rank_math_facebook_title":"","rank_math_facebook_description":"","rank_math_facebook_image":"","rank_math_twitter_title":"","rank_math_twitter_description":"","rank_math_twitter_image":"","footnotes":""},"class_list":["post-806","page","type-page","status-publish","has-post-thumbnail","hentry"],"taxonomy_info":[],"featured_image_src_large":["https:\/\/scentmarketing.mn\/wp-content\/uploads\/2025\/06\/89-1024x576.png",1024,576,true],"author_info":{"display_name":"scentmarketing","author_link":"https:\/\/scentmarketing.mn\/mn\/author\/scentmarketing\/"},"comment_info":0,"_links":{"self":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages\/806","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/comments?post=806"}],"version-history":[{"count":22,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages\/806\/revisions"}],"predecessor-version":[{"id":3320,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/pages\/806\/revisions\/3320"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/media\/770"}],"wp:attachment":[{"href":"https:\/\/scentmarketing.mn\/mn\/wp-json\/wp\/v2\/media?parent=806"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}