/* =========================
   ГЛАВНАЯ СТРАНИЦА BLOCK812
   ========================= */

/* общий контейнер шапки */
.header {
  padding: 22px 28px !important;
  border-radius: 28px !important;
}

/* логотип слева */
.brand-mark {
  width: 72px !important;
  height: 72px !important;
  border-radius: 20px !important;
}

/* название BLOCK812 */
.brand-title {
  font-size: 2.2rem !important;
  line-height: 1 !important;
}

/* подпись под названием */
.brand-subtitle {
  font-size: 1.05rem !important;
  line-height: 1.2 !important;
}

/* меню и кнопки в шапке */
.header,
.nav {
  align-items: center !important;
}

.nav {
  gap: 10px !important;
}

/* основное меню */
.nav a {
  font-size: 1rem !important;
}

/* блок вход / регистрация */
.nav-auth {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  margin-top: 4px !important;
}

/* вход */
.nav-auth a:first-child,
.auth-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: rgba(255,255,255,0.06) !important;
  border: 1px solid rgba(255,255,255,0.10) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* регистрация */
.nav-auth a:last-child,
.auth-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 38px !important;
  padding: 0 18px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, #ff4d6d 0%, #ff4fd8 55%, #72e6ff 100%) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 0 18px rgba(255, 79, 216, 0.18) !important;
}

/* hero блок */
.hero {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
  gap: 20px !important;
  align-items: center !important;
}

/* уменьшить главный текст в разы */
.hero h1 {
  font-size: 3.2rem !important;
  line-height: 1.02 !important;
  max-width: 560px !important;
  margin-bottom: 18px !important;
}

.hero h1 span {
  display: inline !important;
}

.eyebrow {
  font-size: 0.95rem !important;
  margin-bottom: 10px !important;
}

.lead {
  font-size: 1rem !important;
  line-height: 1.45 !important;
  max-width: 560px !important;
  margin-top: 10px !important;
  margin-bottom: 18px !important;
}

/* кнопки под заголовком */
.hero-actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
}

.hero-actions .btn,
.hero-actions a {
  min-height: 44px !important;
  padding: 10px 18px !important;
  font-size: 0.95rem !important;
  border-radius: 999px !important;
}

/* =========================
   ПРАВЫЙ НЕОНОВЫЙ БЛОК
   ========================= */

.hero-panel {
  position: relative !important;
  min-height: 540px !important;
  border-radius: 34px !important;
  padding: 28px !important;
  overflow: hidden !important;
  background: rgba(10, 14, 24, 0.28) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.05),
    0 0 35px rgba(120, 110, 255, 0.10) !important;
}

/* сетка внутри */
.orbit {
  position: absolute !important;
  top: 56px !important;
  left: 62px !important;
  right: 62px !important;
  bottom: 56px !important;
  border-radius: 28px !important;
  background:
    linear-gradient(rgba(255,255,255,0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px) !important;
  background-size: 34px 34px !important;
  box-shadow:
    0 0 24px rgba(80, 120, 255, 0.18),
    0 0 50px rgba(255, 70, 170, 0.10) !important;
}

/* карточки service shop tattoo */
.pill {
  position: absolute !important;
  z-index: 2 !important;
  width: 250px !important;
  min-height: 120px !important;
  padding: 18px 18px !important;
  border-radius: 24px !important;
  background: rgba(11, 16, 30, 0.96) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 0 18px rgba(90, 120, 255, 0.18) !important;
}

.pill strong {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
  letter-spacing: 0.5px !important;
}

.pill p {
  margin: 0 !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
}

/* аккуратное расположение без налезания */
.p1 {
  top: 92px !important;
  left: 88px !important;
}

.p2 {
  top: 255px !important;
  right: 86px !important;
}

.p3 {
  top: 360px !important;
  left: 118px !important;
  width: 220px !important;
}

/* =========================
   ГАЛЕРЕЯ / ФОТО
   ========================= */

.about-block812 {
  margin-top: 24px !important;
}

/* трек галереи */
.about-block812-scroll,
#galleryTrack,
.gallery-track {
  align-items: stretch !important;
}

/* карточка фото */
.about-photo-card {
  min-width: 320px !important;
  width: 320px !important;
  height: 420px !important;
  border-radius: 24px !important;
  overflow: hidden !important;
  background: #0b1020 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 16px !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 0 18px rgba(90, 120, 255, 0.16) !important;
}

/* само фото */
.about-photo-card img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
  border-radius: 16px !important;
  background: #0b1020 !important;
}

