@font-face {
    font-family: "Space Grotesk";
    src: url("./fonts/space-grotesk-latin.woff2") format("woff2");
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
}

:root {
    --orange: #ff7426;
    --orange-text: #bd4800;
    --orange-action: #bd4800;
    --ink: #222429;
    --text: #696969;
    --surface: #f6f5fa;
    --container: 1320px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-width: 0;
    margin: 0;
    color: var(--text);
    background: #fff;
    font: 400 16px/1.5 "Space Grotesk", Arial, sans-serif;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

body.menu-open {
    overflow: hidden;
}

img,
svg,
video,
canvas {
    display: block;
}

img,
video {
    max-width: 100%;
    height: auto;
}

iframe {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color .3s ease;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    color: inherit;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3 {
    color: var(--ink);
    font-weight: 700;
    line-height: 1.2;
}

[id] {
    scroll-margin-top: 120px;
}

.container {
    width: min(100% - 40px, var(--container));
    margin-inline: auto;
}

.split > *,
.service-grid > *,
.portfolio-grid > *,
.testimonial-track > *,
.blog-grid > *,
.footer-grid > *,
.about-hero-grid > *,
.about-story-grid > *,
.about-stats-grid > *,
.journey-diagram > *,
.ecosystem-layout > *,
.about-gallery-heading > *,
.about-photo-grid > *,
.impact-grid > *,
.about-cta-inner > *,
.contact-hero-grid > *,
.contact-card-grid > *,
.contact-form-layout > *,
.contact-fields > *,
.contact-map-heading > *,
.solution-overview-grid > *,
.solution-principles > *,
.solution-capability-grid > *,
.solution-architecture-layout > *,
.solution-ecosystem-heading > *,
.solution-brand-grid > *,
.solution-outcome-grid > *,
.solution-faq-layout > *,
.solutions-card-grid > *,
.solutions-card > *,
.solutions-orbit > * {
    min-width: 0;
}

.svg-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.sr-only,
.skip-link {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link:focus {
    position: fixed;
    z-index: 1000;
    top: 10px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 10px 16px;
    clip: auto;
    color: #fff;
    background: var(--orange);
}

:focus-visible {
    outline: 3px solid var(--orange-text);
    outline-offset: 3px;
}

.site-header {
    position: fixed;
    z-index: 100;
    inset: 0 0 auto;
    height: 100px;
    transition: background-color .3s ease, box-shadow .3s ease;
}

.site-header.is-sticky,
.site-header.menu-active {
    background: var(--ink);
    box-shadow: 0 3px 18px rgba(2, 21, 78, .09);
}

.template-default .site-header {
    background: var(--ink);
}

.template-default #main-content {
    min-height: 60vh;
    padding-top: 100px;
}

.page-content {
    width: 100%;
    max-width: 900px;
    color: var(--text);
    font-size: 18px;
    line-height: 1.75;
}

.page-content h2,
.page-content h3 {
    margin-top: 1.75em;
}

.page-content a {
    color: var(--orange-text);
    text-decoration: underline;
    overflow-wrap: anywhere;
}

.page-content img,
.page-content video,
.page-content iframe {
    max-width: 100%;
}

.page-content table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    border-collapse: collapse;
    -webkit-overflow-scrolling: touch;
}

.page-content pre {
    max-width: 100%;
    overflow-x: auto;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.header-inner {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.brand {
    flex: 0 0 auto;
    margin-right: auto;
}

.brand img {
    width: 146px;
}

.site-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.site-nav > ul,
.site-nav .submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-nav > ul {
    display: flex;
    align-items: center;
}

.site-nav li {
    position: relative;
}

.site-nav > ul > li > a,
.language-current {
    display: flex;
    align-items: center;
    min-height: 100px;
    padding: 0 13px;
    color: #fff;
    border: 0;
    background: transparent;
    font-weight: 600;
    cursor: pointer;
}

.site-nav > ul > li > a:hover,
.site-nav > ul > li > a.active,
.language-current:hover {
    color: var(--orange);
}

.site-nav .has-submenu {
    display: flex;
    align-items: center;
    padding-right: 12px;
}

.submenu-toggle {
    border: 0;
    background: transparent;
    cursor: pointer;
}

.site-nav .has-submenu > .submenu-toggle:not(.language-current) {
    position: absolute;
    z-index: 2;
    right: 5px;
    width: 26px;
    height: 42px;
    padding: 8px;
    color: rgba(255, 255, 255, .72);
}

.submenu-toggle svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.site-nav .submenu {
    position: absolute;
    top: 130%;
    left: 0;
    width: 270px;
    padding: 8px 0;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
    transition: top .35s ease, opacity .35s ease, visibility .35s;
}

.site-nav .submenu li {
    transition: padding-left .2s ease;
}

.site-nav .submenu li::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    content: "";
    opacity: 0;
    background: var(--orange);
    transition: opacity .2s;
}

.site-nav .submenu a,
.site-nav .submenu button {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
    padding: 10px 20px;
    color: #616161;
    border: 0;
    background: transparent;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.site-nav .submenu li:hover {
    padding-left: 15px;
}

.site-nav .submenu li:hover::before {
    opacity: 1;
}

.site-nav .submenu a:hover,
.site-nav .submenu button:hover,
.site-nav .submenu a.active {
    color: var(--orange);
}

.site-nav .submenu a.active {
    font-weight: 700;
}

.site-nav .has-submenu:hover > .submenu,
.site-nav .has-submenu:focus-within > .submenu,
.site-nav .has-submenu.submenu-open > .submenu {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

.language-menu {
    padding-right: 0 !important;
}

.language-current {
    gap: 7px;
    padding-right: 0;
}

.language-current svg {
    width: 14px;
    height: 14px;
}

.language-menu .submenu {
    right: 0;
    left: auto;
    width: 170px;
}

.search-toggle,
.menu-toggle {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    color: #fff;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.search-toggle svg,
.menu-toggle svg,
.site-search svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.menu-toggle {
    display: none;
}

.menu-toggle .close-icon {
    display: none;
}

.menu-toggle[aria-expanded="true"] .menu-icon {
    display: none;
}

.menu-toggle[aria-expanded="true"] .close-icon {
    display: block;
}

.site-search {
    position: absolute;
    top: 81px;
    right: 0;
    width: min(403px, calc(100vw - 40px));
    padding: 20px;
    border-top: 3px solid var(--orange);
    background: #fff;
}

.site-search::before {
    position: absolute;
    top: -11px;
    right: 13px;
    content: "";
    border-right: 10px solid transparent;
    border-bottom: 8px solid var(--orange);
    border-left: 10px solid transparent;
}

.site-search input {
    width: 100%;
    height: 55px;
    padding: 0 70px 0 25px;
    color: #555;
    border: 0;
    border-radius: 30px;
    outline-offset: -2px;
    background: #f4f6f9;
    font-size: 13px;
}

.site-search button {
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: grid;
    place-items: center;
    width: 58px;
    height: 55px;
    padding: 0;
    color: #fff;
    border: 0;
    border-radius: 0 30px 30px 0;
    background: var(--orange);
    cursor: pointer;
}

.hero {
    position: relative;
    display: grid;
    min-height: 990px;
    place-items: center;
    overflow: hidden;
    background: #24272c url("./images/hero-bg.avif") center / cover no-repeat;
    text-align: center;
}

.particles {
    position: absolute;
    z-index: 1;
    inset: 0;
    width: 100%;
    height: 100%;
}

.hero-content {
    position: relative;
    z-index: 2;
    width: min(50%, 930px);
    padding: 70px 20px 150px;
}

.eyebrow {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--orange-text);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.eyebrow::after,
.eyebrow.ruled::before {
    position: absolute;
    top: 50%;
    width: 45px;
    height: 2px;
    content: "";
    background: var(--orange);
}

.eyebrow::after {
    right: -55px;
}

.eyebrow.ruled::before {
    left: -55px;
}

.hero .eyebrow {
    z-index: 1;
    margin-bottom: 6px;
    color: var(--orange);
}

.hero h1 {
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(54px, 4.45vw, 85px);
}

.hero h1 span {
    color: var(--orange);
}

.hero-content > p:not(.eyebrow) {
    margin-bottom: 53px;
    color: rgba(255, 255, 255, .8);
}

.hero-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.button {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 130px;
    padding: 12px 32px;
    overflow: hidden;
    border: 1px solid var(--orange);
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.button::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    background: var(--orange-action);
    transition: transform .45s ease;
    transform: scaleX(1);
}

.button-filled {
    color: #fff;
}

.button-filled:hover {
    color: var(--ink);
}

.button-filled:hover::before {
    transform: scaleX(0);
}

.button-outline {
    color: #fff;
}

.button-outline::before {
    transform: scaleX(0);
}

.button-outline:hover {
    color: #fff;
}

.button-outline:hover::before {
    transform: scaleX(1);
}

.section {
    padding: 82px 0;
}

.section-heading h2 {
    margin-bottom: 20px;
    font-size: 50px;
}

.section-heading > p:last-child {
    margin-bottom: 0;
}

.section-heading.centered {
    width: min(100%, 670px);
    margin: 0 auto 45px;
    text-align: center;
}

.services {
    padding: 80px 0;
    background: #f9f9fb url("./images/service-bg.jpg") center / cover no-repeat;
}

.services .section-heading {
    width: min(50%, 670px);
    margin-bottom: 45px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.service-card {
    display: flex;
    min-height: 280px;
    padding: 38px 40px 40px;
    background: #fff radial-gradient(circle at 76% 0, #fff2ea 0 8%, transparent 30%);
    box-shadow: 0 20px 40px rgba(145, 139, 187, .05);
}

.service-icon {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    height: 55px;
    margin-right: 25px;
}

.service-icon::after {
    position: absolute;
    z-index: 0;
    inset: 4px -7px auto -15px;
    width: 70px;
    height: 50px;
    content: "";
    border-radius: 58% 42% 48% 52%;
    background: #fff1e9;
    transform: rotate(-8deg);
}

.service-icon svg {
    position: relative;
    z-index: 1;
    width: 42px;
    height: 42px;
    fill: none;
    stroke: var(--orange);
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.service-card h3 {
    margin-bottom: 15px;
    font-size: 20px;
}

.service-card p {
    margin-bottom: 27px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    color: var(--ink);
    font-weight: 600;
}

.text-link:hover {
    color: var(--orange);
}

.text-link svg {
    width: 20px;
    height: 20px;
    margin-left: 9px;
    fill: none;
    stroke: var(--orange);
    stroke-width: 1.8;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 50px;
}

.about {
    padding: 71px 0 90px;
}

.about-image {
    text-align: center;
}

.about-image img {
    margin-inline: auto;
}

.about-content {
    padding-left: 10px;
}

.about blockquote {
    margin: 25px 0 50px;
    padding-left: 20px;
    border-left: 3px solid var(--orange);
}

.about blockquote p {
    margin-bottom: 6px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 700;
}

.about blockquote footer {
    color: var(--text);
}

.about blockquote strong {
    margin-right: 7px;
    color: var(--ink);
}

.portfolio {
    padding: 83px 0 65px;
    background: var(--surface);
}

.portfolio-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 27px;
}

.portfolio-head h2 {
    margin-bottom: 0;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 14px 40px;
    padding-bottom: 10px;
}

.filters button {
    padding: 3px 0;
    border: 0;
    background: transparent;
    font-weight: 500;
    cursor: pointer;
    transition: color .3s;
}

.filters button:hover,
.filters button.active {
    color: var(--orange-text);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 20px;
}

.project-card {
    position: relative;
    height: 330px;
    overflow: hidden;
    background: var(--ink);
}

.project-card[hidden] {
    display: none;
}

.project-card::after {
    position: absolute;
    inset: 100% 0 0;
    content: "";
    background: rgba(34, 36, 41, .75);
    clip-path: polygon(0 55%, 0 100%, 100% 100%);
    transition: inset .7s ease;
    pointer-events: none;
}

.project-card-link {
    display: block;
    width: 100%;
    height: 100%;
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s ease, filter .7s ease;
}

.project-overlay {
    position: absolute;
    z-index: 2;
    right: 40px;
    bottom: -100%;
    left: 40px;
    transition: bottom .7s ease;
}

.project-card:hover::after,
.project-card:focus-within::after {
    inset: 0;
}

.project-card:hover .project-overlay,
.project-card:focus-within .project-overlay {
    bottom: 35px;
}

.project-card:hover img,
.project-card:focus-within img {
    filter: saturate(.9) contrast(1.04);
    transform: scale(1.035);
}

.project-overlay h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.project-overlay p {
    margin: 5px 0 0;
    color: var(--orange);
}

.testimonials {
    padding: 83px 0 90px;
}

.carousel-shell {
    position: relative;
}

.testimonial-track {
    display: grid;
    grid-auto-columns: calc((100% - 20px) / 2);
    grid-auto-flow: column;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.testimonial-track::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    padding: 40px 40px 36px;
    border: 1px solid rgba(0, 0, 0, .1);
    scroll-snap-align: start;
    transition: border-color .3s;
}

.testimonial-card:hover {
    border-color: var(--orange);
}

.client {
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}

.client img {
    flex: 0 0 auto;
    width: 100px;
    height: 100px;
    margin-right: 30px;
    object-fit: contain;
}

.client h3 {
    margin-bottom: 4px;
    font-size: 20px;
}

.client p {
    margin-bottom: 9px;
    font-weight: 600;
}

.testimonial-card > p {
    margin-bottom: 0;
}

.stars {
    display: flex;
    gap: 2px;
}

.stars svg {
    width: 14px;
    height: 14px;
    fill: #cacaca;
    stroke: none;
}

.stars svg.active {
    fill: var(--orange);
}

.carousel-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .3s, background .3s;
}

.carousel-nav:hover {
    color: #fff;
    background: var(--orange);
}

.carousel-nav svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.carousel-nav.previous {
    left: -20px;
}

.carousel-nav.previous svg {
    transform: rotate(180deg);
}

.carousel-nav.next {
    right: -20px;
}

.brands {
    padding: 70px 0;
    background: #f8f8fa url("./images/brand-bg.jpg") center / cover no-repeat;
}

.brand-track {
    display: grid;
    grid-auto-columns: calc((100% - 240px) / 3);
    grid-auto-flow: column;
    align-items: center;
    gap: 120px;
    overflow-x: auto;
    scrollbar-width: none;
}

.brand-track::-webkit-scrollbar {
    display: none;
}

.brand-track img {
    width: 100%;
    max-height: 66px;
    object-fit: contain;
    filter: grayscale(1);
    transition: filter .4s;
}

.brand-track img:hover {
    filter: grayscale(0);
}

.blog {
    padding: 82px 0 60px;
}

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.blog-card {
    margin-bottom: 30px;
}

.blog-card > a {
    display: block;
    overflow: hidden;
}

.blog-card img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    transition: transform .5s ease;
}

.blog-card:hover img {
    transform: scale(1.03);
}

.blog-content {
    padding: 37px 40px 35px;
    box-shadow: 0 5px 30px rgba(34, 36, 41, .05);
}

.blog-meta {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
}

.blog-meta a {
    color: var(--orange-text);
}

.blog-meta > span:first-of-type {
    width: 5px;
    height: 2px;
    margin: 0 10px;
    background: var(--orange);
}

.blog-content h3 {
    margin: 20px 0 18px;
    font-size: 20px;
}

.blog-content h3 a:hover {
    color: var(--orange);
}

.blog-content .text-link {
    color: var(--orange-text);
}

.site-footer {
    color: rgba(255, 255, 255, .68);
    background: var(--ink) url("./images/footer-bg.jpg") center top / cover no-repeat;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.15fr .8fr 1.15fr 1.1fr;
    gap: 45px;
    padding-top: 80px;
    padding-bottom: 46px;
}

.footer-grid h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 24px;
}

.footer-intro {
    padding-right: 20px;
}

.footer-intro > img {
    margin-bottom: 14px;
}

.footer-intro p {
    margin: 15px 0 12px;
}

.socials {
    display: flex;
    gap: 5px;
}

.socials a {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    color: #fff;
    border-radius: 50%;
    background: rgba(105, 105, 105, .15);
    transition: background .3s;
}

.socials a:hover {
    background: var(--orange);
}

.socials svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.socials svg .fill {
    fill: currentColor;
}

.footer-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list li {
    margin-bottom: 16px;
}

.footer-list li::before,
.legal a::before {
    margin-right: 7px;
    content: "+";
    color: var(--orange);
    font-weight: 700;
}

.footer-list a:hover,
address a:hover {
    color: #fff;
}

address {
    font-style: normal;
}

address a {
    display: flex;
    gap: 9px;
    margin-bottom: 16px;
    overflow-wrap: anywhere;
}

address svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 3px;
    fill: none;
    stroke: var(--orange);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.footer-brands {
    padding: 25px 0 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    text-align: center;
}

.footer-brands p {
    margin-bottom: 10px;
}

.footer-brands dl {
    display: table;
    margin: 0 auto;
    text-align: left;
}

.footer-brands dl > div {
    display: table-row;
}

.footer-brands dt,
.footer-brands dd {
    display: table-cell;
    margin: 0;
}

.footer-brands dt {
    padding-right: 8px;
    text-align: right;
}

.footer-brands dd a {
    color: var(--orange);
}

.legal {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 15px;
    color: rgba(255, 255, 255, .68);
}

.legal a:hover {
    color: #fff;
}

.copyright {
    margin: 0;
    padding: 25px 20px 16px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: #fff;
    text-align: center;
}

@media (min-width: 1800px) {
    .testimonial-track {
        grid-auto-columns: calc((100% - 40px) / 3);
    }

    .brand-track {
        grid-auto-columns: calc((100% - 360px) / 4);
    }
}

@media (max-width: 1199px) {
    :root {
        --container: 960px;
    }

    .site-nav > ul > li > a,
    .language-current {
        padding-inline: 8px;
        font-size: 14px;
    }

    .hero-content {
        width: 73%;
    }

    .services .section-heading {
        width: 60%;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .filters {
        gap: 10px 22px;
    }

    .blog-content {
        padding-inline: 28px;
    }
}

@media (max-width: 991px) {
    :root {
        --container: 720px;
    }

    .menu-toggle {
        display: grid;
    }

    .search-toggle {
        display: none;
    }

    .site-nav {
        position: absolute;
        top: 100px;
        left: 50%;
        display: none;
        width: 100vw;
        height: calc(100vh - 100px);
        height: calc(100dvh - 100px);
        padding-bottom: max(20px, env(safe-area-inset-bottom));
        overflow-y: auto;
        overscroll-behavior: contain;
        background: #fff;
        transform: translateX(-50%);
        -webkit-overflow-scrolling: touch;
    }

    .site-nav.open {
        display: block;
    }

    .site-nav > ul {
        display: block;
    }

    .site-nav > ul > li,
    .site-nav .has-submenu {
        display: block;
        padding-right: 0;
        border-top: 1px solid #ddd;
    }

    .site-nav > ul > li > a,
    .language-current {
        width: 100%;
        min-height: 54px;
        padding: 1em 5%;
        color: var(--ink);
        font-size: 14px;
        font-weight: 400;
    }

    .site-nav .has-submenu > .submenu-toggle:not(.language-current) {
        top: 0;
        right: 0;
        width: 54px;
        height: 54px;
        padding: 17px;
        color: var(--orange);
    }

    .site-nav .submenu {
        position: static;
        display: none;
        width: 100%;
        padding: 0;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        transition: none;
    }

    .site-nav .submenu li {
        border-top: 1px solid #eee;
    }

    .site-nav .submenu li:hover {
        padding-left: 0;
    }

    .site-nav .submenu li::before {
        display: none;
    }

    .site-nav .submenu a,
    .site-nav .submenu button {
        min-height: 50px;
        padding: 1em 10%;
        font-size: 14px;
    }

    .site-nav .submenu-open > .submenu {
        display: block;
    }

    .language-menu .submenu {
        width: 100%;
    }

    .language-current {
        justify-content: flex-start;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .about-content {
        padding-left: 0;
    }

    .portfolio-head {
        display: block;
    }

    .filters {
        justify-content: flex-start;
        margin-top: 15px;
    }

    .carousel-nav {
        display: none;
    }

    .blog-grid {
        grid-auto-columns: calc((100% - 20px) / 2);
        grid-auto-flow: column;
        grid-template-columns: none;
        gap: 20px;
        overflow: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .blog-grid::-webkit-scrollbar {
        display: none;
    }

    .blog-card {
        scroll-snap-align: start;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    :root {
        --container: 540px;
    }

    .container {
        width: min(100% - 30px, var(--container));
    }

    .site-header {
        height: 86px;
    }

    .site-nav {
        top: 86px;
        height: calc(100vh - 86px);
        height: calc(100dvh - 86px);
    }

    .template-default #main-content {
        padding-top: 86px;
    }

    .hero {
        min-height: 760px;
    }

    .hero-content {
        width: 100%;
        padding-bottom: 70px;
    }

    .hero h1 {
        font-size: 44px;
    }

    .hero-content > p:not(.eyebrow) {
        margin-bottom: 36px;
    }

    .section {
        padding: 70px 0;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .filters {
        gap: 4px 22px;
    }

    .filters button {
        min-height: 44px;
        padding-block: 10px;
    }

    .services .section-heading {
        width: 100%;
    }

    .service-grid,
    .portfolio-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .blog-grid {
        grid-auto-columns: 100%;
        overflow-x: auto;
    }

    .service-card {
        min-height: 0;
        padding: 32px 28px;
    }

    .about {
        padding-top: 60px;
    }

    .project-card {
        height: 300px;
    }

    .testimonial-track {
        grid-auto-columns: 100%;
        overflow-x: auto;
    }

    .testimonial-card {
        padding: 30px 25px;
    }

    .brand-track {
        grid-auto-columns: calc((100% - 40px) / 2);
        gap: 40px;
    }

    .footer-grid {
        gap: 30px;
    }

    .footer-intro {
        padding-right: 0;
    }

    .socials a {
        width: 44px;
        height: 44px;
    }

    .footer-brands dl,
    .footer-brands dl > div,
    .footer-brands dt,
    .footer-brands dd {
        display: block;
    }

    .footer-brands dl {
        text-align: center;
    }

    .footer-brands dt {
        margin-top: 7px;
        padding-right: 0;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .hero {
        min-height: 700px;
    }

    .hero h1 {
        font-size: clamp(34px, 10.5vw, 38px);
    }

    .hero-actions {
        display: grid;
        width: min(100%, 300px);
        margin-inline: auto;
    }

    .hero-actions .button {
        width: 100%;
    }

    .service-card {
        display: block;
    }

    .service-icon {
        margin: 0 0 20px 10px;
    }

    .client {
        align-items: flex-start;
    }

    .client img {
        width: 80px;
        height: 80px;
        margin-right: 18px;
    }

    .client h3 {
        font-size: 18px;
    }

    .blog-content {
        padding: 30px 25px;
    }

    .project-card {
        height: auto;
        aspect-ratio: 4 / 3;
    }

    .project-overlay {
        right: 24px;
        left: 24px;
    }

    .eyebrow.ruled::before,
    .eyebrow.ruled::after {
        width: 28px;
    }

    .eyebrow.ruled::before {
        left: -38px;
    }

    .eyebrow.ruled::after {
        right: -38px;
    }

    .legal {
        flex-direction: column;
        gap: 6px;
    }
}

/* Blog index, article pages and home insights carousel */
.template-blog .site-header,
.template-blog-post .site-header {
    background: var(--ink);
}

.testimonial-card-link {
    display: block;
}

.blog-carousel-shell .blog-grid {
    display: grid;
    grid-auto-columns: calc((100% - 40px) / 3);
    grid-auto-flow: column;
    grid-template-columns: none;
    gap: 20px;
    overflow: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.blog-carousel-shell .blog-grid::-webkit-scrollbar {
    display: none;
}

.blog-carousel-shell .blog-card {
    scroll-snap-align: start;
}

.blog-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #fff;
}

.blog-card-media {
    display: block;
    overflow: hidden;
    background: #ececf1;
}

.blog-card.client-story .blog-card-media {
    display: grid;
    place-items: center;
    background:
        radial-gradient(circle at 78% 15%, rgba(255, 116, 38, .16), transparent 23%),
        linear-gradient(145deg, #f8f8fb, #e8e8ee);
}

.blog-card.client-story .blog-card-media img {
    padding: 12%;
    object-fit: contain;
}

.blog-card .blog-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.blog-card .blog-content > p {
    margin: -7px 0 24px;
    color: #666972;
    line-height: 1.65;
}

.blog-card .blog-content .text-link {
    margin-top: auto;
}

.blog-all-action {
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.button-outline-dark {
    border: 2px solid var(--ink);
    color: var(--ink);
}

.button-outline-dark:hover {
    border-color: var(--orange-action);
    color: #fff;
    background: var(--orange-action);
}

.inner-hero {
    position: relative;
    display: grid;
    min-height: 520px;
    place-items: end start;
    padding: 190px 0 94px;
    overflow: hidden;
    color: rgba(255, 255, 255, .76);
    background:
        radial-gradient(circle at 82% 25%, rgba(255, 116, 38, .22), transparent 24%),
        linear-gradient(125deg, #1b1d22, #292c33);
}

.inner-hero::after {
    position: absolute;
    right: -9vw;
    bottom: -24vw;
    width: 50vw;
    height: 50vw;
    content: "";
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    box-shadow:
        0 0 0 80px rgba(255, 255, 255, .025),
        0 0 0 160px rgba(255, 255, 255, .018);
}

.inner-hero .container {
    position: relative;
    z-index: 1;
}

.inner-hero h1 {
    max-width: 870px;
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(46px, 6vw, 78px);
}

.inner-hero .container > p:last-child {
    max-width: 760px;
    margin: 0;
    font-size: 19px;
    line-height: 1.75;
}

.blog-directory {
    padding-top: 72px;
    padding-bottom: 105px;
}

.blog-search {
    max-width: 860px;
    margin: 0 auto 30px;
}

.blog-search > label {
    display: block;
    margin-bottom: 10px;
    color: var(--ink);
    font-weight: 700;
}

.blog-search > div {
    display: grid;
    grid-template-columns: 1fr auto;
}

.blog-search input {
    min-width: 0;
    padding: 16px 19px;
    border: 1px solid #d8d8de;
    border-right: 0;
    color: var(--ink);
    background: #fff;
}

.blog-search input:focus {
    border-color: var(--orange-action);
    outline: 0;
    box-shadow: inset 0 0 0 1px var(--orange-action);
}

.blog-search .button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border: 0;
    cursor: pointer;
}

.blog-search svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

.blog-topics {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 52px;
}

.blog-topics a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 9px 15px;
    border: 1px solid #dedee3;
    color: #4f525a;
    font-size: 14px;
    font-weight: 700;
}

.blog-topics a:hover,
.blog-topics a.active {
    border-color: var(--ink);
    color: #fff;
    background: var(--ink);
}

.blog-topics span {
    display: grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    padding-inline: 5px;
    border-radius: 20px;
    background: rgba(105, 105, 105, .11);
    font-size: 11px;
}

.blog-topics a.active span,
.blog-topics a:hover span {
    background: rgba(255, 255, 255, .15);
}

.blog-directory-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px 20px;
}

.blog-directory-grid .blog-card {
    margin: 0;
    border: 1px solid #ededf0;
}

.blog-empty {
    max-width: 650px;
    margin: 45px auto 0;
    padding: 45px;
    text-align: center;
    background: var(--surface);
}

.blog-empty h2 {
    font-size: 30px;
}

.blog-pagination {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 56px;
    color: var(--ink);
}

.blog-pagination a,
.blog-pagination > span:first-child,
.blog-pagination > span:last-child {
    padding: 12px 16px;
    border: 1px solid #dedee3;
    font-weight: 700;
}

.blog-pagination a:last-child,
.blog-pagination > span:last-child {
    justify-self: end;
}

.blog-pagination a:hover {
    border-color: var(--orange-action);
    color: var(--orange-text);
}

.blog-pagination [aria-disabled="true"] {
    color: #999ba1;
}

.article-header {
    padding: 185px 0 90px;
    color: rgba(255, 255, 255, .72);
    background:
        radial-gradient(circle at 48% 130%, rgba(255, 116, 38, .13), transparent 34%),
        var(--ink);
}

.article-header-grid {
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(360px, .72fr);
    align-items: center;
    gap: 70px;
}

.article-back {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
    color: #fff;
    font-weight: 700;
}

.article-back svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    transform: rotate(180deg);
}

.article-back:hover {
    color: var(--orange);
}

.client-status {
    display: inline-block;
    margin-bottom: 17px;
    padding: 6px 10px;
    color: #1e2025;
    background: var(--orange);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
}

.article-header h1 {
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(40px, 4.7vw, 66px);
}

.article-deck {
    max-width: 720px;
    margin-bottom: 26px;
    font-size: 19px;
    line-height: 1.7;
}

.article-meta {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, .58);
    font-size: 14px;
}

.article-meta span::after {
    margin-left: 18px;
    content: "•";
    color: var(--orange);
}

.article-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.article-tags a {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, .18);
    color: #fff;
    font-size: 12px;
}

.article-tags a:hover {
    border-color: var(--orange);
    color: var(--orange);
}

.article-cover {
    position: relative;
    margin: 0;
}

.article-cover::before {
    position: absolute;
    inset: 18px -18px -18px 18px;
    content: "";
    border: 1px solid rgba(255, 116, 38, .4);
}

.article-cover img {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background: #f3f3f6;
}

.template-blog-post .article-cover img[src*="tjsc"],
.template-blog-post .article-cover img[src*="tjma"],
.template-blog-post .article-cover img[src*="pmsc"],
.template-blog-post .article-cover img[src*="jfrj"] {
    padding: 12%;
    object-fit: contain;
}

.article-layout {
    display: grid;
    grid-template-columns: minmax(0, 820px) minmax(280px, 360px);
    justify-content: space-between;
    gap: 80px;
    padding-top: 90px;
    padding-bottom: 110px;
}

.article-prose {
    min-width: 0;
    color: #494c53;
    font-size: 18px;
    line-height: 1.82;
}

.article-prose > :first-child {
    margin-top: 0;
}

.article-prose p {
    margin-bottom: 25px;
}

.article-prose h2 {
    margin: 55px 0 20px;
    font-size: clamp(28px, 3vw, 38px);
}

.article-prose h3 {
    margin: 38px 0 15px;
    font-size: 24px;
}

.article-prose ul,
.article-prose ol {
    display: grid;
    gap: 12px;
    margin: 0 0 30px;
    padding-left: 25px;
}

.article-prose li::marker {
    color: var(--orange-text);
}

.article-prose strong {
    color: var(--ink);
}

.article-prose blockquote {
    margin: 40px 0;
    padding: 28px 30px;
    border-left: 4px solid var(--orange);
    color: var(--ink);
    background: var(--surface);
    font-size: 20px;
}

.article-prose blockquote p:last-child {
    margin-bottom: 0;
}

.article-cta {
    position: sticky;
    top: 135px;
    align-self: start;
    padding: 35px;
    color: rgba(255, 255, 255, .7);
    background: var(--ink);
}

.article-cta h2 {
    margin-bottom: 15px;
    color: #fff;
    font-size: 29px;
}

.article-cta > p:not(.eyebrow) {
    margin-bottom: 25px;
}

.article-cta > div {
    display: grid;
    gap: 21px;
}

.article-cta .text-link {
    color: #fff;
}

.related-posts {
    background: var(--surface);
}

.related-posts .section-heading {
    max-width: 680px;
}

@media (max-width: 1199px) {
    .blog-carousel-shell .blog-grid {
        grid-auto-columns: calc((100% - 20px) / 2);
    }

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

    .article-header-grid {
        gap: 45px;
    }

    .article-layout {
        grid-template-columns: minmax(0, 1fr) 320px;
        gap: 48px;
    }
}

@media (max-width: 991px) {
    .blog-carousel-shell .blog-grid {
        overflow-x: auto;
    }

    .article-header-grid,
    .article-layout {
        grid-template-columns: 1fr;
    }

    .article-header-grid {
        gap: 55px;
    }

    .article-cover {
        max-width: 720px;
    }

    .article-cta {
        position: static;
    }
}

@media (max-width: 767px) {
    .blog-carousel-shell .blog-grid {
        grid-auto-columns: 88%;
    }

    .inner-hero {
        min-height: 440px;
        padding: 155px 0 70px;
    }

    .inner-hero h1 {
        font-size: clamp(40px, 12vw, 58px);
    }

    .blog-search > div {
        grid-template-columns: 1fr;
    }

    .blog-search input {
        min-height: 54px;
        border-right: 1px solid #d8d8de;
    }

    .blog-search .button {
        justify-content: center;
    }

    .blog-topics {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-inline: -15px;
        padding: 0 15px 10px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .blog-topics a {
        flex: 0 0 auto;
    }

    .blog-directory-grid {
        grid-template-columns: 1fr;
    }

    .article-header {
        padding: 145px 0 72px;
    }

    .article-header h1 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .article-deck {
        font-size: 17px;
    }

    .article-cover::before {
        inset: 10px -10px -10px 10px;
    }

    .article-layout {
        gap: 55px;
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .article-prose {
        font-size: 17px;
    }

    .article-cta {
        padding: 30px 25px;
    }
}

@media (max-width: 480px) {
    .blog-carousel-shell .blog-grid {
        grid-auto-columns: 100%;
    }

    .blog-content {
        padding: 28px 24px;
    }

    .article-meta {
        display: block;
    }

    .article-meta span {
        display: block;
        margin-bottom: 4px;
    }

    .article-meta span::after {
        display: none;
    }
}

@media (hover: none), (pointer: coarse) {
    .project-card::after {
        inset: 42% 0 0;
        clip-path: none;
        background: linear-gradient(transparent, rgba(34, 36, 41, .9));
    }

    .project-overlay {
        bottom: 24px;
    }

    .project-card:hover::after,
    .project-card:focus-within::after {
        inset: 42% 0 0;
    }

    .project-card:hover .project-overlay,
    .project-card:focus-within .project-overlay {
        bottom: 24px;
    }
}

@media (max-width: 991px) and (max-height: 600px) and (orientation: landscape) {
    .hero {
        min-height: 600px;
    }

    .hero-content {
        width: min(100%, 720px);
        padding: 125px 20px 65px;
    }

    .hero h1 {
        font-size: 40px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .particles {
        display: none;
    }
}

/* About page */
.template-about .site-header {
    background: var(--ink);
}

.about-hero {
    position: relative;
    padding: 180px 0 105px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 42%, rgba(255, 116, 38, .12), transparent 24%),
        #f7f7fa;
}

.about-hero::after {
    position: absolute;
    top: 145px;
    right: 0;
    width: 35%;
    height: 1px;
    content: "";
    opacity: .45;
    background: linear-gradient(90deg, transparent, var(--orange));
}

.about-hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 45px;
    color: #85878c;
    font-size: 14px;
}

.breadcrumbs a:hover {
    color: var(--orange-text);
}

.about-hero h1 {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: clamp(48px, 5vw, 78px);
    letter-spacing: -.04em;
}

.about-hero-lead {
    max-width: 610px;
    margin-bottom: 38px;
    font-size: 19px;
    line-height: 1.7;
}

.about-hero-visual {
    position: relative;
    z-index: 1;
}

.about-image-frame {
    position: relative;
    padding: 20px;
    background: #fff;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .2);
    transform: rotate(1.2deg);
}

.about-image-frame img {
    width: 100%;
    aspect-ratio: 637 / 543;
    object-fit: cover;
}

.about-since {
    position: absolute;
    right: 10%;
    bottom: 12%;
    display: grid;
    min-width: 190px;
    padding: 18px 24px;
    color: #fff;
    background: var(--orange-action);
    box-shadow: 0 18px 35px rgba(189, 72, 0, .25);
}

.about-since strong {
    font-size: 27px;
    line-height: 1;
}

.about-since span {
    margin-top: 7px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.about-story {
    padding-block: 120px;
}

.about-story-grid {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 100px;
}

.about-story .section-heading h2,
.ecosystem-copy h2,
.about-gallery-heading h2,
.about-cta h2 {
    font-size: clamp(36px, 4vw, 56px);
    letter-spacing: -.03em;
}

.about-story-copy {
    font-size: 18px;
    line-height: 1.8;
}

.about-story-copy blockquote {
    margin: 32px 0 0;
    padding: 22px 0 22px 28px;
    color: var(--ink);
    border-left: 4px solid var(--orange);
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}

.about-stats {
    color: #fff;
    background: var(--ink);
}

.about-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.about-stat {
    position: relative;
    padding: 55px 32px;
    text-align: center;
}

.about-stat + .about-stat::before {
    position: absolute;
    inset: 28px auto 28px 0;
    width: 1px;
    content: "";
    background: rgba(255, 255, 255, .14);
}

.about-stat strong {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1;
}

.about-stat span {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.about-journey {
    padding-block: 120px;
    background: #fff;
}

.journey-diagram {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 44px;
    margin: 70px 0 0;
    padding: 0;
    list-style: none;
}

.journey-diagram::before {
    position: absolute;
    top: 11px;
    right: 12.5%;
    left: 12.5%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, var(--orange), #ffd0b5);
}

.journey-diagram li {
    position: relative;
    padding-top: 45px;
    text-align: center;
}

.journey-marker {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    border: 7px solid #fff;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 1px var(--orange);
    transform: translateX(-50%);
}

.journey-diagram strong {
    display: block;
    margin-bottom: 10px;
    color: var(--orange-text);
    font-size: 15px;
    letter-spacing: .08em;
}

.journey-diagram h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.journey-diagram p {
    margin: 0;
}

.about-ecosystem {
    color: rgba(255, 255, 255, .72);
    background:
        radial-gradient(circle at 78% 50%, rgba(255, 116, 38, .13), transparent 25%),
        var(--ink);
}

.ecosystem-layout {
    display: grid;
    grid-template-columns: .72fr 1.28fr;
    align-items: center;
    gap: 70px;
}

.ecosystem-copy h2 {
    color: #fff;
}

.ecosystem-copy > p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.75;
}

.ecosystem-note {
    margin-top: 28px;
    padding-left: 20px;
    color: #fff;
    border-left: 3px solid var(--orange);
    font-weight: 600;
}

.ecosystem-diagram {
    position: relative;
    min-height: 610px;
}

.ecosystem-diagram > svg {
    position: absolute;
    inset: 11% 9%;
    width: 82%;
    height: 78%;
    overflow: visible;
}

.ecosystem-diagram line {
    stroke: rgba(255, 116, 38, .46);
    stroke-width: .5;
    stroke-dasharray: 2 2;
    vector-effect: non-scaling-stroke;
}

.ecosystem-center,
.ecosystem-node {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #2d3036;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
}

.ecosystem-center {
    top: 50%;
    left: 50%;
    display: grid;
    width: 205px;
    min-height: 150px;
    padding: 28px;
    place-content: center;
    text-align: center;
    transform: translate(-50%, -50%);
}

.ecosystem-center img {
    margin: 0 auto 15px;
}

.ecosystem-center span {
    color: var(--orange);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.ecosystem-node {
    width: 235px;
    min-height: 150px;
    padding: 24px;
}

.ecosystem-node-1 {
    top: 0;
    left: 0;
}

.ecosystem-node-2 {
    top: 0;
    right: 0;
}

.ecosystem-node-3 {
    bottom: 0;
    left: 0;
}

.ecosystem-node-4 {
    right: 0;
    bottom: 0;
}

.ecosystem-node > span {
    display: block;
    margin-bottom: 8px;
    color: var(--orange);
    font-size: 12px;
}

.ecosystem-node h3 {
    margin-bottom: 7px;
    color: #fff;
    font-size: 18px;
}

.ecosystem-node p {
    margin: 0;
    font-size: 14px;
}

.about-gallery {
    padding-block: 120px;
}

.about-gallery-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 45px;
}

.about-gallery-heading h2 {
    margin-bottom: 0;
}

.about-gallery-heading > p {
    margin-bottom: 8px;
    font-size: 18px;
}

.about-photo-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    grid-template-rows: repeat(2, 280px);
    gap: 20px;
}

.about-photo-grid figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--ink);
}

.about-photo-grid figure:first-child {
    grid-row: 1 / 3;
}

.about-photo-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.about-photo-grid figure:hover img {
    transform: scale(1.025);
}

.about-photo-grid figcaption {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    padding: 15px 18px;
    color: #fff;
    background: rgba(34, 36, 41, .86);
    backdrop-filter: blur(8px);
    font-weight: 600;
}

.about-impact {
    padding-block: 120px;
    background: var(--surface);
}

.impact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.impact-card {
    padding: 36px;
    border: 1px solid rgba(34, 36, 41, .08);
    background: #fff;
    transition: transform .3s, border-color .3s;
}

.impact-card:hover {
    border-color: var(--orange);
    transform: translateY(-4px);
}

.impact-card-head {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.impact-card-head img {
    width: 72px;
    height: 72px;
    object-fit: contain;
}

.impact-card-head h3 {
    margin-bottom: 3px;
    font-size: 21px;
}

.impact-card-head p,
.impact-card > p {
    margin-bottom: 0;
}

.impact-card > strong {
    display: block;
    margin-bottom: 10px;
    color: var(--orange-text);
    font-size: 20px;
}

.about-cta {
    padding: 90px 0;
    color: rgba(255, 255, 255, .74);
    background:
        linear-gradient(105deg, rgba(34, 36, 41, .96), rgba(34, 36, 41, .8)),
        url("./images/portfolio-it.webp") center 48% / cover no-repeat;
}

.about-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.about-cta h2 {
    max-width: 850px;
    margin-bottom: 15px;
    color: #fff;
}

.about-cta p:last-child {
    max-width: 760px;
    margin-bottom: 0;
    font-size: 18px;
}

.about-cta .button {
    flex: 0 0 auto;
}

@media (max-width: 1199px) {
    .about-hero-grid {
        gap: 45px;
    }

    .ecosystem-layout {
        grid-template-columns: 1fr;
    }

    .ecosystem-copy {
        max-width: 720px;
    }

    .ecosystem-diagram {
        width: min(100%, 780px);
        margin-inline: auto;
    }
}

@media (max-width: 991px) {
    .about-hero {
        padding-top: 145px;
        background: #f7f7fa;
    }

    .about-hero-grid,
    .about-story-grid {
        grid-template-columns: 1fr;
    }

    .about-hero-copy {
        max-width: 730px;
    }

    .about-hero-visual {
        width: min(100%, 720px);
        margin-inline: auto;
    }

    .about-story-grid {
        gap: 30px;
    }

    .about-stats-grid,
    .journey-diagram {
        grid-template-columns: repeat(2, 1fr);
    }

    .journey-diagram::before {
        display: none;
    }

    .about-gallery-heading {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

@media (max-width: 767px) {
    .about-hero {
        padding: 125px 0 85px;
    }

    .breadcrumbs {
        margin-bottom: 30px;
    }

    .about-hero h1 {
        font-size: clamp(36px, 11vw, 42px);
    }

    .about-since {
        right: -5px;
        bottom: -28px;
        min-width: 165px;
    }

    .about-story,
    .about-journey,
    .about-gallery,
    .about-impact {
        padding-block: 80px;
    }

    .about-stats-grid,
    .journey-diagram,
    .impact-grid {
        grid-template-columns: 1fr;
    }

    .about-stat + .about-stat::before {
        inset: 0 20% auto;
        width: 60%;
        height: 1px;
    }

    .about-stat {
        padding: 38px 24px;
    }

    .journey-diagram {
        gap: 30px;
        margin-top: 45px;
    }

    .journey-diagram li {
        padding: 0 0 0 45px;
        text-align: left;
    }

    .journey-marker {
        top: 4px;
        left: 0;
        transform: none;
    }

    .ecosystem-diagram {
        display: grid;
        min-height: 0;
        gap: 15px;
    }

    .ecosystem-diagram > svg {
        display: none;
    }

    .ecosystem-center,
    .ecosystem-node {
        position: static;
        width: 100%;
        min-height: 0;
        transform: none;
    }

    .ecosystem-center {
        padding: 32px;
    }

    .about-photo-grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 300px);
    }

    .about-photo-grid figure:first-child {
        grid-row: auto;
    }

    .about-cta-inner {
        display: block;
    }

    .about-cta .button {
        margin-top: 28px;
    }
}

@media (max-width: 480px) {
    .about-image-frame {
        padding: 10px;
    }

    .about-since {
        right: 7%;
        bottom: 9%;
        min-width: 145px;
        padding: 13px 16px;
    }

    .about-since strong {
        font-size: 21px;
    }

    .about-since span {
        font-size: 10px;
    }

    .about-story-copy blockquote {
        font-size: 19px;
    }

    .about-photo-grid {
        grid-template-rows: repeat(3, 240px);
    }

    .impact-card {
        padding: 28px 24px;
    }

    .impact-card-head {
        gap: 14px;
    }

    .impact-card-head img {
        width: 58px;
        height: 58px;
    }

    .about-photo-grid figcaption {
        right: 12px;
        bottom: 12px;
        left: 12px;
        padding: 12px 14px;
    }

    .about-cta .button {
        width: 100%;
    }
}

/* Contact page */
.template-contact .site-header {
    background: var(--ink);
}

.contact-hero {
    position: relative;
    padding: 175px 0 105px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 52%, rgba(255, 116, 38, .11), transparent 23%),
        #f7f7fa;
}

.contact-hero::before {
    position: absolute;
    top: 148px;
    right: 0;
    width: 32%;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 116, 38, .65));
}

.contact-hero-grid {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    gap: 80px;
}

.contact-hero h1 {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(48px, 5vw, 76px);
    letter-spacing: -.04em;
}

.contact-hero-lead {
    max-width: 610px;
    margin-bottom: 38px;
    font-size: 19px;
    line-height: 1.7;
}

.contact-hero-photo {
    position: relative;
    padding: 18px;
    background: #fff;
    box-shadow: 0 32px 80px rgba(34, 36, 41, .16);
}

.contact-hero-photo > img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.contact-hero-note {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    max-width: 285px;
    padding: 23px 28px;
    color: #fff;
    background: var(--orange-action);
}

.contact-hero-note strong {
    margin-bottom: 4px;
    font-size: 19px;
}

.contact-hero-note span {
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
}

.contact-details {
    padding-block: 110px;
}

.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.contact-card {
    min-height: 245px;
    padding: 34px 28px;
    border: 1px solid rgba(34, 36, 41, .09);
    background: #fff;
    box-shadow: 0 20px 50px rgba(34, 36, 41, .05);
    transition: transform .3s, border-color .3s;
}

.contact-card:hover {
    border-color: var(--orange);
    transform: translateY(-4px);
}

.contact-card-icon {
    display: grid;
    width: 54px;
    height: 54px;
    margin-bottom: 28px;
    place-items: center;
    color: var(--orange);
    border-radius: 50%;
    background: #fff1e9;
}

.contact-card-icon svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
}

.contact-card h3 {
    margin-bottom: 8px;
    font-size: 19px;
}

.contact-card p {
    margin-bottom: 5px;
    color: #8a8a8a;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.contact-card a {
    color: var(--ink);
    font-weight: 600;
    line-height: 1.55;
    overflow-wrap: anywhere;
}

.contact-card a:hover {
    color: var(--orange-text);
}

.contact-form-section {
    color: rgba(255, 255, 255, .7);
    background:
        radial-gradient(circle at 18% 80%, rgba(255, 116, 38, .13), transparent 25%),
        var(--ink);
}

.contact-form-layout {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    align-items: start;
    gap: 80px;
}

.contact-form-intro {
    position: sticky;
    top: 135px;
}

.contact-form-intro h2 {
    margin-bottom: 22px;
    color: #fff;
    font-size: clamp(36px, 4vw, 54px);
    letter-spacing: -.03em;
}

.contact-form-intro > p:not(.eyebrow) {
    font-size: 18px;
    line-height: 1.75;
}

.contact-process {
    position: relative;
    margin: 45px 0 0;
    padding: 0;
    list-style: none;
}

.contact-process::before {
    position: absolute;
    top: 22px;
    bottom: 22px;
    left: 21px;
    width: 1px;
    content: "";
    background: rgba(255, 116, 38, .38);
}

.contact-process li {
    position: relative;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 18px;
    margin-bottom: 30px;
}

.contact-process li > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    border: 1px solid rgba(255, 116, 38, .6);
    border-radius: 50%;
    background: var(--ink);
    font-size: 12px;
}

