.welcome-copy p { margin: 0; }
.welcome-divider { width: min(260px, 58%); height: 0; border: 0; border-top: 3px dotted var(--boss); background: transparent; margin: 20px auto; }
.optional-note { color: var(--muted); margin: 0 0 14px; }
.welcome-actions.single-welcome-action { grid-template-columns: 1fr; max-width: 430px; margin: 0 auto; }
.command-center-link { display: inline-block; margin-top: 22px; color: var(--boss); font-weight: 750; text-decoration: none; }
.landing-hero-copy h1 { --hero-half-line:.5em; display:grid; gap:var(--hero-half-line); font-size:clamp(34px,5vw,68px); white-space:nowrap; margin-bottom:var(--hero-half-line); }
.landing-hero-copy h1 span { display:block; }
.public-hero { display: grid; align-items: center; }

@media (min-width: 1101px) {
  .landing-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 700px) 1px minmax(0, 700px);
    column-gap: clamp(72px, 5vw, 110px);
    align-items: stretch;
    justify-content: center;
    width: min(calc(100% - 120px), 1580px);
    margin-inline: auto;
    min-width: 0;
  }
  .landing-hero-copy { grid-column: 1; width: 100%; min-width: 0; }
  .landing-hero-divider { grid-column: 2; width: 1px; height: 100%; background: #fff; align-self: stretch; justify-self: center; }
  .landing-hero-actions { grid-column: 3; width: min(100%, 600px); min-width: 0; justify-self: center; align-self: center; }
  .landing-hero-actions > * { width: 100%; }
}

@media (min-width: 721px) and (max-width: 1100px) {
  .landing-hero-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    column-gap: clamp(36px, 4vw, 60px);
    align-items: stretch;
    width: min(calc(100% - 48px), 1052px);
    margin-inline: auto;
    min-width: 0;
  }
  .landing-hero-copy { grid-column: 1; width: 100%; min-width: 0; }
  .landing-hero-divider { grid-column: 2; width: 1px; height: 100%; background: #fff; align-self: stretch; justify-self: center; }
  .landing-hero-actions { grid-column: 3; width: min(100%, 440px); min-width: 0; justify-self: center; align-self: center; }
  .landing-hero-actions > * { width: 100%; }
}

@media (max-width: 720px) {
  .landing-hero-layout { display: grid; grid-template-columns: minmax(0, 1fr); row-gap: 32px; width: min(calc(100% - 32px), 600px); margin-inline: auto; min-width: 0; }
  .landing-hero-copy { grid-column: 1; width: 100%; min-width: 0; }
  .landing-hero-divider { display: none; }
  .landing-hero-actions { grid-column: 1; width: 100%; min-width: 0; justify-self: stretch; }
  .landing-hero-actions > * { width: 100%; }
  .landing-hero-copy h1 { white-space:normal; }
}