/* стрелки галереи */
.about-gallery-btn {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
}

/* текст под галереей */
.about-block812 p,
.section p {
  line-height: 1.45 !important;
}

/* =========================
   АДАПТИВ
   ========================= */

@media (max-width: 1100px) {
  .hero {
    grid-template-columns: 1fr !important;
  }

  .hero h1 {
    font-size: 2.4rem !important;
    max-width: 100% !important;
  }

  .hero-panel {
    min-height: 500px !important;
    margin-top: 16px !important;
  }

  .p1 {
    top: 70px !important;
    left: 44px !important;
  }

  .p2 {
    top: 220px !important;
    right: 40px !important;
  }

  .p3 {
    top: 330px !important;
    left: 70px !important;
  }

  .about-photo-card {
    min-width: 260px !important;
    width: 260px !important;
    height: 360px !important;
  }
}

@media (max-width: 768px) {
  .header {
    padding: 18px !important;
  }

  .brand-title {
    font-size: 1.6rem !important;
  }

  .brand-subtitle {
    font-size: 0.9rem !important;
  }

  .hero h1 {
    font-size: 2rem !important;
  }

  .hero-panel {
    min-height: 640px !important;
  }

  .orbit {
    top: 28px !important;
    left: 22px !important;
    right: 22px !important;
    bottom: 22px !important;
  }

  .pill,
  .p1,
  .p2,
  .p3 {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    margin-bottom: 14px !important;
  }

   .p2 {
      top: 275px !important;
      right: 72px !important;
   }

  .hero-panel {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  .about-photo-card {
    min-width: 220px !important;
    width: 220px !important;
    height: 300px !important;
    padding: 12px !important;
  }
}
/* УБИРАЕМ ЛИШНИЕ ОТСТУПЫ СВЕРХУ */
.header {
  margin-bottom: 6px !important;
}

/* HERO БЛОК ПОДНИМАЕМ ВВЕРХ */
.hero {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 40 !important;
  margin-bottom: 16px !important;
  min-height: auto !important;
  align-items: start !important;
}
/* БЛОК "О BLOCK812" ПОДНИМАЕМ */
.hero.section {
  gap: 24px !important;
}
.section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
/* ЕСЛИ ЕЩЁ ЕСТЬ ОТСТУП — ДОЖИМАЕМ */
.container {
  padding-top: 20px !important;
}

.footer-block812 {
  margin-top: 80px;
  padding: 40px 16px 48px;
  width: 100%;
   margin-left: 0;
}

.footer-block812__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 28px;
  align-items: stretch;
}

  padding: 34px;
  border-radius: 36px;

  background:
    radial-gradient(circle at 20% 20%, rgba(255,79,216,0.12), transparent 30%),
    radial-gradient(circle at 80% 30%, rgba(114,230,255,0.12), transparent 30%),
    linear-gradient(180deg, rgba(18,22,38,0.96), rgba(10,12,22,0.96));

  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 40px rgba(114,230,255,0.08),
    0 0 40px rgba(255,79,216,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.02);
}

.footer-block812__left,
.footer-block812__center,
.footer-block812__right {
  min-width: 0;
  width: 100%;
  padding: 24px 20px;
  border-radius: 28px;
  background: rgba(14, 18, 30, 0.72);
  border: 1px solid rgba(255,255,255,0.06);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.02),
    0 0 18px rgba(114,230,255,0.06);
}

.footer-block812__left {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
}

.footer-block812__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}

.footer-block812__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
   width: 100%
}

.footer-city {
  font-size: 1.35rem;
  font-weight: 800;
  white-space: nowrap;
  color: #fff;
}

