/* ==========================================================================
   Website 1000 — responsive layers
   1399 / 1199 / 991 / 767 / 575 / 400
   ========================================================================== */

/* ============================== <= 1399px ============================== */
@media (max-width: 1399.98px) {
  .w1k-field-stage { inset: auto -6% 0; }
}

/* ============================== <= 1199px ============================== */
@media (max-width: 1199.98px) {
  :root { --w1k-section-y: 96px; }

  .w1k-nav-list { gap: 20px; }
  .w1k-nav-menu { gap: 20px; }

  .w1k-field { height: 380px; }
  .w1k-field-stage { height: 300px; }
  .w1k-tag { font-size: .6875rem; padding: 6px 10px; }
  .w1k-node { width: 42px; height: 42px; }
  .w1k-node svg { width: 19px; height: 19px; }

  .w1k-svc { padding: 26px 26px 0; }
  .w1k-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .w1k-step-body .w1k-body-sm { max-width: 40ch; }

  .w1k-plan { padding: 30px 24px; }
  .w1k-plan-price { font-size: 2.6rem; }

  .w1k-support-copy { padding: 52px 20px 52px 44px; }
  .w1k-arch { border-radius: 170px 170px 20px 20px; }
}

/* =============================== <= 991px ============================== */
@media (max-width: 991.98px) {
  .w1k-header { padding-top: 14px; }
  .w1k-nav { padding: 9px 10px 9px 16px; border-radius: 20px; }

  .w1k-nav-toggle { display: block; }
  .w1k-nav-menu {
    position: absolute;
    left: 12px;
    right: 12px;
    top: calc(100% + 10px);
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    background: #fff;
    border: 1px solid var(--w1k-line);
    border-radius: var(--w1k-r-md);
    padding: 14px;
    box-shadow: var(--w1k-shadow-md);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .w1k-nav-menu.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .w1k-nav-list { flex-direction: column; align-items: stretch; gap: 0; }
  .w1k-nav-list a {
    display: block;
    padding: 12px 10px;
    border-radius: 10px;
    font-size: 1rem;
  }
  .w1k-nav-list a:hover { background: var(--w1k-primary-50); }
  .w1k-nav-list a::after { display: none; }
  .w1k-nav-cta { margin-top: 6px; }

  .w1k-field { height: 330px; margin-top: 10px; }
  .w1k-field-stage { height: 260px; inset: auto -14% 0; }
  .w1k-beam { top: 74px; bottom: 34px; width: 8px; }
  .w1k-field .w1k-hide-lg { display: none; }

  /* About */
  .w1k-about-visual { max-width: 460px; margin: 0 auto 46px; }
  .w1k-about .col-lg-6.offset-lg-1 { margin-left: 0; }
  .w1k-about-cols .w1k-body-sm { max-width: 42ch; }

  /* Support */
  .w1k-support-panel { grid-template-columns: 1fr; }
  .w1k-support-copy { order: 2; padding: 44px 32px 48px; }
  .w1k-support-photo { order: 1; min-height: 300px; }
  .w1k-support-photo::after {
    background: linear-gradient(0deg, var(--w1k-ink) 2%, rgba(15, 17, 48, .35) 55%, rgba(15, 17, 48, 0) 100%);
  }

  /* FAQ */
  .w1k-acc .accordion-body { padding-right: 6%; }
  .w1k-faq-aside { max-width: 52ch; }
}

/* =============================== <= 767px ============================== */
@media (max-width: 767.98px) {
  :root { --w1k-section-y: 76px; }

  .w1k-section-head { margin-bottom: 40px; text-align: left; }
  .w1k-section-head .w1k-lead { margin-left: 0; }
  .w1k-toggle { margin-top: 24px; }


  .w1k-btn-lg { width: 100%; }

  .w1k-field { height: 280px; }
  .w1k-field-stage { height: 210px; inset: auto -24% 0; }
  .w1k-tag { font-size: .625rem; border-radius: 8px; }
  .w1k-tag b { font-size: .625rem; }
  .w1k-node { width: 36px; height: 36px; }
  .w1k-node svg { width: 16px; height: 16px; }
  .w1k-node-check { width: 14px; height: 14px; }
  .w1k-node-check::after { left: 3.2px; top: 2.6px; height: 6px; }
  .w1k-beam-badge { width: 32px; height: 32px; }
  .w1k-beam-badge svg { width: 18px; height: 18px; }
  .w1k-field .w1k-hide-md { display: none; }
  .w1k-beam { top: 62px; bottom: 26px; width: 7px; }

  .w1k-fi1 { --x: 3%;  --y: 50%; }
  .w1k-fi3 { --x: 20%; --y: 72%; }
  .w1k-ft1 { --x: 1%;  --y: 74%; }
  .w1k-fl1 { --x: 56%; --y: 26%; }
  .w1k-fl2 { --x: 74%; --y: 58%; }
  .w1k-fv1 { --x: 38%; --y: 8%;  }
  .w1k-fv2 { --x: 33%; --y: 82%; }
  .w1k-fv4 { --x: 48%; --y: 46%; }

  .w1k-steps { grid-template-columns: 1fr; gap: 14px; }
  .w1k-step { flex-direction: column-reverse; }
  .w1k-step-visual { margin: 18px 0 0; height: auto; padding: 18px 16px; }
  .w1k-step-body .w1k-body-sm { max-width: none; }

  .w1k-plan--featured { margin-top: 14px; }
  .w1k-pricing-note { text-align: left; }

  .w1k-acc .accordion-button { font-size: 1rem; padding: 20px 46px 20px 0; }
  .w1k-acc .accordion-body { padding-right: 8%; }

  .w1k-support-copy { padding: 34px 24px 40px; }
  .w1k-support-actions { gap: 18px; }
  .w1k-btn-light { width: 100%; }

  .w1k-footer { padding-top: 56px; }
  .w1k-footer-bottom { margin-top: 42px; }
  .w1k-footer-bottom ul { gap: 16px; flex-wrap: wrap; }
}

/* =============================== <= 575px ============================== */
@media (max-width: 575.98px) {
  .w1k-arch { width: 88%; margin-left: 12%; border-radius: 150px 150px 20px 20px; }
  .w1k-about-blob { width: 82%; top: -16px; border-radius: 150px 150px 20px 20px; }
  .w1k-about-visual { padding-bottom: 56px; }
  .w1k-about-stat { right: 0; width: 208px; padding: 15px; }
  .w1k-about-stat-num { font-size: 1.4rem; }
  .w1k-about-visual::after { display: none; }

  .w1k-svc { padding: 22px 20px 0; }
  .w1k-feed li { padding: 11px 12px; }
  .w1k-channels { padding-bottom: 24px; }

  .w1k-field .w1k-hide-sm { display: none; }

  .w1k-plan-price { font-size: 2.3rem; }
  .w1k-support-pills span { font-size: .75rem; padding: 5px 12px; }
}

/* =============================== <= 400px ============================== */
@media (max-width: 400px) {
  .w1k-field { height: 240px; }
  .w1k-brand-text { font-size: 1rem; }
  .w1k-about-stat { width: 186px; }
  .w1k-report-foot { font-size: .625rem; }
}

/* ==========================================================================
   HERO — responsive rules only.
   In assets/css/responsive.css, DELETE every rule mentioning:
     .w1k-field, .w1k-field-stage, .w1k-field-plane, .w1k-beam, .w1k-beam-badge,
     .w1k-node, .w1k-node--idle, .w1k-tag, .w1k-tag--idle, .w1k-tag--live,
     .w1k-hide-lg/.w1k-hide-md/.w1k-hide-sm, .w1k-fi1-4/.w1k-ft1-3/.w1k-fl1-4/.w1k-fv1-4,
     .w1k-hero-head, .w1k-hero-note
   then merge the blocks below into the matching breakpoints you already have.
   ========================================================================== */

@media (max-width: 1199.98px) {
  /* the copy column gets too tight for side-by-side CTAs, so stack here */
  .w1k-hero { padding: 136px 0 80px; }
  .w1k-hero-grid { grid-template-columns: minmax(0, 1fr); gap: 52px; }
  .w1k-hero-copy { max-width: 640px; }
  .w1k-ticks { gap: 10px 24px; }

  /* the overlapping collage becomes a plain two-column stack */
  .w1k-collage {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 16px;
  }
  .w1k-collage > * {
    position: static;
    left: auto; top: auto;
    width: auto;
  }
  .w1k-c-photo { height: 100%; min-height: 200px; }
  .w1k-c-pill { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 991.98px) {
  .w1k-hero { padding: 124px 0 72px; }
  .w1k-hero-title { letter-spacing: -.03em; }
}

@media (max-width: 767.98px) {
  .w1k-hero { padding: 112px 0 62px; }
  .w1k-hero-title br { display: none; }
  .w1k-hero-sub { margin-top: 18px; }
  .w1k-hero-actions { gap: 10px; }
  .w1k-hero-actions .w1k-btn { width: 100%; }
  .w1k-ticks { grid-template-columns: minmax(0, 1fr); gap: 10px; }
  .w1k-collage { grid-template-columns: minmax(0, 1fr); }
  /* trim the collage to the three cards that carry the story */
  .w1k-c-photo,
  .w1k-c-stat { display: none; }
}

@media (max-width: 400px) {
  .w1k-hero-title { font-size: 2.15rem; }
}