/* ============================================================
   HÅVARD PEDERSEN — Homepage visual system (2026 rebuild)
   Scoped to .body--home only. EPK / shop / gigs unchanged.
   ============================================================ */

.body--home {
  --home-bg: #080809;
  --home-bg-2: #111114;
  --home-text: #f5f2ed;
  --home-muted: rgba(245, 242, 237, 0.58);
  --home-line: rgba(255, 255, 255, 0.12);
  --home-accent: #c51515;
  --home-accent-dark: #b30000;
  --home-shell: min(1400px, calc(100% - 3rem));
  --home-display: "Syne", "Arial Narrow", "Helvetica Neue", sans-serif;
  --home-body: "DM Sans", system-ui, sans-serif;
  background: var(--home-bg);
  color: var(--home-text);
}

.body--home .site-header--home {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: linear-gradient(180deg, rgba(8, 8, 9, 0.92) 0%, rgba(8, 8, 9, 0.55) 70%, transparent 100%);
  border: 0;
  box-shadow: none;
}

.body--home .home-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--home-shell);
  margin: 0 auto;
  padding: 1.1rem 0;
  position: relative;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .body--home #site-nav {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .body--home .home-nav {
    display: none !important;
  }
}

.body--home .home-wordmark {
  font-family: var(--home-display);
  font-size: clamp(0.72rem, 1.4vw, 0.85rem);
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--home-text);
  white-space: nowrap;
}

.body--home .home-header-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.body--home .home-nav {
  display: none;
  gap: 1.35rem;
  align-items: center;
}

.body--home .home-nav a {
  font-family: var(--home-body);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-decoration: none;
  color: rgba(245, 242, 237, 0.82);
  transition: color 0.2s ease;
}

.body--home .home-nav a:hover,
.body--home .home-nav a:focus-visible {
  color: var(--home-accent);
}

.body--home .lang-toggle__btn {
  border-radius: 2px;
  color: var(--home-muted);
  border-color: var(--home-line);
  background: transparent;
}

.body--home .lang-toggle__btn.is-active {
  color: var(--home-text);
  border-color: rgba(255, 255, 255, 0.35);
}

.body--home .nav-toggle {
  border-radius: 0;
  border-color: var(--home-line);
  background: transparent;
}

@media (min-width: 1024px) {
  .body--home .home-nav {
    display: flex;
  }
}

.body--home .site-nav {
  background: var(--home-bg-2);
  border-color: var(--home-line);
}

.body--home .site-nav a {
  color: var(--home-text);
}

.body--home .floating-book-btn {
  display: none;
}

/* Shell + blocks */
.body--home .home-shell {
  width: var(--home-shell);
  margin-inline: auto;
}

.body--home .home-block {
  border-top: 1px solid var(--home-line);
}

.body--home .home-heading {
  margin: 0 0 1.75rem;
  font-family: var(--home-display);
  font-size: clamp(0.82rem, 1.5vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.body--home .home-heading::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2px;
  margin-top: 0.65rem;
  background: var(--home-accent);
}

/* HERO */
.body--home .home-hero {
  position: relative;
  min-height: clamp(640px, 85vh, 920px);
  display: grid;
  align-items: stretch;
  overflow: hidden;
  background: var(--home-bg);
}

.body--home .home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  min-height: inherit;
}

@media (min-width: 900px) {
  .body--home .home-hero__grid {
    grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  }
}

.body--home .home-hero__copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 6.5rem 0 2rem;
  max-width: 34rem;
  background: linear-gradient(
    90deg,
    var(--home-bg) 0%,
    rgba(8, 8, 9, 0.96) 72%,
    rgba(8, 8, 9, 0.55) 100%
  );
}

.body--home .home-hero__title {
  margin: 0;
  font-family: var(--home-display);
  font-size: clamp(2.85rem, 7.2vw, 6.25rem);
  font-weight: 800;
  line-height: 0.88;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.body--home .home-hero__title span {
  display: block;
}

.body--home .home-hero__roles {
  margin: 1rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--home-muted);
}

.body--home .home-hero__raw {
  margin: 1.35rem 0 0;
  font-family: var(--home-display);
  font-size: clamp(1.35rem, 3.5vw, 2.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0.06em;
}

.body--home .home-hero__raw span {
  display: block;
  color: var(--home-accent);
}

.body--home .home-hero__deck {
  margin: 1rem 0 0;
  max-width: 22rem;
  font-size: 0.98rem;
  line-height: 1.55;
  color: var(--home-muted);
}

.body--home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.75rem;
}