.contact-process h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 17px;
}

.contact-process p {
    margin: 0;
    font-size: 14px;
}

.contact-form-panel {
    padding: 46px;
    color: var(--text);
    background: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .18);
}

.contact-fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.field {
    display: grid;
    align-content: start;
}

.field-full {
    grid-column: 1 / -1;
}

.field > label,
.consent-field > label {
    color: var(--ink);
    font-size: 14px;
    font-weight: 600;
}

.field > label {
    margin-bottom: 8px;
}

.field label > span[aria-hidden="true"] {
    color: var(--orange-text);
}

.field input:not([type="checkbox"]),
.field textarea {
    width: 100%;
    padding: 14px 16px;
    color: var(--ink);
    border: 1px solid #dedde3;
    border-radius: 0;
    outline: 0;
    background: #fafafd;
    transition: border-color .2s, box-shadow .2s;
}

.field input:not([type="checkbox"]) {
    height: 52px;
}

.field textarea {
    resize: vertical;
    line-height: 1.55;
}

.field input:focus,
.field textarea:focus {
    border-color: var(--orange);
    box-shadow: 0 0 0 3px rgba(255, 116, 38, .12);
}

.field [aria-invalid="true"] {
    border-color: #b42318 !important;
}

.field-error {
    margin-top: 6px;
    color: #b42318;
    font-size: 13px;
}

