/* ============================================================
   blocks.css — стили отдельных блоков.
   Один блок = один раздел ниже. Блоки не зависят друг от друга.
   ============================================================ */

/* ---------- HEADER (стиль make-it.kz: спокойный, не sticky) ---------- */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.site-header__inner {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-block: 20px;
}

/* лого: «Make» + оранжевая плашка «IT» + «eens» */
.brand { display: flex; flex-direction: column; line-height: 1.05; text-decoration: none; gap: 4px; }
.brand__mark {
  display: inline-flex;
  align-items: center;
}
.brand__logo-img { display: block; width: 132px; height: auto; }
.brand__teens {
  font-family: 'Caveat', cursive;
  font-weight: 700;
  font-size: 38px;
  line-height: 1;
  color: var(--blue);
  margin-left: 3px;
  transform: rotate(-7deg);
  transform-origin: left bottom;
}
/* legacy text-logo spans (unused now, kept for footer compatibility) */
.brand__make { color: var(--ink); }
.brand__it {
  background: var(--accent);
  color: var(--accent-ink);
  padding: 0 6px;
  border-radius: 5px;
  margin: 0 2px;
}
.brand__eens { color: var(--ink); }
.brand__by { font-size: 11px; color: var(--ink-soft); font-weight: 600; }

.site-nav { display: flex; gap: 28px; margin-left: auto; }
.site-nav__link {
  font-size: 14px; font-weight: 600; color: var(--ink-soft);
  text-decoration: none; transition: color 120ms ease;
}
.site-nav__link:hover { color: var(--ink); }
.site-header__cta { padding: 10px 18px; }

/* ---------- HERO ---------- */
.hero { padding-block: clamp(40px, 7vw, 84px); }
.hero__grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}
.hero__text { max-width: 640px; }
.hero__eyebrow { margin-bottom: 22px; }

.hero__title {
  font-size: clamp(30px, 4.8vw, 56px);
  line-height: 1.06;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hero__title-soft {
  font-weight: 500;
  font-size: 0.62em;
  color: var(--ink-soft);
}
.hero__title-soft s {
  text-decoration-color: var(--ink-soft);
  text-decoration-thickness: 2px;
}
.hero__title-bold { font-weight: 800; }
.hero__title-accent {
  color: var(--blue);
  display: inline-block;
}
.hero__sub { margin-bottom: 30px; max-width: 540px; }
.hero__cta { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 22px; }
.hero__meta { font-size: 13px; color: var(--ink-soft); font-weight: 600; }

.hero__visual { position: relative; min-height: 360px; }
.hero__visual-stack { position: relative; width: 100%; height: 100%; min-height: 500px; }
.hero__visual-card {
  position: absolute;
  width: 50%;
  margin: 0;
}
.hero__visual-img {
  display: block;
  width: 100%;
  height: auto;
}
/* 1 — комикс: верх-лево */
.hero__visual-card--1 { width: 44%; top: 0;   left: 0;   z-index: 2; transform: rotate(-3deg); }
/* 2 — игра: верх-право */
.hero__visual-card--2 { width: 48%; top: 4%;  right: 0;  z-index: 3; transform: rotate(3deg); }
/* 4 — портфолио (--wide): крупное, под 1 и 2, во всю ширину */
.hero__visual-card--wide { width: 92%; top: 46%; left: 0; z-index: 4; transform: rotate(1deg); }
/* 3 — телефон (--app): справа, поменьше, нахлёст на игру и портфолио */
.hero__visual-card--3 { width: 31%; top: 28%; right: -12%; z-index: 6; transform: rotate(4deg); }
.hero__visual-tag { display: none; }

/* ---------- SOCIAL PROOF (полноценный блок «От команды Make IT») ---------- */
.social-proof {
  background: var(--bg-alt);
  border-block: 1px solid var(--line);
  padding-block: clamp(40px, 6vw, 64px);
}
.social-proof__grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}
.social-proof__brand { max-width: 380px; }
.social-proof__logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
}
.social-proof__logo-img { display: block; width: 240px; height: auto; }
.social-proof__lead {
  font-size: 16px;
  color: var(--ink);
  line-height: 1.55;
  margin-bottom: 14px;
}
.social-proof__lead b { color: var(--ink); }
.social-proof__link {
  display: inline-block;
  font-weight: 700;
  color: var(--blue);
  text-decoration: none;
  font-size: 14px;
}
.social-proof__link:hover { text-decoration: underline; }

