/* Me at Home hub */

.home-day {
  position: relative;
  margin-top: 1.35rem;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
.home-hub {
  position: relative;
  min-height: 28rem;
}
.home-nodes {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 1.25rem .85rem;
  position: relative;
  z-index: 1;
  min-height: 28rem;
  align-items: center;
  justify-items: center;
}
.home-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .45rem;
  margin: 0;
  width: 78%;
  max-width: 8.6rem;
  min-width: 6.8rem;
  height: 5.5rem;
  min-height: 5.5rem;
  max-height: 5.5rem;
  padding: .6rem .65rem;
  border-radius: 12px;
  border: 1px solid rgba(243, 239, 230, 0.16);
  background: rgba(12, 10, 8, 0.58);
  backdrop-filter: blur(12px);
  color: var(--hero-fg);
  font-size: .9rem;
  line-height: 1.2;
  box-sizing: border-box;
  text-align: center;
  justify-self: center;
}
.home-node span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.2;
}
.home-node .ico {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
  color: var(--copper);
}
.hn-family {
  grid-column: 2;
  grid-row: 2;
}
.hn2 { grid-column: 1; grid-row: 1; }
.hn3 { grid-column: 3; grid-row: 1; }
.hn4 { grid-column: 1; grid-row: 2; }
.hn5 { grid-column: 3; grid-row: 2; }
.hn6 { grid-column: 1; grid-row: 3; }
.hn7 { grid-column: 3; grid-row: 3; }
.hn8 { grid-column: 2; grid-row: 1; }
.hn9 { grid-column: 2; grid-row: 3; }
@media (min-width: 600px) and (max-width: 799px) {
  .home-day {
    width: 96%;
    max-width: 44rem;
    margin: 2rem auto 0;
  }
  .home-hub {
    min-height: 0;
  }
  .home-nodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 1.4rem 1.25rem;
    min-height: 0;
    width: 100%;
    align-items: stretch;
    justify-items: stretch;
  }
  .home-node {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    height: 7.25rem;
    min-height: 7.25rem;
    max-height: none;
    padding: 1rem 0.75rem;
    border-radius: 16px;
    font-size: 1.05rem;
    font-weight: 500;
    gap: 0.65rem;
    justify-self: stretch;
  }
  .home-node span {
    font-size: 1.05rem;
    line-height: 1.25;
  }
  .home-node .ico {
    width: 1.85rem;
    height: 1.85rem;
  }
}

@media (max-width: 599px) {
  .home-day { width: 100%; }
  .home-hub { min-height: 0; }
  .home-nodes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: .75rem .45rem;
    min-height: 0;
    padding-left: 0;
    margin-left: 0;
    justify-items: center;
  }
  .home-node {
    width: 94%;
    max-width: 7.2rem;
    min-width: 0;
    height: 5.1rem;
    min-height: 5.1rem;
    max-height: 5.1rem;
    padding: .45rem .25rem;
    font-size: .8rem;
    gap: .35rem;
  }
  .home-node .ico {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.toolkit-band {
  position: relative;
  z-index: 1;
  overflow: hidden;
  isolation: isolate;
  background-color: #d6d6d6;
  background-image:
    url('../media/Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg'),
    url('/media/Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg'),
    url('media/Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg'),
    url('../media/toolkit-bg.jpg'),
    url('/media/toolkit-bg.jpg'),
    url('toolkit-bg.jpg'),
    url('Gemini_Generated_Image_hnpf96hnpf96hnpf.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--ink);
  box-shadow: none;
}
.toolkit-band .toolkit-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.toolkit-band .toolkit-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.98) contrast(1.02);
}
.toolkit-band .wrap {
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}
.toolkit-band::before,
.toolkit-band::after {
  display: none !important;
  content: none !important;
}
.toolkit-band .section-title {
  font-family: 'Rubik Glitch', system-ui, sans-serif;
  font-size: clamp(1.6rem, 3.2vw, 2.2rem);
  font-weight: 400;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
  text-align: right;
  text-transform: uppercase;
  letter-spacing: .06em;
  width: 100%;
  margin: 0;
  line-height: 1.15;
}
.toolkit-rows {
  display: flex;
  flex-direction: column;
  gap: 2.25rem;
  margin-top: 1.5rem;
  width: 100%;
}
.toolkit-row {
  width: 100%;
}
.toolkit-row h3 {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 .85rem;
}
.toolkit-row .chips {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem .6rem;
  width: 100%;
}
.toolkit-more {
  font-family: var(--sans);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .16em;
  color: var(--muted);
  text-transform: lowercase;
  margin-left: .25rem;
}
.toolkit-split {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}
@media (min-width: 800px) {
  .toolkit-split {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}
.toolkit-col h3 {
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--muted);
  margin: 0 0 .85rem;
}
.toolkit-group + .toolkit-group {
  margin-top: 2rem;
}
.toolkit-col .chips {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: .65rem .6rem;
}
.toolkit-band .chip {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(42, 39, 35, 0.14);
  background: rgba(255, 255, 255, 0.80);
  color: var(--ink);
  padding: .65rem 1.05rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1.35;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background-color .2s ease;
}
.toolkit-band .chip:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: var(--copper);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
@media (max-width: 640px) {
  .toolkit-band .chip {
    padding: .5rem .85rem;
    font-size: .82rem;
  }
}