.consent-field > label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.consent-field input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--orange-action);
}

.required-note {
    margin: 18px 0 24px;
    font-size: 13px;
}

.form-alert {
    margin-bottom: 25px;
    padding: 17px 20px;
    border-left: 4px solid;
}

.form-alert-success {
    color: #175c36;
    border-color: #23834b;
    background: #edf8f1;
}

.form-alert-error {
    color: #7a271a;
    border-color: #b42318;
    background: #fff1f0;
}

.form-alert-error ul {
    margin: 8px 0 0;
    padding-left: 20px;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-map {
    padding-top: 75px;
    background: #fff;
}

.contact-map-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 35px;
}

.contact-map-heading h2 {
    margin-bottom: 0;
    font-size: clamp(34px, 4vw, 50px);
}

.contact-map-heading > a {
    color: var(--orange-text);
    font-weight: 700;
}

.contact-map-heading > a::after {
    margin-left: 8px;
    content: "↗";
}

.contact-map iframe {
    display: block;
    min-height: 420px;
    background: var(--surface);
}

@media (max-width: 1199px) {
    .contact-hero-grid {
        gap: 45px;
    }

    .contact-card-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 991px) {
    .contact-hero {
        padding-top: 145px;
    }

    .contact-hero-grid,
    .contact-form-layout {
        grid-template-columns: 1fr;
    }

    .contact-hero-photo {
        width: min(100%, 720px);
        margin-inline: auto;
    }

    .contact-form-intro {
        position: static;
        max-width: 720px;
    }
}

