/* LUMBOSO reference design v1.3 — precision pass for approved luxury UI */
:root{
  --lum13-gold:#a97934;
  --lum13-gold-light:#d8b36b;
  --lum13-ink:#1d211d;
  --lum13-olive:#202a23;
  --lum13-cream:rgba(255,252,247,.935);
}

/* Keep the search composition intentionally compact instead of stretching edge-to-edge. */
.home .lum-v11-search-wrap{
  width:min(1180px,calc(100% - 92px))!important;
  bottom:28px!important;
}
.home .lum-v11-search-wrap .lum-smart-search{
  padding:10px 12px 12px!important;
  border-radius:23px!important;
  background:rgba(255,252,247,.925)!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 24px 65px rgba(24,20,14,.19)!important;
  -webkit-backdrop-filter:blur(28px) saturate(150%)!important;
  backdrop-filter:blur(28px) saturate(150%)!important;
}

/* Service selector: same visual baseline and same optical weight for every icon. */
.home .lum-v11-search-wrap .lum-search-mode-tabs{
  display:grid!important;
  grid-template-columns:repeat(12,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:3px!important;
  padding:0 1px 9px!important;
  overflow:visible!important;
}
.home .lum-v11-search-wrap .lum-search-mode-tabs button{
  appearance:none!important;
  height:61px!important;
  min-width:0!important;
  padding:7px 3px 6px!important;
  margin:0!important;
  border:0!important;
  border-radius:15px!important;
  background:transparent!important;
  color:#4e514c!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:5px!important;
  font-size:8px!important;
  line-height:1!important;
  font-weight:500!important;
  letter-spacing:0!important;
  white-space:nowrap!important;
  transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease!important;
}
.home .lum-v11-search-wrap .lum-search-mode-tabs button .lum-icon{
  width:25px!important;
  height:25px!important;
  color:var(--lum13-gold)!important;
  stroke-width:1.55!important;
  flex:0 0 25px!important;
  filter:none!important;
}
.home .lum-v11-search-wrap .lum-search-mode-tabs button span{
  display:block!important;
  transform:none!important;
  margin:0!important;
}
.home .lum-v11-search-wrap .lum-search-mode-tabs button:hover{
  background:rgba(255,255,255,.67)!important;
  color:#232823!important;
  transform:translateY(-1px)!important;
}
.home .lum-v11-search-wrap .lum-search-mode-tabs button.active{
  background:linear-gradient(145deg,#243029,#1e2822)!important;
  color:#fff!important;
  box-shadow:0 10px 24px rgba(25,33,27,.18)!important;
}
.home .lum-v11-search-wrap .lum-search-mode-tabs button.active .lum-icon{
  color:#e1bb73!important;
}

/* Field row stays one calm line on desktop and does not overpower the category selector. */
.home .lum-v11-search-wrap .lum-smart-search-form{
  grid-template-columns:1.25fr 1.08fr .98fr .98fr .72fr .58fr 118px!important;
  gap:7px!important;
  align-items:stretch!important;
}
.home .lum-v11-search-wrap .lum-search-cell{
  min-height:55px!important;
  padding:8px 11px!important;
  border-radius:12px!important;
  border:1px solid rgba(31,34,30,.09)!important;
  background:rgba(255,255,255,.91)!important;
  box-shadow:0 2px 8px rgba(31,29,24,.025)!important;
}
.home .lum-v11-search-wrap .lum-search-cell small{
  margin:0 0 3px!important;
  color:#99958e!important;
  font-size:6.5px!important;
  font-weight:500!important;
  letter-spacing:.11em!important;
}
.home .lum-v11-search-wrap .lum-search-cell select,
.home .lum-v11-search-wrap .lum-search-cell input{
  color:#2f332f!important;
  font-size:9.5px!important;
  font-weight:500!important;
}
.home .lum-v11-search-wrap .lum-smart-search-submit{
  min-width:118px!important;
  min-height:55px!important;
  border-radius:12px!important;
  border:0!important;
  background:linear-gradient(135deg,#b57c31,#ca9b4f)!important;
  color:#fff!important;
  font-size:9.5px!important;
  font-weight:600!important;
  box-shadow:0 9px 22px rgba(170,117,48,.20)!important;
}

/* Benefits: quieter, premium strip — not five oversized table cells. */
.lum-v11-benefits{background:rgba(255,252,247,.99)!important}
.lum-v11-benefit-grid{min-height:74px!important}
.lum-v11-benefit-grid>div{
  gap:10px!important;
  padding:0 16px!important;
}
.lum-v11-benefit-grid svg{
  width:24px!important;
  height:24px!important;
  stroke-width:1.5!important;
  color:var(--lum13-gold)!important;
  flex:0 0 auto!important;
}
.lum-v11-benefit-grid strong{
  font-family:var(--sans)!important;
  font-size:10px!important;
  line-height:1.1!important;
  font-weight:600!important;
}
.lum-v11-benefit-grid small{
  font-size:7px!important;
  line-height:1.25!important;
  margin-top:3px!important;
}

/* Category grid mirrors the approved comp: clean white tile, generous icon, no beige bubble. */
.lum-v11-category-grid{
  grid-template-columns:repeat(6,minmax(0,1fr))!important;
  gap:8px!important;
}
.lum-v11-category-grid a{
  min-height:96px!important;
  padding:12px 8px!important;
  gap:8px!important;
  border-radius:15px!important;
  background:rgba(255,255,255,.96)!important;
  border:1px solid rgba(29,33,29,.075)!important;
  box-shadow:0 9px 24px rgba(36,30,23,.045)!important;
}
.lum-v11-category-grid a:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(169,121,52,.22)!important;
  box-shadow:0 15px 34px rgba(36,30,23,.09)!important;
}
.lum-v11-category-grid i{
  width:30px!important;
  height:30px!important;
  border-radius:0!important;
  display:grid!important;
  place-items:center!important;
  background:transparent!important;
  color:var(--lum13-gold)!important;
}
.lum-v11-category-grid i .lum-icon{
  width:27px!important;
  height:27px!important;
  stroke-width:1.5!important;
}
.lum-v11-category-grid span{
  font-size:9px!important;
  line-height:1.15!important;
  font-weight:600!important;
  color:#30332f!important;
  text-align:center!important;
}

/* The hero copy/search relationship should feel like one composition. */
.lum-v11-hero-copy{max-width:560px!important}
.lum-v11-hero-copy h1{letter-spacing:-.045em!important}
.lum-v11-hero-script{right:4.2%!important;top:17%!important;font-size:33px!important}
.lum-v11-location-pill{right:4.2%!important;bottom:32%!important;padding:8px 12px!important;background:rgba(23,29,24,.52)!important}

/* Destination cards are slightly tighter, like the approved reference. */
.lum-v11-destination-row{gap:9px!important}
.lum-v11-destination-card{min-height:178px!important;border-radius:14px!important}
.lum-v11-destination-card strong{font-size:21px!important}

/* Large desktop keeps the composition centered instead of turning into a stretched dashboard. */
@media(min-width:1360px){
  .lum-shell{width:min(1320px,calc(100% - 76px))!important}
  .home .lum-v11-search-wrap{width:min(1180px,calc(100% - 92px))!important}
}

@media(max-width:1120px){
  .home .lum-v11-search-wrap{width:calc(100% - 34px)!important}
  .home .lum-v11-search-wrap .lum-search-mode-tabs{
    display:flex!important;
    justify-content:flex-start!important;
    overflow-x:auto!important;
    scrollbar-width:none!important;
    gap:5px!important;
    scroll-snap-type:x proximity!important;
  }
  .home .lum-v11-search-wrap .lum-search-mode-tabs::-webkit-scrollbar{display:none!important}
  .home .lum-v11-search-wrap .lum-search-mode-tabs button{flex:0 0 78px!important;scroll-snap-align:start!important}
  .home .lum-v11-search-wrap .lum-smart-search-form{grid-template-columns:repeat(4,minmax(0,1fr))!important}
  .home .lum-v11-search-wrap .lum-smart-search-submit{min-height:55px!important}
}

@media(max-width:700px){
  .home .lum-v11-search-wrap{width:calc(100% - 18px)!important;bottom:14px!important}
  .home .lum-v11-search-wrap .lum-smart-search{padding:9px!important;border-radius:22px!important}
  .home .lum-v11-search-wrap .lum-search-mode-tabs{
    display:flex!important;
    gap:5px!important;
    padding:0 0 8px!important;
  }
  .home .lum-v11-search-wrap .lum-search-mode-tabs button{
    flex:0 0 74px!important;
    height:58px!important;
    border-radius:14px!important;
    font-size:7.4px!important;
  }
  .home .lum-v11-search-wrap .lum-search-mode-tabs button .lum-icon{width:24px!important;height:24px!important}
  .home .lum-v11-search-wrap .lum-search-mode-select-wrap{display:none!important}
  .home .lum-v11-search-wrap .lum-smart-search-form{grid-template-columns:1fr 1fr!important;gap:6px!important}
  .home .lum-v11-search-wrap .lum-search-cell{min-height:58px!important}
  .home .lum-v11-search-wrap .lum-search-cell[data-field=destination],
  .home .lum-v11-search-wrap .lum-search-cell[data-field=stay-type],
  .home .lum-v11-search-wrap .lum-search-cell[data-field=area],
  .home .lum-v11-search-wrap .lum-search-cell[data-field=from],
  .home .lum-v11-search-wrap .lum-smart-search-submit{grid-column:1/-1!important}
  .lum-v11-benefits{display:none!important}
  .lum-v11-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:7px!important}
  .lum-v11-category-grid a{min-height:91px!important;padding:10px 5px!important}
  .lum-v11-category-grid i{width:29px!important;height:29px!important}
  .lum-v11-category-grid i .lum-icon{width:26px!important;height:26px!important}
  .lum-v11-category-grid span{font-size:8px!important}
}
