.home-page {
  --ink: #36101e;
  --muted: #765965;
  --line: #ead1da;
  --paper: #fff8fa;
  --deep: #7c1233;
  --deep-2: #460b22;
  --gold: #f2a4b9;
  --mint: #ffd6e1;
  --coral: #c62659;
  --shell: 1320px;
  background:
    radial-gradient(circle at 88% 25%, rgba(242, 164, 185, .12), transparent 28rem),
    var(--paper);
}

.home-page .site-header {
  position: sticky;
  top: 0;
  border-color: rgba(124, 18, 51, .12);
  background: rgba(255, 252, 253, .92);
}

.home-page .site-header-inner { min-height: 70px; }
.home-page .wordmark-mark { color: #fff8fa; background: var(--deep); border-radius: 10px; }
.home-page .site-nav a { color: #5b3441; padding-block: 23px 21px; }
.home-page .site-nav a::after { bottom: 16px; }

.home-page .intro-band {
  position: relative;
  overflow: hidden;
  padding: 50px 0 54px;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 214, 225, .26), transparent 24rem),
    linear-gradient(120deg, #430a20 0%, #7c1233 53%, #b92658 115%);
  border-bottom: 5px solid var(--gold);
}

.home-page .intro-band::after {
  content: "";
  position: absolute;
  right: -8rem;
  bottom: -15rem;
  width: 34rem;
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 4rem rgba(255, 255, 255, .025), 0 0 0 8rem rgba(255, 255, 255, .02);
  pointer-events: none;
}

.home-page .intro-grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr);
  gap: clamp(44px, 7vw, 96px);
}