@media (max-width: 767px) {
    .contact-hero {
        padding: 125px 0 80px;
    }

    .contact-hero h1 {
        font-size: clamp(36px, 11vw, 42px);
    }

    .contact-details {
        padding-block: 80px;
    }

    .contact-card-grid,
    .contact-fields {
        grid-template-columns: 1fr;
    }

    .contact-form-panel {
        padding: 32px 25px;
    }

    .contact-map-heading {
        display: block;
    }

    .contact-map-heading > a {
        display: inline-block;
        margin-top: 16px;
    }

    .contact-map iframe {
        height: 420px;
    }
}

@media (max-width: 480px) {
    .contact-hero-photo {
        padding: 10px;
    }

    .contact-hero-note {
        position: relative;
        max-width: none;
    }

    .contact-card-grid {
        grid-template-columns: 1fr;
    }

    .contact-card {
        min-height: 0;
    }

    .contact-form-panel {
        padding: 28px 20px;
    }

    .contact-fields {
        gap: 18px;
    }

    .field input:not([type="checkbox"]),
    .field textarea,
    .field select {
        font-size: 16px;
    }

    .contact-form-panel .button {
        width: 100%;
    }

    .contact-process li {
        gap: 14px;
    }
}

@media (max-width: 360px) {
    .container {
        width: calc(100% - 24px);
    }

    .brand img {
        width: 132px;
    }

    .hero h1,
    .about-hero h1,
    .contact-hero h1 {
        font-size: 34px;
    }

    .eyebrow.ruled::before,
    .eyebrow.ruled::after {
        display: none;
    }

    .service-card,
    .testimonial-card,
    .blog-content,
    .impact-card,
    .contact-card {
        padding-inline: 20px;
    }

    .client {
        display: block;
    }

    .client img {
        margin: 0 0 18px;
    }
}

