.page.home-page .layout-panel--full{
  padding:0 !important;
  background:transparent;
  border:none;
  box-shadow:none;
}

.page.home-page footer{ margin-top:56px; }

.home-shell{ display:grid; gap:32px; }

.home-layout-grid{
  display:grid;
  gap:32px;
  grid-template-columns:repeat(6, minmax(0, 1fr));
  align-items:start;
}

.home-layout-slot{
  min-width:0;
}

.home-layout-slot--full{
  grid-column:1 / -1;
}

.home-layout-slot--half{
  grid-column:span 3;
}

.home-layout-slot--third{
  grid-column:span 2;
}

.home-layout-slot--two-thirds{
  grid-column:span 4;
}

.home-layout-slot--third[data-third-position="left"]{
  grid-column:1 / span 2;
}

.home-layout-slot--third[data-third-position="center"]{
  grid-column:3 / span 2;
}

.home-layout-slot--third[data-third-position="right"]{
  grid-column:5 / span 2;
}

.home-layout-slot--two-thirds[data-third-position="left"]{
  grid-column:1 / span 4;
}

.home-layout-slot--two-thirds[data-third-position="right"]{
  grid-column:3 / span 4;
}

.home-hero-grid{
  display:grid;
  gap:24px;
  grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr);
  align-items:stretch;
}

.home-hero-grid > *,
.home-layout-slot > *{
  min-width:0;
}

.home-hero-grid--single{
  grid-template-columns:1fr;
}

.home-hero-copy,
.home-band{
  border:1px solid rgba(120,88,73,.28);
  border-radius:26px;
  background:
    radial-gradient(circle at top right, rgba(216,91,73,.14), transparent 32%),
    linear-gradient(180deg, rgba(24,20,22,.92), rgba(18,15,18,.96));
  box-shadow:0 20px 52px rgba(0,0,0,.22);
}

.home-hero-copy{
  display:grid;
  gap:18px;
  align-content:center;
  padding:34px;
}

.home-kicker{
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  border:1px solid rgba(216,91,73,.34);
  background:rgba(216,91,73,.12);
  color:#ffd9c7;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-hero-copy h1{
  margin:0;
  font-size:clamp(2.4rem, 4vw, 4.4rem);
  line-height:.96;
}

.home-lead{
  max-width:56ch;
  margin:0;
  font-size:1.08rem;
}

.home-rich-text{
  color:rgba(232,238,245,.78);
}

.home-rich-text p,
.home-rich-text ul,
.home-rich-text ol,
.home-rich-text blockquote{
  color:inherit;
}

.home-rich-text h1,
.home-rich-text h2,
.home-rich-text h3,
.home-rich-text h4{
  color:#fff8f0;
}

.home-rich-text a{
  color:#ffd9c7;
}

.home-rich-text .rich-cta{
  margin-top:.35rem;
}

.home-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.home-hero-actions,
.home-band__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.home-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  color:#f7efe8;
  font-weight:700;
  text-decoration:none;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.home-button:hover,
.home-button:focus-visible{
  transform:translateY(-2px);
  color:#fff7f0;
  box-shadow:0 14px 28px rgba(0,0,0,.22);
}

