:root {
    --p-brand: #ef5425;
    --p-brand-dark: #d84c21;
    --p-ink: #151515;
    --p-muted: #676767;
    --p-panel: #f2efed;
    --p-shadow: 0 26px 58px rgba(16, 16, 16, 0.08);
    --p-container: 1320px;
}
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.e-site-header {
    /* position: sticky; */
    top: 0;
    z-index: 1030;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(16px);
    box-shadow: 0 8px 30px rgba(10, 10, 10, 0.04);
}
.m-hero-section{margin-top: 8%;}
.e-notice-bar {
    background: #f7ded5;
    border-top: 4px solid var(--p-brand);
}

.e-notice-bar p {
    text-align: center;
    padding: 0.62rem 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: #4d2f27;
}
img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.container {
    max-width: var(--p-container);
}

.p-notice-bar {
    background: #f7ded5;
    border-top: 4px solid var(--p-brand);
}

.p-notice-bar p {
    text-align: center;
    padding: 0.62rem 0;
    font-size: 0.98rem;
    font-weight: 600;
    color: #4d2f27;
}

.p-hero-media {
    min-height: 32rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.p-hero-content {
    min-height: 32rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    text-align: center;
    padding: 0;
    transform: translateY(-0.45rem);
}
.m-hero-media {
    min-height: 33rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    object-fit: cover;
}

.m-hero-content {
    text-align: center;
    /* padding: 5.85rem 0; */
    /* margin-top: 13rem; */
    margin-bottom: auto;
    margin-top: auto;
}
.m-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.35rem);
    line-height: 1.05;
    font-weight: 550;
    letter-spacing: -0.04em;
}

.p-eyebrow {
    font-size: 1.1rem;
    font-weight: 500;
}

.p-hero-content .p-eyebrow {
    margin-bottom: 0 !important;
}

.p-hero-title {
    margin: 0;
    color: #fff;
    font-size: clamp(2.6rem, 5vw, 4.35rem);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.p-section-space {
    padding: 3rem 0;
}

.p-section-space--compact,
.p-section-space--impact,
.p-section-space--blog {
    /* padding-top: 4.5rem; */
    /* padding-bottom: 4.5rem; */
}

.p-section-heading {
    margin-bottom: 1.3rem;
    font-size: clamp(2.05rem, 3.2vw, 3.2rem);
    /* line-height: 1.08; */
    font-weight: 700;
    letter-spacing: -0.045em;
}

#pabout .p-section-heading {
    font-weight: 400;
    text-align: right;
}

#ppresence .p-section-heading {
    font-size: clamp(1.9rem, 3vw, 2.85rem);
    font-weight: 400;
    letter-spacing: -0.035em;
    margin-bottom: 1rem;
}

.p-section-heading--light {
    color: #fff;
}

.p-section-copy {
    color: var(--p-muted);
    font-size: 1rem;
    max-width: 43rem;
    margin-bottom: 1rem;
}

.p-section-copy--center {
    margin-inline: auto;
    text-align: center;
}

.p-section-copy--about {
    margin-left: auto;
    text-align: right;
}

.p-section-copy--presence {
    max-width: 35rem;
}

.p-section-copy--light {
    color: rgba(255, 255, 255, 0.9);
    max-width: 42rem;
}

.p-rounded-media {
    border-radius: 26px;
}

.p-shadow-soft {
    box-shadow: var(--p-shadow);
}

.p-presence-list {
    list-style: none;
    padding: 0 0 0 1rem;
    margin: 1.2rem 0 0;
    display: grid;
    gap: 0.9rem;
    max-width: 33rem;
}

.p-presence-list li {
    position: relative;
    padding-left: 1.35rem;
    color: var(--p-ink);
    font-weight: 500;
}

.p-presence-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.72rem;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--p-brand);
}

.p-industries-section {
    background: #fff;
    padding: 4.2rem 0 4rem;
}

.p-industries-layout {
    display: grid;
    grid-template-columns: 1fr repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 1.55rem 1.75rem;
    align-items: stretch;
}

