
/* THB Homepage v1.1 — presentation/layout */
.thb-managed-home .widget-area,
.thb-managed-home #sidebar,
.thb-managed-home .sidebar,
.thb-managed-home aside.sidebar{display:none!important}

/* Reclaim only the legacy content column. Do not resize the theme's
   outer .container/.row wrappers; doing so can shift a Bootstrap-era layout
   partly off-screen at intermediate desktop widths. */
.thb-managed-home .content-area,
.thb-managed-home #primary,
.thb-managed-home .site-main,
.thb-managed-home #content,
.thb-managed-home #content .span8,
.thb-managed-home #content .span9,
.thb-managed-home #content .span10{
 width:100%!important;
 max-width:100%!important;
 float:none!important;
 margin-left:0!important;
 margin-right:0!important;
}
.thb-managed-home .content-holder .row{
 margin-left:0!important;
 margin-right:0!important;
}
.thb-managed-home #content{
 padding-left:0!important;
 padding-right:0!important;
 overflow:visible!important;
}

/* The shortcode itself becomes a controlled wide canvas without touching the site header/nav. */
.thb-home{
 box-sizing:border-box;
 width:100%;
 max-width:1180px;
 margin:0 auto;
 padding-left:12px;
 padding-right:12px;
 color:inherit;
}
.thb-home *{box-sizing:border-box}

.thb-home-hero{
 position:relative;min-height:440px;display:flex;align-items:flex-end;
 margin:0 0 3.6rem;padding:clamp(2.25rem,6vw,5rem);
 overflow:hidden;
 background:linear-gradient(135deg,rgba(0,0,0,.76),rgba(0,0,0,.30)),
 var(--thb-hero,linear-gradient(135deg,#191816,#3a3631));
 background-size:cover;background-position:center;border-radius:.35rem;
}
.thb-home-hero-inner{max-width:760px;color:#fff}
.thb-home-overline,.thb-home-kicker,.thb-home-section header>span{
 display:block;font-size:.76rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
}
.thb-home-hero h1{
 margin:.4rem 0 .8rem;font-size:clamp(3rem,6vw,5.4rem);line-height:.96;color:#fff;
}
.thb-home-hero p{max-width:680px;margin:0;font-size:1.08rem;line-height:1.55}
.thb-home-actions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.5rem}
.thb-home-actions a,.thb-home-cta{
 display:inline-block;padding:.72rem 1.05rem;border:1px solid currentColor;border-radius:999px;
 color:inherit!important;text-decoration:none!important;font-weight:800;line-height:1.2;
}
.thb-home-actions a:hover,.thb-home-cta:hover{background:rgba(255,255,255,.08)}

.thb-home-section{margin:0 0 3.8rem}
.thb-home-section header{margin:0 0 1.35rem}
.thb-home-section h2,.thb-home-visit h2,.thb-home-newsletter h2{
 margin:.25rem 0;font-size:clamp(2rem,4vw,3rem);line-height:1.05;
}
.thb-home-feature-grid{
 display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,2vw,1.6rem);
}
.thb-home-card{min-width:0}
.thb-home-card a{display:block;color:inherit!important;text-decoration:none!important}
.thb-home-card-img{
 display:block;aspect-ratio:4/3;overflow:hidden;border-radius:.35rem;background:rgba(255,255,255,.06);
}
.thb-home-card-img img{
 display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s ease;
}
.thb-home-card a:hover img{transform:scale(1.025)}
.thb-home-placeholder{height:100%;display:grid;place-items:center;font-weight:800;letter-spacing:.12em;opacity:.5}
.thb-home-kicker{margin:.85rem 0 .3rem;opacity:.66}
.thb-home-card strong{display:block;font-size:1.32rem;line-height:1.2}
.thb-home-desc{display:block;margin-top:.45rem;font-size:.96rem;line-height:1.5;opacity:.78}
.thb-home-link{display:block;margin-top:.75rem;font-weight:800}

.thb-home-visit{
 display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.75fr);
 gap:clamp(2rem,5vw,4.5rem);align-items:center;
 margin:0 0 3rem;padding:2.6rem 0;
 border-top:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35);
}
.thb-home-visit>div:first-child{min-width:0}
.thb-home-visit .thb-home-overline{margin-bottom:.6rem}
.thb-home-visit h2{
 margin:0 0 .8rem!important;
 font-size:clamp(1.8rem,3.5vw,2.75rem)!important;
 line-height:1.08!important;
 overflow-wrap:anywhere;
}
.thb-home-visit p{max-width:680px;margin:.35rem 0 1.15rem;line-height:1.55}
.thb-home-hours{
 min-width:0;padding:1.45rem 1.55rem;border:1px solid rgba(255,255,255,.18);border-radius:.35rem;
}
.thb-home-hours>strong{display:block}
.thb-home-hours p{margin:.55rem 0 1.15rem;line-height:1.7}

.thb-home-newsletter{
 display:grid;grid-template-columns:minmax(0,1fr) auto;gap:2.5rem;align-items:center;
 margin:0 0 2.5rem;padding:2.5rem 0;
 border-top:1px solid rgba(255,255,255,.35);border-bottom:1px solid rgba(255,255,255,.35);
}
.thb-home-newsletter p{max-width:720px;line-height:1.55}

