/*
 * Tech-Trezad curated direction
 * Editorial enterprise design focused on clarity, proof, and conversion.
 */
:root {
    --tt-ink: #111d22;
    --tt-muted: #596568;
    --tt-line: #d4d8d3;
    --tt-soft: #f1f0eb;
    --tt-navy: #10282d;
    --tt-cobalt: #155eef;
    --tt-cobalt-dark: #0e45b8;
    --tt-cobalt-soft: #e8efff;
    --tt-lime: #c6ef6a;
    --tt-footer: #0b342f;
    --tt-success: #1f7953;
    --tt-radius: 2px;
    --tt-shadow: 0 22px 60px rgba(17, 29, 34, .1);
    --tt-font: Inter, "Helvetica Neue", Arial, sans-serif;
}

html { scroll-padding-top: 88px; }
body,
body.home-page-2,
[data-bs-theme=dark] body.home-page-2,
body.home-page-2 > .ck-content {
    color: var(--tt-ink);
    background: #f4f2ec;
}
.container {
    width: min(100% - clamp(32px, 5vw, 80px), 1360px);
}
.enterprise-section { padding: clamp(76px, 8vw, 118px) 0; }
.enterprise-section + .enterprise-section { padding-top: clamp(76px, 8vw, 118px); }
.section-hero-2::before,
.section-service-2::before,
.section-projects-2::before,
.section-skills-2::before,
.section-delivery-process::before,
.section-contact-2::before { display: none; }

.enterprise-section-heading {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, .55fr);
    gap: clamp(32px, 6vw, 92px);
    margin-bottom: clamp(42px, 5vw, 66px);
}
.enterprise-section-heading h2 {
    max-width: 720px;
    margin-top: 14px;
    font-size: clamp(2.5rem, 4.25vw, 4.6rem) !important;
    font-weight: 620 !important;
    line-height: 1.01 !important;
    letter-spacing: -.055em;
}
.enterprise-section-heading > p {
    max-width: 430px;
    padding-bottom: 5px;
    font-size: 1rem;
    line-height: 1.72;
}
.enterprise-section-kicker {
    gap: 10px;
    color: var(--tt-cobalt);
    font-size: .7rem;
    letter-spacing: .14em;
}
.enterprise-section-kicker::before {
    width: 28px;
    height: 1px;
    content: "";
    background: currentColor;
}
.enterprise-section-kicker svg { display: none; }

.enterprise-site-header {
    border-color: rgba(17, 29, 34, .12);
    background: rgba(244, 242, 236, .94);
    backdrop-filter: blur(18px);
}
.navbar-home-2 > .enterprise-header-inner { min-height: 74px; }
.navbar-home-2 .navbar-brand img { max-width: 38px; height: 35px; }
.site-name-text { font-size: 1.14rem; font-weight: 720; letter-spacing: -.03em; }
.enterprise-brand-accent { color: var(--tt-cobalt); }
.navbar-home-2 .navbar-nav { gap: clamp(22px, 2.6vw, 40px); }
.navbar-home-2 .navbar-nav .nav-link {
    padding: 26px 0;
    color: #405056;
    font-size: .82rem;
    font-weight: 680;
    letter-spacing: .01em;
}
.navbar-home-2 .navbar-nav .nav-link.active::after {
    bottom: 18px;
    height: 1px;
}
.enterprise-header-scrolled { box-shadow: 0 12px 32px rgba(17, 29, 34, .06); }
.burger-icon {
    width: 44px;
    height: 44px;
    border-color: rgba(17, 29, 34, .2) !important;
    border-radius: 50% !important;
    background: transparent !important;
}

