/* ============================================
   BLOCK 1 — HERO (editorial split 2-col, magazine frame)
   ============================================ */

.home_block_1 {
  padding: 13rem var(--main-padding) 8rem;
  background: var(--bg-paper);
  position: relative;
}

.home_block_1::before {
  content: "";
  position: absolute;
  top: 9rem;
  left: var(--main-padding);
  right: var(--main-padding);
  height: 1px;
  background: var(--ink);
  max-width: 1600px;
  margin: 0 auto;
}

.home_block_1_inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

/* ===== Masthead bar (editorial volume label) ===== */
.home_block_1_masthead {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.9rem;
  font-family: "Geist", inherit;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--ink-muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding-top: 0.5rem;
}

.home_block_1_masthead > .masthead_dot {
  color: var(--accent);
  font-weight: 700;
}

/* ===== Grid — split 2-col ===== */
.home_block_1_grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 5rem;
  align-items: start;
}

/* ===== LEFT — text column ===== */
.home_block_1_text {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  padding-top: 1rem;
}

.home_block_1_eyebrow {
  margin-bottom: 0.4rem;
}

.home_block_1_title {
  color: var(--ink);
  font-weight: 500;
  font-size: 5.6rem;
  line-height: 1.02;
  letter-spacing: -0.025em;
  margin-bottom: 0.4rem;
}

.home_block_1_title > em {
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
}

.home_block_1_lead {
  color: var(--ink-soft);
  font-family: "Crimson Pro", serif;
  font-weight: 400;
  font-size: 1.42rem;
  line-height: 1.55;
  max-width: 95%;
}

.home_block_1_cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

/* ===== Stats — 3 column ink-divider ===== */
.home_block_1_stats {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--hairline);
}

.home_block_1_stat {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  flex: 1;
}

.home_block_1_stat > .stat_value {
  font-family: "Crimson Pro", serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1;
  color: var(--ink);
  letter-spacing: -0.02em;
}

.home_block_1_stat > .stat_value > em {
  font-style: italic;
  color: var(--accent);
  font-weight: 400;
}

.home_block_1_stat > .stat_label {
  font-family: "Geist", inherit;
  font-size: 0.88rem;
  color: var(--ink-muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home_block_1_stat_divider {
  width: 1px;
  background: var(--hairline);
  align-self: stretch;
}

/* ===== RIGHT — magazine frame image ===== */
.home_block_1_visual {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.home_block_1_frame {
  position: relative;
  background: var(--bg-paper);
  padding: 1.2rem;
  border: 1.5px solid var(--ink);
}

/* corner markers (editorial frame) */
.frame_corner {
  position: absolute;
  width: 14px;
  height: 14px;
  border: 2px solid var(--accent);
  z-index: 2;
}

.frame_corner_tl {
  top: -7px;
  left: -7px;
  border-right: none;
  border-bottom: none;
}

.frame_corner_tr {
  top: -7px;
  right: -7px;
  border-left: none;
  border-bottom: none;
}

.frame_corner_bl {
  bottom: -7px;
  left: -7px;
  border-right: none;
  border-top: none;
}

.frame_corner_br {
  bottom: -7px;
  right: -7px;
  border-left: none;
  border-top: none;
}

/* index ribbon — magazine vibe */
.home_block_1_frame_index {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 3;
  padding: 0.4rem 0.7rem;
  background: var(--accent);
  color: var(--bg-paper);
  font-family: "Crimson Pro", serif;
  font-weight: 600;
  font-size: 0.94rem;
  letter-spacing: 0.04em;
  border-radius: var(--radius-sm);
}

.home_block_1_img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1px;
}

/* caption strip below image inside frame */
.home_block_1_frame_caption {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.1rem 0.3rem 0.3rem;
  border-top: 1px solid var(--hairline);
  margin-top: 1.2rem;
}

.caption_label {
  font-family: "Geist", inherit;
  font-size: 0.74rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  padding-top: 0.15rem;
}

.caption_text {
  font-family: "Crimson Pro", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 1.04rem;
  color: var(--ink-soft);
  line-height: 1.5;
}

/* marker line under image */
.home_block_1_visual_marker {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0 0.2rem;
  font-family: "Geist", inherit;
  font-size: 0.86rem;
  color: var(--ink-muted);
  letter-spacing: 0.04em;
}

.home_block_1_visual_marker > .marker_dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--accent);
  border-radius: 50%;
  flex-shrink: 0;
}

.home_block_1_visual_marker > .marker_text > em {
  font-style: normal;
  color: var(--ink);
  font-weight: 600;
}

/* ============================================
   Mobile — ≤1024px
   ============================================ */
@media (max-width: 1024px) {
  .home_block_1 {
    padding: 16rem var(--main-padding) 10rem;
  }

  .home_block_1::before {
    top: 12rem;
  }

  .home_block_1_inner {
    gap: 4rem;
  }

  .home_block_1_masthead {
    font-size: 1.8rem;
    letter-spacing: 0.18em;
    gap: 1rem;
  }

  .home_block_1_grid {
    grid-template-columns: 1fr;
    gap: 5rem;
  }

  .home_block_1_text {
    gap: 2.4rem;
    padding-top: 0;
  }

  .home_block_1_title {
    font-size: 7.4rem;
    line-height: 1.04;
  }

  .home_block_1_lead {
    font-size: 2.8rem;
    line-height: 1.45;
    max-width: 100%;
  }

  .home_block_1_cta {
    flex-direction: column;
    gap: 1.4rem;
  }

  .home_block_1_stats {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 3rem;
    padding-top: 3rem;
  }

  .home_block_1_stat > .stat_value {
    font-size: 5.4rem;
  }

  .home_block_1_stat > .stat_label {
    font-size: 1.9rem;
  }

  .home_block_1_stat_divider {
    width: 100%;
    height: 1px;
  }

  .home_block_1_frame {
    padding: 1.6rem;
  }

  .home_block_1_frame_index {
    top: 1.6rem;
    left: 1.6rem;
    padding: 0.7rem 1.2rem;
    font-size: 1.9rem;
  }

  .frame_corner {
    width: 22px;
    height: 22px;
    border-width: 3px;
  }

  .frame_corner_tl { top: -11px; left: -11px; }
  .frame_corner_tr { top: -11px; right: -11px; }
  .frame_corner_bl { bottom: -11px; left: -11px; }
  .frame_corner_br { bottom: -11px; right: -11px; }

  .home_block_1_frame_caption {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.6rem 0.3rem 0.3rem;
    margin-top: 1.6rem;
  }

  .caption_label {
    font-size: 1.7rem;
  }

  .caption_text {
    font-size: 2.2rem;
  }

  .home_block_1_visual_marker {
    font-size: 1.9rem;
    flex-wrap: wrap;
  }

  .home_block_1_visual_marker > .marker_dot {
    width: 10px;
    height: 10px;
  }
}
