* {
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    background: #d8dde0
}

html {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: "Poppins",sans-serif;
    color: #202529
}

body a {
    color: #b45f19;
    font-weight: 800
}

.page {
    max-width: 1920px;
    margin: auto;
    background: #fff;
    text-align: left;
    font-size: 18px;
    overflow: hidden
}

.pagewidth {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto
}

header {
    background: #111820;
    color: #fff
}

.header-main {
    position: relative;
    z-index: 10;
    background: #fff;
    border-bottom: 4px solid #2b3690;
    border-top: 4px solid #2b3690;
}

.hm-flex {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 0.85rem 1rem
}

.logo-wrapper {
    flex: 0 0 auto
}

.logo-wrapper a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
    text-decoration: none
}

.logo-wrapper img{
   width:240px;
    background-color:#fff;
    padding:0.5rem;
}
.logo-mark {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: #c56b1f;
    color: #fff;
    border-radius: 0.35rem;
    font-size: 1.35rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0
}

.logo-text {
    color: #fff;
    font-size: 1.05rem;
    line-height: 1.05;
    font-weight: 800;
    text-transform: uppercase
}

.topnav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    flex: 1 1 auto
}

.topnav a {
    display: block;
    padding: 0.65rem 0.75rem;
    color: #111820;
    font-size: 0.9rem;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase
}

.topnav a:hover {
    background: #202c36;
    color: #f6c27c
}

.header-cta {
    flex: 0 0 auto
}

.header-cta a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.6rem 1rem;
    background: #2c3391;
    border: 1px solid #f6c27c;
    border-radius: 0.35rem;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap
}

.header-cta a:hover {
    background: #fff;
    color: #111820
}

.hero-section {
    position: relative;
    min-height: 560px;
    max-height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #111820;
    color: #fff
}

.hero-media {
    position: absolute;
    inset: 0;
    background: url('/images/fabrication-welding-bench.jpg') center center / cover no-repeat
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgb(10 16 22 / 92%) 0%,rgb(10 16 22 / 74%) 43%,rgb(10 16 22 / 22%) 100%)
}

.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 6rem 1rem
}

.hero-kicker,.section-eyebrow {
    color: #c56b1f;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem
}

.hero-kicker {
    color: #f6c27c
}

.hero-content h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.65rem,4vw,4.15rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0
}

.hero-content p {
    max-width: 720px;
    margin: 1.35rem 0 0;
    color: rgb(255 255 255 / 88%);
    font-size: 1.22rem;
    line-height: 1.7
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem
}

.solid-btn,.outline-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.7rem 1.35rem;
    border-radius: 0.35rem;
    font-weight: 800;
    text-decoration: none
}

.solid-btn {
    background: #2b3690;
    border: 2px solid #c56b1f;
    color: #fff
}

.solid-btn:hover {
    background: #101820;
    border-color: #101820;
    color: #fff
}

.outline-btn {
    border: 2px solid #c56b1f;
    color: #c56b1f;
    background: transparent
}

.outline-btn:hover {
    background: #c56b1f;
    color: #fff
}

.outline-btn.light {
    border-color: rgb(255 255 255 / 76%);
    color: #fff
}

.outline-btn.light:hover {
    background: #fff;
    color: #101820
}

.section {
    padding: 4rem 1rem
}

.graybg {
    background: #f2f4f5
}

.intro-layout {
    display: grid;
    grid-template-columns: minmax(0,1.4fr) minmax(300px,0.6fr);
    gap: clamp(2rem,5vw,5rem);
    align-items: center
}

.intro-copy h1,.process-copy h1,.capability-grid h1 {
    margin: 0.55rem 0 0;
    color: #111820;
    font-size: 2.35rem;
    line-height: 1.08;
    font-weight: 800
}

.intro-copy p {
    max-width: 820px;
    color: #3c454d;
    font-size: 1.08rem;
    line-height: 1.8
}

.intro-panel {
    padding: 1.5rem;
    background: #111820;
    color: #fff;
    border-left: 6px solid #c56b1f;
    box-shadow: 0 16px 36px rgb(17 24 32 / 16%)
}

.panel-number {
    color: #f6c27c;
    font-size: 3rem;
    line-height: 1;
    font-weight: 800
}