/* Hero */
.section-hero-2 {
    border-bottom: 0;
    background: #f4f2ec;
}
.enterprise-hero-panel > .row {
    min-height: clamp(680px, calc(100vh - 74px), 820px);
}
.enterprise-hero-copy {
    width: 58%;
    order: 1;
    display: flex;
    align-items: center;
    padding: clamp(76px, 8vw, 122px) clamp(48px, 7vw, 108px) clamp(76px, 8vw, 112px) 0;
}
.enterprise-hero-copy > div { max-width: 760px; }
.enterprise-hero-media {
    width: 42%;
    order: 2;
    justify-content: center;
    padding: clamp(64px, 7vw, 104px) 0 clamp(64px, 7vw, 96px) clamp(40px, 5vw, 72px);
    border-left-color: rgba(17, 29, 34, .13);
    background: #eeede6;
}
.enterprise-hero-eyebrow {
    gap: 11px;
    margin-bottom: 30px;
    color: #365057;
    font-size: .69rem;
    letter-spacing: .13em;
}
.enterprise-hero-eyebrow::before {
    width: 30px;
    height: 1px;
    content: "";
    background: var(--tt-cobalt);
}
.enterprise-hero-eyebrow svg { display: none; }
.section-hero-2 .section-hero-title {
    max-width: 810px;
    font-size: clamp(3.7rem, 6.25vw, 6.75rem) !important;
    font-weight: 610 !important;
    line-height: .94 !important;
    letter-spacing: -.072em;
}
.section-hero-2 .section-hero-title span:not(.flicker) {
    display: inline;
    color: var(--tt-cobalt) !important;
    font-family: "Iowan Old Style", Baskerville, Georgia, serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: -.06em;
}
.section-hero-2 .section-hero-description {
    max-width: 610px;
    margin-top: 32px !important;
    color: #536166 !important;
    font-size: clamp(1.04rem, 1.25vw, 1.16rem);
    line-height: 1.72;
}
.enterprise-hero-actions { gap: 22px; margin-top: 34px; }
.enterprise-button {
    min-height: 54px;
    padding: 0 22px !important;
    border-radius: 2px !important;
    font-size: .84rem;
    letter-spacing: .01em;
}
.enterprise-button-primary {
    border-color: var(--tt-cobalt) !important;
    background: var(--tt-cobalt) !important;
    box-shadow: 0 10px 24px rgba(21, 94, 239, .2);
}
.enterprise-button-primary:hover,
.enterprise-button-primary:focus-visible {
    border-color: var(--tt-cobalt-dark) !important;
    background: var(--tt-cobalt-dark) !important;
    transform: translateY(-1px);
}
.enterprise-button-secondary {
    padding-inline: 0 2px !important;
    border: 0 !important;
    border-bottom: 1px solid #7d898c !important;
    border-radius: 0 !important;
    background: transparent !important;
}
.enterprise-button-secondary:hover,
.enterprise-button-secondary:focus-visible {
    color: var(--tt-cobalt) !important;
    border-color: var(--tt-cobalt) !important;
    background: transparent !important;
}
.enterprise-hero-response-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    max-width: 470px;
    margin: 20px 0 0;
    color: #687477;
    font-size: .78rem;
    line-height: 1.5;
}
.enterprise-hero-response-note i { color: var(--tt-success); font-size: 1rem; }
.enterprise-workspace {
    border-color: rgba(17, 29, 34, .22);
    border-radius: 2px;
    box-shadow: var(--tt-shadow);
}
.enterprise-workspace-heading {
    min-height: 46px;
    padding-inline: 16px;
    border-bottom-color: rgba(255, 255, 255, .12);
    font-size: .68rem;
    letter-spacing: .035em;
}
.enterprise-hero-workspace { aspect-ratio: 16 / 10; }
.enterprise-workspace-caption {
    display: grid;
    grid-template-columns: minmax(120px, .42fr) minmax(0, 1fr);
    gap: 18px;
    padding: 18px;
    color: #c4ced1;
    background: #111a1f;
}
.enterprise-workspace-caption strong {
    color: #fff;
    font-size: .76rem;
    font-weight: 700;
}
.enterprise-workspace-caption span { font-size: .72rem; line-height: 1.5; }
.enterprise-hero-assurance { padding-top: 24px; }
.enterprise-trust-line {
    gap: 9px 18px;
    color: #4f5f63;
    font-size: .72rem;
}
.enterprise-trust-line i { color: var(--tt-success); }
.enterprise-pathfinder-entry {
    margin-top: 20px;
    padding-top: 18px;
    border-top: 1px solid rgba(17, 29, 34, .13);
}
.enterprise-pathfinder-trigger {
    min-height: 64px;
    padding: 0;
    border: 0;
    color: var(--tt-ink);
    background: transparent;
}
.enterprise-pathfinder-trigger:hover,
.enterprise-pathfinder-trigger:focus-visible {
    border-color: transparent;
    background: transparent;
}
.enterprise-pathfinder-trigger-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: var(--tt-cobalt);
}
.enterprise-pathfinder-trigger small { color: #6b777a; letter-spacing: .08em; }
.enterprise-pathfinder-trigger strong { font-size: .9rem; }
.enterprise-pathfinder-note { color: #778285; font-size: .68rem; }

/* Delivery proof */
.section-static-1 {
    border: 0;
    background: var(--tt-footer);
}
.enterprise-proof-grid {
    grid-template-columns: minmax(260px, 1.5fr) repeat(4, minmax(120px, .7fr));
    overflow: visible;
}
.enterprise-proof-intro {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 34px clamp(24px, 3vw, 44px) 34px 0;
    border-right: 1px solid rgba(255, 255, 255, .15);
}
.enterprise-proof-intro span {
    color: #a9c9bd;
    font-size: .67rem;
    font-weight: 760;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.enterprise-proof-intro p {
    max-width: 34ch;
    margin: 10px 0 0;
    color: #fff !important;
    font-size: .94rem;
    line-height: 1.5;
}
.enterprise-proof-item {
    min-height: 150px;
    align-items: flex-start;
    gap: 10px;
    padding: 30px clamp(18px, 2.4vw, 34px);
    text-align: left;
}
.enterprise-proof-value { gap: 10px; }
.enterprise-proof-icon {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    border: 0;
    border-radius: 50%;
    color: #d3e4dd;
    background: rgba(255, 255, 255, .09);
}
.enterprise-proof-icon svg { width: 18px; height: 18px; }
.enterprise-proof-item strong {
    font-size: 2.15rem;
    font-weight: 620;
    font-variant-numeric: tabular-nums;
}
.enterprise-proof-label {
    max-width: 16ch;
    color: rgba(255, 255, 255, .69);
    font-size: .72rem;
    line-height: 1.42;
}

/* Capabilities */
.section-service-2 { background: #f8f7f2; }
.enterprise-service-grid {
    margin-inline: 0;
    border: 0;
    border-top: 1px solid var(--tt-line);
}
.enterprise-service-grid > [class*="col-"] {
    flex: 0 0 50%;
    width: 50%;
    padding: 0;
}
.enterprise-service-card {
    min-height: 244px;
    padding: clamp(30px, 3.4vw, 48px);
    border: 0;
    border-right: 1px solid var(--tt-line);
    border-bottom: 1px solid var(--tt-line);
    background: transparent;
}
.enterprise-service-grid > [class*="col-"]:nth-child(even) .enterprise-service-card { border-right: 0; }
.enterprise-service-card:hover,
.enterprise-service-card:focus-within {
    background: rgba(255, 255, 255, .72);
}
.enterprise-service-summary {
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    gap: 18px;
}
.enterprise-service-icon {
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: var(--tt-cobalt);
    background: var(--tt-cobalt-soft);
}
.enterprise-service-icon svg { width: 21px; height: 21px; }
.enterprise-service-summary > strong {
    max-width: 25ch;
    font-size: clamp(1.18rem, 1.6vw, 1.42rem);
    font-weight: 680;
    letter-spacing: -.025em;
}
.enterprise-service-panel { margin: 20px 30px 0 64px; }
.enterprise-service-description {
    max-width: 55ch;
    font-size: .9rem;
    line-height: 1.68;
}
.enterprise-service-link {
    margin-top: 20px;
    color: var(--tt-cobalt);
    font-size: .7rem;
    letter-spacing: .09em;
}
.enterprise-section-note {
    margin-top: 28px;
    padding: 18px 0 0;
    border: 0;
    border-top: 1px solid var(--tt-line);
    background: transparent;
    font-size: .86rem;
}

/* Representative work */
.section-projects-2 { background: #fff; }
.enterprise-portfolio-card {
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, .72fr);
    min-height: 560px;
    border-color: rgba(17, 29, 34, .16);
    background: var(--tt-navy);
}
.enterprise-portfolio-media { background: #dfe3df; }
.enterprise-portfolio-media img {
    min-height: 560px;
    filter: saturate(.82) contrast(.98);
    transition: filter .35s ease, transform .55s cubic-bezier(.2, .7, .2, 1);
}
.enterprise-portfolio-card:hover .enterprise-portfolio-media img {
    filter: saturate(1) contrast(1);
    transform: scale(1.012);
}
.enterprise-portfolio-content {
    padding: clamp(38px, 5vw, 68px);
    color: #fff;
    background: var(--tt-navy);
}
.enterprise-project-number {
    color: #9fb9ff;
    font-size: .67rem;
    letter-spacing: .13em;
}
.enterprise-portfolio-content h3 {
    margin-top: 22px;
    color: #fff !important;
    font-size: clamp(2.2rem, 3.8vw, 4.25rem) !important;
    font-weight: 590 !important;
    line-height: 1.02 !important;
    letter-spacing: -.055em;
}
.enterprise-portfolio-content > p {
    color: #c7d0d2 !important;
    font-size: .94rem;
    line-height: 1.72;
}
.enterprise-project-facts { border-top-color: rgba(255, 255, 255, .17); }
.enterprise-project-facts > div { border-bottom-color: rgba(255, 255, 255, .17); }
.enterprise-project-facts dt { color: #8fa1a6; }
.enterprise-project-facts dd { color: #fff; }
.enterprise-project-action {
    min-height: 52px;
    border-color: #fff;
    border-radius: 2px;
    color: var(--tt-navy);
    background: #fff;
}
.enterprise-project-action:hover,
.enterprise-project-action:focus-visible {
    color: #fff;
    border-color: var(--tt-cobalt);
    background: var(--tt-cobalt);
}
.enterprise-portfolio-controls {
    justify-content: flex-start;
    gap: 8px;
    margin-top: 20px;
}
.enterprise-portfolio-control-label {
    margin-right: auto;
    color: #6a7679;
    font-size: .7rem;
    font-weight: 720;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.enterprise-portfolio-controls button {
    width: 44px;
    height: 44px;
    border-color: var(--tt-line);
    border-radius: 50%;
    color: var(--tt-ink);
}
.enterprise-portfolio-controls button:hover,
.enterprise-portfolio-controls button:focus-visible {
    color: #fff;
    border-color: var(--tt-cobalt);
    background: var(--tt-cobalt);
}
.enterprise-carousel-status { color: #6d787b; font-variant-numeric: tabular-nums; }

/* Engineering and process */
.section-skills-2 { background: #f4f2ec; }
.technology-capabilities {
    border-color: var(--tt-line);
    background: var(--tt-line);
}
.technology-capability {
    min-height: 156px;
    grid-template-columns: 34px 1fr;
    gap: 16px;
    padding: 26px;
    background: #faf9f5;
}
.technology-capability > span {
    color: var(--tt-cobalt);
    font-size: .66rem;
    letter-spacing: .08em;
}
.technology-capability h3 {
    font-size: 1.06rem !important;
    font-weight: 680 !important;
    letter-spacing: -.02em;
}
.technology-capability p { font-size: .83rem; line-height: 1.62; }
.technology-stack {
    border-color: var(--tt-navy);
    border-radius: 2px;
    box-shadow: 0 18px 42px rgba(16, 40, 45, .12);
}
.technology-stack__header {
    min-height: 58px;
    font-size: .68rem;
    letter-spacing: .1em;
}
.technology-stack__header small { color: #9fb0b5; }
.technology-chip {
    min-height: 82px;
    font-size: .8rem;
}
.technology-chip svg { color: #aac3ff !important; }

.section-delivery-process { background: #ebe9e2; }
.section-delivery-process { padding-bottom: clamp(58px, 6vw, 84px); }
.delivery-process-panel {
    border-color: rgba(17, 29, 34, .16) !important;
    border-radius: 2px !important;
}
.delivery-process-intro {
    padding: clamp(44px, 5.5vw, 74px);
    background: var(--tt-footer);
}
.delivery-process-intro .text-linear-4 {
    color: #a7c8bb !important;
    font-size: .68rem;
    letter-spacing: .12em;
}
.delivery-process-intro h2 {
    font-size: clamp(2.6rem, 4.4vw, 4.8rem) !important;
    font-weight: 590 !important;
    line-height: .98 !important;
    letter-spacing: -.06em;
}
.delivery-process-intro p { color: #c5d4cf !important; font-size: .92rem; }
.enterprise-inline-link {
    min-height: 50px;
    padding-inline: 18px;
    border-radius: 2px;
    font-size: .76rem;
}
.enterprise-inline-link.is-secondary { border-color: rgba(255, 255, 255, .32); }
.delivery-process-steps li {
    min-height: 138px;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    align-items: center;
    padding: 30px clamp(28px, 4vw, 52px);
}
.delivery-process-steps li > span {
    color: var(--tt-cobalt);
    font-size: .67rem;
    letter-spacing: .08em;
}
.delivery-process-steps h6 {
    font-size: 1.08rem !important;
    font-weight: 680 !important;
    letter-spacing: -.02em;
}
.delivery-process-steps p {
    margin-top: 8px;
    font-size: .86rem;
    line-height: 1.62;
}

/* Assessment and footer */
.section-contact-2 { background: #f4f2ec; }
.section-contact-2 { padding-top: clamp(58px, 6vw, 84px); }
.section-contact-2 > .container > .row {
    border: 1px solid rgba(17, 29, 34, .15);
    background: #fff;
    box-shadow: 0 20px 54px rgba(17, 29, 34, .07);
}
.section-contact-2 > .container > .row > div:first-child {
    padding: clamp(38px, 5.5vw, 72px);
}
.section-contact-2 > .container > .row > div:last-child {
    padding: clamp(38px, 4.5vw, 60px) !important;
    background: var(--tt-navy);
}
.section-contact-2 h2 {
    max-width: 700px;
    font-size: clamp(2.6rem, 4.6vw, 5rem) !important;
    font-weight: 590 !important;
    line-height: .99 !important;
    letter-spacing: -.06em;
}
.enterprise-contact-intro { max-width: 620px; font-size: .96rem !important; }
.enterprise-contact-assurance {
    gap: 8px 20px;
    margin: 22px 0 12px;
    font-size: .76rem;
}
.section-contact-2 .contact-form .form-control,
.section-contact-2 .contact-form .form-select {
    min-height: 54px;
    border-color: #cdd2ce !important;
    border-radius: 2px !important;
    background: #fbfaf7 !important;
}
.section-contact-2 .contact-form textarea.form-control { min-height: 160px; }
.section-contact-2 .contact-form .form-control:focus,
.section-contact-2 .contact-form .form-select:focus {
    border-color: var(--tt-cobalt) !important;
    box-shadow: 0 0 0 3px rgba(21, 94, 239, .1);
}
.section-contact-2 .enterprise-contact-submit {
    min-height: 54px;
    padding-inline: 22px;
    border-color: var(--tt-cobalt) !important;
    border-radius: 2px !important;
    background: var(--tt-cobalt) !important;
}
.section-contact-2 .enterprise-contact-submit:hover,
.section-contact-2 .enterprise-contact-submit:focus-visible {
    background: var(--tt-cobalt-dark) !important;
}
.enterprise-contact-privacy { color: #707b7e; font-size: .73rem; }
.enterprise-next-steps-heading span {
    color: #9db1b5;
    font-size: .67rem;
    letter-spacing: .12em;
}
.enterprise-next-steps-heading h4 {
    margin-top: 12px;
    font-size: 1.72rem !important;
    font-weight: 610 !important;
    letter-spacing: -.035em;
}
.enterprise-next-step { min-height: 88px; padding-inline: 0; }
.enterprise-next-step-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.section-footer-2 { background: var(--tt-footer); }
.section-footer-2 .container { padding-top: clamp(68px, 8vw, 108px); }
.enterprise-footer-cta {
    align-items: center;
    padding-bottom: clamp(50px, 6vw, 78px);
}
.enterprise-footer-cta > div > span,
.enterprise-footer-column-title {
    color: #9fc4b5;
    font-size: .67rem;
    letter-spacing: .13em;
}
.enterprise-footer-cta h2 {
    max-width: 860px;
    font-size: clamp(2.6rem, 4.8vw, 5.25rem) !important;
    font-weight: 560 !important;
    line-height: .98 !important;
    letter-spacing: -.06em;
}
.enterprise-footer-cta > a {
    min-height: 54px;
    padding-inline: 22px;
    border-color: var(--tt-cobalt);
    border-radius: 2px;
    color: #fff;
    background: var(--tt-cobalt);
}
.enterprise-footer-cta > a:hover,
.enterprise-footer-cta > a:focus-visible {
    border-color: #fff;
    color: var(--tt-footer);
    background: #fff;
}
.enterprise-footer-brand p,
.enterprise-footer-contact-copy > span,
.enterprise-footer-widgets > .navigation a { color: #d6e2de; }
.enterprise-footer-social .enterprise-social-link { border-radius: 50%; }

/* Guided service matching */
.enterprise-pathfinder {
    width: min(680px, calc(100% - 32px));
    max-height: min(820px, calc(100dvh - 32px));
    border: 1px solid rgba(17, 29, 34, .16);
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 32px 90px rgba(10, 24, 29, .28);
}
.enterprise-pathfinder::backdrop {
    background: rgba(8, 22, 27, .66);
    backdrop-filter: blur(4px);
}
.enterprise-pathfinder-shell { padding: clamp(26px, 5vw, 42px); }
.enterprise-pathfinder-header > div > span {
    color: var(--tt-cobalt);
    font-size: .67rem;
    letter-spacing: .13em;
}
.enterprise-pathfinder-header h2 {
    margin-top: 10px;
    font-size: clamp(1.9rem, 4vw, 2.8rem) !important;
    font-weight: 620 !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em;
}
.enterprise-pathfinder-close {
    border-radius: 50%;
    background: var(--tt-soft);
}
.enterprise-pathfinder-description { color: var(--tt-muted); font-size: .9rem; line-height: 1.65; }
.enterprise-pathfinder-progress {
    border-color: var(--tt-line);
    color: #6c787b;
    font-size: .68rem;
}
.enterprise-pathfinder [data-pathfinder-stage] h3 {
    font-size: 1.08rem !important;
    font-weight: 680 !important;
    letter-spacing: -.02em;
}
.enterprise-pathfinder-options button {
    min-height: 78px;
    border-color: var(--tt-line);
    border-radius: 2px;
    background: #fbfaf7;
}
.enterprise-pathfinder-options button:hover,
.enterprise-pathfinder-options button:focus-visible {
    border-color: var(--tt-cobalt);
    background: var(--tt-cobalt-soft);
}
.enterprise-pathfinder-options button > svg:first-child { color: var(--tt-cobalt); }
.enterprise-pathfinder-options strong { font-size: .88rem; }
.enterprise-pathfinder-options small { color: #6a7679; font-size: .75rem; }
.enterprise-pathfinder-result-recommendation {
    border-radius: 2px;
    background: var(--tt-cobalt-soft);
}
.enterprise-pathfinder-apply {
    border-radius: 2px;
    background: var(--tt-cobalt);
}

@media (max-width: 1199.98px) {
    .enterprise-hero-panel > .row { min-height: 0; }
    .enterprise-hero-copy,
    .enterprise-hero-media { width: 100%; }
    .enterprise-hero-copy {
        padding: 84px 0 68px;
    }
    .enterprise-hero-copy > div { max-width: 850px; }
    .enterprise-hero-media {
        padding: 0 0 78px;
        border-top: 1px solid rgba(17, 29, 34, .13);
        border-left: 0;
        background: transparent;
    }
    .enterprise-workspace { margin-top: 54px; }
    .enterprise-proof-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .enterprise-proof-intro {
        grid-column: 1 / -1;
        padding: 32px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .15);
    }
    .enterprise-proof-intro p { max-width: 56ch; }
    .enterprise-portfolio-card {
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .enterprise-portfolio-media img { min-height: 480px; }
    .enterprise-portfolio-content { min-height: 500px; }
}

@media (max-width: 991.98px) {
    .enterprise-section-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .enterprise-section-heading > p { max-width: 580px; padding-bottom: 0; }
    .enterprise-portfolio-content { min-height: 460px; }
    .enterprise-footer-cta { align-items: start; }
}

@media (max-width: 767.98px) {
    .container { width: min(100% - 32px, 1360px); }
    .enterprise-section,
    .enterprise-section + .enterprise-section { padding: 70px 0; }
    .navbar-home-2 > .enterprise-header-inner { min-height: 68px; }
    .site-name-text { font-size: 1.06rem; }
    .mobile-header-active { background: #f8f7f2 !important; }
    .enterprise-section-heading { margin-bottom: 36px; }
    .enterprise-section-heading h2 {
        font-size: clamp(2.35rem, 11vw, 3.25rem) !important;
        line-height: 1.02 !important;
    }
    .enterprise-section-heading > p { font-size: .92rem; line-height: 1.65; }

    .enterprise-hero-copy { padding: 58px 0 46px; }
    .enterprise-hero-eyebrow {
        margin-bottom: 22px;
        font-size: .63rem;
        line-height: 1.5;
    }
    .section-hero-2 .section-hero-title {
        font-size: clamp(3.05rem, 15.4vw, 4.35rem) !important;
        line-height: .96 !important;
    }
    .section-hero-2 .section-hero-description {
        margin-top: 24px !important;
        font-size: .98rem;
        line-height: 1.65;
    }
    .enterprise-hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        margin-top: 28px;
    }
    .enterprise-button-primary { width: 100%; }
    .enterprise-button-secondary { min-height: 42px; }
    .enterprise-hero-response-note { margin-top: 16px; }
    .enterprise-hero-media { padding: 0 0 58px; }
    .enterprise-workspace { margin-top: 34px; }
    .enterprise-workspace-heading {
        min-height: 42px;
        padding-inline: 12px;
        font-size: .61rem;
    }
    .enterprise-workspace-caption {
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 15px;
    }
    .enterprise-trust-line { grid-template-columns: 1fr; }
    .enterprise-pathfinder-trigger { grid-template-columns: 42px 1fr 20px; }

    .enterprise-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .enterprise-proof-intro { padding: 28px 0; }
    .enterprise-proof-intro p { font-size: .87rem; }
    .enterprise-proof-item {
        min-height: 132px;
        padding: 24px 12px;
    }
    .enterprise-proof-item:nth-child(3),
    .enterprise-proof-item:nth-child(5) { border-right: 0; }
    .enterprise-proof-item strong { font-size: 1.9rem; }
    .enterprise-proof-label { font-size: .67rem; }

    .enterprise-service-grid > [class*="col-"] {
        flex-basis: 100%;
        width: 100%;
    }
    .enterprise-service-card {
        min-height: 0;
        padding: 26px 0;
        border-right: 0;
        background: transparent;
    }
    .enterprise-service-summary {
        grid-template-columns: 42px minmax(0, 1fr) 32px;
        gap: 14px;
    }
    .enterprise-service-summary > strong { font-size: 1.12rem; }
    .enterprise-service-panel { margin: 18px 0 2px 56px; }
    .enterprise-service-description { font-size: .86rem; }

    .enterprise-portfolio-media img { min-height: 285px; }
    .enterprise-portfolio-content {
        min-height: 440px;
        padding: 30px 24px;
    }
    .enterprise-portfolio-content h3 {
        font-size: clamp(2rem, 10vw, 3rem) !important;
    }
    .enterprise-project-facts > div { grid-template-columns: 78px 1fr; }
    .enterprise-portfolio-control-label { display: none; }
    .enterprise-portfolio-controls { justify-content: flex-start; }

    .technology-capabilities,
    .technology-stack__grid { grid-template-columns: 1fr; }
    .technology-capability { min-height: 138px; padding: 22px; }
    .delivery-process-intro { padding: 34px 24px; }
    .delivery-process-intro h2 {
        font-size: clamp(2.45rem, 12vw, 3.35rem) !important;
    }
    .delivery-process-actions { align-items: stretch; flex-direction: column; }
    .enterprise-inline-link { width: 100%; }
    .delivery-process-steps li {
        min-height: 0;
        grid-template-columns: 38px 1fr;
        gap: 12px;
        padding: 26px 22px;
    }

    .section-contact-2 > .container > .row > div:first-child,
    .section-contact-2 > .container > .row > div:last-child { padding: 32px 22px !important; }
    .section-contact-2 h2 {
        font-size: clamp(2.45rem, 12vw, 3.4rem) !important;
    }
    .enterprise-contact-assurance { flex-direction: column; }
    .enterprise-footer-cta h2 {
        font-size: clamp(2.5rem, 12vw, 3.6rem) !important;
    }
    .enterprise-footer-cta > a { width: 100%; }

    .enterprise-pathfinder {
        width: calc(100% - 20px);
        max-height: calc(100dvh - 20px);
    }
    .enterprise-pathfinder-shell { padding: 24px 18px; }
    .enterprise-pathfinder-options button { min-height: 74px; }
}

@media (max-width: 389.98px) {
    .section-hero-2 .section-hero-title { font-size: 2.85rem !important; }
    .enterprise-proof-value { gap: 7px; }
    .enterprise-proof-icon {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
    .enterprise-proof-item strong { font-size: 1.7rem; }
}

@media (prefers-reduced-motion: reduce) {
    .enterprise-button-primary,
    .enterprise-portfolio-media img { transition: none; }
    .enterprise-button-primary:hover,
    .enterprise-portfolio-card:hover .enterprise-portfolio-media img { transform: none; }
}

/* Calm photographic hero direction */
.enterprise-site-header {
    border-top: 6px solid #111924;
    border-bottom-color: rgba(17, 25, 36, .1);
    background: rgba(255, 255, 255, .98);
    backdrop-filter: blur(18px);
}
.navbar-home-2 > .enterprise-header-inner { min-height: 78px; }
.navbar-home-2 .navbar-nav .nav-link {
    padding-block: 28px;
    color: #202a36;
    font-size: .86rem;
}
.enterprise-header-cta {
    min-height: 48px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 22px;
    border: 1px solid #111924;
    border-radius: 999px;
    color: #fff !important;
    background: #111924;
    font-size: .84rem;
    font-weight: 740;
    text-decoration: none !important;
}
.enterprise-header-cta:hover,
.enterprise-header-cta:focus-visible {
    border-color: #155eef;
    color: #fff !important;
    background: #155eef;
}
.mobile-header-active {
    transform: none;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, visibility .18s ease;
}
.mobile-header-active.sidebar-visible {
    transform: none;
    opacity: 1;
    pointer-events: auto;
}
.body-overlay-1 { z-index: 1040; }

.section-hero-2 {
    min-height: 700px;
    overflow: hidden;
    border-bottom: 0;
    background: #0b1324;
}
.enterprise-hero-background,
.enterprise-hero-veil {
    position: absolute;
    inset: 0;
}
.enterprise-hero-background { z-index: -2; }
.enterprise-hero-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.enterprise-hero-veil {
    z-index: -1;
    background: rgba(3, 10, 21, .12);
}
.enterprise-hero-panel > .row {
    min-height: clamp(700px, calc(100vh - 84px), 840px);
}
.enterprise-hero-copy {
    width: 61%;
    order: 1;
    align-items: center;
    padding: clamp(66px, 7vw, 96px) clamp(34px, 4vw, 64px) clamp(96px, 9vw, 126px) 0;
}
.enterprise-hero-copy > div {
    width: 100%;
    max-width: 720px;
    padding: clamp(36px, 4.1vw, 54px);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 14px;
    background: rgba(8, 18, 31, .84);
    box-shadow: 0 26px 72px rgba(0, 0, 0, .24);
    backdrop-filter: blur(20px);
}
.enterprise-hero-eyebrow {
    margin-bottom: 20px;
    color: #bed4ff;
    font-size: .68rem;
    letter-spacing: .14em;
}
.enterprise-hero-eyebrow::before { background: #8cb5ff; }
.section-hero-2 .section-hero-title,
.section-hero-2 .section-hero-title span:not(.flicker) {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.section-hero-2 .section-hero-title {
    max-width: 650px;
    font-size: clamp(3.15rem, 4.45vw, 4.55rem) !important;
    font-weight: 625 !important;
    line-height: .98 !important;
    letter-spacing: -.062em;
}
.section-hero-2 .section-hero-title span:not(.flicker) {
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: inherit;
}
.section-hero-2 .section-hero-description {
    max-width: 570px;
    margin-top: 24px !important;
    color: rgba(238, 244, 250, .79) !important;
    font-size: clamp(.98rem, 1.1vw, 1.08rem);
    line-height: 1.62;
}
.enterprise-hero-actions { gap: 13px; margin-top: 28px; }
.enterprise-button {
    min-height: 54px;
    padding-inline: 23px !important;
    border-radius: 999px !important;
    font-size: .84rem;
}
.enterprise-button-primary {
    border-color: #fff !important;
    color: #111924 !important;
    background: #fff !important;
    box-shadow: none;
}
.enterprise-button-primary:hover,
.enterprise-button-primary:focus-visible {
    border-color: #dce8ff !important;
    color: #111924 !important;
    background: #dce8ff !important;
}
.enterprise-button-secondary {
    padding-inline: 23px !important;
    border: 1px solid rgba(255, 255, 255, .7) !important;
    border-radius: 999px !important;
    color: #fff !important;
}
.enterprise-button-secondary:hover,
.enterprise-button-secondary:focus-visible {
    border-color: #fff !important;
    color: #111924 !important;
    background: #fff !important;
}
.enterprise-hero-response-note {
    margin-top: 17px;
    color: rgba(226, 236, 244, .66);
    font-size: .72rem;
}
.enterprise-hero-response-note i { color: #9ee6bf; }
.enterprise-hero-media {
    width: 39%;
    order: 2;
    justify-content: flex-end;
    align-self: stretch;
    padding: 0 0 82px clamp(22px, 3vw, 44px);
    border: 0;
    background: transparent;
}
.enterprise-workspace { display: none; }
.enterprise-hero-assurance {
    width: min(100%, 420px);
    margin-left: auto;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 12px;
    background: rgba(8, 18, 31, .79);
    box-shadow: 0 20px 54px rgba(0, 0, 0, .2);
    backdrop-filter: blur(18px);
}
.enterprise-hero-assurance .enterprise-trust-line {
    display: flex;
    flex-wrap: wrap;
    gap: 7px 15px;
    color: rgba(236, 243, 248, .78);
    font-size: .68rem;
}
.enterprise-hero-assurance .enterprise-trust-line i { color: #9ee6bf; }
.enterprise-hero-assurance .enterprise-pathfinder-entry {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}
.enterprise-hero-assurance .enterprise-pathfinder-trigger {
    min-height: 56px;
    grid-template-columns: 40px minmax(0, 1fr) 18px;
    padding: 0;
    border: 0;
    color: #fff;
    background: transparent;
}
.enterprise-hero-assurance .enterprise-pathfinder-trigger:hover,
.enterprise-hero-assurance .enterprise-pathfinder-trigger:focus-visible {
    color: #fff;
    background: transparent;
}
.enterprise-hero-assurance .enterprise-pathfinder-trigger-icon {
    width: 40px;
    height: 40px;
    border-color: rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}
.enterprise-hero-assurance .enterprise-pathfinder-trigger small { color: #adc9ff; }
.enterprise-hero-assurance .enterprise-pathfinder-trigger strong { color: #fff; font-size: .88rem; }
.enterprise-hero-assurance .enterprise-pathfinder-note { color: rgba(226, 236, 244, .58); font-size: .63rem; }
.section-static-1 {
    position: relative;
    z-index: 3;
    margin-top: -46px;
    border-radius: 58px 58px 0 0;
}

@media (max-width: 1199.98px) {
    .enterprise-hero-panel > .row {
        min-height: 760px;
        justify-content: center;
        flex-direction: column;
        padding: 68px 0 116px;
    }
    .enterprise-hero-copy,
    .enterprise-hero-media { width: 100%; }
    .enterprise-hero-copy { padding: 0; }
    .enterprise-hero-copy > div { max-width: 700px; }
    .enterprise-hero-media {
        align-self: auto;
        padding: 18px 0 0;
    }
    .enterprise-hero-assurance { margin: 0; }
}

@media (max-width: 767.98px) {
    .enterprise-site-header { border-top-width: 4px; }
    .navbar-home-2 > .enterprise-header-inner { min-height: 66px; }
    .section-hero-2 { min-height: 0; }
    .enterprise-hero-background img { object-position: 71% center; }
    .enterprise-hero-veil { background: rgba(3, 10, 21, .22); }
    .enterprise-hero-panel > .row {
        min-height: 0;
        padding: 180px 0 86px;
    }
    .enterprise-hero-copy { padding: 0; }
    .enterprise-hero-copy > div {
        padding: 28px 22px;
        border-radius: 12px;
        background: rgba(8, 18, 31, .88);
    }
    .enterprise-hero-eyebrow { margin-bottom: 16px; font-size: .6rem; }
    .section-hero-2 .section-hero-title {
        font-size: clamp(2.65rem, 12vw, 3.35rem) !important;
        line-height: 1 !important;
        letter-spacing: -.055em;
    }
    .section-hero-2 .section-hero-description {
        margin-top: 19px !important;
        font-size: .91rem;
        line-height: 1.58;
    }
    .enterprise-hero-actions { gap: 10px; margin-top: 23px; }
    .enterprise-button-primary,
    .enterprise-button-secondary { width: 100%; min-height: 50px; }
    .enterprise-hero-response-note { font-size: .67rem; }
    .enterprise-hero-media { padding: 12px 0 0; }
    .enterprise-hero-assurance { width: 100%; padding: 16px; border-radius: 10px; }
    .enterprise-hero-assurance .enterprise-trust-line { grid-template-columns: 1fr; }
    .section-static-1 { margin-top: -34px; border-radius: 34px 34px 0 0; }

    .site-notice.site-notice-full-width { padding: 6px !important; }
    .site-notice.site-notice-full-width .site-notice-body { padding: 6px 8px !important; }
    .site-notice.site-notice-full-width .site-notice__inner {
        flex-direction: row !important;
        align-items: center !important;
        gap: 8px !important;
        flex-wrap: nowrap !important;
    }
    .site-notice.site-notice-full-width .site-notice__message {
        min-width: 0 !important;
        font-size: 11px !important;
        line-height: 1.35 !important;
    }
    .site-notice.site-notice-full-width .site-notice__actions {
        flex: 0 0 auto;
        margin-left: 0 !important;
    }
    .site-notice.site-notice-full-width .site-notice__actions button {
        min-width: 86px !important;
        max-width: none !important;
        min-height: 38px;
        padding: 5px 8px !important;
        font-size: 10px !important;
    }
}
