/* DanceHires canonical homepage hub. All selectors scoped under .dhHomeHub. */

.dhHomeHubBody{
  background:#05050a;
}

.dhHomeHub{
  overflow-x:hidden;
  min-height:100vh;
  color:#f6f3ff;
  background:
    radial-gradient(900px 520px at 50% 12%, rgba(124,58,237,.22), transparent 55%),
    radial-gradient(700px 400px at 80% 8%, rgba(37,99,235,.16), transparent 50%),
    #05050a;
}

.dhHomeHub *,
.dhHomeHub *::before,
.dhHomeHub *::after{
  box-sizing:border-box;
}

.dhHomeHub :focus-visible{
  outline:2px solid #c4b5fd;
  outline-offset:3px;
}

.dhHomeHub-wrap{
  width:min(1200px, calc(100% - 40px));
  margin:0 auto;
}

.dhHomeHub-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:10px 0;
  position:relative;
  z-index:8;
  height:auto;
}

.dhHomeHub .dhMasterBrand,
.dhHomeHub .dhHomeBrand{
  border:0;
  background:transparent;
  padding:0;
  cursor:pointer;
  flex:0 0 auto;
}

.dhHomeHub .dhHomeBrand img{
  height:58px;
  width:auto;
  max-width:168px;
  object-fit:contain;
  display:block;
}

.dhHomeHub-nav{
  display:flex;
  gap:2px;
  flex-wrap:wrap;
  justify-content:center;
}

.dhHomeHub-nav button{
  font-size:12px;
  font-weight:700;
  color:#ddd6fe;
  padding:8px 10px;
  border-radius:999px;
  border:0;
  background:transparent;
  min-height:44px;
  cursor:pointer;
}

.dhHomeHub-nav button.is-on,
.dhHomeHub-nav button:hover{
  background:rgba(139,92,246,.22);
  color:#fff;
}

.dhHomeHub-acct{
  display:flex;
  align-items:center;
  gap:8px;
}

.dhHomeHub-btn,
.dhHomeHub-line,
.dhHomeHub-ghost,
.dhHomeHub-ncard button{
  border-radius:999px;
  font-weight:800;
  min-height:44px;
  cursor:pointer;
  font:inherit;
}

.dhHomeHub-btn{
  background:linear-gradient(90deg, #7c3aed, #a855f7);
  color:#fff;
  padding:11px 18px;
  border:0;
  box-shadow:0 10px 28px rgba(124,58,237,.35);
}

.dhHomeHub-btn:hover,
.dhHomeHub-ncard button:hover{
  filter:brightness(1.08);
}

.dhHomeHub-line,
.dhHomeHub-ghost{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.2);
  padding:10px 16px;
}

.dhHomeHub-line:hover,
.dhHomeHub-ghost:hover{
  background:rgba(255,255,255,.06);
}

.dhHomeHub-joinDesk{
  font-size:13px;
  padding:10px 16px;
}

.dhHomeHub-menuBtn{
  display:none;
  place-items:center;
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-size:20px;
  cursor:pointer;
}

.dhHomeHub-sheet{
  display:none;
  position:absolute;
  right:0;
  top:58px;
  z-index:40;
  width:min(280px, calc(100vw - 24px));
  background:#12121c;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:8px;
}

.dhHomeHub.is-nav-open .dhHomeHub-sheet{
  display:grid;
}

.dhHomeHub-sheet button{
  padding:12px;
  border-radius:10px;
  font-weight:700;
  background:transparent;
  border:0;
  color:#fff;
  text-align:left;
  min-height:44px;
  cursor:pointer;
}

.dhHomeHub-hero{
  position:relative;
  padding:14px 0 16px;
  overflow:hidden;
}

.dhHomeHub-atmosphere{
  position:absolute;
  inset:-10% -8% 30%;
  pointer-events:none;
}

.dhHomeHub-orb{
  position:absolute;
  border-radius:50%;
  filter:blur(12px);
}

