/* Welcome article: full detail page */

body.etlv-welcome-standalone {
  background: #f6f2ea;
  color: #16171b;
}

body.etlv-welcome-standalone #etlv-locked-masthead,
body.etlv-welcome-standalone .weather-bar,
body.etlv-welcome-standalone .etlv-nav--footer,
body.etlv-welcome-standalone .positioning-hero,
body.etlv-welcome-standalone .safe-mode-banner {
  display: none !important;
}

.etlv-welcome-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1120px, calc(100% - 32px));
  min-height: 72px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(22, 23, 27, 0.1);
}

.etlv-welcome-topbar__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #101115;
  font-family: var(--font-display);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
}

.etlv-welcome-topbar__brand img {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  object-fit: cover;
}

.etlv-welcome-topbar__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 16px;
}

.etlv-welcome-topbar__nav a {
  color: #525b68;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.etlv-welcome-topbar__nav a:hover,
.etlv-welcome-topbar__nav a:focus-visible {
  color: #9a1e2b;
}

.etlv-welcome-article-main {
  background: #f6f2ea;
  color: #16171b;
  padding: clamp(24px, 4vw, 54px) 0 clamp(44px, 6vw, 76px);
}

.etlv-welcome-article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 340px);
  gap: clamp(24px, 4vw, 44px);
  align-items: start;
  max-width: 1120px;
}

.etlv-welcome-article__main-content,
.etlv-welcome-article__sidebar {
  min-width: 0;
}

.etlv-welcome-article__header {
  margin-bottom: 24px;
}

.etlv-welcome-article__kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin: 0 0 16px;
  padding: 0 12px;
  border: 1px solid rgba(154, 30, 43, 0.32);
  border-radius: 4px;
  color: #9a1e2b;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1;
  text-transform: uppercase;
}

.etlv-welcome-article__h1 {
  max-width: 760px;
  margin: 0;
  color: #101115;
  font-family: var(--font-display);
  font-size: clamp(2.35rem, 6vw, 4.9rem);
  font-weight: 800;
  line-height: 0.98;
}

.etlv-welcome-article__dek {
  max-width: 700px;
  margin: 18px 0 0;
  color: #4d5563;
  font-size: clamp(1.1rem, 2.1vw, 1.35rem);
  line-height: 1.55;
}

.etlv-welcome-article__hero {
  margin: 0 0 30px;
  overflow: hidden;
  border-radius: 8px;
  background: #111;
  box-shadow: 0 18px 44px rgba(22, 23, 27, 0.16);
}

.etlv-welcome-article__hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.etlv-welcome-article__body {
  max-width: 760px;
  font-size: 1.08rem;
  line-height: 1.78;
}

.etlv-welcome-article__body p,
.etlv-welcome-article__body ul {
  margin: 0 0 22px;
}

.etlv-welcome-article__lead {
  color: #252932;
  font-size: 1.22rem;
  line-height: 1.68;
}

.etlv-welcome-article__body h2 {
  margin: 38px 0 12px;
  color: #101115;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  line-height: 1.14;
}

.etlv-welcome-article__body ul {
  padding-left: 1.2em;
}

.etlv-welcome-article__body li {
  margin-bottom: 10px;
}

.etlv-article-figure {
  margin: 30px 0;
}

.etlv-article-figure__image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(22, 23, 27, 0.12);
}

.etlv-article-figure__caption {
  margin-top: 8px;
  color: #6b7280;
  font-size: 0.86rem;
  line-height: 1.4;
}

.etlv-welcome-article__closing {
  color: #9a1e2b;
  font-weight: 800;
}

.etlv-welcome-article__signoff {
  padding-top: 8px;
  color: #303640;
  font-weight: 600;
}

.etlv-welcome-article__signoff span {
  display: inline-block;
  margin-top: 6px;
  color: #101115;
  font-family: var(--font-display);
  font-size: 1.18rem;
  line-height: 1.35;
}

.etlv-welcome-article__sidebar {
  position: sticky;
  top: 24px;
  display: grid;
  gap: 18px;
}

.etlv-welcome-bio,
.etlv-welcome-newsletter {
  border: 1px solid rgba(22, 23, 27, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 34px rgba(22, 23, 27, 0.08);
}

.etlv-welcome-bio {
  padding: 24px;
  text-align: left;
}

.etlv-welcome-bio__image {
  width: 112px;
  height: 112px;
  margin-bottom: 18px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(22, 23, 27, 0.18);
}

.etlv-welcome-bio__name {
  margin: 0 0 6px;
  color: #101115;
  font-family: var(--font-display);
  font-size: 1.38rem;
  line-height: 1.15;
}

.etlv-welcome-bio__title {
  margin: 0 0 14px;
  color: #9a1e2b;
  font-size: 0.86rem;
  font-weight: 800;
  line-height: 1.45;
}

.etlv-welcome-bio__text p {
  margin: 0 0 12px;
  color: #525b68;
  font-size: 0.95rem;
  line-height: 1.6;
}

.etlv-welcome-newsletter {
  padding: 22px;
}

.etlv-welcome-newsletter__title {
  margin: 0 0 6px;
  color: #101115;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.etlv-welcome-newsletter__desc {
  margin: 0 0 14px;
  color: #525b68;
  font-size: 0.94rem;
  line-height: 1.5;
}

.etlv-welcome-newsletter__form {
  display: grid;
  gap: 10px;
}

.etlv-welcome-newsletter__input {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(22, 23, 27, 0.18);
  border-radius: 4px;
  font: inherit;
}

.etlv-welcome-newsletter__button {
  min-height: 44px;
  border: 0;
  border-radius: 4px;
  background: #9a1e2b;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.etlv-welcome-newsletter__button:hover,
.etlv-welcome-newsletter__button:focus-visible {
  background: #c41e2a;
}

.etlv-welcome-footer {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 22px 0 30px;
  border-top: 1px solid rgba(22, 23, 27, 0.1);
  color: #6b7280;
  font-size: 0.9rem;
  text-align: center;
}

.etlv-welcome-footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .etlv-welcome-article {
    grid-template-columns: 1fr;
  }

  .etlv-welcome-article__sidebar {
    position: static;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.8fr);
  }
}

@media (max-width: 640px) {
  .etlv-welcome-topbar {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0;
  }

  .etlv-welcome-topbar__nav {
    justify-content: flex-start;
  }

  .etlv-welcome-article-main {
    padding: 22px 0 40px;
  }

  .etlv-welcome-article__h1 {
    font-size: 2.45rem;
    line-height: 1.02;
  }

  .etlv-welcome-article__body,
  .etlv-welcome-article__lead {
    font-size: 1rem;
  }

  .etlv-welcome-article__sidebar {
    grid-template-columns: 1fr;
  }

  .etlv-welcome-bio,
  .etlv-welcome-newsletter {
    padding: 18px;
  }
}
