/*
Theme Name: VibeFoundry Garage
Theme URI: https://vibefoundry.me/
Author: VibeFoundry
Description: Garage-born music theme for VibeFoundry: redneck rock, serious articles, videos, platforms, and Pine Licks signal links.
Version: 0.1.1
Text Domain: vibefoundry-garage
*/

:root {
  --vf-bg: #070706;
  --vf-panel: #15120e;
  --vf-panel-2: #201913;
  --vf-paper: #efe3c8;
  --vf-muted: #b7aa91;
  --vf-dim: #796d5c;
  --vf-amber: #f2aa24;
  --vf-rust: #b64a22;
  --vf-red: #8d2c1b;
  --vf-green: #7f9b7b;
  --vf-line: rgba(242, 170, 36, .22);
  --vf-max: 1180px;
}

* { box-sizing: border-box; }
html { background: var(--vf-bg); scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  color: var(--vf-paper);
  background:
    linear-gradient(rgba(242, 170, 36, .026) 1px, transparent 1px),
    linear-gradient(100deg, rgba(18, 30, 20, .48), transparent 52%),
    linear-gradient(180deg, rgba(58, 23, 12, .34), transparent 420px),
    #070706;
  background-size: 100% 20px, auto, auto, auto;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}

body.admin-bar .vf-site-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.vf-wrap { width: min(var(--vf-max), calc(100% - 32px)); margin-inline: auto; }

.vf-site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 7, 6, .9);
  border-bottom: 1px solid var(--vf-line);
  backdrop-filter: blur(14px);
}
.vf-header-inner {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 22px;
}
.vf-logo {
  display: inline-flex;
  align-items: center;
  min-width: 176px;
}
.vf-logo img { width: 162px; display: block; }
.vf-logo-fallback {
  font-family: Impact, "Arial Black", sans-serif;
  color: var(--vf-amber);
  font-size: 28px;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.vf-nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border: 1px solid var(--vf-line);
  border-radius: 6px;
  background: #0e0c09;
  color: var(--vf-paper);
}
.vf-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 3px auto;
  background: var(--vf-paper);
}
.vf-main-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  gap: 12px;
}
.vf-nav-list, .vf-actions, .vf-menu {
  display: flex;
  align-items: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.vf-nav-list > li { position: relative; }
.vf-nav-list a, .vf-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #f7eedc;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.vf-has-sub > a::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 7px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
  opacity: .75;
}
.vf-nav-list a:hover, .vf-actions a:hover {
  border-color: var(--vf-line);
  color: var(--vf-amber);
}
.vf-sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 244px;
  max-width: 320px;
  display: grid;
  gap: 2px;
  list-style: none;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--vf-line);
  border-radius: 8px;
  background: rgba(15, 12, 9, .98);
  box-shadow: 0 18px 44px rgba(0,0,0,.42);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}
.vf-sub-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.vf-has-sub:hover .vf-sub-menu,
.vf-has-sub:focus-within .vf-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.vf-sub-menu a {
  width: 100%;
  min-height: 34px;
  justify-content: flex-start;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
  white-space: normal;
  text-transform: none;
  letter-spacing: 0;
}
.vf-actions a:first-child {
  color: #070706;
  background: var(--vf-amber);
  border-color: var(--vf-amber);
}
.vf-actions a:first-child:hover { color: #070706; background: #ffc44f; }

.vf-hero {
  position: relative;
  min-height: min(760px, calc(100vh - 78px));
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--vf-line);
}
.vf-hero-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(7,7,6,.88) 0%, rgba(7,7,6,.62) 42%, rgba(7,7,6,.34) 100%),
    linear-gradient(0deg, rgba(7,7,6,.92), rgba(7,7,6,.08) 42%, rgba(7,7,6,.7)),
    var(--vf-hero-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}
