.eyebrow::before {
  display: none !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

button {
  font-family: inherit;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(52px, 4.5vw, 76px);
  text-wrap: balance;
}

.hero {
  background: #fff;
}

.hero-body {
  max-width: 720px;
  margin-bottom: 34px;
}

.hero-body p,
.hero-body .lead,
.hero-proof {
  max-width: 42rem;
  margin-bottom: .8rem;
  font-size: 1.08rem;
  line-height: 1.58;
}

.hero .portrait {
  padding: 16px;
  border-radius: 0;
}

.hero .portrait img {
  aspect-ratio: 4 / 3;
  border-radius: 0;
  object-position: center;
}

.action-pair {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button-outline {
  background: transparent;
}

.enquiry-trigger {
  cursor: pointer;
}

.audience-section {
  background-color: #fff;
  background-image: repeating-linear-gradient(to bottom, transparent 0, transparent 47px, rgba(45,45,45,.07) 48px);
}

.audience-layout {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(28rem, 1.05fr);
  align-items: center;
  gap: clamp(3.5rem, 7vw, 8rem);
}

.audience-copy h2 {
  max-width: 20ch;
  margin-bottom: 1.6rem;
  font-size: clamp(2.35rem, 3vw, 3.55rem);
  text-wrap: balance;
}

.audience-copy > p:not(.eyebrow) {
  max-width: 42rem;
  font-size: 1.05rem;
  line-height: 1.6;
}

.audience-list-label {
  margin: 2rem 0 .7rem;
  font-weight: 700;
}

.audience-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.audience-checklist li {
  margin: .45rem 0;
  font-size: 1.05rem;
  line-height: 1.5;
}

.audience-closing {
  margin-top: 1.65rem;
  font-family: Twentieth, Arial, sans-serif;
  font-size: 1.05rem !important;
  line-height: 1.6 !important;
}

.audience-types {
  padding: 3.5rem max(30px, 5vw);
  border-bottom: 1px solid var(--rule);
  color: #fff;
  background: var(--ground-black);
  background-image: none;
}

.audience-types-layout {
  display: grid;
  grid-template-columns: minmax(12rem, .45fr) minmax(0, 1.55fr);
  align-items: start;
  gap: clamp(2rem, 5vw, 6rem);
}

.audience-types h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 2.6vw, 3rem);
}

.audience-types ul {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 2.5rem;
  list-style: none;
}

.audience-types li {
  position: relative;
  padding-left: 1.65rem;
  color: #fff;
  font-size: 1.15rem;
  line-height: 1.45;
}

.audience-types li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--orange);
  font-weight: 700;
}

.stacked-actions {
  display: flex;
  margin-top: 2.4rem;
  align-items: flex-start;
  flex-direction: column;
  gap: 1rem;
}

.text-link {
  display: inline-flex;
  width: fit-content;
  padding: 0 0 .35rem;
  border: 0;
  border-bottom: 3px solid var(--orange);
  border-radius: 0;
  color: #171717;
  background: transparent;
  font-size: .86rem;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

.download-link[aria-disabled="true"] {
  cursor: default;
}

.social-proof-composition {
  position: relative;
  min-height: 36rem;
}

.proof-image {
  position: absolute;
  inset: 0 2.5rem 4.5rem 0;
  margin: 0;
  padding: 14px;
  transform: rotate(1deg);
  background: #fff;
  box-shadow: 0 18px 40px rgba(27,27,27,.12);
}

.proof-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 70%;
}

.linkedin-proof {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(36rem, 84%);
  padding: 1.35rem 1.5rem;
  transform: none;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(27,27,27,.14);
}

.linkedin-proof::before {
  content: "in";
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 3px;
  color: #fff;
  background: #0a66c2;
  font: 700 .85rem Arial, sans-serif;
}

.proof-placeholder,
.proof-quote {
  max-width: none;
  margin: 0 3rem 1rem 0;
  font: 400 1rem/1.5 Twentieth, Arial, sans-serif;
}

.proof-person {
  display: flex;
  align-items: center;
  gap: .85rem;
}

