/* Horizontal photo dump — layout + motion from landonorris.com / OFF+BRAND */

html {
  --vh: 1vh;
  overflow-x: clip;
}

html,
body,
.div-block-2 {
  max-width: 100%;
  background-color: #fcfcfa;
}

body,
.div-block-2 {
  overflow-x: clip;
}

.pageload,
.pageload--home {
  position: fixed !important;
  inset: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 100% !important;
  min-height: 100dvh !important;
  z-index: 10040;
}

html:not(.no-pageload):not(.is-pageload-done),
html:not(.no-pageload):not(.is-pageload-done) body {
  overflow: hidden !important;
}

html:not(.no-pageload):not(.is-pageload-done) .ag-dump-theatre,
html:not(.no-pageload):not(.is-pageload-done) .ag-after-dump {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.section {
  --ag-bg: #1c1a17;
  background-color: var(--ag-bg);
  background-image:
    url("../images/d601ec7b9fcdf6a9.png"),
    radial-gradient(120% 90% at 80% 0%, #3a342c 0%, #241f1b 58%, #1c1a17 100%);
  background-size: 1800px, cover;
  background-position: 0 0, 0 0;
  background-attachment: scroll;
}

.main._1 {
  position: relative;
  overflow: clip;
  clip-path: inset(0);
}

.main._1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28vh;
  pointer-events: none;
  z-index: 12;
  background: linear-gradient(to bottom, rgba(28, 26, 23, 0) 0%, rgba(28, 26, 23, 0.72) 100%);
}

.ag-dump-theatre {
  --ag-bg: #1c1a17;
  --ag-bg-to: #f3eee4;
  --ag-wave: url("../images/d601ec7b9fcdf6a9.png");
  --ag-wave-a: 0.55;
  --ag-join: 26vh;
  position: relative;
  z-index: 6;
  max-width: 100%;
  color: #f3eee4;
  overflow-x: clip;
  margin-top: calc(var(--ag-join) * -1);
  background-color: transparent;
  background-image: none;
  pointer-events: none;
}

.ag-dump-theatre::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: var(--ag-bg);
  background-image:
    var(--ag-wave),
    radial-gradient(120% 90% at 80% 0%, #3a342c 0%, #241f1b 55%, var(--ag-bg) 100%);
  background-size: 1800px, cover;
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  pointer-events: none;
  z-index: 0;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--ag-join), #000 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 var(--ag-join), #000 100%);
}