.body--home .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.65rem;
  padding: 0.65rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 2px;
  font-family: var(--home-body);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.body--home .home-btn--primary {
  background: var(--home-accent);
  color: #fff;
  border-color: var(--home-accent);
}

.body--home .home-btn--primary:hover {
  background: var(--home-accent-dark);
  border-color: var(--home-accent-dark);
}

.body--home .home-btn--ghost {
  background: transparent;
  color: var(--home-text);
  border-color: rgba(255, 255, 255, 0.35);
}

.body--home .home-btn--ghost:hover {
  border-color: var(--home-accent);
  color: var(--home-accent);
}

.body--home .home-hero__visual {
  position: relative;
  min-height: 280px;
}

.body--home .home-hero__visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 18%;
  border-radius: 0;
}

.body--home .home-hero__fade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, var(--home-bg) 0%, rgba(8, 8, 9, 0.88) 34%, rgba(8, 8, 9, 0.2) 62%, rgba(8, 8, 9, 0.45) 100%),
    linear-gradient(180deg, rgba(8, 8, 9, 0.55) 0%, transparent 28%, rgba(8, 8, 9, 0.88) 100%);
  pointer-events: none;
}

.body--home .home-hero__next-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  border-top: 1px solid var(--home-line);
  background: rgba(8, 8, 9, 0.88);
}

.body--home .home-hero__next {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.75rem 1.25rem;
  padding: 0.85rem 0;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.body--home .home-hero__next-label {
  color: var(--home-accent);
  font-weight: 700;
}

.body--home .home-hero__next a {
  color: var(--home-text);
  text-decoration: none;
}

.body--home .home-hero__next a:hover {
  color: var(--home-accent);
}

@media (max-width: 899px) {
  .body--home .home-hero__visual {
    order: -1;
    min-height: 46vh;
  }

  .body--home .home-hero__copy {
    max-width: none;
    background: transparent;
    padding-top: 1.25rem;
  }

  .body--home .home-hero__title {
    font-size: clamp(2.35rem, 11vw, 3rem);
    letter-spacing: 0.03em;
  }

  .body--home .home-hero__fade {
    background:
      linear-gradient(180deg, transparent 30%, var(--home-bg) 94%),
      linear-gradient(180deg, rgba(8, 8, 9, 0.5) 0%, transparent 42%);
  }

  .body--home .home-hero__copy {
    padding-top: 1.5rem;
  }
}

/* TRIO */
.body--home .home-trio {
  padding: clamp(2.75rem, 6vw, 4.5rem) 0;
}

.body--home .home-trio__grid {
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

@media (min-width: 960px) {
  .body--home .home-trio__grid {
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
  }
}

.body--home .home-trio__media {
  margin: 0;
  overflow: hidden;
}

.body--home .home-trio__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 320px;
  object-fit: cover;
  border-radius: 0;
}

.body--home .home-trio__headline {
  margin: 0;
  font-family: var(--home-display);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.1;
  text-transform: uppercase;
}

.body--home .home-trio__name {
  display: block;
}

.body--home .home-trio__feat-label {
  display: block;
  margin-top: 0.35rem;
  font-family: "Instrument Serif", Georgia, serif;
  font-size: 0.95em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.08em;
  text-transform: lowercase;
  color: var(--home-muted);
}

.body--home .home-trio__feat-names {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78em;
  letter-spacing: 0.14em;
  color: var(--home-text);
}

.body--home .home-trio__intro {
  margin: 1.25rem 0 0;
  font-size: 1.05rem;
  font-weight: 600;
}

.body--home .home-trio__body {
  margin: 0.75rem 0 0;
  max-width: 34rem;
  line-height: 1.65;
  color: var(--home-muted);
}

.body--home .home-trio__lineup {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 2rem;
  margin: 1.5rem 0 0;
  padding: 1rem 0 0;
  list-style: none;
  border-top: 1px solid var(--home-line);
}

.body--home .home-trio__lineup li {
  min-width: 8rem;
}

.body--home .home-trio__lineup strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.body--home .home-trio__lineup span {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.82rem;
  color: var(--home-muted);
}

.body--home .home-trio__tagline {
  margin: 1.5rem 0 0;
  font-family: var(--home-display);
  font-size: clamp(0.95rem, 2vw, 1.15rem);
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0.12em;
  color: var(--home-accent);
}

.body--home .home-trio__cta {
  margin-top: 1.75rem;
}

/* TOUR STRIP */
.body--home .home-tour {
  padding: clamp(1.75rem, 3vw, 2.25rem) 0;
}

.body--home .shows-past {
  display: none !important;
}

.body--home .tour-strip {
  display: flex;
  flex-direction: column;
}

.body--home .tour-row {
  display: grid;
  grid-template-columns: 5.5rem 1fr auto;
  gap: 1rem 1.5rem;
  align-items: center;
  padding: 1.1rem 0;
  border-bottom: 1px solid var(--home-line);
  text-decoration: none;
  color: inherit;
  transition: background 0.2s ease;
}

.body--home .tour-row:first-child {
  border-top: 1px solid var(--home-line);
}

.body--home .tour-row:hover {
  background: rgba(255, 255, 255, 0.02);
}

.body--home .tour-row__date {
  font-family: var(--home-display);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.body--home .tour-row__city {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  color: var(--home-muted);
}

.body--home .tour-row__venue {
  margin: 0;
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.body--home .tour-row__time {
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  color: var(--home-muted);
  white-space: nowrap;
}

.body--home .tour-row__action {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--home-accent);
}

.body--home .shows-empty {
  padding: 1.5rem 0;
  color: var(--home-muted);
}

@media (max-width: 640px) {
  .body--home .tour-row {
    grid-template-columns: 4.5rem 1fr;
  }

  .body--home .tour-row__time,
  .body--home .tour-row__action {
    grid-column: 2;
  }
}

/* SPLIT GRIDS */
.body--home .home-split {
  display: grid;
  gap: 0;
}

@media (min-width: 1024px) {
  .body--home .home-split {
    grid-template-columns: 1fr 1fr;
  }

  .body--home .home-split__col:first-child {
    border-right: 1px solid var(--home-line);
  }
}

.body--home .home-split__col {
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 3vw, 2.5rem);
}

@media (min-width: 1024px) {
  .body--home .home-split__col:first-child {
    padding-left: 0;
  }

  .body--home .home-split__col:last-child {
    padding-right: 0;
  }
}

@media (max-width: 1023px) {
  .body--home .home-split__col + .home-split__col {
    border-top: 1px solid var(--home-line);
  }
}

/* MUSIC */
.body--home .home-music-lead {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 168px) 1fr;
  align-items: start;
}