@media(max-width:900px){
 .thb-home{width:100%;padding-left:12px;padding-right:12px}
 .thb-home-hero{min-height:400px;padding:2.5rem}
 .thb-home-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .thb-home-card strong{font-size:1.15rem}
 .thb-home-visit{grid-template-columns:minmax(0,1.25fr) minmax(230px,.75fr);gap:2rem}
}
@media(max-width:700px){
 .thb-home{width:100%;padding-left:9px;padding-right:9px}
 .thb-home-hero{min-height:360px;padding:2rem;margin-bottom:2.8rem}
 .thb-home-hero h1{font-size:clamp(2.6rem,12vw,4rem)}
 .thb-home-feature-grid{grid-template-columns:1fr}
 .thb-home-card-img{aspect-ratio:16/9}
 .thb-home-section{margin-bottom:3rem}
 .thb-home-visit,.thb-home-newsletter{grid-template-columns:1fr;gap:1.5rem}
 .thb-home-visit{padding:2rem 0}
 .thb-home-hours{padding:1.2rem}
}
@media(max-width:420px){
 .thb-home{width:100%;padding-left:6px;padding-right:6px}
 .thb-home-hero{padding:1.5rem}
 .thb-home-actions{gap:.5rem}
 .thb-home-actions a{padding:.62rem .85rem}
}


/* v1.2.0 — THB Events homepage integration */
.thb-home-events{margin-top:34px}
.thb-home-events-head{display:flex!important;align-items:end;justify-content:space-between;gap:20px}
.thb-home-events-head>div>span{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;opacity:.78}
.thb-home-events-head>div>h2{margin:4px 0 0}
.thb-home-events-head>a{white-space:nowrap;text-decoration:none!important;font-weight:700}
.thb-home-event-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}
.thb-home-event-card{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.025);overflow:hidden}
.thb-home-event-card>a{display:grid;grid-template-columns:minmax(150px,42%) 1fr;color:inherit!important;text-decoration:none!important;height:100%}
.thb-home-event-img{display:block;min-height:190px;background:#222;overflow:hidden}
.thb-home-event-img>img{display:block;width:100%;height:100%;object-fit:cover}
.thb-home-event-copy{display:flex;flex-direction:column;align-items:flex-start;padding:20px}
.thb-home-event-copy>strong{font-size:21px;line-height:1.2;margin:5px 0 7px}
.thb-home-event-date{font-weight:700;margin-bottom:9px}
.thb-home-event-copy .thb-home-desc{margin-bottom:12px}
.thb-home-event-copy .thb-home-link{margin-top:auto}
@media(max-width:760px){
 .thb-home-event-grid{grid-template-columns:1fr}
 .thb-home-event-card>a{grid-template-columns:1fr}
 .thb-home-event-img{min-height:0;aspect-ratio:16/9}
 .thb-home-events-head{align-items:flex-start;flex-direction:column}
}


/* v1.2.1 — optional exterior/sign photo in Visit The Hop */
.thb-home-visit.has-visit-image{
 display:grid;
 grid-template-columns:minmax(220px,34%) minmax(0,1fr) minmax(180px,24%);
 gap:24px;
 align-items:center;
}
.thb-home-visit-image{
 width:100%;
 aspect-ratio:4/3;
 overflow:hidden;
 background:#222;
}
.thb-home-visit-image img{
 display:block;
 width:100%;
 height:100%;
 object-fit:cover;
}
@media(max-width:850px){
 .thb-home-visit.has-visit-image{grid-template-columns:minmax(180px,38%) 1fr}
 .thb-home-visit.has-visit-image .thb-home-hours{grid-column:1/-1}
}
@media(max-width:620px){
 .thb-home-visit.has-visit-image{grid-template-columns:1fr}
 .thb-home-visit.has-visit-image .thb-home-hours{grid-column:auto}
 .thb-home-visit-image{aspect-ratio:16/9}
}


/* v1.3.0 — Featured Retail Partners */
.thb-home-retail{margin-top:34px;margin-bottom:34px}
.thb-home-retail-head{display:flex!important;align-items:end;justify-content:space-between;gap:24px}
.thb-home-retail-head>div>span{display:block;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:700;opacity:.78}
.thb-home-retail-head h2{margin:4px 0 5px}
.thb-home-retail-head p{margin:0;max-width:650px}
.thb-home-retail-head>a{white-space:nowrap;text-decoration:none!important;font-weight:700}
.thb-home-retail-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.thb-home-retail-card{border:1px solid rgba(255,255,255,.15);background:rgba(255,255,255,.025);overflow:hidden}
.thb-home-retail-main{display:block;color:inherit!important;text-decoration:none!important}
.thb-home-retail-img{display:block;aspect-ratio:16/9;overflow:hidden;background:#222}
.thb-home-retail-img>img{display:block;width:100%;height:100%;object-fit:cover}
.thb-home-retail-copy{display:flex;flex-direction:column;align-items:flex-start;padding:17px;min-height:205px}
.thb-home-retail-copy>strong{font-size:20px;line-height:1.2;margin:5px 0}
.thb-home-retail-city{font-weight:700;margin-bottom:9px}
.thb-home-retail-note{font-size:13px;opacity:.75;margin-top:3px}
.thb-home-retail-copy .thb-home-link{margin-top:auto;padding-top:12px}
.thb-home-retail-directions{display:block;padding:10px 17px;border-top:1px solid rgba(255,255,255,.12);text-decoration:none!important;font-weight:700}
@media(max-width:900px){.thb-home-retail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:650px){
 .thb-home-retail-grid{grid-template-columns:1fr}
 .thb-home-retail-head{align-items:flex-start;flex-direction:column}
 .thb-home-retail-copy{min-height:0}
}
