/* Компоненты: кнопки, hero, фото-карточка, плитки, карточки программ, формы, плейсхолдеры, тост */

/* ── Кнопки ──────────────────────────────────────────────── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 32px; border-radius: var(--radius-sm); border: 1px solid var(--line);
  background: var(--surface-2); color: var(--accent);
  font-family: var(--font-head); font-size: 12px; letter-spacing: 3px; text-transform: uppercase;
  transition: transform var(--dur), background var(--dur);
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--accent-cta); color: var(--bg); border-color: transparent; }
html[data-theme='light'] .btn--primary { color: #fff; }
.btn--ghost { background: transparent; }

/* ── Hero ────────────────────────────────────────────────── */
.hero { position: relative; min-height: 78vh; display: flex; align-items: flex-end; overflow: hidden; }
.hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, var(--bg) 2%,
    color-mix(in srgb, var(--bg) 30%, transparent) 55%, transparent 100%);
}
.hero__body { position: relative; z-index: 2; padding-bottom: 64px; }
.hero__quote { margin: 0; max-width: 46ch; font-size: 17px; line-height: 1.7; font-style: italic; letter-spacing: 0.2px; color: var(--muted); }

/* ── Фото-карточка с плашкой ─────────────────────────────── */
.photo-card {
  border-radius: 28px; overflow: hidden; background: var(--accent);
  box-shadow: var(--shadow); max-width: 560px; margin: 0 auto;
}
.photo-card img { width: 100%; aspect-ratio: 1.8 / 1; object-fit: cover; }
.photo-card__plate { background: var(--accent); padding: 14px 20px; }
.photo-card__plate h2 { color: #fff; }
.photo-card__plate .muted { color: rgba(255, 255, 255, 0.85); }
html[data-theme='dark'] .photo-card__plate h2 { color: #000; }
html[data-theme='dark'] .photo-card__plate .muted { color: rgba(0, 0, 0, 0.7); }

/* ── Плитки направлений ──────────────────────────────────── */
.tiles { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; max-width: 640px; }
.tile {
  display: flex; align-items: center; gap: 14px; padding: 20px 22px;
  border-radius: 18px; background: var(--surface-2); border: 1px solid var(--line);
  transition: transform var(--dur), border-color var(--dur);
}
.tile:hover { transform: translateY(-3px); border-color: var(--accent); }
.tile__title { font-family: var(--font-head); font-size: 14px; letter-spacing: 3px; text-transform: uppercase; }
.tile__sub { font-size: 11px; color: var(--muted); letter-spacing: 1px; }
.tile--wide { grid-column: 1 / -1; }

/* ── Карточки программ ───────────────────────────────────── */
.grid-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(420px, 1fr)); gap: 24px; }
.card { border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: var(--surface); }
.card__plate {
  display: flex; align-items: center; gap: 14px; padding: 16px 20px;
  background: var(--plate, var(--accent)); color: var(--plate-fg, #fff);
}
.card__plate h3 { flex: 1; }
.card__price { font-family: var(--font-head); font-size: 15px; letter-spacing: 1px; }
.card__body { padding: 20px; }
.card__body > * + * { margin-top: 14px; }
.card__phil { padding: 14px; border-radius: var(--radius-sm); background: var(--surface-2); font-size: 13px; line-height: 1.65; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { padding: 7px 12px; border-radius: 999px; border: 1px solid var(--line); background: var(--surface); font-size: 11px; letter-spacing: 1px; }
.chip--on { background: var(--accent); color: var(--bg); border-color: transparent; }
.label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 8px; }

/* Факты программы: сколько гостей, сколько времени, сколько акцентов */
.facts { display: flex; flex-wrap: wrap; gap: 8px; }
.fact {
  display: inline-flex; align-items: baseline; gap: 6px; padding: 7px 13px;
  border-radius: 999px; border: 1px solid var(--line); background: var(--surface-2);
  font-size: 11px; letter-spacing: 1px;
}
.fact__k { color: var(--muted); text-transform: uppercase; }
.fact__v { color: var(--text); }
.card__for { font-size: 13px; line-height: 1.7; color: var(--muted); }
.card__for b { color: var(--text); font-weight: 600; }
.tick-list { list-style: none; margin: 0; padding: 0; }
.tick-list li { position: relative; padding-left: 18px; margin-top: 6px; font-size: 13px; line-height: 1.6; }
.tick-list li::before { content: ''; position: absolute; left: 0; top: 0.65em; width: 8px; height: 1px; background: var(--accent-ui); }
.chip__sub { margin-left: 6px; font-size: 10px; letter-spacing: 0.5px; color: var(--muted); }

/* ── Плейсхолдер отсутствующего фото ─────────────────────── */
.ph {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; min-height: 200px; border: 1px dashed var(--line); border-radius: var(--radius-sm);
  background: var(--surface); color: var(--muted); text-align: center; padding: 24px;
}
.ph__icon { font-size: 22px; opacity: 0.6; }
.ph__title { font-family: var(--font-head); font-size: 12px; letter-spacing: 2px; text-transform: uppercase; }
.ph__note { font-size: 10px; letter-spacing: 1px; opacity: 0.7; }
/* Кадр на белом фоне — основной, «под вырезку» */
.ph--cut { background: #fff; border-color: rgba(0, 0, 0, 0.18); color: rgba(0, 0, 0, 0.5); }
.ph--cut .ph__icon { opacity: 0.45; }

/* ── Блок «Дополнения» ───────────────────────────────────── */
.addons-head h2 { margin-bottom: 10px; }
.addons-head .muted { max-width: 74ch; }
.addon-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(360px, 1fr)); gap: 24px; margin-top: 28px; }
.addon {
  display: flex; flex-direction: column; gap: 12px; padding: 20px;
  border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--surface);
}
.addon__head { display: flex; align-items: baseline; gap: 12px; }
.addon__title { flex: 1; font-family: var(--font-head); font-size: 14px; letter-spacing: 3px; text-transform: uppercase; }
.addon__price { font-family: var(--font-head); font-size: 13px; letter-spacing: 1px; color: var(--accent-ui); white-space: nowrap; }
.addon__meta { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.addon__text { font-size: 13px; line-height: 1.7; }
.addon__shots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.addon__shot { min-height: 0; padding: 12px 10px; gap: 4px; aspect-ratio: 1 / 1; }
.addon__shot--main { grid-column: 1 / -1; aspect-ratio: 4 / 3; }
.addon__shot .ph__title { font-size: 10px; letter-spacing: 1px; }
.addon__shot .ph__note { font-size: 9px; line-height: 1.4; }
.addon__where { font-size: 11px; letter-spacing: 1px; color: var(--muted); }

/* ── Формы ───────────────────────────────────────────────── */
.field { display: block; margin-top: 14px; }
.field span { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px; border-radius: var(--radius-sm);
  background: var(--surface); border: 1px solid var(--line); color: var(--text); font-family: var(--font-body);
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--accent); }
.field--error input { border-color: #CD5C5C; }
.field__err { color: #CD5C5C; font-size: 11px; margin-top: 4px; display: none; }
.field--error .field__err { display: block; }
.slots { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 10px; }

/* ── Уведомления ─────────────────────────────────────────── */
.toast {
  position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: #CD5C5C; color: #fff; padding: 20px 30px; border-radius: 16px;
  font-size: 15px; line-height: 1.5; text-align: center; max-width: 540px;
  z-index: 200; box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5); display: none;
}
.toast.is-on { display: block; animation: toast-in 0.25s ease both; }
.toast--ok { background: var(--olive); }
.toast__title { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 3px; font-size: 13px; margin-bottom: 6px; }
.toast__text { font-size: 15px; }
@keyframes toast-in {
  from { opacity: 0; transform: translate(-50%, -46%); }
  to { opacity: 1; transform: translate(-50%, -50%); }
}

/* ── Широкий баннер с заголовком (десктоп) ───────────────── */
.banner {
  position: relative; min-height: 400px; display: flex; align-items: flex-end;
  border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow);
}
.banner__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.35) 45%, rgba(0, 0, 0, 0.05) 100%);
}
.banner__body { position: relative; z-index: 2; padding: 44px; max-width: 640px; }
.banner__body h1, .banner__body h2 { color: #fff; }
.banner__body .muted { color: rgba(255, 255, 255, 0.85); }

/* ── Две колонки: медиа + контент ────────────────────────── */
.split { display: grid; grid-template-columns: minmax(320px, 440px) 1fr; gap: 44px; align-items: center; }
.split--reverse { grid-template-columns: 1fr minmax(320px, 440px); }
.split--reverse .split__media { order: 2; }
.split__media img { width: 100%; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
@media (max-width: 1100px) {
  .split, .split--reverse { grid-template-columns: 1fr; }
  .split--reverse .split__media { order: 0; }
}

/* ── Чередующиеся строки «фото + блок» ───────────────────── */
.rows { display: flex; flex-direction: column; gap: 30px; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
.row2--reverse .row2__media { order: 2; }
.row2__media img { width: 100%; max-height: 420px; border-radius: var(--radius-sm); object-fit: cover; box-shadow: var(--shadow); }
@media (max-width: 1100px) { .row2 { grid-template-columns: 1fr; } .row2--reverse .row2__media { order: 0; } }
.panel { padding: 26px; border-radius: var(--radius-sm); background: var(--surface); border: 1px solid var(--line); }
.panel__head {
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
  font-family: var(--font-head); text-transform: uppercase; letter-spacing: 3px; font-size: 13px; color: var(--accent);
}
.panel ul { margin: 0; padding-left: 18px; }
.panel li + li { margin-top: 6px; }

/* ── Главное меню как в приложении ───────────────────────── */
.menu { display: flex; flex-direction: column; gap: 14px; max-width: 560px; margin: 0 auto; }
.menu__row { display: flex; gap: 12px; }
.menu__main {
  flex: 1; display: flex; align-items: center; gap: 16px; padding: 20px 24px;
  border-radius: 18px; background: var(--surface-2); border: 1px solid var(--line);
  font-family: var(--font-head); font-size: 14px; letter-spacing: 3px; text-transform: uppercase;
  transition: transform var(--dur), border-color var(--dur);
}
.menu__main:hover { transform: translateY(-3px); border-color: var(--accent); }
.menu__main .chev { margin-left: auto; color: var(--accent); }
.menu__side {
  width: 66px; display: flex; align-items: center; justify-content: center;
  border-radius: 18px; background: var(--surface-2); border: 1px solid var(--line);
  font-size: 22px; color: var(--accent); transition: transform var(--dur), border-color var(--dur);
}
.menu__side:hover { transform: translateY(-3px); border-color: var(--accent); }
.menu__ico { display: inline-flex; color: var(--accent); }
.menu__main > span { display: inline-flex; align-items: center; }
.menu__main .chev { margin-left: auto; }
.chev, .menu__side { display: inline-flex; align-items: center; justify-content: center; }
.logo-mini { font-family: var(--font-head); letter-spacing: 6px; text-transform: uppercase; font-size: 12px; }
.ico { display: inline-block; vertical-align: middle; }
.card__ico { display: inline-flex; }
.chip__ico { display: inline-flex; vertical-align: middle; }

/* ── Журнальная сетка (страница «О мастере») ─────────────── */
.grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 28px; align-items: start; }
.g-3 { grid-column: span 3; } .g-4 { grid-column: span 4; } .g-5 { grid-column: span 5; }
.g-6 { grid-column: span 6; } .g-7 { grid-column: span 7; } .g-8 { grid-column: span 8; }
.g-12 { grid-column: 1 / -1; }
.mag__hero { align-items: end; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.mag__hero h1 { margin: 6px 0 14px; }
.mag__lead { font-style: italic; font-size: 20px; line-height: 1.6; }
.mag__block { padding: 36px 0; border-bottom: 1px solid var(--line); }
.mag__label { font-family: var(--font-head); text-transform: uppercase; letter-spacing: 4px; font-size: 12px; color: var(--accent); }
.mag__num { font-family: var(--font-head); font-size: 12px; letter-spacing: 2px; color: var(--muted); }
.mag__text { font-size: 15px; line-height: 1.75; }
.mag__list { margin: 0; padding: 0; list-style: none; }
.mag__list li { padding-left: 20px; position: relative; margin-top: 8px; font-size: 15px; }
.mag__list li::before { content: ''; position: absolute; left: 0; top: .7em; width: 8px; height: 1px; background: var(--accent); }
.mag__photo img { width: 100%; border-radius: 4px; object-fit: cover; box-shadow: var(--shadow); }
.mag__caption { margin-top: 10px; font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); }
.mag__cta { padding: 36px 0 0; }
.mag__cta .btn-row { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
@media (max-width: 1100px) {
  .g-3, .g-4, .g-5, .g-6, .g-7, .g-8 { grid-column: 1 / -1; }
}

/* ── О мастере: баннер-hero и низкие фото ────────────────── */
.mag__banner { min-height: 380px; margin-bottom: 8px; }
.mag__label.is-on-photo { color: rgba(255, 255, 255, 0.85); }
.mag__leadrow { align-items: center; padding: 34px 0; border-bottom: 1px solid var(--line); }
.mag__leadcta { text-align: right; }
.mag__photo-row { padding: 36px 0; border-bottom: 1px solid var(--line); }
.mag__photo img { width: 100%; border-radius: 4px; object-fit: cover; box-shadow: var(--shadow); }
.mag__photo--wide img { aspect-ratio: 21 / 9; }
.mag__photo--std img { aspect-ratio: 3 / 2; }
/* Журнальный триптих — 3 вертикальных фото в ряд */
.mag__trio { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.mag__trio img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; border-radius: 4px; box-shadow: var(--shadow); }
@media (max-width: 1100px) { .mag__trio { grid-template-columns: 1fr; } }

/* ── Контакты: фото + вертикальный стек контактов ────────── */
.contact-split { display: grid; grid-template-columns: minmax(300px, 420px) 1fr; gap: 44px; align-items: start; }
.contact-photo img { width: 100%; aspect-ratio: 2 / 3; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-stack { display: flex; flex-direction: column; gap: 14px; }
.contact-stack .tile--contact { width: 100%; }
@media (max-width: 1100px) { .contact-split { grid-template-columns: 1fr; } }
@media (max-width: 1100px) { .mag__leadcta { text-align: left; } }

/* ── Контакты: плашки в ряд, крупный текст, колонка внутри ── */
.tiles--row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: none; margin: 36px 0 0; }
.tile--contact { align-items: flex-start; padding: 22px 24px; }
.tile--contact .tile__body { display: flex; flex-direction: column; gap: 6px; }
.tile--contact .tile__title { font-size: 13px; letter-spacing: 3px; }
.tile--contact .tile__sub { font-size: 16px; letter-spacing: 0.5px; color: var(--text); }
.tile--contact .menu__ico { color: var(--accent); margin-top: 2px; }
@media (max-width: 1100px) { .tiles--row { grid-template-columns: 1fr; } }

/* ── Локации: площадки и галерея ─────────────────────────── */
.loc { padding: 40px 0; border-bottom: 1px solid var(--line); }
.loc:last-of-type { border-bottom: 0; }
.loc .mag__block { border-bottom: 0; padding-bottom: 18px; }
.loc__intro { max-width: 76ch; margin: 36px 0 4px; }
.loc__facts { margin-top: 18px; }
.loc__list-label { margin: 20px 0 0; }
.loc__place { margin-top: 20px; font-size: 15px; }
.loc__place .mag__caption { display: block; margin: 0 0 6px; }
.loc__note { margin: 8px 0 0; max-width: 62ch; }
.loc__site { margin-top: 20px; }
.loc__hero { margin: 22px 0 0; }
.loc__hero img { width: 100%; aspect-ratio: 21 / 9; object-fit: cover; border-radius: var(--radius); box-shadow: var(--shadow); }
.loc__grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 18px; margin-top: 18px; }
.loc__grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--radius-sm); box-shadow: var(--shadow); }
@media (max-width: 1100px) {
  .loc__hero img { aspect-ratio: 16 / 9; }
  .loc__grid { grid-template-columns: 1fr 1fr; }
}