.social-proof__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.social-proof__stat {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.social-proof__stat-num {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 32px;
  color: var(--blue);
  line-height: 1;
}
.social-proof__stat-text {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.45;
}

/* ---------- УЗНАВАНИЕ + ОТВЕТ ---------- */
.recognize__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}
.recognize__col {
  padding: clamp(28px, 4vw, 44px);
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.recognize__col--soft {
  background: var(--bg-card);
  border: 1px solid var(--line);
}
.recognize__col--soft p { color: var(--ink-soft); }
.recognize__col--answer {
  background: var(--blue-soft);
  border: 1px solid color-mix(in srgb, var(--blue) 22%, var(--line));
}
.recognize__note { font-size: 19px; line-height: 1.5; color: var(--ink-soft); }
.recognize__quote {
  margin: 0;
  padding: 16px 20px;
  border-left: 3px solid var(--ink-soft);
  font-size: 17px;
  color: var(--ink);
  font-style: normal;
}
.recognize__quote b { font-weight: 700; }
.recognize__bridge { font-weight: 700; color: var(--ink); }
.recognize__do {
  font-family: var(--font-head);
  font-weight: 800;
  color: var(--blue);
  letter-spacing: 0.02em;
}
.recognize__do--accent { color: var(--accent); }
.recognize__chip {
  margin-top: 6px;
  padding: 18px 20px;
  background: #ffffff;
  border-radius: var(--radius-sm);
  font-weight: 600;
  color: var(--ink);
  font-size: 15px;
  border: 1px solid color-mix(in srgb, var(--blue) 28%, var(--line));
}

/* ---------- DEMO ---------- */
.demo-window {
  max-width: 1080px;
  margin: 0 auto;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg);
  box-shadow: var(--shadow);
}
.demo-window__bar {
  display: flex; align-items: center; gap: 7px;
  padding: 10px 14px;
  background: var(--bg-card);
  border-bottom: 1px solid var(--line);
}
.demo-window__dot { width: 11px; height: 11px; border-radius: 50%; background: var(--line); }
.demo-window__dot:nth-child(1) { background: #ff6058; }
.demo-window__dot:nth-child(2) { background: #ffbd2e; }
.demo-window__dot:nth-child(3) { background: #28c840; }
.demo-window__addr {
  margin-left: 12px; font-size: 12px; color: var(--ink-soft);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.demo-window__frame {
  display: block; width: 100%; height: 680px; border: 0; background: var(--bg);
}
.examples__note { margin-top: 18px; font-size: 14px; }
.demo__cta { text-align: center; margin-top: 28px; }

/* ---------- ПОЧЕМУ СЕЙЧАС — пропасть → короткий путь ---------- */
.why-now__grid {
  position: relative;
}
/* одна сплошная линия НАСКВОЗЬ через весь ряд карточек (поверх зазоров) */
.why-now__grid::before {
  content: "";
  position: absolute;
  left: -2%;
  right: -2%;
  top: 58%;
  height: 2px;
  background: #9a948a;
  z-index: 2;
}
.why-now__card {
  text-align: center;
}
.why-now__card .card__icon { margin-bottom: 4px; }
.why-now__card .card__title { margin-bottom: 16px; }

/* «Раньше» — фикс. высота, чтобы «Сегодня» во всех карточках стартовало на одной линии */
.why-now__then {
  padding: 0 0 22px;
  min-height: 96px;
}
.why-now__then-text {
  margin: 8px 0 0;
  color: var(--ink-soft);
  font-size: 15px;
  line-height: 1.45;
}

.why-now__now-row {
  padding-top: 22px;
}
.why-now__num {
  margin: 8px 0 6px;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(26px, 2.8vw, 32px);
  line-height: 1.0;
  color: var(--accent);
}
.why-now__now-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--ink);
  font-weight: 500;
}

/* Метки «Раньше» / «Сегодня» */
.why-now__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.7;
}
.why-now__label--now {
  color: var(--accent);
  opacity: 1;
}

/* Финальный посыл */
.why-now__now {
  margin-top: 28px;
  padding: 22px 26px;
  background: var(--ink);
  color: var(--ink-invert);
  border-radius: var(--radius);
  text-align: center;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.5;
}
.why-now__now b { font-weight: 700; }

/* ---------- ПУТЬ — спираль года ---------- */
.path-spiral {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}
.path-step {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.path-step__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--bg-alt);
  color: var(--ink-soft);
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  margin-bottom: 4px;
}
.path-step__title { font-size: 15px; font-weight: 700; margin: 0; }
.path-step__text { font-size: 13px; color: var(--ink-soft); margin: 0; flex: 1; }
.path-step__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--ink-soft);
  background: var(--bg-alt);
  padding: 3px 8px;
  border-radius: 999px;
  align-self: flex-start;
  margin-top: 4px;
}
.path-step--summer { border-color: var(--accent); }
.path-step--summer .path-step__num { background: var(--accent); color: var(--accent-ink); }
.path-step--summer .path-step__tag { background: color-mix(in srgb, var(--accent) 15%, transparent); color: var(--accent); }
.path-step--hackathon { border-color: color-mix(in srgb, var(--sun) 80%, var(--line)); background: color-mix(in srgb, var(--sun) 15%, var(--bg-card)); }
.path-step--hackathon .path-step__num { background: var(--sun); color: var(--ink); font-size: 18px; }
.path-step--final { border-color: var(--blue); background: var(--blue-soft); }
.path-step--final .path-step__num { background: var(--blue); color: #fff; font-size: 18px; }
.path-step--final .path-step__tag { background: var(--blue); color: #fff; }

.path-spiral__caption {
  margin-top: 16px;
  font-size: 13px;
  font-style: italic;
}

.path-summary {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.path-summary__card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.path-summary__card--accent {
  background: var(--blue-soft);
  border-color: color-mix(in srgb, var(--blue) 22%, var(--line));
}
.path-summary__title { margin-bottom: 12px; font-size: 18px; }
.path-summary__card p { color: var(--ink-soft); font-size: 15px; }
.path-summary__list { margin: 0; padding-left: 20px; font-size: 15px; color: var(--ink); }
.path-summary__list li { margin-bottom: 6px; }

.path__cta {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

/* ---------- FEATURE (преподаватель/наставник, плашки) ---------- */
.feature {
  border-radius: var(--radius);
  padding: clamp(28px, 5vw, 56px);
}
.feature--blue { background: var(--blue-soft); border: 1px solid color-mix(in srgb, var(--blue) 22%, var(--line)); }
.feature__body { max-width: 760px; }
.feature__eyebrow { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--blue); margin-bottom: 12px; }
.feature__title { margin-bottom: 16px; }
.feature__text { color: var(--ink-soft); font-size: clamp(15px, 1.5vw, 17px); }
.feature__list {
  margin: 16px 0;
  padding-left: 20px;
  color: var(--ink);
  font-size: clamp(15px, 1.5vw, 17px);
}
.feature__list li { margin-bottom: 10px; }

/* ---------- TRUST / TEAM (часть блока ДОВЕРИЕ+КОМАНДА) ---------- */
.trust { margin-bottom: 56px; }
.team { margin-top: 0; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.team__people { display: grid; gap: 20px; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); margin-top: 8px; }
.person { background: var(--bg-card); border: 1px solid var(--line); border-radius: var(--radius); padding: 24px; }
.person__head {
  display: flex;
  align-items: center;
  gap: 16px;
}
.person__head-text { min-width: 0; }
.person__avatar {
  width: 125px; height: 125px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--sun); color: var(--ink);
  font-family: var(--font-head); font-weight: 800; font-size: 47px;
  overflow: hidden; flex-shrink: 0;
}
.person__avatar--photo { background: none; }
.person__avatar--photo img {
  width: 100%; height: 100%; object-fit: cover; object-position: center top;
}
.person__name { font-weight: 700; margin-bottom: 6px; font-size: 18px; }
.person__role { font-size: 14px; color: var(--ink-soft); }
.person__creds {
  list-style: none;
  margin: 14px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--ink);
}
.person__creds li {
  position: relative;
  padding-left: 16px;
}
.person__creds li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
}
.team__cta { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 32px; }