.p-industries-intro {
    min-height: 100%;
    padding: 1.35rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-industries-intro .p-section-heading {
    font-size: clamp(2.15rem, 3.8vw, 3.5rem);
    line-height: 0.95;
    font-weight: 700;
    letter-spacing: -0.055em;
    margin-bottom: 0.95rem;
}

.p-industries-intro .p-section-copy {
    max-width: 14rem;
    color: #2c2c2c;
    font-size: 1rem;
    margin-bottom: 0;
}

.p-industry-card {
    background: #fff;
    border: 1.7px solid rgba(239, 84, 37, 0.9);
    border-radius: 0.95rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}

.p-industry-card-media {
    min-height: 8.55rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.55rem 1rem 1.3rem;
}

.p-industry-card-media img {
    width: 4.65rem;
    height: 4.65rem;
    object-fit: contain;
}

.p-industry-card-body {
    min-height: 6.7rem;
    border-top: 1.7px solid rgba(239, 84, 37, 0.9);
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    padding: 1.2rem 1rem 1.15rem;
    text-align: center;
}

.p-industry-card h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.p-services-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.45rem 1.6rem;
}

.p-services-section {
    background: var(--p-brand);
}

.p-service-card {
    background: transparent;
    border: 1.5px solid rgba(255, 255, 255, 0.96);
    box-shadow: none;
    border-radius: 0.95rem;
    overflow: hidden;
    transition: background 0.28s ease, color 0.28s ease, transform 0.28s ease;
}

.p-service-card-body {
    min-height: 6.45rem;
    padding: 1.15rem 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.p-service-card h3 {
    margin: 0;
    color: #fff;
    font-size: 1.08rem;
    line-height: 1.1;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.p-service-card-media {
    padding: 0 0.45rem 0.45rem;
}

.p-service-card-media img {
    width: 100%;
    height: 11.9rem;
    object-fit: cover;
    border-radius: 0.7rem;
}

.p-service-card:hover,
.p-service-card:focus-within {
    background: #fff;
    transform: translateY(-4px);
}

.p-service-card:hover h3,
.p-service-card:focus-within h3 {
    color: var(--p-ink);
}

.p-career-panel {
    overflow: visible;
}

.p-career-copy {
    padding: clamp(1rem, 3vw, 2rem) 0 clamp(1rem, 3vw, 2rem) 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    text-align: right;
}

.p-career-copy p {
    /* max-width: 31rem; */
    color: var(--p-ink);
    margin-bottom: 1rem;
}

.p-career-image-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.p-career-image-wrap img {
    width: 100%;
    max-width: 34rem;
    /* transform: rotate(180deg); */
}

.p-cta-button {
    align-self: flex-end;
    background: #fff;
    color: var(--p-ink);
    border: 1px solid rgba(21, 21, 21, 0.92);
    border-radius: 0.25rem;
    padding: 0.78rem 1.45rem;
    font-weight: 600;
}

.p-cta-button:hover,
.p-cta-button:focus {
    background: var(--p-brand);
    color: #fff;
    border-color: var(--p-brand);
}

.p-impact-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    align-items: start;
    position: relative;
}

.p-impact-flow {
    position: relative;
    max-width: 74rem;
    margin: 0 auto;
}

.p-impact-head-wrap {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.p-impact-head-wrap::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 3.5rem;
    background: rgba(239, 84, 37, 0.9);
    transform: translateX(-50%);
}

.p-impact-head {
    width: min(100%, 30.25rem);
    background: #fff;
    border: 1.5px solid rgba(239, 84, 37, 0.9);
    border-radius: 1.25rem;
    padding: 1rem;
}

.p-impact-head .p-section-heading {
    margin-bottom: 0.45rem;
    font-size: clamp(2.2rem, 4vw, 3.25rem);
    /* line-height: 0.95; */
    text-align: center;
    font-weight: 700;
    /* letter-spacing: -0.055em; */
}

.p-impact-head .p-section-copy {
    /* max-width: 20.5rem; */
    /* font-size: 0.93rem; */
    color: var(--p-ink);
    padding-bottom: 5px;
}

.p-impact-head > * {
    position: relative;
    z-index: 1;
}

.p-impact-head {
    position: relative;
}

.p-impact-head::before {
    content: "";
    position: absolute;
    inset: 0.46rem;
    border: 1.5px solid rgba(20, 20, 20, 0.88);
    border-radius: 1.05rem;
}

.p-impact-head .p-section-heading,
.p-impact-head .p-section-copy {
    position: relative;
}

.p-impact-track {
    position: relative;
    height: 6.2rem;
    margin-top: 1.5rem;
}

.p-impact-track-line {
    position: absolute;
    left: 11.8%;
    right: 8.7rem;
    top: 2rem;
    height: 1px;
    background: rgba(239, 84, 37, 0.9);
}

.p-impact-item {
    position: relative;
    text-align: center;
    padding-top: 0.15rem;
}

.p-impact-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4.05rem;
    width: 1px;
    height: 4.2rem;
    background: rgba(239, 84, 37, 0.9);
    transform: translateX(-50%);
}