.body--home .home-music-art img {
  display: block;
  width: 100%;
  border-radius: 0;
}

.body--home .home-music-title {
  margin: 0.35rem 0 0;
  font-family: var(--home-display);
  font-size: clamp(1.2rem, 2.5vw, 1.55rem);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.body--home .home-music-meta {
  margin: 0.25rem 0 0;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--home-muted);
}

.body--home .home-music-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
}

.body--home .home-discog {
  margin: 2rem 0 0;
  padding: 1.25rem 0 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

.body--home .home-discog-label {
  margin: 0 0 0.85rem;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-muted);
}

.body--home .home-discog li {
  display: grid;
  grid-template-columns: 3rem 1fr;
  gap: 0.85rem;
  align-items: center;
  padding: 0.65rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.body--home .home-discog img {
  width: 3rem;
  height: 3rem;
  object-fit: cover;
  border-radius: 0;
}

.body--home .home-discog strong {
  display: block;
  font-size: 0.88rem;
}

.body--home .home-discog span {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.78rem;
  color: var(--home-muted);
}

.body--home .home-discog a {
  color: var(--home-muted);
  text-decoration: none;
}

.body--home .home-discog a:hover {
  color: var(--home-accent);
}

/* WATCH */
.body--home .home-watch-feature {
  margin-top: 0.5rem;
}

.body--home .home-watch-feature video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #000;
  border-radius: 0;
}

.body--home .home-watch-cap {
  margin: 0.5rem 0 0;
  font-size: 0.78rem;
  color: var(--home-muted);
}

.body--home .home-watch-thumbs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.body--home .home-watch-thumbs .yt-lazy,
.body--home .home-watch-thumbs .music-video-card {
  margin: 0;
}

.body--home .home-watch-thumbs .yt-lazy__btn {
  border-radius: 0;
  border: 0;
  padding: 0;
}

.body--home .home-watch-thumbs .music-video-caption {
  display: none;
}

.body--home .home-watch-cta {
  margin-top: 1.25rem;
}

@media (max-width: 640px) {
  .body--home .home-watch-thumbs {
    grid-template-columns: 1fr 1fr;
  }
}