.intro-panel h2 {
    margin: 0.45rem 0;
    color: #fff;
    font-size: 1.45rem;
    line-height: 1.15
}

.intro-panel p {
    margin: 0;
    color: rgb(255 255 255 / 78%);
    line-height: 1.65
}

.section-headings {
    max-width: 860px;
    margin: 0 auto 2.5rem;
    text-align: center
}

.section-headings h1 {
    margin: 0;
    color: #111820;
    font-size: 2.35rem;
    line-height: 1.1;
    font-weight: 800
}

.section-headings h2 {
    margin: 0.75rem 0 0;
    color: #4a555e;
    font-size: 1.1rem;
    line-height: 1.55;
    font-weight: 400
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1.25rem
}

.service-card {
    padding: 1.45rem;
    background: #fff;
    border: 1px solid #d8dde0;
    border-radius: 0.4rem;
    box-shadow: 0 12px 30px rgb(17 24 32 / 10%)
}

.service-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 1rem;
    background: #f6c27c;
    color: #111820;
    border-radius: 0.35rem;
    font-size: 1.45rem
}

.service-card h3 {
    margin: 0;
    color: #111820;
    font-size: 1.3rem;
    line-height: 1.18
}

.service-card p {
    margin: 0.8rem 0 0;
    color: #45515a;
    font-size: 1rem;
    line-height: 1.7
}

.process-layout {
    display: grid;
    grid-template-columns: minmax(320px,0.9fr) minmax(0,1.1fr);
    gap: clamp(2rem,5vw,4rem);
    align-items: center
}

.process-media {
    overflow: hidden;
    border-radius: 0.45rem;
    box-shadow: 0 16px 40px rgb(17 24 32 / 18%)
}

.process-media img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover
}

.process-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.75rem
}

.process-item {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 1rem;
    align-items: start
}

.process-item span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #c56b1f;
    color: #fff;
    border-radius: 999px;
    font-weight: 800
}

.process-item h3 {
    margin: 0;
    color: #111820;
    font-size: 1.2rem
}

.process-item p {
    margin: 0.35rem 0 0;
    color: #45515a;
    line-height: 1.7
}

.dark-section {
    background: #111820;
    color: #fff
}

.dark-section .section-eyebrow {
    color: #f6c27c
}

.capability-grid {
    display: grid;
    grid-template-columns: minmax(0,0.95fr) minmax(0,1.05fr);
    gap: clamp(2rem,5vw,4rem);
    align-items: start
}

.capability-grid h1 {
    color: #fff
}

.capability-list {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0.75rem
}

.capability-list div {
    padding: 1rem;
    background: rgb(255 255 255 / 8%);
    border: 1px solid rgb(255 255 255 / 14%);
    border-radius: 0.35rem;
    color: #fff;
    font-weight: 800;
    text-align: center
}

.project-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 1.25rem
}

.project-card {
    overflow: hidden;
    background: #f2f4f5;
    border: 1px solid #d8dde0;
    border-radius: 0.45rem
}

.project-card img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover
}

.project-card-copy {
    padding: 1.25rem
}

.project-card-copy h2 {
    margin: 0;
    color: #111820;
    font-size: 1.35rem;
    line-height: 1.18
}

.project-card-copy p {
    margin: 0.75rem 0 0;
    color: #45515a;
    line-height: 1.7
}

.subpage-banner {
    position: relative;
    overflow: hidden;
    background: #111820;
    color: #fff
}

.subpage-banner:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,rgb(10 16 22 / 91%) 0%,rgb(10 16 22 / 78%) 54%,rgb(10 16 22 / 45%) 100%);
    z-index: 1
}

.subpage-banner:after {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/images/fabrication-welding-sparks.jpg') center center / cover no-repeat;
    z-index: 0;
    opacity: 0.5
}

.services-banner:after {
    background-image: url('/images/fabrication-welding-bench.jpg')
}

.structural-banner:after {
    background-image: url('/images/fabrication-welding-bench.jpg')
}

.ornamental-banner:after {
    background-image: url('/images/fabrication-close-weld.jpg')
}

.about-banner:after {
    background-image: url('/images/fabrication-welding-sparks.jpg')
}

.contact-banner:after {
    background-image: url('/images/fabrication-welding-bench.jpg')
}

