:root {
    --blast-yellow: #ffb400;
    --blast-black: #101010;
    --blast-charcoal: #191919;
    --blast-grey: #6b6b6b;
    --blast-light: #f5f5f3;
}

html { scroll-behavior: smooth; }
body { color: #4d4d4d; }
body.mobile-menu-visible { overflow: hidden; }
.auto-container { max-width: 1320px; }
.skip-link {
    position: fixed; top: 12px; left: 12px; z-index: 999999;
    padding: 12px 18px; color: #111; background: var(--blast-yellow);
    transform: translateY(-150%); transition: transform .2s ease;
}
.skip-link:focus { transform: translateY(0); }
.visually-hidden {
    position: absolute!important; width: 1px!important; height: 1px!important;
    padding: 0!important; margin: -1px!important; overflow: hidden!important;
    clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important;
}
a:focus-visible, button:focus-visible, summary:focus-visible, input:focus-visible,
select:focus-visible, textarea:focus-visible {
    outline: 3px solid var(--blast-yellow)!important;
    outline-offset: 3px;
}

/* Spójne akcenty kolorystyczne Blast PRO */
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a {
    color: #9a6800;
}
.main-menu .navigation > li > a::before,
.main-menu .navigation > li > a::after {
    color: var(--blast-yellow);
}
.main-header .menu-right-content .btn-box .icon-box {
    color: #111;
    background: var(--blast-yellow);
}
.main-header .menu-right-content .btn-box a:hover {
    color: #9a6800;
}
.theme-btn.btn-one:hover {
    color: #111;
    background: var(--blast-yellow);
}
.theme-btn.btn-one:hover span::before {
    color: var(--blast-yellow);
    background: #111;
}
.scroll-top {
    color: #111;
    background: var(--blast-yellow);
}

.header-top .outer-container { min-height: 44px; }
.header-top .links-list li a { text-transform: none; }
.header-top .social-links { gap: 10px; }
.header-top .social-links span { color: #fff; opacity: .8; font-size: 12px; letter-spacing: .04em; }
.main-header .header-lower .outer-box,
.main-header .sticky-header .outer-box {
    min-height: 88px; padding: 0 32px; gap: 28px; justify-content: flex-start;
}
.main-header .menu-left-content {
    flex: 0 0 auto; min-width: 0; margin: 0; padding: 18px 0; border-right: 0;
}
.main-header .menu-left-content .logo-box { margin: 0; }
.main-header .menu-left-content .logo-box::before { display: none; }
.main-header .logo-box img { display: block; max-width: 220px; max-height: 52px; width: auto; }
.main-header .menu-area {
    display: flex; flex: 1 1 auto; min-width: 0; align-items: center; justify-content: center;
}
.main-menu { float: none; }
.main-menu .navigation {
    display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;
    gap: clamp(13px,1.5vw,30px);
}
.main-menu .navigation > li { float: none; flex: 0 0 auto; margin: 0!important; }
.main-menu .navigation > li > a {
    padding: 29px 0; font-size: clamp(14px,.95vw,18px); line-height: 30px; white-space: nowrap;
}
.main-header .menu-right-content {
    display: flex; flex: 0 0 auto; gap: 22px; margin: 0; padding: 0; border-left: 0;
}
.main-header .menu-right-content .btn-box { display: block; padding-left: 58px; }
.header-phone { flex: 0 0 auto; padding: 0 22px; border-left: 1px solid #e5e5e5; }
.header-phone span { display: block; font-size: 12px; text-transform: uppercase; color: #777; letter-spacing: .08em; }
.header-phone a { color: #111; font-size: 17px; font-weight: 800; }
.mobile-nav-toggler { border: 0; background: transparent; }
.mobile-menu .close-btn { border: 0; background: transparent; color: #fff; }

.blast-hero { position: relative; min-height: 720px; display: flex; align-items: center; overflow: hidden; background: #0b0b0b; }
.blast-hero-image, .blast-hero-overlay { position: absolute; inset: 0; }
.blast-hero-image {
    background: url("../images/banner/blast-pro-hero.jpg") center center / cover no-repeat;
    transform: scale(1.08);
    animation: blastHeroDrift 16s ease-in-out infinite alternate;
}
.blast-hero-overlay {
    background: linear-gradient(90deg, rgba(5,5,5,.96) 0%, rgba(5,5,5,.82) 39%, rgba(5,5,5,.25) 69%, rgba(5,5,5,.06) 100%);
}
.blast-hero .auto-container { width: 100%; position: relative; z-index: 2; }
.hero-watermark {
    position: absolute; z-index: 1; top: 115px; left: 17%; pointer-events: none;
    color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.17);
    font: 800 clamp(110px,17vw,280px)/1 "Inter Tight", sans-serif;
    letter-spacing: -.07em; white-space: nowrap;
    animation: watermarkFloat 8s ease-in-out infinite alternate;
}
.hero-line {
    position: absolute; z-index: 2; top: 0; bottom: 0; width: 1px;
    background: linear-gradient(180deg, transparent, rgba(255,180,0,.45), transparent);
    transform-origin: top; animation: linePulse 4s ease-in-out infinite;
}
.hero-line-one { left: 31%; }
.hero-line-two { right: 22%; animation-delay: 1.3s; }
.blast-hero-content { max-width: 820px; padding: 110px 0 100px; color: #fff; }
.eyebrow, .section-kicker {
    display: inline-flex; align-items: center; gap: 12px; margin-bottom: 18px;
    color: #c98600; font: 700 13px/1.4 "Monda", sans-serif;
    text-transform: uppercase; letter-spacing: .12em;
}
.eyebrow { color: var(--blast-yellow); }
.eyebrow span { width: 42px; height: 2px; background: var(--blast-yellow); }
.section-kicker.light { color: var(--blast-yellow); }
.blast-hero h1 {
    position: relative; margin: 0 0 34px; padding-bottom: 18px; color: #fff; font: 800 clamp(52px,6vw,92px)/.98 "Inter Tight", sans-serif;
    letter-spacing: -.045em; max-width: 900px;
}
.blast-hero h1::after {
    content: ""; position: absolute; left: 0; bottom: 0; width: min(620px,82%); height: 5px;
    background: var(--blast-yellow); transform-origin: left;
    animation: heroUnderline 1.2s .55s cubic-bezier(.22,.8,.28,1) both;
}
.blast-hero-content > p { max-width: 700px; margin-bottom: 35px; font-size: 20px; line-height: 1.7; color: #e7e7e7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn-ghost { border: 1px solid rgba(255,255,255,.55); color: #fff!important; background: rgba(0,0,0,.15); }
.btn-ghost:hover { border-color: #fff; background: #fff; color: #111!important; }
.hero-trust {
    display: flex; flex-wrap: wrap; align-items: center; gap: 18px 28px;
    margin-top: 45px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.2);
}
.hero-trust strong { color: var(--blast-yellow); font-size: 17px; }
.hero-trust span { color: #d0d0d0; font-size: 14px; }

@keyframes blastHeroDrift {
    from { transform: scale(1.08) translate3d(0,0,0); }
    to { transform: scale(1.15) translate3d(-1.5%,.7%,0); }
}
@keyframes watermarkFloat {
    from { transform: translate3d(0,0,0); opacity: .55; }
    to { transform: translate3d(35px,0,0); opacity: 1; }
}
@keyframes linePulse {
    0%,100% { transform: scaleY(.22); opacity: .25; }
    50% { transform: scaleY(1); opacity: .8; }
}
@keyframes heroUnderline {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}

.blast-about, .blast-services, .blast-why, .blast-industries, .blast-process,
.blast-projects, .blast-quote-cta, .blast-faq, .blast-quote, .blast-contact {
    padding: 110px 0;
}
.blast-about h2, .section-header h2, .why-intro h2, .photo-copy h2,
.quote-cta-panel h2, .faq-intro h2, .quote-copy h2, .contact-heading h2 {
    margin: 0; color: #111; font: 800 clamp(36px,4vw,58px)/1.08 "Inter Tight", sans-serif;
    letter-spacing: -.03em;
}
.lead-copy { color: #272727; font-size: 20px; line-height: 1.7; }
.blast-about p { margin-bottom: 14px; }
.blast-about h2 { margin-bottom: 28px; }
.company-showcase-image { position: relative; min-height: 510px; margin: 0 35px 0 0; overflow: hidden; background: #111; }
.company-showcase-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.company-showcase-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg,transparent 45%,rgba(0,0,0,.8)); pointer-events: none; }
.company-showcase-image:hover img { transform: scale(1.045); }
.company-showcase-image figcaption { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; padding-left: 18px; color: #fff; border-left: 4px solid var(--blast-yellow); }
.company-showcase-image figcaption strong { display: block; color: var(--blast-yellow); font-size: 22px; }
.company-showcase-image figcaption span { display: block; margin-top: 4px; line-height: 1.45; }
.material-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 42px; }
.material-list span {
    padding: 11px 17px; color: #242424; background: #f2f2f0; border-left: 3px solid var(--blast-yellow);
    font-weight: 700;
}

.blast-facts { position: relative; overflow: hidden; padding: 90px 0; background: #fff; border-bottom: 1px solid #e5e5e5; }
.facts-watermark {
    position: absolute; left: 3%; top: 50%; transform: translateY(-50%);
    color: transparent; -webkit-text-stroke: 1px #e1e1dd;
    font: 800 clamp(120px,20vw,310px)/1 "Inter Tight"; letter-spacing: -.08em; white-space: nowrap;
}
.facts-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); }
.fact-item { display: grid; grid-template-columns: 78px 1fr; gap: 22px; align-items: start; padding: 20px 42px; border-right: 1px solid #ddd; }
.fact-item:last-child { border-right: 0; }
.fact-item > i {
    display: flex; width: 72px; height: 72px; align-items: center; justify-content: center;
    color: #111; background: var(--blast-yellow); border-radius: 50%; font-size: 28px;
    box-shadow: 0 12px 30px rgba(255,180,0,.22);
}
.fact-item strong { display: block; color: #111; font: 800 58px/.9 "Inter Tight"; letter-spacing: -.04em; }
.fact-item h3 { margin: 10px 0 3px; color: #111; font-size: 18px; }
.fact-item p { margin: 0; font-size: 13px; }
.section-header {
    display: grid; grid-template-columns: minmax(0,1.3fr) minmax(280px,.7fr);
    gap: 60px; align-items: end; margin-bottom: 48px;
}
.section-header > p { max-width: 520px; margin: 0 0 5px; font-size: 17px; line-height: 1.75; }

.blast-service-card {
    position: relative; height: 100%; min-height: 700px; padding: 42px 36px;
    background: #fff; border-bottom: 4px solid #e5e5e5; transition: transform .25s ease, border-color .25s ease;
}
.blast-service-card:hover { transform: translateY(-7px); border-color: var(--blast-yellow); }
.blast-service-card.featured { color: #ddd; background: var(--blast-charcoal); border-color: var(--blast-yellow); }
.blast-service-card.featured h3 { color: #fff; }
.service-number { position: absolute; top: 22px; right: 26px; color: #ececec; font: 800 54px/1 "Inter Tight"; }
.featured .service-number { color: #2a2a2a; }
.service-image { position: relative; height: 210px; margin: -42px -36px 30px; overflow: hidden; background: #222; }
.service-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.service-image::after {
    content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 4px;
    background: var(--blast-yellow); transition: right .45s ease;
}
.blast-service-card:hover .service-image::after { right: 0; }
.blast-service-card:hover .service-image img { transform: scale(1.055); }
.service-icon { color: var(--blast-yellow); font-size: 47px; margin-bottom: 32px; }
.blast-service-card h3 { margin-bottom: 18px; color: #111; font-size: 30px; }
.blast-service-card > p { min-height: 82px; }
.blast-service-card ul { margin: 25px 0 30px; }
.blast-service-card li { position: relative; padding: 8px 0 8px 22px; border-top: 1px solid #ececec; }
.blast-service-card li::before { content: "—"; position: absolute; left: 0; color: var(--blast-yellow); }
.featured li { border-color: #303030; }
.text-link { display: inline-flex; align-items: center; gap: 10px; color: #111; font-weight: 800; }
.featured .text-link { color: var(--blast-yellow); }

.blast-why { color: #cacaca; background: #111; }
.why-intro { padding-right: 50px; }
.why-intro h2 { color: #fff; }
.why-intro p { margin: 25px 0 35px; font-size: 17px; line-height: 1.8; }
.benefits-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1px; background: #333; }
.benefit { min-height: 210px; padding: 30px; background: #1a1a1a; }
.benefit { transition: background .3s ease, transform .3s ease; }
.benefit:hover { position: relative; z-index: 2; background: #232323; transform: translateY(-5px); }
.benefit i { color: var(--blast-yellow); font-size: 28px; }
.benefit h3 { margin: 20px 0 7px; color: #fff; font-size: 20px; }
.benefit p { margin: 0; color: #aaa; }

.industry-list { border-top: 1px solid #dedede; }
.industry-list article {
    display: grid; grid-template-columns: 70px 70px minmax(220px,.75fr) minmax(300px,1.25fr);
    gap: 20px; align-items: center; min-height: 120px; padding: 22px 0; border-bottom: 1px solid #dedede;
}
.industry-list article { transition: padding .3s ease, background .3s ease; }
.industry-list article:hover { padding-left: 22px; padding-right: 22px; background: #f7f7f4; }
.industry-list article > i { transition: transform .35s ease; }
.industry-list article:hover > i { transform: rotate(-8deg) scale(1.12); }
.industry-list article > span { color: #999; font: 700 13px "Monda"; }
.industry-list article > i { color: var(--blast-yellow); font-size: 30px; }
.industry-list h3 { margin: 0; color: #111; font-size: 24px; }
.industry-list p { margin: 0; }

.blast-photo-section { padding: 0 25px; background: #fff; }
.photo-panel {
    position: relative; min-height: 630px; display: flex; align-items: center;
    background: linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,.45)), url("../images/banner/blast-pro-hero.jpg") center / cover no-repeat;
}
.photo-panel::after {
    content: ""; position: absolute; inset: 0; pointer-events: none;
    background: linear-gradient(115deg, transparent 0 62%, rgba(255,180,0,.18) 62% 63%, transparent 63%);
}
.photo-panel .auto-container { width: 100%; }
.photo-copy { position: relative; z-index: 2; max-width: 650px; padding: 100px 0; color: #ddd; }
.photo-copy > span { display: block; color: var(--blast-yellow); font: 700 14px "Monda"; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 18px; }
.photo-copy h2 { color: #fff; }
.photo-copy p { margin: 25px 0 35px; font-size: 18px; line-height: 1.8; }

.process-list { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); margin: 0; counter-reset: process; }
.process-list li { min-height: 270px; padding: 30px 25px; border: 1px solid #ddd; border-right: 0; background: #fff; }
.process-list li:last-child { border-right: 1px solid #ddd; }
.process-list span { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 42px; color: #111; background: var(--blast-yellow); font-weight: 800; border-radius: 50%; }
.process-list li { position: relative; overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.process-list li::after {
    content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px;
    background: var(--blast-yellow); transition: width .4s ease;
}
.process-list li:hover { z-index: 2; transform: translateY(-8px); box-shadow: 0 18px 38px rgba(0,0,0,.09); }
.process-list li:hover::after { width: 100%; }
.process-list h3 { color: #111; font-size: 20px; line-height: 1.35; }
.process-list p { margin: 12px 0 0; font-size: 14px; }

.project-gallery-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.project-card { overflow: hidden; background: #191919; transition: transform .35s ease, box-shadow .35s ease; }
.project-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,.16); }
.before-after {
    --split: 50%;
    position: relative; overflow: hidden; aspect-ratio: 695 / 384; margin: 0; background: #d8d8d3;
    user-select: none; -webkit-user-select: none;
}
.before-after__image {
    position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
    transition: transform .7s cubic-bezier(.2,.7,.2,1);
}
.before-after__before {
    position: absolute; inset: 0; overflow: hidden;
    clip-path: inset(0 calc(100% - var(--split)) 0 0);
}
.before-after__label {
    position: absolute; z-index: 3; top: 14px; padding: 6px 9px;
    color: #111; background: #fff; font: 800 10px/1 "Monda"; letter-spacing: .08em;
}
.before-after__label--before { left: 14px; }
.before-after__label--after { right: 14px; background: var(--blast-yellow); }
.before-after__divider {
    position: absolute; z-index: 2; top: 0; bottom: 0; left: var(--split); width: 2px;
    background: rgba(255,255,255,.95); box-shadow: 0 0 0 1px rgba(0,0,0,.13);
    pointer-events: none;
}
.before-after__divider::after {
    content: "\f337"; position: absolute; top: 50%; left: 50%; display: grid; place-items: center;
    width: 42px; height: 42px; color: #111; background: var(--blast-yellow);
    border: 4px solid #fff; border-radius: 50%; box-shadow: 0 8px 18px rgba(0,0,0,.25);
    font: 900 15px/1 "Font Awesome 6 Free"; transform: translate(-50%,-50%);
}
.project-card:hover .before-after__image { transform: scale(1.025); }
.before-after__range {
    position: absolute; z-index: 4; inset: 0; width: 100%; height: 100%; margin: 0;
    opacity: 0; cursor: ew-resize; touch-action: pan-y;
}
.before-after:focus-within { outline: 3px solid var(--blast-yellow); outline-offset: 3px; }
.project-card h3 { margin: 0; padding: 21px 24px; color: #fff; font-size: 19px; }
.project-card h3 i { margin-right: 9px; color: var(--blast-yellow); }

.blast-quote-cta { color: #ccc; background: #111; }
.quote-cta-panel { display: grid; grid-template-columns: 1.25fr 1fr auto; gap: 55px; align-items: center; }
.quote-cta-panel h2 { color: #fff; }
.quote-cta-panel > p { margin: 0; font-size: 17px; line-height: 1.8; }

.faq-intro { padding-right: 60px; }
.faq-intro p { margin: 25px 0; }
.faq-list details { padding: 22px 0; border-bottom: 1px solid #d5d5d5; }
.faq-list details:first-child { border-top: 1px solid #d5d5d5; }
.faq-list summary { position: relative; padding-right: 40px; color: #111; font-size: 19px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 5px; top: -4px; color: var(--blast-yellow); font-size: 28px; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 16px 40px 0 0; }

.blast-quote { background: var(--blast-yellow); }
.quote-shell { display: grid; grid-template-columns: .85fr 1.15fr; background: #111; }
.quote-copy { padding: 65px 55px; color: #bbb; }
.quote-copy h2 { color: #fff; }
.quote-copy > p { margin: 22px 0 30px; font-size: 17px; line-height: 1.75; }
.quote-copy li { padding: 7px 0; }
.quote-copy li i { width: 24px; color: var(--blast-yellow); }
.quote-form { padding: 55px; background: #fff; }
.quote-form .form-group { margin-bottom: 18px; }
.quote-form label { display: block; margin-bottom: 7px; color: #222; font-size: 13px; font-weight: 800; }
.quote-form input:not([type="checkbox"]), .quote-form select, .quote-form textarea {
    width: 100%; min-height: 52px; padding: 12px 14px; color: #222; background: #f6f6f4; border: 1px solid #dedede; border-radius: 0;
}
.quote-form textarea { min-height: 130px; resize: vertical; }
.quote-form input[type="file"] { padding: 10px; }
.consent-row { margin-bottom: 20px; }
.consent-row label { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; line-height: 1.55; }
.consent-row input { margin-top: 4px; }
.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-status { display: none; margin-bottom: 18px; padding: 14px 16px; font-weight: 700; }
.form-status.success { display: block; color: #155724; background: #d4edda; }
.form-status.error { display: block; color: #721c24; background: #f8d7da; }

.blast-contact { padding-bottom: 125px; }
.contact-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.contact-heading p { margin: 0; font-size: 17px; }
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #ddd; }
.contact-grid > a {
    min-height: 210px; display: flex; flex-direction: column; justify-content: center; padding: 35px;
    color: #111; border-right: 1px solid #ddd; transition: background .2s ease;
}
.contact-grid > a:last-child { border-right: 0; }
.contact-grid > a:hover { background: var(--blast-yellow); }
.contact-grid i { color: var(--blast-yellow); font-size: 29px; margin-bottom: 22px; }
.contact-grid a:hover i { color: #111; }
.contact-grid span { margin-bottom: 6px; color: #777; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.contact-grid strong { font-size: 19px; line-height: 1.45; overflow-wrap: anywhere; }

.blast-footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.blast-footer-top .footer-logo { margin: 0; }
.footer-cta { display: flex; flex-direction: column; align-items: flex-end; }
.footer-cta span { color: #aaa; }
.footer-cta a { color: var(--blast-yellow); font-size: 22px; font-weight: 800; }
.footer-widget p { color: #aaa; line-height: 1.8; }
.footer-widget p a { color: #fff; }
.footer-since { color: var(--blast-yellow)!important; }
.footer-bottom .footer-nav span { color: #8c8c8c; }

@media only screen and (max-width: 1699px) {
    .header-phone { display: none; }
}

@media only screen and (max-width: 1499px) {
    .main-header .header-lower .outer-box,
    .main-header .sticky-header .outer-box { padding-right: 24px; padding-left: 24px; gap: 20px; }
    .main-header .logo-box img { max-width: 180px; }
    .main-menu .navigation { gap: clamp(10px,1.05vw,16px); }
    .main-menu .navigation > li > a { font-size: 14px; }
    .main-header .menu-right-content .btn-box { display: block; padding-left: 52px; }
    .main-header .menu-right-content .btn-box a { font-size: 12px; padding-right: 18px; }
}

@media only screen and (max-width: 1279px) {
    .main-menu, .sticky-header { display: none!important; }
    .main-header .menu-right-content { display: none!important; }
    .main-header .menu-area { justify-content: flex-end; }
    .menu-area .mobile-nav-toggler { display: block; padding: 10px; }
    .main-header .header-lower .outer-box { min-height: 78px; }
    .process-list { grid-template-columns: repeat(3,1fr); }
    .process-list li { border-right: 1px solid #ddd; }
    .quote-cta-panel { grid-template-columns: 1fr 1fr; }
    .quote-cta-panel .theme-btn { grid-column: 2; justify-self: start; }
}

@media only screen and (max-width: 991px) {
    .blast-hero { min-height: 650px; }
    .blast-hero-overlay { background: rgba(5,5,5,.78); }
    .blast-hero-content { max-width: 720px; padding: 90px 0; }
    .blast-about, .blast-services, .blast-why, .blast-industries, .blast-process,
    .blast-projects, .blast-quote-cta, .blast-faq, .blast-quote, .blast-contact { padding: 80px 0; }
    .section-header, .contact-heading { grid-template-columns: 1fr; gap: 22px; }
    .service-card-column { margin-bottom: 25px; }
    .facts-grid { grid-template-columns: 1fr; }
    .fact-item { border-right: 0; border-bottom: 1px solid #ddd; }
    .fact-item:last-child { border-bottom: 0; }
    .why-intro, .faq-intro { padding-right: 0; margin-bottom: 45px; }
    .industry-list article { grid-template-columns: 50px 50px 1fr; }
    .industry-list article p { grid-column: 3; }
    .project-gallery-grid { grid-template-columns: repeat(2,1fr); }
    .quote-shell { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; }
    .contact-grid > a { min-height: 160px; border-right: 0; border-bottom: 1px solid #ddd; }
    .contact-grid > a:last-child { border-bottom: 0; }
}

@media only screen and (max-width: 767px) {
    .header-top { display: none; }
    .main-header .header-lower .outer-box { min-height: 74px; }
    .main-header .menu-right-content { display: none; }
    .blast-hero { min-height: 610px; }
    .blast-hero-content { padding: 80px 0 70px; }
    .blast-hero h1 { font-size: clamp(43px,13vw,64px); }
    .blast-hero-content > p { font-size: 17px; }
    .hero-actions { flex-direction: column; align-items: flex-start; }
    .hero-trust { align-items: flex-start; flex-direction: column; }
    .hero-line { display: none; }
    .hero-watermark { top: 130px; left: 4%; font-size: 95px; }
    .blast-about h2, .section-header h2, .why-intro h2, .photo-copy h2,
    .quote-cta-panel h2, .faq-intro h2, .quote-copy h2, .contact-heading h2 { font-size: 38px; }
    .benefits-grid, .project-gallery-grid, .quote-cta-panel { grid-template-columns: 1fr; }
    .quote-cta-panel .theme-btn { grid-column: auto; }
    .industry-list article { grid-template-columns: 40px 45px 1fr; gap: 12px; }
    .industry-list h3 { font-size: 20px; }
    .process-list { grid-template-columns: 1fr; }
    .process-list li { min-height: auto; }
    .process-list span { margin-bottom: 22px; }
    .blast-photo-section { padding: 0; }
    .photo-panel { min-height: 560px; }
    .company-showcase-image { min-height: 380px; margin: 0 0 35px; }
    .blast-facts { padding: 55px 0; }
    .fact-item { padding: 24px 0; }
    .fact-item strong { font-size: 48px; }
    .quote-copy, .quote-form { padding: 42px 24px; }
    .blast-footer-top { align-items: flex-start; flex-direction: column; }
    .footer-cta { align-items: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
}
