/* СпецАгро mockup v2 - спецайти.рф, 2026-06-11
   Palette rationale (design_tokens):
   --orange #ff7613 = their CSS var --c-primary (template.css, specagro74.ru)
   --orange-deep #ff4d00 = present in their CSS, used for gradients only
   --ink #0a0a0a = premium dark base
   Type system: Unbounded = display (h1/h2/big numbers ONLY),
   Inter = everything else, JetBrains Mono = tiny labels only. */

:root {
  --ink: #0a0a0a;
  --ink-2: #121110;
  --ink-3: #1a1814;
  --line: rgba(255, 255, 255, 0.09);
  --line-strong: rgba(255, 255, 255, 0.16);
  --orange: #ff7613;
  --orange-deep: #ff4d00;
  --orange-soft: rgba(255, 118, 19, 0.14);
  --text: #f4f1ea;
  --body-text: #c9c3b8;
  --muted: #98927f;
  --display: "Unbounded", sans-serif;
  --body: "Inter", sans-serif;
  --mono: "JetBrains Mono", monospace;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
html,
body {
  overflow-x: clip;
}

body {
  background: var(--ink);
  color: var(--text);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: var(--orange);
  color: #0a0a0a;
}

.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
}

h1,
h2 {
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.12;
}
h3 {
  font-family: var(--body);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.01em;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.mono {
  font-family: var(--mono);
}

/* ---------- sketch ribbon (scrolls away; nav takes over) ---------- */
.sketch-ribbon {
  background: linear-gradient(90deg, #201106, #2a1404 55%, #201106);
  border-bottom: 1px solid rgba(255, 118, 19, 0.35);
  padding: 10px 16px;
  text-align: center;
  font-size: 13.5px;
  color: #ffd9b8;
}
.sketch-ribbon b {
  color: #fff;
  font-weight: 600;
}
.sketch-ribbon .mono {
  color: var(--orange);
  letter-spacing: 0.12em;
}
.sketch-ribbon a {
  color: var(--orange);
}

/* ---------- nav ---------- */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 10, 10, 0.86);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}
.nav__in {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 15px 0;
}
.nav__brand {
  display: flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.nav__brand img {
  width: 44px;
  height: 40px;
}
.nav__brand-name {
  font-family: var(--display);
  font-size: 16px;
  letter-spacing: 0.16em;
  font-weight: 600;
}
.nav__brand-sub {
  display: block;
  font-family: var(--body);
  font-size: 11px;
  letter-spacing: 0.05em;
  color: var(--muted);
  font-weight: 400;
}
.nav__links {
  display: flex;
  gap: 30px;
  margin-left: auto;
  list-style: none;
  align-items: center;
}
.nav__links a {
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 500;
  color: #d8d3c8;
  transition: color 0.2s;
}
.nav__links a:hover {
  color: var(--orange);
}
.nav__cta {
  background: var(--orange);
  color: #160a02 !important;
  font-weight: 600;
  padding: 11px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14.5px;
  white-space: nowrap;
  transition: background 0.2s;
}
.nav__cta:hover {
  background: #ff8a36;
  color: #160a02 !important;
}

@media (max-width: 960px) {
  .nav__links li:not(.nav__cta-li) {
    display: none;
  }
}

/* ---------- hero ---------- */
.hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.hero__photo {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: flex-end;
}
.hero__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(
      105deg,
      rgba(10, 10, 10, 0.92) 0%,
      rgba(10, 10, 10, 0.55) 38%,
      rgba(10, 10, 10, 0.12) 70%
    ),
    linear-gradient(
      180deg,
      rgba(10, 10, 10, 0.6) 0%,
      rgba(10, 10, 10, 0.05) 30%,
      rgba(10, 10, 10, 0.45) 78%,
      var(--ink) 100%
    ),
    url("img/hero_seyalka_muza_field.jpg");
  background-size: cover, cover, cover;
  background-position: center 38%;
}
.hero__in {
  padding: 96px 0 72px;
  width: 100%;
}
.hero__kicker {
  font-family: var(--mono);
  font-size: 12.5px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.hero__kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--orange);
  flex: none;
}
.hero h1 {
  font-size: clamp(34px, 4.7vw, 62px);
  text-transform: uppercase;
  max-width: 16ch;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.45);
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
}
.hero__sub {
  margin-top: 26px;
  max-width: 54ch;
  color: #ddd8cd;
  font-size: 18px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.6);
}
.hero__actions {
  display: flex;
  gap: 16px;
  margin-top: 38px;
  flex-wrap: wrap;
  align-items: center;
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 34px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15.5px;
  transition:
    transform 0.2s,
    background 0.2s,
    border-color 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn--primary {
  background: var(--orange);
  color: #160a02;
  box-shadow: 0 10px 34px rgba(255, 118, 19, 0.32);
}
.btn--primary:hover {
  background: #ff8a36;
}
.btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: var(--text);
  background: rgba(10, 10, 10, 0.35);
  backdrop-filter: blur(6px);
}
.btn--ghost:hover {
  border-color: var(--orange);
  color: var(--orange);
}