.subpage-banner-content {
    position: relative;
    z-index: 2;
    padding: 5.5rem 1rem
}

.subpage-banner .section-eyebrow {
    color: #f6c27c
}

.subpage-banner h1 {
    max-width: 980px;
    margin: 0.65rem 0 0;
    color: #fff;
    font-size: clamp(2.45rem,4vw,4.4rem);
    line-height: 1;
    font-weight: 800
}

.subpage-banner p {
    max-width: 760px;
    margin: 1rem 0 0;
    color: rgb(255 255 255 / 84%);
    font-size: 1.14rem;
    line-height: 1.7
}

.service-detail-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 1rem
}

.detail-card {
    padding: 1.35rem;
    background: #fff;
    border: 1px solid #d8dde0;
    border-radius: 0.4rem;
    box-shadow: 0 10px 26px rgb(17 24 32 / 9%)
}

.detail-card-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    margin-bottom: 1rem;
    background: #111820;
    color: #f6c27c;
    border-radius: 0.35rem;
    font-size: 1.35rem
}

.detail-card h2 {
    margin: 0;
    color: #111820;
    font-size: 1.25rem;
    line-height: 1.18
}

.detail-card p {
    margin: 0.75rem 0 0;
    color: #45515a;
    font-size: 1rem;
    line-height: 1.7
}

.split-feature {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,0.85fr);
    gap: clamp(2rem,5vw,4rem);
    align-items: center
}

.split-feature h1,.about-layout h1,.contact-card h1,.narrow-copy h1 {
    margin: 0.55rem 0 0;
    color: #111820;
    font-size: 2.35rem;
    line-height: 1.08;
    font-weight: 800
}

.split-feature p,.about-layout p,.narrow-copy p {
    color: #45515a;
    font-size: 1.06rem;
    line-height: 1.8
}

.checklist-panel,.about-stat-panel,.contact-card,.sidebar-box {
    background: #fff;
    border: 1px solid #d8dde0;
    border-radius: 0.4rem;
    box-shadow: 0 12px 30px rgb(17 24 32 / 10%)
}

.checklist-panel {
    padding: 1.5rem
}

.checklist-panel h2 {
    margin: 0;
    color: #111820;
    font-size: 1.35rem
}

.checklist-panel ul {
    margin: 1rem 0 0;
    padding-left: 1.2rem;
    color: #45515a;
    line-height: 1.9
}

.image-panel {
    overflow: hidden;
    border-radius: 0.45rem;
    box-shadow: 0 16px 40px rgb(17 24 32 / 16%)
}

.image-panel img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover
}

.ornamental-image-panel img {
    height: 360px;
    min-height: 0;
    object-position: center 62%
}

.capability-card-grid,.values-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem
}

.capability-card-grid div,.value-card {
    padding: 1.2rem;
    background: #fff;
    border: 1px solid #d8dde0;
    border-radius: 0.4rem;
    box-shadow: 0 10px 26px rgb(17 24 32 / 9%);
    color: #111820;
    font-weight: 800;
    text-align: center
}

