/* Общая визуальная система: крупная типографика поверх палитры app.css.
   Цвета здесь больше не объявляются: три файла задавали свои варианты,
   и выигрывал тот, что подключён последним. */
.service-site { background: var(--bg); }
.service-site .header { border-bottom-color: var(--border); }
.city-pulse { overflow: hidden; height: 34px; background: #151512; color: #f8f3eb; border-bottom: 1px solid #ff7c365c; -webkit-mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); mask-image: linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent); }
.city-pulse__track { display: flex; align-items: center; width: max-content; min-width: 100%; height: 100%; gap: 18px; white-space: nowrap; padding-left: 18px; font-size: 10px; letter-spacing: .055em; animation: city-pulse-scroll 38s linear infinite; }
.city-pulse__track b { color: #ff914f; font-size: 9px; }
.city-pulse__track i { color: #ff914f; font-style: normal; }
@keyframes city-pulse-scroll { from { transform: translateX(0); } to { transform: translateX(-43%); } }
.service-site .header__inner { gap: 20px; }
.service-site .logo__mark { display: block; height: 40px; width: 110px; flex-shrink: 0; border: 0; background: none; box-shadow: none; }
.service-site .logo--sm .logo__mark { width: 88px; height: 32px; }
.logo-emblem { position: relative; display: block; flex-shrink: 0; overflow: hidden; border-radius: 14px; transition: transform .25s ease; }
.logo-emblem::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(110deg,transparent 25%,#fff5 48%,transparent 70%); transform: translateX(-140%); }
.logo:hover .logo-emblem, .logo:focus-visible .logo-emblem { transform: translateY(-2px); }
.logo:hover .logo-emblem::after, .logo:focus-visible .logo-emblem::after { animation: logo-shine .75s ease-out; }
.header .logo-emblem::after { animation: logo-shine 1s ease-out .4s; }
@keyframes logo-shine { from { transform: translateX(-140%); } to { transform: translateX(140%); } }
@media(prefers-reduced-motion:reduce) { .logo-emblem { transition: none; } .logo:hover .logo-emblem, .logo:focus-visible .logo-emblem { transform: none; } .logo .logo-emblem::after { animation: none; } }
.service-site .btn { min-height: 42px; border-radius: 100px; }
.service-site .btn--primary { background: #ff7c36; color: #23160d; font-weight: 700; }
.service-site .btn:focus-visible, .catalog-view button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
.service-nav { min-height: 66px; gap: 32px; }
.service-nav .is-current { color: var(--text); border-bottom-color: #ff7c36; }
.home-page .hero { width: 100%; max-width: none; background: #171715; isolation: isolate; border: 0; border-radius: 0; }
.home-page .hero__inner { position: relative; z-index: 3; width: 100%; }
.home-page .hero__title { font-size: clamp(42px, 5.6vw, 76px); max-width: 760px; font-weight: 700; line-height: .99; letter-spacing: -.065em; margin: 28px 0 24px; }
.home-page .hero__title .grad { color: #ff914f; -webkit-text-fill-color: #ff914f; }
.home-page .hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #d1c7ba; font-size: 10px; letter-spacing: .15em; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #ff914f; box-shadow: 0 0 0 5px #ff914f16; }
.home-page .hero__sub { max-width: 490px; font-size: 15px; line-height: 1.7; color: #d6d0c8; }
.home-page .scene__img { left: 48%; background-position: center; opacity: .42; }
.home-page .scene__fade { background: linear-gradient(90deg, #171715 20%, #171715e8 43%, #17171525); }
.home-page .scene__fg, .home-page .scene__bloom { display: none; }
.hero-links { display: flex; gap: 12px; margin-top: 26px; flex-wrap: wrap; }
.hero-links .btn { padding: 13px 24px; }
.hero-links .btn--ghost { color: #f3f0e9; background: #ffffff0a; border-color: #ffffff40; }
.hero-links .btn span { margin-left: 18px; }
.evening-object { position: absolute; z-index: 2; width: 285px; height: 245px; right: 34px; top: 38px; display: grid; place-items: center; transform: rotate(-20deg); pointer-events: none; }
.evening-object__ring { position: absolute; inset: 0; border-radius: 50%; border: 36px solid #e98648; background: #17171555; box-shadow: inset 8px 12px 20px #0009, inset -5px -7px 12px #ffc49d, 12px 24px 0 #7f391d, 20px 42px 45px #000a; }
.evening-object > span { font-size: 72px; font-weight: 700; letter-spacing: -.12em; color: #ffc596; text-shadow: 2px 5px 0 #663017; }
.home-page .hero-caption { z-index: 2; right: 42px; bottom: 42px; text-align: left; max-width: 250px; color: #ead6c3; }
.hero-caption > span { font-size: 8px; letter-spacing: .14em; }
.hero-caption strong { display: block; font-size: 25px; letter-spacing: -.035em; line-height: 1.15; margin: 10px 0; }
.hero-caption small { color: #d1c5b6; font-size: 11px; }
.home-page .discovery { margin-top: 20px; padding: 0 20px; scroll-margin-top: 90px; }
.discovery__search { border: 1px solid var(--border); border-radius: 22px; box-shadow: 0 8px 30px #00000005; padding: 26px; }
.discovery__heading strong { font-size: 24px; letter-spacing: -.04em; }
.discovery .searchbox__row { grid-template-columns: minmax(200px,2fr) minmax(130px,1fr) minmax(130px,1fr) auto; }
.discovery .suggest-wrap, .discovery__field { background: var(--surface-2); border-color: transparent; padding: 10px 14px; }
.discovery label { font-size: 11px; }
.service-benefits { padding: 15px 0; justify-content: flex-start; gap: 12px 28px; }
.workspace-shortcuts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; margin: 12px auto 16px; }
.workspace-shortcuts > a { display: flex; align-items: center; gap: 12px; padding: 20px; border: 1px solid var(--border); border-radius: 18px; background: var(--surface); transition: border-color .2s; }
.workspace-shortcuts > a:hover { border-color: var(--accent); }
.shortcut-icon { display: grid; place-items: center; width: 42px; height: 42px; flex-shrink: 0; background: var(--surface-2); color: var(--accent); border-radius: 12px; font-size: 25px; }
.workspace-shortcuts strong { display: block; font-size: 14px; }
.workspace-shortcuts small { display: block; color: var(--text-muted); font-size: 11px; margin-top: 5px; }
.workspace-shortcuts b { margin-left: auto; font-weight: 400; }
.service-site .section { padding-top: 40px; padding-bottom: 24px; }
.service-site .section__head h2 { font-size: clamp(25px,3vw,38px); line-height: 1.1; letter-spacing: -.055em; }
.service-site .section__head .eyebrow { background: none; padding: 0; color: var(--accent); }
.section-catalog-link { display: inline-block; margin-top: 12px; color: var(--accent); font-size: 14px; }
.service-site .occasion { border-radius: 20px; min-height: 170px; border: 1px solid #ffffff18; }
.occasion--dinner { background: radial-gradient(at top right,#b56137,transparent 65%),#422e25; }
.occasion--coffee { background: radial-gradient(at top right,#b88d5f,transparent 65%),#574332; }
.occasion--bar { background: radial-gradient(at top right,#74564a,transparent 65%),#282523; }
.service-site .pcard { border-radius: 20px; box-shadow: none; border: 1px solid var(--border); background: var(--surface); }
.service-site .pcard__media { height: 185px; }
.service-site .pcard__body { padding: 20px; }
.service-site .pcard__title { font-size: 21px; letter-spacing: -.035em; }
.service-site .pcard__addr { font-size: 13px; }
.service-site .pcard__foot { flex-wrap: wrap; }
.service-site .pcard__foot .btn { background: var(--surface-2); border: 0; color: var(--text); }
.service-site .pcard:hover { box-shadow: 0 14px 30px #0000000c; border-color: #df9664; }
.city-tile { background: transparent; border-radius: 16px; }
.city-tile__icon { background: var(--surface); }
.service-site .panel { border-radius: 20px; box-shadow: none; border: 1px solid var(--border); }
.service-site .page-head h1 { font-size: clamp(30px,4vw,48px); letter-spacing: -.055em; }
.service-site .side { background: var(--surface); border: 1px solid var(--border); border-radius: 20px; padding: 18px; align-self: start; }
.service-site .side__link { border-radius: 12px; }
.service-site .bcard { border-radius: 18px; border: 1px solid var(--border); box-shadow: none; }
.service-site .field input, .service-site .field select, .service-site .field textarea { border-radius: 12px; }
.table-editor-form { gap: 18px; }
.table-editor-form .field { gap: 8px; }
.table-editor-form .field > label { color: var(--text); font-size: 12px; letter-spacing: .02em; }
.table-editor-form .field input {
  box-sizing: border-box;
  min-height: 50px;
  padding: 13px 15px;
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  color: var(--text);
  box-shadow: inset 0 1px 0 #ffffff0d;
}
.table-editor-form .field input::placeholder { color: var(--text-muted); opacity: 1; }
.table-editor-form .field input:focus { border-color: #ff7c36; outline: 3px solid #ff7c3626; outline-offset: 0; box-shadow: none; }
.table-editor-form__seats { max-width: 220px; }
@media(max-width:640px) { .table-editor-form__seats { max-width: none; } }
.catalog-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 20px 0; color: var(--text-muted); font-size: 13px; }
.catalog-view { display: flex; background: var(--surface); padding: 4px; border: 1px solid var(--border); border-radius: 99px; }
.catalog-view button { border: 0; color: var(--text-dim); background: transparent; border-radius: 99px; padding: 10px 16px; font: inherit; cursor: pointer; }
.catalog-view button[aria-pressed="true"] { background: #ff7c36; color: #241304; }
.catalog-page .catalog-list { grid-template-columns: minmax(0,1fr); }
.catalog-list .pcard { display: grid; min-width: 0; overflow: hidden; grid-template-columns: 240px minmax(0,1fr); }
.catalog-list .pcard__media { width: 100%; min-width: 0; height: 100%; min-height: 200px; }
.catalog-list .pcard__addr { min-height: 0; }
@media(max-width:800px) {
  .catalog-list .pcard { grid-template-columns: minmax(0,1fr); }
  .catalog-list .pcard__media { height: 150px; min-height: 150px; }
  .catalog-list .pcard__body { min-width: 0; }
}
@media(min-width:1100px) { .catalog-page .grid--places:not(.catalog-list) { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media(max-width:1000px) {
  .evening-object { width: 200px; height: 180px; right: 30px; top: 60px; opacity: .65; }
  .home-page .hero__title { max-width: 620px; }
  .home-page .hero-caption { display: none; }
  .discovery .searchbox__row { grid-template-columns: minmax(0,1fr) minmax(0,1fr); }
  .workspace-shortcuts > a { padding: 15px; }
  .workspace-shortcuts small { line-height: 1.5; }
}
@media(max-width:640px) {
  .service-site .header__inner { gap: 8px; }
  .service-site .logo__mark { width: 94px; height: 34px; }
  .service-nav { gap: 22px; min-height: 56px; }
  .home-page .hero__title { font-size: clamp(38px,10vw,58px); line-height: 1.03; margin: 24px 0 20px; }
  .home-page .hero__sub { font-size: 14px; }
  .home-page .hero .eyebrow { font-size: 8px; letter-spacing: .09em; }
  .home-page .scene__img { left: 20%; opacity: .25; }
  .home-page .scene__fade { background: linear-gradient(90deg,#171715e8,#17171580); }
  .evening-object { display: none; }
  .hero-links { gap: 8px; }
  .hero-links .btn { padding: 12px 16px; font-size: 12px; }
  .home-page .discovery { padding: 0 12px; margin-top: 12px; }
  .discovery__search { padding: 18px; }
  .discovery .searchbox__row { grid-template-columns: minmax(0,1fr); }
  .discovery input[type="text"], .discovery select { font-size: 16px; }
  .workspace-shortcuts { grid-template-columns: 1fr; gap: 8px; }
  .workspace-shortcuts > a { padding: 14px; }
  .service-benefits { gap: 7px; padding: 14px 8px; }
  .service-site .section { padding-top: 28px; }
  .service-site .pcard__media { height: 195px; }
  .catalog-toolbar { align-items: flex-start; flex-direction: column; }
  .catalog-list .pcard { grid-template-columns: minmax(0,1fr); }
  .catalog-list .pcard__media { height: 130px; min-height: 130px; }
  .catalog-list .pcard__body { padding: 14px; }
  .service-site .side { width: 100%; }
}
@media(prefers-reduced-motion:reduce) { .workspace-shortcuts > a { transition:none; } .city-pulse__track { animation:none; } }

/* Витрина мест: поиск, категории и фотографические подборки. */
.service-site .header__inner { min-height: 88px; height: auto; padding-top: 14px; padding-bottom: 14px; }
.service-site .header .nav { display: none; }
.service-site .burger { display: flex; }
.header-search { display: flex; align-items: center; width: min(360px, 32vw); margin: 0 auto; border: 1px solid var(--border-strong); background: var(--surface); border-radius: 100px; padding: 4px 5px 4px 16px; }
.header-search input { width: 100%; min-width: 0; border: 0; outline: none; background: transparent; font: inherit; font-size: 13px; color: var(--text); }
.header-search:focus-within { outline: 2px solid #ff7c36; outline-offset: 3px; }
.header-search button { border: 0; border-radius: 50%; width: 36px; height: 36px; flex-shrink: 0; background: var(--surface-2); color: var(--text); cursor: pointer; }
.service-nav { font-size: 11px; min-height: 44px; }
.service-nav a { padding: 12px 0; }
.service-nav .is-current { border-bottom-width: 2px; }
.discovery-rail { display: flex; align-items: center; gap: 10px; overflow-x: auto; padding-top: 16px; padding-bottom: 18px; scrollbar-width: none; }
.discovery-rail::-webkit-scrollbar { display: none; }
.discovery-rail a { display: inline-flex; gap: 10px; align-items: center; flex-shrink: 0; border: 1px solid var(--border); border-radius: 100px; background: var(--surface); padding: 8px 18px 8px 8px; font-size: 13px; }
.discovery-rail a:hover { border-color: var(--accent); }
.discovery-rail a > span { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--surface-2); color: var(--accent); font-size: 20px; }
.discovery-rail .rail-all { background: #ff7c36; color: #241304; padding: 15px 20px; border-color: transparent; }
.home-page .hero { display: flex; align-items: center; min-height: clamp(580px,80svh,860px); margin: 0; padding: 80px 0 130px; border-radius: 0; }
.home-page .hero__inner { max-width: 1280px; padding: 0 40px; }
.home-page .hero::after { content: ''; position: absolute; z-index: -1; inset: auto 0 0; height: 100px; background: linear-gradient(transparent,var(--bg)); pointer-events: none; }
.editorial-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; filter: blur(1px); transform: scale(1.01); z-index: -2; }
.editorial-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#0f0d0ae8 0%,#100e0bc0 32%,#100e0b25 67%),linear-gradient(0deg,#120b0780,transparent 55%); z-index: -1; }
.home-page .hero__title { max-width: 800px; font-size: clamp(40px,5.2vw,76px); line-height: 1.04; letter-spacing: -.055em; margin: 26px 0 24px; }
.hero-title-phrase { white-space: nowrap; }
.home-page .hero__sub { color: #eee8e1; font-size: 14px; max-width: 455px; }
.home-page .hero-caption { display: block; bottom: 130px; right: max(40px,calc((100% - 1200px)/2)); max-width: 250px; padding: 0 0 0 20px; border: 0; border-left: 2px solid #ff914f; border-radius: 0; background: none; backdrop-filter: none; box-shadow: none; text-shadow: 0 2px 16px #000; }
.hero-caption strong { font-size: 22px; }
.hero-caption small { font-size: 9px; color: #eee5db; }
.home-page .discovery { position: relative; z-index: 4; margin-top: -48px; scroll-margin-top: 110px; }
.discovery__search { padding: 20px; border-radius: 18px; }
.discovery__heading strong { font-size: 20px; }
.service-benefits { font-size: 11px; }
.workspace-shortcuts { gap: 10px; }
.workspace-shortcuts > a { padding: 14px; border-radius: 14px; box-shadow: inset 0 1px 0 #ffffff08; }
.service-site .section__head h2 { font-size: clamp(24px,2.4vw,32px); letter-spacing: -.04em; }
.service-site .section__head { border-left: 4px solid #ff7c36; padding-left: 16px; }
.service-site .occasion { min-height: 280px; border-radius: 18px; background: #2a201a; }
.occasion img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.occasion::before { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(0deg,#100b08e8,transparent 85%); }
.occasion > div { z-index: 2; }
.occasion--dinner img { object-position: 76% center; }
.occasion--coffee img { object-position: 18% center; }
.occasion--bar img { object-position: 82% center; }
.occasion:hover img { transform: scale(1.035); }
.editorial-note { font-size: 11px; line-height: 1.5; color: var(--text-muted); margin-top: 12px; }
.service-site .grid--places { gap: 14px; }
.service-site .pcard { border-radius: 16px; }
.service-site .pcard__body { padding: 16px; }
.service-site .pcard__title { font-size: 18px; }
.service-site .pcard__media { height: 205px; }
@media(min-width:1100px) {
  .home-page .grid--places, .catalog-page .grid--places:not(.catalog-list) { grid-template-columns: repeat(4,minmax(0,1fr)); }
}
@media(max-width:1000px) {
  .home-page .hero-caption { display: none; }
  .header-search { width: min(320px,30vw); }
  .header__actions > .btn--primary { display: none; }
}
@media(max-width:640px) {
  .city-pulse { height: 30px; }
  .city-pulse__track { font-size: 9px; }
  .service-site .header__inner { flex-wrap: wrap; gap: 10px; min-height: 65px; }
  .header-search { order: 3; width: 100%; margin: 0; }
  .header-search input { font-size: 16px; }
  .home-page .discovery { scroll-margin-top: 145px; }
  .service-nav { font-size: 11px; gap: 20px; }
  .discovery-rail { gap: 8px; padding-top: 10px; padding-bottom: 12px; }
  .discovery-rail a { font-size: 12px; }
  .home-page .hero { min-height: 580px; min-height: max(580px,calc(100svh - 125px)); padding: 64px 0 100px; border-radius: 0; }
  .home-page .hero__inner { padding: 0 24px; }
  .home-page .discovery { margin-top: -32px; }
  .home-page .hero__title { font-size: clamp(36px,9.5vw,52px); }
  .editorial-hero-image { object-position: 68% center; }
  .editorial-hero-shade { background: linear-gradient(90deg,#100d0adb,#100d0a65),linear-gradient(0deg,#100d0a90,transparent); }
  .home-page .hero__sub { font-size: 14px; }
  .service-site .occasion { min-height: 240px; }
  .service-site .pcard__media { height: 210px; }
  .catalog-list .pcard__media { height: 140px; }
}
@media(prefers-reduced-motion:reduce) { .occasion img { transition: none; } }

/* Каталог не должен получать горизонтальную прокрутку от вида «Список». */
.catalog-page { overflow-x: clip; }