.proof-person p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.4;
}

.proof-person span {
  color: #666;
}

.proof-avatar {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.logo-micro-heading {
  max-width: none;
  margin: 0 auto 2.4rem;
  color: #171717;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.05;
  text-align: center;
  text-wrap: balance;
}

.logo-wall {
  padding: clamp(1.5rem, 2.5vw, 2.5rem) max(30px,5vw) clamp(4.5rem, 7vw, 7rem);
  border-top: 0;
  border-bottom: 1px solid var(--rule);
  background: #fff;
}

.client-logo-grid {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--rule);
  background: var(--rule);
  list-style: none;
}

.client-logo-grid li {
  display: grid;
  min-height: 9rem;
  padding: 1.5rem;
  place-items: center;
  background: #fff;
}

.client-logo-grid img {
  display: block;
  width: 100%;
  max-width: 12rem;
  max-height: 4.8rem;
  filter: grayscale(1) contrast(1.15);
  opacity: 1;
  object-fit: contain;
}

.commission-section {
  background: #fff;
  padding-bottom: 0;
  border-bottom: 0;
}

.commission-intro {
  max-width: var(--max);
  margin-bottom: 0;
  text-align: left;
}

.commission-intro .eyebrow {
  justify-content: flex-start;
  margin-bottom: 0;
}

.commission-intro h2 {
  max-width: 22ch;
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(2.75rem, 4.25vw, 4.75rem);
  text-wrap: balance;
  margin-bottom: 1.4rem;
}

.commission-summary {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.15rem;
}

.commission-summary p {
  margin-bottom: .35rem;
}