/* ---------- ЦЕНА ---------- */
.price__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.price__card {
  background: var(--bg-card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.price__card--year {
  border-color: color-mix(in srgb, var(--blue) 35%, var(--line));
  background: var(--blue-soft);
}
.price__eyebrow {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--ink-soft);
}
.price__card--year .price__eyebrow { color: var(--blue); }
.price__amount {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(32px, 4vw, 42px);
  color: var(--ink);
  letter-spacing: -0.02em;
}
.price__amount-soft { font-size: 0.55em; font-weight: 600; color: var(--ink-soft); }
.price__unit { font-size: 14px; color: var(--ink-soft); margin-bottom: 4px; }
.price__list { margin: 0; padding-left: 20px; font-size: 15px; color: var(--ink); }
.price__list li { margin-bottom: 6px; }
.price__cta { margin-top: auto; align-self: flex-start; }
.price__note {
  margin-top: 28px;
  text-align: center;
  font-size: 13px;
  max-width: 720px;
  margin-inline: auto;
  line-height: 1.65;
}

/* ---------- FAQ ---------- */
.faq__item { border-bottom: 1px solid var(--line); }
.faq__item summary {
  cursor: pointer; padding: 18px 0; font-weight: 600;
  list-style: none; display: flex; justify-content: space-between; gap: 16px;
}
.faq__item summary::-webkit-details-marker { display: none; }
.faq__item summary::after { content: "+"; color: var(--accent); font-weight: 700; font-size: 20px; line-height: 1; }
.faq__item[open] summary::after { content: "–"; }
.faq__answer { padding: 0 0 18px; color: var(--ink-soft); max-width: 640px; }

/* ---------- CTA (финал, тёмный) ---------- */
.cta-final .block__head { margin-inline: auto; }
.cta-final__dates {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 28px 0;
  text-align: left;
}
.cta-final__date {
  background: color-mix(in srgb, var(--ink-invert) 8%, transparent);
  border: 1px solid color-mix(in srgb, var(--ink-invert) 18%, transparent);
  border-radius: var(--radius-sm);
  padding: 18px;
}
.cta-final__date-tag {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--accent);
  margin-bottom: 8px;
}
.cta-final__date p {
  font-size: 14px;
  color: color-mix(in srgb, var(--ink-invert) 85%, transparent);
  line-height: 1.5;
}
.cta-final__buttons { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 26px; }
.cta-final__note { margin-top: 20px; font-size: 13px; color: color-mix(in srgb, var(--ink-invert) 70%, transparent); }
.cta-final .is-soon::after { background: var(--sun); color: var(--ink); }