/* stats band sits BELOW the photo on solid ink — always readable */
.hero__strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 118, 19, 0.38);
  background: var(--ink);
}
.hero__stat {
  padding: 30px 34px 32px;
  border-left: 1px solid var(--line);
}
.hero__stat:first-child {
  border-left: none;
}
.hero__stat b {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  color: var(--text);
  display: block;
  margin-bottom: 6px;
  white-space: nowrap;
}
.hero__stat b small {
  font-size: 60%;
  font-weight: 600;
}
.hero__stat span {
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--muted);
  display: block;
}

@media (max-width: 960px) {
  .hero__strip {
    grid-template-columns: 1fr 1fr;
  }
  .hero__stat {
    border-top: 1px solid var(--line);
    padding: 22px 24px;
  }
  .hero__stat:nth-child(-n + 2) {
    border-top: none;
  }
  .hero__stat:nth-child(odd) {
    border-left: none;
  }
}

/* ---------- ticker: their product range, industrial marquee ---------- */
.ticker {
  border-block: 1px solid var(--line);
  background: var(--ink-2);
  overflow: hidden;
  padding: 16px 0;
}
.ticker__track {
  display: flex;
  gap: 0;
  width: max-content;
  animation: ticker 46s linear infinite;
}
.ticker__track span {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  white-space: nowrap;
  padding: 0 28px;
  position: relative;
}
.ticker__track span::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 118, 19, 0.55);
  transform: translateY(-50%);
}
@keyframes ticker {
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
}

/* ---------- section scaffolding ---------- */
section {
  padding: 110px 0;
}
.sec-head {
  display: flex;
  align-items: baseline;
  gap: 24px;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.sec-num {
  font-family: var(--mono);
  color: var(--orange);
  font-size: 13px;
  letter-spacing: 0.18em;
  white-space: nowrap;
}
.sec-head h2 {
  font-size: clamp(26px, 3.3vw, 42px);
  text-transform: uppercase;
}
.sec-lead {
  color: var(--body-text);
  max-width: 62ch;
  margin-bottom: 56px;
  font-size: 17.5px;
}

/* ---------- flagship (Муза) ---------- */
.flagship {
  background: var(--ink-2);
  border-block: 1px solid var(--line);
  position: relative;
}
.flagship::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    104deg,
    transparent 0 46px,
    rgba(255, 118, 19, 0.045) 46px 47px
  );
  pointer-events: none;
}
.flagship .wrap {
  position: relative;
}
.flagship__grid {
  display: grid;
  grid-template-columns: 1.18fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 38px;
}
.flagship__visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}
.flagship__visual img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.badge-3d {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  background: rgba(8, 8, 8, 0.82);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 118, 19, 0.45);
  border-radius: 12px;
  padding: 13px 16px;
  font-size: 13px;
  line-height: 1.5;
  color: #ffd9b8;
  display: flex;
  gap: 12px;
  align-items: center;
}
.badge-3d__icon {
  font-family: var(--mono);
  background: var(--orange);
  color: #160a02;
  font-weight: 700;
  border-radius: 8px;
  padding: 6px 9px;
  font-size: 12px;
  white-space: nowrap;
}
.flagship h3 {
  font-family: var(--display);
  font-size: 27px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
  margin-bottom: 14px;
}
.flagship__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 26px;
}
.flagship__chips span {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--orange);
  border: 1px solid rgba(255, 118, 19, 0.4);
  border-radius: 999px;
  padding: 5px 13px;
}
.flagship__quote {
  border-left: 3px solid var(--orange);
  padding-left: 20px;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.flagship__quote small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.5;
}
.specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.spec {
  padding: 20px 22px;
  background: rgba(255, 255, 255, 0.02);
}
.spec:nth-child(2n) {
  border-left: 1px solid var(--line);
}
.spec:nth-child(n + 3) {
  border-top: 1px solid var(--line);
}
.spec b {
  font-family: var(--display);
  font-size: 21px;
  color: var(--orange);
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  white-space: nowrap;
}
.spec span {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.45;
  display: block;
}