.footer-line,
.footer-map-link,
.footer-block812__right a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 14px 18px;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;

  background:
    linear-gradient(180deg, rgba(28,33,54,0.90), rgba(20,24,39,0.96));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 16px rgba(255,79,216,0.08),
    0 0 16px rgba(114,230,255,0.08);
  transition: 0.2s ease;
}

.footer-line:hover,
.footer-map-link:hover,
.footer-block812__right a:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 20px rgba(255,79,216,0.12),
    0 0 20px rgba(114,230,255,0.12);
}

.footer-logo-wrap {
  width: 100%;
  max-width: 320px;
  padding: 18px 26px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,77,109,0.22), rgba(255,79,216,0.18), rgba(114,230,255,0.22));
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    0 0 22px rgba(255,79,216,0.14),
    0 0 22px rgba(114,230,255,0.14);
}

.footer-logo {
  font-size: 2.3rem;
  font-weight: 900;
  letter-spacing: 2px;
  color: #fff;
}

.footer-socials {
  display: flex;
  gap: 14px;
}

.footer-socials a {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(28,33,54,0.90), rgba(20,24,39,0.96));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 16px rgba(255,79,216,0.08),
    0 0 16px rgba(114,230,255,0.08);
}

.footer-socials svg,
.footer-map-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 1200px) {
  .footer-block812__inner {
    grid-template-columns: 1fr;
  }
}

.p1 {
  top: 78px !important;
  left: 82px !important;
  width: 250px !important;
}

.p2 {
  top: 250px !important;
  right: 78px !important;
  width: 250px !important;
}

.p3 {
  top: 360px !important;
  left: 118px !important;
  width: 220px !important;
}
.pill {
  position: absolute !important;
  z-index: 2 !important;
  min-height: 118px !important;
  padding: 18px 18px !important;
  border-radius: 24px !important;
  background: rgba(11, 16, 30, 0.96) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    0 0 18px rgba(90, 120, 255, 0.18) !important;
}

.pill strong {
  display: block !important;
  margin-bottom: 10px !important;
  font-size: 1.2rem !important;
  line-height: 1 !important;
}

.pill p {
  margin: 0 !important;
  font-size: 0.84rem !important;
  line-height: 1.38 !important;
}
.gallery-card {
  width: 260px !important;
  height: 360px !important;
}
.gallery-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
}