.p-impact-node {
    position: absolute;
    left: 50%;
    top: -4.95rem;
    width: 1.55rem;
    height: 1.55rem;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid rgba(239, 84, 37, 0.9);
    transform: translateX(-50%);
}

.p-impact-node::before {
    content: "";
    position: absolute;
    inset: 0.18rem;
    border: 1.5px solid rgba(20, 20, 20, 0.9);
    border-radius: 50%;
}

.p-impact-icon-shell {
    width: 8.75rem;
    height: 8.75rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    border: 1.5px solid rgba(239, 84, 37, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.p-impact-icon-ring {
    width: 7.85rem;
    height: 7.85rem;
    border-radius: 50%;
    border: 1.5px solid rgba(20, 20, 20, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: #fff;
}

.p-impact-icon-ring img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-impact-item h3 {
    margin: 0 auto;
    max-width: 12rem;
    font-size: 1.14rem;
    /* line-height: 1.06; */
    font-weight: 700;
    letter-spacing: -0.03em;
}

.p-contact-section {
    margin-top: 0.6rem;
}

.p-contact-panel {
    height: 100%;
    background: var(--p-brand);
    color: #fff;
    padding: clamp(2rem, 5vw, 4rem);
}

.p-contact-title {
    margin: 0 0 0.2rem;
    font-size: clamp(2.2rem, 3.5vw, 3.3rem);
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.04em;
}

.p-contact-subtitle {
    margin-bottom: 1.7rem;
    font-size: 1rem;
    font-weight: 500;
}

.p-contact-form .form-control {
    border: 0;
    border-radius: 0;
    min-height: 3rem;
    padding: 0.9rem 1rem;
    box-shadow: none;
    font-size: 0.94rem;
}

.p-contact-form textarea.form-control {
    min-height: 8.2rem;
    resize: vertical;
}

.p-submit-button {
    margin-top: 1.2rem;
    border-radius: 0;
    color: var(--p-brand);
    font-weight: 600;
    padding: 0.68rem 1.45rem;
}

.p-blog-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(0, 1fr);
    gap: 1.2rem;
}

.p-blog-feature,
.p-blog-mini {
    background: #fff;
    border: 1px solid rgba(20, 20, 20, 0.06);
    box-shadow: 0 18px 45px rgba(18, 18, 18, 0.06);
}

.p-blog-feature-image {
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.p-blog-body,
.p-blog-mini-body {
    padding: 1.2rem 1.3rem 1.35rem;
}

.p-blog-meta {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    color: #8c8c8c;
    font-size: 0.86rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}

.p-blog-feature h3,
.p-blog-mini h3 {
    margin: 0 0 0.65rem;
    font-size: 1.12rem;
    line-height: 1.4;
    font-weight: 700;
}

.p-blog-feature p {
    margin: 0 0 1rem;
    color: var(--p-muted);
}

.p-blog-stack {
    display: grid;
    gap: 1rem;
}

.p-blog-mini {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: stretch;
}

.p-blog-mini img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-blog-button {
    background: var(--p-brand);
    color: #fff;
    border-radius: 0;
    padding: 0.6rem 1.25rem;
    font-size: 0.88rem;
    font-weight: 600;
}

.p-blog-button:hover,
.p-blog-button:focus {
    background: var(--p-brand-dark);
    color: #fff;
}

.p-footer-contact-strip {
    padding-top: 3rem;
    margin-top: -1rem;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 40%, #0d0807 40%, #0d0807 100%);
}

.p-footer-contact-shell {
    background: var(--p-panel);
    border-radius: 2rem;
    padding: 2.9rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.p-footer-contact-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    background: #fff;
    padding: 1.25rem 1.15rem;
    border-radius: 0.75rem;
}

.p-contact-icon {
    width: 3rem;
    height: 3rem;
    flex: 0 0 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--p-brand);
    color: #fff;
    border-radius: 0.55rem;
}

.p-contact-icon svg {
    width: 1.35rem;
    height: 1.35rem;
}

.p-footer-contact-card h3 {
    margin: 0 0 0.2rem;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
}

.p-footer-contact-card p {
    margin: 0;
    color: var(--p-muted);
}

.p-site-footer {
    background: #0d0807;
    color: rgba(255, 255, 255, 0.88);
    padding: 4.5rem 0 2rem;
}

.p-footer-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.95rem;
    margin-bottom: 1.9rem;
}

.p-footer-brand-mark {
    width: 4.7rem;
    height: 2.2rem;
    position: relative;
}

.p-footer-brand-mark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 8%, #fff 8% 18%, transparent 18% 34%, #fff 34% 52%, transparent 52% 64%, #fff 64% 78%, transparent 78%);
    border-radius: 999px;
}