/* ── Конфигуратор (десктоп, 2 колонки) ───────────────────── */
.cfg {
  display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 500px);
  grid-template-areas: "settings calendar" "summary slots";
  gap: 26px 34px; align-items: start;
}
.cfg__settings { grid-area: settings; align-self: stretch; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; }
.cfg__calendar { grid-area: calendar; }
.cfg__summary { grid-area: summary; }
.cfg__slotsblock { grid-area: slots; }
.cfg__block .label { margin-bottom: 12px; }
.cfg__programs { display: grid; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 12px; }
.pcard {
  display: flex; align-items: center; gap: 10px; padding: 14px 16px; cursor: pointer;
  border-radius: 14px; border: 1px solid var(--line); background: var(--surface);
  transition: transform var(--dur), border-color var(--dur), background var(--dur);
}
.pcard:hover { transform: translateY(-2px); border-color: var(--accent-ui); }
.pcard.is-on { border-color: var(--accent-ui); background: color-mix(in srgb, var(--accent-ui) 12%, transparent); }
.pcard .ico { color: var(--accent-ui); flex: none; }
.pcard__t { font-family: var(--font-head); font-size: 13px; letter-spacing: 2px; text-transform: uppercase; }
.pcard__p { margin-left: auto; font-size: 12px; color: var(--muted); white-space: nowrap; }
.seg { display: inline-flex; gap: 8px; flex-wrap: wrap; }
.seg__b {
  padding: 10px 18px; border-radius: 999px; cursor: pointer; font-size: 12px; letter-spacing: 2px;
  text-transform: uppercase; border: 1px solid var(--line); background: var(--surface); color: var(--text);
  transition: background var(--dur), color var(--dur), border-color var(--dur);
}
.seg__b:hover { border-color: var(--accent-ui); }
.seg__b.is-on { background: var(--seg-c, var(--accent-ui)); color: #fff; border-color: transparent; }

.cfg__right { position: sticky; top: 96px; align-self: start; display: flex; flex-direction: column; gap: 18px; }
.cal { border: 1px solid var(--line); border-radius: 18px; padding: 16px 18px 18px; background: var(--surface); }
.cal__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cal__title { font-family: var(--font-head); font-size: 13px; letter-spacing: 3px; text-transform: uppercase; }
.cal__nav { display: flex; gap: 6px; }
.cal__nav button {
  width: 32px; height: 32px; border-radius: 9px; border: 1px solid var(--line);
  background: var(--surface); color: var(--accent-ui); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
}
.cal__nav button:hover { border-color: var(--accent-ui); }
.cal__grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal__wd { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--muted); text-align: center; padding: 2px 0 6px; }
.cal__d {
  aspect-ratio: 1 / 1; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px;
  border-radius: 10px; border: 1px solid transparent; background: transparent; color: var(--text);
  cursor: pointer; font-size: 13px; font-family: var(--font-body);
  transition: background var(--dur), border-color var(--dur), color var(--dur);
}
.cal__d:hover { border-color: var(--line); }
.cal__d.is-out, .cal__d.is-off { opacity: 0.35; cursor: default; }
.cal__d.has { background: color-mix(in srgb, var(--accent-ui) 14%, transparent); }
.cal__d.is-on { background: var(--accent-ui); color: #fff; }
.cal__dot { width: 5px; height: 5px; border-radius: 50%; background: var(--accent-ui); }
.cal__d.is-on .cal__dot { background: #fff; }
.cal__hint { margin-top: 12px; font-size: 11px; color: var(--muted); }
.cal__hint b { color: var(--accent-ui); font-weight: 600; }

.cfg__total { border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; background: var(--surface); }
.cfg__sum { display: flex; justify-content: space-between; align-items: baseline; font-family: var(--font-head); letter-spacing: 2px; }
.cfg__sum + .cfg__sum { margin-top: 8px; }
.cfg__sum span:last-child { color: var(--accent-ui); }
.cfg__err { color: #CD5C5C; font-size: 12px; margin-top: 10px; display: none; }
.cfg__err.is-on { display: block; }
.cfg__slotempty { color: var(--muted); font-size: 13px; }

/* Итог выбора — просто строки, без плашки и заголовка */
.cfg__summary { display: flex; flex-direction: column; gap: 10px; }
.cfg__summary .cfg__sum { font-size: 15px; }

/* Полоса брони — во всю ширину, ниже обеих колонок */
.cfg__bookbar {
  display: grid; grid-template-columns: minmax(150px, 190px) minmax(200px, 240px) 1fr auto;
  gap: 18px; align-items: end; margin-top: 30px; padding: 18px 24px;
  border: 1px solid color-mix(in srgb, var(--accent-ui) 35%, var(--line));
  border-radius: 18px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--accent-ui) 7%, transparent), transparent), var(--surface);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.18);
}
.cfg__bookbar .field { margin-top: 0; }
.cfg__chosen {
  font-family: var(--font-head); letter-spacing: 2px; font-size: 13px; color: var(--text);
  align-self: end; display: flex; align-items: center; justify-content: center;
  min-height: 44px; padding: 0 18px; border-radius: 12px;
  border: 1px solid color-mix(in srgb, var(--accent-ui) 45%, var(--line));
  background: color-mix(in srgb, var(--accent-ui) 8%, transparent);
}
.cfg__chosen b { color: var(--accent-ui); }
.cfg__strong { font-weight: 700; }
.cfg__bookbar .btn { padding: 12px 28px; min-height: 44px; }
.cfg__bookbar .btn--primary { box-shadow: 0 12px 28px color-mix(in srgb, var(--accent-ui) 35%, transparent); }
/* Интерактивные элементы конфигуратора — курсор-«палец» */
.cfg .chip { cursor: pointer; }
.cfg .chip:hover { border-color: var(--accent-ui); }
@media (max-width: 1100px) {
  .cfg__bookbar { grid-template-columns: 1fr; }
  .cfg__chosen { text-align: left; }
}
@media (max-width: 1100px) {
  .cfg { grid-template-columns: 1fr; grid-template-areas: "settings" "calendar" "slots" "summary"; }
}
