:root {
  --burgundy: #5a1724;
  --burgundy-deep: #3f101a;
  --espresso: #241612;
  --ivory: #fff8ed;
  --ivory-soft: #f4ead9;
  --brass: #b88a44;
  --brass-dark: #8d672f;
  --forest: #244838;
  --charcoal: #312b28;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-padding-top: 6rem; }
body {
  min-height: 100vh;
  font-family: system-ui, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  transition: background-color .3s ease, color .3s ease;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 220 220'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.06'/%3E%3C/svg%3E");
}
body > * { position: relative; z-index: 1; }
h1, h2, h3, .brand-text, .footer-brand {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--brass); }
img { display: block; max-width: 100%; }
::selection { background: var(--brass); color: #1b110d; }
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: transparent; }
::-webkit-scrollbar-thumb { background: var(--brass); border-radius: 999px; }

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  transform: translateY(-150%);
  background: var(--ivory);
  color: var(--espresso);
  padding: .7rem 1rem;
  border: 1px solid var(--brass);
  border-radius: 8px;
  z-index: 100;
}
.skip-link:focus { transform: translateY(0); outline: 3px solid var(--brass); }

.site-header { background: rgba(255,248,237,.9); border-bottom: 1px solid rgba(90,23,36,.12); backdrop-filter: blur(14px); }
.dark .site-header { background: rgba(27,18,16,.9); border-color: rgba(184,138,68,.2); }
.site-header.scrolled { box-shadow: 0 12px 32px rgba(36,22,18,.1); }
.brand-link { display: inline-flex; align-items: center; gap: .75rem; min-width: 0; }
.brand-mark {
  width: 2.4rem;
  height: 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--burgundy);
  color: var(--ivory);
  border: 1px solid rgba(184,138,68,.55);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}
.brand-text { font-weight: 700; font-size: 1.05rem; line-height: 1.05; color: var(--burgundy); }
.brand-text span { display: block; color: var(--charcoal); font-size: .82rem; font-family: system-ui, "Segoe UI", Arial, sans-serif; font-weight: 600; }
.dark .brand-text { color: var(--ivory); }
.dark .brand-text span { color: #d9c6a6; }

.nl { position: relative; padding-bottom: .2rem; }
.nl::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: currentColor;
  transition: width .2s ease;
}
.nl:hover::after, .nl.on::after { width: 100%; }
.program-nav:hover .mega-menu, .program-nav:focus-within .mega-menu { display: block; }
.mega-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: min(680px, calc(100vw - 2rem));
  transform: translateX(-50%);
  padding-top: 1rem;
}
.mega-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(90,23,36,.18);
  border-radius: 8px;
  background: rgba(255,248,237,.98);
  box-shadow: 0 20px 60px rgba(36,22,18,.16);
}
.dark .mega-panel { background: rgba(36,22,18,.98); border-color: rgba(184,138,68,.24); }
.mega-title { margin: 0 0 .55rem; font-size: .78rem; font-weight: 700; color: var(--brass-dark); }
.mega-panel a { display: block; padding: .35rem 0; font-size: .88rem; color: var(--charcoal); }
.dark .mega-panel a { color: #f1debd; }

.theme-toggle, .mobile-toggle {
  width: 2.45rem;
  height: 2.45rem;
  border: 1px solid rgba(90,23,36,.18);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--burgundy);
  background: rgba(255,255,255,.45);
}
.dark .theme-toggle, .dark .mobile-toggle { color: var(--ivory); border-color: rgba(184,138,68,.28); background: rgba(255,255,255,.04); }
.mobile-toggle { flex-direction: column; gap: 4px; }
.mobile-toggle span { width: 1rem; height: 2px; background: currentColor; border-radius: 999px; }
.mobile-panel { background: var(--ivory); border-top: 1px solid rgba(90,23,36,.12); }
.dark .mobile-panel { background: #1b1210; border-color: rgba(184,138,68,.2); }
.mobile-panel nav { display: grid; gap: .8rem; }
.mobile-panel a { font-weight: 700; color: var(--espresso); }
.dark .mobile-panel a { color: var(--ivory); }
.mobile-panel-actions { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: .75rem; padding-top: 1rem; border-top: 1px solid rgba(90,23,36,.14); }
.mobile-panel-actions a { text-align: center; border: 1px solid var(--brass); border-radius: 8px; padding: .75rem; }

.btn-solid, .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8rem;
  padding: .78rem 1.15rem;
  border-radius: 8px;
  font-weight: 750;
  line-height: 1.1;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.btn-solid { background: var(--burgundy); color: var(--ivory); border: 1px solid var(--brass); }
.btn-solid:hover { background: var(--burgundy-deep); color: var(--ivory); transform: translateY(-1px); }
.btn-ghost { border: 1px solid rgba(184,138,68,.7); color: var(--burgundy); background: rgba(255,248,237,.68); }
.btn-ghost:hover { background: rgba(184,138,68,.14); color: var(--burgundy-deep); }
.dark .btn-ghost { color: var(--ivory); background: rgba(255,255,255,.04); }
.shimmer { position: relative; overflow: hidden; }
.shimmer::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 -70%;
  width: 55%;
  background: rgba(255,255,255,.18);
  transform: skewX(-20deg);
  transition: left .35s ease;
}
.shimmer:hover::after { left: 140%; }

