/* Homepage composition. Shared account and information-page styles stay in style.css. */
.home-page {
  --page: 1280px;
  --header-height: 76px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 200;
  padding: 12px 20px;
  background: var(--white);
  color: var(--black);
  transform: translateY(-180%);
}

.skip-link:focus { transform: translateY(0); }
.home-page section[id] { scroll-margin-top: 100px; }
.home-page .site-header { background: rgba(5, 5, 5, 0.9); }
.home-page .primary-nav a { font-size: 0.75rem; letter-spacing: 0.07em; }
.home-page .brand { font-size: 1.15rem; }
.home-page .hero {
  min-height: min(820px, calc(100svh - var(--header-height)));
  align-items: center;
}
.home-page .hero-shade {
  background:
    linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.5) 48%, rgba(0,0,0,.08) 85%),
    linear-gradient(0deg, #050505, transparent 26%, rgba(0,0,0,.14));
}
.home-page .hero-content { padding-block: 100px 120px; }
.home-page .hero h1 { font-size: clamp(4rem, 9.4vw, 9rem); letter-spacing: -0.075em; }
.home-page .eyebrow { margin-bottom: 32px; font-weight: 650; letter-spacing: 0.12em; }
.home-page .hero-copy { max-width: 530px; color: #d0d0cc; font-size: 1.08rem; line-height: 1.7; }
.hero-lead { display: block; margin-bottom: 9px; color: var(--white); font-size: clamp(1.2rem, 2vw, 1.65rem); font-weight: 550; letter-spacing: -0.025em; }
.home-page .hero-actions { margin-top: 28px; }
.home-page .button { min-height: 50px; font-size: 0.72rem; letter-spacing: 0.07em; }

.home-page .access-section {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  padding-block: 40px 48px;
}
.home-page .access-copy .section-kicker { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; font-size: 0.65rem; }
.home-page .access-copy h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); letter-spacing: -0.035em; line-height: 1.2; }
.home-page .access-copy > p:last-child { max-width: 680px; margin-top: 12px; font-size: 0.9rem; }
.home-page .access-section > a { white-space: nowrap; border-bottom: 1px solid #666; padding-block: 12px; }
.status-links { display: grid; gap: 8px; justify-items: start; }
.status-links a { padding-block: 10px; border-bottom: 1px solid #666; }

.home-page .showcase-section { padding-block: 80px; }
.home-page .section-heading { margin-bottom: 36px; }
.home-page .section-heading-split { grid-template-columns: 1.2fr 0.8fr; gap: 64px; }
.home-page .section-heading h2 { font-size: clamp(2rem, 4.2vw, 3.5rem); line-height: 1.05; letter-spacing: -0.055em; }
.home-page .section-kicker { font-size: 0.67rem; letter-spacing: 0.14em; }
.home-page .section-heading-split > p { font-size: 0.94rem; line-height: 1.65; }
.home-page .showcase-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 20px; }
.home-page .showcase-grid figure { display: block; background: transparent; color: var(--black); }
.home-page .showcase-card-wide { grid-column: auto; }
.home-page .showcase-card:first-child { grid-column: 1 / -1; }
.home-page .showcase-card img { width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; }
.home-page .showcase-card:first-child img { aspect-ratio: 2.6 / 1; }
.home-page .showcase-grid figcaption { padding: 12px 0 0; border: 0; font-size: 0.7rem; font-weight: 650; letter-spacing: 0.035em; }
.home-page .showcase-card:hover img { transform: none; }
.gallery-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 24px; border-top: 1px solid var(--line-light); }
.gallery-footer > span { color: #62625e; font-size: 0.82rem; }
.home-page .gallery-footer .text-link { margin: 0; }
.home-page .showcase-section :focus-visible { outline-color: var(--black); }

.home-page .updates-preview { padding-block: 80px; border-top: 0; }
.home-page .updates-preview .section-heading-split > p { color: var(--muted); }
.home-page .release-preview-grid { gap: 18px; align-items: stretch; }
.home-page .release-preview-card { display: flex; flex-direction: column; border-color: #30302e; }
.home-page .release-preview-card img { height: auto; min-height: 0; aspect-ratio: 16 / 9; object-fit: cover; }
.home-page .release-preview-copy { padding: 22px; }
.home-page .release-preview-copy h3 { font-size: 1.3rem; line-height: 1.18; }
.home-page .release-preview-copy h3 a { text-decoration: none; }
.home-page .release-preview-copy h3 a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-page .release-preview-copy p { font-size: 0.85rem; line-height: 1.7; }
.home-page .release-meta { flex-direction: column; gap: 5px; font-size: 0.6rem; letter-spacing: 0.065em; }
.home-page .release-preview-card-current .release-preview-copy { flex: 1; min-height: 0; }
.home-page .release-preview-card-current h3 { padding-top: 46px; margin-top: auto; font-size: 2.25rem; letter-spacing: -0.06em; }
.home-page .release-preview-card-current :focus-visible { outline-color: var(--black); }

.home-page .community-section { border-top: 1px solid var(--line); background: var(--black-soft); color: var(--white); }
.home-page .community-inner { min-height: 0; padding-block: 72px; gap: 64px; }
.home-page .community-copy h2 { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.08; }
.home-page .community-section .section-kicker,
.home-page .community-section .community-copy > p:last-child { color: var(--muted); }
.home-page .community-copy > p:last-child { font-size: 0.94rem; margin-top: 20px; }
.home-page .community-actions { justify-self: end; width: min(100%, 330px); gap: 22px; }
.home-page .community-actions .button-light { background: var(--white); color: var(--black); border-color: var(--white); }
.home-page .community-actions .button-light:hover { background: var(--white-soft); }
.home-page .social { gap: 12px; }
.home-page .social a { width: 46px; height: 46px; background: transparent; border-color: #444; }
.home-page .social a:hover { background: var(--white); }
.home-page .footer { min-height: 140px; gap: 28px; }
.home-page .footer-links { gap: 18px; }
.home-page .footer-links a { font-size: 0.65rem; }

@media (max-width: 1100px) {
  .home-page .release-preview-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .release-preview-card img { aspect-ratio: 2 / 1; }
  .home-page .footer { grid-template-columns: 1fr auto; }
  .home-page .footer-links { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; padding-bottom: 28px; }
}

@media (max-width: 980px) {
  .home-page .primary-nav { display: flex; gap: 18px; }
  .home-page .hero { min-height: 650px; }
  .home-page .section-heading-split { gap: 32px; }
  .home-page .community-inner { grid-template-columns: 1fr 0.8fr; gap: 40px; }
}

@media (max-width: 720px) {
  .home-page { --header-height: 106px; }
  .home-page .site-header { min-height: 64px; padding-block: 14px 48px; }
  .home-page .primary-nav { position: absolute; bottom: 0; left: 16px; right: 16px; justify-content: space-between; height: 38px; border-top: 1px solid var(--line); }
  .home-page .primary-nav a { font-size: 0.65rem; padding-block: 8px; }
  .home-page section[id] { scroll-margin-top: 124px; }
  .home-page .hero { min-height: 560px; }
  .home-page .hero-content { padding-block: 76px 82px; }
  .home-page .hero h1 { font-size: clamp(3.3rem, 15vw, 6rem); }
  .home-page .hero-copy { max-width: 450px; font-size: 0.97rem; }
  .home-page .hero-shade { background: linear-gradient(90deg, rgba(0,0,0,.8), rgba(0,0,0,.4)), linear-gradient(0deg, #050505, transparent 55%); }
  .home-page .hero-actions { display: flex; }
  .home-page .hero-actions .button { width: auto; }
  .home-page .eyebrow { font-size: 0.62rem; }
  .home-page .access-section { grid-template-columns: 1fr; gap: 16px; padding-block: 28px 40px; }
  .home-page .access-section > a { justify-self: start; }
  .home-page .showcase-section,
  .home-page .updates-preview { padding-block: 52px; }
  .home-page .section-heading-split { grid-template-columns: 1fr; gap: 18px; }
  .home-page .section-heading-split > p { margin: 0; }
  .home-page .showcase-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 12px; }
  .home-page .showcase-card:first-child img { aspect-ratio: 16 / 10; }
  .home-page .showcase-grid figcaption { font-size: 0.6rem; }
  .gallery-footer { align-items: flex-start; flex-direction: column; }
  .home-page .release-preview-copy { padding: 18px; }
  .home-page .release-preview-copy h3 { font-size: 1.2rem; }
  .home-page .release-preview-card-current h3 { font-size: 2rem; }
  .home-page .community-inner { grid-template-columns: 1fr; padding-block: 52px; gap: 28px; }
  .home-page .community-actions { justify-self: start; }
  .home-page .footer { padding-top: 30px; gap: 20px; }
}

@media (max-width: 460px) {
  .home-page .release-preview-grid { grid-template-columns: 1fr; }
  .home-page .release-preview-card-current h3 { margin-top: 30px; padding: 0; }
  .home-page .release-preview-card img { aspect-ratio: 2 / 1; }
  .home-page .footer-links { gap: 14px; }
}
