.brand-voice {
  --ground: #faf9f4;
  --section: #e9ecf2;
  --paper: #fffefa;
  --text: #171443;
  --secondary: #5b5d70;
  --accent: #ff674f;
  --signal: #ff674f;
  --line: #bfc5d3;
  --chrome: #2416a8;
  --active-bg: #ffe0d9;
  --button-bg: #2416a8;
  --button-text: #fffefa;
  --display: "Arial Black", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --sans: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: "SFMono-Regular", Consolas, monospace;
  --display-weight: 850;
  --button-radius: 999px;
  --small-radius: 0;
  --card-radius: 0;
  --media-radius: 0;
  --shadow: none;
  --media-shadow: none;
  --focus: #ff674f;
  line-height: 1.58;
}

.brand-voice .container { width: min(calc(100% - 48px), 1240px); }
.brand-voice h1,
.brand-voice h2 { color: #2416a8; }
.brand-voice h1 {
  max-width: 10ch;
  margin-bottom: 0;
  font-size: clamp(4rem, 10.4vw, 9.5rem);
  line-height: .82;
  letter-spacing: -.078em;
}
.brand-voice h2 {
  max-width: 15ch;
  font-size: clamp(3rem, 6.6vw, 6.5rem);
  line-height: .9;
  letter-spacing: -.062em;
}
.brand-voice h3 { font-family: var(--sans); }
.brand-voice .eyebrow {
  color: #2416a8;
  font-family: var(--sans);
  font-size: .72rem;
  letter-spacing: .16em;
}
.brand-voice .lede,
.brand-voice .section-intro { line-height: 1.55; }

.brand-voice .site-header {
  position: sticky;
  top: 0;
  border-bottom: 2px solid #2416a8;
  background: rgb(250 249 244 / .94);
  backdrop-filter: blur(12px);
}
.brand-voice .primary-nav { min-height: 66px; }
.brand-voice .wordmark {
  color: #2416a8;
  font-family: var(--display);
  font-size: 1.42rem;
  font-weight: 900;
  letter-spacing: -.06em;
}
.brand-voice .wordmark::after {
  display: inline-block;
  width: 28px;
  height: 8px;
  margin-left: .55rem;
  background: #ff674f;
  content: "";
  transform: skewX(-28deg);
  vertical-align: .12rem;
}
.brand-voice .primary-nav a:not(.wordmark),
.brand-voice .footer-links a { color: #3e3d62; font-weight: 650; }
.brand-voice .button {
  border-width: 2px;
  padding-inline: 1.45rem;
  letter-spacing: -.01em;
  transition: transform 180ms cubic-bezier(.2, .8, .2, 1), background-color 180ms ease, color 180ms ease;
}
.brand-voice .button:hover { transform: translateX(5px); }
.brand-voice .button.secondary { border-color: #2416a8; color: #2416a8; }
.brand-voice .button.secondary:hover { background: #2416a8; color: #fffefa; }

.brand-voice .hero {
  overflow: hidden;
  padding-block: clamp(4rem, 8vw, 8rem) clamp(4.5rem, 9vw, 8rem);
}
.brand-voice .hero-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0 1.25rem;
}
.brand-voice .hero-copy {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1.25rem;
}
.brand-voice .hero-copy .eyebrow { grid-column: 1 / -1; }
.brand-voice .hero-copy h1 { grid-column: 1 / span 10; }
.brand-voice .hero-copy .lede {
  grid-column: 7 / -1;
  max-width: 48ch;
  margin: clamp(2rem, 5vw, 5rem) 0 0;
  color: #36365c;
}
.brand-voice .hero-copy .actions { grid-column: 1 / span 6; margin-top: 2.5rem; }
.brand-voice .hero-copy .availability { grid-column: 1 / span 5; margin-top: -.25rem; }
.brand-voice .hero-note {
  grid-column: 7 / -1;
  max-width: 49ch;
  margin: 2.5rem 0 0;
  border: 0;
  border-top: 6px solid #ff674f;
  padding: 1rem 0 0;
  color: #4f5067;
}

.brand-voice .hero-mark {
  grid-column: 1 / -1;
  min-height: 510px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: 78px repeat(3, 1fr);
  gap: 0 1rem;
  overflow: hidden;
  margin-top: clamp(4rem, 8vw, 7rem);
  border: 0;
  padding: 0 clamp(1rem, 3vw, 2.5rem) 1.5rem;
  background: #2416a8;
  color: #fffefa;
  isolation: isolate;
}
.brand-voice .hero-mark::before {
  z-index: 2;
  grid-column: 1 / -1;
  align-self: center;
  border-bottom: 1px solid rgb(255 255 255 / .34);
  padding-bottom: 1rem;
  color: #fffefa;
  content: "Speak  →  Understand  →  Connect  →  Act";
  font-family: var(--sans);
  font-size: clamp(.72rem, 1.5vw, .88rem);
  font-weight: 750;
  letter-spacing: .12em;
  text-transform: uppercase;
  word-spacing: clamp(.15rem, 2vw, 1.8rem);
}
.brand-voice .hero-mark::after {
  position: absolute;
  z-index: -1;
  right: -4%;
  bottom: 4.5rem;
  left: 4%;
  height: 170px;
  background:
    linear-gradient(90deg, transparent 0 5%, #ff674f 5% 6%, transparent 6% 12%, rgb(255 255 255 / .58) 12% 13%, transparent 13% 19%, #ff674f 19% 21%, transparent 21% 29%, rgb(255 255 255 / .62) 29% 30%, transparent 30% 38%, #ff674f 38% 41%, transparent 41% 49%, rgb(255 255 255 / .55) 49% 50%, transparent 50% 60%, #ff674f 60% 62%, transparent 62% 72%, rgb(255 255 255 / .6) 72% 73%, transparent 73% 84%, #ff674f 84% 88%, transparent 88%);
  clip-path: polygon(0 49%, 5% 49%, 5% 35%, 6% 35%, 6% 53%, 12% 53%, 12% 22%, 13% 22%, 13% 58%, 19% 58%, 19% 5%, 21% 5%, 21% 68%, 29% 68%, 29% 29%, 30% 29%, 30% 54%, 38% 54%, 38% 12%, 41% 12%, 41% 72%, 49% 72%, 49% 40%, 50% 40%, 50% 58%, 60% 58%, 60% 20%, 62% 20%, 62% 77%, 72% 77%, 72% 33%, 73% 33%, 73% 61%, 84% 61%, 84% 8%, 88% 8%, 88% 50%, 100% 50%, 100% 51%, 0 51%);
  content: "";
  transform-origin: left;
  animation: voice-wave 1.1s cubic-bezier(.2, .8, .2, 1) both;
}
.brand-voice .context-card {
  position: relative;
  inset: auto;
  z-index: 1;
  width: auto;
  display: grid;
  grid-template-columns: minmax(90px, 1fr) minmax(180px, 2fr) minmax(200px, 3fr);
  align-items: baseline;
  gap: 1rem;
  border: 0;
  border-bottom: 1px solid rgb(255 255 255 / .32);
  border-radius: 0;
  padding: 1.15rem 0;
  background: transparent;
  box-shadow: none;
  color: #fffefa;
  animation: voice-line .62s cubic-bezier(.2, .75, .25, 1) both;
}
.brand-voice .context-card:nth-child(1) { grid-column: 1 / span 9; grid-row: 2; animation-delay: 100ms; }
.brand-voice .context-card:nth-child(2) { grid-column: 3 / span 9; grid-row: 3; animation-delay: 230ms; }
.brand-voice .context-card:nth-child(3) { grid-column: 5 / -1; grid-row: 4; animation-delay: 360ms; }
.brand-voice .card-kicker {
  margin: 0;
  color: #ff9b89;
  font-family: var(--sans);
  font-size: .68rem;
}
.brand-voice .context-card strong { margin: 0; font-size: clamp(1rem, 2vw, 1.35rem); }
.brand-voice .context-card p { margin: 0; color: #d9d9ec; font-size: .85rem; }
@keyframes voice-line { from { opacity: 0; transform: translateX(-34px); } to { opacity: 1; transform: translateX(0); } }
@keyframes voice-wave { from { opacity: 0; transform: scaleX(.08); } to { opacity: .7; transform: scaleX(1); } }

.brand-voice .section-shell {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #2416a8;
}
.brand-voice .section-shell.tinted { background: #e9ecf2; }
.brand-voice .section-shell[data-section]::before {
  position: absolute;
  top: 1.2rem;
  left: max(24px, calc((100vw - 1240px) / 2));
  color: #2416a8;
  content: attr(data-section);
  font-family: var(--sans);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .15em;
}
.brand-voice .section-shell[data-section]::after {
  position: absolute;
  top: 0;
  right: 0;
  width: clamp(70px, 12vw, 190px);
  height: 10px;
  background: #ff674f;
  content: "";
  transform: skewX(-36deg) translateX(10px);
}
.brand-voice .section-heading {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: end;
  gap: 1.25rem;
  margin-bottom: clamp(3rem, 6vw, 5rem);
}
.brand-voice .section-heading > :first-child { grid-column: 1 / span 8; }
.brand-voice .section-heading > .section-intro { grid-column: 8 / -1; margin-bottom: 0; }

.brand-voice .media-frame {
  border: 0;
  background: #fffefa;
  box-shadow: none;
}
.brand-voice .media-frame.screenshot {
  min-height: 560px;
  aspect-ratio: auto;
  border-top: 10px solid #ff674f;
}
.brand-voice .window-chrome {
  height: 58px;
  border: 0;
  border-bottom: 1px solid #bfc5d3;
  padding-inline: 1.5rem;
  background: #fffefa;
}
.brand-voice .window-chrome i { display: none; }
.brand-voice .window-title {
  margin: 0;
  color: #2416a8;
  font-family: var(--sans);
  font-size: .72rem;
  font-style: normal;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.brand-voice .preview-ui {
  height: calc(100% - 58px);
  grid-template-columns: minmax(260px, 4fr) minmax(0, 8fr);
}
.brand-voice .preview-sidebar {
  position: relative;
  border: 0;
  border-right: 1px solid #bfc5d3;
  padding: clamp(1.5rem, 4vw, 3.25rem);
  background: #e9ecf2;
}
.brand-voice .preview-sidebar::before {
  display: block;
  margin-bottom: 2.6rem;
  color: #ff674f;
  content: "00:04:12";
  font-family: var(--mono);
  font-size: .75rem;
  font-weight: 700;
}
.brand-voice .preview-label {
  color: #2416a8;
  font-family: var(--sans);
  letter-spacing: .14em;
}
.brand-voice .source-row {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: .65rem;
  margin: 0;
  border: 0;
  border-top: 1px solid #bfc5d3;
  padding: .9rem 0;
  background: transparent;
  font-family: var(--sans);
  font-size: .78rem;
}
.brand-voice .source-row::before { color: #77798a; font-family: var(--mono); font-size: .66rem; }
.brand-voice .source-row:nth-of-type(2)::before { content: "00:07"; }
.brand-voice .source-row:nth-of-type(3)::before { content: "00:12"; }
.brand-voice .source-row:nth-of-type(4)::before { content: "00:19"; }
.brand-voice .preview-main {
  position: relative;
  align-content: end;
  gap: 1.4rem;
  overflow: hidden;
  padding: clamp(2rem, 6vw, 5rem);
  background: #2416a8;
  color: #fffefa;
}
.brand-voice .preview-main::before {
  position: absolute;
  top: 14%;
  right: 7%;
  left: 7%;
  height: 135px;
  background: repeating-linear-gradient(90deg, #ff674f 0 4px, transparent 4px 15px);
  clip-path: polygon(0 48%, 4% 48%, 4% 30%, 7% 30%, 7% 67%, 11% 67%, 11% 16%, 14% 16%, 14% 58%, 19% 58%, 19% 37%, 23% 37%, 23% 77%, 27% 77%, 27% 24%, 31% 24%, 31% 61%, 36% 61%, 36% 8%, 41% 8%, 41% 70%, 46% 70%, 46% 42%, 53% 42%, 53% 57%, 58% 57%, 58% 21%, 62% 21%, 62% 72%, 67% 72%, 67% 35%, 73% 35%, 73% 64%, 78% 64%, 78% 12%, 83% 12%, 83% 55%, 89% 55%, 89% 33%, 94% 33%, 94% 49%, 100% 49%, 100% 51%, 0 51%);
  content: "";
  opacity: .88;
}
.brand-voice .preview-main .preview-label { color: #ff9b89; }
.brand-voice .preview-main h3 {
  max-width: 19ch;
  color: #fffefa;
  font-family: var(--display);
  font-size: clamp(2rem, 5vw, 4.8rem);
  line-height: .92;
}
.brand-voice .preview-lines { display: flex; gap: .5rem; }
.brand-voice .preview-lines i { width: 13%; height: 8px; border-radius: 0; background: #ff674f; transform: skewX(-28deg); }
.brand-voice .preview-lines i:nth-child(2) { width: 22%; }
.brand-voice .preview-lines i:nth-child(3) { width: 8%; }
.brand-voice .proposed {
  width: min(100%, 610px);
  border: 0;
  border-left: 8px solid #ff674f;
  padding: .8rem 1rem;
  background: rgb(255 255 255 / .1);
  color: #fffefa;
  font-family: var(--sans);
}

.brand-voice .steps,
.brand-voice .features {
  grid-template-columns: 1fr;
  gap: 0;
  margin-top: 2rem;
  border-top: 2px solid #2416a8;
  background: transparent;
}
.brand-voice .steps li,
.brand-voice .feature {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(84px, 1fr) minmax(190px, 3fr) minmax(240px, 5fr);
  align-items: start;
  gap: clamp(1rem, 3vw, 3rem);
  border: 0;
  border-bottom: 1px solid #8e94a6;
  padding: 1.7rem 0;
  background: transparent;
}
.brand-voice .step-number,
.brand-voice .feature-tag {
  margin: 0;
  color: #ff674f;
  font-family: var(--sans);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.brand-voice .steps h3,
.brand-voice .steps p,
.brand-voice .feature h3,
.brand-voice .feature p { margin: 0; }
.brand-voice .steps h3,
.brand-voice .feature h3 { color: #2416a8; font-size: clamp(1.15rem, 2vw, 1.55rem); }
.brand-voice .steps p,
.brand-voice .feature p { color: #55576b; font-size: .94rem; }
.brand-voice .feature::before { content: none; }
.brand-voice .feature-tag::before { width: 22px; height: 7px; background: #ff674f; transform: skewX(-28deg); }

.brand-voice #open-source {
  border-top-color: #ff674f;
  background: #2416a8;
  color: #fffefa;
}
.brand-voice #open-source::before { color: #ff9b89; }
.brand-voice #open-source h2,
.brand-voice #open-source .lede,
.brand-voice #open-source .small { color: inherit; }
.brand-voice #open-source .eyebrow { color: #ff9b89; }
.brand-voice .open-source-grid {
  grid-template-columns: minmax(0, 7fr) minmax(300px, 5fr);
  gap: clamp(3rem, 8vw, 7rem);
}
.brand-voice .commitment {
  border: 0;
  border-top: 8px solid #ff674f;
  border-radius: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.brand-voice .commitment dt,
.brand-voice .commitment dd { border-color: rgb(255 255 255 / .3); }
.brand-voice .commitment dt { color: #c7c7e2; }

.brand-voice .video-frame {
  min-height: 520px;
  aspect-ratio: auto;
  border: 0;
  background: #2416a8;
  color: #fffefa;
}
.brand-voice .video-frame::before {
  position: absolute;
  right: 4%;
  bottom: 10%;
  left: 4%;
  height: 80%;
  background: repeating-linear-gradient(90deg, rgb(255 103 79 / .72) 0 3px, transparent 3px 13px);
  clip-path: polygon(0 49%, 5% 49%, 5% 36%, 8% 36%, 8% 61%, 13% 61%, 13% 20%, 16% 20%, 16% 72%, 22% 72%, 22% 42%, 27% 42%, 27% 58%, 33% 58%, 33% 8%, 37% 8%, 37% 84%, 43% 84%, 43% 27%, 48% 27%, 48% 69%, 54% 69%, 54% 36%, 60% 36%, 60% 76%, 65% 76%, 65% 17%, 69% 17%, 69% 63%, 76% 63%, 76% 38%, 82% 38%, 82% 71%, 86% 71%, 86% 25%, 91% 25%, 91% 54%, 100% 54%, 100% 56%, 0 51%);
  content: "";
}
.brand-voice .video-message {
  z-index: 1;
  max-width: 38ch;
  border: 1px solid rgb(255 255 255 / .4);
  padding: clamp(2rem, 5vw, 4rem);
  background: rgb(36 22 168 / .92);
}
.brand-voice .video-glyph {
  border: 0;
  background: #ff674f;
  color: #fffefa;
}
.brand-voice .video-message h2 { color: #fffefa; }
.brand-voice .video-message p { color: #deddf0; }

.brand-voice .faq-list { max-width: none; border-top: 2px solid #2416a8; }
.brand-voice details { border-bottom-color: #9298a9; }
.brand-voice summary {
  padding-block: 1.6rem;
  color: #2416a8;
  font-size: clamp(1rem, 2vw, 1.25rem);
}
.brand-voice summary::after { right: .6rem; color: #ff674f; }
.brand-voice details p { margin-left: min(18vw, 220px); }

.brand-voice .final-cta {
  position: relative;
  overflow: hidden;
  border-top: 2px solid #2416a8;
  background: #ff674f;
  text-align: left;
}
.brand-voice .final-cta::after {
  position: absolute;
  right: -8vw;
  bottom: -11vw;
  width: 40vw;
  height: 40vw;
  border: clamp(20px, 4vw, 60px) solid rgb(36 22 168 / .17);
  border-radius: 50%;
  content: "";
}
.brand-voice .final-cta .container { position: relative; z-index: 1; }
.brand-voice .final-cta h2,
.brand-voice .final-cta .lede { margin-inline: 0; color: #2416a8; }
.brand-voice .final-cta .eyebrow,
.brand-voice .final-cta .availability { color: #3c2569; }
.brand-voice .final-cta .actions { justify-content: flex-start; }
.brand-voice .site-footer { border-top: 0; background: #2416a8; color: #fffefa; }
.brand-voice .footer-row p,
.brand-voice .footer-links a { color: #deddf0; }

@media (max-width: 850px) {
  .brand-voice .hero-grid,
  .brand-voice .hero-copy,
  .brand-voice .section-heading,
  .brand-voice .open-source-grid { grid-template-columns: minmax(0, 1fr); }
  .brand-voice .hero-copy > *,
  .brand-voice .hero-copy h1,
  .brand-voice .hero-copy .lede,
  .brand-voice .hero-copy .actions,
  .brand-voice .hero-copy .availability,
  .brand-voice .hero-note,
  .brand-voice .section-heading > :first-child,
  .brand-voice .section-heading > .section-intro { grid-column: 1; }
  .brand-voice .hero-copy .lede { margin-top: 2rem; }
  .brand-voice .hero-mark { width: 100%; }
  .brand-voice .section-heading { gap: 1rem; }
  .brand-voice .steps li,
  .brand-voice .feature { grid-template-columns: 80px minmax(150px, 2fr) minmax(220px, 3fr); }
}

@media (max-width: 560px) {
  .brand-voice .container { width: min(calc(100% - 28px), 1240px); }
  .brand-voice h1 { font-size: clamp(3.45rem, 18vw, 5rem); }
  .brand-voice h2 { font-size: clamp(2.65rem, 13vw, 4rem); }
  .brand-voice .wordmark::after { width: 20px; }
  .brand-voice .hero { padding-top: 3.5rem; }
  .brand-voice .hero-mark {
    min-height: 650px;
    grid-template-columns: 1fr;
    grid-template-rows: 86px repeat(3, 1fr);
    gap: 0;
    padding-inline: 1.1rem;
  }
  .brand-voice .hero-mark::before {
    grid-column: 1;
    font-size: .6rem;
    letter-spacing: .055em;
    word-spacing: 0;
    white-space: nowrap;
  }
  .brand-voice .context-card {
    grid-template-columns: 1fr;
    gap: .35rem;
    padding-block: 1rem;
  }
  .brand-voice .context-card:nth-child(1),
  .brand-voice .context-card:nth-child(2),
  .brand-voice .context-card:nth-child(3) { grid-column: 1; }
  .brand-voice .context-card strong { font-size: 1.05rem; }
  .brand-voice .context-card p { font-size: .78rem; }
  .brand-voice .section-shell[data-section]::before { left: 14px; }
  .brand-voice .media-frame.screenshot { min-height: 720px; }
  .brand-voice .preview-ui { grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .brand-voice .preview-sidebar {
    border-right: 0;
    border-bottom: 1px solid #bfc5d3;
    padding: 1.2rem;
  }
  .brand-voice .preview-sidebar::before { margin-bottom: .8rem; }
  .brand-voice .source-row { padding-block: .48rem; }
  .brand-voice .preview-main { min-height: 410px; padding: 1.35rem; }
  .brand-voice .preview-main::before { top: 8%; height: 105px; }
  .brand-voice .preview-main h3 { font-size: 2.35rem; }
  .brand-voice .steps li,
  .brand-voice .feature {
    grid-template-columns: 1fr;
    gap: .55rem;
    padding-block: 1.35rem;
  }
  .brand-voice .open-source-grid { grid-template-columns: minmax(0, 1fr); }
  .brand-voice .video-frame { min-height: 470px; }
  .brand-voice .video-message { width: calc(100% - 32px); padding: 1.4rem; }
  .brand-voice details p { margin-left: 0; }
  .brand-voice .final-cta::after { width: 70vw; height: 70vw; }
}

@media (prefers-reduced-motion: reduce) {
  .brand-voice .context-card,
  .brand-voice .hero-mark::after { opacity: 1; transform: none; animation: none; }
  .brand-voice .button:hover { transform: none; }
}
