/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --spacing: 0.25rem;
    --default-font-family: var(--font-geist-sans);
    --default-mono-font-family: var(--font-geist-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.campaign-page {
  --ink: #161b1b;
  --paper: #f4efe8;
  --paper-light: #fbf8f2;
  --paper-deep: #e4d8cc;
  --muted: #6d6a63;
  --red: #b72e2e;
  --red-light: #df7064;
  --red-dark: #852321;
  --night: #071012;
  --night-soft: #111b1e;
  --night-muted: #a9b4b0;
  --line: #161b1b2e;
  --line-light: #fff3;
  --serif: Georgia, "Times New Roman", serif;
  --sans: var(--font-geist-sans), Arial, Helvetica, sans-serif;
}
.campaign-page,
.campaign-page * {
  box-sizing: border-box;
}
.campaign-page a {
  color: inherit;
  text-decoration: none;
}
.campaign-page button {
  cursor: pointer;
  font: inherit;
  border: 0;
}
.campaign-page a:focus-visible,
.campaign-page button:focus-visible {
  outline-offset: 3px;
  outline: 3px solid #f0a095;
}
.campaign-page img {
  max-width: 100%;
  display: block;
}
.campaign-page h1,
.campaign-page h2,
.campaign-page h3,
.campaign-page p,
.campaign-page figure,
.campaign-page blockquote {
  margin: 0;
}
.campaign-page h1,
.campaign-page h2,
.campaign-page h3 {
  letter-spacing: -0.045em;
  font-weight: 760;
}
.campaign-page p {
  line-height: 1.6;
  max-width: 70%;
}
.campaign-page {
  background: var(--paper);
  min-width: 320px;
  overflow: hidden;
}
.page-width {
  width: min(1240px, 100% - 64px);
  margin-left: auto;
  margin-right: auto;
}
.djj-site-shell {
  background: #302d22;
  border-bottom: 1px solid #161b1b40;
  width: 100%;
  overflow: hidden;
}
.djj-site-shell img {
  width: 100%;
  height: auto;
}
.wordmark {
  color: currentColor;
  font-family: var(--serif);
  letter-spacing: -0.08em;
  font-size: 31px;
  font-weight: 400;
  line-height: 0.9;
}
.wordmark span {
  color: var(--red-light);
}
.kicker,
.card-label,
.hero-meta,
.campaign-header,
.image-tag,
.mini-facts,
.site-strip,
.social-row,
.closing-footer {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.45;
}
.kicker {
  color: var(--red-dark);
  margin-bottom: 18px;
}
.light-kicker {
  color: #e49387;
}
.text-link {
  color: var(--red-dark);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-bottom: 1px solid;
  align-items: center;
  gap: 10px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  transition:
    color 0.17s,
    border-color 0.17s;
  display: inline-flex;
}
.text-link:hover,
.text-link:focus-visible {
  color: var(--ink);
}
.hero {
  isolation: isolate;
  color: #fff;
  background: var(--night);
  min-height: 760px;
  position: relative;
  overflow: hidden;
}
.hero:after {
  z-index: -1;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.hero-copy {
  z-index: 2;
  min-height: 760px;
  padding-top: 25px;
  padding-bottom: 90px;
  position: relative;
}
.campaign-header {
  color: #ffffffad;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 27px;
  display: grid;
}
.campaign-header span {
  letter-spacing: 0.02em;
  text-transform: none;
  font-size: 12px;
}
.campaign-header strong {
  color: #fff;
  font-weight: 720;
}
.campaign-header small {
  color: #ffffff85;
  letter-spacing: 0.12em;
  font-size: 11px;
  font-weight: 780;
}
.hero-text .kicker {
  color: #efa59c;
  letter-spacing: 0.1em;
  font-size: 15px;
}
.campaign-page h1 em,
.campaign-page h2 em {
  color: var(--red-light);
  font-family: var(--serif);
  letter-spacing: -0.025em;
  font-weight: 400;
}
.hero h1 em {
  display: block;
}
.purpose-lines {
  border-top: 1px solid #ffffff57;
  max-width: 580px;
  margin-top: 35px;
}
.purpose-lines p {
  border-bottom: 1px solid #ffffff3d;
  grid-template-columns: 31px 1fr;
  align-items: start;
  gap: 12px;
  padding: 16px 0 17px;
  display: grid;
}
.purpose-lines span {
  color: #ed8e84;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.2;
}
.purpose-lines strong {
  color: #f8eee8;
  letter-spacing: -0.01em;
  max-width: 500px;
  font-size: 18px;
  font-weight: 610;
  line-height: 1.35;
}
.hero-dek {
  color: #c6d0cd;
  max-width: 525px;
  margin-top: 24px;
  font-size: 17px;
}
.hero-actions,
.share-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 27px;
  display: flex;
}
.share-button,
.outline-button,
.copy-message {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  gap: 14px;
  min-height: 49px;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 820;
  line-height: 1.2;
  transition:
    transform 0.17s,
    background 0.17s,
    color 0.17s,
    border-color 0.17s;
  display: inline-flex;
}
.share-button {
  color: #fff;
  background: var(--red);
}
.share-button:hover,
.share-button:focus-visible {
  background: var(--red-light);
  transform: translateY(-2px);
}
.outline-button {
  color: #fff;
  background: #ffffff08;
  border: 1px solid #ffffff8a;
}
.outline-button:hover,
.outline-button:focus-visible {
  background: #ffffff1f;
  border-color: #fff;
  transform: translateY(-2px);
}
.hero-meta {
  color: #ffffff8a;
  flex-wrap: wrap;
  gap: 10px 22px;
  display: flex;
  position: absolute;
  bottom: 28px;
  left: 0;
  right: 0;
}
.hero-meta span + span:before {
  color: var(--red-light);
  content: "/";
  margin-right: 22px;
}
.hero-art {
  z-index: -1;
  background: #1b2425;
  width: 58%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.hero-art img {
  object-fit: cover;
  object-position: 67% center;
  filter: saturate(0.85) contrast(1.05);
  width: 100%;
  height: 100%;
}
.hero-art-shade {
  background:
    linear-gradient(90deg, #040a0be6, #040a0b21 45%, #040a0b38),
    linear-gradient(#0000 60%, #040a0b80);
  position: absolute;
  inset: 0;
}
.billboard-mark {
  z-index: 2;
  color: #a9282b;
  font-family: var(--serif);
  letter-spacing: -0.06em;
  text-shadow: 0 1px #ffffff57;
  font-size: clamp(29px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
  display: block;
  position: absolute;
}
.billboard-mark span {
  color: inherit;
}
.hero-art > .billboard-mark {
  top: 41%;
  right: 18%;
  transform: rotate(-1.2deg);
}
.campaign-intro {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.58fr);
  align-items: end;
  gap: 75px;
  padding-top: 110px;
  padding-bottom: 50px;
  display: grid;
}
.section-heading h2,
.site-heading h2,
.materials-heading h2 {
  max-width: 740px;
  font-size: clamp(52px, 6.6vw, 94px);
  line-height: 0.97;
}
.section-heading h2 em,
.site-heading h2 em,
.materials-heading h2 em {
  color: var(--red-dark);
}
.intro-copy {
  max-width: 410px;
  color: var(--muted);
  font-size: 18px;
}
.signal-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 115px;
  display: grid;
}
.signal-image {
  background: #1b2222;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.signal-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.billboard-image img {
  object-position: center;
  filter: saturate(0.8) contrast(1.04);
}
.billboard-image:after,
.hand-image:after,
.email-image:after {
  content: "";
  background: linear-gradient(#0000 55%, #040a0b78);
  position: absolute;
  inset: 0;
}
.signal-image > .billboard-mark {
  font-size: clamp(23px, 3vw, 43px);
  top: 47%;
  right: 16%;
  transform: rotate(-1deg);
}
.email-image img {
  object-position: center 18%;
}
.hand-image img {
  object-fit: contain;
  object-position: center;
  background: #eee8e1;
}
.image-tag {
  z-index: 2;
  color: #ffffffd1;
  font-size: 9px;
  position: absolute;
  bottom: 13px;
  right: 14px;
}
.signal-copy {
  min-height: 205px;
  padding: 27px 25px 31px;
  position: relative;
}
.feature-icon {
  border: 1px solid var(--red);
  border-radius: 50%;
  place-items: center;
  width: 30px;
  height: 30px;
  display: grid;
  position: absolute;
  top: 25px;
  right: 25px;
}
.feature-icon:before,
.feature-icon:after,
.feature-icon i {
  content: "";
  display: block;
}
.feature-icon-street:before {
  border: 1px solid var(--red);
  border-bottom: 0;
  width: 11px;
  height: 13px;
}
.feature-icon-street:after {
  background: var(--red);
  width: 17px;
  height: 1px;
  position: absolute;
  bottom: 6px;
}
.feature-icon-screen:before {
  border: 1px solid var(--red);
  width: 14px;
  height: 10px;
}
.feature-icon-screen:after {
  background: var(--red);
  width: 8px;
  height: 1px;
  margin-top: 13px;
}
.feature-icon-hand:before {
  border: 1px solid var(--red);
  width: 13px;
  height: 10px;
  transform: rotate(-8deg);
}
.card-label {
  color: var(--red-dark);
  margin-bottom: 17px;
  font-size: 11px;
}
.signal-copy p:last-child {
  max-width: 245px;
  color: var(--muted);
  font-size: 15px;
}
.footprint-section {
  color: #fff;
  background: var(--night);
}
.footprint-layout {
  grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 85px;
  padding-top: 115px;
  padding-bottom: 120px;
  display: grid;
}
.footprint-copy h2 em {
  color: #f0dcd5;
}
.footprint-copy > p:not(.kicker) {
  max-width: 440px;
  color: var(--night-muted);
  margin-top: 27px;
  font-size: 16px;
}
.mini-facts {
  color: #e48c82;
  flex-wrap: wrap;
  gap: 9px 17px;
  margin-top: 31px;
  font-size: 10px;
  display: flex;
}
.mini-facts b {
  color: #fff;
  font-weight: 650;
}
.placement-gallery {
  min-height: 590px;
  position: relative;
}
.placement-card {
  background: #1d292a;
  position: absolute;
  overflow: hidden;
  box-shadow: 18px 18px #0000002e;
}
.placement-card img {
  object-fit: cover;
  filter: saturate(0.88) contrast(1.04);
  width: 100%;
  height: 100%;
}
.placement-corner img {
  object-position: center 48%;
}
.placement-brick img {
  object-position: center 43%;
}
.placement-card:after {
  content: "";
  background: linear-gradient(#0000 55%, #040a0bc7);
  position: absolute;
  inset: 0;
}
.placement-large {
  width: 79%;
  height: 425px;
  top: 0;
  right: 0;
}
.placement-small {
  border: 8px solid var(--night);
  width: 61%;
  height: 280px;
  bottom: 0;
  left: 0;
}
.placement-card > .billboard-mark {
  font-size: clamp(23px, 3vw, 45px);
  top: 45%;
  right: 15%;
  transform: rotate(-1deg);
}
.placement-small > .billboard-mark {
  font-size: clamp(19px, 2vw, 29px);
  top: 42%;
  right: 12%;
}
.placement-card figcaption {
  z-index: 2;
  color: #ffffffc2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  flex-direction: column;
  gap: 7px;
  font-size: 10px;
  line-height: 1.4;
  display: flex;
  position: absolute;
  bottom: 18px;
  left: 20px;
  right: 20px;
}
.placement-card figcaption b {
  color: #fff;
}
.site-heading,
.materials-heading {
  justify-content: space-between;
  align-items: end;
  gap: 35px;
  display: flex;
}
.site-heading h2 {
  max-width: 710px;
}
.site-heading .text-link,
.materials-heading .text-link {
  flex: none;
  margin-bottom: 8px;
}
.screen-layout {
  grid-template-columns: minmax(0, 1.33fr) minmax(300px, 0.67fr);
  gap: 18px;
  margin-top: 55px;
  display: grid;
}
.screen-card {
  background: #161e20;
  overflow: hidden;
}
.browser-bar {
  color: #c8d0cc;
  background: #222d2f;
  align-items: center;
  gap: 6px;
  height: 32px;
  padding: 0 12px;
  font-size: 10px;
  display: flex;
}
.browser-bar > span {
  background: #e07b70;
  border-radius: 50%;
  width: 7px;
  height: 7px;
}
.browser-bar > span:nth-child(2) {
  background: #d5b46e;
}
.browser-bar > span:nth-child(3) {
  background: #8aa58a;
}
.browser-bar b {
  color: #ffffffa8;
  margin-left: 8px;
  font-weight: 600;
}
.screen-card img {
  object-fit: cover;
  width: 100%;
  height: 235px;
}
.screen-feature img {
  height: 455px;
}
.screen-card figcaption {
  color: #fff;
  flex-direction: column;
  gap: 4px;
  padding: 17px 20px 19px;
  display: flex;
}
.screen-card figcaption strong {
  letter-spacing: -0.015em;
  font-size: 17px;
  font-weight: 650;
}
.screen-card figcaption span {
  color: #a5b0ac;
  font-size: 13px;
}
.screen-stack {
  gap: 18px;
  display: grid;
}
.screen-stack .screen-card img {
  height: 180px;
}
.site-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(3, 1fr);
  margin-top: 24px;
  display: grid;
}
.site-strip > div {
  grid-template-columns: 32px auto 1fr;
  align-items: center;
  gap: 9px;
  padding: 16px 17px 17px 0;
  display: grid;
}
.site-strip > div + div {
  border-left: 1px solid var(--line);
  padding-left: 17px;
}
.strip-number {
  color: var(--red);
  font-family: var(--serif);
  font-size: 18px;
}
.site-strip strong {
  color: var(--ink);
  letter-spacing: 0;
  text-transform: none;
  font-size: 12px;
}
.site-strip > div > span:last-child {
  color: var(--muted);
  letter-spacing: 0;
  text-transform: none;
  font-size: 11px;
  font-weight: 560;
}
.media-section {
  color: #fff;
  background: var(--night);
  padding-top: 106px;
  padding-bottom: 112px;
}
.media-heading {
  grid-template-columns: minmax(0, 1fr) 285px;
  align-items: end;
  gap: 50px;
  display: grid;
}
.media-heading h2 em {
  color: #f0dcd5;
}
.media-heading > p {
  color: var(--night-muted);
  font-size: 16px;
}
.video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 55px;
  display: grid;
}
.video-thumbnail {
  color: #fff;
  text-align: left;
  background: #1a2425;
  height: 400px;
  position: relative;
  overflow: hidden;
}
.video-thumbnail img,
.video-wash {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.video-thumbnail img {
  object-fit: cover;
  transition: transform 0.35s;
}
.video-thumbnail:hover img,
.video-thumbnail:focus-visible img {
  transform: scale(1.04);
}
.video-thumbnail-copy {
  z-index: 2;
  flex-direction: column;
  gap: 8px;
  display: flex;
  position: absolute;
  bottom: 27px;
  left: 28px;
  right: 28px;
}
.video-kicker {
  color: #f0a095;
  letter-spacing: 0.11em;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.4;
}
.video-thumbnail-copy strong {
  letter-spacing: -0.04em;
  max-width: 430px;
  font-size: clamp(28px, 4vw, 49px);
  line-height: 0.98;
}
.play-button,
.modal-play {
  z-index: 3;
  color: #fff;
  background: #0000001a;
  border: 1px solid #ffffffa8;
  border-radius: 50%;
  place-items: center;
  width: 59px;
  height: 59px;
  font-size: 16px;
  transition:
    background 0.17s,
    transform 0.17s;
  display: grid;
  position: absolute;
  top: 28px;
  right: 28px;
}
.video-thumbnail:hover .play-button,
.video-thumbnail:focus-visible .play-button {
  background: var(--red);
  transform: scale(1.06);
}
.share-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: center;
  gap: 80px;
  display: grid;
}
.share-visual {
  background: #141b1c;
  min-height: 515px;
  position: relative;
  overflow: hidden;
}
.share-visual img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 515px;
}
.share-visual:after {
  content: "";
  background: linear-gradient(#0000 47%, #04090ab3);
  position: absolute;
  inset: 0;
}
.share-visual-label {
  z-index: 2;
  color: #fffc;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  bottom: 22px;
  right: 24px;
}
.share-copy > p:not(.kicker) {
  max-width: 480px;
  color: var(--muted);
  margin-top: 24px;
  font-size: 18px;
}
.share-box {
  color: #fff;
  background: var(--red-dark);
  max-width: 600px;
  margin-top: 27px;
  padding: 23px 24px 24px;
}
.share-box > p {
  color: #f6d7d0;
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.46;
}
.share-box .share-button:hover,
.share-box .share-button:focus-visible {
  background: #f6e9e3;
}
.copy-message {
  color: #fff;
  background: 0 0;
  border-bottom: 1px solid #ffffffb8;
  min-height: 43px;
  padding: 0;
}
.social-row {
  color: var(--muted);
  flex-wrap: wrap;
  gap: 9px 17px;
  margin-top: 27px;
  font-size: 11px;
  display: flex;
}
.social-row a {
  color: var(--red-dark);
  transition: color 0.17s;
}
.social-row a:hover,
.social-row a:focus-visible {
  color: var(--ink);
}
.materials-heading h2 {
  max-width: 670px;
}
.materials-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 18px;
  margin-top: 50px;
  display: grid;
}
.product-card {
  background: #e9e1d8;
  min-height: 345px;
  transition:
    transform 0.17s,
    background 0.17s;
  position: relative;
  overflow: hidden;
}
.product-card:hover,
.product-card:focus-visible {
  background: #e2d5c9;
  transform: translateY(-3px);
}
.shirt-product img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 345px;
}
.product-card > div:last-child {
  color: #fff;
  background: linear-gradient(#0000, #0e1414c4);
  flex-direction: column;
  gap: 6px;
  padding-top: 45px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 22px;
  right: 22px;
}
.product-card > div:last-child b {
  font-size: 20px;
  font-weight: 700;
}
.product-card > div:last-child span {
  color: #e6d5ce;
  font-size: 13px;
}
.cards-product {
  background: #e7ddcf;
  justify-content: center;
  align-items: center;
  display: flex;
}
.business-card-stack {
  object-fit: contain;
  width: 78%;
  height: 205px;
  display: block;
  position: relative;
}
.closing-section {
  background: var(--paper);
  padding-top: 106px;
  padding-bottom: 28px;
}
.closing-layout {
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.42fr);
  align-items: start;
  gap: 80px;
  display: grid;
}
.closing-layout h2 em {
  color: var(--red-dark);
}
.closing-links {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding-top: 14px;
  display: flex;
}
.closing-links a {
  border-bottom: 1px solid var(--red);
  color: #485253;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  justify-content: space-between;
  gap: 15px;
  min-width: 185px;
  padding: 13px 0 11px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  transition:
    color 0.17s,
    border-color 0.17s;
  display: inline-flex;
}
.closing-links a:hover,
.closing-links a:focus-visible {
  color: var(--red-dark);
  border-color: var(--ink);
}
.closing-footer {
  color: #827d75;
  border-top: 1px solid #161b1b2b;
  justify-content: space-between;
  gap: 18px;
  margin-top: 93px;
  padding-top: 18px;
  font-size: 10px;
  display: flex;
}
.closing-footer a:hover,
.closing-footer a:focus-visible {
  color: var(--red-dark);
}
.video-modal {
  z-index: 100;
  place-items: center;
  padding: 24px;
  display: grid;
  position: fixed;
  inset: 0;
}
.modal-backdrop {
  background: #020506db;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.modal-card {
  z-index: 1;
  color: #fff;
  background: var(--night-soft);
  width: min(760px, 100%);
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 80px #00000073;
}
.modal-close {
  z-index: 2;
  color: #fff;
  background: #0000004d;
  border: 1px solid #ffffff7a;
  border-radius: 50%;
  place-items: center;
  width: 38px;
  height: 38px;
  font-size: 25px;
  display: grid;
  position: absolute;
  top: 14px;
  right: 14px;
}
.modal-screen {
  background-position: 50%;
  background-size: cover;
  place-items: center;
  min-height: 375px;
  display: grid;
  position: relative;
}
.modal-play {
  position: static;
}
.modal-copy {
  padding: 29px 33px 34px;
}
.modal-copy .kicker {
  color: #ef9b91;
  margin-bottom: 10px;
}
.modal-copy h2 {
  font-size: 35px;
  line-height: 1.02;
}
.modal-copy > p:last-child {
  color: var(--night-muted);
  margin-top: 13px;
  font-size: 16px;
}
@media (width<=950px) {
  .hero-text {
    width: 64%;
  }
  .hero-art {
    width: 62%;
  }
  .footprint-layout,
  .share-layout {
    gap: 45px;
  }
  .site-strip > div {
    grid-template-columns: 29px 1fr;
  }
  .site-strip > div > span:last-child {
    grid-column: 2;
  }
}
@media (width<=760px) {
  .page-width {
    width: min(100% - 40px, 1240px);
  }
  .hero {
    flex-direction: column;
    min-height: auto;
    display: flex;
  }
  .hero:after {
    background: var(--night);
  }
  .hero-copy {
    width: min(100% - 40px, 1240px);
    min-height: auto;
    padding-top: 22px;
    padding-bottom: 52px;
  }
  .campaign-header {
    grid-template-columns: 1fr auto;
  }
  .campaign-header > span {
    display: none;
  }
  .hero-text {
    width: 100%;
    padding-top: 85px;
  }
  .hero h1 {
    font-size: clamp(59px, 14vw, 91px);
  }
  .hero-meta {
    margin-top: 43px;
    position: static;
  }
  .hero-art {
    z-index: 0;
    width: 100%;
    height: 410px;
    position: relative;
  }
  .hero-art-shade {
    background: linear-gradient(#0000 35%, #040a0b8a);
  }
  .hero-art > .billboard-mark {
    top: 40%;
    right: 20%;
  }
  .campaign-intro,
  .footprint-layout,
  .site-heading,
  .media-heading,
  .share-layout,
  .materials-heading,
  .closing-layout {
    grid-template-columns: 1fr;
  }
  .campaign-intro {
    gap: 27px;
    padding-top: 82px;
    padding-bottom: 42px;
  }
  .section-heading h2,
  .site-heading h2,
  .materials-heading h2 {
    font-size: clamp(48px, 12vw, 76px);
  }
  .signal-grid,
  .video-grid,
  .materials-grid {
    grid-template-columns: 1fr;
  }
  .signal-grid {
    padding-bottom: 82px;
  }
  .footprint-layout {
    padding-top: 82px;
    padding-bottom: 85px;
  }
  .placement-gallery {
    min-height: 570px;
  }
  .site-section,
  .media-section,
  .share-section,
  .materials-section {
    padding-top: 82px;
    padding-bottom: 85px;
  }
  .site-heading,
  .materials-heading {
    align-items: start;
    gap: 28px;
  }
  .screen-layout {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }
  .screen-feature img {
    height: 365px;
  }
  .screen-stack .screen-card img {
    height: 210px;
  }
  .site-strip {
    grid-template-columns: 1fr;
  }
  .site-strip > div,
  .site-strip > div + div {
    border-left: 0;
    padding: 15px 0;
  }
  .site-strip > div + div {
    border-top: 1px solid var(--line);
  }
  .media-heading {
    gap: 28px;
  }
  .media-heading h2 {
    font-size: clamp(59px, 14vw, 90px);
  }
  .video-thumbnail {
    height: 350px;
  }
  .share-layout {
    gap: 45px;
  }
  .share-visual,
  .share-visual img {
    min-height: 390px;
  }
  .share-copy h2 {
    font-size: clamp(50px, 12vw, 80px);
  }
  .closing-layout {
    gap: 43px;
  }
  .closing-layout h2 {
    font-size: clamp(67px, 16vw, 104px);
  }
  .closing-footer {
    margin-top: 65px;
  }
}
@media (width<=520px) {
  .page-width,
  .hero-copy {
    width: calc(100% - 32px);
  }
  .wordmark {
    font-size: 28px;
  }
  .hero-text {
    padding-top: 75px;
  }
  .hero h1 {
    font-size: 58px;
  }
  .purpose-lines strong {
    font-size: 16px;
  }
  .hero-actions,
  .share-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions > *,
  .share-actions > * {
    width: 100%;
  }
  .hero-art {
    height: 320px;
  }
  .hero-art > .billboard-mark {
    font-size: 33px;
    top: 40%;
    right: 15%;
  }
  .signal-image {
    height: 225px;
  }
  .placement-gallery {
    min-height: 475px;
  }
  .placement-large {
    width: 91%;
    height: 320px;
  }
  .placement-small {
    width: 71%;
    height: 220px;
  }
  .screen-feature img {
    height: 245px;
  }
  .screen-stack .screen-card img {
    height: 165px;
  }
  .video-thumbnail {
    height: 290px;
  }
  .video-thumbnail-copy {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  .play-button {
    top: 20px;
    right: 20px;
  }
  .share-box {
    padding: 20px;
  }
  .share-box > p {
    font-size: 17px;
  }
  .shirt-product img {
    height: 290px;
  }
  .product-card {
    min-height: 290px;
  }
  .business-card-stack {
    transform: scale(0.82);
  }
  .closing-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .modal-screen {
    min-height: 245px;
  }
  .modal-copy {
    padding: 25px 22px 28px;
  }
  .modal-copy h2 {
    font-size: 29px;
  }
}
.billboard-mark {
  color: #b6292d;
  font-family: var(--sans);
  letter-spacing: -0.07em;
  text-transform: uppercase;
  text-shadow: 0 1px #ffffff80;
  font-size: clamp(30px, 4.4vw, 67px);
  font-weight: 850;
  line-height: 0.9;
}
.hero:after {
  z-index: 1;
}
.hero-art {
  z-index: 0;
}
.hero-art > .billboard-mark {
  top: 41%;
  left: 65%;
  right: auto;
  transform: translate(-50%, -50%);
}
.signal-image > .billboard-mark,
.placement-card > .billboard-mark {
  white-space: nowrap;
  top: 46%;
  left: 66%;
  right: auto;
  transform: translate(-50%, -50%);
}
.placement-small > .billboard-mark {
  top: 44%;
  left: 65%;
}
.email-image {
  background: #d9d6d0;
  place-items: center;
  display: grid;
}
.email-image img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  padding: 10px 21px;
}
.email-image:after {
  background: linear-gradient(#0000 55%, #040a0b14);
}
.hand-image {
  background: #e6dbcf;
  justify-content: center;
  align-items: center;
  display: flex;
}
.hand-image:after {
  background: 0 0;
}
.hand-image > img:first-child {
  z-index: 1;
  object-fit: contain;
  width: 49%;
  height: 94%;
  margin-left: -26%;
  position: relative;
}
.signal-card-business-cards,
.share-business-cards {
  z-index: 2;
  object-fit: contain;
  width: 54%;
  height: 66%;
  position: absolute;
}
.signal-card-business-cards {
  top: 17%;
  right: 5%;
}
.hand-image > .signal-card-business-cards {
  z-index: 2;
  object-fit: contain;
  width: 54%;
  height: 66%;
  margin: 0;
  position: absolute;
}
.site-note {
  color: #53605e;
  max-width: 575px;
  margin-top: 25px;
  font-size: 17px;
  line-height: 1.62;
}
.video-thumbnail:first-child img {
  object-fit: cover;
  object-position: center;
}
.video-thumbnail:nth-child(2) img {
  object-position: center 26%;
}
.share-materials {
  background: linear-gradient(135deg, #1f3030, #122021);
  width: 100%;
  height: 100%;
  min-height: 590px;
  position: relative;
  overflow: hidden;
}
.share-materials:before {
  color: #ffffffd9;
  content: "REAL OUTREACH MATERIALS";
  letter-spacing: 0.13em;
  font-size: 11px;
  font-weight: 800;
  position: absolute;
  top: 12%;
  left: 8%;
}
.share-materials > img:first-child {
  z-index: 1;
  object-fit: contain;
  width: 35%;
  height: 70%;
  min-height: 0;
  position: absolute;
  top: 17%;
  left: 8%;
}
.share-visual:after {
  background: linear-gradient(#0000 35%, #04090a2e);
}
.share-business-cards {
  width: 53%;
  height: 43%;
  top: 34%;
  right: 10%;
}
.share-materials > .share-business-cards {
  z-index: 2;
  object-fit: contain;
  width: 53%;
  height: 43%;
  min-height: 0;
  position: absolute;
  top: 34%;
  left: auto;
  right: 10%;
}
.share-box {
  background: #fffaf4;
  border-color: #fff;
}
.share-box > p {
  color: var(--ink);
}
.share-box .share-button:hover,
.share-box .share-button:focus-visible {
  color: #fff;
  background: #dc5d53;
}
.share-box .copy-message {
  color: var(--ink);
  border-color: #1218187a;
}
@media (width<=760px) {
  .hero-art > .billboard-mark {
    left: 66%;
  }
  .signal-card-business-cards {
    right: 7%;
  }
  .site-note {
    font-size: 16px;
  }
  .share-materials {
    min-height: 390px;
  }
}
@media (width<=520px) {
  .hero-art > .billboard-mark {
    font-size: 31px;
    top: 40%;
    left: 64%;
  }
  .signal-card-business-cards {
    width: 53%;
    right: 4%;
  }
  .share-materials {
    min-height: 390px;
  }
  .share-materials > img:first-child {
    width: 38%;
    left: 5%;
  }
  .share-business-cards {
    width: 55%;
    right: 7%;
  }
}
:root {
  --ink: #121818;
  --paper: #eee6dc;
  --paper-light: #faf7f1;
  --paper-deep: #ded1c4;
  --muted: #5f6b69;
  --red: #c13b35;
  --red-light: #df7063;
  --red-dark: #922a28;
  --night: #263536;
  --night-soft: #172425;
  --night-muted: #b8c3c0;
  --line: #12181838;
}
h1,
h2,
h3 {
  letter-spacing: -0.028em;
  line-height: 1.03;
}
h1 em,
h2 em {
  letter-spacing: -0.012em;
  line-height: 1.06;
}
.page-width {
  width: min(1320px, 100% - 80px);
}
.djj-site-shell {
  border-bottom: 0;
}
.kicker,
.card-label,
.hero-meta,
.campaign-header,
.image-tag,
.mini-facts,
.site-strip,
.social-row,
.closing-footer {
  letter-spacing: 0.13em;
}
.hero {
  background: #000000;
  min-height: 600px;
}

.hero-copy {
  min-height: 600px;
  padding-top: 24px;
  padding-bottom: 42px;
}
.campaign-header {
  border-bottom: 1px solid #ffffff3d;
  grid-template-columns: 1fr auto auto;
  gap: 30px;
  padding-bottom: 14px;
}
.campaign-header span {
  color: #ffffffb8;
}
.hero-text {
  width: min(780px, 66%);
  padding-top: 28px;
}
.hero h1 {
  max-width: 780px;
  font-size: clamp(52px, 4.7vw, 74px);
  line-height: 0.96;
}
.hero h1 em {
  margin-top: 5px;
}
.purpose-lines {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 20px;
  margin-top: 18px;
  display: grid;
}
.purpose-lines p {
  padding: 9px 0 10px;
}
.purpose-lines strong {
  font-size: 15px;
  line-height: 1.35;
}
.hero-dek {
  color: #cad4d1;
  max-width: 700px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.45;
}
.hero-actions {
  margin-top: 16px;
}
.share-button,
.outline-button,
.copy-message {
  border-radius: 0;
}
.share-button {
  background: var(--red);
}
.share-button:hover,
.share-button:focus-visible {
  background: #dc5d53;
}
.hero-art {
  background: #1c2c2d;
  width: 59%;
}
.hero-art-shade {
  background:
    linear-gradient(90deg, #0c1617e6, #0c16171f 49%, #0c161740),
    linear-gradient(#0000 56%, #0c16177a);
}
.billboard-mark {
  color: #ae2e2e;
  text-shadow: 0 1px #ffffff61;
}
.campaign-intro {
  border-top: 1px solid var(--line);
  padding-top: 72px;
  padding-bottom: 38px;
  display: block;
}
.campaign-intro > .kicker {
  margin-bottom: 17px;
}
.campaign-intro-body {
  grid-template-columns: minmax(0, 2.15fr) minmax(280px, 0.62fr);
  align-items: end;
  gap: 52px;
  display: grid;
}
.campaign-intro h2,
.section-heading h2,
.site-heading h2,
.materials-heading h2 {
  max-width: 980px;
  font-size: clamp(52px, 5.4vw, 78px);
  line-height: 0.98;
}
.campaign-intro h2 em,
.section-heading h2 em,
.site-heading h2 em,
.materials-heading h2 em {
  color: var(--red-dark);
}
.intro-copy {
  color: #53605e;
  max-width: 440px;
  font-size: 19px;
  line-height: 1.66;
}
.signal-grid {
  gap: 30px;
  padding-bottom: 125px;
}
.signal-card {
  background: 0 0;
  border: 0;
  overflow: visible;
}
.signal-image {
  border: 1px solid #12181833;
  height: 315px;
}
.signal-copy {
  border-top: 1px solid var(--line);
  min-height: 177px;
  padding: 22px 4px 25px;
}
.feature-icon {
  border-color: var(--red);
  width: 34px;
  height: 34px;
  top: 22px;
  right: 3px;
}
.signal-copy h3 {
  margin-bottom: 11px;
  font-size: 39px;
  line-height: 1.05;
}
.signal-copy p:last-child {
  max-width: 275px;
  font-size: 15px;
  line-height: 1.58;
}
.footprint-section {
  background: var(--night);
}
.footprint-layout {
  gap: 92px;
  padding-top: 125px;
  padding-bottom: 132px;
}
.footprint-copy h2 {
  max-width: 590px;
  font-size: clamp(54px, 6.1vw, 88px);
  line-height: 1.01;
}
.footprint-copy > p:not(.kicker) {
  max-width: 455px;
  margin-top: 31px;
  font-size: 16px;
  line-height: 1.68;
}
.placement-gallery {
  min-height: 610px;
}
.placement-card {
  box-shadow: 20px 20px #00000029;
}
.placement-large {
  height: 442px;
}
.placement-small {
  border-width: 9px;
  height: 292px;
}
.site-section {
  background: var(--paper-light);
  padding-top: 124px;
  padding-bottom: 116px;
}
.site-heading,
.materials-heading {
  gap: 48px;
}
.site-heading .text-link,
.materials-heading .text-link {
  margin-bottom: 11px;
}
.screen-layout {
  gap: 24px;
  margin-top: 62px;
}
.screen-card {
  background: #172526;
}
.browser-bar {
  color: #6c7571;
  background: #e6ddd4;
  height: 34px;
}
.browser-bar b {
  color: #6c7571;
}
.screen-card figcaption {
  padding: 18px 21px 21px;
}
.screen-card figcaption strong {
  font-size: 18px;
  line-height: 1.22;
}
.screen-card figcaption span {
  line-height: 1.45;
}
.site-strip {
  margin-top: 31px;
}
.media-section {
  background: var(--night);
  padding-top: 123px;
  padding-bottom: 128px;
}
.media-heading {
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 65px;
}
.media-heading h2 {
  font-size: clamp(62px, 7.5vw, 111px);
  line-height: 0.99;
}
.media-heading > p {
  max-width: 300px;
  padding-bottom: 6px;
  font-size: 16px;
  line-height: 1.65;
}
.video-grid {
  grid-template-columns: minmax(0, 1.16fr) minmax(300px, 0.84fr);
  align-items: end;
  gap: 24px;
  margin-top: 65px;
}
.video-thumbnail {
  background: #182526;
  height: 445px;
}
.video-thumbnail:nth-child(2) {
  height: 350px;
}
.video-wash {
  background: linear-gradient(#04090a05 26%, #04090af0);
}
.video-thumbnail-copy {
  bottom: 29px;
  left: 31px;
  right: 31px;
}
.video-thumbnail-copy strong {
  line-height: 1.04;
}
.video-thumbnail .video-billboard-mark {
  font-size: clamp(28px, 3.5vw, 54px);
  top: 42%;
  right: 16%;
  transform: rotate(-1deg);
}
.play-button {
  width: 62px;
  height: 62px;
}
.share-section {
  background: var(--paper-deep);
  padding-top: 121px;
  padding-bottom: 124px;
}
.share-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  align-items: stretch;
  gap: 0;
}
.share-visual,
.share-visual img {
  min-height: 590px;
}
.share-visual {
  background: #1b2a2b;
}
.share-copy {
  color: #fff;
  background: var(--red-dark);
  flex-direction: column;
  justify-content: center;
  min-height: 590px;
  padding: 55px 58px 57px;
  display: flex;
}
.share-copy .kicker {
  color: #f2b5aa;
}
.share-copy h2 {
  max-width: 660px;
  font-size: clamp(52px, 6.5vw, 94px);
  line-height: 1.02;
}
.share-copy > p:not(.kicker) {
  color: #f7d8d1;
  max-width: 520px;
  font-size: 18px;
  line-height: 1.63;
}
.share-box {
  background: 0 0;
  border: 1px solid #fff6;
  max-width: 640px;
  margin-top: 31px;
  padding: 25px 26px 26px;
}
.share-box > p {
  color: #fff;
  font-size: 20px;
  line-height: 1.52;
}
.share-box .share-button {
  color: var(--ink);
  background: #fff;
}
.copy-message {
  color: #fff;
}
.social-row {
  color: #f1c9c1;
}
.social-row a {
  color: #fff;
  border-bottom: 1px solid #ffffff8c;
}
.social-row a:hover,
.social-row a:focus-visible {
  color: #fff;
  border-color: #fff;
}
.materials-section {
  background: var(--paper-light);
  padding-top: 117px;
  padding-bottom: 125px;
}
.materials-grid {
  gap: 24px;
  margin-top: 57px;
}
.product-card {
  min-height: 370px;
}
.shirt-product {
  background: var(--red-dark);
}
.shirt-product:hover,
.shirt-product:focus-visible {
  background: #7e2423;
}
.shirt-product img {
  height: 370px;
}
.cards-product {
  background: #ede2d5;
  border: 1px solid #1218182e;
}
.product-card > div:last-child {
  bottom: 23px;
  left: 25px;
  right: 25px;
}
.product-card > div:last-child b {
  font-size: 21px;
  line-height: 1.2;
}
.closing-section {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding-top: 121px;
}
.closing-layout {
  gap: 100px;
}
.closing-layout h2 {
  font-size: clamp(70px, 9.5vw, 138px);
  line-height: 0.95;
}
.closing-links {
  padding-top: 17px;
}
.closing-links a {
  min-width: 245px;
  color: var(--ink);
  background: 0 0;
  border: 1px solid #1218183d;
  padding: 15px 17px 14px;
}
.closing-links a:first-child {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}
.closing-links a:hover,
.closing-links a:focus-visible {
  color: #fff;
  background: var(--red-dark);
  border-color: var(--red-dark);
}
.closing-footer {
  margin-top: 102px;
}
@media (width<=950px) {
  .hero,
  .hero-copy {
    min-height: 680px;
  }
  .hero-text {
    width: 68%;
  }
  .hero-art {
    width: 63%;
  }
  .media-heading {
    gap: 40px;
  }
  .share-copy {
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (width<=760px) {
  .page-width,
  .hero-copy {
    width: min(100% - 40px, 1320px);
  }
  .hero {
    min-height: auto;
  }
  .hero-copy {
    min-height: auto;
    padding-bottom: 42px;
  }
  .campaign-header {
    padding-bottom: 16px;
  }
  .hero-text {
    width: 100%;
    padding-top: 46px;
  }
  .hero h1 {
    font-size: clamp(48px, 11vw, 68px);
  }
  .purpose-lines {
    grid-template-columns: 1fr;
    margin-top: 18px;
  }
  .hero-art {
    width: 100%;
    height: 280px;
  }
  .campaign-intro {
    padding-top: 60px;
    padding-bottom: 32px;
  }
  .campaign-intro-body {
    grid-template-columns: 1fr;
    gap: 19px;
  }
  .campaign-intro h2,
  .section-heading h2,
  .site-heading h2,
  .materials-heading h2 {
    font-size: clamp(47px, 10.5vw, 68px);
  }
  .campaign-intro .intro-copy {
    max-width: 610px;
  }
  .signal-grid {
    gap: 42px;
    padding-bottom: 91px;
  }
  .signal-image {
    height: 290px;
  }
  .signal-copy {
    min-height: 145px;
  }
  .footprint-layout,
  .share-layout {
    gap: 49px;
  }
  .footprint-layout {
    padding-top: 88px;
    padding-bottom: 94px;
  }
  .placement-gallery {
    min-height: 570px;
  }
  .site-section,
  .media-section,
  .share-section,
  .materials-section {
    padding-top: 88px;
    padding-bottom: 94px;
  }
  .site-heading,
  .materials-heading {
    align-items: start;
    gap: 30px;
  }
  .screen-layout {
    margin-top: 45px;
  }
  .media-heading {
    gap: 29px;
  }
  .media-heading h2 {
    font-size: clamp(61px, 14vw, 94px);
  }
  .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 47px;
  }
  .video-thumbnail,
  .video-thumbnail:nth-child(2) {
    height: 350px;
  }
  .share-layout {
    grid-template-columns: 1fr;
  }
  .share-visual,
  .share-visual img,
  .share-copy {
    min-height: 390px;
  }
  .share-copy {
    padding: 43px 30px 45px;
  }
  .share-copy h2 {
    font-size: clamp(51px, 12vw, 82px);
  }
  .closing-layout {
    gap: 47px;
  }
  .closing-layout h2 {
    font-size: clamp(69px, 16vw, 110px);
  }
  .closing-footer {
    margin-top: 69px;
  }
}
@media (width<=520px) {
  .page-width,
  .hero-copy {
    width: calc(100% - 32px);
  }
  .hero-text {
    padding-top: 36px;
  }
  .hero h1 {
    font-size: 48px;
  }
  .hero-dek {
    font-size: 16px;
  }
  .purpose-lines strong {
    font-size: 15px;
  }
  .hero-art {
    height: 220px;
  }
  .campaign-intro {
    padding-top: 50px;
    padding-bottom: 28px;
  }
  .campaign-intro h2 {
    font-size: clamp(43px, 12vw, 57px);
  }
  .signal-image {
    height: 235px;
  }
  .placement-gallery {
    min-height: 475px;
  }
  .placement-large {
    height: 320px;
  }
  .placement-small {
    height: 220px;
  }
  .video-thumbnail,
  .video-thumbnail:nth-child(2) {
    height: 290px;
  }
  .share-copy {
    padding-left: 21px;
    padding-right: 21px;
  }
  .share-box {
    padding: 21px;
  }
  .share-box > p {
    font-size: 18px;
  }
  .shirt-product img,
  .product-card {
    height: 300px;
    min-height: 300px;
  }
}
.hero-art > .billboard-mark {
  letter-spacing: -0.095em;
  white-space: nowrap;
  font-size: clamp(58px, 8vw, 116px);
  font-weight: 900;
  top: 36%;
  left: 56%;
  transform: translate(-50%, -50%) rotate(-7deg);
}
.purpose-lines p {
  grid-template-columns: 49px 1fr;
}
.purpose-lines span {
  white-space: nowrap;
}
.digital-outreach-image {
  background: #d9d6d0;
  height: 430px;
}
.digital-outreach-examples {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 14px;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: grid;
}
.outreach-example {
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  display: flex;
}
.outreach-example figcaption {
  color: var(--ink);
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 820;
  line-height: 1.2;
}
.email-example-frame {
  background: #fff;
  border: 1px solid #1218182b;
  flex: 1;
  place-items: center;
  min-height: 0;
  padding: 8px;
  display: grid;
}
.email-example-frame img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.digital-ad-example {
  object-fit: contain;
  background: #1e5a99;
  border: 1px solid #1218182b;
  flex: 1;
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
}
.digital-outreach-image .digital-ad-example {
  object-fit: contain;
}
.mini-facts {
  align-items: flex-start;
}
.mini-facts .timeline-stage {
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 4px;
  max-width: 205px;
  display: flex;
}
.mini-facts .timeline-stage i {
  color: #fff;
  font-style: normal;
}
.mini-facts .timeline-stage small {
  color: var(--night-muted);
  letter-spacing: 0;
  text-transform: none;
  flex-basis: 100%;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 520;
  line-height: 1.42;
}
.site-strip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.site-strip > div {
  grid-template-columns: 45px minmax(0, 1fr);
  align-items: start;
  row-gap: 6px;
}
.strip-number {
  white-space: nowrap;
  font-size: 16px;
}
.site-strip strong {
  padding-top: 2px;
  font-size: 14px;
}
.site-strip > div > span:last-child {
  grid-column: 2;
  font-size: 13px;
  line-height: 1.45;
}
.video-thumbnail:first-child img,
.video-thumbnail:nth-child(2) img {
  object-fit: cover;
  object-position: center;
}
@media (width<=950px) {
  .hero-art > .billboard-mark {
    font-size: clamp(54px, 8.7vw, 98px);
    top: 36%;
    left: 56%;
  }
  .site-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .site-strip > div {
    grid-template-columns: 45px 1fr;
  }
  .site-strip > div > span:last-child {
    grid-column: 2;
  }
}
@media (width<=760px) {
  .hero-art > .billboard-mark {
    font-size: clamp(48px, 12vw, 88px);
    top: 36%;
    left: 57%;
  }
  .digital-outreach-image {
    height: 490px;
  }
  .site-strip {
    grid-template-columns: 1fr;
  }
  .site-strip > div,
  .site-strip > div + div {
    border-left: 0;
    grid-template-columns: 45px 1fr;
    padding: 15px 0;
  }
  .site-strip > div + div {
    border-top: 1px solid var(--line);
  }
  .site-strip > div > span:last-child {
    grid-column: 2;
  }
}
@media (width<=520px) {
  .hero-art > .billboard-mark {
    font-size: 54px;
    top: 36%;
    left: 56%;
  }
  .digital-outreach-image {
    height: 520px;
  }
  .digital-outreach-examples {
    gap: 10px;
    padding: 12px;
  }
  .outreach-example figcaption {
    letter-spacing: 0.06em;
    font-size: 9px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
  }
}
.campaign-overview-section {
  background: var(--paper-light);
}
.campaign-overview-section .campaign-intro {
  border-top: 0;
}
.campaign-overview-section .signal-grid {
  padding-bottom: 68px;
}
.campaign-overview-section .signal-image,
.campaign-overview-section .digital-outreach-image {
  height: 260px;
}
.campaign-overview-section .signal-copy {
  min-height: 195px;
}
.personal-share-image {
  color: #fff;
  background: linear-gradient(135deg, #263536, #142021);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 28px;
  display: flex;
}
.personal-share-image:after {
  content: "";
  border: 1px solid #ffffff30;
  position: absolute;
  inset: 14px;
}
.personal-share-image .wordmark {
  z-index: 1;
  color: #fff;
  font-size: clamp(45px, 5vw, 72px);
  position: relative;
}
.personal-share-image .wordmark span {
  color: var(--red-light);
}
.personal-share-image > span:last-child {
  z-index: 1;
  color: #e7dcd5;
  letter-spacing: 0.18em;
  text-align: center;
  font-size: 10px;
  font-weight: 800;
  line-height: 1.55;
  position: relative;
}
.campaign-proof {
  color: #fff;
  background: var(--night);
}
.campaign-proof-inner {
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  align-items: center;
  gap: 64px;
  padding-top: 72px;
  padding-bottom: 74px;
  display: grid;
}
.campaign-proof-copy h2 {
  max-width: 470px;
  font-size: clamp(44px, 4.7vw, 68px);
  line-height: 0.98;
}
.campaign-proof-copy h2 em {
  color: #f0dcd5;
}
.campaign-timeline {
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 27px;
  display: grid;
}
.campaign-timeline .timeline-stage {
  border-top: 1px solid #ffffff2e;
  max-width: none;
  padding-top: 11px;
}
.campaign-timeline .timeline-stage small {
  max-width: 390px;
  margin-top: 5px;
}
.campaign-proof-gallery {
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: 16px;
  display: grid;
}
.campaign-proof-gallery figure {
  background: #172425;
  height: 310px;
  position: relative;
  overflow: hidden;
}
.campaign-proof-gallery figure:nth-child(2) {
  align-self: end;
  height: 250px;
}
.campaign-proof-gallery img {
  object-fit: cover;
  filter: saturate(0.9) contrast(1.04);
  width: 100%;
  height: 100%;
  object-position: center right;
}
.campaign-proof-gallery figcaption {
  color: #fff;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  background: linear-gradient(#0000, #040a0bc7);
  padding-top: 32px;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  bottom: 14px;
  left: 15px;
  right: 15px;
}
.participation-section {
  background: var(--paper-deep);
  padding-top: 96px;
  padding-bottom: 100px;
}
.participation-layout {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  align-items: stretch;
  gap: 22px;
  display: grid;
}
.participation-message,
.participation-tools {
  padding: 52px 54px 54px;
}
.participation-message {
  color: #fff;
  background: var(--red-dark);
}
.participation-message .kicker {
  color: #f2b5aa;
}
.participation-message h2 {
  max-width: 680px;
  font-size: clamp(51px, 5.8vw, 83px);
  line-height: 0.99;
}
.participation-message h2 em {
  color: #f5cfc7;
}
.participation-message > p:not(.kicker) {
  color: #f7d8d1;
  max-width: 520px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.58;
}
.participation-message .share-box {
  color: #fff;
  background: 0 0;
  border: 1px solid #ffffff6b;
  max-width: 650px;
  margin-top: 27px;
  padding: 23px 24px 24px;
}
.participation-message .share-box > p {
  color: #fff;
  font-size: 19px;
}
.participation-message .share-box .share-button {
  color: var(--ink);
  background: #fff;
}
.participation-message .share-box .share-button:hover,
.participation-message .share-box .share-button:focus-visible {
  background: #f6e9e3;
}
.participation-tools {
  background: var(--paper-light);
  flex-direction: column;
  display: flex;
}
.participation-tools-heading {
  justify-content: space-between;
  align-items: end;
  gap: 25px;
  display: flex;
}
.participation-tools-heading h3 {
  max-width: 520px;
  font-size: clamp(31px, 3.1vw, 45px);
  line-height: 1.04;
}
.participation-tools-heading .text-link {
  flex: none;
  margin-bottom: 4px;
}
.participation-products {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
  display: grid;
}
.participation-products > a {
  background: #e9dfd4;
  border: 1px solid #12181829;
  min-width: 0;
  transition:
    transform 0.17s,
    background 0.17s;
  display: grid;
  overflow: hidden;
}
.participation-products > a:hover,
.participation-products > a:focus-visible {
  background: #e1d3c5;
  transform: translateY(-3px);
}
.participation-products img {
  object-fit: contain;
  width: 100%;
  height: 210px;
}
.participation-products > a > span {
  border-top: 1px solid #1218181f;
  flex-direction: column;
  gap: 6px;
  padding: 16px 17px 18px;
  display: flex;
}
.participation-products b {
  font-size: 18px;
}
.participation-products small {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.4;
}
.participation-social {
  margin-top: auto;
  padding-top: 24px;
}
.compact-closing {
  background: var(--paper);
  border-top: 1px solid var(--line);
  padding-top: 30px;
  padding-bottom: 18px;
}
.compact-closing-inner {
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  display: flex;
}
.compact-closing-title {
  align-items: baseline;
  gap: 18px;
  display: flex;
}
.compact-closing-title .wordmark {
  font-size: 30px;
}
.compact-closing-title > span {
  color: var(--muted);
  font-family: var(--serif);
  font-size: 22px;
}
.compact-closing-links {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  display: flex;
}
.compact-closing-links a {
  min-height: 43px;
  color: var(--ink);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1px solid #12181838;
  justify-content: space-between;
  align-items: center;
  gap: 13px;
  padding: 0 15px;
  font-size: 10px;
  font-weight: 800;
  transition:
    color 0.17s,
    background 0.17s,
    border-color 0.17s;
  display: inline-flex;
}
.compact-closing-links a:first-child {
  color: #fff;
  background: var(--red);
  border-color: var(--red);
}
.compact-closing-links a:hover,
.compact-closing-links a:focus-visible {
  color: #fff;
  background: var(--red-dark);
  border-color: var(--red-dark);
}
.compact-closing-footer {
  margin-top: 24px;
  padding-top: 13px;
}
.campaign-page-h .hero-h {
  min-height: 600px;
}
.campaign-page-h .hero-h .hero-copy {
  flex-direction: column;
  min-height: 600px;
  padding-top: 22px;
  padding-bottom: 36px;
  display: flex;
}
.campaign-page-h .hero-h-layout {
  flex: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  align-items: center;
  gap: 45px;
  padding: 53px 0 30px;
  display: grid;
}
.campaign-page-h .hero-h-statement {
  max-width: 730px;
}
.campaign-page-h .hero-h-statement .kicker {
  color: #f0a79e;
  margin-bottom: 14px;
  font-size: 15px;
}
.campaign-page-h .hero-h-statement h1 {
  max-width: 730px;
  margin: 0;
  font-size: clamp(57px, 6.2vw, 92px);
  line-height: 1.5em;
}
.campaign-page-h .hero-h-statement .hero-actions {
  margin-top: 24px;
}
.campaign-page-h .hero-h-purpose {
  border-left: 6px solid var(--red);
  max-width: 475px;
  color: var(--ink);
  background: #f7eee7f5;
  padding: 26px 28px 28px;
}
.campaign-page-h .purpose-card-label {
  color: var(--red-dark);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}
.campaign-page-h .hero-h-purpose-grid {
  margin-top: 12px;
}
.campaign-page-h .hero-h-purpose-grid > div {
  border-top: 1px solid #12181833;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 13px 0 14px;
  display: grid;
}
.campaign-page-h .hero-h-purpose-grid span {
  color: var(--red-dark);
  font-family: var(--serif);
  font-size: 19px;
  line-height: 1.2;
}
.campaign-page-h .hero-h-purpose-grid strong {
  color: var(--ink);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.38;
}
.campaign-page-h .hero-h .hero-art {
  width: 64%;
}
.campaign-page-h .hero-h .hero-art-shade {
  background:
    linear-gradient(
  90deg,
  rgba(0, 0, 0, 1) 0%,
  rgba(0, 0, 0, 0.7) 10%,
  rgba(0, 0, 0, 0.25) 20%,
  rgba(0, 0, 0, 0) 32%
)

}
.campaign-page-h .campaign-media-first {
  padding-top: 64px;
  padding-bottom: 68px;
}
.campaign-page-h .campaign-media-first .media-heading {
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 34px;
}
.campaign-page-h .campaign-media-first .media-heading h2 {
  max-width: 760px;
  font-size: clamp(48px, 5.3vw, 76px);
  line-height: 0.94;
}
.campaign-page-h .campaign-media-first .video-grid {
  gap: 14px;
  margin-top: 31px;
}
.campaign-page-h .campaign-media-first .video-thumbnail {
  height: 300px;
}
.campaign-page-h .campaign-overview-section .campaign-intro {
  padding-top: 58px;
  padding-bottom: 28px;
}
.campaign-page-h .campaign-overview-section .campaign-intro h2 {
  font-size: clamp(44px, 4.6vw, 68px);
}
.campaign-page-h .campaign-overview-section .signal-grid-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: 49px;
}
.campaign-page-h .campaign-overview-section .signal-image {
  height: 230px;
}
.campaign-page-h .campaign-overview-section .signal-copy {
  min-height: 148px;
  padding-top: 18px;
  padding-bottom: 20px;
}
.campaign-page-h .campaign-overview-section .signal-copy h3 {
  margin-bottom: 8px;
  font-size: 32px;
}
.campaign-page-h .campaign-overview-section .signal-copy p:last-child {
  max-width: 430px;
  font-size: 14px;
  line-height: 1.48;
}
.campaign-page-h .campaign-proof-inner {
  gap: 42px;
  padding-top: 55px;
  padding-bottom: 58px;
}
.campaign-page-h .campaign-proof-gallery figure {
  height: 245px;
}
.campaign-page-h .campaign-proof-gallery figure:nth-child(2) {
  height: 205px;
}
.campaign-page-h .participation-section {
  padding-top: 67px;
  padding-bottom: 72px;
}
.campaign-page-h .participation-layout {
  gap: 16px;
}
.campaign-page-h .participation-message,
.campaign-page-h .participation-tools {
  padding: 36px 38px 39px;
}
.campaign-page-h .participation-message h2 {
  font-size: clamp(45px, 5vw, 70px);
}
.campaign-page-h .participation-message > p:not(.kicker) {
  margin-top: 15px;
  font-size: 15px;
}
.campaign-page-h .participation-message .share-box {
  margin-top: 20px;
  padding: 18px 20px 20px;
}
.campaign-page-h .participation-message .share-box > p {
  font-size: 17px;
}
.campaign-page-h .participation-products {
  gap: 11px;
  margin-top: 24px;
}
.campaign-page-h .participation-products img {
  height: 158px;
}
.campaign-page-h .site-section {
  padding-top: 0px;
  padding-bottom: 78px;
}
.campaign-page-h .site-heading h2 {
  font-size: clamp(44px, 4.8vw, 70px);
}
.campaign-page-h .screen-layout {
  gap: 16px;
  margin-top: 34px;
}
.campaign-page-h .screen-feature img {
  height: 430px;
}
.campaign-page-h .screen-stack {
  gap: 14px;
}
.campaign-page-h .screen-stack .screen-card img {
  height: 150px;
}
@media (width<=950px) {
  .campaign-page-h .hero-h-layout {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 28px;
  }
  .campaign-page-h .hero-h-statement h1 {
    font-size: clamp(52px, 6.2vw, 78px);
  }
  .campaign-page-h .campaign-media-first .media-heading {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 25px;
  }
}
@media (width<=760px) {
  .campaign-page-h .hero-h,
  .campaign-page-h .hero-h .hero-copy {
    min-height: 720px;
  }
  .campaign-page-h .hero-h-layout {
    padding-top: 67px;
    display: block;
  }
  .campaign-page-h .hero-h-purpose {
    max-width: none;
    margin-top: 32px;
  }
  .campaign-page-h .hero-h .hero-art {
    width: 100%;
  }
 
  .campaign-page-h .campaign-media-first .media-heading {
    display: block;
  }
  .campaign-page-h .campaign-media-first .media-heading > p {
    max-width: 500px;
    margin-top: 16px;
  }
  .campaign-page-h .campaign-media-first .video-grid,
  .campaign-page-h .campaign-overview-section .signal-grid-two {
    grid-template-columns: 1fr;
  }
  .campaign-page-h .campaign-media-first .video-thumbnail,
  .campaign-page-h .campaign-overview-section .signal-image {
    height: 260px;
  }
  .campaign-page-h .campaign-proof-inner {
    gap: 30px;
  }
  .campaign-page-h .screen-feature img {
    height: 430px;
  }
}
@media (width<=520px) {
  .campaign-page-h .hero-h,
  .campaign-page-h .hero-h .hero-copy {
    min-height: 730px;
  }
  .campaign-page-h .hero-h-layout {
    padding-top: 58px;
  }
  .campaign-page-h .hero-h-statement h1 {
    font-size: 54px;
  }
  .campaign-page-h .hero-h-purpose {
    padding-left: 21px;
    padding-right: 21px;
  }
  .campaign-page-h .hero-h-purpose-grid strong {
    font-size: 14px;
  }
}
@media (width<=950px) {
  .campaign-proof-inner {
    gap: 38px;
  }
  .participation-layout {
    grid-template-columns: 1fr;
  }
  .participation-social {
    margin-top: 25px;
  }
  .compact-closing-inner,
  .compact-closing-title {
    align-items: flex-start;
  }
  .compact-closing-title {
    flex-direction: column;
    gap: 5px;
  }
}
@media (width<=760px) {
  .campaign-overview-section .signal-grid {
    padding-bottom: 62px;
  }
  .campaign-overview-section .signal-image,
  .campaign-overview-section .digital-outreach-image {
    height: 290px;
  }
  .campaign-proof-inner {
    grid-template-columns: 1fr;
    gap: 37px;
    padding-top: 66px;
    padding-bottom: 68px;
  }
  .campaign-proof-gallery figure,
  .campaign-proof-gallery figure:nth-child(2) {
    height: 250px;
  }
  .participation-section {
    padding-top: 72px;
    padding-bottom: 76px;
  }
  .participation-message,
  .participation-tools {
    padding: 42px 31px 44px;
  }
  .participation-tools-heading,
  .compact-closing-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .participation-tools-heading .text-link {
    margin-top: 5px;
  }
  .compact-closing-links {
    justify-content: flex-start;
  }
}
@media (width<=520px) {
  .campaign-overview-section .signal-image,
  .campaign-overview-section .digital-outreach-image {
    height: 250px;
  }
  .campaign-proof-copy h2 {
    font-size: 46px;
  }
  .campaign-proof-gallery {
    grid-template-columns: 1fr;
  }
  .campaign-proof-gallery figure,
  .campaign-proof-gallery figure:nth-child(2) {
    height: 230px;
  }
  .participation-message,
  .participation-tools {
    padding-left: 22px;
    padding-right: 22px;
  }
  .participation-message h2 {
    font-size: 49px;
  }
  .participation-products {
    grid-template-columns: 1fr;
  }
  .participation-products img {
    height: 190px;
  }
  .compact-closing-links a {
    flex: calc(50% - 8px);
  }
  .compact-closing-footer {
    flex-direction: column;
    gap: 8px;
  }
}

/* WordPress theme integration */
.campaign-page {
  width: 100%;
  max-width: none;
  margin: 0;
  font-family: var(--sans);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
.campaign-page button {
  border-radius: 0;
}
.campaign-page figure {
  padding: 0;
}
.campaign-page img {
  border: 0;
  box-shadow: none;
}

.footer-connected img {
  margin: 0 auto;
}

.campaign-page-h .media-heading {
  align-items: center;
}

.campaign-page-h .campaign-intro-body {
  align-items: center;
}


.digital-outreach-image .digital-ad-example {
  object-position: center top;
}

.digital-ad-example {
  background: #ffffff;
}

.campaign-page-h .site-section {
  border-top: none !important;
}

.campaign-page-h .site-section::before {
  content: none !important;
}

.campaign-page-h .section-divider {
  border-top: 1px solid rgba(22, 27, 27, 0.22);
}

.campaign-page-h .section-divider {
  border-top: 1px solid rgba(22, 27, 27, 0.22);
  margin-bottom: 74px;
}

@media (max-width: 760px) {
  .campaign-page-h .section-divider {
    margin-bottom: 88px;
  }
}

@media (max-width: 520px) {
  .campaign-page-h .section-divider {
    margin-bottom: 60px;
  }
}

@media (max-width: 760px) {
  .campaign-page-h .hero-h {
    position: relative;
    display: block;
    min-height: 0 !important;
    overflow: hidden;
    background: #071012;
  }

  .campaign-page-h .hero-h .hero-copy {
    position: relative;
    z-index: 2;
    min-height: 0 !important;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .campaign-page-h .hero-h-layout {
    display: block;
    padding: 48px 0 0;
  }

  .campaign-page-h .hero-h-statement {
    width: 100%;
    max-width: none;
  }

  .campaign-page-h .hero-h .hero-art {
    position: absolute !important;
    z-index: 0;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .campaign-page-h .hero-h .hero-art img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0.55;
  }

  .campaign-page-h .hero-h .hero-art-shade {
    background:
      linear-gradient(
        90deg,
        rgba(4, 10, 11, 0.98) 0%,
        rgba(4, 10, 11, 0.88) 58%,
        rgba(4, 10, 11, 0.65) 100%
      ),
      linear-gradient(
        180deg,
        rgba(4, 10, 11, 0.35) 0%,
        rgba(4, 10, 11, 0.75) 100%
      );
  }

  .campaign-page-h .hero-summary {
    color: #e1e6e4;
    line-height: 1.5;
  }

  .campaign-page-h .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 28px;
  }

  .campaign-page-h .hero-actions .share-button,
  .campaign-page-h .hero-actions .outline-button {
    width: 100%;
    min-height: 52px;
  }
}
.campaign-page-h .video-embed {
  width: 100%;
  height: 300px;
  background: #111b1e;
  overflow: hidden;
}

.campaign-page-h .video-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 760px) {
  .campaign-page-h .video-embed {
    height: 260px;
  }
}

.campaign-page-h .campaign-media-first .video-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.campaign-page-h .campaign-media-first .video-embed,
.campaign-page-h .campaign-media-first .video-thumbnail {
  width: 100%;
  min-width: 0;
}

.campaign-page-h .campaign-media-first .video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 14px;
}

.campaign-page-h .campaign-media-first .video-grid > * {
  position: relative;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  overflow: hidden;
}

.campaign-page-h .campaign-media-first .video-embed iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.campaign-page-h .campaign-media-first .video-thumbnail {
  height: auto;
}

@media (max-width: 760px) {
  .campaign-page-h .campaign-media-first .video-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .campaign-page-h .campaign-media-first .video-grid > * {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
}

/* Mobile-only hero image */
.campaign-page-h .hero-art-mobile {
    display: none;
}

@media (max-width: 1024px) {
	.hero:after {
		background:#000000;
	}
    .campaign-page-h .hero-h {
        display: block;
        min-height: 0 !important;
        overflow: hidden;
        background: #071012;
    }

    .campaign-page-h .hero-h .hero-copy {
        position: relative;
        z-index: 2;
        display: block;
        min-height: 0 !important;
        padding-top: 20px;
        padding-bottom: 0;
    }

    /* Hide the original desktop image on mobile. */
    .campaign-page-h .hero-h > .hero-art {
        display: none !important;
    }

    /* Show the mobile image above the copy. */
    .campaign-page-h .hero-art-mobile {
        position: relative;
        left: 50%;
        display: block;
        width: 100vw;
        max-width: none;
        height: 300px;
        margin-top: 20px;
        margin-left: 0;
        overflow: hidden;
        background: #111b1e;
        transform: translateX(-50%);
    }

    .campaign-page-h .hero-art-mobile img {
        position: relative;
        z-index: 1;
        display: block;
        width: 100%;
        height: 100%;
        max-width: none;
        object-fit: cover;
        object-position: center;
        opacity: 1;
    }

    .campaign-page-h .hero-art-mobile-shade {
        position: absolute;
        z-index: 2;
        inset: 0;
        pointer-events: none;
        background: linear-gradient(0deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 15%);
    }

    .campaign-page-h .hero-h-layout {
        display: block;
        width: 100%;
        margin: 0;
        padding: 42px 0 54px;
    }

    .campaign-page-h .hero-h-statement {
        width: 100%;
        max-width: none;
    }

    .campaign-page-h .hero-summary {
        color: #e1e6e4;
        line-height: 1.5;
    }


    .campaign-page-h .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .campaign-page-h .hero-actions .share-button,
    .campaign-page-h .hero-actions .outline-button {
        width: 100%;
        min-height: 52px;
    }
}

@media (max-width: 520px) {
    .campaign-page-h .hero-art-mobile {
        height: 230px;
    }

    .campaign-page-h .hero-h-layout {
        padding-top: 36px;
        padding-bottom: 46px;
    }
}

 .hero-summary {
    padding-right: 25%;
  }

@media (max-width:720px) {
  .hero-summary {
    padding-right: 0px;
  }
}

.campaign-page-h .campaign-media-first .video-grid > .video-item {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
    overflow: visible;
}

.campaign-page-h .video-item-title {
    margin: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 750;
    line-height: 1.15;
    letter-spacing: -0.025em;
}

.campaign-page-h .video-item .video-embed {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #111b1e;
}

.campaign-page-h .video-item .video-embed iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 760px) {
    .campaign-page-h .video-item-title {
        font-size: 20px;
    }
}

/* Video layout override */
.campaign-page-h .campaign-media-first .video-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 18px !important;
}

.campaign-page-h .campaign-media-first .video-item {
    position: static !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    min-width: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

.campaign-page-h .campaign-media-first .video-item-title {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 50px;
    margin: 0 0 14px !important;
    padding: 0 !important;
}

.campaign-page-h .campaign-media-first .video-embed {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: auto !important;
    overflow: visible !important;
}

.campaign-page-h .campaign-media-first .video-embed iframe,
.campaign-page-h .campaign-media-first .video-grid iframe {
    position: static !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    transform: none !important;
}

@media (max-width: 767px) {
    .campaign-page-h .campaign-media-first .video-grid {
        grid-template-columns: 1fr !important;
    }

    .campaign-page-h .campaign-media-first .video-item-title {
        min-height: 0;
    }
}

/* Split launch-video heading and statistic */
.campaign-page-h .campaign-media-first .media-heading-split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: clamp(32px, 6vw, 96px);
    width: 100%;
}

.campaign-page-h .campaign-media-first .media-heading-copy,
.campaign-page-h .campaign-media-first .media-stat {
    min-width: 0;
}

.campaign-page-h .campaign-media-first .media-stat {
    display: flex;
    align-items: center;
    min-height: 100%;
    padding-left: clamp(24px, 4vw, 64px);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.campaign-page-h .campaign-media-first .media-stat-text {
    margin: 0;
    color: #ffffff;
    font-size: clamp(20px, 2.1vw, 32px);
    font-weight: 600;
    line-height: 1.2;
}

.campaign-page-h .campaign-media-first .media-stat-text strong {
    display: block;
    margin-bottom: 8px;
    color: #e89a91;
    font-size: clamp(64px, 9vw, 128px);
    font-weight: 800;
    line-height: 0.85;
    letter-spacing: -0.06em;
}

.campaign-page-h .campaign-media-first .media-stat-number {
    font-variant-numeric: tabular-nums;
}

@media (max-width: 767px) {
    .campaign-page-h .campaign-media-first .media-heading-split {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .campaign-page-h .campaign-media-first .media-stat {
        padding: 32px 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        border-left: 0;
    }
}

/* Launch section split heading and statistic */
.campaign-page-h .campaign-media-first .media-heading-split {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: stretch !important;
    gap: clamp(40px, 6vw, 90px) !important;
    width: 100% !important;
}

.campaign-page-h .campaign-media-first .media-heading-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

/* Keep the large heading proportional in its narrower column */
.campaign-page-h .campaign-media-first .media-heading-copy h2 {
    margin: 0 !important;
    padding: 25px 0 !important;
    font-size: clamp(42px, 5.3vw, 68px) !important;
    line-height: 0.96 !important;
    letter-spacing: -0.045em !important;
}

.campaign-page-h .campaign-media-first .media-heading-copy h2 em {
    font-size: inherit !important;
    line-height: 1.06 !important;
}

/* Statistic */
.campaign-page-h .campaign-media-first .media-stat {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    min-width: 0 !important;
    padding: clamp(28px, 4vw, 54px) 0
             clamp(28px, 4vw, 54px)
             clamp(32px, 5vw, 72px) !important;
    border-left: 1px solid rgba(240, 220, 213, 0.3) !important;
}

/* Small coral label matching the other kickers */
.campaign-page-h .campaign-media-first .media-stat-kicker {
    margin: 0 0 18px !important;
    color: #e49387 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 12px !important;
    font-weight: 780 !important;
    line-height: 1.6 !important;
    letter-spacing: 0.13em !important;
    text-transform: uppercase !important;
}

.campaign-page-h .campaign-media-first .media-stat-content {
    display: flex;
    align-items: flex-end;
    gap: clamp(20px, 3vw, 42px);
}

/* Large counter */
.campaign-page-h .campaign-media-first .media-stat-value {
    display: flex !important;
    align-items: flex-start;
    flex: 0 0 auto;
    margin: 0 !important;
    color: #FAF8F3 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: clamp(82px, 9vw, 132px) !important;
    font-weight: 800 !important;
    line-height: 0.75 !important;
    letter-spacing: -0.075em !important;
    white-space: nowrap;
}

.campaign-page-h .campaign-media-first .media-stat-number {
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    font-variant-numeric: tabular-nums;
}

.campaign-page-h .campaign-media-first .media-stat-percent {
    position: relative;
    top: 0.04em;
    margin-left: 0.04em;
    font-size: 0.42em;
    line-height: 1;
    letter-spacing: -0.03em;
}

/* Supporting statement */
.campaign-page-h .campaign-media-first .media-stat-message {
    margin: 0 0 -5px !important;
    color: #ffffff !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: clamp(18px, 1.7vw, 25px) !important;
    font-weight: 650 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.025em !important;
}

.campaign-page-h .campaign-media-first .media-stat-message em {
    color: #f0dcd5 !important;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: 1.08em !important;
    font-weight: 400 !important;
    font-style: italic !important;
}

/* Mobile */
@media (max-width: 767px) {
    .campaign-page-h .campaign-media-first .media-heading-split {
        grid-template-columns: 1fr !important;
        gap: 32px !important;
    }

    .campaign-page-h .campaign-media-first .media-stat {
        padding: 32px 0 8px !important;
        border-top: 1px solid rgba(240, 220, 213, 0.3) !important;
        border-left: 0 !important;
    }

    .campaign-page-h .campaign-media-first .media-stat-content {
        align-items: flex-end;
        gap: 22px;
    }

    .campaign-page-h .campaign-media-first .media-stat-value {
        font-size: clamp(78px, 25vw, 110px) !important;
    }

    .campaign-page-h .campaign-media-first .media-stat-message {
        font-size: clamp(17px, 5vw, 22px) !important;
    }
}

@media (max-width: 430px) {
    .campaign-page-h .campaign-media-first .media-stat-content {
        display: block;
    }

    .campaign-page-h .campaign-media-first .media-stat-message {
        margin-top: 22px !important;
    }
}

.signal-image.billboard-image img{
    object-position: center top;
}