/* Solutions hub and solution detail pages */
.template-solutions .site-header,
.template-solution .site-header {
    background: var(--ink);
}

.solution-hero,
.solutions-hero {
    background:
        radial-gradient(circle at 12% 42%, rgba(255, 116, 38, .12), transparent 24%),
        linear-gradient(135deg, #f9f9fb, #f3f2f6);
}

.solution-hero .about-hero-grid,
.solutions-hero .about-hero-grid {
    grid-template-columns: .9fr 1.1fr;
    gap: 62px;
}

.solution-hero h1,
.solutions-hero h1 {
    font-size: clamp(43px, 4.5vw, 69px);
}

.solution-hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
}

.solution-text-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-weight: 700;
}

.solution-text-link svg,
.solution-brand-card a svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    transition: transform .25s ease;
}

.solution-text-link:hover,
.solution-brand-card a:hover {
    color: var(--orange-text);
}

.solution-text-link:hover svg,
.solution-brand-card a:hover svg {
    transform: translateX(4px);
}

.solution-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.solution-tags li {
    padding: 8px 13px;
    color: #555960;
    border: 1px solid rgba(34, 36, 41, .12);
    background: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
}

.solution-image-frame {
    padding: 14px;
    transform: none;
}

.solution-image-frame::before {
    position: absolute;
    z-index: -1;
    inset: -16px 18px 22px -18px;
    content: "";
    border: 1px solid rgba(255, 116, 38, .48);
}