.gallery-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(135deg, #ff3c7a, #a855ff);
  -webkit-mask: 
    linear-gradient(#000 0 0) content-box, 
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;.footer-block812__right a {
  display: flex;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 16px 20px;
  border-radius: 24px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.35;

  background: linear-gradient(180deg, rgba(28,33,54,0.90), rgba(20,24,39,0.96));
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow:
    0 0 16px rgba(255,79,216,0.08),
    0 0 16px rgba(114,230,255,0.08);
}
}
.gallery-card {
  box-shadow:
    0 0 12px rgba(255, 60, 122, 0.35),
    0 0 24px rgba(168, 85, 255, 0.25);
}
.footer-block812__right {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: stretch;
  width: 100%;
}
/* ===== ГАЛЕРЕЯ BLOCK812 ===== */

.about-photo-card {
  position: relative !important;
  min-width: 360px !important;
  width: 360px !important;
  height: 480px !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  background: #0b1020 !important;
  padding: 0px !important;
  box-sizing: border-box !important;
  box-shadow:
    0 0 14px rgba(255, 60, 122, 0.18),
    0 0 22px rgba(168, 85, 255, 0.14) !important;
}

/* неоновая рамка */
.about-photo-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 22px !important;
  padding: 6px !important;
  background: linear-gradient(135deg, #ff3c7a, #a855ff) !important;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
   overflow: hidden;
}

/* фото снова с аккуратной обрезкой */
.about-photo-card img {
   width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  border-radius: 16px !important;
  background: #0b1020 !important;
   display: block;
}

/* ===== LIGHTBOX ===== */

.lightbox {
  position: absolute !important;
  inset: 0 !important;
  z-index: 99999 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(5, 8, 18, 0.88) !important;
  backdrop-filter: blur(8px) !important;
}

.lightbox.open {
  display: flex !important;
}

.lightbox-img {
  max-width: 90vw !important;
  max-height: 88vh !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 18px !important;
  box-shadow:
    0 0 20px rgba(255, 60, 122, 0.20),
    0 0 32px rgba(168, 85, 255, 0.18) !important;
}

.lightbox-close {
  position: absolute !important;
  top: 24px !important;
  right: 28px !important;
  font-size: 34px !important;
  line-height: 1 !important;
  color: #fff !important;
  cursor: pointer !important;
  z-index: 100000 !important;
}
@media screen and (max-width: 768px) {
  .header {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .nav {
    display: none !important;
    width: 100% !important;
  }

  .nav-links,
  .nav-auth {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .nav-auth {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255,255,255,0.16) !important;
  }

  .nav-auth .auth-link,
  .nav-auth .auth-btn {
    width: 100% !important;
    justify-content: center !important;
  }

  .menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin-left: auto !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 32px !important;
  }

  .header.mobile-open .nav {
    display: block !important;
    margin-top: 16px !important;
  }
}

@media screen and (min-width: 769px) {
  .menu-btn {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px !important;
    height: 44px !important;
    margin-left: auto !important;
    background: transparent !important;
    border: none !important;
    color: #fff !important;
    font-size: 32px !important;
    z-index: 20 !important;
  }

  .header {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .brand {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .nav {
    display: none !important;
    width: 100% !important;
  }

  .header.mobile-open .nav {
    display: block !important;
    margin-top: 16px !important;
  }

  .nav-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
  }

  .nav-auth {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255,255,255,0.16) !important;
  }

  .nav-auth .auth-link,
  .nav-auth .auth-btn {
    width: 100% !important;
    justify-content: center !important;
  }
}
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: auto;
}