.ag-dump-theatre > * {
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.ag-dump-theatre .horizontal-item-w,
.ag-dump-theatre .horizontal-item-w *,
.ag-dump-theatre a,
.ag-dump-theatre button {
  pointer-events: none;
}

.bg-hero .content-wrap-copy {
  z-index: 30;
  padding-bottom: clamp(2.5rem, 10vh, 6rem);
  pointer-events: none;
}

.bg-hero .page-links-wrap {
  position: relative;
  z-index: 31;
  pointer-events: auto;
  gap: clamp(1.25rem, 4vw, 3.5rem);
  padding-top: 0.75rem;
  padding-bottom: clamp(1.5rem, 6vh, 3.5rem);
}

.bg-hero .link-page {
  position: relative;
  z-index: 32;
  pointer-events: auto;
  display: block;
  padding: 0.2em 0.15em;
}

.ag-after-dump {
  position: relative;
  z-index: 6;
  overflow-x: clip;
  max-width: 100%;
  background: #fcfcfa;
  color: #0c0c0d;
  padding-top: clamp(3.5rem, 8vh, 6.5rem);
  padding-bottom: 0rem;
}

.ag-after-dump .on-social-section {
  position: relative;
  z-index: 3;
  margin-top: 0;
  padding-top: 0.25rem;
}

.ag-after-dump .content-on-social {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  width: 100%;
}

.ag-after-dump .title-on-socail-wrap {
  overflow: visible;
  padding: 0 0 1rem;
}

.ag-after-dump .ag-socials-title,
.ag-after-dump .text-bold-48.white {
  color: #0c0c0d;
  max-width: none;
  font-family: Modam, Arial, sans-serif;
  font-size: clamp(2.6rem, 7vw, 6.4rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.92;
  text-transform: none;
  direction: rtl;
}

.ag-after-dump .cards-wrapper {
  --fan-w: clamp(128px, 14.5vw, 210px);
  --fan-overlap: clamp(-4.2rem, -7.4vw, -2.1rem);
  --fan-ease: cubic-bezier(0.16, 1, 0.3, 1);
  direction: ltr;
  justify-content: center;
  align-items: flex-end;
  overflow: visible;
  min-height: calc(var(--fan-w) * 2.05);
  padding: 7vh 0 6vh;
}

.ag-after-dump .cards-wrapper .social-card {
  width: var(--fan-w);
  min-width: 0;
  max-width: var(--fan-w);
  height: auto;
  min-height: 0;
  max-height: none;
  aspect-ratio: 3 / 5;
  border-radius: 1.5rem;
  margin-inline: var(--fan-overlap);
  box-shadow: 0 18px 36px rgba(12, 12, 13, 0.16);
  transform-origin: 50% 88%;
  cursor: pointer;
  transition:
    transform 0.55s var(--fan-ease),
    box-shadow 0.55s var(--fan-ease);
}

.ag-after-dump .cards-wrapper .social-card._6,
.ag-after-dump .cards-wrapper .social-card._7 {
  display: none;
}

.ag-after-dump .cards-wrapper .social-card.card-1,
.ag-after-dump .cards-wrapper .social-card.card-2,
.ag-after-dump .cards-wrapper .social-card.card-3,
.ag-after-dump .cards-wrapper .social-card.card-4,
.ag-after-dump .cards-wrapper .social-card.card-5 {
  height: auto;
  min-width: 0;
  max-height: none;
  aspect-ratio: 3 / 5;
}

.ag-after-dump .cards-wrapper .social-card.card-1 {
  z-index: 2;
  width: calc(var(--fan-w) * 0.9);
  max-width: calc(var(--fan-w) * 0.9);
  transform: translate(0, 6%) rotate(-15deg);
}

.ag-after-dump .cards-wrapper .social-card.card-2 {
  z-index: 3;
  width: calc(var(--fan-w) * 0.96);
  max-width: calc(var(--fan-w) * 0.96);
  transform: translate(0, 2%) rotate(-7deg);
}

.ag-after-dump .cards-wrapper .social-card.card-3 {
  z-index: 5;
  width: calc(var(--fan-w) * 1.04);
  max-width: calc(var(--fan-w) * 1.04);
  transform: translate(0, -2%) rotate(0deg);
}

.ag-after-dump .cards-wrapper .social-card.card-4 {
  z-index: 3;
  width: calc(var(--fan-w) * 0.96);
  max-width: calc(var(--fan-w) * 0.96);
  transform: translate(0, 2%) rotate(7deg);
}

.ag-after-dump .cards-wrapper .social-card.card-5 {
  z-index: 2;
  width: calc(var(--fan-w) * 0.9);
  max-width: calc(var(--fan-w) * 0.9);
  transform: translate(0, 6%) rotate(15deg);
}

.ag-after-dump .cards-wrapper.ag-fan-lite .social-card,
.ag-after-dump .cards-wrapper.ag-fan-lite.is-in:hover .social-card {
  opacity: 1;
  transition:
    transform 0.55s var(--fan-ease),
    box-shadow 0.55s var(--fan-ease),
    opacity 0.5s var(--fan-ease);
}

.ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card {
  transition-delay: 0s;
}

@media (hover: hover) and (pointer: fine) {
  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in:hover .social-card.card-1 {
    transform: translate(-10%, 8%) rotate(-20deg);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in:hover .social-card.card-2 {
    transform: translate(-4%, 3%) rotate(-10deg);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in:hover .social-card.card-3 {
    transform: translate(0, -4%) rotate(0deg);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in:hover .social-card.card-4 {
    transform: translate(4%, 3%) rotate(10deg);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in:hover .social-card.card-5 {
    transform: translate(10%, 8%) rotate(20deg);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card:hover {
    z-index: 8;
    box-shadow: 0 36px 70px rgba(12, 12, 13, 0.28);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card.card-1:hover {
    transform: translate(-12%, -12%) rotate(-6deg) scale(1.08);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card.card-2:hover {
    transform: translate(-5%, -14%) rotate(-2deg) scale(1.08);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card.card-3:hover {
    transform: translate(0, -16%) rotate(0deg) scale(1.1);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card.card-4:hover {
    transform: translate(5%, -14%) rotate(2deg) scale(1.08);
  }

  .ag-after-dump .cards-wrapper.ag-fan-lite.is-in .social-card.card-5:hover {
    transform: translate(12%, -12%) rotate(6deg) scale(1.08);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ag-after-dump .cards-wrapper .social-card {
    transition: none;
  }
}

.ag-after-dump .content-wrap-onsocial {
  margin-top: 1.5rem;
  align-items: center;
}

.ag-after-dump .text-block,
.ag-after-dump .text-block-copy,
.ag-after-dump .text-block-copy.hiden {
  color: #0c0c0d;
}

.ag-after-dump .footer--1 {
  color: #0c0c0d;
  height: auto;
  min-height: 0;
  margin-bottom: 0;
  padding-bottom: clamp(1.75rem, 7vh, 4rem);
  background: #fcfcfa;
}

.ag-after-dump .content-footer {
  height: min(82vh, 860px);
}

.ag-after-dump .text-med-12.white,
.ag-after-dump .text-link,
.ag-after-dump .text-link.hiden {
  color: #fff;
}

body.ag-dump-pinning .bg-white-wrap,
body.ag-dump-pinning .content-wrap-copy {
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
}

body.ag-dump-pinning {
  background-color: #1c1a17;
}

.ag-ln {
  --gap: 1.25rem;
  --grid-spacer: 31.51vh;
  --color--dark-green: #0c0c0d;
  --color--white: #faf8f2;
  --color--lime: #f85f00;
  --color--green-off-white-1: #f3eee4;
  --color--green-off-white-2: #c8c4b8;
  --color--dark-green-tint-1: #2a2a2b;
  --color--dark-green-tint-2: #6a6762;
  --text--impact: clamp(1.45rem, 2.6vw, 2.15rem);
  position: relative;
  z-index: 8;
  width: 100%;
  background: transparent;
  color: var(--color--green-off-white-1);
}

.ag-ln.is-horizontal-track {
  position: relative;
  min-height: 0;
  background: transparent;
}

.ag-ln .c.is-horiz-scroll,
.ag-ln .horizontal-pin-wrap,
.ag-ln .horizontal-pin-spacer,
.ag-ln .horizontal-pin-sticky {
  width: 100%;
  max-width: 100%;
}

.ag-ln .c.is-horiz-scroll {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.ag-ln .horizontal-pin-sticky {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  min-width: 0;
  height: 100vh;
  height: 100dvh;
  background: transparent;
}

.ag-ln .horizontal-pin-spacer {
  position: relative;
}

.ag-ln .horizontal-track {
  padding-right: calc(var(--gap) * 6);
  height: 100%;
  padding-left: 70vw;
  padding-top: calc(var(--vh) * 9);
  padding-bottom: calc(var(--vh) * 8);
  box-sizing: border-box;
  flex: none;
  align-items: stretch;
  display: flex;
  will-change: transform;
}

.ag-ln .horizontal-grid-col {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  display: flex;
}

.ag-ln .horizontal-grid-col.large-img.is-home1 {
  margin-top: 0;
  justify-content: center;
}

.ag-ln .horizontal-grid-col.is-home-flip {
  flex-flow: column-reverse;
}

.ag-ln .horizontal-grid-col.is-home-flip.neg-margin,
.ag-ln .horizontal-grid-col.neg-margin {
  margin-top: 0;
  justify-content: center;
}

.ag-ln .horizontal-grid-spacer {
  width: var(--grid-spacer);
  pointer-events: none;
  flex: none;
}

.ag-ln .horizontal-grid-spacer.half {
  width: calc(var(--grid-spacer) * 0.5);
}

.ag-ln .horizontal-item-w {
  position: relative;
}

.ag-ln .horizontal-item-w.is-text-callout {
  max-width: 17.375rem;
}

.ag-ln .horizontal-item-w.is-text-callout.callout-1 {
  margin-top: calc(var(--vh) * 1.67);
}

.ag-ln .horizontal-item-w.is-text-callout.is-home-callout-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh) * 2.67);
  max-width: 30rem;
}

.ag-ln .horizontal-item-w.is-home-1 {
  width: auto;
}

.ag-ln .horizontal-item-w.is-home-2 {
  margin-top: auto;
  margin-bottom: calc(var(--vh) * 6);
  left: calc(var(--vh) * 4);
}

.ag-ln .horizontal-item-w.is-home3 {
  margin-top: auto;
}

.ag-ln .horizontal-item-w.is-home-4 {
  left: calc(var(--grid-spacer) * -0.5);
}

.ag-ln .horizontal-item-w.is-home-4.neg-margin {
  margin-top: 0;
}

.ag-ln .horizontal-item-w.is-5 {
  margin-top: auto;
  margin-left: 0;
  margin-bottom: calc(var(--vh) * 8.17);
}

.ag-ln .horizontal-item-w.is-home-6 {
  margin-top: auto;
  margin-bottom: calc(var(--vh) * 1.17);
}

.ag-ln .horizontal-item-w.is-home-7 {
  margin-bottom: auto;
  margin-top: calc(var(--vh) * 8);
}

.ag-ln .horizontal-item-w.is-home-8 {
  margin-top: calc(var(--vh) * 2);
}

.ag-ln .horizontal-item-w.is-home-8.neg-margin {
  margin-top: 0;
}

.ag-ln .horizontal-item-w.is-home9 {
  left: calc(var(--grid-spacer) * -0.5);
  margin-top: auto;
  margin-bottom: calc(var(--gap) * 2);
}

.ag-ln .horizontal-item-w.is-home9.neg-margin {
  margin-top: 0;
}

.ag-ln .horizontal-item-w.is-home10 {
  margin-left: 0;
  margin-top: calc(var(--vh) * 14.92);
}

.ag-ln .horizontal-item-layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
}

.ag-ln .horizontal-item-layout.is-home-1 {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
}

.ag-ln .horizontal-item-layout.is-home-2,
.ag-ln .horizontal-item-layout.is-home-5,
.ag-ln .horizontal-item-layout.is-home10 {
  justify-content: flex-start;
  align-items: flex-end;
}

.ag-ln .horizontal-item-layout.is-home-7 {
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
}

.ag-ln .horizontal-item-img-w {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
  background: transparent;
  border-radius: 0.15rem;
}

.ag-ln .horizontal-item-img-w.is-home-1 {
  width: calc(var(--vh) * 36);
  height: calc(var(--vh) * 46);
}

.ag-ln .horizontal-item-img-w.is-home-2 {
  width: calc(var(--vh) * 38);
  height: calc(var(--vh) * 42);
}

.ag-ln .horizontal-item-img-w.is-home3 {
  width: calc(var(--vh) * 74);
  height: calc(var(--vh) * 72);
}

.ag-ln .horizontal-item-img-w.is-home-5 {
  height: calc(var(--vh) * 36);
  width: calc(var(--vh) * 38);
}

.ag-ln .horizontal-item-img-w.is-home-4 {
  width: calc(var(--vh) * 44);
  height: calc(var(--vh) * 40);
}

.ag-ln .horizontal-item-img-w.is-home-6 {
  width: calc(var(--vh) * 34);
  height: calc(var(--vh) * 42);
}

.ag-ln .horizontal-item-img-w.is-home-7 {
  width: calc(var(--vh) * 36);
  height: calc(var(--vh) * 36);
}

.ag-ln .horizontal-item-img-w.is-home8 {
  width: calc(var(--vh) * 72);
  height: calc(var(--vh) * 72);
}

.ag-ln .horizontal-item-img-w.is-home10 {
  width: calc(var(--vh) * 42);
  height: calc(var(--vh) * 40);
}

.ag-ln .horizontal-item-img-w.is-home9 {
  height: calc(var(--vh) * 38);
  width: calc(var(--vh) * 42);
}

.ag-ln .image.is-horizontal-scroll {
  pointer-events: none;
  transform-origin: 0%;
  object-fit: cover;
  object-position: center;
  flex: none;
  width: calc(100% + 4rem);
  max-width: none;
  height: calc(100% + 4rem);
  max-height: none;
}

.ag-ln .horizontal-item-text-layout {
  grid-column-gap: var(--gap);
  grid-row-gap: var(--gap);
  flex-flow: column;
  display: flex;
}

.ag-ln .horizontal-item-text {
  color: var(--color--green-off-white-2);
  letter-spacing: -0.02em;
  font-family: Modam, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.15;
}

.ag-ln .horizontal-item-text.c-dark-green-tint-1 {
  color: var(--color--dark-green-tint-2);
}

.ag-ln .span-green-off-white-1,
.ag-ln .span-accent {
  color: var(--color--lime);
}

.ag-ln .horizontal-rive-placeholder {
  width: 5.5rem;
  height: auto;
}

.ag-ln .horizontal-rive-placeholder .image {
  width: 100%;
  height: auto;
  display: block;
  filter: invert(1);
  opacity: 0.92;
}

.ag-ln .horizontal-item-text.c-dark-green-tint-1 + .horizontal-rive-placeholder .image,
.ag-ln.is-light .horizontal-rive-placeholder .image {
  filter: none;
}

.ag-ln .eyebrow-w {
  grid-column-gap: calc(var(--gap) * 0.5);
  grid-row-gap: calc(var(--gap) * 0.5);
  display: flex;
  overflow: clip;
}

.ag-ln .eyebrow-w.c-green-off-white-2 {
  color: var(--color--green-off-white-2);
}

.ag-ln .eyebrow-w.c-dark-green-tint-2 {
  color: var(--color--dark-green-tint-2);
}

.ag-ln .text-eyebrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 1;
}

.ag-ln .horizontal-item-pill-w {
  display: flex;
}

.ag-ln .horizontal-item-pill {
  border: 0.5px solid var(--color--green-off-white-2);
  height: calc(var(--vh) * 4.44);
  border-radius: 0.2rem;
  display: flex;
}

.ag-ln .horizontal-pill-box {
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  display: flex;
}

.ag-ln .horizontal-pill-box.is-side {
  border-right: 0.44px solid var(--color--green-off-white-2);
}

.ag-ln .horizontal-pill-text {
  color: var(--color--green-off-white-2);
  font-size: 1.5rem;
  line-height: 1;
}

.ag-ln .sticky-track-theme-change {
  display: none;
}

.ag-ln-impact {
  color: var(--color--green-off-white-1);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  max-width: var(--page-max);
  margin-left: auto;
  margin-right: auto;
  padding: 8rem var(--page-pad);
  box-sizing: border-box;
  display: flex;
  gap: calc(3 * var(--gap));
}

.ag-ln-impact .text-eyebrow {
  color: var(--color--lime);
}

.ag-ln-impact .text-impact-lg-mona {
  font-family: Modam, Arial, sans-serif;
  font-size: var(--text--impact);
  font-weight: 800;
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.45;
  max-width: 32ch;
}

.ag-ln-impact .text-impact-lg-mona strong {
  color: var(--color--lime);
  font-weight: 800;
}

.ag-ln .line {
  position: relative;
  display: block;
  overflow: hidden;
}

.ag-ln .high-line-reveal {
  pointer-events: none;
}

.ag-ln .horizontal-item-text,
.ag-ln .text-eyebrow,
.ag-ln .horizontal-pill-text,
.ag-ln .span-accent,
.ag-ln .horizontal-item-text.c-dark-green-tint-1 {
  transition: color 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ag-ln.is-light {
  --color--green-off-white-2: #53524e;
  --color--dark-green-tint-2: #3b3a38;
}

.ag-ln.is-light .horizontal-item-text {
  color: #2a2a2b;
}

.ag-ln.is-light .text-eyebrow,
.ag-ln.is-light .horizontal-pill-text {
  color: #3b3a38;
}

@media screen and (max-width: 991px) {
  .main._1 {
    min-height: 280vh;
  }

  .ag-dump-theatre {
    --ag-join: 38vh;
    padding-top: 42vh;
  }

  .bg-hero .page-links-wrap,
  .bg-hero .link-page {
    pointer-events: auto !important;
    z-index: 40;
  }

  .ag-after-dump .footer--1 {
    height: auto;
    margin-bottom: 0;
    padding-bottom: clamp(2rem, 10vh, 5rem);
  }

  .ag-after-dump .content-footer {
    height: min(78vh, 720px);
  }

  .bg-hero .content-wrap-copy {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding-inline: var(--page-pad, 1.25rem);
    padding-bottom: 8vh;
  }

  .bg-hero .page-links-wrap {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: 0.65rem;
    grid-column-gap: 0.65rem;
    grid-row-gap: 0;
    padding-top: 0.25rem;
    padding-bottom: 1.25rem;
  }

  .bg-hero .link-page {
    min-width: 0;
    flex: 1 1 0;
    max-width: 46%;
  }

  .bg-hero .text-semi-100 {
    font-size: clamp(1.45rem, 6.6vw, 2.1rem);
    max-width: none;
    width: 100%;
    line-height: 1.1;
  }

  .bg-hero .line-orange {
    flex: 0 0 2px;
    width: 2px;
    height: clamp(2.4rem, 10vw, 3.2rem);
  }

  .bg-hero .title-section-wrap,
  .bg-hero .text-light-16.white {
    width: 100%;
    max-width: 100%;
  }

  .hero-section,
  .bg-hero,
  .img-person-wrap {
    max-width: 100%;
    overflow-x: clip;
  }

  .img-person,
  .img-person.desk {
    min-width: 0 !important;
  }

  .img-person.mobile {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    height: 100% !important;
    height: 100dvh !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    object-fit: cover;
    object-position: center top;
  }

  .ag-ln.is-horizontal-track,
  .ag-ln .c.is-horiz-scroll,
  .ag-ln .horizontal-pin-wrap,
  .ag-ln .horizontal-pin-spacer,
  .ag-ln .horizontal-pin-sticky,
  .ag-ln .horizontal-track {
    max-width: 100%;
    overflow-x: clip;
  }

  .ag-ln .c.is-horiz-scroll,
  .ag-ln .horizontal-pin-sticky {
    position: relative;
    overflow: visible;
    height: auto;
    background-color: transparent;
  }

  .ag-ln .horizontal-track {
    padding-left: var(--page-pad);
    padding-right: var(--page-pad);
    padding-top: 0.5rem;
    padding-bottom: 3.5rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    width: 100%;
    height: auto;
    transform: none !important;
  }

  .ag-ln .horizontal-grid-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: auto;
    width: 100%;
    max-width: 100%;
  }

  .ag-ln .horizontal-grid-col.large-img {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .ag-ln .horizontal-grid-spacer {
    height: 4rem;
    width: auto;
    display: none;
  }

  .ag-ln .horizontal-item-w {
    left: auto;
    max-width: 100%;
  }

  .ag-ln .horizontal-item-w.is-home-1 {
    left: auto;
    width: auto;
    margin-inline-start: auto;
    margin-inline-end: 0;
  }

  .ag-ln .horizontal-item-w.is-home-2 {
    margin-bottom: 0;
    margin-left: auto;
    left: auto;
  }

  .ag-ln .horizontal-item-w.is-home-4 {
    margin-left: auto;
    left: auto;
    right: auto;
  }

  .ag-ln .horizontal-item-w.is-home-6 {
    width: auto;
    margin-top: -2rem;
    margin-left: auto;
    margin-bottom: 0;
  }

  .ag-ln .horizontal-item-w.is-home-7 {
    margin-top: 0;
    margin-left: auto;
  }

  .ag-ln .horizontal-item-w.is-home-8.neg-margin,
  .ag-ln .horizontal-item-w.is-home9.neg-margin,
  .ag-ln .horizontal-grid-col.neg-margin {
    margin-top: -3.5rem;
  }

  .ag-ln .horizontal-item-w.is-home10 {
    margin-top: 0;
    margin-left: auto;
  }

  .ag-ln .horizontal-item-w.is-text-callout,
  .ag-ln .horizontal-item-w.is-text-callout.callout-1,
  .ag-ln .horizontal-item-w.is-text-callout.is-home-callout-2 {
    max-width: 100%;
  }

  .ag-ln .horizontal-item-img-w {
    max-width: 100%;
  }

  .ag-ln .horizontal-item-img-w.is-home-1 {
    aspect-ratio: 140 / 172.16;
    width: min(78%, 20rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home-2 {
    aspect-ratio: 1;
    width: min(68%, 17.5rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home3 {
    aspect-ratio: 10 / 8.5;
    width: min(100%, 28rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home-5 {
    aspect-ratio: 21.98 / 20.96;
    width: min(62%, 16rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home-4 {
    aspect-ratio: 140 / 172;
    width: min(70%, 18rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home-6 {
    aspect-ratio: 21 / 26;
    width: min(64%, 16rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home-7 {
    aspect-ratio: 1;
    width: min(58%, 16rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home8 {
    aspect-ratio: 1;
    width: min(100%, 26rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home10 {
    aspect-ratio: 32 / 38;
    width: min(70%, 18rem);
    height: auto;
  }

  .ag-ln .horizontal-item-img-w.is-home9 {
    aspect-ratio: 27 / 25;
    width: min(72%, 18rem);
    height: auto;
  }

  .ag-ln .image.is-horizontal-scroll {
    width: 100%;
    height: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    transform: none !important;
  }

  .ag-ln-impact {
    min-height: 0;
    padding: 5rem var(--page-pad) 4rem;
  }

  .ag-ln-impact .text-impact-lg-mona {
    font-size: clamp(1.2rem, 4.6vw, 1.55rem);
    max-width: 28ch;
    line-height: 1.5;
  }

  .ag-after-dump .ag-socials-title,
  .ag-after-dump .text-bold-48.white {
    font-size: clamp(2.1rem, 11vw, 3.4rem);
  }

  .ag-after-dump .cards-wrapper {
    --fan-w: clamp(118px, 22vw, 160px);
    --fan-overlap: clamp(-0.55rem, -2.2vw, -0.2rem);
    width: 100%;
    max-width: 100%;
    overflow: visible;
    min-height: calc(var(--fan-w) * 2.25);
    padding: 2.25rem 0 3.25rem;
  }
}

@media screen and (max-width: 479px) {
  .ag-ln .horizontal-track {
    padding-left: var(--page-pad);
    padding-right: var(--page-pad);
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ag-ln .horizontal-grid-col {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .ag-ln .horizontal-item-w.is-home-6,
  .ag-ln .horizontal-item-w.is-home-8.neg-margin,
  .ag-ln .horizontal-item-w.is-home9.neg-margin,
  .ag-ln .horizontal-grid-col.neg-margin {
    margin-top: -2rem;
  }

  .ag-after-dump .cards-wrapper {
    --fan-w: clamp(132px, 34vw, 168px);
    --fan-overlap: clamp(-0.35rem, -1.6vw, 0.2rem);
    min-height: calc(var(--fan-w) * 2.35);
    padding: 2rem 0.25rem 3.5rem;
  }

  .ag-after-dump .cards-wrapper .social-card.card-1,
  .ag-after-dump .cards-wrapper .social-card.card-5 {
    display: none;
  }
}

/* Partners & campaigns — layout from landonorris.com home collabs */
.ag-collabs {
  --ag-collab-lime: var(--orange, #f85f00);
  position: relative;
  z-index: 1;
  overflow: visible;
  max-width: 100%;
  padding: 0 0 clamp(1.75rem, 4.5vh, 3rem);
  color: #0c0c0d;
}

.ag-collabs__inner {
  position: relative;
  z-index: 1;
}

.ag-collabs__head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 6vw, 6rem);
  align-items: start;
  width: 100%;
  max-width: none;
  padding: 0;
  margin-bottom: clamp(2.5rem, 6vh, 4.5rem);
}

.ag-collabs__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
  color: #0c0c0d;
  font-family: Modam, Arial, sans-serif;
  font-size: clamp(2.8rem, 7.2vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.055em;
  line-height: 0.86;
}

.ag-collabs__title-main {
  display: block;
}

.ag-collabs__title-sub {
  display: block;
  font-family: Brier, Modam, serif;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.04em;
}

.ag-collabs__amp {
  font-family: Brier, Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.08em;
  margin-inline-end: 0.02em;
}

.ag-collabs__lede {
  max-width: 22rem;
  margin: 0.55em 0 0;
  justify-self: start;
  color: #0c0c0d;
  font-family: Modam, Arial, sans-serif;
  font-size: clamp(0.98rem, 1.35vw, 1.125rem);
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.55;
  text-wrap: pretty;
}

.ag-collabs__script {
  z-index: 0;
  position: absolute;
  inset: -18% -8% auto -18%;
  width: 118%;
  pointer-events: none;
  user-select: none;
  color: var(--ag-collab-lime);
  font-family: Brier, Modam, cursive;
  font-size: clamp(6.5rem, 22vw, 17.5rem);
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.06em;
  line-height: 0.78;
  white-space: nowrap;
  transform: rotate(-22deg) skewX(-8deg);
  transform-origin: 42% 55%;
}

.ag-collabs__script span {
  display: inline-block;
}

.ag-collabs__marquee {
  position: relative;
  z-index: 2;
  width: 100vw;
  max-width: 100%;
  margin-inline: calc(50% - 50vw);
  padding: 0.85rem 0 1.1rem;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 6%, #000 94%, transparent 100%);
}

.ag-collabs__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: ag-collab-marquee 42s linear infinite;
}

.ag-collabs__marquee:hover .ag-collabs__track {
  animation-play-state: paused;
}

.ag-collabs__seq {
  display: flex;
  flex: none;
  align-items: center;
}

.ag-collab-logo {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.25rem;
  margin-inline: 3.5rem;
  color: #111112;
  font-family: Modam, Arial, sans-serif;
  font-size: clamp(1.35rem, 2.1vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 1;
  white-space: nowrap;
}

.ag-collab-logo.is-en {
  font-family: Brier, Modam, sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.ag-collab-logo.is-serif {
  font-family: Brier, Georgia, serif;
  letter-spacing: 0.14em;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
}

.ag-collab-logo.is-box {
  height: auto;
  min-height: 2.35rem;
  padding: 0.28rem 0.72rem;
  border: 2px solid #111112;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  letter-spacing: 0.08em;
}

@keyframes ag-collab-marquee {
  from {
    transform: translate3d(-50%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .ag-collabs__track {
    animation: none;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    row-gap: 1.25rem;
  }

  .ag-collabs__seq:last-child {
    display: none;
  }

  .ag-collab-logo {
    margin-inline: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .ag-collabs {
    padding: 0 0 clamp(1.35rem, 4vh, 2.25rem);
  }

  .ag-collabs__head {
    grid-template-columns: 1fr;
    gap: 1.35rem;
    margin-bottom: clamp(2rem, 5vh, 3.25rem);
  }

  .ag-collabs__title {
    font-size: clamp(2.4rem, 11vw, 4.2rem);
  }

  .ag-collabs__lede {
    max-width: 34rem;
  }

  .ag-collabs__script {
    inset: -6% -20% auto -8%;
    font-size: clamp(5.2rem, 28vw, 10rem);
    transform: rotate(-18deg) skewX(-6deg);
  }

  .ag-collab-logo {
    height: 2.75rem;
    margin-inline: 2.25rem;
  }
}

@media screen and (max-width: 479px) {
  .ag-collabs__head {
    padding: 0;
  }

  .ag-collabs__script {
    inset: 4% -28% auto -12%;
    font-size: clamp(4.4rem, 32vw, 7.2rem);
  }

  .ag-collab-logo {
    margin-inline: 1.6rem;
  }

  .ag-collab-logo.is-box {
    min-height: 2.1rem;
    padding: 0.22rem 0.55rem;
  }
}