.solution-image-frame img {
    aspect-ratio: 16 / 9;
}

.solution-hero-badge {
    right: 0;
    bottom: -25px;
    min-width: 185px;
}

.solution-overview,
.solutions-intro {
    padding-block: 120px;
}

.solution-overview-grid {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    gap: 90px;
}

.solution-overview .section-heading h2,
.solution-architecture h2,
.solution-ecosystem-heading h2,
.solution-faq-intro h2 {
    font-size: clamp(36px, 4vw, 56px);
    letter-spacing: -.03em;
}

.solution-overview-copy > p {
    font-size: 18px;
    line-height: 1.8;
}

.solution-principles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 38px;
}

.solution-principles > div {
    position: relative;
    padding: 26px 24px 24px;
    border-top: 2px solid var(--orange);
    background: var(--surface);
}

.solution-principles span {
    display: block;
    margin-bottom: 15px;
    color: var(--orange-text);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.solution-principles strong {
    display: block;
    margin-bottom: 7px;
    color: var(--ink);
    font-size: 18px;
}

.solution-principles p {
    margin: 0;
    font-size: 14px;
}

.solution-capabilities,
.solutions-portfolio,
.solutions-method {
    padding-block: 120px;
    background: #fff;
}

.solution-capability-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.solution-capability-card {
    position: relative;
    min-height: 310px;
    padding: 38px;
    overflow: hidden;
    border: 1px solid rgba(34, 36, 41, .1);
    background:
        linear-gradient(135deg, rgba(255, 116, 38, .035), transparent 48%),
        #fff;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.solution-capability-card:hover {
    border-color: rgba(255, 116, 38, .65);
    box-shadow: 0 24px 50px rgba(34, 36, 41, .08);
    transform: translateY(-4px);
}

.solution-capability-card > span {
    display: block;
    margin-bottom: 25px;
    color: var(--orange-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
}

.solution-capability-card > span::after {
    display: inline-block;
    width: 42px;
    height: 1px;
    margin: 0 0 3px 12px;
    content: "";
    background: var(--orange);
}

.solution-capability-card h3 {
    margin-bottom: 12px;
    font-size: 25px;
}

.solution-capability-card p {
    font-size: 16px;
    line-height: 1.7;
}

.solution-capability-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.solution-capability-card li {
    padding: 6px 10px;
    color: #4f5359;
    background: var(--surface);
    font-size: 12px;
    font-weight: 600;
}

.solution-architecture {
    color: rgba(255, 255, 255, .72);
    background:
        radial-gradient(circle at 78% 50%, rgba(255, 116, 38, .13), transparent 28%),
        var(--ink);
}

.solution-architecture-layout {
    display: grid;
    grid-template-columns: .76fr 1.24fr;
    align-items: center;
    gap: 80px;
}

.solution-architecture h2 {
    color: #fff;
}

.solution-architecture-copy > p:not(.eyebrow, .ecosystem-note) {
    font-size: 18px;
    line-height: 1.75;
}

.solution-flow {
    position: relative;
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solution-flow::before {
    position: absolute;
    top: 35px;
    bottom: 35px;
    left: 30px;
    width: 1px;
    content: "";
    background: linear-gradient(var(--orange), rgba(255, 116, 38, .12));
}

.solution-flow li {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 61px 1fr;
    align-items: center;
    gap: 23px;
    min-height: 112px;
    padding: 22px 28px 22px 0;
    border: 1px solid rgba(255, 255, 255, .11);
    background: #2c2f35;
}

.solution-flow li > span {
    display: grid;
    width: 61px;
    height: 61px;
    color: #fff;
    background: var(--orange-action);
    place-items: center;
    font-size: 13px;
    font-weight: 700;
}

.solution-flow h3 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 20px;
}

.solution-flow p {
    margin: 0;
    font-size: 14px;
}

.solution-ecosystem,
.solution-outcomes {
    padding-block: 120px;
}

.solution-ecosystem {
    background: var(--surface);
}

.solution-ecosystem-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 80px;
    margin-bottom: 45px;
}

.solution-ecosystem-heading h2 {
    margin-bottom: 0;
}

.solution-ecosystem-heading > p {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.75;
}

.solution-brand-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 20px;
}

