/* DD Dynamic Hubs v1
 * Editorial page/Elementor owns hero artwork; Core owns structured hub content and
 * may own the semantic topic H1 on mapped platform Pages.
 * Large type, open space, minimal chrome; no dashboard/SaaS card treatment.
 */
.dd-hub{width:100%;max-width:1180px;margin:0 auto;color:var(--dd-text,#f5f5f5);font-family:var(--dd-font,Poppins,Arial,sans-serif)}
.dd-hub-editorial{margin:0 0 clamp(52px,7vw,84px)}
.dd-hub-section{padding:clamp(50px,6.5vw,82px) 0;border-top:1px solid var(--dd-rule,rgba(255,255,255,.18))}
.dd-hub-section:first-of-type{border-top:0}
.dd-hub-section-head{max-width:760px;margin:0 0 clamp(26px,3.6vw,44px)}
.dd-hub-section-title{margin:8px 0 0;color:#fff;font-family:var(--dd-font,Poppins,Arial,sans-serif);font-size:clamp(34px,4.6vw,58px);font-weight:850;line-height:.96;letter-spacing:-.045em}
.dd-hub-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(26px,3vw,42px) clamp(18px,2.2vw,30px);align-items:start}
.dd-hub-grid--artists,.dd-hub-grid--organizers{grid-template-columns:repeat(4,minmax(0,1fr))}
.dd-hub-card{min-width:0;border-top:2px solid var(--dd-cyan,#11defd);padding-top:12px}
.dd-hub-card--dd_special,.dd-hub-card--highlight{border-top-color:var(--dd-pink,#fc44b7)}
.dd-hub-card-link{display:block;color:#fff!important;text-decoration:none!important}
.dd-hub-card-media{position:relative;width:100%;aspect-ratio:4/3;overflow:hidden;background:#101010;margin:0 0 16px}
.dd-hub-card--dd_event .dd-hub-card-media,.dd-hub-card--dd_special .dd-hub-card-media{aspect-ratio:4/5}
.dd-hub-card--dd_artist .dd-hub-card-media,.dd-hub-card--dd_organizer .dd-hub-card-media{aspect-ratio:1/1}
.dd-hub-card-media img{display:block;width:100%!important;height:100%!important;object-fit:cover!important;transition:transform .25s ease}
.dd-hub-card-link:hover .dd-hub-card-media img,.dd-hub-card-link:focus-visible .dd-hub-card-media img{transform:scale(1.015)}
.dd-hub-card-fallback{display:flex;align-items:flex-end;justify-content:flex-start;padding:18px;background:linear-gradient(145deg,#121212,#050505)}
.dd-hub-card-fallback span{color:rgba(255,255,255,.18);font-size:clamp(44px,6vw,84px);font-weight:900;line-height:.8;letter-spacing:-.08em}
.dd-hub-card-copy{min-width:0}
.dd-hub-card-kicker{color:var(--dd-cyan,#11defd);font-size:11px;font-weight:850;line-height:1.15;letter-spacing:.18em;text-transform:uppercase;margin:0 0 7px}
.dd-hub-card--dd_special .dd-hub-card-kicker,.dd-hub-card--highlight .dd-hub-card-kicker{color:var(--dd-pink,#fc44b7)}
.dd-hub-card h3{margin:0;color:#fff;font-family:var(--dd-font,Poppins,Arial,sans-serif);font-size:clamp(22px,2.1vw,31px);font-weight:800;line-height:1.08;letter-spacing:-.03em}
.dd-hub-card-meta{margin:9px 0 0;color:var(--dd-cyan,#11defd);font-size:13px;font-weight:700;line-height:1.35}
.dd-hub-card--dd_special .dd-hub-card-meta,.dd-hub-card--highlight .dd-hub-card-meta{color:var(--dd-pink,#fc44b7)}
.dd-hub-card p{margin:11px 0 0;color:rgba(255,255,255,.72);font-size:15px;line-height:1.55}
.dd-hub-card-link:focus-visible{outline:2px solid var(--dd-cyan,#11defd);outline-offset:6px}
.dd-hub-card--dd_special .dd-hub-card-link:focus-visible,.dd-hub-card--highlight .dd-hub-card-link:focus-visible{outline-color:var(--dd-pink,#fc44b7)}

@media(max-width:900px){
  .dd-hub{max-width:none}
  .dd-hub-grid,.dd-hub-grid--artists,.dd-hub-grid--organizers{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media(max-width:700px){
  .dd-hub-section{padding:48px 0}
  .dd-hub-card-kicker{font-size:12px}
  .dd-hub-section-head{margin-bottom:28px}
  .dd-hub-section-title{font-size:clamp(32px,10vw,42px)}
  .dd-hub-grid,.dd-hub-grid--artists,.dd-hub-grid--organizers{grid-template-columns:1fr;gap:36px}
  .dd-hub-card{padding-top:10px}
  .dd-hub-card-media,.dd-hub-card--dd_event .dd-hub-card-media,.dd-hub-card--dd_special .dd-hub-card-media{aspect-ratio:16/11;margin-bottom:15px}
  .dd-hub-card--dd_artist .dd-hub-card-media,.dd-hub-card--dd_organizer .dd-hub-card-media{aspect-ratio:4/3}
  .dd-hub-card h3{font-size:clamp(25px,7.6vw,32px)}
  .dd-hub-card-meta{font-size:14px}
  .dd-hub-card p{font-size:16px;line-height:1.5}
}

/* v0.14.93 legacy-page wiring: keep the auto-appended live body centered and
 * readable without taking ownership of the Elementor/page content above it. */
.dd-hub-auto-slot{box-sizing:border-box;width:100%;padding:0 clamp(18px,3vw,32px);margin:0 auto}
.dd-hub-auto-slot>.dd-hub{margin-left:auto;margin-right:auto}
@media(max-width:700px){.dd-hub-auto-slot{padding-left:18px;padding-right:18px}}

/* v0.14.94 hub editorial cleanup: no redundant micro-kickers above section titles.
 * Keep search useful but visually subordinate to the page-owned hero/H1. */
.dd-hub-section-title{margin-top:0}
.dd-hub-search{padding:0 0 clamp(28px,4vw,44px);margin:0;border-bottom:1px solid var(--dd-rule,rgba(255,255,255,.18))}
.dd-hub-search-form{display:flex;align-items:stretch;gap:10px;width:100%;max-width:760px}
.dd-hub-search-input{box-sizing:border-box;min-width:0;flex:1;background:transparent!important;color:#fff!important;border:1px solid rgba(255,255,255,.28)!important;border-radius:0!important;padding:15px 16px!important;font:600 15px/1.2 var(--dd-font,Poppins,Arial,sans-serif)!important;box-shadow:none!important;outline:none}
.dd-hub-search-input::placeholder{color:rgba(255,255,255,.5);opacity:1}
.dd-hub-search-input:focus{border-color:var(--dd-cyan,#11defd)!important}
.dd-hub-search-button{appearance:none;border:1px solid var(--dd-cyan,#11defd);border-radius:0;background:transparent;color:#fff;padding:0 18px;font:800 11px/1 var(--dd-font,Poppins,Arial,sans-serif);letter-spacing:.08em;text-transform:uppercase;cursor:pointer}
.dd-hub-search-button:hover,.dd-hub-search-button:focus-visible{background:var(--dd-cyan,#11defd);color:#000;outline:none}
.dd-hub .screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

.dd-hub-signal{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:clamp(42px,6vw,70px) 0 0;margin:0;border-top:1px solid var(--dd-rule,rgba(255,255,255,.18))}
.dd-hub-signal-copy{max-width:700px}
.dd-hub-signal h2{margin:0;color:#fff;font-family:var(--dd-font,Poppins,Arial,sans-serif);font-size:clamp(30px,3.7vw,48px);font-weight:850;line-height:1;letter-spacing:-.04em}
.dd-hub-signal p{margin:10px 0 0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.5}
.dd-hub-signal-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:44px;padding:0 16px;border:1px solid var(--dd-pink,#fc44b7);color:#fff!important;text-decoration:none!important;font:800 11px/1 var(--dd-font,Poppins,Arial,sans-serif);letter-spacing:.08em;text-transform:uppercase}
.dd-hub-signal-link:hover,.dd-hub-signal-link:focus-visible{background:var(--dd-pink,#fc44b7);color:#000!important;outline:none}

@media(max-width:700px){
  .dd-hub-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
  .dd-hub-search-input{padding:14px!important;font-size:16px!important}
  .dd-hub-search-button{padding:0 14px}
  .dd-hub-signal{align-items:flex-start;flex-direction:column;gap:20px}
  .dd-hub-signal-link{min-height:46px}
}


/* v0.14.95 hub search readability: preserve the editorial hero while giving
 * the lightweight search the same translucent dark-glass character as the
 * homepage Search the City treatment. Search behavior is unchanged. */
.dd-hub-search-form{
  box-sizing:border-box;
  padding:8px;
  background:linear-gradient(108deg,rgba(5,5,5,.76) 0%,rgba(5,5,5,.64) 76%,rgba(17,222,253,.05) 100%);
  border:1px solid rgba(255,255,255,.18);
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
}
.dd-hub-search-input{background:rgba(0,0,0,.48)!important}
.dd-hub-search-button{background:rgba(0,0,0,.24)}
@media(max-width:700px){
  .dd-hub-search-form{padding:7px}
}


/* v0.14.96 mobile editorial rhythm: keep Dynamic Hubs readable and open on
 * narrow screens without changing hub queries, section order, hero ownership,
 * search behavior, or desktop composition. */
@media(max-width:700px){
  .dd-hub{
    box-sizing:border-box;
    padding-left:16px;
    padding-right:16px;
  }
  /* The hub itself owns mobile gutter so auto-wired and explicit shortcode
   * placements resolve to the same single 16px content edge. */
  .dd-hub-auto-slot{padding-left:0;padding-right:0}
  .dd-hub-search{padding-bottom:34px}
  .dd-hub-section{padding:52px 0}
  .dd-hub-section-head{margin-bottom:30px}
  .dd-hub-grid,.dd-hub-grid--artists,.dd-hub-grid--organizers{gap:44px}
  .dd-hub-card p{
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:4;
    overflow:hidden;
  }
  .dd-hub-signal{
    padding-top:52px;
    gap:22px;
  }
}

/* v0.14.107 Coffee hub entry rhythm: after the page-owned Coffee hero/search
 * was tightened in Elementor, reduce only the Coffee hub's search-divider ->
 * first live section gap. Other hubs and all section/card rhythm stay unchanged. */
.dd-hub--coffee > .dd-hub-search + .dd-hub-section{
  padding-top:clamp(34px,4.6vw,56px);
}
@media(max-width:700px){
  .dd-hub--coffee > .dd-hub-search + .dd-hub-section{padding-top:34px}
}

/* v0.14.108 Art hub section-entry rhythm: the page-owned Art hero is now
 * function-first and tighter in Elementor, so reduce only the divider ->
 * section-heading gap across the built-in Art hub. Preserve section bottoms,
 * grids/cards, search, membership, and all non-Art hub behavior. */
.dd-hub--art > .dd-hub-section{
  padding-top:clamp(34px,4.6vw,56px);
}
@media(max-width:700px){
  .dd-hub--art > .dd-hub-section{padding-top:34px}
}

/* v0.14.119 — canonical DD shell on explicit topic/hub pages. */
.dd-hub-shell-page{background:#050505;color:#f5f5f5}
.dd-hub-shell-page .dd-site-header,.dd-hub-shell-page .dd-site-footer{position:relative;left:50%;width:100vw;max-width:none;transform:translateX(-50%)}
.dd-hub-shell-page footer.site-footer:not(.dd-site-footer),.dd-hub-shell-page #site-footer:not(.dd-site-footer){display:none!important}
.dd-hub-shell-page .dd-subpage-amplified--hub-shell{position:relative;left:50%;width:min(1120px,calc(100vw - 48px));max-width:none;transform:translateX(-50%);margin:54px 0 0}
.dd-hub-shell-page .dd-site-footer{margin-top:0}
@media(max-width:700px){.dd-hub-shell-page .dd-subpage-amplified--hub-shell{width:calc(100vw - 32px);margin-top:36px}}


/* v0.14.122 - Art/Coffee platform separation.
 * The existing Elementor container remains the page-owned image hero. Core now
 * emits the semantic ART/COFFEE H1 through the existing hub shortcode position,
 * while the structured live body is appended after Elementor content. This no
 * longer depends on legacy logo/title/footer widgets being present. */
.dd-hub-shell--legacy-mapped .elementor-element-bc192de,
.dd-hub-shell--legacy-mapped .elementor-element-991834d,
.dd-hub-shell--legacy-mapped .elementor-element-18f536f,
.dd-hub-shell--legacy-mapped .elementor-element-5afa858{display:none!important}

.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child{
  box-sizing:border-box;
  position:relative;
  left:50%;
  width:100vw;
  max-width:none;
  min-height:clamp(430px,52vw,720px);
  transform:translateX(-50%);
  overflow:hidden;
  background-size:cover!important;
  background-repeat:no-repeat!important;
  display:flex;
  align-items:flex-end;
}
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child > .e-con-inner{
  box-sizing:border-box;
  width:min(1180px,calc(100vw - 48px));
  max-width:none;
  margin:0 auto;
  padding:clamp(56px,8vw,104px) 0 clamp(48px,6vw,82px);
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child .elementor-widget-shortcode,
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child .elementor-widget-container,
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child .elementor-shortcode{
  width:100%;
  max-width:none;
}
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child .elementor-widget-shortcode{
  animation:none!important;
  opacity:1!important;
  transform:none!important;
}
.dd-hub-shell--legacy-mapped .dd-hub-hero-title{
  margin:0!important;
  color:#fff!important;
  font-family:var(--dd-font,Poppins,Arial,sans-serif)!important;
  font-size:clamp(72px,12vw,176px)!important;
  font-weight:900!important;
  line-height:.8!important;
  letter-spacing:-.07em!important;
  text-transform:uppercase;
  text-shadow:0 2px 18px rgba(0,0,0,.44);
}
.dd-hub-shell--legacy-mapped .dd-hub-auto-slot{
  box-sizing:border-box;
  width:min(1244px,100%);
  margin:0 auto;
  padding:clamp(44px,5.5vw,72px) 32px 0;
}
@media(max-width:700px){
  .dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child{min-height:clamp(360px,105vw,520px)}
  .dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child > .e-con-inner{
    width:calc(100vw - 32px);
    padding:64px 0 44px;
  }
  .dd-hub-shell--legacy-mapped .dd-hub-hero-title{
    font-size:clamp(58px,22vw,104px)!important;
    line-height:.82!important;
  }
  .dd-hub-shell--legacy-mapped .dd-hub-auto-slot{padding:34px 0 0}
}

/* v0.14.124 — compact platform hub hero + managed per-topic image pools.
 * Elementor remains only the structural hero container on the currently mapped
 * legacy Pages. Core owns the title, crop, responsive height and optional image
 * pool. When a pool exists, a black pseudo-layer masks the old Elementor
 * background until the randomly selected image has fully preloaded, preventing
 * the first-image flash fixed earlier on Homepage v2. */
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child{
  min-height:clamp(360px,30vw,460px);
}
.dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child > .e-con-inner{
  padding:clamp(42px,5vw,64px) 0 clamp(34px,4vw,52px);
  position:relative;
  z-index:2;
}
.dd-hub-shell--legacy-mapped .dd-hub-hero-title{
  font-size:clamp(68px,7vw,118px)!important;
  line-height:.82!important;
}
.dd-hub-shell--legacy-mapped .dd-hub-auto-slot{
  padding-top:clamp(30px,3.2vw,42px);
}
.dd-hub-shell--pooled-hero .elementor > .e-con.e-parent:first-child::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background-color:#050505;
  background-image:var(--dd-hub-hero-image,none);
  background-position:center center;
  background-repeat:no-repeat;
  background-size:cover;
}
.dd-hub-shell--pooled-hero .elementor > .e-con.e-parent:first-child::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:linear-gradient(180deg,rgba(0,0,0,.04) 35%,rgba(0,0,0,.26) 100%);
}

@media(max-width:1366px) and (min-width:701px){
  .dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child{min-height:clamp(320px,32vw,380px)}
  .dd-hub-shell--legacy-mapped .dd-hub-hero-title{font-size:clamp(64px,8vw,94px)!important}
  .dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child > .e-con-inner{padding:38px 0 32px}
}

@media(max-width:700px){
  .dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child{min-height:clamp(240px,72vw,300px)}
  .dd-hub-shell--legacy-mapped .elementor > .e-con.e-parent:first-child > .e-con-inner{padding:34px 0 26px}
  .dd-hub-shell--legacy-mapped .dd-hub-hero-title{font-size:clamp(48px,17vw,76px)!important;line-height:.84!important}
  .dd-hub-shell--legacy-mapped .dd-hub-auto-slot{padding-top:24px}
}

/* v0.14.125 — compact split masthead for mapped Art/Coffee hubs.
 * The masthead now speaks the same platform language as Homepage v2 without
 * cloning the homepage itself: editorial copy on the left, 3:2 topic image on
 * the right, then the structured hub search/body immediately below.
 *
 * The existing Elementor hero background remains a zero-config fallback. The
 * background is inherited by the right media panel while a black layer masks it
 * everywhere else. If a Core Hub Heroes pool exists, the pooled image replaces
 * that background only after the selected image has preloaded. */
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child{
  box-sizing:border-box;
  position:relative;
  left:auto;
  width:min(1120px,calc(100vw - 48px));
  max-width:none;
  min-height:0;
  margin:0 auto;
  transform:none;
  overflow:hidden;
  display:block;
  background-repeat:no-repeat!important;
}
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:#050505;
}
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child::after{display:none!important}
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child > .e-con-inner{
  box-sizing:border-box;
  position:relative;
  z-index:2;
  width:100%;
  max-width:none;
  margin:0;
  padding:clamp(38px,4.6vw,60px) 0 clamp(34px,4.2vw,50px);
  display:block;
}
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child .elementor-widget-shortcode,
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child .elementor-widget-container,
.dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child .elementor-shortcode{width:100%;max-width:none}
.dd-hub-shell--split-masthead .dd-hub-masthead{
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
  gap:clamp(30px,5vw,72px);
  align-items:end;
  width:100%;
}
.dd-hub-shell--split-masthead .dd-hub-masthead-copy{min-width:0;padding-bottom:2px}
.dd-hub-shell--split-masthead .dd-hub-masthead-kicker{
  margin:0 0 13px;
  color:var(--dd-cyan,#11defd);
  font-family:var(--dd-font,Poppins,Arial,sans-serif);
  font-size:11px;
  font-weight:900;
  line-height:1;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.dd-hub-shell--split-masthead .dd-hub-hero-title{
  margin:0!important;
  color:#fff!important;
  font-family:var(--dd-font,Poppins,Arial,sans-serif)!important;
  font-size:clamp(72px,8.8vw,132px)!important;
  font-weight:900!important;
  line-height:.78!important;
  letter-spacing:-.075em!important;
  text-transform:uppercase;
  text-shadow:none;
}
.dd-hub-shell--split-masthead .dd-hub-masthead-deck{
  max-width:520px;
  margin:22px 0 0;
  color:rgba(255,255,255,.7);
  font-family:var(--dd-font,Poppins,Arial,sans-serif);
  font-size:15px;
  font-weight:600;
  line-height:1.5;
}
.dd-hub-shell--split-masthead .dd-hub-masthead-media{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  margin:0;
  aspect-ratio:3/2;
  overflow:hidden;
  background-color:#111;
  background-image:var(--dd-hub-hero-image,none);
  background-position:var(--dd-hub-hero-position,center center);
  background-repeat:no-repeat;
  background-size:cover;
  border-bottom:3px solid var(--dd-cyan,#11defd);
}
.dd-hub-shell--split-masthead .dd-hub-masthead-media::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:linear-gradient(180deg,transparent 58%,rgba(0,0,0,.32) 100%);
}
.dd-hub-shell--split-masthead.dd-hub-shell--pooled-hero .elementor > .e-con.e-parent:first-child{
  background-image:var(--dd-hub-hero-image,none)!important;
}
.dd-hub-shell--split-masthead .dd-hub-auto-slot{
  box-sizing:border-box;
  width:min(1180px,calc(100vw - 48px));
  margin:0 auto;
  padding:0;
}
.dd-hub-shell--split-masthead .dd-hub-search{padding-top:0}

@media(min-width:781px){
  .dd-hub-shell--split-masthead .dd-site-header .dd-search-form{display:none!important}
  .dd-hub-shell--split-masthead .dd-site-tools{gap:26px}
  .dd-hub-shell--split-masthead .dd-site-nav{gap:24px}
}
@media(max-width:960px){
  .dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child{width:min(100%,calc(100vw - 30px))}
  .dd-hub-shell--split-masthead .dd-hub-masthead{grid-template-columns:1fr;gap:32px}
  .dd-hub-shell--split-masthead .dd-hub-masthead-copy{max-width:760px}
  .dd-hub-shell--split-masthead .dd-hub-masthead-media{max-width:760px}
  .dd-hub-shell--split-masthead .dd-hub-auto-slot{width:min(100%,calc(100vw - 30px))}
}
@media(max-width:700px){
  .dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child{width:calc(100vw - 18px)}
  .dd-hub-shell--split-masthead .elementor > .e-con.e-parent:first-child > .e-con-inner{padding:34px 9px 30px}
  .dd-hub-shell--split-masthead .dd-hub-masthead{gap:24px}
  .dd-hub-shell--split-masthead .dd-hub-masthead-kicker{margin-bottom:11px;font-size:11px}
  .dd-hub-shell--split-masthead .dd-hub-hero-title{font-size:clamp(68px,22vw,108px)!important;line-height:.76!important}
  .dd-hub-shell--split-masthead .dd-hub-masthead-deck{margin-top:18px;font-size:15px}
  .dd-hub-shell--split-masthead .dd-hub-masthead-media{margin-left:-9px;margin-right:-9px;width:calc(100% + 18px)}
  .dd-hub-shell--split-masthead .dd-hub-auto-slot{width:100%;padding-top:0}
}



/* v0.14.126 — primary hub expansion / Core-native legacy takeover.
 * Nightlife and Food retain their WordPress Page records but suppress obsolete
 * manual Elementor output on the public frontend. Core renders the approved
 * split masthead + structured hub directly. Art/Coffee selectors above remain
 * unchanged apart from the separately approved spacing/type polish. */
.dd-hub-shell--core-native .dd-hub-native-page{
  box-sizing:border-box;
  width:100%;
  margin:0;
}
.dd-hub-shell--core-native .dd-hub-native-masthead-frame{
  box-sizing:border-box;
  position:relative;
  width:min(1120px,calc(100vw - 48px));
  max-width:none;
  margin:0 auto;
  padding:clamp(38px,4.6vw,60px) 0 clamp(34px,4.2vw,50px);
  overflow:hidden;
  background:#050505;
}
.dd-hub-shell--core-native .dd-hub-native-masthead-frame .dd-hub-masthead{
  position:relative;
  z-index:2;
}
.dd-hub-shell--core-native .dd-hub-native-masthead-frame.dd-hub-hero-loaded .dd-hub-masthead-media{
  background-image:var(--dd-hub-hero-image,none);
}

@media(max-width:960px){
  .dd-hub-shell--core-native .dd-hub-native-masthead-frame{
    width:min(100%,calc(100vw - 30px));
    padding:38px 0 32px;
  }
}
@media(max-width:700px){
  .dd-hub-shell--core-native .dd-hub-native-masthead-frame{
    width:calc(100vw - 18px);
    padding:34px 9px 30px;
  }
}


/* v0.14.128 — Nightlife fit refinement.
 * Restore more visual weight after the conservative v0.14.127 clipping fix.
 * NIGHTLIFE remains independently scaled, with tighter tracking so it can read
 * closer to the other primary hub titles without overflowing its copy column. */
.dd-hub-shell--nightlife .dd-hub-hero-title{
  font-size:clamp(68px,6.4vw,98px)!important;
  letter-spacing:-.075em!important;
}
@media(max-width:960px){
  .dd-hub-shell--nightlife .dd-hub-hero-title{
    font-size:clamp(62px,11vw,90px)!important;
  }
}
@media(max-width:700px){
  .dd-hub-shell--nightlife .dd-hub-hero-title{
    font-size:clamp(52px,16vw,68px)!important;
    line-height:.8!important;
    letter-spacing:-.07em!important;
  }
}


/* v0.14.130 — final primary-hub route QA.
 * Newly created Core-native Pages can still emit Hello Elementor's default
 * page-header title above the canonical DD Site Shell; hide that redundant theme
 * wrapper only on Core-native hub routes. Long primary hub names get their own
 * fit rules so COCKTAILS/SHOPPING retain weight without clipping desktop/mobile. */
.dd-hub-shell--core-native .page-header{display:none!important}
.dd-hub-shell--cocktails .dd-hub-hero-title,
.dd-hub-shell--shopping .dd-hub-hero-title{
  font-size:clamp(64px,6vw,92px)!important;
  letter-spacing:-.075em!important;
}
@media(max-width:960px){
  .dd-hub-shell--cocktails .dd-hub-hero-title,
  .dd-hub-shell--shopping .dd-hub-hero-title{
    font-size:clamp(58px,10.5vw,84px)!important;
  }
}
@media(max-width:700px){
  .dd-hub-shell--cocktails .dd-hub-hero-title,
  .dd-hub-shell--shopping .dd-hub-hero-title{
    font-size:clamp(48px,15vw,64px)!important;
    line-height:.8!important;
    letter-spacing:-.07em!important;
  }
}
