@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Poppins:wght@400;500;600;700&display=swap");

:root {
  --ntbp-ink: #101714;
  --ntbp-ink-soft: #17201c;
  --ntbp-paper: #f6f1e7;
  --ntbp-paper-soft: #fffaf0;
  --ntbp-yellow: #e4ad00;
  --ntbp-yellow-bright: #ffc400;
  --ntbp-teal: #4dbbb8;
  --ntbp-teal-dark: #258c89;
  --ntbp-line: rgba(16, 23, 20, 0.17);
  --ntbp-display: "Oswald", Impact, "Arial Narrow", sans-serif;
  --ntbp-body: "Poppins", Arial, sans-serif;
}

body.ast-theme-transparent-header .site-header {
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 !important;
  background: var(--ntbp-ink) !important;
}

body.ast-theme-transparent-header .site-header .ast-primary-header-bar,
body.ast-theme-transparent-header .site-header .ast-mobile-header-wrap .ast-primary-header-bar {
  background: var(--ntbp-ink) !important;
  border: 0 !important;
}

body.ast-theme-transparent-header .site-header .main-header-menu > .menu-item > .menu-link,
body.ast-theme-transparent-header .site-header .ast-header-html a {
  color: rgba(255, 255, 255, 0.72) !important;
}

body.ast-theme-transparent-header .site-header .main-header-menu > .current-menu-item > .menu-link,
body.ast-theme-transparent-header .site-header .main-header-menu > .menu-item > .menu-link:hover,
body.ast-theme-transparent-header .site-header .main-header-menu > .menu-item > .menu-link:focus-visible {
  color: #fff !important;
}

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

.ntbp-page {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  color: var(--ntbp-ink);
  background: var(--ntbp-paper);
  font-family: var(--ntbp-body);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.ntbp-page img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.ntbp-page a {
  color: inherit;
}

.ntbp-page button {
  font: inherit;
}

.ntbp-shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}

.ntbp-section {
  padding: clamp(90px, 10vw, 150px) 0;
}

.ntbp-page h1,
.ntbp-page h2,
.ntbp-page h3,
.ntbp-page p,
.ntbp-page figure {
  margin: 0;
}

.ntbp-page h1,
.ntbp-page h2,
.ntbp-page h3 {
  font-family: var(--ntbp-display);
  font-weight: 700;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.ntbp-page h2 {
  font-size: clamp(54px, 7.4vw, 112px);
  line-height: 0.91;
}

.ntbp-page h2 em,
.ntbp-page h1 em {
  color: var(--ntbp-yellow);
  font-style: normal;
}

.ntbp-index,
.ntbp-kicker,
.ntbp-photo-frame figcaption,
.ntbp-contact__photo figcaption {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ntbp-index {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 26px !important;
  color: var(--ntbp-teal-dark);
}

.ntbp-index::before {
  width: 36px;
  height: 3px;
  content: "";
  background: var(--ntbp-yellow);
}

.ntbp-index--light {
  color: var(--ntbp-teal);
}

.ntbp-hero {
  position: relative;
  padding: clamp(130px, 13vw, 196px) 0 0;
  background:
    radial-gradient(circle at 7% 3%, rgba(77, 187, 184, 0.16), transparent 28%),
    var(--ntbp-paper);
}

body.ast-theme-transparent-header .ntbp-hero {
  padding-top: clamp(184px, 17vw, 232px);
}

.ntbp-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 0.82fr);
  gap: clamp(46px, 8vw, 112px);
  align-items: center;
  min-height: 690px;
  padding-bottom: clamp(86px, 9vw, 128px);
}

.ntbp-kicker {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 28px !important;
  color: var(--ntbp-teal-dark);
}

.ntbp-kicker span {
  width: 42px;
  height: 3px;
  background: var(--ntbp-yellow);
}

.ntbp-hero h1 {
  max-width: 730px;
  color: var(--ntbp-ink);
  font-size: clamp(72px, 9.4vw, 146px);
  line-height: 0.79;
}

.ntbp-hero__lead {
  max-width: 560px;
  margin-top: 40px !important;
  font-size: clamp(18px, 1.6vw, 23px);
  line-height: 1.55;
}

.ntbp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  margin-top: 38px;
}

