.page-home {
  --home-soft: #C7D3C9;
  --home-lemon-ghost: rgba(228, 255, 76, 0.05);
  background: var(--field-900);
  color: var(--paper);
  font-family: var(--sans);
  overflow-x: hidden;
}

.page-home .home-crumb {
  padding-block: 0.75rem 0.25rem;
}

/* ---------- HERO ---------- */

.page-home .hero {
  position: relative;
  background: linear-gradient(175deg, var(--field-950) 0%, var(--field-900) 62%, #0E2419 100%);
  padding-block: clamp(1.75rem, 5vw, 3.5rem) clamp(2.25rem, 6vw, 4rem);
  overflow: hidden;
}

.page-home .hero__frame {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: center;
}

.page-home .hero__kicker {
  display: inline-block;
  margin: 0 0 1rem;
  padding: 0.35rem 0.6rem;
  background: var(--lemon);
  color: var(--field-950);
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-home .hero__title {
  margin: 0 0 1rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.95rem, 5.6vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: -0.012em;
  color: var(--paper);
  text-wrap: balance;
}

.page-home .hero__lede {
  margin: 0;
  max-width: 44ch;
  color: var(--home-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.page-home .hero__nodes {
  list-style: none;
  margin: 1.6rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line-700);
}

.page-home .hero__nodes li {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.3rem 1rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line-700);
}

.page-home .hero__nodes-time {
  flex: 0 0 auto;
  min-width: 8.5rem;
  font-family: var(--mono);
  font-size: 0.73rem;
  letter-spacing: 0.1em;
  color: var(--lemon);
}

.page-home .hero__nodes-text {
  color: var(--home-soft);
  font-size: 0.94rem;
  line-height: 1.6;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.6rem;
}

.page-home .hero__visual {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid var(--line-700);
  background: var(--field-950);
  aspect-ratio: 4 / 3;
}

.page-home .hero__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.42;
  filter: saturate(0.65) brightness(0.78);
}

.page-home .pitch {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.page-home .pitch__horizon {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  height: 1px;
  background: var(--line-700);
}

.page-home .pitch__offside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60%;
  width: 1px;
  background: linear-gradient(180deg, transparent, var(--lemon) 14%, var(--lemon) 86%, transparent);
  box-shadow: 0 0 14px rgba(228, 255, 76, 0.45);
  transition: left 0.7s var(--ease);
}

.page-home .hero__visual:hover .pitch__offside {
  left: 74%;
}

.page-home .pitch__ticks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background-image: repeating-linear-gradient(90deg, var(--moss) 0 1px, transparent 1px 22px);
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}

.page-home .hero__visual-note {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0.55rem 0.75rem;
  background: rgba(9, 24, 17, 0.82);
  border-top: 1px solid var(--line-700);
  color: var(--moss);
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.page-home .hero__visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(228, 255, 76, 0.16), transparent);
  transform: translateX(-100%);
  animation: home-sweep 1.1s var(--ease) 0.15s 1 both;
  pointer-events: none;
}

@keyframes home-sweep {
  from { transform: translateX(-100%); }
  to { transform: translateX(100%); }
}

@media (min-width: 900px) {
  .page-home .hero__frame {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .page-home .hero__visual {
    aspect-ratio: 16 / 12;
  }
}

/* ---------- BAND SHELL ---------- */

.page-home .band {
  padding-block: clamp(2.5rem, 7vw, 4.75rem);
}

.page-home .band__inner {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.page-home .band--timeline {
  background: var(--field-900);
}

.page-home .band--lanes {
  background: var(--field-950);
}

.page-home .band--scope {
  background: var(--paper);
  color: var(--ink-900);
}

.page-home .band--feed {
  background: var(--field-900);
}

.page-home .band--scope .section-head__index {
  color: var(--flag);
}

.page-home .band--scope .section-head__title {
  color: var(--ink-900);
}

.page-home .band--scope .section-head__note {
  color: #6A6155;
}

/* ---------- TIMELINE ---------- */

.page-home .timeline {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
}

.page-home .timeline__list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.page-home .timeline__list::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 0.6rem;
  bottom: 0.6rem;
  width: 1px;
  background: var(--line-700);
}

.page-home .tl-node {
  position: relative;
  padding: 0.15rem 0 0 1.75rem;
  margin-bottom: 1.85rem;
}

.page-home .tl-node:last-child {
  margin-bottom: 0;
}

.page-home .tl-node::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 11px;
  height: 11px;
  background: var(--field-900);
  border: 1px solid var(--lemon);
  transform: rotate(45deg);
  transition: background-color 0.25s var(--ease);
}