/* ABOUT */
.body--home .home-about-grid {
  display: grid;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .body--home .home-about-grid {
    grid-template-columns: 1fr minmax(0, 180px);
    align-items: start;
  }
}

.body--home .home-about-grid p {
  margin: 0 0 0.85rem;
  line-height: 1.65;
  color: var(--home-muted);
}

.body--home .home-about-grid strong {
  color: var(--home-text);
}

.body--home .home-about-photo {
  margin: 0;
  overflow: hidden;
}

.body--home .home-about-photo img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
  object-position: center top;
  border-radius: 0;
  filter: grayscale(20%);
}

/* NEWS LIST */
.body--home .home-news-list {
  display: flex;
  flex-direction: column;
}

.body--home .home-news-item {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  gap: 0.85rem 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  color: inherit;
}

.body--home a.home-news-item:hover h3 {
  color: var(--home-accent);
}

.body--home .home-news-item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.body--home .home-news-item time {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--home-muted);
}

.body--home .home-news-item h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.35;
}

.body--home .home-news-item p {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--home-muted);
}

.body--home .home-news-item a {
  text-decoration: none;
  color: inherit;
}

.body--home .home-news-item a:hover h3 {
  color: var(--home-accent);
}

/* PRESS */
.body--home .home-press {
  padding: clamp(2rem, 4vw, 3rem) 0;
}

.body--home .home-cred-grid {
  display: grid;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

@media (min-width: 768px) {
  .body--home .home-cred-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.body--home .home-cred-col h3 {
  margin: 0 0 0.45rem;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--home-muted);
}

.body--home .home-cred-col p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
}

.body--home .home-archive {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--home-line);
}

.body--home .home-archive-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.body--home .home-archive-list li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.body--home .home-archive-list .period {
  color: var(--home-muted);
}

.body--home .home-press-cta {
  margin-top: 1.75rem;
}

/* FOLLOW + BOOKING */
.body--home .home-social-list {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.body--home .home-social-list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.body--home .home-social-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 0;
  text-decoration: none;
  color: var(--home-text);
  font-size: 0.88rem;
}

.body--home .home-social-link:hover {
  color: var(--home-accent);
}

.body--home .home-social-link svg {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  opacity: 0.85;
}

.body--home .home-social-link small {
  margin-left: auto;
  font-size: 0.72rem;
  color: var(--home-muted);
}

.body--home .home-booking-copy {
  margin: 0.75rem 0 0;
  line-height: 1.6;
  color: var(--home-muted);
}

.body--home .home-booking-sub {
  margin: 0.35rem 0 0;
  font-family: var(--home-display);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.body--home .home-booking-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.5rem;
}

/* MERCH + PHOTOS */
.body--home .home-merch {
  padding: 1.75rem 0;
  border-top: 1px solid var(--home-line);
}

.body--home .home-merch-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.5rem;
}

.body--home .home-merch-row img {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: cover;
  border-radius: 0;
}

.body--home .home-merch-row strong {
  display: block;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.body--home .home-photo-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  margin-top: 0;
}

.body--home .home-photo-strip a {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.body--home .home-photo-strip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  transition: transform 0.35s ease;
}

.body--home .home-photo-strip a:hover img {
  transform: scale(1.04);
}

/* HIDDEN / UTILITY */
.body--home .home-contact-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* FOOTER */
.body--home .site-footer {
  background: var(--home-bg-2);
  border-top: 1px solid var(--home-line);
  color: var(--home-muted);
}

.body--home .site-footer a {
  color: rgba(245, 242, 237, 0.75);
}

.body--home .site-footer a:hover {
  color: var(--home-accent);
}

.body--home .home-footer-partners {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

/* Neutralize legacy homepage card chrome inside .body--home */
.body--home .section-inner,
.body--home .hero__inner,
.body--home .music-card,
.body--home .show-card,
.body--home .news-card,
.body--home .partner-card,
.body--home .shop-simple {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
}

.body--home .page-flow > section {
  padding-left: 0;
  padding-right: 0;
}

.body--home .reveal {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .body--home .home-photo-strip img {
    transition: none;
  }
}

@media (max-width: 1023px) {
  .body--home .home-header-inner {
    flex-wrap: wrap;
  }

  .body--home .site-nav {
    width: 100%;
    order: 3;
  }
}

.body--home .home-shell {
  padding-inline: clamp(1rem, 4vw, 1.25rem);
}

.body--home .skip-link:focus {
  background: var(--home-accent);
  color: #fff;
}
