/* Scoped to the commercial journey; project and competition pages keep their styles. */
body.buyer-page {
  background: #fff;
  color: #172322;
}
body.buyer-page::before,
body.buyer-page::after {
  display: none;
}
.buyer-page {
  --sales-ink: #172322;
  --sales-muted: #52615e;
  --sales-blue: #1759c5;
  --sales-green: #207448;
  --sales-line: #dce3df;
  --sales-soft-line: #e7ece9;
  letter-spacing: 0;
}
.buyer-page *,
.buyer-page *::before,
.buyer-page *::after {
  box-sizing: border-box;
  letter-spacing: 0;
}
.buyer-page [hidden] {
  display: none !important;
}
.buyer-page .sales-shell,
.buyer-page .site-header,
.buyer-page .site-footer {
  width: min(1120px, calc(100% - 64px));
}
.buyer-page .site-header {
  padding: 24px 0;
  align-items: center;
}
.buyer-page .site-nav {
  font-family: inherit;
  font-size: 14px;
  gap: 20px;
  overflow: visible;
}
.buyer-page .site-nav a {
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #465551;
  font-weight: 650;
}
.buyer-page .brand { min-width: 44px; min-height: 44px; }
.buyer-page .site-nav a:hover { color: #1759c5; }
.buyer-page .site-nav a[aria-current="page"] {
  color: #1759c5;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.buyer-page .language-link {
  border-left: 1px solid #dce3df;
  padding-left: 18px;
}
.buyer-page h1,
.buyer-page h2,
.buyer-page h3,
.buyer-page p {
  margin: 0;
}
.buyer-page h2 {
  font-size: 36px;
  line-height: 1.18;
  font-weight: 720;
}
.buyer-page h3 {
  font-size: 21px;
  line-height: 1.3;
  font-weight: 680;
}
.buyer-page p {
  line-height: 1.65;
}
.buyer-page .sales-label,
.buyer-page .sales-kicker,
.buyer-page .sales-price,
.buyer-page .sales-proof-state,
.buyer-page .sales-step-index,
.buyer-page .sales-trust-item span {
  font-family: inherit;
  text-transform: none;
  color: #52615e;
  font-size: 14px;
  font-weight: 600;
}
.buyer-page a:focus-visible,
.buyer-page button:focus-visible,
.buyer-page summary:focus-visible {
  outline: 3px solid #1759c5;
  outline-offset: 5px;
}
.buyer-page .sales-button,
.buyer-page .sales-brief-action {
  min-height: 50px;
  padding: 13px 22px;
  font-size: 15px;
  font-weight: 650;
  gap: 14px;
}
.buyer-page .sales-button.primary,
.buyer-page .sales-brief-action.primary {
  background: #1759c5;
  border-color: #1759c5;
  color: #fff;
  box-shadow: none;
}
.buyer-page .sales-button.primary:hover,
.buyer-page .sales-brief-action.primary:hover {
  background: #12479d;
  border-color: #12479d;
}
.buyer-page .sales-text-link {
  font-size: 15px;
  padding: 8px 0;
  min-height: 44px;
  gap: 10px;
  text-align: left;
  justify-content: flex-start;
}
.buyer-page .sales-back-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}
.buyer-skip {
  position: fixed;
  top: 8px;
  left: 16px;
  z-index: 100;
  padding: 12px 18px;
  color: #fff;
  background: #172322;
  transform: translateY(-180%);
}
.buyer-skip:focus {
  transform: none;
}
.buyer-hero {
  padding: 32px 0 42px;
}
.buyer-hero h1 {
  margin: 16px 0;
  font-size: 72px;
  line-height: 1;
  font-weight: 760;
}
.buyer-statement {
  max-width: 820px;
  font-size: 36px;
  font-weight: 620;
  line-height: 1.25 !important;
  text-wrap: balance;
}
.buyer-intro {
  max-width: 680px;
  margin-top: 18px !important;
  font-size: 18px;
  color: #52615e;
}
.buyer-hero .sales-actions {
  margin-top: 24px;
  gap: 24px;
}
.buyer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 26px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
  color: #52615e;
  font-size: 13px;
}
.buyer-trust li {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.buyer-trust li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  background: #207448;
  border-radius: 50%;
}
.buyer-page .sales-band {
  padding: 64px 0;
}
.buyer-page .sales-band:not(.build-week-band) {
  padding: 56px 0;
}
.buyer-page .sales-band-heading {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px;
  margin-bottom: 32px;
}
.buyer-page .sales-band-heading h2,
.buyer-page .sales-close h2 {
  font-size: 36px;
  line-height: 1.18;
}
.buyer-page .sales-band-heading p {
  font-size: 16px;
}
/* A real product leads; supporting projects remain individually accessible. */
.buyer-home #work { background: #edf4f3; }
.buyer-selected-work {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 32px;
}
.buyer-featured-project {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  color: #172322;
  text-decoration: none;
}
.buyer-featured-project > img {
  display: block;
  width: 100%;
  height: 430px;
  object-fit: contain;
}
.buyer-featured-copy { display: grid; gap: 18px; min-width: 0; }
.buyer-featured-copy strong { font-size: 32px; line-height: 1.2; }
.buyer-featured-copy .buyer-project-summary { font-size: 16px; }
.buyer-supporting-work { display: grid; }
.buyer-project-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) 24px;
  align-items: center;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid #cbdad5;
  color: #172322;
  text-decoration: none;
}
.buyer-project-row:first-child { border-top: 1px solid #cbdad5; }
.buyer-project-row > img { width: 62px; height: 104px; object-fit: contain; }
.buyer-project-row > span:not(.buyer-row-arrow) { display: grid; gap: 6px; }
.buyer-project-row strong { font-size: 19px; line-height: 1.3; }
.buyer-project-row .buyer-project-summary { font-size: 14px; }
.buyer-row-arrow { color: #1759c5; font-size: 22px; }
.buyer-featured-project:hover .buyer-project-link,
.buyer-project-row:hover strong { text-decoration: underline; text-underline-offset: 5px; }
.buyer-work-footer { margin-top: 24px; display: flex; justify-content: flex-end; }
.buyer-service-list { border-top: 1px solid #dce3df; }
.buyer-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 0.65fr);
  gap: 28px;
  align-items: start;
  padding: 26px 0;
  border-bottom: 1px solid #dce3df;
}
.buyer-service p { font-size: 16px; color: #52615e; }
.buyer-service h3 { font-size: 20px; }
.buyer-service-action { justify-self: end; }
.buyer-quote {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px 48px;
  margin-top: 32px;
}
.buyer-quote h3 { margin-bottom: 10px; font-size: 22px; }
.buyer-quote p { max-width: 600px; font-size: 16px; color: #52615e; }
.buyer-quote-actions { display: grid; justify-items: end; gap: 14px; }
.buyer-quote-actions .sales-text-link { font-size: 14px; }
@media (max-width: 760px) {
  .buyer-quote { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .buyer-quote-actions { justify-items: start; }
}
@media (max-width: 640px) {
  .buyer-service-action { justify-self: start; }
}
.buyer-service-price { display: grid; gap: 6px; justify-items: end; text-align: right; }
.buyer-service-price strong { font-size: 20px; font-weight: 650; line-height: 1.4; }
.buyer-service-price > span { font-size: 13px; color: #52615e; }
.buyer-service .sales-text-link { font-size: 14px; }
.buyer-review-details { margin-top: 24px; }
.buyer-review-details > summary {
  cursor: pointer;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
.buyer-review-details .buyer-review { margin: 0; padding-top: 16px; }
.buyer-home .buyer-founder-layout { gap: 48px; }
.buyer-home .buyer-founder p:last-of-type { margin-bottom: 12px; }
.buyer-needs {
  background: #edf5f0;
}
.buyer-three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
}
.buyer-three article,
.buyer-three li {
  min-width: 0;
}
.buyer-three h3 {
  margin: 12px 0;
}
.buyer-three p {
  color: #52615e;
  font-size: 16px;
}
.buyer-index {
  display: block;
  color: #207448;
  font-size: 14px;
  font-weight: 650;
}
.buyer-page .sales-work-grid {
  gap: 20px;
}
.buyer-page .sales-work-card {
  display: flex;
  flex-direction: column;
  min-height: 0;
  background: #fff;
  box-shadow: none;
}
.buyer-page .sales-work-card img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  background: #f3f5f4;
  padding: 16px;
}
.buyer-page .sales-work-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}
.buyer-page .sales-work-copy strong {
  font-size: 21px;
}
.buyer-page .sales-proof-state {
  font-size: 12px;
  color: #207448;
  line-height: 1.4;
}
.buyer-project-summary {
  color: #52615e;
  font-size: 15px;
  line-height: 1.55;
}
.buyer-project-link {
  color: #1759c5;
  font-size: 14px;
  font-weight: 650;
  padding-top: 10px;
  margin-top: auto;
}
.buyer-page .sales-offer-card {
  min-height: 0;
  padding: 26px;
  gap: 18px;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.buyer-page .sales-offer-card .sales-price {
  color: #172322;
  font-size: 24px;
  font-weight: 680;
}
.buyer-page .sales-offer-card p {
  font-size: 16px;
}
.buyer-page .sales-offer-card .sales-text-link {
  margin-top: auto;
}
.buyer-pricing {
  background: #f6f7f8;
}
.buyer-review {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.5fr);
  gap: 16px 36px;
  padding-top: 30px;
  margin-top: 32px;
  border-top: 1px solid #dce3df;
}
.buyer-review p {
  color: #52615e;
  font-size: 15px;
}
.buyer-review .sales-text-link {
  grid-column: 2;
}
.buyer-process {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
}
.buyer-founder {
  background: #f6f0f3;
}
.buyer-founder-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
}
.buyer-monogram {
  display: inline-block;
  color: #78405a;
  margin-bottom: 18px;
  font-size: 26px;
  font-weight: 750;
}
.buyer-founder p {
  color: #52615e;
  font-size: 17px;
  margin-bottom: 20px;
}
.buyer-page .sales-founder-links a {
  padding: 10px 0;
  font-size: 15px;
  min-height: 44px;
}
.buyer-page .sales-founder-links {
  gap: 24px;
}
.buyer-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 64px;
}
.buyer-faq details {
  border-bottom: 1px solid #dce3df;
}
.buyer-faq details:first-child {
  border-top: 1px solid #dce3df;
}
.buyer-faq summary {
  font-size: 17px;
  font-weight: 620;
  padding: 22px 24px 22px 0;
  cursor: pointer;
  line-height: 1.5;
}
.buyer-faq details p {
  font-size: 16px;
  color: #52615e;
  padding: 0 0 24px;
}
.buyer-page .sales-close {
  padding: 64px 0;
  gap: 48px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}
.buyer-page .sales-close-actions {
  align-content: center;
}
.buyer-page .sales-close p {
  font-size: 17px;
}
.buyer-page .buyer-response {
  font-size: 14px;
  color: #207448;
  font-weight: 550;
}
.buyer-page .site-footer {
  padding: 32px 0;
  margin-top: 0;
  font-size: 14px;
  border-top: 1px solid #dce3df;
}
.buyer-page .site-footer nav {
  gap: 12px 22px;
  font-family: inherit;
  text-transform: none;
}
.buyer-page .site-footer a {
  padding: 10px 0;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.buyer-page .sales-detail {
  padding-top: 8px;
}
.buyer-page .sales-detail-hero {
  padding: 32px 0 48px;
  gap: 40px;
}
.buyer-page .sales-detail-hero > div {
  min-width: 0;
}
.buyer-page .sales-detail-hero h1 {
  font-size: 44px;
  line-height: 1.18;
  text-wrap: balance;
}
.buyer-page .sales-detail-hero p {
  font-size: 17px;
}
.buyer-page .sales-detail-facts {
  gap: 16px;
  background: transparent;
  box-shadow: none;
}
.buyer-page .sales-detail-fact {
  padding: 16px 0;
  border-radius: 0;
  border-width: 0 0 1px;
  background: none;
}
.buyer-page .sales-detail-fact span {
  font-family: inherit;
  text-transform: none;
  font-size: 13px;
  color: #52615e;
}
.buyer-page .sales-detail-fact strong {
  font-size: 16px;
  line-height: 1.5;
}
.buyer-page .sales-service-row {
  gap: 28px;
  padding: 30px 0;
}
.buyer-page .sales-service-row p {
  font-size: 16px;
  line-height: 1.6;
}
.buyer-page .sales-service-row .sales-price {
  color: #172322;
  font-size: 19px;
  white-space: nowrap;
}
.buyer-page .sales-founder-copy p,
.buyer-page .sales-step p {
  font-size: 16px;
}
.buyer-page .sales-trust-item {
  background: none;
  padding: 16px 0;
  border-width: 0 0 1px;
  border-radius: 0;
}
.buyer-page .sales-trust-item strong {
  font-size: 16px;
  line-height: 1.5;
}
.buyer-contact-heading {
  max-width: 760px;
  padding: 20px 0 30px;
}
.buyer-contact-heading h1 {
  font-size: 42px;
  line-height: 1.15;
  margin-bottom: 16px;
}
.buyer-contact-heading p {
  font-size: 17px;
  color: #52615e;
}
.buyer-contact-heading .buyer-response {
  margin-top: 10px;
}
.buyer-brief .sales-brief-panel {
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.8fr);
  padding: 0 0 60px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
  gap: 64px;
}
.buyer-brief .sales-field > span {
  font-size: 14px;
  font-weight: 600;
}
.buyer-brief .sales-field input,
.buyer-brief .sales-field textarea {
  font-size: 16px;
  background: #fbfcfb;
}
.buyer-brief .sales-field textarea[name="workflow"] {
  min-height: 130px;
}
.buyer-brief .sales-field input::placeholder,
.buyer-brief .sales-field textarea::placeholder {
  color: #697671;
  opacity: 1;
}
.buyer-brief .sales-brief-form > .sales-brief-action {
  justify-self: start;
  width: auto;
  min-width: 210px;
}
.buyer-optional,
.buyer-email {
  border-top: 1px solid #dce3df;
}
.buyer-optional summary,
.buyer-email summary {
  padding: 14px 0;
  cursor: pointer;
  color: #1759c5;
  font-size: 15px;
  line-height: 1.5;
  min-height: 48px;
}
.buyer-optional .sales-route-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 6px 0 20px;
}
.buyer-optional .sales-route-option {
  padding: 10px;
  font-size: 14px;
  min-height: 48px;
}
.buyer-brief .buyer-privacy,
.buyer-brief .sales-form-consent {
  font-size: 13px;
  color: #52615e;
}
.buyer-brief .sales-brief-status {
  font-size: 15px;
  padding: 12px 0;
}
.buyer-brief .sales-brief-status.is-success {
  color: #176837;
}
.buyer-next {
  border-left: 1px solid #dce3df;
  padding-left: 32px;
}
.buyer-next h2 {
  font-size: 22px;
  margin-bottom: 16px;
}
.buyer-next p {
  font-size: 15px;
  margin-bottom: 18px;
}
.buyer-page .sales-button,
.buyer-page .sales-brief-action,
.buyer-page .sales-text-link {
  overflow-wrap: anywhere;
}
.buyer-page .sales-actions,
.buyer-page .sales-close-actions {
  display: flex;
  flex-wrap: wrap;
}
.buyer-page .sales-actions .sales-button,
.buyer-page .sales-close-actions .sales-button {
  width: auto;
}
@media (max-width: 1000px) {
  .buyer-selected-work { grid-template-columns: 1fr; }
  .buyer-featured-project { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); }
  .buyer-featured-project > img { height: 340px; }
  .buyer-supporting-work { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
  .buyer-project-row { grid-template-columns: 1fr; gap: 14px; border-top: 1px solid #cbdad5; }
  .buyer-project-row > img { width: 100%; height: 160px; }
  .buyer-project-row .buyer-row-arrow { display: none; }
  .buyer-page .sales-work-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .buyer-page .sales-detail-hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .buyer-page .sales-detail-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .buyer-page .sales-service-row {
    grid-template-columns: 1fr 1.4fr;
  }
  .buyer-page .sales-service-row .sales-price {
    text-align: left;
  }
  .buyer-page .sales-service-row .sales-text-link {
    justify-content: flex-start;
  }
  .buyer-page .sales-offer-grid {
    grid-template-columns: 1fr;
  }
  .buyer-brief .sales-brief-panel {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .buyer-next {
    border-left: 0;
    border-top: 1px solid #dce3df;
    padding: 28px 0 0;
  }
}
@media (max-width: 640px) {
  .buyer-page .sales-shell,
  .buyer-page .site-header,
  .buyer-page .site-footer {
    width: calc(100% - 40px);
  }
  .buyer-page .site-header {
    display: flex;
    flex-direction: row;
    padding: 16px 0;
    gap: 8px;
  }
  .buyer-page .brand-mark {
    width: 32px;
    height: 32px;
  }
  .buyer-page .site-nav {
    gap: 8px;
    font-size: 13px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .buyer-page .site-nav a[href$="/brief/"]:not(.language-link) {
    display: none;
  }
  .buyer-page .site-nav a[href$="/about/"] {
    display: inline-flex;
  }
  .buyer-page .language-link {
    padding-left: 10px;
  }
  .buyer-hero {
    padding: 18px 0 28px;
  }
  .buyer-hero h1 {
    font-size: 52px;
    margin: 14px 0;
  }
  .buyer-page .sales-kicker {
    font-size: 12px;
  }
  .buyer-statement {
    font-size: 27px;
  }
  .buyer-intro {
    font-size: 16px;
    margin-top: 18px !important;
  }
  .buyer-hero .sales-actions {
    gap: 10px 22px;
    margin-top: 22px;
  }
  .buyer-trust {
    display: grid;
    margin-top: 20px;
    gap: 6px;
    font-size: 13px;
  }
  .buyer-page .sales-band {
    padding: 40px 0;
  }
  .buyer-page .sales-band:not(.build-week-band) {
    padding: 36px 0;
  }
  .buyer-page h2,
  .buyer-page .sales-band-heading h2,
  .buyer-page .sales-close h2 {
    font-size: 28px;
    line-height: 1.22;
  }
  .buyer-page .sales-band-heading {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }
  .buyer-three {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .buyer-selected-work { gap: 28px; }
  .buyer-featured-project { gap: 18px; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr); }
  .buyer-featured-project > img { height: 290px; }
  .buyer-featured-copy { gap: 12px; }
  .buyer-featured-copy strong { font-size: 26px; }
  .buyer-featured-copy .buyer-project-summary { font-size: 14px; }
  .buyer-supporting-work { grid-template-columns: 1fr; gap: 0; }
  .buyer-project-row { grid-template-columns: 50px minmax(0, 1fr) 20px; gap: 16px; padding: 16px 0; border-top: 0; }
  .buyer-project-row > img { width: 50px; height: 90px; }
  .buyer-project-row .buyer-row-arrow { display: block; }
  .buyer-project-row strong { font-size: 18px; }
  .buyer-work-footer { margin-top: 16px; justify-content: flex-start; }
  .buyer-service { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .buyer-service-price { justify-items: start; text-align: left; }
  .buyer-service-price .sales-text-link { margin-top: 2px; }
  .buyer-home .buyer-founder-layout { gap: 22px; }
  .buyer-home .buyer-process { gap: 22px; }
  .buyer-home .buyer-process li { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 6px 16px; }
  .buyer-home .buyer-process .buyer-index { padding-top: 3px; }
  .buyer-home .buyer-process h3 { margin: 0; }
  .buyer-home .buyer-process p { grid-column: 2; }
  .buyer-three h3 {
    margin: 8px 0;
  }
  .buyer-page .sales-work-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .buyer-page .sales-work-card {
    display: grid;
    grid-template-columns: 126px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: stretch;
  }
  .buyer-page .sales-work-card img {
    width: 126px;
    height: 100%;
    min-height: 260px;
    object-fit: contain;
    padding: 8px;
  }
  .buyer-page .sales-work-copy {
    padding: 18px 14px;
    min-width: 0;
  }
  .buyer-page .sales-work-copy strong {
    font-size: 19px;
  }
  .buyer-project-summary {
    font-size: 14px;
  }
  .buyer-page .sales-offer-card {
    padding: 24px;
  }
  .buyer-review {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .buyer-review .sales-text-link {
    grid-column: 1;
  }
  .buyer-founder-layout,
  .buyer-faq {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .buyer-page .sales-close {
    grid-template-columns: 1fr;
    padding: 44px 0;
    gap: 24px;
  }
  .buyer-page .sales-close-actions {
    align-items: flex-start;
  }
  .buyer-page .sales-detail-hero {
    padding: 22px 0 32px;
    gap: 24px;
  }
  .buyer-page .sales-detail-hero h1 {
    font-size: 34px;
  }
  .buyer-page .sales-detail-facts {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }
  .buyer-page .sales-detail-fact {
    grid-template-columns: 110px minmax(0, 1fr);
    gap: 18px;
    align-items: baseline;
  }
  .buyer-page .sales-detail-fact strong {
    font-size: 14px;
  }
  .buyer-page .sales-service-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .buyer-page .sales-service-row .sales-text-link {
    justify-self: start;
  }
  .buyer-contact-heading {
    padding: 12px 0 24px;
  }
  .buyer-contact-heading h1 {
    font-size: 32px;
  }
  .buyer-contact-heading p {
    font-size: 16px;
  }
  .buyer-brief .sales-form-grid {
    grid-template-columns: 1fr;
  }
  .buyer-brief .sales-brief-form {
    gap: 12px;
  }
  .buyer-brief .sales-brief-form > .sales-brief-action {
    width: 100%;
  }
  .buyer-page .site-footer {
    padding-bottom: 24px;
  }
}
@media (max-width: 359px) {
  .buyer-page .site-header,
  .buyer-page .sales-shell,
  .buyer-page .site-footer {
    width: calc(100% - 32px);
  }
  .buyer-page .site-nav {
    gap: 4px;
  }
  .buyer-page .sales-work-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }
  .buyer-page .sales-work-card img {
    width: 108px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .buyer-page *,
  .buyer-page *::before,
  .buyer-page *::after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