.p-footer-brand-text {
    font-size: 2.45rem;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 500;
    text-transform: lowercase;
}

.p-footer-copy {
    max-width: 42rem;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1.02rem;
}

.p-footer-title {
    font-size: 2rem;
    line-height: 1.05;
    margin: 0 0 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.04em;
}

.p-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.95rem;
}

.p-footer-links a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.02rem;
}

.p-footer-links a:hover,
.p-footer-links a:focus {
    color: #fff;
}

.p-footer-bottom {
    margin-top: 3rem;
    margin-bottom: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
}

.p-animate {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.55s ease, transform 0.55s ease;
}

.p-animate.p-is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1199.98px) {
    .p-industries-layout,
    .p-impact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-industries-intro {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

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

@media (max-width: 991.98px) {
    .p-section-space,
    .p-section-space--compact,
    .p-section-space--impact,
    .p-section-space--blog {
        padding: 4.3rem 0;
    }

    .p-industries-layout {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .p-impact-flow {
        max-width: 44rem;
    }

    .p-impact-track {
        display: none;
    }

    .p-impact-head-wrap::after {
        display: none;
    }

    .p-impact-grid {
        gap: 1.8rem 1.5rem;
        margin-top: 2rem;
    }

    .p-impact-item::before,
    .p-impact-node {
        display: none;
    }

    .p-industries-intro .p-section-copy {
        max-width: 100%;
    }

    .p-services-grid,
    .p-blog-grid {
        grid-template-columns: 1fr;
    }

    .p-career-copy,
    .p-contact-panel {
        padding: 2.4rem;
    }

    .p-career-copy {
        padding-inline: 0;
    }

    .p-presence-list {
        gap: 0.8rem;
    }

    .p-footer-contact-shell {
        grid-template-columns: 1fr;
    }

    #pabout .p-section-heading,
    .p-section-copy--about {
        text-align: left;
        margin-left: 0;
    }
}

@media (max-width: 767.98px) {
    .p-hero-media {
        min-height: 22rem;
    }

    .p-hero-content {
        min-height: 22rem;
        transform: translateY(-0.3rem);
    }
     .m-hero-media {
        min-height: 22rem;
    }

    .m-hero-content {
        padding: 4.8rem 0;
    }

    .p-industries-layout,
    .p-impact-grid {
        grid-template-columns: 1fr;
    }

    .p-industries-intro {
        padding-top: 0;
        padding-bottom: 0;
    }

    .p-industries-intro .p-section-heading br {
        display: none;
    }

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

    .p-impact-head {
        width: 100%;
    }

    .p-impact-icon-shell {
        width: 8rem;
        height: 8rem;
    }

    .p-impact-icon-ring {
        width: 7.2rem;
        height: 7.2rem;
        padding: 1.15rem;
    }

    .p-service-card-media img {
        height: 10.6rem;
    }

    .p-blog-feature-image {
        height: 260px;
    }

    .p-career-copy {
        align-items: flex-start;
        text-align: left;
    }

    .p-cta-button {
        align-self: flex-start;
    }

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

    .p-blog-mini img {
        height: 180px;
    }

    .p-footer-contact-shell {
        padding: 1.5rem;
    }

    .p-site-footer {
        padding-top: 3.3rem;
    }
}
.p-section-space--impact {
        padding-top: 1rem;
        padding-bottom: 3rem;
    }

@media (max-width: 575.98px) {
    .p-notice-bar p {
        font-size: 0.9rem;
    }

    .e-notice-bar p {
        font-size: 0.88rem;
        padding: 0.56rem 0;
    }


    .p-services-grid {
        grid-template-columns: 1fr;
    }

    .p-service-card-media img {
        height: 14.5rem;
    }

    .p-icon-card,
    .p-impact-card {
        padding: 1.1rem 0.95rem;
    }

    .p-section-space,
    .p-section-space--compact,
    .p-section-space--impact,
    .p-section-space--blog {
        padding: 3.8rem 0;
    }

    .p-section-heading {
        font-size: clamp(1.8rem, 8vw, 2.25rem);
    }

    .p-cta-button,
    .p-blog-button,
    .p-submit-button {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .p-footer-brand-text {
        font-size: 2rem;
    }

    .p-footer-title {
        font-size: 1.65rem;
    }
}