.page-home .tl-node:hover::before,
.page-home .tl-node:focus-within::before {
  background: var(--lemon);
}

.page-home .tl-node__mark {
  margin: 0 0 0.35rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--flag);
}

.page-home .tl-node__title {
  margin: 0 0 0.45rem;
  font-family: var(--sans);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--paper);
}

.page-home .tl-node__body {
  margin: 0;
  max-width: 46ch;
  color: var(--home-soft);
  font-size: 0.94rem;
  line-height: 1.78;
}

.page-home .tl-figure {
  margin: 0;
  border: 1px solid var(--line-700);
  background: var(--field-800);
  align-self: start;
}

.page-home .tl-figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  opacity: 0.85;
}

.page-home .tl-figure figcaption {
  padding: 0.75rem 0.9rem;
  border-top: 1px solid var(--line-700);
  color: var(--moss);
  font-size: 0.78rem;
  line-height: 1.65;
}

@media (min-width: 900px) {
  .page-home .timeline {
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.6fr);
    align-items: start;
  }
}

/* ---------- LANES ---------- */

.page-home .lanes__grid {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-top: 1px solid var(--line-700);
}

.page-home .lane {
  padding: 1.4rem 0 1.5rem 1.15rem;
  border-bottom: 1px solid var(--line-700);
  border-left: 2px solid transparent;
  transition: border-left-color 0.25s var(--ease), background-color 0.25s var(--ease);
}

.page-home .lane:hover,
.page-home .lane:focus-within {
  border-left-color: var(--lemon);
  background: var(--home-lemon-ghost);
}

.page-home .lane__index {
  margin: 0 0 0.5rem;
  font-family: var(--mono);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--flag);
}

.page-home .lane__title {
  margin: 0 0 0.55rem;
  font-family: var(--sans);
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.4;
}

.page-home .lane__link {
  color: var(--paper);
  text-decoration: none;
  border-bottom: 1px solid rgba(228, 255, 76, 0.35);
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-home .lane:hover .lane__link,
.page-home .lane__link:hover,
.page-home .lane__link:focus-visible {
  color: var(--lemon);
  border-bottom-color: var(--lemon);
}

.page-home .lane__desc {
  margin: 0 0 0.7rem;
  max-width: 42ch;
  color: var(--home-soft);
  font-size: 0.93rem;
  line-height: 1.78;
}

.page-home .lane__meta {
  margin: 0;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--moss);
}

@media (min-width: 760px) {
  .page-home .lanes__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(1.25rem, 4vw, 3rem);
  }
}

/* ---------- SCOPE ---------- */

.page-home .scope__grid {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 3rem);
}

.page-home .scope__body p {
  margin: 0 0 1.1rem;
  max-width: 62ch;
  color: var(--ink-900);
  font-size: 0.97rem;
  line-height: 1.85;
}

.page-home .scope__body p:last-child {
  margin-bottom: 0;
}

.page-home .scope__meta {
  align-self: start;
  background: rgba(36, 28, 20, 0.04);
  padding: 1rem 1rem 1rem 1.15rem;
}

.page-home .scope__meta-item {
  margin: 0 0 0.75rem;
  font-size: 0.86rem;
  line-height: 1.7;
  color: #4A4238;
}

.page-home .scope__meta-item:last-child {
  margin-bottom: 0;
}

.page-home .scope__meta-item .u-mono {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--flag);
  margin-bottom: 0.15rem;
}

@media (min-width: 900px) {
  .page-home .scope__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  }
}

/* ---------- FEED ---------- */

.page-home .feed {
  margin-top: clamp(1.5rem, 4vw, 2.5rem);
}