.home-page .intro-band h1 { font-size: clamp(46px, 5.6vw, 76px); }
.home-page .intro-copy { max-width: 520px; color: rgba(255, 248, 250, .78); font-size: 16px; line-height: 1.78; }
.home-page .eyebrow.light { color: #ffd6e1; }

.home-page .events-section { padding: 64px 0 88px; }
.home-page .section-heading { margin-bottom: 36px; border-color: var(--line); }
.home-page .section-heading h2 { font-size: clamp(30px, 3vw, 40px); }
.home-page .section-count { color: #9c7380; }

.home-page .activity-feature {
  grid-template-columns: minmax(300px, 380px) minmax(0, 1fr);
  gap: clamp(46px, 6.8vw, 90px);
  align-items: center;
}

.home-page .poster-link {
  max-width: 380px;
  border-radius: 14px;
  background: #4a0c23;
  box-shadow: 0 32px 72px rgba(91, 16, 47, .22), 0 0 0 1px rgba(124, 18, 51, .08);
}

.home-page .tag { min-height: 31px; padding-inline: 12px; border-radius: 999px; }
.home-page .tag-ai { color: #7b1737; background: #ffe3eb; border-color: #f3b6c8; }
.home-page .tag-build { color: #6a3b13; background: #fff0dd; border-color: #efc999; }
.home-page .event-status { margin-top: 24px; letter-spacing: .04em; }

.home-page .activity-content h3 {
  max-width: 11ch;
  font-size: clamp(46px, 5.4vw, 72px);
  line-height: 1.08;
}

.home-page .activity-content h3 a:hover,
.home-page .activity-content h3 a:focus-visible { text-decoration-color: #f2a4b9; }
.home-page .event-lead { color: #654b55; }

.home-page .event-facts {
  max-width: 720px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.home-page .event-facts div + div { border-color: var(--line); }
.home-page .event-facts dt { color: #936c79; }
.home-page .event-facts dd span { color: #80616c; }

.home-page .button {
  min-height: 47px;
  padding-inline: 22px;
  border-radius: 999px;
}

.home-page .button:focus-visible { outline-color: rgba(198, 38, 89, .34); }

.home-page .archive-section {
  padding: 70px 0 84px;
  background: #fff;
  border-color: var(--line);
}

.home-page .archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.home-page .archive-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  max-width: none;
  min-width: 0;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fffafb;
  box-shadow: 0 14px 34px rgba(79, 14, 38, .055);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-page .archive-card:hover {
  transform: translateY(-3px);
  border-color: #dfa8b9;
  box-shadow: 0 20px 42px rgba(79, 14, 38, .09);
}

.home-page .archive-card > a {
  display: block;
  width: 104px;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  border-radius: 9px;
  background: #f7e8ed;
  box-shadow: 0 12px 26px rgba(79, 14, 38, .13);
}

.home-page .archive-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 0;
  box-shadow: none;
}

.home-page .archive-card h2 {
  margin: 7px 0 9px;
  font-size: clamp(22px, 2vw, 27px);
  line-height: 1.22;
}

.home-page .archive-card p:not(.event-sequence) { color: #765d66; font-size: 14px; line-height: 1.65; }
.home-page .archive-card .text-link { margin-top: 14px; }

.home-page .themes-band {
  padding: 72px 0;
  background:
    radial-gradient(circle at 12% 100%, rgba(242, 164, 185, .12), transparent 26rem),
    var(--deep-2);
}

.home-page .theme-layout { grid-template-columns: minmax(220px, .5fr) minmax(0, 1.5fr); gap: clamp(44px, 7vw, 96px); align-items: start; }
.home-page .theme-entry-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.home-page .theme-entry,
.home-page .theme-entry-list .theme-entry + .theme-entry {
  min-height: 106px;
  padding: 20px 22px;
  border: 1px solid rgba(255, 248, 250, .18);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.home-page .theme-entry:hover,
.home-page .theme-entry:focus-visible {
  padding-inline: 22px;
  border-color: #f2a4b9;
  background: rgba(255, 255, 255, .075);
  transform: translateY(-2px);
}

.home-page .theme-name { font-size: clamp(21px, 2vw, 25px); }
.home-page .theme-meta { color: #f2a4b9; }
.home-page .site-footer { background: #fffafb; }

@media (min-width: 1600px) {
  .home-page { --shell: 1440px; }
  .home-page .activity-feature { grid-template-columns: 400px minmax(0, 1fr); }
  .home-page .poster-link { max-width: 400px; }
  .home-page .archive-card { grid-template-columns: 112px minmax(0, 1fr); padding: 24px; }
  .home-page .archive-card > a { width: 112px; }
}

@media (max-width: 1120px) {
  .home-page .archive-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .home-page .site-header-inner { min-height: 64px; }
  .home-page .intro-band { padding: 42px 0 46px; }
  .home-page .intro-grid { grid-template-columns: 1fr; gap: 20px; }
  .home-page .intro-band h1 { font-size: clamp(44px, 11vw, 58px); }
  .home-page .intro-copy { max-width: 40rem; }
  .home-page .events-section { padding: 48px 0 64px; }
  .home-page .activity-feature { grid-template-columns: 1fr; gap: 38px; }
  .home-page .activity-content { order: -1; }
  .home-page .activity-content h3 { max-width: 12ch; font-size: clamp(40px, 10vw, 52px); }
  .home-page .poster-link { width: min(100%, 360px); }
  .home-page .archive-section { padding: 52px 0 64px; }
  .home-page .archive-grid { grid-template-columns: 1fr; }
  .home-page .theme-layout { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 560px) {
  .home-page .wordmark-text { display: none; }
  .home-page .site-nav { gap: 16px; }
  .home-page .site-nav a { font-size: 12px; }
  .home-page .section-heading h2 { font-size: 28px; }
  .home-page .activity-content h3 { font-size: clamp(37px, 10.5vw, 46px); }
  .home-page .event-facts { padding: 0 18px; }
  .home-page .archive-card { grid-template-columns: 84px minmax(0, 1fr); gap: 16px; padding: 16px; }
  .home-page .archive-card > a { width: 84px; }
  .home-page .archive-card h2 { font-size: 23px; }
  .home-page .archive-card p:not(.event-sequence) { display: none; }
  .home-page .theme-entry-list { grid-template-columns: 1fr; }
  .home-page .theme-entry,
  .home-page .theme-entry-list .theme-entry + .theme-entry { min-height: 88px; }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .archive-card:hover,
  .home-page .theme-entry:hover,
  .home-page .theme-entry:focus-visible { transform: none; }
}
