.messaging-shell {
  width: min(calc(100% - 112px), 1200px);
  margin: 0 auto;
}

.messaging-eyebrow {
  margin: 0 0 14px;
  color: #666d63;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.messaging-heading {
  max-width: 760px;
}

.messaging-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.messaging-heading h2,
.message-cta-card h2 {
  margin: 0;
  color: #17201a;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(38px, 4.8vw, 54px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.06;
}

.messaging-heading > p:last-child {
  margin: 20px 0 0;
  color: #4c5249;
  font-size: 17px;
  line-height: 1.65;
}

.brand-art-hero {
  min-height: clamp(650px, 70vw, 820px);
  padding: clamp(88px, 9vw, 126px) 56px clamp(110px, 12vw, 154px) !important;
  align-items: flex-start !important;
  justify-content: center;
  isolation: isolate;
  background: #fbfaf8;
}

.brand-art-hero__copy {
  width: min(56%, 680px);
  max-width: 680px !important;
  text-align: left !important;
}

.brand-art-hero__copy > p {
  max-width: 42ch !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.brand-art-hero__copy .cta-row {
  justify-content: flex-start !important;
}

.hero-brand-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
  margin: 0;
  pointer-events: none;
}

.hero-brand-visual::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(251, 250, 248, .98) 0%, rgba(251, 250, 248, .88) 41%, rgba(251, 250, 248, .28) 61%, rgba(251, 250, 248, 0) 78%);
  content: '';
}