.home-hero {
  min-height: 84vh;
  display: flex;
  align-items: center;
  padding: 7.5rem 0 5rem;
  color: var(--ivory);
  overflow: hidden;
}
.home-hero > img, .subhero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-shade, .subhero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(27,18,16,.86), rgba(63,16,26,.58), rgba(27,18,16,.18));
  z-index: 1;
}
.hero-copy { max-width: 46rem; }
.eyebrow {
  margin: 0 0 .7rem;
  color: var(--brass);
  font-size: .9rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}
.hero-copy h1, .subhero h1 {
  margin: 0;
  font-size: clamp(3rem, 8vw, 6.7rem);
  line-height: .98;
  max-width: 12ch;
}
.hero-copy p:not(.eyebrow), .subhero p:not(.eyebrow) {
  max-width: 42rem;
  margin: 1.3rem 0 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  color: #f4ead9;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.subhero {
  position: relative;
  min-height: 52vh;
  display: flex;
  align-items: end;
  padding: 9rem 0 4.5rem;
  color: var(--ivory);
  overflow: hidden;
}
.subhero h1 { max-width: 15ch; }
.subhero p:not(.eyebrow) { max-width: 46rem; }

.visit-panel-section { margin-top: -2rem; }
.visit-panel {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1.25fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem;
  border-radius: 8px;
  background: rgba(255,248,237,.94);
  border: 1px solid rgba(184,138,68,.35);
  box-shadow: 0 18px 45px rgba(36,22,18,.12);
}
.dark .visit-panel { background: rgba(36,22,18,.96); }
.visit-panel h2 { margin: 0; font-size: 1.35rem; color: var(--burgundy); }
.dark .visit-panel h2 { color: var(--ivory); }
.visit-panel p { margin: .1rem 0; color: #5d5149; font-size: .93rem; }
.dark .visit-panel p { color: #e6d6bc; }
.visit-links { display: flex; flex-direction: column; gap: .45rem; }
.visit-links a { color: var(--burgundy); font-weight: 800; }
.dark .visit-links a { color: var(--brass); }

.section-block { padding: 5.5rem 0; }
.section-block.warm { background: rgba(90,23,36,.07); border-block: 1px solid rgba(90,23,36,.08); }
.dark .section-block.warm { background: rgba(184,138,68,.06); border-color: rgba(184,138,68,.15); }
.section-intro { max-width: 45rem; margin-bottom: 2rem; }
.section-intro.compact { margin-bottom: 1.3rem; }
.section-intro h2, .band h2, .feature-copy h2, .story-grid h2, .location-card h2, .cta-panel h2 {
  margin: 0;
  color: var(--burgundy);
  font-size: clamp(2rem, 5vw, 3.7rem);
  line-height: 1.05;
}
.dark .section-intro h2, .dark .band h2, .dark .feature-copy h2, .dark .story-grid h2, .dark .location-card h2, .dark .cta-panel h2 { color: var(--ivory); }
.section-intro p:not(.eyebrow), .band p, .feature-copy p, .story-grid p, .location-card p, .cta-panel p {
  color: #5d5149;
  font-size: 1.02rem;
}
.dark .section-intro p:not(.eyebrow), .dark .band p, .dark .feature-copy p, .dark .story-grid p, .dark .location-card p, .dark .cta-panel p { color: #e6d6bc; }

.soft-card, .price-card, .contact-panel, .reservation-form, .menu-block, .location-card, .cta-panel {
  border: 1px solid rgba(90,23,36,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.58);
  box-shadow: 0 12px 32px rgba(36,22,18,.06);
}
.dark .soft-card, .dark .price-card, .dark .contact-panel, .dark .reservation-form, .dark .menu-block, .dark .location-card, .dark .cta-panel {
  border-color: rgba(184,138,68,.17);
  background: rgba(255,255,255,.035);
}
.soft-card {
  min-height: 13rem;
  padding: 1.3rem;
  transition: transform .25s ease, border-color .2s ease;
}
.soft-card:hover { transform: translateY(-3px); border-color: rgba(184,138,68,.8); }
.soft-card span, .event-label {
  display: inline-flex;
  width: fit-content;
  margin-bottom: .85rem;
  padding: .35rem .55rem;
  border-radius: 8px;
  background: rgba(36,72,56,.1);
  color: var(--forest);
  font-size: .8rem;
  font-weight: 800;
}
.dark .soft-card span, .dark .event-label { background: rgba(184,138,68,.13); color: #ddb66e; }
.soft-card h3 { margin: 0 0 .6rem; font-size: 1.28rem; color: var(--espresso); }
.dark .soft-card h3 { color: var(--ivory); }
.soft-card p { margin: 0 0 1rem; color: #66584f; }
.dark .soft-card p { color: #e2d2bb; }
.soft-card strong { color: var(--burgundy); font-size: 1.1rem; }
.dark .soft-card strong { color: var(--brass); }
.fine-note { margin-top: 1.2rem; color: #66584f; font-size: .95rem; }
.dark .fine-note { color: #decfb9; }

.band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: 8px;
  color: var(--ivory);
  background: var(--burgundy);
  border: 1px solid rgba(184,138,68,.5);
}
.band h2, .band p { color: var(--ivory); }
.band p { max-width: 48rem; }
.band .btn-solid { background: var(--ivory); color: var(--burgundy); }

.feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, .9fr);
  gap: 2rem;
  align-items: center;
}
.photo-frame {
  overflow: hidden;
  border-radius: 8px;
  min-height: 22rem;
  border: 1px solid rgba(184,138,68,.35);
  background: var(--espresso);
}
.photo-frame img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: 16 / 11; }
.feature-copy { padding: .5rem; }
.notice {
  padding: 1rem;
  border-left: 4px solid var(--brass);
  background: rgba(184,138,68,.12);
  border-radius: 8px;
  color: var(--espresso);
}
.dark .notice { color: var(--ivory); background: rgba(184,138,68,.1); }

.story-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 2rem;
}
.story-grid p { margin-top: 0; }
.price-grid, .program-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.program-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.price-card { padding: 1.2rem; min-height: 8rem; display: grid; align-content: center; }
.price-card strong { color: var(--burgundy); font-size: 1.6rem; font-family: Georgia, "Times New Roman", serif; }
.dark .price-card strong { color: var(--brass); }
.price-card span { color: #66584f; font-weight: 700; }
.dark .price-card span { color: #e2d2bb; }

.location-card, .cta-panel {
  padding: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
}
.cta-panel { text-align: left; }

.faq-list { display: grid; gap: .8rem; }
.faq-item {
  border: 1px solid rgba(90,23,36,.13);
  border-radius: 8px;
  background: rgba(255,255,255,.5);
  overflow: hidden;
}
.dark .faq-item { border-color: rgba(184,138,68,.17); background: rgba(255,255,255,.035); }
.faq-item summary {
  cursor: pointer;
  padding: 1rem 1.1rem;
  font-weight: 800;
  color: var(--espresso);
}
.dark .faq-item summary { color: var(--ivory); }
.faq-item p { margin: 0; padding: 0 1.1rem 1.1rem; color: #66584f; }
.dark .faq-item p { color: #e2d2bb; }

.menu-page { display: grid; gap: 1.4rem; }
.menu-block { padding: 1.5rem; scroll-margin-top: 7rem; }
.menu-block h2 { margin: 0 0 1rem; color: var(--burgundy); font-size: 2rem; }
.dark .menu-block h2 { color: var(--ivory); }
.menu-list { display: grid; gap: .8rem; }
.menu-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1rem;
  padding-bottom: .8rem;
  border-bottom: 1px solid rgba(90,23,36,.1);
}
.menu-list article:last-child { border-bottom: 0; padding-bottom: 0; }
.menu-list h3 { margin: 0; font-size: 1.1rem; color: var(--espresso); }
.dark .menu-list h3 { color: var(--ivory); }
.menu-list p { margin: .25rem 0 0; color: #66584f; }
.dark .menu-list p { color: #e2d2bb; }
.menu-list strong { white-space: nowrap; color: var(--burgundy); }
.dark .menu-list strong { color: var(--brass); }

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 1.5rem;
  align-items: start;
}
.contact-panel, .reservation-form { padding: 1.5rem; }
.contact-panel h2, .hours-list h3 { margin: 0 0 .8rem; color: var(--burgundy); font-size: 1.7rem; }
.dark .contact-panel h2, .dark .hours-list h3 { color: var(--ivory); }
.contact-panel p { color: #5d5149; }
.dark .contact-panel p { color: #e6d6bc; }
.hours-list { margin-top: 1.5rem; border-top: 1px solid rgba(90,23,36,.12); padding-top: 1rem; }
.hours-list p { display: flex; justify-content: space-between; gap: 1rem; margin: .45rem 0; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.form-wide { grid-column: 1 / -1; }
.reservation-form label { display: grid; gap: .35rem; color: var(--espresso); font-weight: 750; }
.dark .reservation-form label { color: var(--ivory); }
.form-control {
  width: 100%;
  min-height: 2.85rem;
  border: 1px solid rgba(90,23,36,.22);
  border-radius: 8px;
  padding: .72rem .85rem;
  background: rgba(255,255,255,.75);
  color: var(--espresso);
}
.dark .form-control { background: rgba(255,255,255,.06); color: var(--ivory); border-color: rgba(184,138,68,.25); }
textarea.form-control { resize: vertical; }
.form-control:focus, button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid rgba(184,138,68,.5);
  outline-offset: 3px;
}
.check-row { display: flex !important; grid-template-columns: auto 1fr; gap: .7rem; align-items: start; margin-top: 1rem; font-weight: 650 !important; }
.check-row input { margin-top: .28rem; }
.check-row a { color: var(--burgundy); text-decoration: underline; }
.dark .check-row a { color: var(--brass); }
.form-note { margin-top: 1rem; color: #66584f; font-size: .95rem; }
.dark .form-note { color: #e2d2bb; }
.form-feedback {
  min-height: 0;
  margin: 1rem 0;
  color: var(--burgundy);
  font-weight: 750;
}
.dark .form-feedback { color: var(--brass); }
.form-feedback a { text-decoration: underline; }

.legal-page h2 {
  margin: 2rem 0 .6rem;
  color: var(--burgundy);
  font-size: 1.7rem;
}
.dark .legal-page h2 { color: var(--ivory); }
.legal-page p { color: #5d5149; margin: .45rem 0; }
.dark .legal-page p { color: #e6d6bc; }
.legal-page a { text-decoration: underline; color: var(--burgundy); }
.dark .legal-page a { color: var(--brass); }

.site-footer {
  background: var(--espresso);
  color: var(--ivory);
  border-top: 1px solid rgba(184,138,68,.3);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr .9fr .9fr;
  gap: 2rem;
}
.footer-brand { display: inline-block; margin-bottom: .8rem; font-size: 1.45rem; font-weight: 700; color: var(--ivory); }
.site-footer h2 { margin: 0 0 .75rem; color: var(--brass); font-size: 1rem; font-family: system-ui, "Segoe UI", Arial, sans-serif; }
.site-footer p, .site-footer a { display: block; margin: .3rem 0; color: #e7d8bf; font-size: .95rem; }
.site-footer a:hover { color: var(--brass); }
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem 1.15rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(184,138,68,.2);
}
.footer-legal a { font-weight: 750; }
.footer-note {
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(184,138,68,.16);
}
.footer-note p { margin: .25rem 0; font-size: .88rem; color: #decfb9; }
.footer-bottom { margin-top: 1.4rem; color: #c8b691; font-size: .9rem; }

.mobile-action-bar {
  position: fixed;
  left: .75rem;
  right: .75rem;
  bottom: .75rem;
  z-index: 60;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  padding: .55rem;
  border-radius: 8px;
  background: rgba(36,22,18,.92);
  border: 1px solid rgba(184,138,68,.45);
  box-shadow: 0 14px 40px rgba(0,0,0,.25);
}
.mobile-action-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  border-radius: 8px;
  background: var(--ivory);
  color: var(--burgundy);
  font-weight: 850;
}
.mobile-action-bar a:last-child { background: var(--brass); color: var(--espresso); }

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 70;
  max-width: 52rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 1rem;
  border-radius: 8px;
  background: rgba(255,248,237,.98);
  color: var(--espresso);
  border: 1px solid rgba(184,138,68,.55);
  box-shadow: 0 18px 50px rgba(36,22,18,.22);
}
.cookie-banner.is-hidden { display: none; }
.cookie-banner p { margin: 0; font-size: .92rem; }
.cookie-banner a { color: var(--burgundy); text-decoration: underline; font-weight: 750; }
.cookie-banner div { display: flex; gap: .55rem; }
.cookie-banner button {
  min-height: 2.4rem;
  border-radius: 8px;
  border: 1px solid rgba(90,23,36,.2);
  padding: .55rem .75rem;
  font-weight: 800;
}
.cookie-banner button:last-child { background: var(--burgundy); color: var(--ivory); border-color: var(--brass); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .55s ease, transform .55s ease; }
.reveal.in { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; }
.d2 { transition-delay: .16s; }
.d3 { transition-delay: .24s; }
.d4 { transition-delay: .32s; }

@media (max-width: 1023px) {
  .visit-panel, .feature-grid, .story-grid, .contact-grid, .location-card, .cta-panel, .band, .footer-grid {
    grid-template-columns: 1fr;
  }
  .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .program-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  body { padding-bottom: 4.9rem; }
  .home-hero { min-height: 78vh; padding-top: 7rem; }
  .hero-copy h1, .subhero h1 { font-size: 3rem; }
  .section-block { padding: 4rem 0; }
  .visit-panel-section { margin-top: 0; }
  .visit-panel { margin-top: 1rem; }
  .program-grid, .price-grid, .form-grid { grid-template-columns: 1fr; }
  .photo-frame { min-height: 17rem; }
  .menu-list article { grid-template-columns: 1fr; }
  .footer-grid { gap: 1.3rem; }
  .mobile-action-bar { display: grid; }
  .cookie-banner { grid-template-columns: 1fr; bottom: 5.7rem; }
  .cookie-banner div { justify-content: stretch; }
  .cookie-banner button { flex: 1; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}

/* =========================================================
   DISABLE REVEAL / MOTION
   Keep content permanently visible
   ========================================================= */

/* Все reveal-блоки сразу видимы */
.reveal,
.reveal.in {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

/* Убираем задержки появления */
.d1,
.d2,
.d3,
.d4 {
  transition-delay: 0s !important;
}

/* Карточки больше не подпрыгивают */
.soft-card,
.soft-card:hover {
  transform: none !important;
}

/* Кнопка не подпрыгивает */
.btn-solid,
.btn-solid:hover {
  transform: none !important;
}

/* Убираем shimmer-проезд */
.shimmer::after,
.shimmer:hover::after {
  transition: none !important;
  left: 140% !important;
}

/* Ссылки меню без анимации подчёркивания */
.nl::after {
  transition: none !important;
}

/* Плавная смена темы отключена */
body {
  transition: none !important;
}

.reveal {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
}

.reveal.in {
  opacity: 1;
  transform: none;
}

.d1,
.d2,
.d3,
.d4 {
  transition-delay: 0s;
}

/* =========================================================
   FIX INDEX HERO + DISABLE REVEAL ANIMATIONS
   ========================================================= */

/* КРИТИЧЕСКИ ВАЖНО:
   фон hero должен позиционироваться внутри hero,
   а не относительно всей страницы */
.home-hero {
  position: relative !important;
}

/* Слои hero */
.home-hero > img {
  z-index: 0;
}

.home-hero .hero-shade {
  z-index: 1;
}

.home-hero .hero-copy {
  position: relative;
  z-index: 2;
}


/* =========================================================
   REVEAL OFF
   Все блоки сразу видимы
   ========================================================= */

.reveal,
.reveal.in {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
  animation: none !important;
}

.d1,
.d2,
.d3,
.d4 {
  transition-delay: 0s !important;
}


/* =========================================================
   OPTIONAL MOTION OFF
   ========================================================= */

/* Карточки не подпрыгивают */
.soft-card,
.soft-card:hover {
  transform: none !important;
  transition: none !important;
}

/* Кнопки не подпрыгивают */
.btn-solid,
.btn-solid:hover,
.btn-ghost,
.btn-ghost:hover {
  transform: none !important;
}

/* Убираем shimmer-блик */
.shimmer::after {
  display: none !important;
}

/* Подчёркивание меню появляется сразу */
.nl::after {
  transition: none !important;
}

/* Без плавной смены темы */
body {
  transition: none !important;
}

/* =========================================================
   FIX VISIT PANEL OVER HERO
   ========================================================= */

.home-hero {
  position: relative;
  z-index: 1;
}

.visit-panel-section {
  position: relative;
  z-index: 10;
  margin-top: -2rem;
}

.visit-panel {
  position: relative;
  z-index: 11;
}

/* Чтобы следующий блок не прилипал к карточке */
.visit-panel-section + .section-block {
  padding-top: 5.5rem;
}