.solution-brand-card {
    position: relative;
    min-height: 280px;
    padding: 35px;
    border: 1px solid rgba(34, 36, 41, .09);
    background: #fff;
}

.solution-brand-card::after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 45px;
    height: 45px;
    content: "";
    border-right: 3px solid var(--orange);
    border-bottom: 3px solid var(--orange);
}

.solution-brand-kicker {
    display: block;
    margin-bottom: 30px;
    color: var(--orange-text);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.solution-brand-card h3 {
    margin-bottom: 12px;
    font-size: 28px;
}

.solution-brand-card p {
    line-height: 1.7;
}

.solution-brand-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    color: var(--ink);
    font-weight: 700;
}

.solution-outcomes {
    background: #fff;
}

.solution-outcome-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.solution-outcome-grid article {
    padding: 34px 30px;
    border-top: 1px solid rgba(34, 36, 41, .12);
    border-bottom: 1px solid rgba(34, 36, 41, .12);
}

.solution-outcome-grid article > span {
    display: block;
    width: 11px;
    height: 11px;
    margin-bottom: 28px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 0 0 1px var(--orange);
}

.solution-outcome-grid h3 {
    margin-bottom: 11px;
    font-size: 22px;
}

.solution-outcome-grid p {
    margin: 0;
    line-height: 1.7;
}

.solution-faq {
    padding-block: 120px;
    background:
        linear-gradient(105deg, rgba(246, 245, 250, .95), #fff),
        radial-gradient(circle at 10% 10%, rgba(255, 116, 38, .15), transparent 30%);
}

.solution-faq-layout {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    align-items: start;
    gap: 85px;
}

.solution-faq-intro {
    position: sticky;
    top: 140px;
}

.solution-faq-intro > p:last-child {
    font-size: 18px;
    line-height: 1.75;
}

.solution-faq-list {
    border-top: 1px solid rgba(34, 36, 41, .14);
}

.solution-faq-list details {
    border-bottom: 1px solid rgba(34, 36, 41, .14);
}

.solution-faq-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding: 27px 5px;
    color: var(--ink);
    cursor: pointer;
    font-size: 19px;
    font-weight: 700;
    list-style: none;
}

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

.solution-faq-list summary i {
    position: relative;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    border: 1px solid rgba(34, 36, 41, .22);
    border-radius: 50%;
}

.solution-faq-list summary i::before,
.solution-faq-list summary i::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1px;
    content: "";
    background: var(--ink);
    transform: translate(-50%, -50%);
}

.solution-faq-list summary i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .2s ease;
}

.solution-faq-list details[open] summary {
    color: var(--orange-text);
}

.solution-faq-list details[open] summary i::after {
    transform: translate(-50%, -50%) rotate(0);
}

.solution-faq-list details > div {
    padding: 0 55px 27px 5px;
}

.solution-faq-list details p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
}

.solution-cta {
    background:
        linear-gradient(105deg, rgba(34, 36, 41, .97), rgba(34, 36, 41, .84)),
        url("./images/solutions/data-center-infrastructure.webp") center / cover no-repeat;
}

.solutions-hero-mosaic {
    position: relative;
    display: grid;
    grid-template-columns: 1.15fr .85fr;
    grid-template-rows: repeat(2, 230px);
    gap: 13px;
    padding: 14px;
    background: #fff;
    box-shadow: 0 35px 90px rgba(0, 0, 0, .2);
}

.solutions-hero-mosaic::before {
    position: absolute;
    z-index: -1;
    inset: -16px 18px 22px -18px;
    content: "";
    border: 1px solid rgba(255, 116, 38, .48);
}

.solutions-hero-mosaic figure {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: var(--ink);
}

.solutions-hero-mosaic figure:first-child {
    grid-row: 1 / 3;
}

.solutions-hero-mosaic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-mosaic-badge {
    position: absolute;
    right: -15px;
    bottom: 28px;
    display: grid;
    min-width: 175px;
    padding: 17px 21px;
    color: #fff;
    background: var(--orange-action);
    box-shadow: 0 18px 35px rgba(189, 72, 0, .25);
}

.solutions-mosaic-badge strong {
    font-size: 24px;
    line-height: 1;
}

.solutions-mosaic-badge span {
    margin-top: 7px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.solutions-intro .about-story-grid {
    align-items: start;
}

.solutions-card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.solutions-card {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    min-height: 340px;
    overflow: hidden;
    border: 1px solid rgba(34, 36, 41, .1);
    background: #fff;
    transition: transform .3s ease, box-shadow .3s ease;
}

.solutions-card:hover {
    box-shadow: 0 24px 55px rgba(34, 36, 41, .1);
    transform: translateY(-4px);
}

.solutions-card-image {
    display: block;
    min-height: 100%;
    overflow: hidden;
    background: var(--ink);
}

.solutions-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .6s ease;
}

.solutions-card:hover .solutions-card-image img {
    transform: scale(1.035);
}

.solutions-card-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px;
}

.solutions-card-copy > span {
    margin-bottom: 19px;
    color: var(--orange-text);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.solutions-card-copy h3 {
    margin-bottom: 12px;
    font-size: 23px;
}

.solutions-card-copy h3 a:hover {
    color: var(--orange-text);
}

.solutions-card-copy p {
    margin-bottom: 24px;
    font-size: 14px;
    line-height: 1.65;
}

.solutions-card-copy .solution-text-link {
    margin-top: auto;
    font-size: 14px;
}

.solutions-integration {
    padding-block: 120px;
}

.solutions-orbit {
    position: relative;
    min-height: 650px;
}

.solutions-orbit > svg {
    position: absolute;
    inset: 7% 8%;
    width: 84%;
    height: 86%;
    overflow: visible;
}

.solutions-orbit line {
    stroke: rgba(255, 116, 38, .46);
    stroke-width: .5;
    stroke-dasharray: 2 2;
    vector-effect: non-scaling-stroke;
}

.solutions-orbit-center,
.solutions-orbit-node {
    position: absolute;
    z-index: 1;
    display: grid;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .12);
    background: #2d3036;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .18);
    place-content: center;
}

.solutions-orbit-center {
    top: 50%;
    left: 50%;
    width: 200px;
    min-height: 145px;
    padding: 25px;
    transform: translate(-50%, -50%);
}

.solutions-orbit-center img {
    margin: 0 auto 13px;
}