.hero-brand-visual__ribbons {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-brand-visual__mark {
  position: absolute;
  z-index: 2;
  top: 49%;
  right: clamp(60px, 9vw, 142px);
  width: clamp(250px, 28vw, 390px);
  height: auto;
  transform: translateY(-42%);
  filter: drop-shadow(0 34px 42px rgba(62, 46, 126, .16));
}

.positioning-band {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.05fr repeat(3, 1fr);
  gap: 0;
  padding: 0 56px;
  border-top: 1px solid #dfe4da;
  border-bottom: 1px solid #dfe4da;
  background: #f2f4ee;
}

.positioning-band__intro,
.positioning-band__item {
  display: flex;
  min-height: 130px;
  padding: 28px 30px;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #dfe4da;
}

.positioning-band__intro {
  color: #175f2e;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .11em;
  line-height: 1.55;
  text-transform: uppercase;
}

.positioning-band__item:last-child {
  border-right: 0;
}

.positioning-band__item strong {
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
}

.positioning-band__item span {
  margin-top: 6px;
  color: #666d63;
  font-size: 13px;
  line-height: 1.5;
}

.positioning-band__link {
  display: inline-flex;
  margin-top: 9px;
  color: #175f2e;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
  text-decoration: none;
}

.positioning-band__link:hover {
  color: #237a3c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.comparison-section,
.governance-section,
.message-cta-section {
  position: relative;
  z-index: 5;
  padding: 104px 0;
  background: #f7f8f4;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 56px;
}

.comparison-card {
  padding: clamp(34px, 4vw, 50px);
  border: 1px solid #dfe4da;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 34px 70px -56px rgba(30, 38, 32, .65);
}

.comparison-card--complianceaide {
  border-color: #a9d4a8;
  background: linear-gradient(145deg, #f0f8ee 0%, #fff 64%);
}

.comparison-card__label {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: #eef1eb;
  color: #515951;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.comparison-card--complianceaide .comparison-card__label {
  background: #dff1dc;
  color: #175f2e;
}

.comparison-card h3 {
  margin: 24px 0 14px;
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 24px;
  line-height: 1.2;
}

.comparison-card > p {
  margin: 0;
  color: #596159;
  line-height: 1.65;
}

.comparison-card ul {
  display: grid;
  gap: 11px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.comparison-card li {
  position: relative;
  padding-left: 22px;
  color: #424a43;
  font-size: 14px;
  line-height: 1.5;
}

.comparison-card li::before {
  content: '';
  position: absolute;
  top: .7em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a1a8a0;
}

.comparison-card--complianceaide li::before {
  background: #2f9d4e;
}

.comparison-summary {
  max-width: 920px;
  margin: 28px auto 0;
  padding: 19px 24px;
  border: 1px solid #d9dfd7;
  border-radius: 14px;
  background: #f2f4ee;
  color: #4c544d;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.journey-proof {
  margin-top: clamp(92px, 10vw, 132px);
  padding-top: clamp(54px, 6vw, 78px);
  border-top: 1px solid #d9ded6;
}

.journey-proof__header {
  max-width: 920px;
}

.journey-proof__kicker {
  display: flex;
  gap: 18px;
  margin: 0 0 28px;
  align-items: center;
  color: #667066;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.journey-proof__kicker::after {
  content: '';
  width: min(38vw, 360px);
  height: 1px;
  background: #d9ded6;
}

.journey-proof__kicker span:first-child {
  color: #237a3c;
}

.journey-proof__header h2 {
  max-width: 860px;
  margin: 0;
  color: #17201a;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.02;
}

.journey-proof__header > p:last-child {
  max-width: 700px;
  margin: 24px 0 0;
  color: #515951;
  font-size: 17px;
  line-height: 1.7;
}

.journey-proof__promise {
  display: block;
  margin-bottom: 8px;
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 650;
  letter-spacing: -.01em;
  line-height: 1.35;
}

.journey-proof__steps {
  display: grid;
  gap: clamp(80px, 10vw, 126px);
  margin: clamp(70px, 8vw, 104px) 0 0;
  padding: 0;
  list-style: none;
}

.journey-proof__step {
  display: grid;
  grid-template-areas: 'media copy';
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  gap: clamp(42px, 6vw, 76px);
  align-items: center;
}

.journey-proof__step--reverse {
  grid-template-areas: 'copy media';
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
}

.journey-proof__copy {
  grid-area: copy;
}

.journey-proof__number {
  display: flex;
  gap: 16px;
  align-items: center;
  color: #237a3c;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .12em;
}

.journey-proof__number::after {
  content: '';
  width: 42px;
  height: 1px;
  background: #a9c9aa;
}

.journey-proof__copy h3 {
  margin: 22px 0 16px;
  color: #17201a;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(34px, 3.6vw, 46px);
  font-weight: 500;
  letter-spacing: -.015em;
  line-height: 1.06;
}

.journey-proof__copy p {
  margin: 0;
  color: #596159;
  font-size: 16px;
  line-height: 1.7;
}

.journey-proof__media {
  grid-area: media;
  margin: 0;
}

.journey-proof__media img {
  display: block;
  width: 100%;
  height: auto;
  padding: 14px;
  border: 1px solid #d9ded6;
  border-radius: 22px;
  background: #edf0eb;
  box-shadow: 0 34px 74px -54px rgba(23, 32, 26, .7);
}

.journey-proof__media figcaption {
  display: flex;
  gap: 10px;
  margin-top: 12px;
  color: #6a7169;
  font-size: 12px;
  line-height: 1.5;
}

.journey-proof__media figcaption span {
  flex: none;
  color: #175f2e;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.annual-value-section {
  position: relative;
  z-index: 5;
  overflow: hidden;
  border-top: 1px solid #dfe4dc;
  border-bottom: 1px solid #dfe4dc;
  background: #f7f8f4;
  color: #17201a;
}

.annual-value-section::before {
  position: absolute;
  top: -270px;
  right: -250px;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(96, 64, 174, .1) 0%, rgba(96, 64, 174, 0) 70%);
  content: '';
  pointer-events: none;
}

.annual-value-section::after {
  position: absolute;
  bottom: -330px;
  left: -280px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(29, 143, 82, .09) 0%, rgba(29, 143, 82, 0) 70%);
  content: '';
  pointer-events: none;
}

.annual-value-shell {
  position: relative;
  z-index: 1;
  width: min(calc(100% - 112px), 1200px);
  margin: 0 auto;
  padding: 96px 0 104px;
}

.annual-value__topline {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #cfd7cc;
  color: #175f2e;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.annual-value__price-link {
  display: inline-flex;
  min-height: 44px;
  padding: 0 20px;
  align-items: center;
  gap: 10px;
  border: 1px solid #bfc9bd;
  border-radius: 999px;
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.annual-value__price-link:hover {
  border-color: #237a3c;
  color: #175f2e;
}

.annual-value__price-link:focus-visible {
  outline: 3px solid #4f46e5;
  outline-offset: 4px;
}

.annual-value__intro {
  padding: 62px 0 58px;
}

.annual-value__eyebrow {
  margin: 0 0 22px;
  color: #237a3c;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.5;
  text-transform: uppercase;
}

.annual-value__intro h2 {
  margin: 0;
  color: #17201a;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(58px, 7vw, 96px);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .92;
}

.annual-value__intro > p:last-child {
  max-width: 720px;
  margin: 28px 0 0;
  color: #60685f;
  font-size: 18px;
  line-height: 1.65;
}

.annual-value__entitlements {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #dbe2d9;
  border-radius: 24px;
  background: rgba(255, 255, 255, .72);
}

.annual-value__entitlements::before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #238f50 0%, #20a88d 34%, #4f70d7 68%, #6241a7 100%);
  content: '';
}

.annual-value__entitlements article {
  position: relative;
  min-height: 292px;
  padding: 40px 38px 36px;
  border-left: 1px solid #dbe2d9;
}

.annual-value__entitlements article:first-child {
  border-left: 0;
}

.annual-value__entitlements article > span {
  display: inline-flex;
  min-height: 30px;
  padding: 0 12px;
  align-items: center;
  border: 1px solid #d4ddd2;
  border-radius: 999px;
  color: #237a3c;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.annual-value__entitlements h3 {
  margin: 50px 0 0;
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  letter-spacing: -.025em;
  line-height: 1.18;
}

.annual-value__entitlements p {
  margin: 16px 0 0;
  color: #687067;
  font-size: 14px;
  line-height: 1.65;
}

.annual-value__framework-count {
  color: #17201a;
  font-weight: 800;
  text-decoration-color: #238f50;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.annual-value__continuity {
  display: flex;
  padding: 24px 2px 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 28px;
}

.annual-value__continuity span {
  color: #175f2e;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.annual-value__continuity p {
  margin: 0;
  color: #70786f;
  font-size: 13px;
}

.workflow-section,
.plan-path-section,
.message-faq-section {
  position: relative;
  z-index: 5;
  padding: 104px 0;
  border-top: 1px solid #e1e5df;
  background: #f2f4ee;
}

.workflow-message-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 60px;
}

.workflow-message-card {
  padding: 28px 24px 30px;
  border: 1px solid #dfe4da;
  border-radius: 18px;
  background: #fff;
}

.workflow-message-card > span {
  color: #237a3c;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .09em;
}

.workflow-message-card h3 {
  margin: 18px 0 10px;
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 18px;
  line-height: 1.25;
}

.workflow-message-card p {
  margin: 0;
  color: #5f665d;
  font-size: 14px;
  line-height: 1.6;
}

.plan-path-section__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 48px;
}