@media (max-width: 960px) {
  .flagship__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .flagship__visual img {
    height: 380px;
  }
  .spec b {
    white-space: normal;
  }
}

/* ---------- catalog ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.card {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.25s,
    transform 0.25s,
    box-shadow 0.25s;
}
.card:hover {
  border-color: rgba(255, 118, 19, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.4);
}
.card--wide {
  grid-column: span 2;
}
.card__img {
  height: 230px;
  overflow: hidden;
  flex: none;
  position: relative;
}
.card--wide .card__img {
  height: 280px;
}
.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.card:hover .card__img img {
  transform: scale(1.05);
}
.card__body {
  padding: 22px 24px 26px;
}
.card__body h3 {
  font-size: 17px;
  margin-bottom: 9px;
}
.card--wide .card__body h3 {
  font-size: 19px;
}
.card__body p {
  font-size: 14.5px;
  color: var(--muted);
  line-height: 1.55;
}
.card__tag {
  display: inline-block;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 12px;
}

/* designed no-photo treatment: windrow pattern + honest note */
.card__img--windrows {
  background:
    radial-gradient(
      ellipse at 80% -20%,
      rgba(255, 118, 19, 0.18),
      transparent 60%
    ),
    var(--ink-3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
}
.card__img--windrows svg {
  width: 150px;
  height: 84px;
  opacity: 0.9;
}
.card__img-note {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* configurator promo card: wide, with a mocked mini-UI */
.card--config {
  grid-column: 1 / -1;
  flex-direction: row;
  align-items: stretch;
  border-color: rgba(255, 118, 19, 0.35);
  background:
    radial-gradient(
      ellipse at 90% 10%,
      rgba(255, 118, 19, 0.1),
      transparent 55%
    ),
    var(--ink-2);
}
.card--config:hover {
  transform: none;
}
.card--config .card__body {
  flex: 1;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card--config .card__body h3 {
  font-size: 21px;
}
.card--config .card__body p {
  font-size: 15px;
  max-width: 44ch;
}
.config-ui {
  flex: 1;
  border-left: 1px solid var(--line);
  padding: 32px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  pointer-events: none;
  user-select: none;
}
.config-ui__label {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 8px;
}
.config-ui__chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.config-ui__chips span {
  font-size: 13px;
  border: 1px solid var(--line-strong);
  border-radius: 999px;
  padding: 6px 16px;
  color: var(--body-text);
}
.config-ui__chips span.on {
  background: var(--orange);
  border-color: var(--orange);
  color: #160a02;
  font-weight: 600;
}
.config-ui__slider {
  position: relative;
  height: 4px;
  border-radius: 4px;
  background: var(--line-strong);
}
.config-ui__slider i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 62%;
  border-radius: 4px;
  background: var(--orange);
}
.config-ui__slider b {
  position: absolute;
  left: 62%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}
.config-ui__vals {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  margin-top: 8px;
}
.config-ui__btn {
  align-self: flex-start;
  background: var(--orange);
  color: #160a02;
  font-weight: 600;
  font-size: 14px;
  border-radius: 999px;
  padding: 11px 26px;
}

@media (max-width: 960px) {
  .cards {
    grid-template-columns: 1fr 1fr;
  }
  .card--wide {
    grid-column: span 2;
  }
  .card--config {
    flex-direction: column;
  }
  .config-ui {
    border-left: none;
    border-top: 1px solid var(--line);
  }
}
@media (max-width: 640px) {
  .cards {
    grid-template-columns: 1fr;
  }
  .card--wide {
    grid-column: auto;
  }
  .card--config {
    grid-column: auto;
  }
  .card--config .card__body,
  .config-ui {
    padding: 26px 24px;
  }
}

/* ---------- process: vertical timeline + aerial photo ---------- */
.process {
  background: var(--ink-2);
  border-block: 1px solid var(--line);
}
.process__grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  gap: 64px;
  align-items: center;
}
.steps {
  position: relative;
  display: grid;
  gap: 8px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 26px 0 26px 86px;
  border-bottom: 1px solid var(--line);
}
.step:last-child {
  border-bottom: none;
}
.step::before {
  counter-increment: step;
  content: "0" counter(step);
  position: absolute;
  left: 0;
  top: 22px;
  font-family: var(--display);
  font-size: 34px;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1.2px rgba(255, 118, 19, 0.85);
}
.step h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.step p {
  font-size: 15px;
  color: var(--muted);
  max-width: 52ch;
}
.process__visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}
.process__visual img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.process__visual figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  right: 14px;
  background: rgba(8, 8, 8, 0.78);
  backdrop-filter: blur(8px);
  border-radius: 10px;
  font-size: 12.5px;
  color: var(--body-text);
  padding: 10px 14px;
}
@media (max-width: 960px) {
  .process__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .step {
    padding-left: 70px;
  }
}