.page-home .feed__item {
  border-top: 1px solid var(--line-700);
  padding: 1.35rem 0 1.5rem;
}

.page-home .feed__item:last-child {
  border-bottom: 1px solid var(--line-700);
}

.page-home .feed__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.7rem;
}

.page-home .feed__time {
  font-family: var(--mono);
  font-size: 0.71rem;
  letter-spacing: 0.1em;
  color: var(--moss);
}

.page-home .feed__title {
  margin: 0 0 0.5rem;
  font-family: var(--serif);
  font-size: 1.16rem;
  font-weight: 600;
  line-height: 1.55;
}

.page-home .feed__title a {
  color: var(--paper);
  text-decoration: none;
  transition: color 0.2s var(--ease);
}

.page-home .feed__title a:hover,
.page-home .feed__title a:focus-visible {
  color: var(--lemon);
}

.page-home .feed__desc {
  margin: 0;
  max-width: 56ch;
  color: var(--home-soft);
  font-size: 0.93rem;
  line-height: 1.78;
}

@media (min-width: 900px) {
  .page-home .feed__item:nth-child(odd) {
    margin-right: clamp(1rem, 9vw, 6.5rem);
  }
  .page-home .feed__item:nth-child(even) {
    margin-left: clamp(1rem, 9vw, 6.5rem);
  }
}

/* ---------- CLOSING ---------- */

.page-home .closing {
  background: var(--field-950);
  border-top: 1px solid var(--line-700);
}

.page-home .closing__figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.page-home .closing__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  opacity: 0.48;
}

.page-home .closing__inner {
  max-width: var(--maxw);
  margin-inline: auto;
  padding: clamp(2rem, 6vw, 3.5rem) var(--gutter) clamp(2.5rem, 7vw, 4rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(1.75rem, 4vw, 3rem);
}

.page-home .closing__title {
  margin: 0 0 0.85rem;
  font-family: var(--display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3.6vw, 2.2rem);
  line-height: 1.2;
  letter-spacing: -0.005em;
  color: var(--paper);
}

.page-home .closing__desc {
  margin: 0;
  max-width: 48ch;
  color: var(--home-soft);
  font-size: 0.95rem;
  line-height: 1.8;
}

.page-home .closing__contact {
  border-left: 2px solid var(--blue);
  padding-left: 1.1rem;
}

.page-home .closing__contact-item {
  margin: 0 0 0.7rem;
  font-family: var(--mono);
  font-size: 0.83rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: var(--paper);
  overflow-wrap: anywhere;
}

.page-home .closing__contact-item .u-mono {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: 0.15rem;
}

.page-home .closing__contact-note {
  margin: 0.9rem 0 0.7rem;
  font-size: 0.8rem;
  line-height: 1.75;
  color: var(--moss);
}

.page-home .closing__legal {
  margin: 0 0 0.4rem;
  font-family: var(--mono);
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  color: var(--moss);
}

.page-home .closing__more {
  margin: 0;
  font-size: 0.86rem;
}

.page-home .closing__more a {
  color: var(--blue);
  text-decoration: none;
  border-bottom: 1px solid rgba(79, 168, 224, 0.4);
}

.page-home .closing__more a:hover,
.page-home .closing__more a:focus-visible {
  color: var(--lemon);
  border-bottom-color: var(--lemon);
}

@media (min-width: 900px) {
  .page-home .closing__figure img {
    aspect-ratio: 21 / 9;
  }
  .page-home .closing__inner {
    grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
    align-items: start;
  }
}

/* ---------- FOCUS ---------- */

.page-home a:focus-visible {
  outline: 1px solid var(--blue);
  outline-offset: 3px;
}

/* ---------- REDUCED MOTION ---------- */

@media (prefers-reduced-motion: reduce) {
  .page-home .hero__visual::after {
    animation: none;
    display: none;
  }
  .page-home .pitch__offside,
  .page-home .lane,
  .page-home .tl-node::before {
    transition: none;
  }
  .page-home .hero__visual:hover .pitch__offside {
    left: 60%;
  }
}
</main>