.page-transition.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (min-width: 769px) {

  /* 1) SERVICE / SHOP / TATTOO — крупнее сетка и лучше раскладка */
  .hero-panel {
    min-height: 560px !important;
    padding: 24px !important;
  }

  .orbit {
    top: 44px !important;
    left: 44px !important;
    right: 44px !important;
    bottom: 44px !important;
    background-size: 44px 44px !important;
    border-radius: 30px !important;
  }

  .pill {
    min-height: 122px !important;
    padding: 20px 22px !important;
    border-radius: 24px !important;
  }

  .pill strong {
    font-size: 1.28rem !important;
  }

  .pill p {
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
  }

  .p1 {
    top: 78px !important;
    left: 74px !important;
    width: 270px !important;
  }

  .p2 {
    top: 264px !important;
    right: 58px !important;
    width: 300px !important;
  }

  .p3 {
    top: 386px !important;
    left: 126px !important;
    width: 250px !important;
  }

  /* 2) Фото — рамка меньше, фото не трогаем */
  .about-photo-card {
    min-width: 360px !important;
    width: 360px !important;
    height: 480px !important;
    padding: 0 !important;
    border-radius: 20px !important;
  }

  .about-photo-card::before {
    inset: 0 !important;
    padding: 4px !important;
    border-radius: 20px !important;
  }

  .about-photo-card img {
    border-radius: 14px !important;
  }

  /* 3) Меньше отступ под галереей */
  .about-gallery-wrap {
    margin-bottom: 18px !important;
  }

  .for-whom {
    margin-top: 22px !important;
    padding-top: 0 !important;
  }

  /* 4) Меньше отступ между CTA и футером */
  .cta-final {
    padding-bottom: 18px !important;
    margin-bottom: 8px !important;
  }

  .footer-block812 {
    margin-top: 24px !important;
  }

  /* 5) Санкт-Петербург — стильнее */
  .footer-city {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 1.16rem !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    color: #f4f7ff !important;
    text-shadow:
      0 0 10px rgba(114,230,255,0.18),
      0 0 16px rgba(255,79,216,0.12) !important;
  }

  /* 6) BLOCK812 в футере — дороже и интереснее */
  .footer-logo-wrap {
    max-width: 340px !important;
    padding: 20px 30px !important;
    background: linear-gradient(
      90deg,
      rgba(255,77,109,0.28),
      rgba(255,79,216,0.22),
      rgba(114,230,255,0.28)
    ) !important;
    box-shadow:
      0 0 28px rgba(255,79,216,0.18),
      0 0 28px rgba(114,230,255,0.18) !important;
  }

  .footer-logo {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 2.15rem !important;
    font-weight: 800 !important;
    letter-spacing: 3px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow:
      0 0 12px rgba(255,255,255,0.14),
      0 0 18px rgba(114,230,255,0.16),
      0 0 18px rgba(255,79,216,0.12) !important;
  }
}
@media screen and (min-width: 769px) {

  /* 1) SERVICE / SHOP / TATTOO */
  .p2 {
    top: 222px !important;
    right: 70px !important;
    width: 300px !important;
  }

  .p3 {
    top: 365px !important;
    left: 118px !important;
    width: 250px !important;
  }

  /* 2) Рамка ближе к фото */
  .about-photo-card {
    border-radius: 20px !important;
  }

  .about-photo-card::before {
    padding: 3px !important;
    border-radius: 20px !important;
  }

  .about-photo-card img {
    border-radius: 18px !important;
  }

  /* 3) Меньше отступ после фото */
  .about-gallery-wrap {
    margin-bottom: 6px !important;
  }

  .for-whom {
    margin-top: 6px !important;
    padding-top: 0 !important;
  }

  /* 4) Меньше расстояние перед футером */
  .cta-final {
    margin-bottom: -18px !important;
    padding-bottom: 0 !important;
  }

  .footer-block812 {
    margin-top: 6px !important;
  }

  /* 5) Санкт-Петербург */
  .footer-city {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 1.28rem !important;
    font-weight: 800 !important;
    letter-spacing: 1.6px !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    text-shadow:
      0 0 10px rgba(114,230,255,0.22),
      0 0 20px rgba(255,79,216,0.16) !important;
  }

  /* 6) BLOCK812 в футере */
  .footer-logo-wrap {
    max-width: 360px !important;
    padding: 22px 34px !important;
    border-radius: 28px !important;
    background:
      linear-gradient(135deg,
        rgba(255,77,109,0.30),
        rgba(255,79,216,0.22),
        rgba(114,230,255,0.30)) !important;
    box-shadow:
      0 0 18px rgba(255,79,216,0.16),
      0 0 26px rgba(114,230,255,0.16) !important;
  }

  .footer-logo {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 2rem !important;
    font-weight: 800 !important;
    letter-spacing: 4px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    text-shadow:
      0 0 8px rgba(255,255,255,0.15),
      0 0 18px rgba(114,230,255,0.18),
      0 0 18px rgba(255,79,216,0.14) !important;
  }
}
@media screen and (min-width: 769px) {

  /* 1) РАМКИ ПОД ФОТО */
  .about-photo-card {
    min-width: 360px !important;
    width: 360px !important;
    height: 385px !important;
    padding: 0 !important;
    border-radius: 18px !important;
    background: transparent !important;
  }

  .about-photo-card::before {
    inset: 0 !important;
    padding: 2px !important;
    border-radius: 18px !important;
  }

  .about-photo-card img {
    width: calc(100% - 4px) !important;
    height: calc(100% - 4px) !important;
    margin: 2px !important;
    border-radius: 16px !important;
    object-fit: cover !important;
  }

  /* 2) МЕНЬШЕ ОТСТУП ПОСЛЕ ФОТО */
  .about-block812 {
    margin-bottom: 6px !important;
  }

  .about-gallery-wrap {
    margin-bottom: 0 !important;
  }

  .for-whom {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  /* 3) САНКТ-ПЕТЕРБУРГ */
  .footer-city {
    font-family: 'Inter', sans-serif !important;
    font-size: 1.18rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #f5f7ff !important;
    opacity: 0.95 !important;
    text-shadow:
      0 0 8px rgba(114,230,255,0.16),
      0 0 14px rgba(255,79,216,0.10) !important;
  }

  /* 4) УБИРАЕМ ОВАЛ У ЛОГОТИПА */
  .footer-logo-wrap {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    max-width: none !important;
    border-radius: 0 !important;
  }

  /* 5) BLOCK812 БОЛЕЕ ДЕРЗКИЙ */
  .footer-logo {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 2.35rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    display: inline-block !important;
    transform: skewX(-8deg) !important;
    text-shadow:
      0 0 6px rgba(255,255,255,0.10),
      0 0 14px rgba(255,79,216,0.22),
      0 0 20px rgba(114,230,255,0.18) !important;
    position: relative !important;
  }

  /* имитация потеков */
  .footer-logo::after {
    content: "BLOCK812" !important;
    position: absolute !important;
    left: 0 !important;
    top: 10px !important;
    z-index: -1 !important;
    opacity: 0.18 !important;
    filter: blur(2px) !important;
    transform: scaleY(1.18) skewX(-8deg) !important;
    background: linear-gradient(180deg, rgba(255,79,216,0.45), rgba(114,230,255,0.08)) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }
}
@media screen and (min-width: 769px) {

  .about-photo-card {
    padding: 0 !important;
    border: none !important;
    background: none !important;
    box-shadow: none !important;
  }

  .about-photo-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    border: 2px solid rgba(255, 100, 200, 0.6); /* твоя неоновая рамка */
    box-shadow: 0 0 12px rgba(255, 100, 200, 0.6);
  }
}
@media screen and (min-width: 769px) {

  .about {
    margin-bottom: 40px !important; /* было ~80+ */
  }

  .about-text {
    margin-top: 20px !important;
  }
}