/* ---------- FOOTER — стиль make-it.kz (тёмный, 4 колонки) ---------- */
.site-footer {
  background: var(--bg-dark);
  color: color-mix(in srgb, var(--ink-invert) 80%, transparent);
  padding-block: 56px 24px;
  font-size: 14px;
}
.site-footer__cols {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: clamp(24px, 4vw, 56px);
  padding-bottom: 36px;
  border-bottom: 1px solid color-mix(in srgb, var(--ink-invert) 15%, transparent);
}
.site-footer__col { display: flex; flex-direction: column; gap: 14px; }

.site-footer .brand--invert .brand__make,
.site-footer .brand--invert .brand__eens { color: var(--ink-invert); }
.site-footer .brand--invert .brand__by { color: color-mix(in srgb, var(--ink-invert) 60%, transparent); }

.site-footer__tagline {
  font-size: 13px;
  line-height: 1.6;
  color: color-mix(in srgb, var(--ink-invert) 65%, transparent);
  max-width: 320px;
}

.site-footer__heading {
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-invert);
  margin-bottom: 6px;
}

.site-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.site-footer__nav a {
  color: color-mix(in srgb, var(--ink-invert) 75%, transparent);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 120ms ease;
}
.site-footer__nav a:hover { color: var(--accent); }