.home-button--primary{
  background:linear-gradient(135deg, #d85b49, #e0bb86);
  border-color:rgba(224,187,134,.5);
  color:#1d1411;
}

.home-button--ghost{
  background:rgba(255,255,255,.04);
}

.home-link-inline{
  color:#ffd9c7;
  font-weight:700;
  text-decoration:none;
}

.home-link-inline:hover{
  color:#fff4e8;
}

.home-hero-media{ min-width:0; }

.home-layout-media{
  min-width:0;
}

.home-carousel{
  height:100%;
  overflow:hidden;
  border-radius:26px;
  border:1px solid rgba(120,88,73,.34);
  box-shadow:0 22px 56px rgba(0,0,0,.28);
}

.home-carousel .carousel-inner,
.home-carousel .carousel-item{
  height:100%;
}

.home-slide{
  position:relative;
  display:flex;
  align-items:flex-end;
  min-height:460px;
  height:100%;
  padding:30px;
  background-image:
    linear-gradient(180deg, rgba(7,10,14,.02), rgba(7,10,14,.82)),
    linear-gradient(90deg, rgba(8,11,16,.82), rgba(8,11,16,.16)),
    var(--slide-image);
  background-position:center, center, var(--slide-position, center);
  background-size:cover;
}

.home-slide--no-image{
  background-image:
    linear-gradient(180deg, rgba(7,10,14,.10), rgba(7,10,14,.86)),
    linear-gradient(135deg, rgba(216,91,73,.12), rgba(115,158,202,.12));
}

.home-slide__content{
  display:grid;
  gap:14px;
  max-width:min(46ch, 100%);
}

.home-slide__eyebrow{
  width:max-content;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(12,15,20,.5);
  color:#ffd9c7;
  font-size:.78rem;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.home-slide__content h2{
  margin:0;
  font-size:clamp(2rem, 3vw, 3rem);
  line-height:1.02;
}

.home-slide p{
  margin:0;
  max-width:52ch;
  color:rgba(232,238,245,.84);
  font-size:1rem;
}

.home-slide__text{
  font-size:1rem;
}

.home-slide__text p:last-child,
.home-band__intro .home-rich-text > :last-child,
.home-module-card .home-rich-text > :last-child{
  margin-bottom:0;
}

.home-carousel .carousel-control-prev,
.home-carousel .carousel-control-next{
  width:64px;
  opacity:.9;
}

.home-carousel .carousel-control-prev-icon,
.home-carousel .carousel-control-next-icon{
  background-color:rgba(14,18,24,.72);
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background-size:48% 48%;
  width:46px;
  height:46px;
}

.home-band{
  display:grid;
  gap:24px;
  padding:30px;
  grid-template-columns:minmax(280px, .42fr) minmax(0, .58fr);
  align-items:start;
}

.home-band--gallery{
  grid-template-columns:minmax(300px, .9fr) minmax(0, 1.1fr);
  align-items:stretch;
}

.home-hero-grid .home-band,
.home-layout-slot--half .home-band,
.home-layout-slot--third .home-band{
  grid-template-columns:1fr;
}

.home-hero-grid .home-module-grid,
.home-layout-slot--half .home-module-grid,
.home-layout-slot--third .home-module-grid,
.home-hero-grid .home-news-layout,
.home-layout-slot--half .home-news-layout,
.home-layout-slot--third .home-news-layout{
  grid-template-columns:1fr;
}

.home-hero-grid .home-gallery-grid,
.home-layout-slot--two-thirds .home-gallery-grid,
.home-layout-slot--half .home-gallery-grid,
.home-layout-slot--third .home-gallery-grid{
  grid-template-columns:1fr;
  grid-auto-rows:auto;
}

.home-layout-slot--two-thirds .home-slide,
.home-layout-slot--half .home-slide,
.home-layout-slot--third .home-slide{
  min-height:360px;
}

.home-band__intro{
  display:grid;
  gap:10px;
}

.home-band__intro h2{
  margin:0;
  font-size:clamp(1.6rem, 2vw, 2.3rem);
  line-height:1.02;
}

.home-band--gallery .home-band__intro{
  gap:14px;
}

.home-band--gallery .home-band__intro h2{
  max-width:12ch;
  line-height:1.08;
}

.home-band--gallery .home-band__intro p{
  max-width:54ch;
}

.home-band__intro p{
  margin:0;
  color:rgba(232,238,245,.72);
}

.home-gallery-summary{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.home-gallery-summary__pill{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.04);
  color:rgba(247,239,232,.84);
  font-size:.84rem;
  font-weight:700;
}

.home-module-grid{
  display:grid;
  gap:18px;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
}

.home-module-card{
  position:relative;
  min-height:220px;
  padding:24px 22px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(34,28,31,.9), rgba(18,15,18,.96));
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.home-module-card--feature{
  background:
    radial-gradient(circle at top right, rgba(216,91,73,.18), transparent 40%),
    linear-gradient(180deg, rgba(34,28,31,.96), rgba(18,15,18,.98));
}

.home-module-card__badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:68px;
  padding:6px 12px;
  margin-bottom:16px;
  border-radius:999px;
  background:rgba(216,91,73,.16);
  border:1px solid rgba(216,91,73,.28);
  color:#ffd9c7;
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.03em;
  text-transform:uppercase;
}

.home-module-card h3{
  margin:0 0 8px;
  font-size:1.35rem;
}

.home-module-card .home-rich-text{
  font-size:.98rem;
}

.home-news-layout{
  display:grid;
  gap:18px;
  grid-template-columns:minmax(0, 1.15fr) minmax(280px, .85fr);
}

.home-news-feature,
.home-news-compact,
.home-placeholder{
  display:grid;
  gap:14px;
  padding:24px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(32,26,29,.92), rgba(18,15,18,.96));
}