/* ---------- trust / quote ---------- */
.trust__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.trust__visual {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}
.trust__visual img {
  width: 100%;
  height: 460px;
  object-fit: cover;
}
.quote-card {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-top: 3px solid var(--orange);
  border-radius: 18px;
  padding: 36px 38px;
}
.quote-card__logo {
  width: 62px;
  height: 62px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.quote-card__logo img {
  width: 38px;
  height: 35px;
}
.quote-card blockquote {
  font-size: 20px;
  line-height: 1.55;
}
.quote-card figcaption {
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}
.trust__points {
  list-style: none;
  margin-top: 30px;
  display: grid;
  gap: 14px;
}
.trust__points li {
  display: flex;
  gap: 14px;
  font-size: 15.5px;
  color: var(--body-text);
}
.trust__points li::before {
  content: "—";
  color: var(--orange);
  flex: none;
}
@media (max-width: 960px) {
  .trust__grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .trust__visual img {
    height: 320px;
  }
}

/* ---------- dealers ---------- */
.dealers__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.dealer {
  background: var(--ink-2);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s;
}
.dealer:hover {
  border-color: rgba(255, 118, 19, 0.45);
}
.dealer b {
  display: block;
  font-size: 15.5px;
  margin-bottom: 10px;
  line-height: 1.4;
}
.dealer span {
  font-size: 13.5px;
  color: var(--muted);
  display: block;
  line-height: 1.5;
}
.dealer .mono {
  font-size: 12px;
  color: var(--orange);
  margin-top: auto;
  padding-top: 16px;
  display: block;
}
@media (max-width: 960px) {
  .dealers__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 640px) {
  .dealers__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- vision (sketch vs real) ---------- */
.vision {
  background:
    radial-gradient(
      ellipse at 80% 0%,
      rgba(255, 118, 19, 0.1),
      transparent 55%
    ),
    var(--ink-2);
  border-block: 1px solid rgba(255, 118, 19, 0.3);
}
.vision__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.vision__col {
  border-radius: 18px;
  padding: 34px 34px 38px;
  border: 1px dashed var(--line-strong);
  background:
    repeating-linear-gradient(
      -45deg,
      transparent 0 14px,
      rgba(255, 255, 255, 0.015) 14px 15px
    ),
    var(--ink);
}
.vision__col--real {
  border: 1px solid rgba(255, 118, 19, 0.55);
  background: var(--ink);
  position: relative;
  overflow: clip;
}
.vision__col--real::after {
  content: "боевая версия";
  position: absolute;
  top: 18px;
  right: -34px;
  transform: rotate(35deg);
  background: var(--orange);
  color: #160a02;
  font-family: var(--mono);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 5px 40px;
}
.vision__col h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.vision__col .vision__tag {
  font-family: var(--mono);
  font-size: 12px;
  color: var(--muted);
  display: block;
  margin-bottom: 20px;
}
.vision__col--real .vision__tag {
  color: var(--orange);
}
.vision__col ul {
  list-style: none;
  display: grid;
  gap: 13px;
}
.vision__col li {
  display: flex;
  gap: 12px;
  font-size: 15px;
  color: var(--muted);
}
.vision__col li::before {
  content: "·";
  color: var(--muted);
  flex: none;
  font-weight: 700;
}
.vision__col--real li {
  color: var(--text);
}
.vision__col--real li::before {
  content: "+";
  color: var(--orange);
}
.vision__note {
  margin-top: 30px;
  color: var(--muted);
  font-size: 15px;
  max-width: 70ch;
}
.vision__note b {
  color: var(--text);
}
@media (max-width: 860px) {
  .vision__grid {
    grid-template-columns: 1fr;
  }
}

/* ---------- CTA: full-bleed photo band ---------- */
.cta {
  text-align: center;
  position: relative;
  isolation: isolate;
  overflow: clip;
  padding: 130px 0;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(
      180deg,
      var(--ink) 0%,
      rgba(10, 10, 10, 0.82) 30%,
      rgba(10, 10, 10, 0.82) 70%,
      var(--ink) 100%
    ),
    url("img/borona_bshg_red.jpg");
  background-size: cover;
  background-position: center 60%;
}
.cta h2 {
  font-size: clamp(28px, 3.8vw, 48px);
  text-transform: uppercase;
  max-width: 22ch;
  margin: 0 auto 22px;
}
.cta p {
  color: var(--body-text);
  max-width: 52ch;
  margin: 0 auto 38px;
}
.cta .hero__kicker {
  justify-content: center;
}
.cta .hero__kicker::before {
  display: none;
}
.cta__contacts {
  margin-top: 30px;
  font-size: 14.5px;
  color: var(--muted);
}
.cta__contacts a {
  color: var(--orange);
  text-decoration: none;
}

/* ---------- footer ---------- */
footer {
  border-top: 1px solid var(--line);
  padding: 44px 0 54px;
}
.footer__in {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.footer__brand {
  display: flex;
  gap: 14px;
  align-items: center;
}
.footer__brand img {
  width: 42px;
  height: 39px;
}
.footer__legal {
  color: var(--muted);
  font-size: 13px;
  max-width: 46ch;
  line-height: 1.6;
}
.footer__meta {
  margin-left: auto;
  text-align: right;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
}
.footer__meta a {
  color: var(--orange);
  text-decoration: none;
}
@media (max-width: 860px) {
  .footer__meta {
    margin-left: 0;
    text-align: left;
  }
}

/* ---------- annotations ---------- */
.anno-toggle {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 80;
  background: #16130e;
  border: 1px solid rgba(255, 118, 19, 0.5);
  color: var(--text);
  border-radius: 999px;
  padding: 12px 20px;
  font-family: var(--mono);
  font-size: 12.5px;
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}
.anno-toggle b {
  color: var(--orange);
}
.pin {
  position: absolute;
  z-index: 40;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--orange);
  color: #160a02;
  font-family: var(--mono);
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  box-shadow: 0 0 0 6px rgba(255, 118, 19, 0.25);
  animation: pinpulse 2.6s infinite;
}
.pin--inline {
  position: relative;
  flex: none;
}
@keyframes pinpulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(255, 118, 19, 0.25);
  }
  50% {
    box-shadow: 0 0 0 11px rgba(255, 118, 19, 0.1);
  }
}
.pin__tip {
  position: absolute;
  bottom: calc(100% + 14px);
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  background: #17130d;
  border: 1px solid rgba(255, 118, 19, 0.45);
  border-radius: 14px;
  padding: 16px 18px;
  font-family: var(--body);
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.55;
  color: var(--text);
  text-align: left;
  display: none;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.55);
  cursor: default;
}
.pin__tip b {
  color: var(--orange);
  display: block;
  margin-bottom: 6px;
  font-family: var(--mono);
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.pin.open .pin__tip {
  display: block;
}
.pin--left .pin__tip {
  left: 0;
  transform: none;
}
.pin--right .pin__tip {
  left: auto;
  right: 0;
  transform: none;
}
body.annotations-off .pin {
  display: none;
}

/* reveal on scroll: hidden state only when JS is active (body.js),
   so content never depends on JS. Print always shows everything. */
body.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
body.js .reveal.in {
  opacity: 1;
  transform: none;
}
@media print {
  .reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  body.js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 640px) {
  section {
    padding: 72px 0;
  }
  .wrap {
    padding: 0 20px;
  }
  .pin__tip {
    width: 240px;
  }
  .hero__photo {
    min-height: 70vh;
  }
  .hero__in {
    padding: 72px 0 48px;
  }
  .nav__brand-sub {
    display: none;
  }
  .nav__brand img {
    width: 38px;
    height: 35px;
  }
  .nav__cta {
    padding: 9px 16px;
    font-size: 13px;
  }
  .hero__kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 480px) {
  .nav__brand-name {
    display: none;
  }
}