.footer-city {
  font-family: 'Orbitron', sans-serif !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8be9ff;
  text-shadow: 0 0 6px rgba(139, 233, 255, 0.6);
}
@media screen and (min-width: 769px) {
  .about-photo-card {
    padding: 0 !important;
    border-radius: 20px !important;
  }

  .about-photo-card::before {
    padding: 2px !important;
    border-radius: 20px !important;
  }

  .about-photo-card img {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 18px !important;
    object-fit: cover !important;
  }
}
@media screen and (min-width: 769px) {
  .section:has(.about-gallery-wrap) {
    margin-bottom: 18px !important;
    padding-bottom: 0 !important;
  }

  .about-block812 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .about-gallery-wrap {
    margin-bottom: 0 !important;
  }

  .for-whom {
    margin-top: 2px !important;
    padding-top: 0 !important;
  }
}
@media screen and (min-width: 769px) {
  .footer-city {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 1.22rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    color: #9ff3ff !important;
    text-shadow:
      0 0 10px rgba(114,230,255,0.28),
      0 0 18px rgba(255,79,216,0.12) !important;
  }
}
@media screen and (min-width: 769px) {
  .footer-block812 .footer-city {
    font-family: 'Orbitron', sans-serif !important;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #9ff3ff !important;
    text-shadow:
      0 0 10px rgba(114,230,255,0.30),
      0 0 18px rgba(255,79,216,0.16) !important;
  }
}
/* Юридические ссылки в футере — красиво и аккуратно */
.footer-legal {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-legal__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
}

.footer-legal__inner a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  transition: color 0.2s;
}

.footer-legal__inner a:hover {
  color: #ff4fd8;
  text-shadow: 0 0 6px rgba(255,79,216,0.5);
}

.footer-copyright {
  color: rgba(255,255,255,0.4);
  font-size: 0.8rem;
  margin-left: 8px;
}

@media (max-width: 768px) {
  .footer-legal__inner {
    flex-direction: column;
    gap: 12px;
    text-align: center;
  }
  .footer-copyright {
    margin-left: 0;
    margin-top: 8px;
  }
}
/* Юридический блок — красиво на телефоне */
@media (max-width: 768px) {
  .footer-legal {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
    text-align: center !important;
  }
  .footer-legal a,
  .footer-legal span {
    display: block !important;
    width: auto !important;
  }
}