.vf-hero-inner {
  position: relative;
  z-index: 1;
  display: block;
  padding: 98px 0 72px;
}
.vf-hero-inner > div { min-width: 0; }
.vf-kicker, .vf-section-kicker, .vf-card-kicker {
  color: var(--vf-amber);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 12px;
}
.vf-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.vf-hero h1 {
  margin: 14px 0 12px;
  max-width: 840px;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .95;
  text-transform: uppercase;
  letter-spacing: 0;
}
.vf-hero-lead {
  max-width: 760px;
  color: #efe6d4;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.35;
  font-weight: 750;
}
.vf-hero-copy {
  max-width: 710px;
  color: var(--vf-muted);
  font-size: 17px;
}
.vf-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}
.vf-hero-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid rgba(127,155,123,.34);
  border-radius: 5px;
  color: #dce8d5;
  background: rgba(16, 28, 18, .42);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.vf-button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.vf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 1px solid var(--vf-line);
  border-radius: 6px;
  background: #100d09;
  color: var(--vf-paper);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.vf-button:hover { border-color: var(--vf-amber); color: #fff; }
.vf-button-primary { background: var(--vf-amber); border-color: var(--vf-amber); color: #070706; }
.vf-button-primary:hover { color: #070706; background: #ffc44f; }
.vf-button-rust { background: var(--vf-rust); border-color: #d35f32; color: #fff; }

.vf-section { padding: 70px 0; border-bottom: 1px solid rgba(242,170,36,.12); }
.vf-section-tight { padding-top: 46px; }
.vf-section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 24px;
}
.vf-section h2, .vf-entry-hero h1 {
  margin: 8px 0 0;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.06;
  letter-spacing: 0;
}
.vf-section-copy { max-width: 620px; color: var(--vf-muted); margin: 8px 0 0; }

.vf-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vf-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vf-card {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(32,25,19,.92), rgba(15,12,9,.96));
  border: 1px solid var(--vf-line);
  border-radius: 8px;
  overflow: hidden;
}
.vf-card-media { aspect-ratio: 16 / 9; background: #0b0907; overflow: hidden; }
.vf-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.95) contrast(1.05); }
.vf-card-body { padding: 18px; }
.vf-card h3 { margin: 8px 0 8px; color: #fff0d2; font-size: 23px; line-height: 1.05; }
.vf-card p { margin: 0; color: var(--vf-muted); }
.vf-card-meta { color: var(--vf-dim); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; margin-top: 14px; }
.vf-card:hover { border-color: rgba(242,170,36,.55); transform: translateY(-2px); transition: .16s ease; }

.vf-home-core {
  background:
    linear-gradient(180deg, rgba(7,7,6,.94), rgba(9, 16, 10, .78)),
    linear-gradient(rgba(242, 170, 36, .018) 1px, transparent 1px);
  background-size: auto, 100% 18px;
  padding-top: 58px;
  padding-bottom: 78px;
}
.vf-home-core-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 28px;
  align-items: stretch;
}
.vf-home-core-grid > * { min-width: 0; }
.vf-home-road-panel {
  border-left: 3px solid rgba(242,170,36,.55);
  background:
    linear-gradient(90deg, rgba(242,170,36,.08), transparent 48%),
    rgba(16, 13, 10, .48);
  padding: clamp(18px, 2.5vw, 28px) 0 clamp(18px, 2.5vw, 28px) clamp(20px, 2.6vw, 32px);
}
.vf-home-road-panel h2 {
  margin: 8px 0 10px;
  color: #fff0d2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 2.5vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}
.vf-road-list-tight {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 20px;
  gap: 8px;
}
.vf-road-list-tight a {
  padding: 12px 0;
  border-width: 0 0 1px;
  border-radius: 0;
  background: transparent;
  font-size: 17px;
}
.vf-road-list-tight a:hover {
  background: rgba(242,170,36,.06);
}
.vf-home-albums-row {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid rgba(242,170,36,.12);
}
.vf-home-albums-row h2 {
  margin: 8px 0 0;
  color: #fff0d2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(26px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}
.vf-inline-road {
  display: inline-flex;
  align-items: center;
  margin-top: 18px;
  padding: 10px 13px;
  border: 1px solid rgba(242,170,36,.32);
  border-radius: 999px;
  color: var(--vf-amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vf-inline-road:hover {
  background: rgba(242,170,36,.11);
  color: #fff0d2;
}

.vf-ecosystem {
  background:
    linear-gradient(90deg, rgba(9, 16, 10, .82), rgba(28, 17, 10, .72)),
    linear-gradient(rgba(242, 170, 36, .02) 1px, transparent 1px);
  background-size: auto, 100% 18px;
}
.vf-ecosystem-layout {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .75fr);
  gap: 32px;
  align-items: start;
}
.vf-road-list {
  display: grid;
  gap: 10px;
}
.vf-road-list a {
  display: block;
  padding: 16px 18px;
  border: 1px solid rgba(242,170,36,.2);
  border-radius: 8px;
  background: rgba(0,0,0,.28);
  color: #f4e8cf;
  font-size: 20px;
  font-weight: 900;
}
.vf-road-list span {
  display: block;
  margin-bottom: 3px;
  color: var(--vf-green);
  font-size: 11px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vf-road-list a:hover {
  border-color: rgba(127,155,123,.48);
  color: #fff;
}

.vf-home-world {
  background:
    linear-gradient(90deg, rgba(8, 13, 8, .9), rgba(26, 17, 10, .68)),
    linear-gradient(rgba(242, 170, 36, .018) 1px, transparent 1px);
  background-size: auto, 100% 18px;
  padding-top: 84px;
  padding-bottom: 84px;
}
.vf-home-world-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: 28px;
  align-items: start;
}
.vf-home-ecosystem-card {
  border: 1px solid rgba(242,170,36,.18);
  border-radius: 8px;
  background: rgba(13, 11, 8, .82);
  padding: clamp(20px, 3vw, 30px);
}
.vf-home-ecosystem-card h2 {
  margin: 8px 0 10px;
  color: #fff0d2;
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.08;
}
.vf-home-ecosystem-card p {
  color: var(--vf-muted);
}
.vf-grid-3-tight {
  margin-top: 24px;
  gap: 14px;
}
.vf-home-lower {
  background: rgba(7, 7, 6, .72);
}
.vf-home-lower-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
}
.vf-home-lower h2 {
  margin: 8px 0 18px;
  color: #fff0d2;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 900;
  line-height: 1.12;
}
.vf-grid-home-small {
  grid-template-columns: 1fr;
  gap: 14px;
}
.vf-grid-home-small .vf-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
}
.vf-grid-home-small .vf-card-media {
  aspect-ratio: auto;
  min-height: 150px;
}

.vf-proof-section {
  background: rgba(11, 9, 7, .58);
}
.vf-proof-grid {
  display: grid;
  grid-template-columns: 1.25fr repeat(2, minmax(0, .7fr));
  gap: 14px;
}
.vf-proof-grid figure {
  position: relative;
  min-height: 210px;
  margin: 0;
  border: 1px solid rgba(242,170,36,.18);
  border-radius: 8px;
  overflow: hidden;
  background: #0b0907;
}
.vf-proof-grid .vf-proof-large {
  grid-row: span 2;
  min-height: 434px;
}
.vf-proof-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  filter: saturate(.92) contrast(1.04);
}
.vf-proof-grid figcaption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 8px 10px;
  border: 1px solid rgba(242,170,36,.22);
  border-radius: 5px;
  background: rgba(7,7,6,.78);
  color: #f4e7cc;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.vf-album-section {
  background: rgba(7, 7, 6, .56);
}
.vf-album-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.vf-album-rail-home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.vf-album-rail-full {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.vf-album-card {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 14px;
  min-height: 100%;
  padding: 12px;
  border: 1px solid rgba(242,170,36,.18);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(25,21,16,.92), rgba(11,9,7,.96));
}
.vf-album-card-featured {
  grid-column: span 2;
  grid-template-columns: minmax(180px, .62fr) minmax(0, 1fr);
  gap: 20px;
  padding: 18px;
  border-color: rgba(118,255,190,.34);
  background:
    linear-gradient(135deg, rgba(17,42,30,.82), rgba(14,10,8,.98) 58%),
    linear-gradient(180deg, rgba(25,21,16,.92), rgba(11,9,7,.96));
  box-shadow: 0 20px 48px rgba(0,0,0,.36);
}
.vf-album-card-compact {
  grid-template-columns: 1fr;
  gap: 12px;
}
.vf-album-card-compact .vf-album-cover {
  width: 100%;
}
.vf-album-card-compact .vf-album-body h3 {
  min-height: 44px;
}
.vf-album-cover {
  aspect-ratio: 1;
  border-radius: 6px;
  overflow: hidden;
  background: #0b0907;
}
.vf-album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.vf-album-body h3 {
  margin: 5px 0 5px;
  color: #fff0d2;
  font-size: 19px;
  line-height: 1.08;
}
.vf-album-card-featured .vf-album-body h3 {
  max-width: 520px;
  font-size: clamp(27px, 2.6vw, 42px);
  line-height: .98;
}
.vf-album-body p {
  margin: 0 0 8px;
  color: var(--vf-muted);
  font-size: 13px;
}
.vf-album-body ul {
  margin: 0 0 10px;
  padding-left: 16px;
  color: #d7c8ad;
  font-size: 12px;
}
.vf-album-body li { margin: 2px 0; }
.vf-album-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.vf-album-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(242,170,36,.24);
  border-radius: 999px;
  color: var(--vf-amber);
  background: rgba(0,0,0,.2);
}
.vf-album-links a:hover {
  transform: translateY(-1px);
  border-color: rgba(255,179,47,.7);
  color: #fff0d2;
  background: rgba(242,170,36,.12);
}
.vf-album-links svg {
  width: 21px;
  height: 21px;
  display: block;
}
.vf-album-service-spotify svg circle {
  fill: currentColor;
}
.vf-album-service-spotify svg path {
  fill: none;
  stroke: #080807;
  stroke-width: 1.6;
  stroke-linecap: round;
}
.vf-album-service-youtube-music svg circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}
.vf-album-service-youtube-music svg path {
  fill: currentColor;
}