.narrow-copy {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.dark-section .narrow-copy h1,.dark-section .narrow-copy p {
    color: #fff
}

.dark-section .narrow-copy p {
    color: rgb(255 255 255 / 76%)
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(320px,0.55fr);
    gap: clamp(2rem,5vw,4rem);
    align-items: start
}

.about-stat-panel {
    overflow: hidden;
    background: #111820;
    color: #fff;
    border-left: 6px solid #c56b1f
}

.about-stat {
    padding: 1.2rem;
    border-bottom: 1px solid rgb(255 255 255 / 14%)
}

.about-stat:last-child {
    border-bottom: 0
}

.about-stat span {
    display: block;
    color: #f6c27c;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase
}

.about-stat strong {
    display: block;
    margin-top: 0.3rem;
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.3
}

.value-card h2 {
    margin: 0;
    color: #111820;
    font-size: 1.35rem
}

.value-card p {
    margin: 0.65rem 0 0;
    color: #45515a;
    font-weight: 400;
    line-height: 1.7
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(300px,360px);
    gap: 1.5rem;
    align-items: start
}

.contact-card {
    padding: 1.5rem
}

.contact-form {
    display: grid;
    gap: 1rem;
    margin-top: 1.5rem
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 1rem
}

.contact-form label {
    display: grid;
    gap: 0.35rem;
    color: #111820;
    font-size: 0.95rem;
    font-weight: 800
}

.contact-form input,.contact-form textarea {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #c9d0d5;
    border-radius: 0.25rem;
    font: inherit;
    color: #111820;
    background: #fff
}

.contact-form input:focus,.contact-form textarea:focus {
    outline: 2px solid #f6c27c;
    border-color: #c56b1f
}

.contact-form textarea {
    resize: vertical
}

.form-honey {
    position: absolute;
    left: -9999px
}

.contact-sidebar {
    display: grid;
    gap: 1rem
}

.sidebar-box {
    padding: 1.2rem
}

.sidebar-box h2 {
    margin: 0;
    color: #111820;
    font-size: 1.25rem
}

.sidebar-box p {
    margin: 0.65rem 0 0;
    color: #45515a;
    line-height: 1.7
}

footer {
    background: #111820;
    color: #fff
}

.footer-top {
    padding: 3rem 1rem;
    background: #17232d
}

.footer-top .section-eyebrow {
    color: #f6c27c
}

.footer-cta-grid {
    display: grid;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 2rem;
    align-items: center
}

.footer-cta-grid h2 {
    margin: 0.45rem 0 0;
    color: #fff;
    font-size: 2rem;
    line-height: 1.12
}

.footer-cta-grid p {
    margin: 0.75rem 0 0;
    color: rgb(255 255 255 / 72%);
    max-width: 760px;
    line-height: 1.65
}

.footer-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-end
}

.footer-bottom {
    padding: 0.8rem 1rem;
    background: #0c1218;
    color: rgb(255 255 255 / 72%);
    font-size: 0.95rem
}

.footer-bottom-flex {
    display: flex;
    justify-content: space-between;
    gap: 1rem
}

@media screen and (max-width: 1024px) {
    .hm-flex {
        flex-wrap:wrap;
        justify-content: center
    }

    .topnav {
        order: 3;
        width: 100%;
        flex-wrap: wrap
    }

    .hero-section {
        min-height: 540px;
        max-height: none
    }

    .intro-layout,.process-layout,.capability-grid,.project-grid {
        grid-template-columns: 1fr
    }

    .service-detail-grid,.capability-card-grid,.values-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }

    .split-feature,.about-layout,.contact-layout {
        grid-template-columns: 1fr
    }

    .reverse-feature .image-panel {
        order: 2
    }

    .service-grid {
        grid-template-columns: 1fr
    }

    .footer-cta-grid {
        grid-template-columns: 1fr
    }

    .footer-cta-actions {
        justify-content: flex-start
    }
}

@media screen and (max-width: 568px) {
    .page {
        font-size:17px
    }

    .hm-flex {
        align-items: stretch;
        padding: 0.75rem
    }

    .logo-wrapper a {
        justify-content: center
    }

    .topnav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0.25rem
    }

    .topnav a {
        background: #17232d;
        color:#fff;
        text-align: center;
        font-size: 0.78rem;
        padding: 0.65rem 0.35rem
    }

    .header-cta a {
        width: 100%;
        justify-content: center
    }

    .hero-section {
        min-height: auto;
        max-height: none
    }

    .hero-content {
        padding: 4rem 1rem
    }

    .hero-content h1 {
        font-size: 2.7rem;
        line-height: 1
    }

    .hero-content p {
        font-size: 1.05rem
    }

    .section {
        padding: 3rem 1rem
    }

    .intro-copy h1,.process-copy h1,.capability-grid h1,.section-headings h1 {
        font-size: 1.9rem
    }

    .subpage-banner-content {
        padding: 4rem 1rem
    }

    .service-detail-grid,.capability-card-grid,.values-grid,.form-grid {
        grid-template-columns: 1fr
    }

    .split-feature h1,.about-layout h1,.contact-card h1,.narrow-copy h1 {
        font-size: 1.9rem
    }

    .image-panel img {
        min-height: 260px
    }

    .capability-list {
        grid-template-columns: 1fr
    }

    .project-card img,.feature-card img {
        height: 260px
    }

    .footer-bottom-flex {
        flex-direction: column
    }
}