.ntbp-button,
.ntbp-text-link {
  display: inline-flex;
  gap: 22px;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: transform 180ms ease, color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.ntbp-button {
  padding: 16px 22px;
  border: 1px solid transparent;
}

.ntbp-button span,
.ntbp-text-link span {
  font-size: 20px;
  line-height: 1;
}

.ntbp-button--primary {
  color: var(--ntbp-ink) !important;
  background: var(--ntbp-yellow-bright);
  box-shadow: 7px 7px 0 var(--ntbp-ink);
}

.ntbp-button--turquoise {
  color: var(--ntbp-ink) !important;
  background: var(--ntbp-teal);
}

.ntbp-button:hover,
.ntbp-button:focus-visible {
  color: var(--ntbp-ink) !important;
  transform: translate(-2px, -2px);
}

.ntbp-button--primary:hover,
.ntbp-button--primary:focus-visible {
  box-shadow: 10px 10px 0 var(--ntbp-ink);
}

.ntbp-text-link {
  min-height: auto;
  padding: 9px 0 7px;
  border-bottom: 2px solid var(--ntbp-yellow);
}

.ntbp-text-link:hover,
.ntbp-text-link:focus-visible {
  color: var(--ntbp-teal-dark);
}

.ntbp-hero__visual {
  position: relative;
  width: min(100%, 510px);
  justify-self: end;
  padding: 26px 0 0 28px;
}

.ntbp-photo-frame {
  position: relative;
  z-index: 2;
  padding: 14px 14px 46px;
  background: #fffdf7;
  box-shadow: 0 26px 54px rgba(16, 23, 20, 0.17);
}

.ntbp-photo-frame--hero {
  transform: rotate(1.7deg);
}

.ntbp-photo-frame--hero img {
  aspect-ratio: 4 / 5.15;
  height: auto;
  object-fit: cover;
  object-position: 50% 41%;
}

.ntbp-hero__visual figcaption {
  position: absolute;
  z-index: 3;
  right: 26px;
  bottom: 13px;
  max-width: 310px;
  transform: rotate(1.7deg);
  color: #34413b;
}

.ntbp-hero__sun {
  position: absolute;
  z-index: 1;
  top: -32px;
  right: -65px;
  width: 205px;
  height: 205px;
  border-radius: 50%;
  background: #efd157;
}

.ntbp-tape {
  position: absolute;
  z-index: 4;
  display: block;
  height: 32px;
  background: rgba(222, 168, 0, 0.8);
  box-shadow: 0 2px 8px rgba(16, 23, 20, 0.08);
}

.ntbp-tape--hero {
  top: 5px;
  left: 50%;
  width: 130px;
  transform: translateX(-50%) rotate(1deg);
}

.ntbp-handline--hero {
  position: absolute;
  z-index: 4;
  right: -19px;
  bottom: 46px;
  width: 100px;
  height: 55px;
  border-bottom: 4px solid var(--ntbp-teal);
  border-radius: 50%;
  transform: rotate(-15deg);
}

.ntbp-marquee {
  overflow: hidden;
  color: var(--ntbp-ink);
  background: var(--ntbp-yellow-bright);
  border-top: 1px solid var(--ntbp-ink);
  border-bottom: 1px solid var(--ntbp-ink);
}

.ntbp-marquee__track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: ntbp-marquee-scroll 34s linear infinite;
  will-change: transform;
}

.ntbp-marquee__group {
  display: flex;
  flex: none;
  gap: 31px;
  align-items: center;
  padding: 15px 31px 15px 0;
  font-family: var(--ntbp-display);
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ntbp-marquee__group i {
  color: var(--ntbp-teal-dark);
  font-style: normal;
}

@keyframes ntbp-marquee-scroll {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.ntbp-origins {
  background: var(--ntbp-paper-soft);
}

.ntbp-origins__grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.86fr) minmax(420px, 1fr);
  gap: clamp(58px, 10vw, 150px);
  align-items: center;
}

.ntbp-origins__media {
  position: relative;
  min-height: 710px;
}

.ntbp-photo-frame--origins-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  transform: rotate(-2deg);
}

.ntbp-photo-frame--origins-main img {
  aspect-ratio: 3 / 4.2;
  height: auto;
  object-fit: cover;
  object-position: 50% 52%;
}

.ntbp-photo-frame--origins-small {
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 55%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  padding: 0;
  background: transparent;
  box-shadow: none;
  transform: rotate(4deg);
}

.ntbp-photo-frame--origins-small img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: auto;
  max-width: none;
  aspect-ratio: auto;
  transform: translate(-50%, -50%);
}

.ntbp-photo-frame--no-matte {
  background: transparent;
}