.home-news-feature{
  min-height:100%;
  align-content:start;
}

.home-news-stack{
  display:grid;
  gap:18px;
}

.home-news-feature__date,
.home-news-compact__date{
  margin:0;
  color:rgba(232,238,245,.54);
  font-size:.88rem;
}

.home-news-feature h3{
  margin:0;
  font-size:clamp(1.6rem, 2vw, 2.4rem);
  line-height:1.02;
}

.home-news-feature p,
.home-news-compact p,
.home-placeholder p{
  margin:0;
  color:rgba(232,238,245,.76);
}

.home-news-compact h3,
.home-placeholder h3{
  margin:0;
  font-size:1.18rem;
}

.home-gallery-grid{
  display:grid;
  gap:18px;
  min-width:0;
}

.home-gallery-grid--count-1{
  grid-template-columns:1fr;
}

.home-gallery-grid--count-2{
  grid-template-columns:repeat(2, minmax(0, 1fr));
}

.home-gallery-grid--count-3{
  grid-template-columns:minmax(0, 1.08fr) minmax(250px, .92fr);
  grid-auto-rows:minmax(210px, 1fr);
}

.home-gallery-card{
  position:relative;
  display:block;
  min-height:220px;
  overflow:hidden;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.08);
  background:#141115;
  box-shadow:0 14px 34px rgba(0,0,0,.18);
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.home-gallery-grid--count-1 .home-gallery-card{
  min-height:360px;
}

.home-gallery-grid--count-2 .home-gallery-card{
  min-height:280px;
}

.home-gallery-card--lead{
  grid-row:1 / span 2;
  min-height:438px;
}

.home-gallery-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}

.home-gallery-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg, rgba(9,11,14,.12) 0%, rgba(9,11,14,.22) 24%, rgba(9,11,14,.78) 72%, rgba(9,11,14,.94) 100%),
    linear-gradient(135deg, rgba(216,91,73,.16), transparent 48%);
}

.home-gallery-card:hover,
.home-gallery-card:focus-visible{
  transform:translateY(-2px);
  border-color:rgba(216,91,73,.30);
  box-shadow:0 20px 42px rgba(0,0,0,.24);
}

.home-gallery-card:hover img{
  transform:scale(1.03);
}

