/* Shared navigation and the six service/company pages. */
.header nav { gap: 24px; font-size: 13px; }
.header nav a[aria-current="page"] { color: var(--pink); }
.footer-links { flex-wrap: wrap; gap: 14px 22px; }
.service-body .service-more { display: inline-flex; margin-top: 16px; color: var(--purple); border-bottom: 1px solid currentColor; font-size: 14px; }
.home-page-links { display: flex; flex-wrap: wrap; gap: 16px 30px; margin-top: 34px; }
.home-page-links .text-link { color: var(--purple); border-color: currentColor; }
.inner-page { color: #fff; }
.inner-page main { overflow: clip; }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; font-size: 12px; line-height: 1.6; color: #b9b0c6; padding-top: 26px; }
.breadcrumb a:hover { color: var(--pink); }
.page-hero { padding: 65px 0 78px; background: radial-gradient(ellipse at 90% 65%, #30117088, transparent 58%); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); align-items: center; gap: 54px; }
.page-hero .eyebrow { color: #d1c2f1; }
.page-title, .page-heading, .page-cta h2 { font-family: "GT Walsheim Pro", Arial, sans-serif; font-weight: 700; font-synthesis: none; letter-spacing: .055em; line-height: 1.17; -webkit-text-stroke: .055em currentColor; paint-order: stroke fill; overflow-wrap: break-word; text-wrap: balance; }
.page-title { font-size: clamp(2rem, 4vw, 4.15rem); max-width: 1000px; }
.page-heading { font-size: clamp(1.8rem, 3vw, 3rem); }
.page-intro { margin-top: 28px; max-width: 650px; font-size: 17px; line-height: 1.8; color: #bdb5c7; }
.page-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px 30px; margin-top: 32px; }
.nova-color { color: var(--pink); }
@supports ((background-clip: text) or (-webkit-background-clip: text)) {
  .nova-color { display: inline-block; padding: .02em .04em; margin: -.02em -.04em; background: linear-gradient(105deg, #ff009c 0%, #ff7650 20%, #fff000 39%, #ffb228 49%, #6856ff 72%, #365bff 83%, #a474ff 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; -webkit-text-stroke: 0; filter: url("#page-gradient-weight"); }
}
.page-visual { min-width: 0; }
.page-visual img { width: 100%; height: auto; }
.page-visual figcaption { color: #b9b0c6; border-top: 1px solid #ffffff30; margin-top: 20px; padding-top: 16px; font-size: 11px; letter-spacing: .08em; line-height: 1.7; text-transform: uppercase; }
.page-visual--web img { filter: drop-shadow(0 22px 26px #0008); }
.content-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: start; }
.content-pair img { aspect-ratio: 3 / 4; object-fit: cover; }
.content-pair img:nth-child(2) { margin-top: 55px; }
.page-section { padding-block: 84px; }
.page-light { background: #fff; color: var(--ink); }
.page-soft { background: #f4f1f8; color: var(--ink); }
.page-section-top { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); gap: 60px; align-items: end; margin-bottom: 42px; }
.page-section-top > p { font-size: 16px; line-height: 1.8; color: #6d6577; max-width: 480px; }
.page-light .eyebrow, .page-soft .eyebrow { color: var(--purple); }
.page-dark .page-section-top > p { color: #bdb5c7; }
.page-dark .eyebrow { color: var(--pink); }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.feature { min-width: 0; border-top: 1px solid #d9d2e2; padding: 25px 0 10px; }
.feature-number { display: block; font-size: 12px; letter-spacing: .08em; color: var(--purple); margin-bottom: 30px; }
.feature h3, .story-copy h3 { font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 25px; line-height: 1.3; margin-bottom: 16px; }
.feature p, .story-copy p { font-size: 16px; line-height: 1.8; color: #6d6577; }
.feature ul { padding-left: 20px; margin: 20px 0 0; color: #554b61; font-size: 14px; line-height: 1.8; }
.feature li + li { margin-top: 7px; }
.page-dark .feature { border-color: #ffffff35; }
.page-dark .feature-number { color: var(--pink); }
.page-dark .feature p, .page-dark .feature ul { color: #bdb5c7; }
.scope-note { margin-top: 35px; padding-top: 22px; border-top: 1px solid #d9d2e2; font-size: 14px; line-height: 1.8; color: #6d6577; }
.steps { counter-reset: steps; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 0; padding: 0; }
.steps li { border-top: 1px solid #ffffff35; padding-top: 20px; }
.steps li::before { counter-increment: steps; content: "0" counter(steps); display: block; color: var(--pink); font-size: 13px; margin-bottom: 25px; }
.steps h3 { font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 21px; margin-bottom: 14px; }
.steps p { color: #bdb5c7; font-size: 15px; line-height: 1.8; }
.page-light .steps li { border-color: #d9d2e2; }
.page-light .steps li::before { color: var(--purple); }
.page-light .steps p { color: #6d6577; }
.faq-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 70px; }
.faq-list details { border-top: 1px solid #d9d2e2; padding: 22px 0; }
.faq-list details:last-child { border-bottom: 1px solid #d9d2e2; }
.faq-list summary { font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 18px; line-height: 1.5; padding-right: 10px; }
.faq-list p { color: #6d6577; font-size: 15px; line-height: 1.8; padding-top: 16px; }
.faq-list a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.page-cta { color: #fff; background: var(--purple); padding: 65px 0; }
.page-cta .wrap { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, .8fr); gap: 45px; align-items: center; }
.page-cta .eyebrow { color: #ded4ff; }
.page-cta h2 { font-size: clamp(1.9rem, 3.3vw, 3.4rem); }
.page-cta p:not(.eyebrow) { color: #e1d8ff; font-size: 16px; line-height: 1.8; margin-bottom: 22px; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; align-items: center; }
.story-grid img { width: 100%; height: auto; }
.story-copy p + p { margin-top: 20px; }
.story-copy .text-link { margin-top: 24px; color: var(--purple); border-color: currentColor; }
.channel-list { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.channel-list span { padding: 12px 17px; border: 1px solid #ffffff40; border-radius: 30px; font-size: 13px; }
.strategy-note { border: 1px solid #ffffff30; padding: 34px; background: linear-gradient(145deg, #211037, #100b16); }
.strategy-note .eyebrow { color: var(--pink); margin-bottom: 20px; }
.strategy-note ol { list-style: none; padding: 0; margin: 0; }
.strategy-note li { padding: 19px 0; border-bottom: 1px solid #ffffff24; }
.strategy-note li:last-child { border-bottom: 0; padding-bottom: 0; }
.strategy-note strong { display: block; font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 22px; margin-bottom: 9px; }
.strategy-note span { font-size: 14px; line-height: 1.7; color: #bdb5c7; }
.client-names { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.client-names li { border-top: 1px solid #d9d2e2; padding: 28px 12px 28px 0; font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 18px; line-height: 1.4; }
.contact-layout { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 75px; }
.contact-details { display: flex; flex-direction: column; align-items: flex-start; }
.contact-details h2 { margin-bottom: 30px; }
.contact-details .channel-label { color: var(--purple); margin-top: 22px; font-size: 11px; }
.contact-details a { font-size: 17px; line-height: 1.8; overflow-wrap: anywhere; max-width: 100%; }
.contact-details a:hover { color: var(--purple); text-decoration: underline; }
.contact-details p { font-size: 15px; line-height: 1.8; color: #6d6577; }
.contact-form { min-width: 0; }
.contact-form h2 { font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 26px; letter-spacing: 0; line-height: 1.4; margin-bottom: 12px; }
.form-intro { font-size: 15px; line-height: 1.8; color: #6d6577; margin-bottom: 25px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 18px; }
.form-field { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.form-field--wide { grid-column: 1 / -1; }
.form-field label { font-size: 14px; font-weight: 600; line-height: 1.5; }
.form-field input, .form-field select, .form-field textarea { font: inherit; font-size: 16px; color: #17111e; background: #fff; border: 1px solid #bdb3c8; border-radius: 5px; padding: 14px; width: 100%; min-height: 50px; }
.form-field textarea { resize: vertical; line-height: 1.6; min-height: 145px; }
.form-field input:focus-visible, .form-field select:focus-visible, .form-field textarea:focus-visible, .consent input:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }
.consent { display: flex; align-items: flex-start; gap: 12px; font-size: 13px; line-height: 1.8; color: #62586c; margin-block: 25px; }
.consent input { flex: 0 0 auto; width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--purple); }
.consent a, .form-help a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; }
.button-purple { background: var(--purple); color: #fff; border: 0; cursor: pointer; }
.button-purple:hover { background: #351ba0; }
.form-help, .form-status { font-size: 13px; line-height: 1.8; color: #6d6577; margin-top: 15px; }
.message-preview { margin-top: 25px; padding: 24px; border: 1px solid #c9beda; background: #fff; }
.message-preview[hidden] { display: none; }
.message-preview h3 { font-size: 18px; line-height: 1.5; }
.message-preview textarea { width: 100%; min-height: 190px; resize: vertical; border: 1px solid #bdb3c8; border-radius: 5px; font: inherit; font-size: 14px; line-height: 1.7; padding: 12px; margin-block: 15px; }
.legal-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 80px; align-items: start; }
.legal-nav { position: sticky; top: 28px; display: flex; flex-direction: column; gap: 20px; font-size: 14px; line-height: 1.6; }
.legal-nav a:hover { color: var(--purple); }
.legal-copy { max-width: 780px; }
.legal-copy section + section { margin-top: 48px; padding-top: 35px; border-top: 1px solid #d9d2e2; }
.legal-copy h2 { font-family: "GT Walsheim Pro", Arial, sans-serif; font-size: 28px; letter-spacing: 0; line-height: 1.4; margin-bottom: 18px; }
.legal-copy h3 { font-size: 18px; line-height: 1.5; margin: 24px 0 12px; }
.legal-copy p, .legal-copy li { color: #62586c; font-size: 15px; line-height: 1.9; }
.legal-copy p + p { margin-top: 14px; }
.legal-copy ul { padding-left: 20px; }
.legal-copy li + li { margin-top: 8px; }
.legal-copy a { color: var(--purple); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
@media (max-width: 1100px) {
  .header { position: relative; }
  .menu-toggle { display: flex; align-items: center; gap: 15px; background: transparent; color: white; border: 1px solid #ffffff70; border-radius: 30px; padding: 10px 17px; font-size: 14px; }
  .menu-toggle span { font-size: 20px; line-height: 1; }
  .header nav { display: none; position: absolute; left: 0; right: 0; top: calc(100% - 5px); padding: 20px; background: #151019; z-index: 10; border: 1px solid #59476e; box-shadow: 0 20px 35px #0005; gap: 6px; font-size: 15px; }
  .header nav.is-open { display: flex; flex-direction: column; align-items: stretch; }
  .header nav > a { padding: 13px; }
  .header nav .nav-contact { justify-content: space-between; margin-top: 8px; }
  .page-hero-grid, .story-grid { gap: 35px; }
  .page-section-top { gap: 35px; }
  .feature-grid, .steps { gap: 22px; }
  .contact-layout, .faq-layout, .legal-layout { gap: 40px; }
}
@media (max-width: 760px) {
  .breadcrumb { font-size: 11px; padding-top: 22px; }
  .page-hero { padding: 42px 0 52px; }
  .page-hero-grid, .page-section-top, .story-grid, .faq-layout, .contact-layout, .legal-layout, .page-cta .wrap { grid-template-columns: minmax(0, 1fr); }
  .page-title { font-size: clamp(2rem, 8.1vw, 3.6rem); }
  .page-intro { font-size: 16px; margin-top: 24px; }
  .page-visual { max-width: 520px; margin-inline: auto; width: 100%; }
  .page-section { padding-block: 58px; }
  .page-section-top { gap: 24px; margin-bottom: 32px; }
  .page-heading { font-size: clamp(1.75rem, 6.8vw, 2.7rem); }
  .feature-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .feature-number { margin-bottom: 20px; }
  .feature h3 { font-size: 24px; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 22px; }
  .page-cta { padding-block: 50px; }
  .page-cta .wrap { gap: 25px; }
  .story-grid { gap: 32px; }
  .strategy-note { padding: 25px; }
  .client-names { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .client-names li { font-size: 16px; }
  .contact-layout { gap: 45px; }
  .legal-nav { position: static; flex-direction: row; flex-wrap: wrap; gap: 12px 20px; padding-bottom: 25px; border-bottom: 1px solid #d9d2e2; }
  .legal-copy h2 { font-size: 25px; }
}
@media (max-width: 420px) {
  .form-grid { grid-template-columns: minmax(0, 1fr); }
  .steps { grid-template-columns: minmax(0, 1fr); }
  .page-actions .button { max-width: 100%; }
}
@media (forced-colors: active) {
  .nova-color { background: none; color: CanvasText; -webkit-text-fill-color: currentColor; filter: none; }
}