.ntbp-photo-frame--no-matte img {
  transform: translate(-50%, -50%);
}

.ntbp-doodle--arrow {
  position: absolute;
  z-index: 5;
  top: 31%;
  right: 6%;
  color: var(--ntbp-teal-dark);
  font-family: cursive;
  font-size: 60px;
  font-weight: 400;
  transform: rotate(12deg);
}

.ntbp-origins__copy h2 {
  max-width: 750px;
}

.ntbp-origins__copy > p:not(.ntbp-index) {
  max-width: 650px;
  margin-top: 22px !important;
  color: #26332d;
  font-size: 17px;
}

.ntbp-origins__copy > p:nth-of-type(2) {
  margin-top: 35px !important;
  font-size: 20px;
  font-weight: 600;
}

.ntbp-roles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  margin-top: 48px;
  border-top: 1px solid var(--ntbp-line);
  border-bottom: 1px solid var(--ntbp-line);
}

.ntbp-roles div {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 22px 20px 22px 0;
}

.ntbp-roles div + div {
  padding-left: 28px;
  border-left: 1px solid var(--ntbp-line);
}

.ntbp-roles strong {
  font-family: var(--ntbp-display);
  font-size: 27px;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.ntbp-roles span {
  color: var(--ntbp-teal-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ntbp-expertise {
  color: #f9f7ee;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    var(--ntbp-ink);
  background-size: 72px 72px;
}

.ntbp-heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(270px, 0.65fr);
  gap: 60px;
  align-items: end;
}

.ntbp-heading-row > p {
  max-width: 440px;
  padding-bottom: 8px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
}

.ntbp-territories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 76px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.ntbp-territory {
  display: grid;
  grid-template-columns: minmax(150px, 0.76fr) minmax(0, 1fr);
  min-height: 380px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.ntbp-territory figure {
  min-height: 100%;
  overflow: hidden;
}

.ntbp-territory figure img {
  height: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.84) contrast(1.04);
  transition: transform 650ms cubic-bezier(.2,.72,.2,1), filter 250ms ease;
}

.ntbp-territory:nth-child(1) figure img {
  object-position: 50% 29%;
}

.ntbp-territory:nth-child(2) figure img {
  object-position: 55% 39%;
}

.ntbp-territory:nth-child(3) figure img {
  object-position: 45% 50%;
}

.ntbp-territory:nth-child(4) figure img {
  object-position: 49% 50%;
}

.ntbp-territory:hover figure img {
  filter: saturate(1) contrast(1.03);
  transform: scale(1.035);
}

.ntbp-territory > div {
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
}

.ntbp-territory > div > span {
  color: var(--ntbp-teal);
  font-family: var(--ntbp-display);
  font-size: 16px;
  letter-spacing: 0.08em;
}

.ntbp-territory h3 {
  margin-top: 36px !important;
  color: var(--ntbp-yellow-bright);
  font-size: clamp(34px, 3vw, 50px);
  line-height: 0.96;
}

.ntbp-territory p {
  margin-top: auto !important;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.6;
}

.ntbp-formats {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 40px;
  align-items: center;
  margin-top: 58px;
  padding-top: 34px;
  border-top: 4px solid var(--ntbp-teal);
}

.ntbp-formats > p {
  font-family: var(--ntbp-display);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: uppercase;
}

.ntbp-formats > div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: flex-end;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
}

.ntbp-formats i {
  color: var(--ntbp-yellow);
  font-style: normal;
}

.ntbp-events {
  background: var(--ntbp-paper-soft);
}

.ntbp-events__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.58fr);
  gap: 80px;
  align-items: end;
}

.ntbp-events__intro > p {
  max-width: 490px;
  padding-bottom: 8px;
  color: #33403a;
  font-size: 17px;
}

.ntbp-events__photo {
  position: relative;
  margin-top: 70px !important;
}

.ntbp-events__photo::before {
  position: absolute;
  z-index: 2;
  top: -22px;
  right: 9%;
  width: 150px;
  height: 38px;
  content: "";
  background: rgba(77, 187, 184, 0.84);
  transform: rotate(2deg);
}

.ntbp-events__photo img {
  aspect-ratio: 15 / 7.2;
  height: auto;
  object-fit: cover;
  object-position: center 61%;
}

.ntbp-events__photo figcaption {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: min(480px, 52%);
  padding: 30px 34px;
  color: var(--ntbp-paper-soft);
  background: var(--ntbp-ink);
}