.solutions-orbit-center span {
    color: var(--orange);
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.solutions-orbit-node {
    width: 180px;
    min-height: 95px;
    padding: 18px;
    color: #fff;
}

.solutions-orbit-node:hover {
    color: var(--orange);
    border-color: rgba(255, 116, 38, .6);
}

.solutions-orbit-node > span {
    margin-bottom: 5px;
    color: var(--orange);
    font-size: 10px;
}

.solutions-orbit-node > strong {
    font-size: 14px;
    line-height: 1.35;
}

.solutions-orbit-node-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.solutions-orbit-node-2 {
    top: 20%;
    right: 0;
}

.solutions-orbit-node-3 {
    right: 0;
    bottom: 20%;
}

.solutions-orbit-node-4 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.solutions-orbit-node-5 {
    bottom: 20%;
    left: 0;
}

.solutions-orbit-node-6 {
    top: 20%;
    left: 0;
}

@media (max-width: 1199px) {
    .solution-hero .about-hero-grid,
    .solutions-hero .about-hero-grid {
        gap: 42px;
    }

    .solutions-card {
        grid-template-columns: 1fr;
    }

    .solutions-card-image {
        min-height: 235px;
    }
}

@media (max-width: 991px) {
    .solution-hero .about-hero-grid,
    .solutions-hero .about-hero-grid,
    .solution-overview-grid,
    .solution-architecture-layout,
    .solution-faq-layout {
        grid-template-columns: 1fr;
    }

    .solution-hero .about-hero-copy,
    .solutions-hero .about-hero-copy {
        max-width: 760px;
    }

    .solution-overview-grid,
    .solution-architecture-layout,
    .solution-faq-layout {
        gap: 38px;
    }

    .solution-faq-intro {
        position: static;
        max-width: 730px;
    }

    .solutions-card-grid {
        grid-template-columns: 1fr;
    }

    .solutions-card {
        grid-template-columns: .85fr 1.15fr;
    }

    .solutions-integration .ecosystem-layout {
        grid-template-columns: 1fr;
    }

    .solutions-orbit {
        width: min(100%, 760px);
        margin-inline: auto;
    }
}

@media (max-width: 767px) {
    .solution-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .solution-hero .breadcrumbs {
        row-gap: 6px;
    }

    .solution-hero h1,
    .solutions-hero h1 {
        font-size: clamp(34px, 10vw, 43px);
    }

    .solution-tags {
        margin-top: 24px;
    }

    .solution-overview,
    .solutions-intro,
    .solution-capabilities,
    .solution-ecosystem,
    .solution-outcomes,
    .solution-faq,
    .solutions-portfolio,
    .solutions-integration,
    .solutions-method {
        padding-block: 80px;
    }

    .solution-principles,
    .solution-capability-grid,
    .solution-ecosystem-heading,
    .solution-outcome-grid {
        grid-template-columns: 1fr;
    }

    .solution-ecosystem-heading {
        gap: 12px;
    }

    .solution-capability-card {
        min-height: 0;
        padding: 30px 25px;
    }

    .solution-flow li {
        grid-template-columns: 52px 1fr;
        gap: 17px;
        padding-right: 20px;
    }

    .solution-flow li > span {
        width: 52px;
        height: 52px;
    }

    .solution-flow::before {
        left: 26px;
    }

    .solutions-hero-mosaic {
        grid-template-rows: repeat(2, 165px);
        padding: 9px;
        gap: 8px;
    }

    .solutions-card {
        grid-template-columns: 1fr;
    }

    .solutions-orbit {
        display: grid;
        min-height: 0;
        gap: 12px;
    }

    .solutions-orbit > svg {
        display: none;
    }

    .solutions-orbit-center,
    .solutions-orbit-node {
        position: static;
        width: 100%;
        min-height: 85px;
        transform: none;
    }

    .solutions-orbit-center {
        min-height: 130px;
    }
}

@media (max-width: 480px) {
    .solution-image-frame {
        padding: 8px;
    }

    .solution-hero-badge {
        right: 8px;
        bottom: 8px;
        min-width: 145px;
    }

    .solution-principles {
        grid-template-columns: 1fr;
    }

    .solution-brand-card {
        min-height: 0;
        padding: 29px 23px;
    }

    .solution-faq-list summary {
        padding-block: 22px;
        font-size: 17px;
    }

    .solution-faq-list details > div {
        padding-right: 5px;
    }

    .solutions-hero-mosaic {
        display: block;
    }

    .solutions-hero-mosaic figure {
        display: none;
    }

    .solutions-hero-mosaic figure:first-child {
        display: block;
        height: 245px;
    }

    .solutions-mosaic-badge {
        right: 17px;
        bottom: 17px;
    }

    .solutions-card-copy {
        padding: 28px 23px;
    }
}

/* Legal pages */
.template-legal .site-header {
    background: var(--ink);
}

.legal-hero {
    position: relative;
    isolation: isolate;
    min-height: 660px;
    padding: 176px 0 105px;
    overflow: hidden;
    background:
        radial-gradient(circle at 88% 22%, rgba(255, 116, 38, .22), transparent 28%),
        linear-gradient(125deg, #f6f5fa 0%, #fff 63%);
}

.legal-hero::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    content: "";
    opacity: .38;
    background-image:
        linear-gradient(rgba(34, 36, 41, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(34, 36, 41, .055) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(90deg, transparent, #000 65%);
}

.legal-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
    align-items: center;
    gap: 90px;
}

.legal-breadcrumbs {
    margin-bottom: 48px;
}

.legal-hero h1 {
    max-width: 840px;
    margin-bottom: 25px;
    font-size: clamp(46px, 5.3vw, 76px);
    letter-spacing: -.045em;
}

.legal-hero-lead {
    max-width: 720px;
    margin-bottom: 33px;
    color: #555861;
    font-size: 19px;
    line-height: 1.7;
}

.legal-updated {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin: 0;
    padding: 11px 16px;
    color: #555861;
    border-left: 3px solid var(--orange);
    background: rgba(255, 255, 255, .72);
    font-size: 14px;
}

.legal-updated span {
    color: var(--ink);
    font-weight: 700;
}

.legal-hero-art {
    position: relative;
    min-height: 380px;
}

.legal-document {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: min(290px, 72%);
    aspect-ratio: .76;
    padding: 92px 44px 42px;
    background: #fff;
    box-shadow: 0 38px 90px rgba(34, 36, 41, .22);
    transform: translate(-50%, -50%) rotate(4deg);
}

.legal-document::before {
    position: absolute;
    top: 38px;
    left: 44px;
    width: 48px;
    height: 8px;
    content: "";
    background: var(--orange);
}

.legal-document span {
    display: block;
    height: 7px;
    margin-bottom: 18px;
    background: #e8e7ec;
}

.legal-document span:nth-child(2) {
    width: 72%;
}

.legal-document span:nth-child(4) {
    width: 85%;
}

.legal-document strong {
    position: absolute;
    right: 38px;
    bottom: 34px;
    color: #bebfc5;
    font-size: 13px;
    letter-spacing: .2em;
}

.legal-seal {
    position: absolute;
    z-index: 3;
    right: 8%;
    bottom: 14%;
    display: grid;
    width: 88px;
    height: 88px;
    place-items: center;
    border: 9px solid #fff;
    border-radius: 50%;
    background: var(--orange);
    box-shadow: 0 18px 42px rgba(189, 72, 0, .28);
}

.legal-seal svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: #fff;
    stroke-width: 2.2;
}

.legal-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(255, 116, 38, .38);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.legal-orbit-one {
    width: 365px;
    height: 365px;
}

.legal-orbit-two {
    width: 475px;
    height: 475px;
    border-color: rgba(34, 36, 41, .1);
}

.legal-layout {
    display: grid;
    grid-template-columns: 285px minmax(0, 830px);
    justify-content: center;
    gap: 80px;
    padding-top: 110px;
    padding-bottom: 120px;
}

.legal-toc nav {
    position: sticky;
    top: 130px;
    padding: 27px 24px;
    border-top: 4px solid var(--orange);
    background: var(--surface);
}

.legal-toc h2 {
    margin-bottom: 18px;
    font-size: 17px;
}

.legal-toc ol {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.legal-toc a {
    display: grid;
    grid-template-columns: 27px 1fr;
    gap: 8px;
    padding: 7px 0;
    font-size: 13px;
    line-height: 1.35;
}

.legal-toc a:hover {
    color: var(--orange-text);
}

.legal-toc a span {
    color: var(--orange-text);
    font-size: 11px;
    font-weight: 700;
}

.legal-intro {
    margin-bottom: 68px;
    padding: 30px 34px;
    color: var(--ink);
    border-left: 4px solid var(--orange);
    background: #fff8f3;
    font-size: 19px;
    line-height: 1.75;
}

.legal-section {
    padding-bottom: 58px;
    border-bottom: 1px solid #e5e4e9;
}

.legal-section + .legal-section {
    padding-top: 58px;
}

.legal-section-number {
    margin-bottom: 10px;
    color: var(--orange-text);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .14em;
}

.legal-section h2 {
    margin-bottom: 23px;
    font-size: clamp(28px, 3vw, 38px);
    letter-spacing: -.025em;
}

.legal-section p,
.legal-section li {
    line-height: 1.82;
}

.legal-section p {
    margin-bottom: 17px;
}

.legal-section ul {
    display: grid;
    gap: 12px;
    margin: 22px 0;
    padding-left: 0;
    list-style: none;
}

.legal-section li {
    position: relative;
    padding-left: 28px;
}

.legal-section li::before {
    position: absolute;
    top: .72em;
    left: 3px;
    width: 8px;
    height: 8px;
    content: "";
    border: 2px solid var(--orange);
    border-radius: 50%;
}

.legal-note {
    display: grid;
    grid-template-columns: 28px 1fr;
    gap: 13px;
    margin-top: 26px;
    padding: 22px 24px;
    color: #3b3e45;
    background: var(--surface);
}

.legal-note svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: var(--orange-text);
    stroke-width: 2.2;
}

.legal-note p {
    margin: 0;
}

.legal-contact {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 50px;
    margin-top: 72px;
    padding: 45px;
    color: #b8bac1;
    background: var(--ink);
}

.legal-contact h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 31px;
}

.legal-contact p {
    margin: 0;
    line-height: 1.7;
}

.legal-contact-details {
    display: grid;
    align-content: center;
    gap: 16px;
    padding-left: 34px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.legal-contact-details a {
    color: #fff;
    font-weight: 700;
}

.legal-contact-details a:hover {
    color: var(--orange);
}

.legal-contact-details address {
    font-style: normal;
    line-height: 1.65;
}

.consent-field a {
    color: var(--orange-text);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.messaging-consent {
    min-width: 0;
    margin: 2px 0 0;
    padding: 20px;
    border: 1px solid #dedde3;
    background: #fafafd;
}

.messaging-consent legend {
    padding: 0 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 700;
}

.messaging-consent label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #555861;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.55;
}

.messaging-consent label + label {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e6e5e9;
}

.messaging-consent input {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: var(--orange-action);
}

@media (max-width: 991px) {
    .legal-hero-grid {
        grid-template-columns: 1fr .7fr;
        gap: 38px;
    }

    .legal-hero-art {
        min-height: 320px;
    }

    .legal-orbit-two {
        width: 390px;
        height: 390px;
    }

    .legal-layout {
        grid-template-columns: 230px minmax(0, 1fr);
        gap: 42px;
    }

    .legal-contact {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .legal-contact-details {
        padding: 25px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .legal-hero {
        min-height: 0;
        padding: 135px 0 72px;
    }

    .legal-hero-grid {
        grid-template-columns: 1fr;
    }

    .legal-hero-art {
        min-height: 310px;
    }

    .legal-hero h1 {
        font-size: clamp(39px, 12vw, 58px);
    }

    .legal-layout {
        display: block;
        padding-top: 65px;
        padding-bottom: 80px;
    }

    .legal-toc {
        margin-bottom: 55px;
    }

    .legal-toc nav {
        position: static;
    }

    .legal-toc ol {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
    }

    .legal-intro {
        padding: 24px;
        font-size: 17px;
    }

    .legal-contact {
        padding: 32px 26px;
    }
}

@media (max-width: 480px) {
    .legal-breadcrumbs {
        margin-bottom: 35px;
    }

    .legal-hero-art {
        min-height: 280px;
    }

    .legal-document {
        width: 205px;
        padding: 75px 31px 30px;
    }

    .legal-document::before {
        top: 31px;
        left: 31px;
    }

    .legal-orbit-one {
        width: 270px;
        height: 270px;
    }

    .legal-orbit-two {
        width: 340px;
        height: 340px;
    }

    .legal-seal {
        right: 2%;
        bottom: 9%;
        width: 73px;
        height: 73px;
    }

    .legal-toc ol {
        grid-template-columns: 1fr;
    }

    .legal-section {
        padding-bottom: 46px;
    }

    .legal-section + .legal-section {
        padding-top: 46px;
    }
}