.plan-path-section__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.message-button {
  display: inline-flex;
  min-height: 50px;
  padding: 15px 24px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 650;
  text-decoration: none;
}

.message-button--primary {
  background: #17201a;
  color: #fff !important;
}

.message-button--secondary {
  border-color: #ccd2c9;
  background: #fff;
  color: #17201a !important;
}

.governance-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(420px, .75fr);
  align-items: start;
  gap: clamp(56px, 9vw, 110px);
}

.text-link {
  display: inline-block;
  margin-top: 28px;
  color: #175f2e;
  font-family: 'Sora', sans-serif;
  font-size: 14px;
  font-weight: 650;
}

.governance-list {
  border-top: 1px solid #dfe4da;
}

.governance-list article {
  display: grid;
  gap: 6px;
  padding: 22px 0;
  border-bottom: 1px solid #dfe4da;
}

.governance-list strong {
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
}

.governance-list span {
  color: #5f665d;
  font-size: 14px;
  line-height: 1.55;
}

.message-faq-grid {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(440px, .9fr);
  gap: clamp(56px, 9vw, 110px);
  align-items: start;
}

.message-faq-list {
  border-top: 1px solid #d8ddd2;
}

.message-faq-list details {
  border-bottom: 1px solid #d8ddd2;
}

.message-faq-list summary {
  position: relative;
  padding: 22px 42px 22px 0;
  cursor: pointer;
  color: #17201a;
  font-family: 'Sora', sans-serif;
  font-size: 15px;
  font-weight: 650;
  list-style: none;
}

