.brand-wordmark {
  display: block;
}

.brand-wordmark strong,
.briefs-page .brand-wordmark strong,
body:not(.briefs-page) .site-header .brand-wordmark strong {
  display: block;
  color: #e7dcc4;
  font-family: "Baskerville", "Iowan Old Style", "Palatino Linotype", Georgia, serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .045em;
  text-transform: none;
  white-space: nowrap;
}

.briefs-page .site-header {
  background: linear-gradient(180deg, rgba(4, 10, 10, .78), rgba(4, 10, 10, .08));
}

.briefs-page .assignments-intro {
  min-height: 735px;
  padding: 170px clamp(24px, 6vw, 92px) 82px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0;
}

.briefs-page .assignments-intro > img {
  object-position: 56% center;
}

.briefs-page .assignments-intro-shade {
  background:
    linear-gradient(90deg, rgba(4, 10, 10, .94) 0%, rgba(4, 10, 10, .76) 35%, rgba(4, 10, 10, .22) 68%, rgba(4, 10, 10, .08) 100%),
    linear-gradient(0deg, rgba(4, 10, 10, .76), transparent 58%);
}

.briefs-page .assignments-intro .section-number {
  position: absolute;
  top: 172px;
  left: clamp(24px, 6vw, 92px);
  padding: 0;
}

.briefs-page .assignments-intro-copy {
  width: min(650px, 56vw);
  max-width: none;
  margin-left: 0;
}

.briefs-page .assignments-intro-copy .eyebrow {
  margin-bottom: 22px;
}

.briefs-page .assignments-intro h1 {
  margin: 0 0 24px;
  font-size: clamp(54px, 5.9vw, 84px);
  line-height: .9;
}

.briefs-page .assignments-intro p {
  max-width: 610px;
}

.briefs-page .brief-library-intro span {
  color: #765b32;
}

@media (max-width: 900px) {
  .credibility {
    scrollbar-width: none;
  }

  .credibility::-webkit-scrollbar {
    display: none;
  }

  .briefs-page .assignments-intro {
    min-height: 670px;
    padding-top: 142px;
  }

  .briefs-page .assignments-intro .section-number {
    top: 132px;
  }

  .briefs-page .assignments-intro-copy {
    width: min(620px, 78vw);
  }
}

@media (max-width: 600px) {
  .brand-wordmark strong,
  .briefs-page .brand-wordmark strong,
  body:not(.briefs-page) .site-header .brand-wordmark strong {
    max-width: 112px;
    font-size: 11px;
    line-height: 1.12;
    white-space: normal;
  }

  .briefs-page .assignments-intro {
    min-height: 650px;
    padding: 122px 20px 52px;
  }

  .briefs-page .assignments-intro > img {
    object-position: 66% center;
  }

  .briefs-page .assignments-intro-shade {
    background: linear-gradient(180deg, rgba(4,10,10,.56), rgba(4,10,10,.93) 68%);
  }

  .briefs-page .assignments-intro .section-number {
    top: 122px;
    left: 20px;
  }

  .briefs-page .assignments-intro-copy {
    width: 100%;
  }

  .briefs-page .assignments-intro h1 {
    font-size: 57px;
  }
}