.ntbp-events__photo figcaption span {
  color: var(--ntbp-teal);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ntbp-events__photo figcaption strong {
  font-family: var(--ntbp-display);
  font-size: clamp(24px, 3vw, 39px);
  line-height: 1.03;
  text-transform: uppercase;
}

.ntbp-events__footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr) auto;
  gap: 0;
  align-items: stretch;
  margin-top: 38px;
  border-top: 1px solid var(--ntbp-line);
  border-bottom: 1px solid var(--ntbp-line);
}

.ntbp-events__footer > div {
  display: flex;
  gap: 13px;
  align-items: center;
  min-height: 72px;
  padding: 14px 22px 14px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ntbp-events__footer > div + div {
  padding-left: 22px;
  border-left: 1px solid var(--ntbp-line);
}

.ntbp-events__footer > div span {
  color: var(--ntbp-teal-dark);
  font-family: var(--ntbp-display);
  font-size: 16px;
}

.ntbp-events__footer .ntbp-text-link {
  align-self: center;
  margin-left: 28px;
}

.ntbp-collaborations {
  color: #fff;
  background:
    radial-gradient(circle at 86% 11%, rgba(228, 173, 0, 0.15), transparent 25%),
    var(--ntbp-ink);
}

.ntbp-collaborations__heading {
  display: grid;
  grid-template-columns: 0.45fr 1.55fr;
  gap: 60px;
  align-items: start;
}

.ntbp-collaborations__heading h2 {
  grid-column: 2;
}

.ntbp-collaborations__heading .ntbp-index {
  grid-column: 1;
  grid-row: 1;
  margin-top: 12px !important;
}

.ntbp-case {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  min-height: 420px;
  margin-top: 72px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: opacity 140ms ease, transform 140ms ease;
}

.ntbp-case.is-changing {
  opacity: 0.38;
  transform: translateY(3px);
}

.ntbp-case__story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(34px, 5vw, 72px);
}

.ntbp-case__eyebrow {
  color: var(--ntbp-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ntbp-case__story h3 {
  max-width: 730px;
  margin-top: 22px !important;
  color: var(--ntbp-yellow-bright);
  font-size: clamp(39px, 5.2vw, 72px);
  line-height: 0.98;
}

.ntbp-case__story > p:not(.ntbp-case__eyebrow) {
  max-width: 660px;
  margin-top: 25px !important;
  color: rgba(255, 255, 255, 0.72);
}

.ntbp-case__story .ntbp-button {
  padding-top: 18px;
}

.ntbp-case__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin-top: auto;
  padding-top: 32px;
}

.ntbp-case__website {
  color: #fff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration-color: var(--ntbp-yellow) !important;
  text-transform: uppercase;
  text-underline-offset: 6px;
}

.ntbp-case__logo {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 54px;
  background: var(--ntbp-paper-soft);
}

.ntbp-case__logo img {
  max-width: 230px;
  max-height: 150px;
  object-fit: contain;
}

.ntbp-brand-grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.ntbp-brand {
  grid-column: span 2;
}

.ntbp-brand {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 168px;
  margin: 0;
  padding: 22px 18px 18px;
  cursor: pointer;
  appearance: none;
  background: var(--ntbp-paper-soft);
  border: 1px solid rgba(16, 23, 20, 0.1);
  border-radius: 0;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
  transition: background 180ms ease, border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ntbp-brand::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  background: transparent;
}

.ntbp-brand__mark {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 76px;
}

.ntbp-brand img {
  width: auto;
  max-width: 145px;
  max-height: 70px;
  object-fit: contain;
  filter: none;
  opacity: 0.88;
  transition: filter 180ms ease, opacity 180ms ease, transform 180ms ease;
}

.ntbp-brand__name {
  width: 100%;
  padding-top: 12px;
  color: #45514c;
  border-top: 1px solid rgba(16, 23, 20, 0.12);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.ntbp-brand:hover,
.ntbp-brand:focus-visible,
.ntbp-brand.is-active {
  background: #fff;
  border-color: rgba(255, 196, 0, 0.8);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  transform: translateY(-3px);
}

.ntbp-brand:hover img,
.ntbp-brand:focus-visible img,
.ntbp-brand.is-active img {
  filter: none;
  opacity: 1;
  transform: scale(1.04);
}

.ntbp-brand.is-active::after {
  background: var(--ntbp-yellow-bright);
}

.ntbp-brand-hint {
  margin-top: 16px !important;
  color: rgba(255, 255, 255, 0.48);
  font-size: 11px;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.ntbp-contact {
  position: relative;
  padding: clamp(100px, 12vw, 180px) 0;
  color: #fff;
  background: var(--ntbp-teal-dark);
}

.ntbp-contact::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 14px;
  content: "";
  background: var(--ntbp-yellow-bright);
}

.ntbp-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.7fr);
  gap: clamp(60px, 9vw, 130px);
  align-items: center;
}