.message-faq-list summary::-webkit-details-marker {
  display: none;
}

.message-faq-list summary::after {
  content: '+';
  position: absolute;
  top: 16px;
  right: 0;
  color: #237a3c;
  font-size: 26px;
  font-weight: 400;
}

.message-faq-list details[open] summary::after {
  content: '−';
}

.message-faq-list details p {
  margin: -3px 42px 22px 0;
  color: #5f665d;
  font-size: 14px;
  line-height: 1.65;
}

.message-faq-list summary:focus-visible,
.message-button:focus-visible,
.text-link:focus-visible {
  outline: 3px solid #4f46e5;
  outline-offset: 3px;
}

.message-cta-card {
  width: min(calc(100% - 112px), 1120px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 78px);
  border-radius: 28px;
  background: linear-gradient(120deg, #237a3c 0%, #2f9d4e 34%, #4f46e5 100%);
  text-align: center;
}

.message-cta-card .messaging-eyebrow,
.message-cta-card h2 {
  color: #fff;
}

.message-cta-card h2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.message-cta-card > p:not(.messaging-eyebrow) {
  max-width: 740px;
  margin: 20px auto 32px;
  color: rgba(255, 255, 255, .88);
  font-size: 18px;
  line-height: 1.6;
}

.message-button--light {
  background: #fff;
  color: #17201a !important;
}

@media (max-width: 900px) {
  .messaging-shell,
  .message-cta-card {
    width: min(calc(100% - 48px), 1200px);
  }

  .positioning-band {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 24px;
  }

  .positioning-band__intro {
    grid-column: 1 / -1;
    min-height: auto;
    align-items: center;
    border-right: 0;
    border-bottom: 1px solid #dfe4da;
    text-align: center;
  }

  .comparison-grid,
  .governance-grid,
  .message-faq-grid,
  .plan-path-section__inner {
    grid-template-columns: 1fr;
  }

  .workflow-message-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .brand-art-hero {
    min-height: 800px;
    padding: 76px 24px 430px !important;
    align-items: center !important;
    justify-content: flex-start;
  }

  .brand-art-hero__copy {
    width: min(100%, 720px);
    text-align: center !important;
  }

  .brand-art-hero__copy > p {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .brand-art-hero__copy .cta-row {
    justify-content: center !important;
  }

  .hero-brand-visual::after {
    background: linear-gradient(180deg, rgba(251, 250, 248, 1) 0%, rgba(251, 250, 248, .96) 48%, rgba(251, 250, 248, .2) 72%, rgba(251, 250, 248, 0) 100%);
  }

  .hero-brand-visual__ribbons {
    object-position: 67% center;
  }

  .hero-brand-visual__mark {
    top: auto;
    right: auto;
    bottom: 86px;
    left: 50%;
    width: clamp(200px, 34vw, 260px);
    transform: translateX(-50%);
  }

  .journey-proof__step,
  .journey-proof__step--reverse {
    grid-template-areas:
      'copy'
      'media';
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .annual-value-shell {
    width: min(calc(100% - 48px), 1200px);
  }

  .annual-value__intro {
    padding-bottom: 48px;
  }

  .annual-value__entitlements {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .annual-value__entitlements article {
    min-height: 300px;
    padding-right: 26px;
    padding-left: 26px;
  }

  .plan-path-section__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .positioning-band__link,
  .frameworks-callout__link {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }

  .comparison-card__label,
  .journey-proof__media figcaption span {
    font-size: 11px;
  }
  .messaging-shell,
  .message-cta-card {
    width: min(calc(100% - 36px), 1200px);
  }

  .comparison-section,
  .workflow-section,
  .plan-path-section,
  .governance-section,
  .message-faq-section,
  .message-cta-section {
    padding: 72px 0 !important;
  }

  .positioning-band {
    grid-template-columns: 1fr;
    padding: 0 18px;
  }

  .positioning-band__intro,
  .positioning-band__item {
    min-height: 0;
    padding: 22px 18px;
    border-right: 0;
    border-bottom: 1px solid #dfe4da;
  }

  .positioning-band__item:last-child {
    border-bottom: 0;
  }

  .comparison-grid,
  .workflow-message-grid {
    grid-template-columns: 1fr;
  }

  .comparison-card {
    padding: 30px 24px;
  }

  .journey-proof {
    margin-top: 72px;
    padding-top: 48px;
  }

  .journey-proof__kicker {
    gap: 10px;
    margin-bottom: 22px;
  }

  .journey-proof__kicker::after {
    min-width: 24px;
    flex: 1;
  }

  .journey-proof__header h2 {
    font-size: clamp(40px, 12vw, 52px);
  }

  .journey-proof__steps {
    gap: 72px;
    margin-top: 62px;
  }

  .journey-proof__copy h3 {
    font-size: 36px;
  }

  .journey-proof__media img {
    padding: 7px;
    border-radius: 14px;
  }

  .journey-proof__media figcaption {
    display: block;
    margin-top: 10px;
  }

  .journey-proof__media figcaption span {
    display: block;
    margin-bottom: 3px;
  }

  .annual-value-shell {
    width: calc(100% - 36px);
    padding: 64px 0 70px;
  }

  .annual-value__topline {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .annual-value__intro {
    padding: 50px 0 42px;
  }

  .annual-value__intro h2 {
    font-size: 54px;
  }

  .annual-value__intro > p:last-child {
    font-size: 17px;
  }

  .annual-value__entitlements {
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .annual-value__entitlements article {
    min-height: 0;
    padding: 30px 24px 32px;
    border-top: 1px solid #dbe2d9;
    border-left: 0;
  }

  .annual-value__entitlements article:first-child {
    border-top: 0;
  }

  .annual-value__entitlements h3 {
    margin-top: 34px;
  }

  .annual-value__continuity {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .plan-path-section__actions,
  .message-button {
    width: 100%;
  }

  .brand-art-hero {
    min-height: 780px;
    padding: 62px 18px 380px !important;
  }

  .brand-art-hero__copy h1 {
    margin-top: 10px !important;
  }

  .hero-brand-visual__ribbons {
    object-position: 71% center;
  }

  .hero-brand-visual__mark {
    bottom: 55px;
    width: 190px;
  }
}
/* Homepage news strip: a first-party reading path keeps visitors inside the site. */
.press-announcement {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 46px;
  padding: 9px max(24px, calc((100% - 1180px) / 2));
  border-top: 1px solid rgba(255, 255, 255, .08);
  border-bottom: 1px solid rgba(15, 29, 20, .28);
  background: linear-gradient(96deg, #173722 0%, #1f3329 61%, #35245f 100%);
  color: #fff !important;
  text-decoration: none;
  transition: filter 160ms ease;
}

.press-announcement:hover {
  color: #fff !important;
  filter: brightness(1.08);
}

.press-announcement:focus-visible {
  outline: 3px solid #9ff0b1;
  outline-offset: -3px;
}

.press-announcement__label,
.press-announcement__action {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.press-announcement__label {
  padding-right: 14px;
  border-right: 1px solid rgba(255, 255, 255, .28);
  color: #b8f0c3;
}

.press-announcement__headline {
  overflow: hidden;
  font-family: 'Sora', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.press-announcement__action { color: #d9d5ff; }

@media (max-width: 900px) {
  .press-announcement {
    grid-template-columns: auto minmax(0, 1fr);
    padding-right: 24px;
    padding-left: 24px;
  }

  .press-announcement__headline {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  .press-announcement__action { display: none; }
}

@media (max-width: 600px) {
  .press-announcement {
    align-items: start;
    gap: 10px;
    padding: 10px 18px;
  }

  .press-announcement__label {
    margin-top: 2px;
    padding-right: 10px;
    font-size: 9px;
  }

  .press-announcement__headline {
    font-size: 11.5px;
    line-height: 1.42;
  }
}
