.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-top: clamp(68px, 5vw, 84px);
  padding-bottom: clamp(32px, 2.5vw, 40px);
}
.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, minmax(0, 1fr));
  gap: clamp(32px, 3vw, 40px);
}
.hbs-home-intro .department-card{
  display: flex;
  min-width: 0;
  position: relative;
  flex-direction: column;
}
.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;
}
.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;
  flex-direction: column;
  padding-top: 20px;
  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);
}
.hb-editorial-feature{
  position: relative;
  width: min(100% - clamp(40px, 4vw, 64px), 1520px);
  margin: clamp(24px, 2vw, 32px) auto clamp(40px, 3vw, 48px);
  color: #171717;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.hb-editorial-feature__media{
  position: relative;
  overflow: hidden;
  background: #f1f0eb;
  aspect-ratio: 2.08 / 1;
}
.hb-editorial-feature__media-link,
.hb-editorial-feature__media img{
  display: block;
  width: 100%;
  height: 100%;
}
.hb-editorial-feature__media img{
  object-fit: cover;
  object-position: center;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}
.hb-editorial-feature__media-link:hover img{
  transform: scale(1.025);
}
.hb-editorial-feature__copy{
  max-width: none;
  margin: clamp(18px, 2vw, 28px) 0 0;
}
.hb-editorial-feature__eyebrow{
  margin: 0 0 6px;
  color: #666662;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hb-editorial-feature h2{
  margin: 0;
  color: #171717;
  font-size: clamp(48px, 7vw, 112px);
  font-weight: 900;
  letter-spacing: -.075em;
  line-height: .84;
}
.hb-editorial-feature__lede{
  max-width: 800px;
  margin: 18px 0 0;
  color: #171717;
  font-size: clamp(18px, 1.45vw, 23px);
  line-height: 1.3;
}
.hb-editorial-feature__link{
  display: inline-block;
  min-height: 44px;
  margin-top: 22px;
  color: #171717;
  font-size: 15px;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.hb-featured-cues{
  width: min(100% - clamp(40px, 4vw, 64px), 1520px);
  margin: 0 auto clamp(48px, 5vw, 72px);
  color: #171717;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.hb-featured-cues__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 48px);
}
.hb-featured-cues__door{
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: #171717;
}
.hb-featured-cues__image{
  display: block;
  overflow: hidden;
  background: #1a1c1d;
  aspect-ratio: 4 / 3;
}
.hb-featured-cues__image img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}
.hb-featured-cues__door--carbon img{
  object-position: 50% 48%;
}
.hb-featured-cues__door--break img{
  object-position: center;
}
.hb-featured-cues__door-copy{
  display: grid;
  flex: 1 0 auto;
  grid-template-columns: minmax(0, 1fr) minmax(180px, .9fr);
  grid-template-rows: minmax(0, 1fr) auto;
  column-gap: clamp(24px, 3vw, 48px);
  row-gap: 14px;
  padding-top: 20px;
}
.hb-featured-cues__door-title{
  grid-row: span 2;
  max-width: 370px;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 900;
  letter-spacing: -.07em;
  line-height: .9;
}
.hb-featured-cues__door-lede{
  max-width: 410px;
  color: #171717;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.32;
}
.hb-featured-cues__door-link{
  grid-column: 2;
  justify-self: end;
  align-self: end;
  min-height: 32px;
  font-size: 15px;
  line-height: 1.3;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
.hb-featured-cues__door:hover img{
  transform: scale(1.025);
}
/* The homepage uses one compact editorial rhythm after the category discovery. */
.hb-home-resources{
  width: min(100% - clamp(40px, 4vw, 64px), 1520px) !important;
  max-width: 1520px !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding: clamp(32px, 3vw, 48px) 0 clamp(48px, 5vw, 72px) !important;
}
.hb-home-resources .hb-resources-heading{
  margin-bottom: clamp(24px, 2vw, 30px);
}
.hb-home-resources .recentBlog-holder{
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 28px);
}
.hb-home-resources .recentBlog .recentBlog-img{
  height: clamp(300px, 26vw, 420px) !important;
  aspect-ratio: auto !important;
}
.hb-home-resources .recentBlog-info{
  margin-left: -1px !important;
  padding: 14px 0 0 !important;
}
.hb-home-resources .recentBlog-info h3{
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: 1.15;
}
.hb-home-resources .pool-guide-card__eyebrow{
  margin: 0 0 8px;
  color: #666662;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.2;
  text-transform: uppercase;
}
.hb-home-resources .pool-guide-card h3{
  min-height: 2.3em;
}
.hb-home-resources .pool-guide-card__lede{
  min-height: 3.15em;
  margin: 8px 0 0;
  color: #666662;
  font-size: 12px;
  line-height: 1.45;
}
.hb-home-resources .hb-resource-read{
  min-height: 32px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 900px){
  .hb-home-resources .recentBlog-holder{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px 18px;
  }
}
@media (max-width: 700px){
  .hb-home-resources .recentBlog .recentBlog-img{
    height: 280px !important;
  }
}
@media (min-width: 701px){
  .hb-home-resources .recentBlog-holder{
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(18px, 1.8vw, 28px);
  }
  .hb-home-resources .recentBlog{
    width: auto !important;
    margin: 0 !important;
  }
}
@media (min-width: 701px){
  .hb-featured-cues__door-copy{
    grid-template-columns: minmax(180px, .72fr) minmax(260px, 1fr) auto;
    grid-template-rows: auto;
    align-items: start;
    column-gap: clamp(20px, 2.4vw, 40px);
  }
  .hb-featured-cues__door-title{
    grid-row: auto;
    max-width: 320px;
    font-size: clamp(26px, 2.35vw, 36px);
  }
  .hb-featured-cues__door-lede{
    max-width: 440px;
    font-size: clamp(16px, 1.18vw, 18px);
  }
  .hb-featured-cues__door-link{
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    margin-top: 2px;
    font-size: 0;
    text-decoration: none;
  }
  .hb-featured-cues__door-link > span{
    display: block;
    font-size: 22px;
    line-height: 1;
  }
}
@media (min-width: 701px){
  .hb-editorial-feature__copy{
    display: grid;
    grid-template-columns: minmax(420px, 560px) minmax(440px, 1fr);
    column-gap: clamp(76px, 8vw, 144px);
    justify-content: start;
    align-items: end;
  }
  .hb-editorial-feature__eyebrow,
  .hb-editorial-feature h2{
    grid-column: 1;
    align-self: start;
  }
  .hb-editorial-feature__lede{
    grid-column: 2;
    grid-row: 2;
    align-self: end;
    margin: 0;
  }
  .hb-editorial-feature__link{
    grid-column: 2;
    grid-row: 3;
    margin-top: 20px;
    justify-self: end;
  }
  .hb-editorial-feature--mirrored .hb-editorial-feature__eyebrow,
  .hb-editorial-feature--mirrored h2{
    grid-column: 2;
    justify-self: end;
    text-align: right;
  }
  .hb-editorial-feature--mirrored .hb-editorial-feature__lede{
    grid-column: 1;
    grid-row: 2;
  }
  .hb-editorial-feature--mirrored .hb-editorial-feature__link{
    grid-column: 1;
    grid-row: 3;
    justify-self: start;
  }
}
@media (max-width: 700px){
  .hb-editorial-feature{
    width: min(100% - 40px, 1520px);
    margin: 32px auto 48px;
  }
  .hb-editorial-feature__media{
    aspect-ratio: 4 / 3;
  }
  .hb-editorial-feature__copy{
    margin: 0;
    padding: 22px 0 0;
  }
  .hb-featured-cues{
    width: auto;
    margin: 0 0 44px 20px;
  }
  .hb-featured-cues__grid{
    display: flex;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 20px 12px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .hb-featured-cues__grid::-webkit-scrollbar,
  .hb-home-resources .recentBlog-holder::-webkit-scrollbar{
    display: none;
  }
  .hb-featured-cues__door{
    flex: 0 0 min(82vw, 440px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .hb-featured-cues__door-copy{
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: 14px;
    padding-top: 18px;
  }
  .hb-featured-cues__door-title{
    grid-row: auto;
    max-width: none;
  }
  .hb-featured-cues__door-link{
    grid-column: 1;
  }
  .hb-home-resources{
    width: auto !important;
    margin-right: 0 !important;
    margin-left: 20px !important;
    padding: 24px 0 40px !important;
  }
  .hb-home-resources .recentBlog-holder{
    display: flex !important;
    gap: 14px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 20px 12px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .hb-home-resources .recentBlog{
    flex: 0 0 min(82vw, 440px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
  .hb-home-resources .recentBlog .recentBlog-img{
    height: clamp(300px, 92vw, 420px) !important;
  }
}
@media (min-width: 901px){
  .hbs-home-intro .department-card--featured::after{
    position: absolute;
    top: 8%;
    right: calc(clamp(32px, 3vw, 40px) / -2);
    bottom: 8%;
    width: 1px;
    background: rgba(23, 23, 23, .08);
    content: '';
  }
  .hbs-home-intro .department-card:nth-child(2)::after{
    position: absolute;
    right: calc(-100% - clamp(32px, 3vw, 40px) + 10%);
    bottom: calc(clamp(32px, 3vw, 40px) / -2);
    left: 10%;
    height: 1px;
    background: rgba(23, 23, 23, .08);
    content: '';
  }
  .hbs-home-intro .department-card:nth-child(2)::before{
    position: absolute;
    top: 8%;
    right: calc(clamp(32px, 3vw, 40px) / -2);
    bottom: calc(-100% - clamp(32px, 3vw, 40px) + 8%);
    width: 1px;
    background: rgba(23, 23, 23, .08);
    content: '';
  }
}
@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, minmax(0, 1fr));
    gap: 32px 18px;
  }
.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;
    padding-bottom: 44px;
  }
.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{
    display: flex;
    width: auto;
    gap: 14px;
    margin-right: -20px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 0 20px 14px 0;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
.hbs-home-intro .department-grid::-webkit-scrollbar{display:none;}
.hbs-home-intro .department-card{
    flex: 0 0 min(82vw, 440px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
.hbs-home-intro .department-card--featured{
    grid-column: auto;
  }
.hbs-home-intro .department-card--featured .department-media{
    min-height: auto;
    aspect-ratio: 4 / 3;
  }}
@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; }

/* The primary hero action sits on a dark fill; retain its intended contrast
   when broad storefront link rules load after this stylesheet. */
.hbs-home-intro .hbs-intro-button--dark,
.hbs-home-intro .hbs-intro-button--dark:visited,
.hbs-home-intro .hbs-intro-button--dark:hover,
.hbs-home-intro .hbs-intro-button--dark:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

/* Mobile keeps the desktop photographic hero, with quieter type and actions below. */
@media (max-width: 680px) {
  .hbs-home-intro .section-heading{
    margin-bottom: 18px;
  }
  .hbs-home-intro .home-hero { min-height: 660px; background: linear-gradient(180deg, #faf9f6 0%, rgba(250,249,246,.98) 22%, rgba(250,249,246,.72) 36%, rgba(250,249,246,0) 53%, rgba(250,249,246,0) 70%, #faf9f6 90%) center / 100% 100% no-repeat, url("../img/homepage-hero-v1/home-hero-luxury-game-room.jpg") 65% 38% / auto 76% no-repeat; background-color: #faf9f6; }
  .hbs-home-intro .hero-content { min-height: 660px; padding: 36px 24px 26px; justify-content: flex-start; font-family: "Source Sans Pro", Arial, sans-serif; }
  .hbs-home-intro .hero-content h1 { max-width: 390px; font-size: clamp(35px, 9.3vw, 48px); font-weight: 400; line-height: 1.06; letter-spacing: -.035em; }
  .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: 10px; margin-top: auto; padding-top: 140px; }
  .hbs-home-intro .hero-actions .hbs-intro-button { min-height: 48px; padding: 12px 10px; border-radius: 0; border-color: #555a6c; font-weight: 600; font-size: 13px; 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 { display: none; }
  .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; }
}

/* Keep the secondary actions in place; move shopping beneath their row. */
@media (max-width: 680px) {
  .hbs-home-intro .home-hero { min-height: 718px; background-size: 100% 660px, auto 501.6px; background-position: center top, 65% 84px; }
  .hbs-home-intro .hero-content { min-height: 718px; }
  .hbs-home-intro .hero-actions::before { content: ""; grid-column: 1 / -1; grid-row: 1; height: 48px; }
  .hbs-home-intro .hero-actions .hbs-intro-button--light { grid-row: 2; }
  .hbs-home-intro .hero-actions .hbs-intro-button--dark { grid-row: 3; }
}

/* Mobile framing keeps both table rails and its base in view. */
.hbs-home-intro .hb-mobile-hero-image { display: none; }
@media (max-width: 680px) {
 .hbs-home-intro .home-hero { min-height: 0; background: #faf9f6; }
 .hbs-home-intro .hero-content { min-height: 0; padding-bottom: 28px; }
 .hbs-home-intro .hb-mobile-hero-image {
  display: block; flex: none; width: calc(100% + 48px); margin: 12px -24px 0;
  height: clamp(220px, 65vw, 440px);
  background: linear-gradient(180deg, rgba(250,249,246,.35) 0%, rgba(250,249,246,0) 10%) center / 100% 100% no-repeat,
   url("../img/homepage-hero-v1/home-hero-luxury-game-room.jpg") center bottom / 140% auto no-repeat;
 }
 .hbs-home-intro .hero-actions { margin-top: 0; padding-top: 22px; }
 .hbs-home-intro .hero-actions::before { display: none; }
}

/* The photograph continues behind the mobile headline, with a light reading wash. */
@media (max-width: 680px) {
 .hbs-home-intro .home-hero {
  background:
   linear-gradient(180deg, rgba(250,249,246,.86) 0px, rgba(250,249,246,.68) 150px, rgba(250,249,246,.38) 200px, rgba(250,249,246,0) 240px) center top / 100% 440px no-repeat,
   url("../img/homepage-hero-v1/home-hero-luxury-game-room.jpg") center clamp(28px, calc(270px - 56vw), 91px) / 140% auto no-repeat;
  background-color: #faf9f6;
 }
 .hbs-home-intro .hero-content { padding-top: 30px; }
 .hbs-home-intro .hero-content h1 { font-size: clamp(30px, 7.6vw, 42px); line-height: 1.1; letter-spacing: -.025em; }
 .hbs-home-intro .hero-lead { margin-top: 14px; }
 .hbs-home-intro .hb-mobile-hero-image { background: none; height: clamp(190px, 57vw, 388px); margin-top: 0; }
}

/* Keep the mobile homepage as a continuous editorial sequence, not a set of isolated panels. */
@media (max-width: 680px) {
  .hbs-home-intro .section {
    padding-top: 42px;
    padding-bottom: 28px;
  }
  .hb-editorial-feature {
    margin-top: 22px;
    margin-bottom: 30px;
  }
  .hb-featured-cues {
    margin-bottom: 32px;
  }
  .hb-home-resources {
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }
  .hb-editorial-feature {
    width: 100%;
  }
  .hb-editorial-feature__media,
  .hb-editorial-feature__media-link,
  .hb-editorial-feature__media img {
    width: 100%;
  }
  .hb-editorial-feature__copy {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hbs-home-intro .department-grid,
  .hb-featured-cues__grid,
  .hb-home-resources .recentBlog-holder {
    gap: 0;
    margin-right: 0;
    padding-right: 0;
    scroll-padding-inline: 0;
  }
  .hbs-home-intro .department-card,
  .hb-featured-cues__door,
  .hb-home-resources .recentBlog {
    flex-basis: 100%;
  }
  .hb-featured-cues {
    width: auto;
    margin: 0 20px 32px;
  }
  .hb-home-resources {
    width: auto !important;
    margin: 0 20px !important;
    padding-top: 18px !important;
    padding-bottom: 28px !important;
  }
  .hb-mobile-rail-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 24px;
    margin-top: 5px;
  }
  .hb-mobile-rail-page {
    width: 6px;
    height: 6px;
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    background: rgba(23, 23, 23, .28);
    cursor: pointer;
    transition: width 180ms ease, background-color 180ms ease;
  }
  .hb-mobile-rail-page.is-active {
    width: 22px;
    background: #171717;
  }
  .hb-mobile-rail-page:focus-visible {
    outline: 2px solid #555a6c;
    outline-offset: 4px;
  }
  #main-container .hb-home-resources .recentBlog-holder {
    display: flex !important;
    flex-flow: row nowrap !important;
    width: 100% !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
  }
  #main-container .hb-home-resources .recentBlog {
    display: block !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-width: 100% !important;
  }
}
}
