.hbs-home-intro { --ink:#171717; --muted:#666662; --soft:#f3f4f2; --accent:#4b668a; --line:rgba(23,23,23,.16); --page-width:1520px; color:#171717; background:#fff; font-family:Arial,Helvetica,sans-serif; font-size:16px; line-height:1.5; }
.hbs-home-intro *, .hbs-home-intro *::before, .hbs-home-intro *::after {box-sizing:border-box;}
.hbs-home-intro a {color:inherit;text-decoration:none;}
.hbs-home-intro h1,.hbs-home-intro h2 {font-family:inherit;color:inherit;text-transform:none;}
.hbs-home-intro .hbs-intro-button {margin:0;text-transform:none;letter-spacing:normal;}
.hbs-home-intro a:focus-visible {outline:3px solid #4b668a;outline-offset:4px;}
.hbs-home-intro .department-media img {position:absolute;inset:0;width:100%;height:100%;display:block;}
body.homepage [data-content-region="header_navigation_bottom--global"] {display:none;}
.hbs-home-intro .page-width{
  width: min(100%, var(--page-width));
  margin-inline: auto;
  padding-inline: clamp(20px, 3vw, 48px);
}
.hbs-home-intro .eyebrow{
  margin: 0;
  color: var(--muted);
  font-size: 11.2px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hbs-home-intro .hbs-intro-button{
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  font-size: 13.12px;
  font-weight: 800;
  line-height: 1;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}
.hbs-home-intro .hbs-intro-button:hover{
  transform: translateY(-2px);
}
.hbs-home-intro .hbs-intro-button--dark{
  background: var(--ink);
  color: #fff;
}
.hbs-home-intro .hbs-intro-button--dark:hover{
  background: #353535;
}
.hbs-home-intro .hbs-intro-button--light{
  background: rgba(255, 255, 255, 0.88);
  color: var(--ink);
}
.hbs-home-intro .hbs-intro-button--light:hover,
.hbs-home-intro .hbs-intro-button--outline:hover{
  background: var(--ink);
  color: #fff;
}
.hbs-home-intro .hbs-intro-button--outline{
  background: transparent;
}
.hbs-home-intro .home-hero{
  position: relative;
  display: flex;
  min-height: calc(100svh - 128px);
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.87) 35%,
      rgba(255, 255, 255, 0.12) 72%,
      rgba(255, 255, 255, 0.03) 100%
    ),
    url("../img/homepage-hero-v1/home-hero-luxury-game-room.jpg") center 55% / cover no-repeat;
}
.hbs-home-intro .hero-content{
  display: flex;
  min-height: 560px;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding-block: clamp(74px, 10vh, 150px);
}
.hbs-home-intro .hero-content h1{
  max-width: 890px;
  margin: 0;
  font-size: clamp(60.8px, 7.15vw, 119.2px);
  font-weight: 900;
  letter-spacing: -0.075em;
  line-height: 0.83;
}
.hbs-home-intro .hero-lead{
  margin: 28px 0 0;
  font-size: clamp(16px, 1.4vw, 21.6px);
  font-weight: 500;
}
.hbs-home-intro .hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.hbs-home-intro .hero-strip{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(23, 23, 23, 0.14);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
}
.hbs-home-intro .hero-strip > div{
  display: flex;
  min-height: 136px;
  flex-direction: column;
  justify-content: center;
  padding: 25px clamp(18px, 2.6vw, 42px);
  border-right: 1px solid var(--line);
}
.hbs-home-intro .hero-strip > div:last-child{
  border-right: 0;
}
.hbs-home-intro .hero-strip strong{
  margin-top: 8px;
  font-size: 15.68px;
}
.hbs-home-intro .hero-strip span{
  max-width: 290px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12.48px;
  line-height: 1.5;
}
.hbs-home-intro .section{
  padding-block: clamp(74px, 8.5vw, 138px);
}
.hbs-home-intro .section-heading{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 34px;
  margin-bottom: clamp(34px, 4.2vw, 68px);
}
.hbs-home-intro .section-heading h2{
  max-width: 800px;
  margin: 11px 0 0;
  font-size: clamp(39.2px, 4.6vw, 82.4px);
  font-weight: 900;
  letter-spacing: -0.065em;
  line-height: 0.94;
}
.hbs-home-intro .department-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.hbs-home-intro .department-card{
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.hbs-home-intro .department-card--featured{
  grid-row: span 2;
  grid-column: span 2;
}
.hbs-home-intro .department-media{
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1.3 / 1;
  background: var(--soft);
}
.hbs-home-intro .department-card--featured .department-media{
  flex: 1;
  min-height: 400px;
  aspect-ratio: auto;
}
.hbs-home-intro .department-media img{
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}
.hbs-home-intro .department-card:hover img{
  transform: scale(1.035);
}
.hbs-home-intro .department-copy{
  display: flex;
  min-height: 168px;
  flex-direction: column;
  padding: clamp(22px, 2.3vw, 36px);
  color: var(--muted);
  font-size: 13.28px;
  line-height: 1.55;
}
.hbs-home-intro .department-title{
  margin: 10px 0 8px;
  color: var(--ink);
  font-size: clamp(23.2px, 2vw, 36px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1;
}
.hbs-home-intro .department-card:hover .department-title{
  color: var(--accent);
}
@media (max-width: 900px){.hbs-home-intro .home-hero{
    min-height: calc(100svh - 70px);
    background:
      linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.97) 0%,
        rgba(255, 255, 255, 0.83) 46%,
        rgba(255, 255, 255, 0.18) 100%
      ),
      url("../img/homepage-hero-v1/home-hero-luxury-game-room.jpg") 58% center / cover no-repeat;
  }
.hbs-home-intro .hero-content{
    min-height: 580px;
  }
.hbs-home-intro .hero-content h1{
    max-width: 720px;
    font-size: clamp(57.6px, 10.8vw, 102.4px);
  }
.hbs-home-intro .hero-strip{
    grid-template-columns: repeat(2, 1fr);
  }
.hbs-home-intro .hero-strip > div:nth-child(2){
    border-right: 0;
  }
.hbs-home-intro .hero-strip > div:nth-child(-n + 2){
    border-bottom: 1px solid var(--line);
  }
.hbs-home-intro .department-grid{
    grid-template-columns: repeat(2, 1fr);
  }
.hbs-home-intro .department-card--featured{
    grid-row: auto;
    grid-column: 1 / -1;
  }
.hbs-home-intro .department-card--featured .department-media{
    min-height: 460px;
  }}
@media (max-width: 680px){.hbs-home-intro .page-width{
    padding-inline: 20px;
  }
.hbs-home-intro .hero-content{
    min-height: 570px;
    padding-block: 68px;
  }
.hbs-home-intro .hero-content h1{
    max-width: 520px;
    font-size: clamp(51.2px, 15.2vw, 83.2px);
    line-height: 0.86;
  }
.hbs-home-intro .hero-lead{
    margin-top: 21px;
  }
.hbs-home-intro .hero-actions{
    align-items: flex-start;
    flex-direction: column;
  }
.hbs-home-intro .hbs-intro-button{
    min-height: 44px;
  }
.hbs-home-intro .hero-strip{
    grid-template-columns: 1fr;
  }
.hbs-home-intro .hero-strip > div{
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
.hbs-home-intro .hero-strip > div:last-child{
    border-bottom: 0;
  }
.hbs-home-intro .section{
    padding-block: 72px;
  }
.hbs-home-intro .section-heading{
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 34px;
  }
.hbs-home-intro .section-heading h2{
    font-size: clamp(41.6px, 12vw, 64px);
  }
.hbs-home-intro .department-grid{
    grid-template-columns: 1fr;
  }
.hbs-home-intro .department-card--featured{
    grid-column: auto;
  }
.hbs-home-intro .department-card--featured .department-media{
    min-height: auto;
    aspect-ratio: 1.2 / 1;
  }
.hbs-home-intro .department-copy{
    min-height: auto;
  }}
@media(prefers-reduced-motion:reduce){.hbs-home-intro *{transition:none!important;}}

/* Keep the subjects centered within the responsive category crops. */
.hbs-home-intro .department-card--darts img { object-position: 94% center; }
.hbs-home-intro .department-card--bbq img { object-position: 29% center; }

/* Mobile gets its own image frame so the table remains visible below the copy. */
@media (max-width: 680px) {
  .hbs-home-intro .home-hero { min-height: 0; background: #f6f5f2; }
  .hbs-home-intro .hero-content { min-height: 0; padding-block: 32px 24px; }
  .hbs-home-intro .hero-content h1 { font-size: clamp(36px, 10.5vw, 48px); line-height: .98; letter-spacing: -.06em; }
  .hbs-home-intro .hero-lead { margin-top: 16px; font-size: 16px; }
  .hbs-home-intro .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 22px; }
  .hbs-home-intro .hero-actions .hbs-intro-button { min-height: 48px; padding: 12px 10px; font-size: 12px; line-height: 1.25; text-align: center; }
  .hbs-home-intro .hero-actions .hbs-intro-button--dark { grid-column: 1 / -1; font-size: 14px; }
  .hbs-home-intro .home-hero::after { content: ""; display: block; width: 100%; aspect-ratio: 4 / 3; background: url("../img/homepage-hero-v1/home-hero-luxury-game-room.jpg") center bottom / cover no-repeat; }
  .hbs-home-trust .hero-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hbs-home-trust .hero-strip > div { min-height: 154px; padding: 22px 16px; justify-content: flex-start; }
  .hbs-home-trust .hero-strip > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .hbs-home-trust .hero-strip > div:nth-last-child(-n + 2) { border-bottom: 0; }
  .hbs-home-trust .hero-strip strong { font-size: 14px; line-height: 1.3; }
  .hbs-home-trust .hero-strip span { font-size: 12px; }
}