.vf-feature-band {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: 26px;
  align-items: stretch;
}
.vf-feature-media {
  min-height: 420px;
  border-radius: 8px;
  border: 1px solid var(--vf-line);
  background: var(--vf-feature-image) center / cover no-repeat;
}
.vf-feature-media-stage {
  background-image: url("assets/foundry/foundry-stage-barn.webp");
}
.vf-feature-panel {
  border: 1px solid var(--vf-line);
  border-radius: 8px;
  background: rgba(20,16,12,.9);
  padding: clamp(22px, 4vw, 40px);
}

.vf-home-video,
.vf-music-hub {
  background: rgba(8, 8, 6, .72);
}
.vf-music-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  gap: 28px;
  align-items: start;
}
.vf-music-layout > *,
.vf-music-routes > * {
  min-width: 0;
}
.vf-video-panel {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.vf-video-frame {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-top: 12px;
  border: 1px solid rgba(242,170,36,.28);
  border-radius: 8px;
  overflow: hidden;
  background: #060504;
}
.vf-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.vf-music-routes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.vf-route-card {
  display: block;
  min-height: 132px;
  padding: 16px;
  border: 1px solid rgba(242,170,36,.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(25,21,16,.9), rgba(11,9,7,.95));
  overflow-wrap: anywhere;
}
.vf-route-card-main {
  grid-column: span 2;
  background: linear-gradient(180deg, rgba(38, 30, 20, .95), rgba(13, 11, 8, .96));
}
.vf-route-card span {
  display: block;
  color: var(--vf-amber);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vf-route-card strong {
  display: block;
  margin-top: 7px;
  color: #fff0d2;
  font-size: 24px;
  line-height: 1.08;
}
.vf-route-card em {
  display: block;
  margin-top: 10px;
  color: var(--vf-muted);
  font-style: normal;
}
.vf-route-card:hover {
  border-color: rgba(242,170,36,.55);
}
.vf-story-clips {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.vf-story-clip {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(242,170,36,.2);
  border-radius: 8px;
  overflow: hidden;
  background: #080605;
}
.vf-story-clip img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(.95) contrast(1.05);
}
.vf-story-clip span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  padding: 7px 9px;
  border: 1px solid rgba(242,170,36,.22);
  border-radius: 5px;
  background: rgba(7,7,6,.82);
  color: #f6e7c6;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.vf-foundry-statement {
  background:
    linear-gradient(90deg, rgba(30, 20, 12, .72), rgba(9, 15, 10, .72)),
    linear-gradient(rgba(242, 170, 36, .022) 1px, transparent 1px);
  background-size: auto, 100% 18px;
}
.vf-foundry-statement-mid,
.vf-foundry-final {
  background:
    linear-gradient(90deg, rgba(9, 15, 10, .76), rgba(28, 18, 10, .58)),
    linear-gradient(rgba(242, 170, 36, .02) 1px, transparent 1px);
  background-size: auto, 100% 18px;
}
.vf-statement-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
  gap: 18px;
  align-items: start;
}
.vf-statement-block {
  border: 1px solid rgba(242,170,36,.18);
  border-radius: 8px;
  background: rgba(12, 10, 8, .78);
  padding: clamp(18px, 3vw, 28px);
}
.vf-statement-wide {
  grid-column: span 1;
}
.vf-statement-lead p {
  color: #fff0d2;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.12;
  font-weight: 900;
}
.vf-statement-block p {
  margin: 0 0 1em;
  color: #eadfc9;
  font-size: 18px;
}
.vf-statement-block p:last-child { margin-bottom: 0; }
.vf-statement-block ul {
  margin: 12px 0 0;
  padding-left: 20px;
  color: #eadfc9;
  font-size: 18px;
}
.vf-statement-block li { margin: .65em 0; }
.vf-statement-intro .vf-statement-grid {
  grid-template-columns: minmax(0, 1fr) minmax(300px, .58fr);
  gap: 32px;
}
.vf-statement-intro .vf-statement-block {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.vf-statement-intro .vf-statement-lead {
  border-top: 1px solid rgba(242,170,36,.26);
  padding-top: 14px;
}
.vf-statement-intro .vf-statement-lead p {
  font-size: clamp(22px, 2.2vw, 28px);
}
.vf-statement-intro .vf-statement-wide {
  max-width: 700px;
  border-left: 3px solid rgba(242,170,36,.34);
  padding-left: 24px;
}
.vf-statement-intro .vf-statement-wide p {
  font-size: 18px;
  line-height: 1.62;
}
.vf-statement-intro .vf-platforms {
  margin-top: 16px;
}
.vf-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.vf-platforms a {
  padding: 10px 13px;
  border: 1px solid rgba(242,170,36,.24);
  border-radius: 999px;
  color: #f3e5ca;
  background: rgba(0,0,0,.22);
  font-weight: 900;
  font-size: 13px;
}
.vf-platforms a:hover { border-color: var(--vf-amber); color: var(--vf-amber); }

.vf-redneckverse {
  background:
    linear-gradient(90deg, rgba(12,10,8,.94), rgba(12,10,8,.74)),
    var(--vf-redneckverse-image) center / cover no-repeat;
}
.vf-rv-panel {
  max-width: 760px;
  border-left: 4px solid var(--vf-amber);
  padding: 24px;
  background: rgba(0,0,0,.42);
}

.vf-records-hero {
  background:
    linear-gradient(90deg, rgba(7,7,6,.94), rgba(7,7,6,.62)),
    var(--vf-feature-image) center / cover no-repeat;
}
.vf-records-page { padding-top: 58px; }
.vf-records-intro {
  display: grid;
  grid-template-columns: minmax(240px, .42fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 62px);
  align-items: start;
}
.vf-records-intro > *,
.vf-records-manifest,
.vf-records-manifest .vf-content,
.vf-records-roster,
.vf-records-roster > * {
  min-width: 0;
}
.vf-records-mark {
  position: sticky;
  top: 110px;
  border: 1px solid rgba(242,170,36,.24);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(31,23,16,.9), rgba(8,7,6,.96));
  padding: clamp(22px, 3vw, 34px);
}
.vf-records-mark img {
  display: block;
  width: 100%;
  max-width: 310px;
  height: auto;
  margin-inline: auto;
  border: 0;
}
.vf-records-manifest { max-width: 780px; }
.vf-records-manifest .vf-content {
  border-left: 3px solid rgba(242,170,36,.36);
  padding-left: clamp(22px, 3vw, 34px);
}
.vf-records-manifest .vf-content,
.vf-records-manifest .vf-content p {
  color: #eadfc9;
  font-size: 19px;
  line-height: 1.68;
  max-width: 100%;
  overflow-wrap: break-word;
}
.vf-records-manifest .vf-content strong { color: #fff0d2; }
.vf-records-manifest .vf-content h5 {
  margin: 34px 0 10px;
  color: var(--vf-amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.vf-records-manifest .vf-content h2 {
  margin-top: 52px;
  color: var(--vf-amber);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.08;
}
.vf-records-roster-section {
  background:
    linear-gradient(90deg, rgba(8, 13, 8, .88), rgba(25, 17, 10, .7)),
    linear-gradient(rgba(242, 170, 36, .018) 1px, transparent 1px);
  background-size: auto, 100% 18px;
}
.vf-records-roster > h5 {
  margin: 0 0 12px;
  color: var(--vf-amber);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vf-records-roster > p {
  max-width: 760px;
  color: #eadfc9;
  font-size: 18px;
  line-height: 1.62;
  overflow-wrap: break-word;
}
.vf-records-roster > div[style] {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  justify-content: stretch !important;
  margin-top: 26px !important;
}
.vf-records-roster > div[style] > div[style] {
  min-width: 0 !important;
  max-width: none !important;
  text-align: left !important;
  border: 1px solid rgba(242,170,36,.2);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(25,21,16,.9), rgba(11,9,7,.95));
  padding: 16px;
}
.vf-records-roster a {
  display: block;
  color: #eadfc9 !important;
  text-decoration: none !important;
}
.vf-records-roster img {
  display: block;
  width: 100% !important;
  max-width: 160px;
  height: auto;
  margin: 0 0 14px;
  border-radius: 6px;
}
.vf-records-roster strong {
  display: block;
  margin-bottom: 4px;
  color: #fff0d2;
  font-size: 20px;
  line-height: 1.08;
}

.vf-entry-hero {
  position: relative;
  border-bottom: 1px solid rgba(242,170,36,.14);
  background:
    linear-gradient(90deg, rgba(7,7,6,.94), rgba(7,7,6,.76) 48%, rgba(7,7,6,.55)),
    linear-gradient(0deg, rgba(7,7,6,.92), rgba(7,7,6,.06) 52%, rgba(7,7,6,.72)),
    var(--vf-entry-image, var(--vf-hero-image)) center / cover no-repeat;
}
.vf-entry-hero-inner { padding: 74px 0 40px; }
.vf-entry-hero-inner > * { min-width: 0; }
.vf-entry-hero p {
  max-width: 720px;
  color: var(--vf-muted);
  font-size: 18px;
  overflow-wrap: anywhere;
}
.vf-entry-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 820px;
  margin-top: 22px;
}
.vf-entry-chips a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(242,170,36,.28);
  border-radius: 5px;
  background: rgba(7,7,6,.38);
  color: #f6e9cf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.vf-entry-chips a:hover {
  border-color: var(--vf-amber);
  color: var(--vf-amber);
}
.vf-entry-image {
  max-width: 760px;
  margin-top: 28px;
  border: 1px solid var(--vf-line);
  border-radius: 8px;
  overflow: hidden;
}
.vf-entry-image img { display: block; width: 100%; height: auto; }
.vf-entry-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 44px 0 88px;
}
.vf-entry-sidebar {
  position: sticky;
  top: 100px;
  display: grid;
  gap: 14px;
}
.vf-side-block {
  border: 1px solid rgba(242,170,36,.18);
  border-radius: 8px;
  background: rgba(13, 11, 8, .82);
  padding: 16px;
}
.vf-side-image {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  border: 1px solid rgba(127,155,123,.28);
  border-radius: 6px;
}
.vf-side-block-main a,
.vf-side-post {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid rgba(242,170,36,.12);
  color: #f1e4ca;
  font-weight: 800;
}
.vf-side-block-main a:last-child,
.vf-side-post:last-child { border-bottom: 0; }
.vf-side-block a:hover { color: var(--vf-amber); }
.vf-side-kicker {
  margin-bottom: 8px;
  color: var(--vf-amber);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.vf-side-fuel {
  background: linear-gradient(180deg, rgba(16, 31, 20, .74), rgba(13, 11, 8, .86));
  border-color: rgba(127,155,123,.34);
}
.vf-side-fuel strong { display: block; color: #dff2da; font-size: 18px; line-height: 1.18; }
.vf-side-fuel p { margin: 8px 0 12px; color: var(--vf-muted); font-size: 14px; }
.vf-side-button {
  display: inline-flex;
  padding: 9px 11px;
  border: 1px solid rgba(127,155,123,.4);
  border-radius: 5px;
  color: #eaf5e6;
  font-weight: 900;
}
.vf-side-post span {
  display: block;
  color: var(--vf-dim);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.vf-entry,
.vf-article {
  position: relative;
  overflow: hidden;
  background: rgba(18,15,12,.92);
  border: 1px solid var(--vf-line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 46px);
}
.vf-entry::before,
.vf-article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--vf-amber), transparent);
  opacity: .74;
}
.vf-entry-music-road::before { background: linear-gradient(90deg, var(--vf-green), var(--vf-amber), transparent); }
.vf-entry-nolabel::before { background: linear-gradient(90deg, var(--vf-rust), var(--vf-amber), transparent); }
.vf-entry-article-road::before { background: linear-gradient(90deg, #d8c3a1, var(--vf-amber), transparent); }
.vf-article-meta { color: var(--vf-dim); text-transform: uppercase; letter-spacing: .08em; font-size: 12px; font-weight: 900; }
.vf-content {
  max-width: 880px;
  color: #eadfc9;
  font-size: 18px;
  line-height: 1.68;
}
.vf-content > div[style] {
  max-width: none !important;
  margin: 0 !important;
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: inherit !important;
}
.vf-content [style] {
  font-family: inherit !important;
}
.vf-content [style*="text-align: center"],
.vf-content [style*="text-align:center"] {
  text-align: left !important;
}
.vf-content h1, .vf-content h2, .vf-content h3 { color: var(--vf-amber) !important; line-height: 1.12; }
.vf-content h1 {
  max-width: 780px;
  margin: 0 0 18px !important;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(242,170,36,.18);
  font-size: clamp(28px, 3.4vw, 42px) !important;
}
.vf-content h2 {
  position: relative;
  margin: 2.1em 0 .7em !important;
  padding-left: 18px;
  border-left: 3px solid rgba(242,170,36,.58);
  font-size: clamp(24px, 2.7vw, 32px) !important;
}
.vf-content h3,
.vf-content h4,
.vf-content h5 {
  margin: 1.7em 0 .55em !important;
  color: #fff0cf !important;
  font-size: 21px !important;
  line-height: 1.18;
}
.vf-content a { color: var(--vf-amber); font-weight: 800; border-bottom: 1px solid rgba(242,170,36,.35); }
.vf-content a:hover { color: #fff; border-bottom-color: #fff; }
.vf-content img,
.vf-content iframe {
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid var(--vf-line);
}
.vf-content iframe {
  display: block;
  width: 100%;
  min-height: 360px;
  background: #050504;
}
.vf-content img.alignright,
.vf-content .alignright {
  float: right;
  max-width: min(300px, 42%);
  margin: 4px 0 18px 24px;
}
.vf-content img.alignleft,
.vf-content .alignleft {
  float: left;
  max-width: min(300px, 42%);
  margin: 4px 24px 18px 0;
}
.vf-content p {
  max-width: 760px;
  margin: 1em 0;
}
.vf-content ul, .vf-content ol {
  max-width: 780px;
  padding-left: 1.25rem;
}
.vf-content li { margin: .45em 0; padding-left: .15rem; }
.vf-content > div[style] > div[style],
.vf-content > div[style] > p[style],
.vf-content > div[style] > ul[style],
.vf-content > div[style] > h2[style],
.vf-content > div[style] > h3[style] {
  max-width: 780px !important;
}
.vf-content > div[style] > div[style] {
  margin-left: 0 !important;
  margin-right: 0 !important;
  background: transparent !important;
  color: inherit !important;
  box-shadow: none !important;
}
.vf-entry-music-road .vf-content > div[style]:first-child {
  padding: 16px 18px !important;
  border: 1px solid rgba(127,155,123,.24);
  border-radius: 8px !important;
  background: rgba(127,155,123,.08) !important;
  color: #d7ccb8 !important;
}
.vf-entry-music-road .vf-content > div[style]:first-child p,
.vf-entry-music-road .vf-content > div[style]:first-child {
  font-size: 15px !important;
  line-height: 1.55;
}
.vf-content > div[style]::after {
  content: "";
  display: table;
  clear: both;
}
.vf-content blockquote {
  margin: 1.4em 0;
  padding: 12px 18px;
  border-left: 4px solid var(--vf-green);
  background: rgba(127,155,123,.08);
  color: #f1eadc;
}

.page-id-216 .vf-content > div[style]:not(:first-child) {
  max-width: 820px !important;
  margin: 24px 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border: 1px solid rgba(242,170,36,.22);
  border-radius: 8px !important;
  background: rgba(15,12,9,.86) !important;
  box-shadow: none !important;
}
.page-id-216 .vf-content > div[style]:not(:first-child) > div[style] {
  display: grid !important;
  grid-template-columns: 240px minmax(0, 1fr);
  align-items: stretch !important;
  max-width: none !important;
  min-height: 238px;
}
.page-id-216 .vf-content > div[style]:not(:first-child) > div[style] > p {
  display: none !important;
}
.page-id-216 .vf-content > div[style]:not(:first-child) > div[style] > div[style]:first-of-type {
  min-height: 238px;
  background-position: center;
  background-size: cover;
  background-color: rgba(242,170,36,.06);
}
.page-id-216 .vf-content > div[style]:nth-of-type(2) > div[style] > div[style]:first-of-type {
  background-image: url("../../uploads/2025/07/cover-scaled.jpg");
}
.page-id-216 .vf-content > div[style]:nth-of-type(3) > div[style] > div[style]:first-of-type {
  background-image: url("../../uploads/2025/07/cover-1-scaled.jpg");
}
.page-id-216 .vf-content > div[style]:nth-of-type(4) > div[style] > div[style]:first-of-type {
  background-image: url("../../uploads/2025/07/cover-2-scaled.jpg");
}
.page-id-216 .vf-content > div[style]:nth-of-type(5) > div[style] > div[style]:first-of-type {
  background-image: url("../../uploads/2025/07/cover-3-scaled.jpg");
}
.page-id-216 .vf-content img[alt="Album Cover"] {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 238px;
  object-fit: cover !important;
  border: 0 !important;
  border-radius: 0 !important;
  opacity: 0;
}
.page-id-216 .vf-content > div[style]:not(:first-child) h2 {
  margin-top: 0 !important;
  padding-left: 0;
  border-left: 0;
}
.page-id-216 .vf-content > div[style]:not(:first-child) a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border-bottom: 0;
}

.vf-footer {
  padding: 34px 0;
  color: var(--vf-muted);
  background: #050504;
}
.vf-footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.vf-footer-links { text-align: right; line-height: 1.9; }
.vf-footer a { color: var(--vf-amber); font-weight: 800; }
.vf-footer-legal a { color: #f5e0b6; font-size: 13px; }

@media (max-width: 980px) {
  body.admin-bar .vf-site-header { top: 0; }
  .vf-header-inner { min-height: 68px; }
  .vf-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    top: 12px;
    right: 16px;
    z-index: 100;
    background: var(--vf-amber);
    border-color: var(--vf-amber);
  }
  .vf-nav-toggle span { background: #070706; }
  .vf-main-nav {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 72px;
    padding: 16px;
    border: 1px solid var(--vf-line);
    border-radius: 8px;
    background: #0b0907;
  }
  .vf-site-header.is-open .vf-main-nav { display: block; }
  .vf-nav-list, .vf-actions { display: grid; gap: 6px; }
  .vf-actions { margin-top: 12px; }
  .vf-nav-list a, .vf-actions a { width: 100%; }
  .vf-has-sub > a::after { margin-left: auto; }
  .vf-sub-menu {
    position: static;
    min-width: 0;
    max-width: none;
    margin: 2px 0 8px;
    padding: 6px 0 6px 12px;
    border: 0;
    border-left: 1px solid var(--vf-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
  .vf-sub-menu::before { display: none; }
  .vf-sub-menu a {
    min-height: 30px;
    padding: 6px 10px;
    color: #d8c8a9;
  }
  .vf-hero { min-height: auto; }
  .vf-hero-inner { padding-top: 64px; }
  .vf-grid, .vf-grid-2, .vf-feature-band, .vf-ecosystem-layout, .vf-proof-grid, .vf-music-layout, .vf-story-clips, .vf-statement-grid, .vf-home-core-grid, .vf-home-albums-row, .vf-home-world-grid, .vf-home-lower-grid { grid-template-columns: 1fr; }
  .vf-music-routes { grid-template-columns: 1fr; }
  .vf-route-card-main { grid-column: auto; }
  .vf-route-card { min-height: auto; }
  .vf-route-card em {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
  .vf-proof-grid .vf-proof-large { min-height: 280px; }
  .vf-album-rail, .vf-album-rail-home { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vf-album-card-featured { grid-column: span 2; }
  .vf-entry-layout { grid-template-columns: 1fr; }
  .vf-entry-sidebar { position: static; order: 2; }
  .vf-feature-media { min-height: 280px; }
  .vf-records-intro { grid-template-columns: 1fr; }
  .vf-records-mark { position: static; }
  .vf-records-mark img { max-width: 260px; }
  .vf-records-roster > div[style] { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
  .vf-section-head { display: block; }
}

@media (max-width: 560px) {
  .vf-wrap { width: calc(100% - 32px); }
  .vf-header-inner { justify-content: space-between; }
  .vf-logo img { width: 136px; }
  .vf-logo { min-width: auto; }
  .vf-nav-toggle {
    display: inline-flex !important;
    right: max(16px, env(safe-area-inset-right));
    left: auto;
  }
  .vf-hero-inner,
  .vf-hero-inner > div,
  .vf-hero .vf-button-row {
    width: calc(100vw - 32px);
    max-width: calc(100vw - 32px);
  }
  .vf-hero h1 { max-width: 100%; font-size: 36px; }
  .vf-hero-lead { width: 100%; max-width: 320px; font-size: 18px; }
  .vf-hero-copy { width: 100%; max-width: 330px; font-size: 16px; }
  .vf-button { width: 100%; }
  .vf-album-rail { grid-template-columns: 1fr; }
  .vf-road-list-tight { grid-template-columns: 1fr; }
  .vf-music-layout,
  .vf-music-routes,
  .vf-route-card,
  .vf-video-panel,
  .vf-statement-grid,
  .vf-statement-block {
    width: 100%;
    max-width: 100%;
  }
  .vf-wrap.vf-music-layout,
  .vf-wrap.vf-statement-grid {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
  }
  .vf-route-card em {
    max-width: 285px;
  }
  .vf-statement-intro .vf-statement-grid { gap: 24px; }
  .vf-statement-intro .vf-statement-wide {
    border-left-width: 2px;
    padding-left: 16px;
  }
  .vf-statement-intro .vf-platforms {
    display: grid;
    grid-template-columns: 1fr;
  }
  .vf-statement-intro .vf-platforms a {
    width: 100%;
    text-align: center;
  }
  .vf-home-road-panel {
    padding: 18px 16px 18px 20px;
  }
  .vf-home-road-panel h2 {
    max-width: 300px;
    font-size: 23px;
    overflow-wrap: anywhere;
  }
  .vf-home-road-panel .vf-section-copy { max-width: 300px; }
  .vf-album-card { grid-template-columns: 92px minmax(0, 1fr); }
  .vf-album-card-featured {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .vf-grid-home-small .vf-card { grid-template-columns: 1fr; }
  .vf-section { padding: 52px 0; }
  .vf-entry-hero-inner { padding: 46px 0 28px; }
  .vf-entry-hero h1 {
    max-width: min(330px, calc(100vw - 32px));
    font-size: 31px;
    overflow-wrap: anywhere;
  }
  .vf-entry-hero p { max-width: 330px; }
  .vf-entry-chips { max-width: calc(100vw - 32px); }
  .vf-entry-chips a {
    flex: 1 1 145px;
    max-width: 170px;
    white-space: normal;
    overflow-wrap: anywhere;
  }
  .vf-entry-layout {
    width: calc(100% - 32px);
    max-width: calc(100% - 32px);
    padding-top: 28px;
  }
  .vf-entry,
  .vf-article {
    width: 100%;
    max-width: 100%;
    padding: 22px;
  }
  .vf-content {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    overflow-wrap: anywhere;
  }
  .vf-content h1,
  .vf-content h2,
  .vf-content h3,
  .vf-content h4,
  .vf-content h5,
  .vf-content p,
  .vf-content ul,
  .vf-content ol,
  .vf-content > div[style] > div[style],
  .vf-content > div[style] > p[style],
  .vf-content > div[style] > ul[style],
  .vf-content > div[style] > h2[style],
  .vf-content > div[style] > h3[style] {
    max-width: min(300px, calc(100vw - 76px)) !important;
  }
  .vf-content img.alignright,
  .vf-content img.alignleft,
  .vf-content .alignright,
  .vf-content .alignleft {
    float: none;
    display: block;
    max-width: 100%;
    margin: 18px 0;
  }
  .page-id-216 .vf-content > div[style]:not(:first-child) > div[style] {
    grid-template-columns: 1fr !important;
  }
  .page-id-216 .vf-content > div[style],
  .page-id-216 .vf-content > div[style]:not(:first-child),
  .page-id-216 .vf-content > div[style]:not(:first-child) > div[style] {
    width: 100% !important;
    max-width: 300px !important;
  }
  .page-id-216 .vf-content > div[style]:not(:first-child) > div[style] > div[style]:first-of-type {
    min-height: 220px;
  }
  .vf-records-manifest .vf-content {
    border-left-width: 2px;
    padding-left: 16px;
  }
  .vf-records-manifest .vf-content,
  .vf-records-manifest .vf-content p,
  .vf-records-roster > p {
    font-size: 17px;
    overflow-wrap: anywhere;
  }
  .vf-records-page .vf-wrap,
  .vf-records-roster-section .vf-wrap {
    width: min(calc(100% - 32px), 358px);
    max-width: 358px;
    margin-left: 16px;
    margin-right: auto;
  }
  .vf-records-manifest .vf-content p {
    max-width: 300px;
  }
  .vf-records-roster > div[style] { grid-template-columns: 1fr !important; }
}
