/* Desktop density: home doors, compact articles, smaller kits/sets. */

.home-lead {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  margin: 0.45rem auto 0.7rem;
  border-radius: 0.85rem;
  overflow: hidden;
  min-height: 14rem;
  background: none;
  border: 1px solid color-mix(in oklab, #e8a04a 32%, transparent);
}
.home-lead__still img {
  height: 15.5rem;
  max-height: 15.5rem;
  aspect-ratio: auto;
  border-radius: 0;
  filter: saturate(1.06) brightness(0.62);
}
.home-lead__copy {
  grid-area: 1 / 1;
  z-index: 1;
  align-self: end;
  max-width: none;
  padding: 3.2rem 1.1rem 0.95rem;
  background:
    linear-gradient(90deg, color-mix(in oklab, #10080c 82%, transparent) 0%, color-mix(in oklab, #10080c 28%, transparent) 58%, transparent 78%),
    linear-gradient(180deg, transparent 18%, color-mix(in oklab, #10080c 78%, transparent) 100%);
}
.home-lead h1 {
  font-size: clamp(2.1rem, 1.2rem + 2.4vw, 3.4rem);
  color: #fff6e8;
}
.home-lead__tag {
  font-size: 1.08rem;
  margin: 0.22rem 0 0;
  color: #f4e6d4;
  max-width: 36rem;
}
.home-lead p {
  margin: 0.32rem 0 0;
  font-size: 0.92rem;
  max-width: 38rem;
  color: #e8d0c0;
}
.home-lead__jumps a {
  display: inline-flex;
  align-items: center;
  min-height: 1.85rem;
  padding: 0 0.7rem;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, #e8a04a 40%, transparent);
  background: color-mix(in oklab, #e8a04a 22%, transparent);
  color: #fff6e8;
  font-size: 0.74rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-doors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
  width: min(var(--container), calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 0.85rem;
}
.home-doors a {
  position: relative;
  display: block;
  min-height: 8.5rem;
  border-radius: 0.7rem;
  overflow: hidden;
  color: #fff6e8;
  text-decoration: none;
  background: #1c1418 center/cover no-repeat;
  border: 1px solid color-mix(in oklab, #e8a04a 28%, transparent);
  isolation: isolate;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.home-doors a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, color-mix(in oklab, #10080c 12%, transparent) 8%, color-mix(in oklab, #10080c 78%, transparent) 100%);
}
.home-doors strong,
.home-doors span {
  position: relative;
  z-index: 1;
}
.home-doors strong {
  position: absolute;
  left: 0.7rem;
  bottom: 0.55rem;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.45rem;
  letter-spacing: 0.06em;
  font-weight: 400;
}
.home-doors span {
  display: block;
  position: absolute;
  left: 0.7rem;
  right: 0.7rem;
  bottom: 2.15rem;
  z-index: 2;
  font-size: 0.78rem;
  line-height: 1.3;
  color: #f4e6d4;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  text-shadow: 0 1px 10px color-mix(in oklab, #000 70%, transparent);
}
.home-doors a:hover,
.home-doors a:focus-visible {
  z-index: 4;
  transform: translateY(-3px);
  border-color: #e8a04a;
  box-shadow: 0 16px 32px color-mix(in oklab, #000 45%, transparent);
}
.home-doors a:hover::after,
.home-doors a:focus-visible::after {
  background: linear-gradient(180deg, color-mix(in oklab, #10080c 8%, transparent) 0%, color-mix(in oklab, #10080c 88%, transparent) 100%);
}
.home-doors a:hover span,
.home-doors a:focus-visible span {
  opacity: 1;
  transform: none;
}

.home-areas {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  width: min(var(--container), calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 1rem;
}
.home-areas a {
  position: relative;
  display: block;
  min-height: 7.25rem;
  border-radius: 0.65rem;
  overflow: hidden;
  color: #fff6e8;
  text-decoration: none;
  background: #1c1418 center/cover no-repeat;
  border: 1px solid color-mix(in oklab, #e8a04a 24%, transparent);
  isolation: isolate;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}
.home-areas a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 22%, color-mix(in oklab, #10080c 84%, transparent));
}
.home-areas strong,
.home-areas span {
  position: relative;
  z-index: 1;
}
.home-areas strong {
  position: absolute;
  left: 0.65rem;
  bottom: 0.45rem;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.home-areas span {
  display: block;
  position: absolute;
  left: 0.65rem;
  right: 0.65rem;
  bottom: 1.9rem;
  z-index: 2;
  font-size: 0.74rem;
  line-height: 1.28;
  color: #f4e6d4;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}
.home-areas a:hover,
.home-areas a:focus-visible {
  z-index: 4;
  transform: translateY(-2px);
  border-color: #e8a04a;
  box-shadow: 0 14px 28px color-mix(in oklab, #000 42%, transparent);
}
.home-areas a:hover span,
.home-areas a:focus-visible span {
  opacity: 1;
  transform: none;
}

.live-board--home {
  width: min(var(--container), calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 0.9rem;
  padding: 0.55rem 0.7rem 0.7rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in oklab, #e8a04a 28%, transparent);
  background: color-mix(in oklab, #1c1418 82%, transparent);
}
.live-board--home .live-board__head h2 {
  font-size: 1.35rem;
}
.live-grid {
  gap: 0.4rem;
}

.home-nightclubs,
.home-feature,
.home-play,
.home-desk {
  display: none !important;
}
.home-compare,
.home-hours {
  display: block;
  width: min(var(--container), calc(100% - 2 * var(--pad-inline)));
  margin: 0 auto 0.9rem;
  padding: 0.75rem 0.85rem 0.85rem;
  border-radius: 0.75rem;
  border: 1px solid color-mix(in oklab, #e8a04a 30%, transparent);
  background:
    linear-gradient(180deg, color-mix(in oklab, #f4e6d4 8%, transparent), color-mix(in oklab, #120c0e 40%, transparent)),
    #1c1418;
  color: #f4e6d4;
}
.home-compare h2,
.home-hours h2 {
  margin: 0 0 0.25rem;
  color: #fff6e8;
}
.home-compare p,
.home-hours p,
.home-compare li {
  color: #e8d0c0;
}
.home-compare__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  margin: 0.55rem 0 0.65rem;
}
.home-compare__tabs label {
  min-height: 1.85rem;
  padding: 0.15rem 0.65rem;
  border-radius: 999px;
  border: 1px solid color-mix(in oklab, #e8a04a 34%, transparent);
  background: color-mix(in oklab, #10080c 45%, transparent);
  color: #fff6e8;
  font-size: 0.74rem;
}
.home-compare__tabs label:has(input:checked) {
  background: color-mix(in oklab, #e8a04a 26%, transparent);
  border-color: #e8a04a;
}
.home-more a {
  color: #e8a04a;
}

.shop-strip {
  width: min(var(--container), calc(100% - 2 * var(--pad-inline)));
  margin: 0.4rem auto 0.8rem;
  padding: 0.4rem 0.55rem;
  gap: 0.55rem;
}
.shop-strip img {
  width: 3.2rem;
  height: 3.2rem;
}

/* Guides: title on the photo, tighter prose, inline stills. */
.article-page.panel {
  padding-top: 0.35rem;
}
.article-page {
  display: grid;
  grid-template-columns: 1fr;
}
.article-page > .article-hero {
  grid-area: 1 / 1;
  width: 100%;
  height: 10.5rem;
  max-height: 10.5rem;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 0.55rem;
  margin: 0 0 0.55rem;
  filter: saturate(1.04) brightness(0.7);
}
.article-page > .eyebrow,
.article-page > .page-title {
  grid-area: 1 / 1;
  z-index: 1;
  align-self: end;
  justify-self: center;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0 1rem 0.8rem;
  text-align: center;
  color: #fff6e8;
  text-shadow: 0 2px 14px color-mix(in oklab, #000 55%, transparent);
}
.article-page > .eyebrow {
  align-self: end;
  margin-bottom: 2.85rem;
  padding-bottom: 0;
  color: #e8a04a;
}
.article-page > .page-title {
  font-size: clamp(1.7rem, 1.1rem + 1.6vw, 2.45rem);
  line-height: 0.9;
}
.article-page > .guide-layout {
  grid-column: 1;
}
.guide-layout {
  gap: 0.85rem 1.1rem;
  margin-top: 0.15rem;
}
.article-body.prose {
  max-width: 44rem;
}
.article-body.prose h2 {
  margin: 0.85rem 0 0.28rem;
  font-size: 1.12rem;
}
.article-body.prose p,
.article-body.prose li {
  line-height: 1.42;
  margin: 0 0 0.55rem;
}
.article-body.prose img {
  display: block;
  max-width: 100%;
  height: 7.25rem;
  width: auto;
  max-height: 7.25rem;
  object-fit: cover;
  border-radius: 0.4rem;
  margin: 0 0 0.55rem;
}
.guide-still {
  float: right;
  width: min(14.5rem, 42%);
  margin: 0 0 0.65rem 0.85rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
.guide-still img {
  display: block;
  width: 100%;
  height: 8.5rem;
  object-fit: cover;
}
.guide-still figcaption {
  padding: 0.28rem 0.4rem 0.4rem;
  font-size: 0.68rem;
  color: var(--muted);
}
.guide-still--wide {
  float: none;
  width: 100%;
  max-width: none;
  margin: 0.4rem 0 0.75rem;
}
.guide-still--wide img {
  height: 9.5rem;
}
.guide-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.4rem;
  margin: 0.35rem 0 0.85rem;
}
.guide-rail figure {
  margin: 0;
  border-radius: 0.35rem;
  overflow: hidden;
}
.guide-rail img {
  display: block;
  width: 100%;
  height: 6.5rem;
  object-fit: cover;
}
.guide-rail figcaption {
  padding: 0.25rem 0.35rem 0.35rem;
  font-size: 0.65rem;
  color: var(--muted);
}

.hero {
  min-height: 0 !important;
  margin: 0.45rem auto 0.75rem !important;
}
.hero__overlay {
  width: min(34rem, calc(100% - 1.4rem));
  margin: 0 auto 0 !important;
  padding: 0.7rem 0.85rem 0.8rem;
  position: relative;
  left: 0;
  right: 0;
  top: auto;
  align-self: end;
}
.hero__media,
.hero__media img {
  max-height: 11rem;
  object-fit: cover;
}

.topic-grid {
  gap: 0.45rem !important;
}
.topic-card {
  min-height: 7.75rem !important;
  height: 8.25rem;
  max-height: 8.25rem;
}
.topic-card__caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.4rem 0.5rem 0.45rem;
  border-radius: 0;
  background: linear-gradient(180deg, transparent, color-mix(in oklab, #10080c 88%, transparent));
  backdrop-filter: none;
}
h2.topic-grid__heading {
  margin: 0.15rem var(--pad-inline) 0.3rem;
  font-size: 0.95rem;
}
.site-main > .panel {
  padding: 0.4rem 0.85rem 0.5rem;
  margin-bottom: 0.4rem;
}
.aff-card__still {
  height: 6.5rem !important;
  max-height: 6.5rem !important;
  object-fit: cover;
}
.panel {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}
.page-title {
  margin: 0 0 0.25rem;
  font-size: clamp(1.5rem, 1.1rem + 1.2vw, 2.1rem);
}

body.shop-catalog .helm-shop-card img,
body.shop-catalog .aff-card__still,
body.shop-catalog .kit-tool img {
  max-height: 7rem;
  object-fit: cover;
}

.site-main:has(> .cat-app[data-cat="deals"]) > .aff-cluster,
.site-main:has(> .cat-app[data-cat="deals"]) > .pcard-mount,
.site-main:has(> .cat-app[data-cat="deals"]) > .helm-shop,
.pcard-tut {
  display: none !important;
}

@media (max-width: 1099px) {
  .home-doors,
  .home-areas { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 719px) {
  .home-lead__still img,
  .home-lead {
    height: 11.5rem;
    min-height: 11.5rem;
    max-height: 11.5rem;
  }
  .home-doors,
  .home-areas {
    grid-template-columns: 1fr 1fr;
  }
  .home-doors a { min-height: 7.4rem; }
  .home-areas a { min-height: 6.4rem; }
  .home-doors span,
  .home-areas span {
    opacity: 1;
    transform: none;
    bottom: 2rem;
    font-size: 0.68rem;
  }
  .article-page > .article-hero {
    height: 8.25rem;
    max-height: 8.25rem;
  }
  .article-page > .page-title { font-size: 1.55rem; }
  .guide-still,
  .guide-still--wide {
    float: none;
    width: 100%;
    margin: 0 0 0.65rem;
  }
  .guide-rail { grid-template-columns: 1fr 1fr; }
  .topic-card { min-height: 7.5rem !important; }
}