.dhHomeHub-orb.o1{
  width:520px;
  height:520px;
  right:4%;
  top:-16%;
  background:radial-gradient(circle, rgba(56,189,248,.2), transparent 62%);
}

.dhHomeHub-orb.o2{
  width:420px;
  height:420px;
  right:18%;
  top:10%;
  background:radial-gradient(circle, rgba(139,92,246,.28), transparent 64%);
}

.dhHomeHub-heroGrid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);
  gap:18px;
  align-items:center;
}

.dhHomeHub-copy{
  max-width:540px;
}

.dhHomeHub-kicker{
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#67e8f9;
  margin-bottom:12px;
}

.dhHomeHub-copy h1{
  font-size:56px;
  line-height:.94;
  letter-spacing:-.045em;
  font-weight:800;
  max-width:11ch;
  margin:0;
}

.dhHomeHub-copy h1 span{
  background:linear-gradient(90deg, #67e8f9, #a78bfa 55%, #e879f9);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.dhHomeHub-lede{
  margin-top:14px;
  font-size:16px;
  line-height:1.45;
  color:#e4e0f2;
  max-width:40ch;
}

.dhHomeHub-ctas{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:20px;
}

.dhHomeHub-minis{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  margin-top:16px;
  color:#c9c4d8;
  font-size:12px;
  font-weight:700;
}

.dhHomeHub-minis i{
  display:inline-grid;
  place-items:center;
  width:18px;
  height:18px;
  margin-right:6px;
  border-radius:50%;
  background:rgba(139,92,246,.25);
  color:#ddd6fe;
  font-style:normal;
  font-size:10px;
}

.dhHomeHub-hub{
  position:relative;
  display:grid;
  grid-template-columns:1fr 176px 1fr;
  grid-template-areas:
    "hire core work"
    "comp core studio"
    "venue core vendor";
  gap:12px 16px;
  align-items:center;
  min-height:448px;
}

.dhHomeHub-arcs{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  pointer-events:none;
  z-index:0;
  overflow:visible;
}

.dhHomeHub-arcs .arc{
  stroke-width:1.35;
  stroke-linecap:round;
  filter:url(#dhHomeHubGlow);
}

.dhHomeHub-arcs .arc.p{ stroke:url(#dhHomeHubGP); opacity:.78; }
.dhHomeHub-arcs .arc.b{ stroke:url(#dhHomeHubGB); opacity:.78; }
.dhHomeHub-arcs .pt{ filter:url(#dhHomeHubGlow); }
.dhHomeHub-arcs .pt.p{ fill:#e9d5ff; }
.dhHomeHub-arcs .pt.b{ fill:#bae6fd; }
.dhHomeHub-arcs .hubpt{ fill:#fff; }

.dhHomeHub-n-hire{ grid-area:hire; }
.dhHomeHub-n-work{ grid-area:work; }
.dhHomeHub-n-comp{ grid-area:comp; }
.dhHomeHub-n-studio{ grid-area:studio; }
.dhHomeHub-n-venue{ grid-area:venue; }
.dhHomeHub-n-vendor{ grid-area:vendor; }

.dhHomeHub-core{
  grid-area:core;
  position:relative;
  z-index:2;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}

.dhHomeHub-mascotWrap{
  position:relative;
  display:grid;
  place-items:center;
  width:132px;
  height:132px;
}

.dhHomeHub-aura{
  position:absolute;
  inset:4px;
  border-radius:50%;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 48%, rgba(255,255,255,.22), transparent 28%),
    radial-gradient(circle at 50% 50%, rgba(56,189,248,.38), transparent 58%),
    radial-gradient(circle at 50% 62%, rgba(139,92,246,.42), transparent 70%);
  filter:blur(8px);
}

.dhHomeHub-node{
  position:relative;
  z-index:2;
  display:flex;
  gap:10px;
  align-items:center;
  width:100%;
  min-height:62px;
  text-align:left;
  padding:9px 11px;
  border-radius:16px;
  color:#fff;
  cursor:pointer;
  backdrop-filter:blur(16px);
}

.dhHomeHub-node.purple{
  border:1px solid rgba(196,181,253,.38);
  background:linear-gradient(180deg, rgba(88,28,135,.28), rgba(10,12,24,.78));
  box-shadow:0 0 0 1px rgba(168,85,247,.12), 0 10px 22px rgba(88,28,135,.2), inset 0 1px 0 rgba(255,255,255,.08);
}

.dhHomeHub-node.blue{
  border:1px solid rgba(125,211,252,.36);
  background:linear-gradient(180deg, rgba(8,47,73,.32), rgba(10,12,24,.78));
  box-shadow:0 0 0 1px rgba(56,189,248,.12), 0 10px 22px rgba(8,47,73,.2), inset 0 1px 0 rgba(255,255,255,.08);
}

.dhHomeHub-ic{
  width:34px;
  height:34px;
  border-radius:11px;
  flex-shrink:0;
  display:grid;
  place-items:center;
}

.dhHomeHub-ic svg{
  width:18px;
  height:18px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.dhHomeHub-node.purple .dhHomeHub-ic{
  background:rgba(168,85,247,.22);
  color:#e9d5ff;
}

.dhHomeHub-node.blue .dhHomeHub-ic{
  background:rgba(56,189,248,.2);
  color:#bae6fd;
}

.dhHomeHub-node b{
  display:block;
  font-size:13px;
  letter-spacing:-.01em;
}

.dhHomeHub-node small{
  display:block;
  margin-top:2px;
  color:#b8b3c8;
  font-size:11px;
}

.dhHomeHub-bubble{
  width:176px;
  background:#fff;
  color:#1a1528;
  border:0;
  border-radius:16px 16px 16px 6px;
  padding:10px 12px;
  font-size:13px;
  font-weight:700;
  text-align:left;
  box-shadow:0 14px 30px rgba(0,0,0,.28);
  min-height:44px;
  cursor:pointer;
}

.dhHomeHub-bubble strong{ display:block; }

.dhHomeHub-sig{
  margin:0;
  max-width:15ch;
  text-align:center;
  font-family:"Segoe Script","Bradley Hand",cursive;
  font-size:13px;
  line-height:1.25;
  color:#f0abfc;
  text-shadow:0 0 18px rgba(232,121,249,.35);
}

.dhHomeHub-pad{
  position:absolute;
  bottom:6px;
  left:50%;
  width:88px;
  height:12px;
  transform:translateX(-50%);
  border-radius:50%;
  background:radial-gradient(circle, rgba(139,92,246,.65), rgba(56,189,248,.18) 70%, transparent);
  filter:blur(1px);
  pointer-events:none;
}

.dhHomeHub-mascot{
  width:96px;
  height:106px;
  position:relative;
  z-index:1;
  flex-shrink:0;
  border:0;
  padding:0;
  border-radius:48% 48% 43% 43%;
  background:radial-gradient(circle at 34% 25%, #c9ecff, #7acbff 42%, #5a9dff 75%);
  box-shadow:0 12px 28px rgba(37,99,235,.28);
  cursor:pointer;
}

.dhHomeHub-mTop{
  position:absolute;
  top:-11px;
  left:56px;
  width:18px;
  height:16px;
  border-radius:50% 50% 20% 20%;
  background:#7bcaff;
}

.dhHomeHub-mFace{
  position:absolute;
  left:50%;
  top:48px;
  display:flex;
  align-items:center;
  gap:10px;
  transform:translateX(-50%);
}

.dhHomeHub-mFace i{
  width:9px;
  height:11px;
  border-radius:50%;
  background:#172039;
  box-shadow:inset 1px 1px 1px rgba(255,255,255,.7);
}

.dhHomeHub-mFace b{
  width:18px;
  height:12px;
  border-radius:3px 3px 8px 8px;
  background:#252033;
}

.dhHomeHub-mArm{
  position:absolute;
  width:34px;
  height:15px;
  background:#68b7f7;
  border-radius:999px;
  top:64px;
}

.dhHomeHub-mArm.l{ left:-22px; transform:rotate(-28deg); }
.dhHomeHub-mArm.r{ right:-22px; transform:rotate(28deg); }

.dhHomeHub-mFoot{
  position:absolute;
  width:30px;
  height:13px;
  bottom:-4px;
  background:#438ee7;
  border-radius:50%;
}

.dhHomeHub-mFoot.l{ left:22px; }
.dhHomeHub-mFoot.r{ right:22px; }

.dhHomeHub-band{
  padding:28px 0 8px;
}

.dhHomeHub-rowHead{
  display:flex;
  justify-content:space-between;
  gap:20px;
  align-items:end;
  margin-bottom:16px;
}

.dhHomeHub-lab{
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#c4b5fd;
  margin-bottom:6px;
}

.dhHomeHub-rowHead h2{
  font-size:30px;
  letter-spacing:-.03em;
  line-height:1.1;
  margin:0;
}

.dhHomeHub-sub{
  color:#b9b3cc;
  font-size:14px;
  max-width:36ch;
}

.dhHomeHub-netGrid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:10px;
}

.dhHomeHub-ncard{
  background:#0c0c14;
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:0;
}

.dhHomeHub-shot{
  height:92px;
  background-size:cover;
  background-position:center;
  filter:saturate(1.05) contrast(1.05);
}

.dhHomeHub-ico{
  width:34px;
  height:34px;
  border-radius:50%;
  background:linear-gradient(180deg, #8b5cf6, #6d28d9);
  display:grid;
  place-items:center;
  font-weight:900;
  font-size:13px;
  margin:-17px 12px 8px;
  position:relative;
  box-shadow:0 6px 16px rgba(109,40,217,.4);
}

.dhHomeHub-ncard h3{
  font-size:15px;
  padding:0 12px;
  margin:0;
}

.dhHomeHub-price{
  padding:6px 12px 0;
  font-size:13px;
  font-weight:800;
  line-height:1.3;
}

.dhHomeHub-price small{
  display:block;
  color:#a5b4fc;
  font-size:11px;
  font-weight:700;
}

.dhHomeHub-ncard p{
  padding:8px 12px 10px;
  color:#b8b3c8;
  font-size:12px;
  line-height:1.35;
  flex:1;
  margin:0;
}

.dhHomeHub-ncard button{
  margin:auto 12px 12px;
  background:transparent;
  color:#fff;
  border:1px solid rgba(167,139,250,.45);
  min-height:44px;
  font-size:12px;
}

.dhHomeHub-softBand{ padding-top:14px; }

.dhHomeHub-softGrid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.dhHomeHub-soft{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px;
  padding:14px 16px;
}

.dhHomeHub-softTop{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:8px;
}

.dhHomeHub-mark{
  width:36px;
  height:36px;
  border-radius:11px;
  background:linear-gradient(180deg, #7c3aed, #5b21b6);
  display:grid;
  place-items:center;
  font-weight:900;
}

.dhHomeHub-softBadge{
  font-size:10px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  padding:4px 8px;
  border-radius:999px;
}

.dhHomeHub-softBadge.avail{
  background:rgba(52,211,153,.16);
  color:#6ee7b7;
}

.dhHomeHub-softBadge.soon{
  background:rgba(167,139,250,.16);
  color:#ddd6fe;
}

.dhHomeHub-soft h3{
  font-size:20px;
  margin:0;
}

.dhHomeHub-soft p{
  margin:8px 0 10px;
  color:#c9c4d8;
  font-size:14px;
}

.dhHomeHub-sep{
  font-size:12px;
  color:#a5f3fc;
  font-weight:700;
  margin-bottom:10px;
}

.dhHomeHub-textLink{
  background:none;
  border:0;
  color:#c4b5fd;
  font-weight:800;
  font-size:14px;
  padding:0;
  min-height:44px;
  cursor:pointer;
  text-align:left;
}

.dhHomeHub-finale{
  margin:18px auto 14px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  background:
    radial-gradient(420px 220px at 82% 50%, rgba(56,189,248,.16), transparent 60%),
    #090912;
  border:1px solid rgba(255,255,255,.12);
  border-radius:24px;
  overflow:hidden;
  width:min(1200px, calc(100% - 40px));
  min-height:240px;
}

.dhHomeHub-finCopy{
  padding:28px 20px 28px 32px;
}

.dhHomeHub-finCopy h2{
  font-size:34px;
  max-width:12ch;
  margin:0;
}

.dhHomeHub-finCopy em{
  font-style:normal;
  color:#c4b5fd;
}

.dhHomeHub-finCopy p{
  margin:10px 0 12px;
  color:#d6d1e4;
}

.dhHomeHub-globe{
  position:relative;
  height:240px;
}

.dhHomeHub-sphere{
  position:absolute;
  left:50%;
  top:50%;
  width:150px;
  height:150px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:
    radial-gradient(circle at 35% 30%, rgba(125,211,252,.55), transparent 42%),
    radial-gradient(circle at 50% 50%, #1e1b4b, #020617);
  box-shadow:0 0 40px rgba(56,189,248,.28), inset 0 0 30px rgba(139,92,246,.35);
}

.dhHomeHub-ring{
  position:absolute;
  left:50%;
  top:50%;
  border:1px solid rgba(167,139,250,.35);
  border-radius:50%;
  transform:translate(-50%,-50%) rotateX(62deg);
}

.dhHomeHub-ring.r1{ width:190px; height:190px; }
.dhHomeHub-ring.r2{ width:230px; height:230px; border-color:rgba(56,189,248,.28); }
.dhHomeHub-ring.r3{ width:270px; height:270px; }

.dhHomeHub-gdot{
  position:absolute;
  width:8px;
  height:8px;
  border-radius:50%;
  background:#e0f2fe;
  box-shadow:0 0 10px #67e8f9;
}

.dhHomeHub-gdot.d1{ left:28%; top:28%; }
.dhHomeHub-gdot.d2{ right:26%; top:34%; }
.dhHomeHub-gdot.d3{ left:32%; bottom:26%; }
.dhHomeHub-gdot.d4{ right:30%; bottom:30%; }

.dhHomeHub-foot{
  border-top:1px solid rgba(255,255,255,.08);
  padding:16px 0 22px;
}

.dhHomeHub-footRow{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:center;
  flex-wrap:wrap;
}

.dhHomeHub-footRow img{
  height:44px;
  width:auto;
  display:block;
}

.dhHomeHub-fine{
  color:#8b869c;
  font-size:12px;
  margin-top:4px;
}

.dhHomeHub-flinks{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  font-size:13px;
  font-weight:700;
  color:#c9c4d8;
  align-items:center;
}

.dhHomeHub-flinks button{
  background:none;
  border:0;
  color:#c9c4d8;
  font-weight:700;
  min-height:44px;
  cursor:pointer;
}

.dhHomeHub-chooser{
  width:min(480px, calc(100% - 32px));
  border:1px solid rgba(255,255,255,.12);
  border-radius:20px;
  background:#12121c;
  color:#f6f3ff;
  padding:22px;
}

.dhHomeHub-chooser::backdrop{
  background:rgba(0,0,0,.62);
}

.dhHomeHub-chooser h2{
  font-size:24px;
  margin:0 0 10px;
}

.dhHomeHub-chooser p{
  color:#c9c4d8;
  margin:0 0 10px;
  line-height:1.45;
}

.dhHomeHub-chooser menu{
  display:flex;
  gap:10px;
  justify-content:flex-end;
  margin-top:16px;
}

.dhHomeHub-chooserGrid{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.dhHomeHub-chooserGrid button{
  min-height:44px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.04);
  color:#fff;
  font-weight:700;
  text-align:left;
  padding:10px 12px;
  cursor:pointer;
}

@media (max-width:1180px){
  .dhHomeHub-joinDesk{ display:none; }
  .dhHomeHub-copy h1{ font-size:46px; }
  .dhHomeHub-netGrid{ grid-template-columns:repeat(3,1fr); }
}

@media (max-width:1100px){
  .dhHomeHub-nav,
  .dhHomeHub-acct .dhHomeHub-ghost{
    display:none;
  }
  .dhHomeHub-menuBtn{
    display:grid;
  }
}

@media (max-width:900px){
  .dhHomeHub-hero{ padding:6px 0 8px; }
  .dhHomeHub-heroGrid{ grid-template-columns:1fr; gap:8px; }
  .dhHomeHub-kicker{ margin-bottom:8px; }
  .dhHomeHub-copy h1{ font-size:36px; }
  .dhHomeHub-lede{ margin-top:10px; }
  .dhHomeHub-ctas{ margin-top:12px; }
  .dhHomeHub-minis{ display:none; }
  .dhHomeHub-arcs{ display:none; }
  .dhHomeHub-hub{
    min-height:0;
    grid-template-columns:1fr 1fr;
    grid-template-areas:
      "core core"
      "hire work"
      "comp studio"
      "venue vendor";
    gap:6px;
    overflow:hidden;
  }
  .dhHomeHub-core{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    gap:8px 12px;
    padding:0;
  }
  .dhHomeHub-mArm.l{ left:-10px; }
  .dhHomeHub-mArm.r{ right:-10px; }
  .dhHomeHub-mascotWrap{ width:92px; height:100px; }
  .dhHomeHub-mascot{ width:82px; height:90px; }
  .dhHomeHub-mTop{ left:48px; }
  .dhHomeHub-bubble{ width:auto; flex:1; min-width:160px; }
  .dhHomeHub-sig{ flex:1 1 100%; max-width:none; text-align:left; font-size:13px; }
  .dhHomeHub-node{ min-height:48px; padding:8px 10px; }
  .dhHomeHub-finale{ grid-template-columns:1fr .7fr; }
}

@media (max-width:760px){
  .dhHomeHub-wrap,
  .dhHomeHub-finale{ width:calc(100% - 24px); }
  .dhHomeHub .dhHomeBrand img{ height:46px; max-width:132px; }
  .dhHomeHub-copy h1{ font-size:30px; max-width:12ch; }
  .dhHomeHub-lede{ font-size:15px; max-width:none; margin-top:8px; }
  .dhHomeHub-ctas{ margin-top:10px; }
  .dhHomeHub-band{ padding:18px 0 8px; }
  .dhHomeHub-ctas .dhHomeHub-btn,
  .dhHomeHub-ctas .dhHomeHub-line{ flex:1 1 140px; min-height:44px; }
  .dhHomeHub-netGrid{ grid-template-columns:1fr; gap:6px; }
  .dhHomeHub-ncard{
    flex-direction:row;
    align-items:center;
    min-height:64px;
    padding:8px 10px 8px 8px;
  }
  .dhHomeHub-shot{
    width:56px;
    height:56px;
    border-radius:10px;
    flex-shrink:0;
  }
  .dhHomeHub-ico{ margin:0 8px 0 4px; width:28px; height:28px; }
  .dhHomeHub-ncard h3,
  .dhHomeHub-price{ padding:0; }
  .dhHomeHub-ncard p{ display:none; }
  .dhHomeHub-ncard button{
    margin:0 0 0 auto;
    width:auto;
    padding:0 14px;
    min-height:44px;
  }
  .dhHomeHub-softGrid{ grid-template-columns:1fr; }
  .dhHomeHub-rowHead{ display:block; }
  .dhHomeHub-sub{ margin-top:6px; }
  .dhHomeHub-rowHead h2{ font-size:24px; }
  .dhHomeHub-finale{ grid-template-columns:1fr; }
  .dhHomeHub-globe{ height:180px; }
}

@media (max-width:430px){
  .dhHomeHub-copy h1{ font-size:28px; }
  .dhHomeHub-lede{ font-size:14.5px; }
  .dhHomeHub-hero{ padding:4px 0 6px; }
  .dhHomeHub-hub{ gap:5px; }
  .dhHomeHub-node{ min-height:46px; }
}

@media (prefers-reduced-motion:reduce){
  .dhHomeHub *{
    scroll-behavior:auto !important;
    transition:none !important;
  }
}