.site-footer__contacts {
  font-style: normal;
  line-height: 1.65;
  color: color-mix(in srgb, var(--ink-invert) 75%, transparent);
}
.site-footer__contacts a {
  color: var(--ink-invert);
  font-weight: 600;
  text-decoration: none;
}
.site-footer__contacts a:hover { color: var(--accent); }

.site-footer__social { display: flex; flex-wrap: wrap; gap: 10px; }
.site-footer__social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--ink-invert) 10%, transparent);
  color: var(--ink-invert);
  font-weight: 700;
  font-size: 11px;
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--ink-invert) 18%, transparent);
  transition: background 120ms ease, color 120ms ease, border-color 120ms ease;
}
.site-footer__social-link:hover {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}

.site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 24px;
  font-size: 12px;
  color: color-mix(in srgb, var(--ink-invert) 55%, transparent);
}
.site-footer__copy { font-weight: 500; }
.site-footer__org { font-weight: 500; }
.site-footer__privacy {
  color: color-mix(in srgb, var(--ink-invert) 75%, transparent);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.site-footer__privacy:hover { color: var(--accent); }

/* ---------- Sticky CTA на мобайле ---------- */
.sticky-cta {
  position: fixed;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 80;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  background: var(--accent);
  color: var(--accent-ink);
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 14px 32px -10px rgba(255, 97, 9, 0.55);
  transform: translateY(120%);
  opacity: 0;
  transition: transform 240ms ease, opacity 240ms ease;
}
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; }

/* ============================================================
   АДАПТИВ
   ============================================================ */
@media (max-width: 1024px) {
  .path-spiral { grid-template-columns: repeat(3, 1fr); }
  .site-footer__cols { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { min-height: 280px; margin-top: 20px; }
  .recognize__grid { grid-template-columns: 1fr; }
  .social-proof__grid { grid-template-columns: 1fr; }
  .grid--3 { grid-template-columns: 1fr; }
  .path-summary { grid-template-columns: 1fr; }
  .price__grid { grid-template-columns: 1fr; }
  .cta-final__dates { grid-template-columns: 1fr; }
  .site-nav { display: none; }
}

@media (max-width: 640px) {
  .path-spiral { grid-template-columns: repeat(2, 1fr); }
  .hero__title { font-size: clamp(26px, 7vw, 36px); }
  .social-proof__stats { grid-template-columns: 1fr; }
  .site-footer__cols { grid-template-columns: 1fr; gap: 28px; }
}

@media (max-width: 560px) {
  .site-header__inner { gap: 12px; padding-block: 14px; }
  .site-header__cta { padding: 9px 14px; font-size: 14px; }
  .demo-window__frame { height: 560px; }
  .hero__cta .btn,
  .path__cta .btn,
  .cta-final__buttons .btn,
  .team__cta .btn { width: 100%; justify-content: center; }
  .sticky-cta { display: flex; }
  .why-now__divider-icon { width: 44px; height: 44px; font-size: 22px; }
}

@media (max-width: 420px) {
  .path-spiral { grid-template-columns: 1fr; }
}