.ntbp-contact h2 {
  max-width: 820px;
}

.ntbp-contact h2 em {
  color: var(--ntbp-yellow-bright);
}

.ntbp-contact__copy > p:not(.ntbp-index) {
  max-width: 640px;
  margin-top: 33px !important;
  color: rgba(255, 255, 255, 0.87);
  font-size: 18px;
}

.ntbp-contact__copy .ntbp-button {
  margin-top: 38px;
}

.ntbp-contact__email {
  display: block;
  width: fit-content;
  margin-top: 30px;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration-color: var(--ntbp-yellow-bright) !important;
  text-underline-offset: 5px;
}

.ntbp-contact__photo {
  position: relative;
  padding: 14px 14px 52px;
  color: var(--ntbp-ink);
  background: #fffdf7;
  box-shadow: 0 24px 54px rgba(5, 17, 16, 0.24);
  transform: rotate(2deg);
}

.ntbp-contact__photo img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: cover;
  object-position: center 38%;
}

.ntbp-contact__photo figcaption {
  position: absolute;
  right: 25px;
  bottom: 14px;
  left: 25px;
  color: #39443f;
}

.ntbp-tape--contact {
  top: -19px;
  left: 50%;
  width: 128px;
  transform: translateX(-50%);
  background: rgba(255, 196, 0, 0.85);
}

.ntbp-js .ntbp-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 700ms ease, transform 700ms cubic-bezier(.2,.72,.2,1);
}

.ntbp-js .ntbp-reveal--delay {
  transition-delay: 100ms;
}

.ntbp-js .ntbp-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1120px) {
  .ntbp-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.73fr);
    gap: 46px;
  }

  .ntbp-hero h1 {
    font-size: clamp(70px, 10.2vw, 110px);
  }

  .ntbp-origins__grid {
    gap: 70px;
  }

  .ntbp-territory {
    grid-template-columns: 43% 57%;
  }

  .ntbp-brand-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .ntbp-brand {
    grid-column: auto;
  }
}

@media (max-width: 900px) {
  .ntbp-shell {
    width: min(100% - 36px, 720px);
  }

  .ntbp-hero__grid,
  .ntbp-origins__grid,
  .ntbp-heading-row,
  .ntbp-events__intro,
  .ntbp-contact__grid {
    grid-template-columns: 1fr;
  }

  .ntbp-hero__grid {
    min-height: auto;
  }

  .ntbp-hero__copy {
    position: relative;
    z-index: 3;
  }

  .ntbp-hero__visual {
    width: min(82%, 500px);
    justify-self: center;
  }

  .ntbp-origins__media {
    width: min(620px, 100%);
    min-height: 690px;
    margin-inline: auto;
  }

  .ntbp-origins__copy {
    width: min(670px, 100%);
  }

  .ntbp-heading-row > p,
  .ntbp-events__intro > p {
    max-width: 650px;
  }

  .ntbp-territories {
    grid-template-columns: 1fr;
  }

  .ntbp-territory {
    min-height: 340px;
  }

  .ntbp-formats {
    grid-template-columns: 1fr;
  }

  .ntbp-formats > div {
    justify-content: flex-start;
  }

  .ntbp-events__photo img {
    aspect-ratio: 4 / 3;
  }

  .ntbp-events__footer {
    grid-template-columns: repeat(3, 1fr);
  }

  .ntbp-events__footer .ntbp-text-link {
    grid-column: 1 / -1;
    justify-self: start;
    margin: 20px 0;
  }

  .ntbp-collaborations__heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ntbp-collaborations__heading h2,
  .ntbp-collaborations__heading .ntbp-index {
    grid-column: 1;
  }

  .ntbp-collaborations__heading .ntbp-index {
    grid-row: auto;
  }

  .ntbp-case {
    grid-template-columns: 1fr;
  }

  .ntbp-case__story {
    min-height: 500px;
  }

  .ntbp-case__logo {
    min-height: 230px;
  }

  .ntbp-contact__photo {
    width: min(520px, 86%);
    justify-self: center;
  }
}