.commission-block {
  display: grid;
  min-height: 44rem;
  padding: 6rem 0;
  grid-template-columns: minmax(21rem, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: clamp(4rem, 8vw, 9rem);
  border-top: 1px solid var(--rule);
}

.commission-block:first-child {
  padding-top: 2rem;
  border-top: 0;
}

.commission-block:nth-child(2) {
  border-top: 0;
}

.commission-block:last-child {
  padding-bottom: 3rem;
}

.offer-callout {
  width: 100%;
  margin: 0;
  padding: clamp(3.5rem, 5vw, 5.5rem) max(48px, 8vw);
  border-bottom: 1px solid var(--rule);
  color: #fff;
  background: var(--ground-black);
}

.offer-callout-inner {
  display: block;
}

.offer-callout p {
  max-width: 78rem;
  margin-bottom: 0;
  font-size: clamp(1.15rem, 1.8vw, 1.45rem);
  line-height: 1.55;
}

.offer-callout h2 {
  max-width: none;
  margin-bottom: 1rem;
  color: #fff;
  font-size: clamp(2.25rem, 3.2vw, 3.75rem);
}

.inline-conversation {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-decoration-thickness: 3px;
  text-underline-offset: .2em;
  cursor: pointer;
}

.commission-block-reverse .commission-copy {
  order: 2;
}

.commission-block-reverse .offer-scrapbook {
  order: 1;
}

.commission-copy h3 {
  max-width: 12ch;
  margin-bottom: 1.7rem;
  font-size: clamp(2.6rem, 4vw, 4.8rem);
}

.commission-copy {
  padding-top: 1.5rem;
}

.commission-copy p {
  max-width: 40rem;
}

.commission-copy .lead {
  font-family: Sentient, Georgia, serif;
  font-size: 1.45rem;
  line-height: 1.42;
}

.compact-actions {
  margin-top: 2rem;
}

.scrapbook {
  position: relative;
  min-height: 35rem;
}

.scrap-photo,
.scrap-note,
.scrap-quote {
  position: absolute;
  box-shadow: 0 24px 54px rgba(33,33,33,.2);
}

.scrap-photo {
  margin: 0;
  overflow: hidden;
  border: .9rem solid #fff;
  background: #dedbd7;
}

.scrap-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.facilitated-photo img {
  object-position: 50% 48%;
}

.commission-block:nth-child(2) .offer-scrapbook {
  min-height: 48rem;
}

.commission-block:nth-child(2) .scrap-photo-main {
  inset: 0 4% 1.5rem 2%;
}

.scrap-photo-main {
  inset: 1.5rem 4% 3rem 2%;
  transform: rotate(-2deg);
}

.scrap-quote {
  right: 0;
  bottom: 0;
  width: min(22rem, 58%);
  margin: 0;
  padding: 1.5rem 1.6rem;
  transform: rotate(2.5deg);
  border-radius: 14px;
  background: #fff;
  font: italic clamp(1.1rem, 1.5vw, 1.45rem)/1.35 Sentient, Georgia, serif;
}

.scrap-quote cite {
  display: block;
  margin-top: 1rem;
  font: 700 .72rem/1.4 Twentieth, Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.scrap-quote-person {
  display: flex;
  margin-top: 1rem;
  align-items: center;
  gap: .75rem;
}

.scrap-quote-person img {
  width: 2.65rem;
  height: 2.65rem;
  flex: 0 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

.scrap-quote-person cite {
  margin-top: 0;
}

.scrap-quote-person cite span {
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.scrap-quote-orange {
  border-top: 6px solid var(--orange);
}

.scrap-quote-lilac {
  border-top: 6px solid var(--lilac);
}

.scrap-quote-dark {
  border-top: 6px solid #303030;
}

.offer-linkedin-proof {
  top: auto;
  right: 0;
  bottom: 0;
  width: min(36rem, 88%);
  margin: 0;
  padding: 1.35rem 1.5rem;
  transform: none;
}

.offer-linkedin-proof .proof-quote {
  max-width: none;
  margin: 0 3rem 1rem 0;
}

.commission-block:nth-child(2) .offer-linkedin-proof {
  right: -1rem;
}

.commission-block:first-child .scrap-quote {
  width: min(26rem, 70%);
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}

.scrap-photo-detail {
  right: 0;
  bottom: 0;
  width: 42%;
  height: 43%;
  transform: rotate(4deg);
}

.scrap-note {
  top: 0;
  right: 0;
  display: grid;
  width: 39%;
  min-height: 6rem;
  margin: 0;
  padding: 1.25rem;
  place-items: center;
  transform: rotate(3deg);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.45;
  text-align: center;
  text-transform: uppercase;
}

.scrap-note-dark {
  color: #fff;
  background: #303030;
}

.scrap-note-orange {
  background: var(--orange);
}

.scrap-note-lilac {
  background: var(--lilac);
}

.why-section {
  overflow: hidden;
}

.why-faq > .eyebrow {
  margin-bottom: 2.5rem;
}

.why-faq-layout {
  display: grid;
  grid-template-columns: 1fr;
  align-items: start;
  gap: 3rem;
}

.why-faq-layout > h2 {
  max-width: 15ch;
  margin: 0;
}

.numbered-answers {
  display: grid;
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr;
  gap: 1px;
  border: 1px solid var(--rule);
  background: var(--rule);
  list-style: none;
}

.numbered-answers li {
  display: grid;
  min-height: 0;
  padding: clamp(2rem, 3.5vw, 3.25rem);
  grid-template-columns: minmax(4.5rem, .18fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  border: 0;
  background: #fff;
}

.numbered-answers li > span {
  display: block;
  margin-bottom: 0;
  color: var(--orange);
  font: 400 2.35rem/1 Sentient, Georgia, serif;
}

.why-icon img {
  display: block;
  width: 3rem;
  height: 3rem;
}

.numbered-answers h3 {
  margin: 0 0 .65rem;
  font: 700 1.15rem/1.35 Twentieth, Arial, sans-serif;
}

.numbered-answers p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
}

.why-actions {
  justify-content: center;
  margin-top: 3rem;
}

.why-lead {
  align-self: end;
}

.why-lead p:last-child {
  margin-bottom: 0;
}

.editorial-proof {
  display: grid;
  gap: 5rem;
}

.editorial-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(20rem, .9fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.editorial-feature-reverse figure {
  order: 2;
}

.editorial-feature figure {
  margin: 0;
  padding: 14px;
  transform: rotate(-1.2deg);
  background: #fff;
  box-shadow: 0 18px 40px rgba(27,27,27,.12);
}

.editorial-feature-reverse figure {
  transform: rotate(1.2deg);
}

.editorial-feature img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.editorial-feature h3,
.editorial-columns h3 {
  font-size: clamp(2rem, 3vw, 3.4rem);
}

.editorial-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--rule);
}

.editorial-columns-two {
  grid-template-columns: 1fr 1fr;
}

.editorial-columns article {
  min-height: 25rem;
  padding: clamp(2rem, 4vw, 4rem);
  background: #fff;
}

.pullout-card {
  background: var(--lilac) !important;
}

.dark-pullout {
  color: #fff;
  background: #303030 !important;
}

.dark-pullout h3 {
  color: #fff;
}

.marker-line {
  display: inline;
  padding: .05em .15em;
  font-weight: 700;
  background: linear-gradient(transparent 56%, rgba(244,126,66,.72) 56%);
}

.stats {
  display: grid;
  margin-top: 7rem;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border: 1px solid var(--rule);
  background: var(--rule);
}

.stats article {
  min-height: 24rem;
  padding: clamp(2rem, 4vw, 4rem);
  background: var(--stone);
}

.stats strong {
  display: block;
  margin-bottom: 2rem;
  color: var(--orange);
  font: 400 clamp(4rem, 7vw, 7rem)/.9 Sentient, Georgia, serif;
}

.stats strong span {
  display: block;
  margin-top: 1.25rem;
  color: #171717;
  font: 700 1.05rem/1.35 Twentieth, Arial, sans-serif;
}

.stats p {
  max-width: 23rem;
  font-size: 1.05rem;
}

.good-news-inner p + p {
  margin-top: .5rem;
}

.bespoke-section {
  background-color: #fff;
}

.bespoke-section .black-label {
  color: #171717;
}

.bespoke-layout {
  display: grid;
  grid-template-columns: minmax(22rem, .82fr) minmax(0, 1.18fr);
  align-items: center;
  gap: clamp(4rem, 8vw, 9rem);
}

.bespoke-copy h2 {
  max-width: 12ch;
}

.bespoke-copy p {
  max-width: 43rem;
}

.ecosystem-collage {
  position: relative;
  min-height: 43rem;
}

.ecosystem-collage figure {
  position: absolute;
  margin: 0;
  padding: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 40px rgba(27,27,27,.15);
}

.ecosystem-collage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecosystem-main {
  inset: 2rem 3.5rem 5rem 0;
  transform: rotate(-2deg);
}

.ecosystem-detail {
  right: 0;
  bottom: 0;
  width: 47%;
  height: 44%;
  transform: rotate(3.5deg);
}

.good-news-section {
  padding: 4rem max(30px,5vw);
  border-bottom: 1px solid var(--rule);
  background: var(--lilac);
}

.good-news-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(28rem, .8fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 7rem);
}

.good-news-inner h2 {
  margin-bottom: .9rem;
  font-size: clamp(2.5rem, 3.5vw, 4rem);
}

.good-news-inner p {
  max-width: 46rem;
  margin: 0;
}

.newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
}

.newsletter-form .button.dark,
.newsletter-form .button.dark:hover {
  border-color: #303030;
  color: #fff !important;
  background: #303030;
}

.newsletter-form input,
.enquiry-form input,
.enquiry-form textarea {
  width: 100%;
  min-height: 58px;
  padding: .85rem 1rem;
  border: 1px solid #918b86;
  border-radius: 0;
  color: #171717;
  background: #fff;
  font: inherit;
}

.newsletter-form input:focus,
.enquiry-form input:focus,
.enquiry-form textarea:focus {
  outline: 3px solid rgba(244,126,66,.35);
  outline-offset: 2px;
}

.enquiry-dialog {
  width: min(680px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  padding: clamp(2rem, 5vw, 4rem);
  overflow-y: auto;
  border: 0;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
}

.enquiry-dialog::backdrop {
  background: rgba(23,23,23,.68);
  backdrop-filter: blur(3px);
}

.enquiry-dialog h2 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 5vw, 4.6rem);
}

