/* ══ locations.css ══ */


    /* ── ТЁМНАЯ ТЕМА КАК В КЕЙСАХ ── */
    body { background: #13101e; color: rgba(248,247,244,.85); }

    /* ── HERO ── */
    .loc-hero { background: var(--deep-purple); padding: 48px 0 56px; border-bottom: 1px solid rgba(255,255,255,.06); }
    .loc-hero-inner { display: grid; grid-template-columns: 1.35fr 0.65fr; gap: 80px; align-items: start; padding-bottom: 0; }
    .loc-hero-left { min-width: 0; }
    .loc-hero-title {
      font-family: var(--F);
      font-size: clamp(32px, 3.2vw, 44px);
      font-weight: 900;
      color: #fff;
      line-height: 1.12;
      margin-bottom: 20px;
      hyphens: none;
      overflow-wrap: normal;
      word-break: normal;
    }
    .loc-hero-title-line2 {
      white-space: nowrap;
    }
    .loc-hero-sub { font-size: 20px; color: rgba(248,247,244,.6); line-height: 1.75; margin-bottom: 40px; max-width: 520px; hyphens: none; overflow-wrap: normal; word-break: normal; }
    .loc-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; align-items: stretch; margin-top: 8px; }
    .lhb-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: var(--B);
      font-size: 12px;
      letter-spacing: .1em;
      text-transform: uppercase;
      background: var(--accent);
      color: #fff;
      padding: 15px 32px;
      border: none;
      cursor: pointer;
      transition: background var(--ease);
      text-decoration: none;
      box-sizing: border-box;
    }
    .lhb-primary:hover { background: #6a4f94; }
    .lhb-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-family: var(--B);
      font-size: 12px;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: rgba(248,247,244,.75);
      padding: 14px 32px;
      border: 1px solid rgba(255,255,255,.2);
      background: none;
      cursor: pointer;
      transition: var(--ease);
      box-sizing: border-box;
    }
    .lhb-secondary:hover { border-color: rgba(255,255,255,.6); color: #fff; }

    /* ── Коллаж в hero ── */
    .loc-collage-wrap {
      position: relative;
      width: 100%;
      height: 450px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: repeat(2, 1fr);
      gap: 4px;
      border-radius: 4px;
      overflow: hidden;
    }
    .loc-collage-item {
      position: relative;
      overflow: hidden;
      background: rgba(255,255,255,.04);
      min-height: 0;
      display: block;
      text-decoration: none;
      color: inherit;
    }
    .loc-collage-item img { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .6s ease; }
    .loc-collage-item:hover img { transform: scale(1.03); }
    .loc-collage-item--sochi img { object-position: 58% 42%; }
    .loc-collage-item--polyana img { object-position: center 24%; }
    .loc-collage-item--crimea img { object-position: center 32%; }
    .loc-collage-item--dombay img { object-position: center 48%; }
    .loc-collage-item--arkhyz img { object-position: center 28%; }
    .loc-collage-item--dominicana img { object-position: center 36%; }
    .loc-collage-item .lci-label {
      position: absolute;
      bottom: 10px;
      left: 12px;
      font-family: var(--B);
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: .15em;
      color: rgba(248,247,244,.9);
      background: rgba(15,12,28,.65);
      padding: 4px 10px;
      backdrop-filter: blur(4px);
    }
    .loc-collage-item .lci-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(15,12,28,.55) 0%, transparent 60%); }

    /* ── ИНТЕРАКТИВНАЯ КАРТА ── */
    .loc-map-wrap { position: relative; height: 360px; }
    .loc-map-svg { width: 100%; height: 100%; }
    .map-point { cursor: pointer; }
    .map-dot { fill: var(--accent); transition: r .3s, fill .3s; }
    .map-dot-ring { fill: none; stroke: var(--accent); stroke-width: 1.5; opacity: 0; transition: opacity .3s, r .3s; }
    .map-point:hover .map-dot { fill: var(--sand); r: 7; }
    .map-point:hover .map-dot-ring { opacity: .4; r: 14; }
    .map-point:hover .map-tooltip { opacity: 1; transform: translateY(0); }
    .map-tooltip {
      opacity: 0; transform: translateY(4px);
      transition: opacity .3s, transform .3s;
      pointer-events: none;
    }
    .map-tooltip-bg { fill: rgba(30,21,48,.95); rx: 4; }
    .map-tooltip-text { font-family: sans-serif; font-size: 11px; fill: #fff; font-weight: 600; }
    .map-tooltip-sub { font-family: sans-serif; font-size: 9px; fill: rgba(201,185,154,.8); }
    .map-line { stroke: rgba(123,94,167,.25); stroke-width: 1; stroke-dasharray: 3 4; }

    /* ── СЕКЦИИ ЛОКАЦИЙ ── */
    .b-loc-section { padding: 72px 0; border-bottom: 1px solid rgba(255,255,255,.05); }
    .b-loc-section:nth-child(odd) { background: #1a1528; }
    .b-loc-section:nth-child(even) { background: #13101e; }
    .loc-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
    .loc-wrap.reverse { direction: rtl; }
    .loc-wrap.reverse > * { direction: ltr; }
    .loc-photo-wrap {
      position: relative;
      width: 100%;
      height: auto;
      aspect-ratio: 3 / 2;
      max-height: 520px;
      overflow: hidden;
      background: #100d18;
    }
    .loc-photo-wrap.loc-photo--portrait {
      aspect-ratio: 4 / 5;
      max-height: 560px;
    }
    .loc-photo-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      transition: transform .7s ease;
    }
    .loc-photo-wrap:hover img { transform: scale(1.02); }
    .loc-photo--sochi img { object-position: center 40%; }
    .loc-photo--polyana img { object-position: center 26%; }
    .loc-photo--crimea img { object-position: center 32%; }
    .loc-photo--dombay img { object-position: center 40%; }
    .loc-photo--kavkaz img { object-position: center 28%; }
    .loc-photo--dominicana img { object-position: center 32%; }
    .loc-badge {
      display: inline-block; font-family: var(--B); font-size: 10px;
      text-transform: uppercase; letter-spacing: .18em;
      padding: 6px 16px; background: rgba(123,94,167,.15);
      color: var(--sand); border: 1px solid rgba(123,94,167,.25);
      margin-bottom: 18px;
    }
    .loc-num { font-family: var(--B); font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: rgba(248,247,244,.3); margin-bottom: 12px; display: block; }
    .loc-title { font-family: var(--F); font-size: clamp(30px,3.5vw,48px); font-weight: 900; color: #fff; margin-bottom: 8px; hyphens: none; overflow-wrap: normal; word-break: normal; }
    .loc-slogan { font-size: 13px; color: var(--gold); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 22px; hyphens: none; overflow-wrap: normal; word-break: normal; }
    .loc-desc { font-size: 20px; color: rgba(248,247,244,.78); line-height: 1.85; margin-bottom: 20px; max-height: none !important; opacity: 1 !important; overflow: visible !important; hyphens: none; overflow-wrap: normal; word-break: normal; }
    .loc-desc:last-of-type { margin-bottom: 32px; }
    .loc-info { min-width: 0; }

    /* Характеристики */
    .loc-specs {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-bottom: 44px;
      padding: 0;
      position: relative;
      background: none;
      border: none;
      border-radius: 0;
      box-shadow: none;
    }
    .loc-specs::before {
      display: none;
    }
    .loc-spec-row {
      display: flex;
      flex-direction: column;
      gap: 10px;
      padding: 20px 22px 22px 26px;
      background: rgba(255,255,255,.025);
      border: 1px solid rgba(123,94,167,.12);
      border-left: 3px solid var(--accent);
      border-radius: 4px;
      position: relative;
      overflow: hidden;
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      transition: border-color var(--ease), box-shadow .3s ease, background .3s ease, transform .25s ease;
    }
    .loc-spec-row::after {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(123,94,167,.08) 0%, transparent 55%);
      pointer-events: none;
      opacity: 0;
      transition: opacity .3s ease;
    }
    .loc-spec-row:hover {
      border-color: rgba(123,94,167,.28);
      border-left-color: var(--sand);
      background: rgba(123,94,167,.1);
      box-shadow: 0 8px 28px rgba(8,6,14,.4), inset 0 1px 0 rgba(245,240,232,.05);
      transform: translateY(-2px);
    }
    .loc-spec-row:hover::after {
      opacity: 1;
    }
    .loc-spec-key {
      font-family: var(--B);
      font-size: 9px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: .18em;
      color: var(--gold);
      line-height: 1.35;
      position: relative;
      z-index: 1;
      hyphens: none;
      overflow-wrap: normal;
      word-break: normal;
    }
    .loc-spec-key::before {
      display: none;
    }
    .loc-spec-val {
      font-family: var(--F);
      font-size: clamp(16px, 1.15vw, 18px);
      font-weight: 800;
      color: #F5F0E8;
      line-height: 1.42;
      letter-spacing: -0.02em;
      position: relative;
      z-index: 1;
      hyphens: none;
      overflow-wrap: normal;
      word-break: normal;
    }

    /* Кнопка локации */
    .loc-btn { display: inline-flex; font-family: var(--B); font-size: 12px; letter-spacing: .1em; text-transform: uppercase; background: var(--accent); color: #fff; padding: 15px 32px; border: none; cursor: pointer; transition: background var(--ease); text-decoration: none; margin-top: 4px; }
    .loc-btn:hover { background: #6a4f94; }
    .loc-btn.outline { background: none; border: 1px solid rgba(255,255,255,.2); color: rgba(248,247,244,.8); }
    .loc-btn.outline:hover { border-color: rgba(255,255,255,.6); color: #fff; }

    /* ── CTA финал ── */
    .loc-cta { background: var(--deep-purple); padding: 100px 40px; text-align: center; position: relative; overflow: hidden; }
    .loc-cta-glow { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(123,94,167,.18) 0%, transparent 70%); pointer-events: none; }
    .loc-cta-title { font-family: var(--F); font-size: clamp(28px,3.5vw,52px); font-weight: 900; color: #fff; line-height: 1.15; margin-bottom: 16px; hyphens: none; overflow-wrap: normal; word-break: normal; }
    .loc-cta-sub { font-size: 20px; color: rgba(248,247,244,.55); margin-bottom: 40px; line-height: 1.7; max-width: 640px; margin-left: auto; margin-right: auto; hyphens: none; overflow-wrap: normal; word-break: normal; }

    /* Footer */
    footer { background: #0d0a18; }

    @media (min-width: 1024px) {
      body.page-locations .loc-hero {
        padding: 56px 0 64px;
      }
      body.page-locations .loc-hero-inner {
        grid-template-columns: minmax(400px, 0.92fr) minmax(520px, 1.08fr);
        gap: 44px;
        align-items: stretch;
        padding-bottom: 0;
        min-height: clamp(520px, 46vw, 620px);
      }
      body.page-locations .loc-hero-left {
        min-width: 420px;
        max-width: 540px;
        padding-top: 8px;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        justify-content: center;
      }
      body.page-locations .loc-hero-left .section-label {
        margin-bottom: 18px;
      }
      body.page-locations .loc-hero-title {
        font-size: clamp(32px, 3.2vw, 44px);
        margin-bottom: 24px;
      }
      body.page-locations .loc-hero-title-line2 {
        white-space: nowrap;
      }
      body.page-locations .loc-collage-wrap {
        width: 100%;
        height: 100%;
        min-height: clamp(520px, 46vw, 620px);
        gap: 10px;
        align-self: stretch;
      }
    }

    @media (max-width: 1023px) {
      .loc-hero { padding: 36px 0 40px; }
      .loc-hero-inner {
        grid-template-columns: 1fr;
        gap: 28px;
        padding-bottom: 0;
        align-items: start;
      }
      .b-loc-section {
        padding: 40px 0 44px;
      }
      .b-loc-section:first-of-type {
        padding-top: 32px;
      }
      .loc-hero-left { width: 100%; }
      .loc-hero-title { font-size: clamp(28px, 7.2vw, 40px); line-height: 1.15; }
      .loc-hero-title-line2 { white-space: normal; }
      .loc-hero-sub { font-size: 16px; margin-bottom: 24px; max-width: none; }
      .loc-hero-btns {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        gap: 12px;
        margin-top: 8px;
      }
      .lhb-primary,
      .lhb-secondary { width: 100%; }
      .loc-collage-wrap {
        height: clamp(320px, 88vw, 420px);
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        gap: 6px;
        order: 0;
      }
      .loc-map-wrap { height: 260px; }
      .loc-wrap, .loc-wrap.reverse { grid-template-columns: 1fr; direction: ltr; gap: 28px; }
      .loc-info .loc-btn { margin-top: 8px; margin-bottom: 0; }
      .loc-photo-wrap {
        height: auto !important;
        max-height: none;
      }
      .loc-photo-wrap.loc-photo--portrait {
        aspect-ratio: 4 / 5;
      }
      .loc-photo-wrap.loc-photo--landscape {
        aspect-ratio: 16 / 10;
      }
    }

    @media (max-width: 640px) {
      .loc-specs {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 0;
      }
      .loc-spec-row {
        padding: 14px 16px 16px 20px;
        gap: 6px;
      }
      .loc-spec-val { font-size: 15px; }
    }

    @media (max-width: 480px) {
      .loc-desc { font-size: 15px; line-height: 1.65; }
    }

    @media (min-width: 1024px) {
      body.page-locations .loc-hero-inner {
        padding-bottom: 0;
      }
      body.page-locations .loc-info .loc-btn {
        margin-bottom: 0;
      }
    }
  