/* Mobile access — isolated from the desktop presentation */
@media (max-width: 767px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }

  main,
  section,
  header,
  footer {
    max-width: 100%;
  }

  a,
  button,
  select {
    touch-action: manipulation;
  }

  .site-header {
    width: 100%;
  }

  .site-header .brand {
    min-width: 0;
  }

  .credibility {
    min-height: 0;
    padding: 24px 20px 26px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px 24px;
    overflow: hidden;
  }

  .credibility > * {
    min-width: 0;
  }

  .credibility > span {
    grid-column: 1 / -1;
    padding-bottom: 4px;
  }

  .credibility div {
    font-size: 9px;
    line-height: 1.4;
    letter-spacing: .16em;
  }

  .request > *,
  .field-row > *,
  .brief-form,
  .brief-form input,
  .brief-form select,
  .brief-form textarea {
    min-width: 0;
    max-width: 100%;
  }

  .brief-form input,
  .brief-form select,
  .brief-form textarea,
  .request-v2 .brief-form input,
  .request-v2 .brief-form select,
  .request-v2 .brief-form textarea {
    width: 100%;
    font-size: 16px;
  }

  .brief-form select,
  .form-footer button,
  .header-cta-v2 {
    min-height: 44px;
  }

  .briefs-visual-copy > a {
    min-height: 44px;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .site-header {
    height: 72px;
    padding: 0 16px;
  }

  .site-header .brand {
    gap: 10px;
  }

  .brand-symbol {
    width: 40px;
    height: 40px;
  }

  .brand-wordmark strong,
  .briefs-page .brand-wordmark strong,
  body:not(.briefs-page) .site-header .brand-wordmark strong {
    max-width: 108px;
    font-size: 10.5px;
    line-height: 1.1;
  }

  .header-cta-v2 {
    min-width: 70px;
    padding: 8px 10px;
  }

  .hero-v4 {
    min-height: 680px;
    padding: 116px 18px 84px;
  }

  .hero-v4 .hero-copy {
    width: 100%;
    max-width: 100%;
    padding-bottom: 54px;
  }

  .hero-v4 h1 {
    margin: 21px 0 25px;
    font-size: clamp(45px, 14vw, 51px);
    line-height: .94;
  }

  .hero-v4 .hero-lead {
    max-width: 34rem;
    font-size: 15.5px;
    line-height: 1.62;
  }

  .hero-signature {
    left: 18px;
    bottom: 28px;
  }

  .eyebrow {
    font-size: 9px;
    line-height: 1.45;
    letter-spacing: .18em;
  }

  .section-pad {
    padding: 74px 18px;
  }

  .principle-editorial {
    min-height: 600px;
  }

  .principle-copy {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .principle-copy .section-number {
    margin-bottom: 38px;
  }

  .principle-copy h2 {
    margin: 21px 0 24px;
    font-size: 43px;
    line-height: 1;
  }

  .principle-copy > p:last-child {
    font-size: 14.5px;
    line-height: 1.7;
  }

  .capabilities-v2 {
    min-height: 600px;
    padding-top: 64px;
    padding-bottom: 58px;
  }

  .capabilities-intro h2 {
    font-size: 41px;
    line-height: 1.02;
  }

  .capabilities-intro > p {
    font-size: 14.5px;
    line-height: 1.65;
  }

  .capabilities-v2 .capability-line {
    margin-top: 36px;
    gap: 15px 12px;
  }

  .capability-line span {
    font-size: 8px;
    line-height: 1.45;
    white-space: normal;
  }

  .mobility-editorial {
    min-height: 660px;
  }

  .mobility-copy {
    width: calc(100% - 36px);
    padding: 78px 0 76px 18px;
  }

  .mobility-copy h2 {
    margin: 24px 0;
    font-size: 42px;
    line-height: 1;
  }

  .mobility-copy p {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .network-v2 {
    min-height: 780px;
  }

  .network-v2-content {
    width: 100%;
    padding: 68px 18px 390px;
  }

  .network-v2-content h2 {
    margin: 22px 0;
    font-size: 42px;
    line-height: 1;
  }

  .network-secondary {
    left: 18px;
    right: 18px;
    bottom: 118px;
    font-size: 13.5px;
    line-height: 1.65;
  }

  .network-signature {
    left: 18px;
    right: 18px;
    bottom: 32px;
    gap: 10px;
  }

  .network-signature strong {
    font-size: 7px;
  }

  .briefs-visual {
    min-height: 610px;
  }

  .briefs-visual-copy {
    width: calc(100% - 36px);
    margin-left: 18px;
  }

  .briefs-visual-copy .section-number {
    margin-bottom: 32px;
  }

  .briefs-visual-copy h2 {
    margin: 22px 0;
    font-size: 42px;
    line-height: 1.04;
  }

  .briefs-visual-copy > p:not(.eyebrow) {
    font-size: 14px;
    line-height: 1.65;
  }

  .process-visual {
    min-height: 880px;
    padding: 70px 18px;
    gap: 28px;
  }

  .process-title .section-number {
    margin-bottom: 30px;
  }

  .process-title h2 {
    font-size: 42px;
    line-height: 1;
  }

  .process-flow article {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
    padding: 22px 0;
  }

  .process-flow h3 {
    font-size: 23px;
  }

  .process-flow p {
    font-size: 12px;
    line-height: 1.6;
  }

  .request {
    padding: 76px 18px;
    gap: 50px;
  }

  .request-v2 .request-copy h2 {
    margin: 23px 0 26px;
    font-size: 42px;
    line-height: 1.02;
  }

  .request-v2 .request-copy > p:not(.eyebrow) {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .request-confidence {
    margin-top: 44px;
  }

  .request-confidence strong {
    font-size: 34px;
  }

  .brief-form,
  .request-v2 .brief-form {
    width: 100%;
    padding: 30px 22px;
  }

  .request-v2 .form-heading {
    margin-bottom: 34px;
    padding-bottom: 23px;
  }

  .request-v2 .form-heading span {
    font-size: 31px;
  }

  .request-v2 .brief-form label {
    margin-bottom: 24px;
  }

  .brief-form input,
  .brief-form select {
    min-height: 46px;
    padding: 11px 0;
  }

  .brief-form textarea {
    min-height: 150px;
  }

  .form-footer {
    gap: 18px;
  }

  .form-footer button {
    width: 100%;
    min-height: 52px;
  }

  .brief-form.is-submitted {
    min-height: 500px;
  }

  .brief-confirmation {
    padding: 28px 8px;
  }

  .brief-confirmation h3 {
    font-size: 38px;
  }

  .confirmation-response {
    font-size: 13px;
  }

  .footer-minimal {
    min-height: 76px;
    padding-right: 18px;
    padding-left: 18px;
    text-align: center;
  }

  .briefs-page .assignments-intro {
    min-height: 620px;
    padding: 116px 18px 50px;
  }

  .briefs-page .assignments-intro .section-number {
    top: 116px;
    left: 18px;
  }

  .briefs-page .assignments-intro h1 {
    font-size: 54px;
    line-height: .92;
  }

  .briefs-page .assignments-intro p {
    font-size: 13.5px;
    line-height: 1.65;
  }

  .briefs-page .brief-library {
    padding: 42px 18px 76px;
  }

  .briefs-page .brief-item summary {
    min-height: 76px;
  }
}

@media (max-width: 380px) {
  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .brand-wordmark strong,
  .briefs-page .brand-wordmark strong,
  body:not(.briefs-page) .site-header .brand-wordmark strong {
    max-width: 96px;
    font-size: 10px;
  }

  .hero-v4 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hero-v4 h1 {
    font-size: 46px;
  }

  .hero-v4 .hero-lead {
    font-size: 15px;
  }

  .credibility {
    padding-right: 18px;
    padding-left: 18px;
    gap: 14px 18px;
  }

  .network-signature {
    gap: 8px;
  }

  .network-signature i {
    width: 10px;
  }

  .network-signature strong {
    font-size: 6.5px;
    letter-spacing: .12em;
  }

  .process-title h2,
  .request-v2 .request-copy h2 {
    font-size: 39px;
  }

  .process-flow h3 {
    font-size: 22px;
  }

  .brief-form,
  .request-v2 .brief-form {
    padding: 28px 18px;
  }

  .briefs-page .assignments-intro h1 {
    font-size: 50px;
  }

  .briefs-page .brief-item summary h2 {
    font-size: 20px;
  }
}