@media (max-width: 620px) {
  body.ast-theme-transparent-header .ntbp-hero {
    padding-top: 145px;
  }

  .ntbp-page {
    font-size: 15px;
  }

  .ntbp-shell {
    width: min(100% - 28px, 560px);
  }

  .ntbp-section {
    padding: 82px 0;
  }

  .ntbp-page h2 {
    font-size: clamp(47px, 16.5vw, 78px);
  }

  .ntbp-hero__grid {
    gap: 64px;
    padding-bottom: 82px;
  }

  .ntbp-hero h1 {
    font-size: clamp(67px, 23vw, 108px);
    line-height: 0.82;
  }

  .ntbp-hero__lead {
    margin-top: 30px !important;
    font-size: 17px;
  }

  .ntbp-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ntbp-hero__visual {
    width: 92%;
    padding-left: 7px;
  }

  .ntbp-hero__sun {
    right: -40px;
    width: 150px;
    height: 150px;
  }

  .ntbp-photo-frame {
    padding: 10px 10px 42px;
  }

  .ntbp-tape--hero {
    left: 32%;
  }

  .ntbp-marquee__group {
    gap: 22px;
    padding-right: 22px;
    font-size: 16px;
  }

  .ntbp-origins__grid {
    gap: 52px;
  }

  .ntbp-origins__media {
    min-height: 520px;
  }

  .ntbp-photo-frame--origins-main {
    width: 76%;
  }

  .ntbp-photo-frame--origins-small {
    width: 52%;
  }

  .ntbp-doodle--arrow {
    top: 26%;
    right: 1%;
  }

  .ntbp-origins__copy > p:not(.ntbp-index) {
    font-size: 15px;
  }

  .ntbp-origins__copy > p:nth-of-type(2) {
    font-size: 17px;
  }

  .ntbp-roles {
    grid-template-columns: 1fr;
  }

  .ntbp-roles div + div {
    padding-left: 0;
    border-top: 1px solid var(--ntbp-line);
    border-left: 0;
  }

  .ntbp-territory {
    grid-template-columns: 1fr;
  }

  .ntbp-territory figure {
    min-height: 340px;
  }

  .ntbp-territory > div {
    min-height: 285px;
  }

  .ntbp-formats > div {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ntbp-formats i {
    display: none;
  }

  .ntbp-events__intro {
    gap: 30px;
  }

  .ntbp-events__photo {
    margin-top: 44px !important;
  }

  .ntbp-events__photo img {
    aspect-ratio: 3 / 4;
    object-position: 61% center;
  }

  .ntbp-events__photo figcaption {
    position: relative;
    width: 100%;
  }

  .ntbp-events__footer {
    grid-template-columns: 1fr;
  }

  .ntbp-events__footer > div + div {
    padding-left: 0;
    border-top: 1px solid var(--ntbp-line);
    border-left: 0;
  }

  .ntbp-case {
    margin-top: 50px;
  }

  .ntbp-case__story {
    min-height: 570px;
    padding: 34px 25px;
  }

  .ntbp-case__story h3 {
    font-size: 43px;
  }

  .ntbp-case__story .ntbp-button {
    width: 100%;
    gap: 12px;
  }

  .ntbp-case__logo {
    min-height: 190px;
    padding: 38px;
  }

  .ntbp-brand-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ntbp-brand {
    grid-column: auto;
  }

  .ntbp-brand {
    min-height: 148px;
    padding: 18px 12px 15px;
  }

  .ntbp-brand img {
    max-width: 125px;
    max-height: 60px;
  }

  .ntbp-contact {
    padding: 92px 0;
  }

  .ntbp-contact__copy > p:not(.ntbp-index) {
    font-size: 16px;
  }

  .ntbp-contact__photo {
    width: 93%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ntbp-page *,
  .ntbp-page *::before,
  .ntbp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .ntbp-marquee__track {
    animation: none !important;
  }
}

@supports selector(body:has(.ntbp-page)) {
  body:has(.ntbp-page) {
    overflow-x: clip;
  }

  body:has(.ntbp-page) .site-content > .ast-container,
  body:has(.ntbp-page) .site-content .content-area,
  body:has(.ntbp-page) .site-content .site-main,
  body:has(.ntbp-page) .site-content article,
  body:has(.ntbp-page) .site-content .entry-content {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