.home-gallery-card__topline{
  position:absolute;
  inset:16px 16px auto 16px;
  z-index:1;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.home-gallery-card__badge,
.home-gallery-card__stat{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(12,15,20,.54);
  color:#fff2e4;
  font-size:.78rem;
  font-weight:700;
  letter-spacing:.03em;
}

.home-gallery-card__badge{
  background:rgba(216,91,73,.22);
  border-color:rgba(216,91,73,.30);
}

.home-gallery-card__content{
  position:absolute;
  inset:0;
  z-index:1;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:14px;
  padding:74px 18px 18px;
  color:#f7efe8;
  text-shadow:0 2px 12px rgba(0,0,0,.34);
}

.home-gallery-card__text{
  display:grid;
  gap:6px;
}

.home-gallery-card__title{
  display:-webkit-box;
  overflow:hidden;
  color:#fff8f0;
  font-size:1.08rem;
  line-height:1.12;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.home-gallery-card--lead .home-gallery-card__title{
  font-size:clamp(1.32rem, 2vw, 1.82rem);
  -webkit-line-clamp:3;
}

.home-gallery-card__author{
  color:rgba(247,239,232,.82);
  font-size:.93rem;
}

.home-gallery-card__footer{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:12px;
  flex-wrap:wrap;
}

.home-gallery-card__meta{
  color:rgba(247,239,232,.70);
  font-size:.88rem;
}

.home-gallery-card__cta{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 11px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.08);
  color:#fff4e8;
  font-size:.82rem;
  font-weight:700;
}

.home-band--players .home-band__intro p{
  max-width:48ch;
}

.home-player-shell{
  display:grid;
  gap:16px;
}

.home-player-shell .player-groups{
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:16px;
}

.home-player-shell .player-group{
  min-height:100%;
  padding:18px;
  border-radius:20px;
  border-color:rgba(255,255,255,.08);
  background:linear-gradient(180deg, rgba(32,26,29,.92), rgba(18,15,18,.96));
  box-shadow:0 14px 34px rgba(0,0,0,.18);
}

.home-player-shell .player-list{
  gap:12px;
}

.home-player-shell .player-list__item{
  min-height:44px;
}

.home-player-shell .player-list__item img{
  width:42px;
  height:42px;
  filter:drop-shadow(0 9px 13px rgba(0,0,0,.5));
}

.home-hero-grid .home-player-shell .player-groups,
.home-layout-slot--half .home-player-shell .player-groups,
.home-layout-slot--third .home-player-shell .player-groups{
  grid-template-columns:1fr;
}

@media (max-width: 991px){
  .home-layout-grid,
  .home-hero-grid,
  .home-band,
  .home-news-layout{
    grid-template-columns:1fr;
  }

  .home-layout-slot--half,
  .home-layout-slot--two-thirds,
  .home-layout-slot--third,
  .home-layout-slot--two-thirds[data-third-position="left"],
  .home-layout-slot--two-thirds[data-third-position="right"],
  .home-layout-slot--third[data-third-position="left"],
  .home-layout-slot--third[data-third-position="center"],
  .home-layout-slot--third[data-third-position="right"]{
    grid-column:1 / -1;
  }

  .home-gallery-grid{
    grid-template-columns:1fr;
    grid-auto-rows:auto;
  }

  .home-gallery-card,
  .home-gallery-grid--count-1 .home-gallery-card,
  .home-gallery-grid--count-2 .home-gallery-card,
  .home-gallery-card--lead{
    min-height:300px;
  }

  .home-gallery-card--lead{
    grid-row:auto;
  }
}

@media (max-width: 767px){
  .home-shell{
    gap:24px;
  }

  .home-hero-copy,
  .home-band{
    padding:22px;
  }

  .home-slide{
    min-height:320px;
    padding:22px 20px;
  }

  .home-hero-copy h1{
    font-size:clamp(2rem, 10vw, 3rem);
  }

  .home-carousel .carousel-control-prev,
  .home-carousel .carousel-control-next{
    width:48px;
  }

  .home-gallery-card,
  .home-gallery-grid--count-1 .home-gallery-card,
  .home-gallery-grid--count-2 .home-gallery-card,
  .home-gallery-card--lead{
    min-height:240px;
  }

  .home-gallery-card__content{
    padding:70px 16px 16px;
  }

  .home-gallery-card__title{
    font-size:1rem;
  }
}