.dialog-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  color: #171717;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.enquiry-form {
  display: grid;
  margin-top: 2rem;
  gap: .65rem;
}

.enquiry-form label {
  margin-top: .55rem;
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.enquiry-form textarea {
  min-height: 9rem;
  resize: vertical;
}

.enquiry-form .button {
  width: fit-content;
  margin-top: 1rem;
}

body.dialog-open {
  overflow: hidden;
}

.footer-base {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  border-top-color: rgba(255,255,255,.24);
  color: #d0d0d0;
}

@media (max-width: 1100px) {
  .client-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .editorial-columns {
    grid-template-columns: 1fr 1fr;
  }

  .editorial-columns article:last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 900px) {
  .action-pair {
    align-items: stretch;
    flex-direction: column;
  }

  .action-pair .button {
    width: 100%;
  }

  .audience-layout,
  .audience-types-layout,
  .commission-block,
  .why-faq-layout,
  .editorial-feature,
  .editorial-columns,
  .editorial-columns-two,
  .bespoke-layout,
  .good-news-inner {
    grid-template-columns: 1fr;
  }

  .social-proof-composition {
    min-height: 34rem;
  }

  .commission-intro {
    margin-bottom: 0;
  }

  .commission-block {
    min-height: 0;
    gap: 3.5rem;
  }

  .commission-block:nth-child(2) .offer-scrapbook {
    min-height: 42rem;
  }

  .offer-callout {
    padding-right: 25px;
    padding-left: 25px;
  }

  .offer-callout-inner {
    display: block;
  }

  .commission-block-reverse .commission-copy,
  .commission-block-reverse .offer-scrapbook,
  .editorial-feature-reverse figure {
    order: initial;
  }

  .commission-block:nth-child(2) .offer-linkedin-proof {
    right: 0;
  }

  .editorial-columns article:last-child {
    grid-column: auto;
  }

  .editorial-columns article {
    min-height: 0;
  }

  .stats {
    grid-template-columns: 1fr;
  }

  .numbered-answers {
    grid-template-columns: 1fr;
  }

  .numbered-answers li {
    min-height: 0;
  }

  .stats article {
    min-height: 0;
  }

  .ecosystem-collage {
    min-height: 36rem;
  }

  .newsletter-form {
    grid-template-columns: 1fr;
  }

  .newsletter-form .button {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .hero h1 {
    font-size: clamp(44px, 13vw, 56px);
  }

  .social-proof-composition {
    min-height: 29rem;
  }

  .proof-image {
    inset: 0 1rem 6rem 0;
  }

  .linkedin-proof {
    width: 90%;
  }

  .client-logo-grid {
    grid-template-columns: 1fr 1fr;
  }

  .logo-micro-heading {
    white-space: normal;
  }

  .audience-types ul {
    grid-template-columns: 1fr;
  }

  .client-logo-grid li {
    min-height: 6.75rem;
    padding: 1rem;
  }

  .commission-block {
    padding: 4.5rem 0;
  }

  .commission-block:nth-child(2) .offer-scrapbook {
    min-height: 38rem;
  }

  .scrapbook {
    min-height: 24rem;
  }

  .scrap-photo {
    border-width: .55rem;
  }

  .scrap-photo-detail {
    width: 46%;
  }

  .scrap-quote,
  .offer-linkedin-proof {
    width: 78%;
    padding: 1.2rem;
  }

  .offer-linkedin-proof .proof-quote {
    margin-right: 2.6rem;
  }

  .numbered-answers li {
    grid-template-columns: 1fr;
  }

  .scrap-note {
    width: 45%;
    font-size: .62rem;
  }

  .editorial-proof {
    gap: 3rem;
  }

  .editorial-feature {
    gap: 2rem;
  }

  .stats {
    margin-top: 4rem;
  }

  .ecosystem-collage {
    min-height: 27rem;
  }

  .ecosystem-main {
    inset: 1rem 1.5rem 4rem 0;
  }

  .footer-base {
    flex-direction: column;
  }
}
