/*
Theme Name: Gigantic Construction
Theme URI: https://kortezthemes.com/gigantic-construction/
Author: kortezthemes
Author URI: https://kortezthemes.com
Description: Gigantic Construction is a full site editing WordPress theme designed specifically for construction, building, and architecture companies. It’s the perfect solution for any businesses looking for a professional, elegant, and easy-to-customize website. Inspired by real industry sites, it delivers a clean, modern layout and a highly functional structure tailored to your needs.
Version: 1.0.25
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 5.6
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: gigantic-construction
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, education

Gigantic Construction WordPress Theme, Copyright 2026 kortezthemes
Gigantic Construction is distributed under the terms of the GNU General Public License v3
*/

/* Reset Default Blocks Gap */
body.editor-styles-wrapper .wp-site-blocks > * {
  	margin-block-start: 0;
}
.wp-site-blocks > * {
  	margin-block-start: 0;
}

/* Support Alignfull */
body {
  	overflow-x: hidden;
}
.entry-content .alignfull {
	margin-left: calc( -50vw + 50%);
	margin-right: calc( -50vw + 50%);
	max-width: 100vw;
	width: 100vw;
}

/*Custom Box Shadow [is-style-sb-box-shadow]*/
.wp-block-image.is-style-sb-box-shadow img,
.wp-block-column.is-style-sb-box-shadow,
.wp-block-columns.is-style-sb-box-shadow,
.wp-block-group.is-style-sb-box-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-sb-box-shadow-medium img,
.wp-block-column.is-style-sb-box-shadow-medium,
.wp-block-columns.is-style-sb-box-shadow-medium,
.wp-block-group.is-style-sb-box-shadow-medium {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-sb-box-shadow-large img,
.wp-block-column.is-style-sb-box-shadow-large,
.wp-block-columns.is-style-sb-box-shadow-large,
.wp-block-group.is-style-sb-box-shadow-large {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-sb-box-shadow-hover img:hover,
.wp-block-column.is-style-sb-box-shadow-hover:hover,
.wp-block-columns.is-style-sb-box-shadow-hover:hover,
.wp-block-group.is-style-sb-box-shadow-hover:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/*Secondary button [is-style-sb-button-secondary]*/
div.is-style-sb-button-secondary .wp-element-button{
  color: var(--wp--preset--color--secondary-accent-text);
  background-color: var(--wp--preset--color--secondary-accent);
  border: 3px solid var(--wp--preset--color--secondary-accent) !important;
}
div.is-style-sb-button-secondary .wp-element-button:hover,
div.is-style-sb-button-secondary .wp-element-button:focus,
div.is-style-sb-button-secondary .wp-element-button:active {
    color: #ffffff;
    background-color: var(--wp--preset--color--hover);
    border-color: var(--wp--preset--color--hover) !important;
}
/*SVG icon color support [sb-duotone-primary] [sb-duotone-secondary]*/
.sb-duotone-primary {
  filter: var(--wp--preset--duotone--primary);
}
.sb-duotone-secondary {
    filter: var(--wp--preset--duotone--secondary);
}

/*WooCommerce Compatibility*/
.woocommerce ul.products li.product a img {
  border-radius: 6px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 6px;
}
.woocommerce-page .wc-block-components-product-name {
    font-size: var(--wp--preset--font-size--small);
    text-decoration: none;
    font-weight: var(--wp--custom--font-weight--semi-bold);
}
.woocommerce .bt-woo-breadcrumb-center .woocommerce-breadcrumb {
  text-align: center;
}
.woocommerce .bt-woo-breadcrumb-left .woocommerce-breadcrumb {
  text-align: left;
}
.woocommerce .bt-woo-breadcrumb-right .woocommerce-breadcrumb {
  text-align: right;
}
/*Single Product Gallary*/
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1),
.woocommerce .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce .flex-control-thumbs li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce .flex-control-thumbs li img.flex-active,
.woocommerce .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--light);
}
/*Single Product Page Price*/
.woocommerce .wp-block-add-to-cart-form form.cart div.quantity {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/*Single Product Tab*/
.wp-block-woocommerce-product-details ul.wc-tabs {
    border-bottom: none;
}

/* Navigation */
@media screen and (min-width: 600px){
    .wp-block-navigation ul.wp-block-navigation-submenu li {
        border-bottom: 1px solid rgba(0,0,0,.15);
    }
    .wp-block-navigation ul.wp-block-navigation-submenu li:last-child {
        border: none;
    }
}





/* ============================================================
   HIGH END CONSTRUCTION - Section Redesigns
   Featured Project + Why Choose High End
   ============================================================ */


/* SECTION 1: FEATURED PROJECT
   Cinematic overlay: image full-width, copy floats right */

.hec-feature-shell {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

/* CSS Grid so both columns share the same cell (overlap) */
.hec-feature-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: 560px;
}

/* Image column: fills the full grid area, sits behind copy */
.hec-feature-grid > .wp-block-column:first-child {
    grid-area: 1 / 1;
    display: flex !important;
    flex-basis: unset !important;
    width: 100% !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    z-index: 1;
}

.hec-feature-image {
    margin: 0 !important;
    flex: 1;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%;
}

/* Gradient scrim: clear left, dark right */
.hec-feature-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        100deg,
        rgba(13,23,40,0.04) 0%,
        rgba(13,23,40,0.42) 42%,
        rgba(13,23,40,0.94) 72%,
        rgba(13,23,40,0.98) 100%
    );
    z-index: 1;
    pointer-events: none;
}

.hec-feature-image img {
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    object-position: 30% center;
    display: block;
    flex: 1;
}

/* Copy column: same grid cell, floated right, sits over the image */
.hec-feature-grid > .wp-block-column:last-child {
    grid-area: 1 / 1;
    display: flex !important;
    align-items: stretch;
    justify-content: flex-end;
    flex-basis: unset !important;
    width: 100% !important;
    position: relative;
    z-index: 2;
    pointer-events: none;
    padding: 0 !important;
}

.hec-feature-copy {
    width: 50%;
    min-width: 380px;
    pointer-events: all;
    padding: 64px 52px 64px 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

/* Orange rule above kicker */
.hec-feature-copy::before {
    content: "";
    display: block;
    width: 36px;
    height: 3px;
    background: #e9842f;
    margin-bottom: 18px;
    flex-shrink: 0;
}

.hec-feature-copy .hec-fresh-kicker {
    color: #e9842f !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
    margin-bottom: 14px !important;
}

/* Bullet list with orange dots */
.hec-feature-copy ul:not(.wp-block-buttons) {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}
.hec-feature-copy ul:not(.wp-block-buttons) li {
    padding-left: 16px !important;
    position: relative !important;
    font-size: 0.88rem !important;
    margin-bottom: 7px !important;
    opacity: 0.88;
}
.hec-feature-copy ul:not(.wp-block-buttons) li::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0.52em !important;
    width: 5px !important;
    height: 5px !important;
    border-radius: 50% !important;
    background: #e9842f !important;
}

/* Mini before/after images */
.hec-feature-mini-grid {
    gap: 12px !important;
    margin-top: 22px;
}
.hec-feature-mini {
    overflow: hidden;
    border-radius: 6px;
}
.hec-feature-mini figure.wp-block-image {
    margin: 0 !important;
}
.hec-feature-mini img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 6px;
}
.hec-feature-mini-copy {
    margin-top: 8px !important;
    font-size: 0.72rem !important;
    line-height: 1.45 !important;
    opacity: 0.7 !important;
}
.hec-feature-mini-copy strong {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    margin-bottom: 2px;
    opacity: 1;
}


/* SECTION 2: WHY CHOOSE HIGH END
   Editorial: tall image + numbered feature points 01-04 */

.hec-why-shell {
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}

.hec-why-grid {
    align-items: stretch !important;
    gap: 0 !important;
}

.hec-why-grid > .wp-block-column:first-child {
    display: flex !important;
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
}

/* Orange 4px accent bar at the seam between image and copy */
.hec-why-grid > .wp-block-column:first-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    background: #e9842f;
    z-index: 2;
}

.hec-why-image {
    margin: 0 !important;
    flex: 1;
    display: flex;
    overflow: hidden;
}
.hec-why-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
    object-position: center;
    display: block;
    flex: 1;
}

.hec-why-copy {
    padding: 60px 64px 60px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hec-why-copy .hec-fresh-kicker {
    color: #e9842f !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.16em !important;
    text-transform: uppercase !important;
}
.hec-why-copy h2 {
    margin-top: 12px !important;
    margin-bottom: 16px !important;
}

/* CSS counter: auto-numbers each point as 01, 02, 03, 04 */
.hec-why-points {
    counter-reset: why-point;
    margin-top: 28px !important;
}
.hec-why-point {
    counter-increment: why-point;
    position: relative;
    padding-left: 48px !important;
    padding-top: 4px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(0,0,0,0.08) !important;
    margin-bottom: 0 !important;
}
.hec-why-point:last-child {
    border-bottom: none !important;
    padding-bottom: 0 !important;
}
.hec-why-point::before {
    content: counter(why-point, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #e9842f;
    line-height: 1.4;
}
.hec-why-point strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    margin-bottom: 4px;
}


/* MOBILE: revert both to natural stacked layout */
@media (max-width: 781px) {
    .hec-feature-grid {
        display: flex !important;
        flex-direction: column !important;
        min-height: unset !important;
    }
    .hec-feature-grid > .wp-block-column:first-child,
    .hec-feature-grid > .wp-block-column:last-child {
        grid-area: unset !important;
        width: 100% !important;
        flex-basis: 100% !important;
        justify-content: flex-start !important;
        pointer-events: all !important;
        z-index: auto !important;
    }
    .hec-feature-image img {
        min-height: 280px;
        max-height: 360px;
        flex: unset;
    }
    .hec-feature-image::after {
        background: linear-gradient(to bottom,
            rgba(13,23,40,0) 50%,
            rgba(13,23,40,0.7) 100%
        );
    }
    .hec-feature-copy {
        width: 100%;
        min-width: unset;
        padding: 36px 24px;
    }
    .hec-feature-mini img { height: 120px; }
    .hec-why-image img {
        min-height: 260px;
        max-height: 340px;
        flex: unset;
    }
    .hec-why-copy { padding: 36px 24px; }
    .hec-feature-shell,
    .hec-why-shell { border-radius: 12px; }
}


/* ============================================================
   PROCESS SECTION - Full-width stepped banner
   .hec-v3 prefix matches the inline CSS specificity
   display:grid breaks out of Gutenberg's constrained 1170px cap
   ============================================================ */

/* Grid layout: expand exactly to section edges by countering the 24px padding */
.hec-v3 .wp-block-columns:has(.hec-process-step) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    width: calc(100% + 48px) !important;
    max-width: calc(100% + 48px) !important;
    margin-left: -24px !important;
    margin-right: -24px !important;
    gap: 0 !important;
    margin-top: 56px !important;
    align-items: stretch;
}

/* Each column: no padding, stretch to fill grid cell */
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column {
    padding: 0 !important;
    display: flex;
    flex-basis: unset !important;
    width: 100% !important;
}

/* Step panel: fill column, stack content, override Gutenberg padding */
.hec-v3 .hec-process-step {
    width: 100%;
    padding: 52px 36px 60px !important;
    display: flex !important;
    flex-direction: column;
    border-top: none !important;
}

/* Kill constrained-layout max-width inside each step */
.hec-v3 .hec-process-step.is-layout-constrained > * {
    max-width: none !important;
}

/* Alternating backgrounds */
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column:nth-child(odd) .hec-process-step {
    background: #0d1728;
}
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column:nth-child(even) .hec-process-step {
    background: #ede5d8;
}

/* Huge orange number — override the inline .hec-v3 .hec-process-number */
.hec-v3 .hec-process-number {
    font-size: clamp(72px, 7.5vw, 108px) !important;
    font-weight: 900 !important;
    color: #e9842f !important;
    line-height: 0.9 !important;
    letter-spacing: -0.04em !important;
    text-transform: none !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
}

/* Step title */
.hec-v3 .hec-process-step .wp-block-paragraph:not(.hec-process-number) strong {
    display: block !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    line-height: 1.25 !important;
}

/* Step body */
.hec-v3 .hec-process-step .wp-block-paragraph:not(.hec-process-number) {
    font-size: 0.86rem !important;
    line-height: 1.7 !important;
    max-width: none !important;
    margin: 0 !important;
}

/* Dark panel: white text */
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column:nth-child(odd) .hec-process-step strong {
    color: #ffffff !important;
}
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column:nth-child(odd) .hec-process-step .wp-block-paragraph:not(.hec-process-number) {
    color: rgba(255, 255, 255, 0.72) !important;
}

/* Light panel: dark text */
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column:nth-child(even) .hec-process-step strong {
    color: #0d1728 !important;
}
.hec-v3 .wp-block-columns:has(.hec-process-step) > .wp-block-column:nth-child(even) .hec-process-step .wp-block-paragraph:not(.hec-process-number) {
    color: rgba(13, 23, 40, 0.65) !important;
}

/* Mobile: stack panels, reset bleed margins */
@media (max-width: 781px) {
    .hec-v3 .wp-block-columns:has(.hec-process-step) {
        grid-template-columns: 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .hec-v3 .hec-process-number {
        font-size: 64px !important;
    }
    .hec-v3 .hec-process-step {
        padding: 40px 28px 48px !important;
    }
}


/* ============================================================
   TRUST STRIP - Concept 02 implementation
   Homepage-only visual override using existing hec-v3 classes
   ============================================================ */

.hec-v3 .hec-trust-strip {
    background: linear-gradient(90deg, #122745 0%, #0d1d34 100%) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.hec-v3 .hec-trust-grid {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 0 !important;
    counter-reset: hec-trust-card;
}

.hec-v3 .hec-trust-grid > .wp-block-column {
    --hec-trust-delay: 60ms;
    position: relative;
    display: flex;
    width: 100% !important;
    flex-basis: unset !important;
    padding: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0));
    overflow: hidden;
    opacity: 0;
    transform: translateY(24px);
    animation: hec-trust-reveal 760ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: var(--hec-trust-delay);
}

.hec-v3 .hec-trust-grid > .wp-block-column:last-child {
    border-right: none;
}

.hec-v3 .hec-trust-grid > .wp-block-column::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #f28c2c, rgba(242, 140, 44, 0.18));
    transform: scaleX(0.05);
    transform-origin: left;
    animation: hec-trust-bar 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: calc(var(--hec-trust-delay) + 120ms);
}

.hec-v3 .hec-trust-grid > .wp-block-column::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.1) 48%, transparent 62%);
    transform: translateX(-130%);
    pointer-events: none;
    opacity: 0;
}

.hec-v3 .hec-trust-grid > .wp-block-column:hover {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.015));
}

.hec-v3 .hec-trust-grid > .wp-block-column:hover::after {
    opacity: 1;
    animation: hec-trust-sheen 880ms ease;
}

.hec-v3 .hec-trust-grid > .wp-block-column:nth-child(1) {
    --hec-trust-delay: 60ms;
}

.hec-v3 .hec-trust-grid > .wp-block-column:nth-child(2) {
    --hec-trust-delay: 160ms;
}

.hec-v3 .hec-trust-grid > .wp-block-column:nth-child(3) {
    --hec-trust-delay: 260ms;
}

.hec-v3 .hec-trust-grid > .wp-block-column:nth-child(4) {
    --hec-trust-delay: 360ms;
}

.hec-v3 .hec-trust-grid > .wp-block-column:nth-child(5) {
    --hec-trust-delay: 460ms;
}

.hec-v3 .hec-trust-item {
    counter-increment: hec-trust-card;
    width: 100%;
    padding: 24px 22px 22px !important;
    border-left: 0 !important;
    border-top: 0 !important;
    background: transparent !important;
}

.hec-v3 .hec-trust-item p {
    margin: 0 !important;
}

.hec-v3 .hec-trust-item strong {
    display: block;
    margin: 0 0 10px !important;
    color: #fffaf3 !important;
    font-size: 1.14rem !important;
    line-height: 1.34 !important;
    font-weight: 600 !important;
    opacity: 0;
    transform: translateY(10px);
    animation: hec-trust-copy 560ms ease forwards;
    animation-delay: calc(var(--hec-trust-delay) + 250ms);
}

.hec-v3 .hec-trust-item strong::before {
    content: counter(hec-trust-card, decimal-leading-zero);
    display: block;
    margin-bottom: 14px;
    color: rgba(242, 140, 44, 0.92);
    font-size: 1.55rem;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.hec-v3 .hec-trust-item span {
    display: block;
    margin-top: 0 !important;
    color: rgba(244, 238, 230, 0.78) !important;
    font-size: 0.95rem !important;
    line-height: 1.65 !important;
    opacity: 0;
    transform: translateY(12px);
    animation: hec-trust-copy 560ms ease forwards;
    animation-delay: calc(var(--hec-trust-delay) + 320ms);
}

@keyframes hec-trust-reveal {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hec-trust-bar {
    from {
        transform: scaleX(0.05);
    }

    to {
        transform: scaleX(0.55);
    }
}

@keyframes hec-trust-copy {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes hec-trust-sheen {
    from {
        transform: translateX(-130%);
    }

    to {
        transform: translateX(130%);
    }
}

@media (max-width: 781px) {
    .hec-v3 .hec-trust-grid {
        grid-template-columns: 1fr !important;
    }

    .hec-v3 .hec-trust-grid > .wp-block-column {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .hec-v3 .hec-trust-grid > .wp-block-column:last-child {
        border-bottom: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hec-v3 .hec-trust-grid > .wp-block-column,
    .hec-v3 .hec-trust-grid > .wp-block-column::before,
    .hec-v3 .hec-trust-grid > .wp-block-column::after,
    .hec-v3 .hec-trust-item strong,
    .hec-v3 .hec-trust-item span {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}


/* ============================================================
   HERO SECTION - Concept 3B implementation
   Scoped only to the homepage hero block
   ============================================================ */

.hec-v3 .hec-fresh-shell.hec-hero-b3-shell {
    width: min(1080px, 100%) !important;
    max-width: min(1080px, 100%) !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    min-height: 520px;
    display: grid !important;
    align-content: end;
    gap: 18px;
}

.hec-v3 .hec-fresh-hero-copy.hec-hero-b3-copy {
    max-width: 760px !important;
    display: grid !important;
    gap: 18px;
}

.hec-v3 .hec-hero-b3-copy .hec-fresh-kicker {
    margin: 0 !important;
    opacity: 0;
    transform: translateY(12px);
    animation: hec-hero-b3-rise 720ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hec-v3 .hec-hero-b3-copy .hec-fresh-hero-title {
    max-width: 720px;
    margin: 0 !important;
    font-size: clamp(4rem, 6vw, 6.2rem) !important;
    line-height: 0.92 !important;
    letter-spacing: -0.03em !important;
    text-wrap: balance;
    opacity: 0;
    transform: translateY(18px);
    animation: hec-hero-b3-rise 860ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 100ms;
}

.hec-v3 .hec-hero-b3-copy .hec-fresh-hero-text {
    max-width: 640px;
    margin: 0 !important;
    font-size: 1.03rem !important;
    line-height: 1.82 !important;
    color: rgba(247, 242, 235, 0.78) !important;
    opacity: 0;
    transform: translateY(18px);
    animation: hec-hero-b3-rise 820ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 210ms;
}

.hec-v3 .hec-hero-b3-dock {
    width: min(1080px, 100%) !important;
    max-width: min(1080px, 100%) !important;
    padding: 20px 22px !important;
    margin-top: 4px !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 26px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(6, 12, 20, 0.18);
    opacity: 0;
    transform: translateY(18px);
    animation: hec-hero-b3-rise 900ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 290ms;
}

.hec-v3 .hec-hero-b3-dock.is-layout-constrained > * {
    max-width: none !important;
}

.hec-v3 .hec-hero-b3-dock .hec-fresh-hero-support {
    margin: 0 !important;
    max-width: none !important;
    font-size: 0.98rem !important;
    line-height: 1.8 !important;
    color: rgba(247, 242, 235, 0.82) !important;
}

.hec-v3 .hec-hero-b3-chips {
    gap: 10px !important;
    justify-content: flex-end;
}

.hec-v3 .hec-hero-b3-chip {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(247, 242, 235, 0.84) !important;
    font-size: 0.9rem !important;
    line-height: 1 !important;
    opacity: 0;
    transform: translateY(10px);
    animation: hec-hero-b3-rise 700ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}

.hec-v3 .hec-hero-b3-chip::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #f28c2c;
    flex: 0 0 auto;
}

.hec-v3 .hec-hero-b3-chip:nth-child(1) { animation-delay: 360ms; }
.hec-v3 .hec-hero-b3-chip:nth-child(2) { animation-delay: 430ms; }
.hec-v3 .hec-hero-b3-chip:nth-child(3) { animation-delay: 500ms; }
.hec-v3 .hec-hero-b3-chip:nth-child(4) { animation-delay: 570ms; }

.hec-v3 .hec-hero-b3-actions {
    margin-top: 22px !important;
    opacity: 0;
    transform: translateY(16px);
    animation: hec-hero-b3-rise 760ms cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
    animation-delay: 360ms;
}

@keyframes hec-hero-b3-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1080px) {
    .hec-v3 .hec-fresh-shell.hec-hero-b3-shell {
        width: min(100%, 1080px) !important;
        max-width: min(100%, 1080px) !important;
    }

    .hec-v3 .hec-hero-b3-dock {
        grid-template-columns: 1fr;
    }

    .hec-v3 .hec-hero-b3-chips {
        justify-content: flex-start;
    }
}

@media (max-width: 781px) {
    .hec-v3 .hec-fresh-shell.hec-hero-b3-shell {
        min-height: 420px;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-title {
        font-size: clamp(3.1rem, 11vw, 4.6rem) !important;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-text,
    .hec-v3 .hec-hero-b3-dock .hec-fresh-hero-support {
        font-size: 0.96rem !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hec-v3 .hec-hero-b3-copy .hec-fresh-kicker,
    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-title,
    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-text,
    .hec-v3 .hec-hero-b3-dock,
    .hec-v3 .hec-hero-b3-chip,
    .hec-v3 .hec-hero-b3-actions {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ---------------------------------------
   MOBILE HEADER - Right Column concept
---------------------------------------- */

@media (max-width: 781px) {
    .hec-site-chrome__inner {
        padding: 14px 18px 18px !important;
    }

    .hec-site-chrome__inner > .wp-block-columns {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) auto !important;
        grid-template-rows: auto auto !important;
        gap: 14px 14px !important;
        align-items: start !important;
    }

    .hec-site-chrome__inner > .wp-block-columns > .wp-block-column {
        min-width: 0 !important;
        margin: 0 !important;
    }

    .hec-site-chrome__inner > .wp-block-columns > .wp-block-column[style] {
        flex-basis: auto !important;
    }

    .hec-site-chrome__inner > .wp-block-columns > .wp-block-column:nth-child(1) {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        align-self: start !important;
    }

    .hec-site-chrome__inner > .wp-block-columns > .wp-block-column:nth-child(2) {
        grid-column: 2 !important;
        grid-row: 1 !important;
        justify-self: end !important;
        align-self: start !important;
    }

    .hec-site-chrome__inner > .wp-block-columns > .wp-block-column:nth-child(3) {
        grid-column: 2 !important;
        grid-row: 2 !important;
        justify-self: end !important;
        align-self: start !important;
    }

    .hec-site-brand {
        gap: 0 !important;
        align-items: flex-start !important;
    }

    .hec-site-brand__copy {
        display: none !important;
    }

    .hec-site-brand img {
        width: 120px !important;
    }

    .hec-site-chrome .wp-block-navigation,
    .hec-site-chrome .wp-block-navigation.is-layout-flex {
        justify-content: flex-end !important;
    }

    .hec-site-chrome .wp-block-navigation__responsive-container-open {
        width: 88px !important;
        min-width: 88px !important;
        height: 88px !important;
        min-height: 88px !important;
        padding: 0 !important;
        display: grid !important;
        place-items: center !important;
        border-radius: 28px !important;
        border: 1px solid rgba(255, 255, 255, 0.12) !important;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%) !important;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
        color: #ffffff !important;
    }

    .hec-site-chrome .wp-block-navigation__responsive-container-open svg {
        width: 38px !important;
        height: 38px !important;
    }

    .hec-site-chrome .wp-block-navigation__responsive-container-open svg path,
    .hec-site-chrome .wp-block-navigation__responsive-container-close svg path {
        fill: currentColor !important;
    }

    .hec-header-cta,
    .hec-header-cta.is-layout-flex {
        justify-content: flex-end !important;
    }

    .hec-header-cta .wp-block-button__link {
        min-height: 52px !important;
        padding: 0 20px !important;
        white-space: nowrap !important;
    }
}

/* ---------------------------------------
   CORE SERVICES - Concept 01 replacement
---------------------------------------- */

#services {
    position: relative;
    border: 1px solid rgba(20, 35, 63, 0.08);
    border-radius: 36px;
    background:
        radial-gradient(circle at top left, rgba(233, 132, 47, 0.16), transparent 28%),
        linear-gradient(180deg, #fffaf4 0%, #f6efe4 100%);
    box-shadow: 0 28px 80px rgba(18, 31, 54, 0.08);
}

#services .hec-section-intro--center {
    display: grid !important;
    gap: 16px !important;
    max-width: 1140px !important;
    text-align: left !important;
}

#services > .hec-section-intro--center,
#services > .hec-services-grid {
    width: min(100%, 1240px);
    margin-left: auto !important;
    margin-right: auto !important;
}

#services .hec-section-intro--center .hec-fresh-kicker {
    margin: 0 !important;
}

#services .hec-section-intro--center .hec-fresh-title {
    max-width: none !important;
    margin: 0 !important;
    color: #14233f !important;
    font-size: clamp(2rem, 3vw, 3.2rem) !important;
    line-height: 1.02 !important;
    letter-spacing: -0.045em !important;
}

#services .hec-section-intro--center .hec-fresh-text {
    max-width: 58ch !important;
    margin: 0 !important;
    color: #5e6c80 !important;
    font-size: 1.02rem !important;
    line-height: 1.82 !important;
}

#services .hec-services-grid {
    counter-reset: hec-service-card;
    margin-top: 38px !important;
    gap: 22px !important;
    align-items: start !important;
}

#services .hec-services-grid > .wp-block-column {
    display: flex !important;
}

#services .hec-services-grid > .wp-block-column:nth-child(2) {
    transform: translateY(20px);
}

#services .hec-service-card {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 30px !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, #fffaf3 100%) !important;
    border: 1px solid rgba(20, 35, 63, 0.08) !important;
    box-shadow: 0 24px 60px rgba(20, 35, 63, 0.08) !important;
    counter-increment: hec-service-card;
}

#services .hec-service-card::after {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #f28c2c 0%, rgba(242, 140, 44, 0.16) 100%);
}

#services .hec-service-image {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 30px 30px 0 0;
    aspect-ratio: 4 / 3;
}

#services .hec-service-image img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#services .hec-service-meta {
    display: grid !important;
    gap: 16px !important;
    padding: 22px 22px 24px !important;
}

#services .hec-service-meta.is-layout-constrained > * {
    max-width: none !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

#services .hec-service-meta::before {
    content: counter(hec-service-card, decimal-leading-zero);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 999px;
    background: rgba(233, 132, 47, 0.12);
    color: #e9842f;
    font-size: 0.86rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    box-shadow: inset 0 0 0 1px rgba(233, 132, 47, 0.08);
}

#services .hec-service-title {
    max-width: 14ch !important;
    margin: 0 !important;
    color: #14233f !important;
    font-size: 1.48rem !important;
    line-height: 0.98 !important;
    letter-spacing: -0.04em !important;
}

#services .hec-service-copy {
    max-width: none !important;
    margin: 0 !important;
    color: #5e6c80 !important;
    line-height: 1.78 !important;
}

#services .hec-service-list {
    margin: 0 !important;
}

#services .hec-service-list li {
    margin-bottom: 10px;
}

#services .hec-service-list li:last-child {
    margin-bottom: 0;
}

#services .wp-block-buttons {
    margin-top: 2px !important;
}

#services .hec-service-card .hec-cta-primary .wp-block-button__link {
    min-height: 46px !important;
    padding: 0 18px !important;
    box-shadow: 0 14px 30px rgba(233, 132, 47, 0.24);
}

@media (min-width: 920px) {
    #services .hec-section-intro--center {
        grid-template-columns: 1fr !important;
        justify-content: start !important;
        column-gap: 0 !important;
        row-gap: 14px !important;
        align-items: start !important;
    }

    #services .hec-section-intro--center .hec-fresh-kicker {
        grid-column: auto;
    }

    #services .hec-section-intro--center .hec-fresh-title {
        grid-column: auto;
        max-width: 30ch !important;
        align-self: start;
    }

    #services .hec-section-intro--center .hec-fresh-text {
        grid-column: auto;
        max-width: 88ch !important;
        justify-self: start;
        align-self: start;
        padding-bottom: 0;
        font-size: 1.06rem !important;
        line-height: 1.88 !important;
    }
}

@media (max-width: 781px) {
    #services {
        border-radius: 28px;
    }

    #services .hec-services-grid > .wp-block-column:nth-child(2) {
        transform: none;
    }

    #services .hec-section-intro--center .hec-fresh-title,
    #services .hec-service-title {
        max-width: 100% !important;
    }

    #services .hec-service-meta {
        padding: 20px 18px 22px !important;
    }
}

/* HOMEPAGE ESTIMATE FORM - Contact Form 7 */
#estimate .hec-form-mock {
    background: linear-gradient(180deg, #f6f0e8 0%, #f2ece5 100%);
    border: 1px solid rgba(17, 34, 62, 0.08);
    border-radius: 30px;
    padding: 20px 18px 22px;
    box-shadow: 0 26px 50px rgba(17, 34, 62, 0.08);
}

#estimate .hec-form-mock > .hec-fresh-kicker {
    color: rgba(17, 34, 62, 0.34) !important;
    margin-bottom: 16px !important;
}

#estimate .hec-form-mock .wpcf7 {
    width: 100%;
}

#estimate .hec-form-mock .wpcf7 form {
    margin: 0;
}

#estimate .hec-form-mock .hec-estimate-form p {
    margin: 0;
}

#estimate .hec-form-mock .hec-estimate-form br {
    display: none;
}

#estimate .hec-form-mock .hec-estimate-form {
    display: grid;
    gap: 14px;
}

#estimate .hec-form-mock .hec-estimate-row {
    display: block;
}

#estimate .hec-form-mock .hec-estimate-row > p {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
}

#estimate .hec-form-mock .hec-estimate-field,
#estimate .hec-form-mock .hec-estimate-upload-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid rgba(17, 34, 62, 0.1);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

#estimate .hec-form-mock .hec-estimate-upload-item::after {
    content: "JPG, PNG, WEBP or HEIC";
    color: #7a889e;
    font-size: 0.74rem;
    line-height: 1.4;
}

#estimate .hec-form-mock .hec-estimate-field--full {
    grid-column: 1 / -1;
}

#estimate .hec-form-mock .hec-estimate-label {
    display: block;
    margin: 0;
    color: #12223e;
    font-size: 0.96rem;
    font-weight: 700;
    line-height: 1.3;
}

#estimate .hec-form-mock .wpcf7-form-control-wrap {
    display: block;
}

#estimate .hec-form-mock .hec-estimate-input {
    width: 100%;
    min-height: 50px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: #435775;
    font-size: 0.98rem;
    line-height: 1.5;
    box-shadow: none;
}

#estimate .hec-form-mock textarea.hec-estimate-input {
    min-height: 118px;
    resize: vertical;
}

#estimate .hec-form-mock .hec-estimate-input::placeholder {
    color: #7989a3;
}

#estimate .hec-form-mock .hec-estimate-upload {
    display: grid;
    gap: 10px;
    padding: 14px 16px 16px;
    border-radius: 20px;
    border: 1px solid rgba(17, 34, 62, 0.1);
    background: rgba(255, 255, 255, 0.92);
}

#estimate .hec-form-mock .hec-estimate-upload-grid {
    display: block;
}

#estimate .hec-form-mock .hec-estimate-upload-grid > p {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
}

#estimate .hec-form-mock .hec-estimate-upload-item span {
    color: #12223e;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2;
}

#estimate .hec-form-mock input[type="file"].hec-estimate-file {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

#estimate .hec-form-mock input[type="file"].hec-estimate-file::file-selector-button {
    width: 100%;
    margin-right: 0;
    padding: 10px 14px;
    border: 0;
    border-radius: 999px;
    background: rgba(233, 132, 47, 0.14);
    color: #b55d17;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

#estimate .hec-form-mock input[type="file"].hec-estimate-file:hover::file-selector-button,
#estimate .hec-form-mock input[type="file"].hec-estimate-file:focus::file-selector-button {
    background: rgba(233, 132, 47, 0.22);
    transform: translateY(-1px);
}

#estimate .hec-form-mock .hec-estimate-help {
    margin: 0;
    color: #66758e;
    font-size: 0.9rem;
    line-height: 1.55;
}

#estimate .hec-form-mock .hec-estimate-submit {
    display: flex;
    justify-content: center;
    padding-top: 4px;
}

#estimate .hec-form-mock input[type="submit"].hec-estimate-submit-btn {
    min-height: 54px;
    padding: 0 28px;
    border: 1px solid #e9842f;
    border-radius: 999px;
    background: #e9842f;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 16px 28px rgba(233, 132, 47, 0.24);
    cursor: pointer;
    transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

#estimate .hec-form-mock input[type="submit"].hec-estimate-submit-btn:hover,
#estimate .hec-form-mock input[type="submit"].hec-estimate-submit-btn:focus {
    background: #cf751e;
    box-shadow: 0 18px 34px rgba(207, 117, 30, 0.28);
    transform: translateY(-1px);
}

#estimate .hec-form-mock .wpcf7-not-valid-tip {
    margin-top: 6px;
    color: #b42318;
    font-size: 0.84rem;
    line-height: 1.4;
}

#estimate .hec-form-mock .wpcf7-response-output {
    margin: 10px 0 0 !important;
    padding: 12px 14px !important;
    border-radius: 16px;
    font-size: 0.93rem;
    line-height: 1.5;
}

#estimate .hec-form-mock .wpcf7-spinner {
    margin: 0 0 0 10px;
}

@media (max-width: 920px) {
    #estimate .hec-form-mock .hec-estimate-row > p,
    #estimate .hec-form-mock .hec-estimate-upload-grid > p {
        grid-template-columns: 1fr;
    }
}

/* HOMEPAGE SOCIAL PROOF */
.hec-review-shell > .hec-section-intro,
.hec-review-shell > .hec-reviews-grid {
    display: none !important;
}

.hec-review-shell .hec-social-proof {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(18, 34, 62, 0.08);
    border-radius: 36px;
    padding: 46px 38px 38px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(246, 240, 232, 0.92)),
        linear-gradient(135deg, rgba(255, 255, 255, 0.4), transparent 62%);
    box-shadow: 0 22px 50px rgba(17, 34, 62, 0.12);
}

.hec-review-shell .hec-social-proof::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 210px;
    background:
        linear-gradient(180deg, rgba(233, 132, 47, 0.14), transparent 55%),
        repeating-linear-gradient(
            90deg,
            transparent 0,
            transparent 18px,
            rgba(233, 132, 47, 0.04) 18px,
            rgba(233, 132, 47, 0.04) 19px
        );
    pointer-events: none;
}

.hec-review-shell .hec-social-proof__head,
.hec-review-shell .hec-social-proof__grid {
    position: relative;
    z-index: 1;
}

.hec-review-shell .hec-social-proof__head {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
    gap: 28px 40px;
    align-items: end;
    margin-bottom: 34px;
}

.hec-review-shell .hec-social-proof__eyebrow {
    margin: 0 0 16px;
    color: #e9842f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hec-review-shell .hec-social-proof__title {
    margin: 0;
    max-width: 11ch;
    color: #12223e;
    font-size: clamp(2.6rem, 5vw, 4.6rem);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.05em;
}

.hec-review-shell .hec-social-proof__lead {
    margin: 0 0 6px;
    max-width: 44ch;
    color: #42536f;
    font-size: 1.06rem;
    line-height: 1.9;
}

.hec-review-shell .hec-social-proof__meta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(18, 34, 62, 0.05);
    color: #42536f;
    font-size: 0.84rem;
    font-weight: 700;
}

.hec-review-shell .hec-social-proof__meta::before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #e9842f;
    box-shadow: 0 0 0 7px rgba(233, 132, 47, 0.12);
}

.hec-review-shell .hec-social-proof__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
}

.hec-review-shell .hec-social-proof__card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 100%;
    padding: 24px 24px 22px;
    border: 1px solid rgba(18, 34, 62, 0.1);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 246, 240, 0.96));
    box-shadow: 0 18px 30px rgba(18, 34, 62, 0.06);
    transform: none;
    opacity: 1;
    animation: none;
}

.hec-review-shell .hec-social-proof__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.7) 48%, transparent 68%);
    transform: translateX(-135%);
    opacity: 0;
    transition: transform 0.75s ease, opacity 0.3s ease;
    pointer-events: none;
}

.hec-review-shell .hec-social-proof__card:hover::after {
    transform: translateX(130%);
    opacity: 1;
}

.hec-review-shell .hec-social-proof__card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.hec-review-shell .hec-social-proof__tag {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(233, 132, 47, 0.18);
    color: #b5661f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hec-review-shell .hec-social-proof__stars {
    display: inline-flex;
    gap: 3px;
    color: #f4c542;
    font-size: 1.06rem;
    letter-spacing: 0.02em;
    white-space: nowrap;
    text-shadow: 0 3px 10px rgba(244, 197, 66, 0.18);
}

.hec-review-shell .hec-social-proof__copy {
    margin: 0;
    color: #12223e;
    font-size: 1rem;
    line-height: 1.9;
}

.hec-review-shell .hec-social-proof__footer {
    display: grid;
    gap: 4px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid rgba(18, 34, 62, 0.08);
}

.hec-review-shell .hec-social-proof__name,
.hec-review-shell .hec-social-proof__role {
    margin: 0;
}

.hec-review-shell .hec-social-proof__name {
    color: #12223e;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.hec-review-shell .hec-social-proof__role {
    color: #42536f;
    font-size: 0.92rem;
    line-height: 1.6;
}

@keyframes hec-social-proof-rise {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1180px) {
    .hec-review-shell .hec-social-proof__head {
        grid-template-columns: 1fr;
    }

    .hec-review-shell .hec-social-proof__title,
    .hec-review-shell .hec-social-proof__lead {
        max-width: 100%;
    }

    .hec-review-shell .hec-social-proof__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 30px;
    }
}

@media (max-width: 860px) {
    .hec-review-shell .hec-social-proof__grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* HOMEPAGE PROCESS - Concept 02 */
.hec-process-c2 {
    position: relative;
    z-index: 1;
}

.hec-process-c2__shell {
    overflow: hidden;
    padding: 34px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(18, 34, 62, 0.98), rgba(13, 23, 40, 0.96));
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 24px 60px rgba(18, 34, 62, 0.12);
}

.hec-process-c2__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: end;
    margin-bottom: 34px;
}

.hec-process-c2__kicker {
    margin: 0 0 12px;
    color: #e9842f;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hec-process-c2__title {
    margin: 0;
    max-width: 18ch;
    color: #ffffff;
    font-size: clamp(2.05rem, 3.15vw, 3.6rem);
    font-weight: 800;
    line-height: 1.01;
    letter-spacing: -0.06em;
}

.hec-process-c2__board {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.35fr);
    gap: 20px;
}

.hec-process-c2__lead {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 100%;
    padding: 30px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.hec-process-c2__lead-logo {
    position: static;
    align-self: center;
    width: min(100%, 380px);
    height: auto;
    object-fit: contain;
    opacity: 0.96;
    filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.24));
}

.hec-process-c2__lead-copy {
    margin: 0;
    max-width: 36ch;
    padding-top: 20px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 1rem;
    line-height: 1.9;
    text-align: left;
}

.hec-process-c2__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.hec-process-c2__step {
    display: grid;
    gap: 12px;
    padding: 20px 18px 18px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 236, 228, 0.92));
    color: #12223e;
    min-height: 220px;
}

.hec-process-c2__number {
    margin: 0;
    color: #e9842f;
    font-size: clamp(2.9rem, 3.4vw, 4rem);
    font-weight: 800;
    line-height: 0.88;
    letter-spacing: -0.05em;
}

.hec-process-c2__step-name,
.hec-process-c2__step-copy {
    margin: 0;
}

.hec-process-c2__step-name {
    color: #12223e;
    font-size: 1.08rem;
    font-weight: 800;
    line-height: 1.2;
}

.hec-process-c2__step-copy {
    color: #55657f;
    font-size: 0.95rem;
    line-height: 1.8;
}

@media (max-width: 1180px) {
    .hec-process-c2__title {
        max-width: 16ch;
        font-size: clamp(2rem, 4.2vw, 3.15rem);
    }

    .hec-process-c2__board {
        grid-template-columns: 1fr;
    }

    .hec-process-c2__lead {
        padding: 26px;
    }

    .hec-process-c2__lead-logo {
        width: min(100%, 300px);
    }
}

@media (max-width: 860px) {
    .hec-process-c2__shell {
        padding: 20px 16px;
        border-radius: 22px;
    }

    .hec-process-c2__grid {
        grid-template-columns: 1fr;
    }

    .hec-process-c2__title {
        max-width: 11ch;
        font-size: clamp(2rem, 7.6vw, 2.85rem);
    }

    .hec-process-c2__lead {
        padding: 22px 18px;
    }

    .hec-process-c2__lead-logo {
        width: min(100%, 220px);
    }

    .hec-process-c2__lead-copy {
        max-width: 100%;
        padding-top: 16px;
        line-height: 1.8;
    }
}

@media (max-width: 680px) {
    .hec-review-shell .hec-social-proof {
        padding: 28px 18px 20px;
        border-radius: 26px;
    }

    .hec-review-shell .hec-social-proof__card {
        padding: 20px 18px 18px;
        border-radius: 22px;
    }

    .hec-review-shell .hec-social-proof__card-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* HOMEPAGE MOBILE STABILITY PASS */
@media (max-width: 781px) {
    .hec-v2.hec-v3 > .wp-block-group[style*="padding-top:96px"] {
        padding-top: 42px !important;
        padding-right: 16px !important;
        padding-bottom: 20px !important;
        padding-left: 16px !important;
    }

    .hec-review-shell[style*="padding-top:92px"] {
        padding-top: 42px !important;
        padding-right: 16px !important;
        padding-bottom: 24px !important;
        padding-left: 16px !important;
    }

    #estimate[style*="padding-top:92px"] {
        padding-top: 42px !important;
        padding-right: 16px !important;
        padding-bottom: 42px !important;
        padding-left: 16px !important;
    }

    .hec-v3 .hec-feature-grid,
    .hec-v3 .hec-why-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .hec-v3 .hec-feature-grid > .wp-block-column,
    .hec-v3 .hec-why-grid > .wp-block-column {
        width: 100% !important;
        flex-basis: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        min-width: 0 !important;
    }

    .hec-v3 .hec-feature-grid > .wp-block-column:first-child,
    .hec-v3 .hec-feature-grid > .wp-block-column:last-child {
        grid-area: unset !important;
        justify-content: flex-start !important;
        pointer-events: all !important;
        z-index: auto !important;
    }

    .hec-v3 .hec-feature-image img,
    .hec-v3 .hec-why-image img {
        width: 100% !important;
        height: 220px !important;
        min-height: 220px !important;
        max-height: 220px !important;
        object-fit: cover !important;
    }

    .hec-v3 .hec-feature-image::after {
        background: linear-gradient(to bottom, rgba(13, 23, 40, 0.05) 0%, rgba(13, 23, 40, 0.62) 100%) !important;
    }

    .hec-v3 .hec-why-grid > .wp-block-column:first-child::after {
        display: none !important;
    }

    .hec-v3 .hec-feature-copy,
    .hec-v3 .hec-why-copy {
        width: 100% !important;
        min-width: 0 !important;
        padding: 24px 18px !important;
    }

    .hec-v3 .hec-feature-shell,
    .hec-v3 .hec-why-shell,
    .hec-review-shell .hec-social-proof,
    .hec-process-c2__shell {
        border-radius: 20px !important;
    }

    .hec-v3 .hec-fresh-shell.hec-hero-b3-shell {
        min-height: auto !important;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-title {
        max-width: 9ch !important;
        font-size: clamp(2.35rem, 9vw, 3.2rem) !important;
        line-height: 0.95 !important;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-text,
    .hec-v3 .hec-hero-b3-dock .hec-fresh-hero-support {
        font-size: 0.92rem !important;
        line-height: 1.66 !important;
    }

    .hec-v3 .hec-hero-b3-dock {
        padding: 14px 16px !important;
        gap: 14px !important;
    }

    .hec-v3 .hec-hero-b3-chip {
        min-height: 34px !important;
        padding: 0 11px !important;
        font-size: 0.82rem !important;
    }

    .hec-v3 .hec-why-points {
        margin-top: 18px !important;
    }

    .hec-v3 .hec-why-copy .hec-fresh-title {
        font-size: clamp(1.9rem, 8.6vw, 2.55rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.04em !important;
    }

    .hec-v3 .hec-why-copy > p,
    .hec-v3 .hec-why-point p {
        font-size: 0.93rem !important;
        line-height: 1.66 !important;
    }

    .hec-v3 .hec-why-point {
        padding-left: 0 !important;
        padding-top: 14px !important;
        padding-bottom: 14px !important;
    }

    .hec-v3 .hec-why-point::before {
        position: static !important;
        display: block !important;
        margin-bottom: 8px !important;
    }

    .hec-process-c2__shell {
        padding: 18px 14px !important;
    }

    .hec-process-c2__title {
        max-width: 100% !important;
        font-size: clamp(1.8rem, 9vw, 2.45rem) !important;
        line-height: 1.04 !important;
    }

    .hec-process-c2__board,
    .hec-process-c2__grid {
        grid-template-columns: 1fr !important;
    }

    .hec-process-c2__lead {
        min-height: unset !important;
        padding: 18px 16px !important;
    }

    .hec-process-c2__lead-logo {
        width: min(100%, 160px) !important;
    }

    .hec-process-c2__lead-copy {
        padding-top: 12px !important;
        font-size: 0.94rem !important;
        line-height: 1.72 !important;
    }

    .hec-process-c2__step {
        min-height: unset !important;
        padding: 18px 16px !important;
        border-radius: 20px !important;
    }

    .hec-process-c2__number {
        font-size: clamp(2.35rem, 11vw, 3rem) !important;
    }

    .hec-review-shell .hec-social-proof {
        padding: 24px 16px 20px !important;
    }

    .hec-review-shell .hec-social-proof__head {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
        margin-bottom: 22px !important;
    }

    .hec-review-shell .hec-social-proof__title,
    .hec-review-shell .hec-social-proof__lead {
        max-width: 100% !important;
    }

    .hec-review-shell .hec-social-proof__title {
        font-size: clamp(2rem, 10vw, 2.9rem) !important;
        line-height: 1.01 !important;
    }

    .hec-review-shell .hec-social-proof__grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    .hec-review-shell .hec-social-proof__card {
        padding: 18px 16px !important;
        border-radius: 20px !important;
    }

    .hec-review-shell .hec-social-proof__copy {
        font-size: 0.95rem !important;
        line-height: 1.72 !important;
    }

    #services .hec-section-intro--center {
        gap: 12px !important;
    }

    #services .hec-section-intro--center .hec-fresh-title {
        font-size: clamp(1.8rem, 8.5vw, 2.45rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.04em !important;
    }

    #services .hec-section-intro--center .hec-fresh-text,
    #services .hec-service-copy,
    #services .hec-service-list li {
        font-size: 0.94rem !important;
        line-height: 1.66 !important;
    }

    #services .hec-services-grid {
        margin-top: 20px !important;
        gap: 16px !important;
    }

    #services .hec-service-title {
        font-size: 1.28rem !important;
        line-height: 1.04 !important;
    }

    #estimate .hec-form-mock .hec-estimate-form {
        gap: 12px !important;
    }

    .hec-v3 .hec-final-copy {
        padding: 22px 18px !important;
    }

    .hec-v3 .hec-final-copy .wp-block-heading {
        max-width: 11ch !important;
        font-size: clamp(1.95rem, 8.7vw, 2.6rem) !important;
        line-height: 1.02 !important;
        letter-spacing: -0.035em !important;
    }

    .hec-v3 .hec-final-copy > p,
    .hec-v3 .hec-final-list li {
        font-size: 0.94rem !important;
        line-height: 1.68 !important;
    }

    .hec-v3 .hec-form-mock {
        margin: 0 !important;
        padding: 16px !important;
        border-radius: 20px !important;
    }

    #estimate .hec-form-mock .hec-estimate-row > p,
    #estimate .hec-form-mock .hec-estimate-upload-grid > p {
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }

    #estimate .hec-form-mock .hec-estimate-field,
    #estimate .hec-form-mock .hec-estimate-upload-item,
    #estimate .hec-form-mock .hec-estimate-upload {
        padding: 12px 14px !important;
        border-radius: 16px !important;
    }

    #estimate .hec-form-mock textarea.hec-estimate-input {
        min-height: 104px !important;
    }
}

@media (max-width: 560px) {
    .hec-v2.hec-v3 > .wp-block-group[style*="padding-top:96px"] {
        padding-top: 28px !important;
        padding-right: 14px !important;
        padding-bottom: 14px !important;
        padding-left: 14px !important;
    }

    .hec-review-shell[style*="padding-top:92px"] {
        padding-top: 28px !important;
        padding-right: 14px !important;
        padding-bottom: 16px !important;
        padding-left: 14px !important;
    }

    #estimate[style*="padding-top:92px"] {
        padding-top: 28px !important;
        padding-right: 14px !important;
        padding-bottom: 28px !important;
        padding-left: 14px !important;
    }

    .hec-v3 .hec-feature-image img,
    .hec-v3 .hec-why-image img {
        height: 180px !important;
        min-height: 180px !important;
        max-height: 180px !important;
    }

    .hec-v3 .hec-feature-copy,
    .hec-v3 .hec-why-copy,
    .hec-review-shell .hec-social-proof,
    .hec-process-c2__shell,
    .hec-v3 .hec-form-mock,
    .hec-v3 .hec-final-copy {
        padding-left: 14px !important;
        padding-right: 14px !important;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-kicker,
    .hec-review-shell .hec-social-proof__eyebrow,
    .hec-process-c2__kicker {
        margin-bottom: 10px !important;
        font-size: 0.7rem !important;
        letter-spacing: 0.18em !important;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-title {
        max-width: 8ch !important;
        font-size: clamp(1.95rem, 11vw, 2.55rem) !important;
        line-height: 0.94 !important;
        letter-spacing: -0.05em !important;
    }

    .hec-v3 .hec-hero-b3-copy .hec-fresh-hero-text,
    .hec-v3 .hec-hero-b3-dock .hec-fresh-hero-support {
        font-size: 0.88rem !important;
        line-height: 1.58 !important;
    }

    .hec-v3 .hec-hero-b3-dock {
        padding: 12px 14px !important;
        gap: 10px !important;
    }

    .hec-v3 .hec-hero-b3-chip {
        min-height: 32px !important;
        padding: 0 10px !important;
        font-size: 0.76rem !important;
    }

    #services .hec-section-intro--center .hec-fresh-title,
    .hec-v3 .hec-why-copy .hec-fresh-title,
    .hec-review-shell .hec-social-proof__title,
    .hec-process-c2__title,
    .hec-v3 .hec-final-copy .wp-block-heading {
        max-width: 100% !important;
        font-size: clamp(1.7rem, 9.4vw, 2.2rem) !important;
        line-height: 0.98 !important;
        letter-spacing: -0.045em !important;
    }

    #services .hec-section-intro--center .hec-fresh-text,
    #services .hec-service-copy,
    #services .hec-service-list li,
    .hec-v3 .hec-why-copy > p,
    .hec-v3 .hec-why-point p,
    .hec-review-shell .hec-social-proof__lead,
    .hec-review-shell .hec-social-proof__copy,
    .hec-process-c2__lead-copy,
    .hec-process-c2__step-copy,
    .hec-v3 .hec-final-copy > p,
    .hec-v3 .hec-final-list li {
        font-size: 0.89rem !important;
        line-height: 1.58 !important;
    }

    #services .hec-section-intro--center {
        gap: 10px !important;
    }

    #services .hec-services-grid {
        margin-top: 14px !important;
        gap: 14px !important;
    }

    #services .hec-service-title,
    .hec-v3 .hec-why-point h3,
    .hec-process-c2__step-name {
        font-size: 1.08rem !important;
        line-height: 1.14 !important;
    }

    .hec-v3 .hec-why-points {
        margin-top: 14px !important;
    }

    .hec-v3 .hec-why-point {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }

    .hec-review-shell .hec-social-proof {
        padding-top: 20px !important;
        padding-bottom: 18px !important;
    }

    .hec-review-shell .hec-social-proof__head {
        gap: 14px !important;
        margin-bottom: 18px !important;
    }

    .hec-review-shell .hec-social-proof__meta {
        margin-top: 12px !important;
        padding: 8px 12px !important;
        font-size: 0.76rem !important;
    }

    .hec-review-shell .hec-social-proof__grid {
        gap: 14px !important;
    }

    .hec-review-shell .hec-social-proof__card {
        gap: 14px !important;
        padding: 16px 14px !important;
    }

    .hec-process-c2__shell {
        padding-top: 16px !important;
        padding-bottom: 16px !important;
    }

    .hec-process-c2__head {
        margin-bottom: 18px !important;
    }

    .hec-process-c2__board,
    .hec-process-c2__grid {
        gap: 12px !important;
    }

    .hec-process-c2__lead {
        padding: 14px !important;
    }

    .hec-process-c2__lead-logo {
        width: min(100%, 112px) !important;
    }

    .hec-process-c2__lead-copy {
        padding-top: 8px !important;
    }

    .hec-process-c2__step {
        gap: 8px !important;
        padding: 14px !important;
    }

    .hec-process-c2__number {
        font-size: clamp(1.9rem, 9vw, 2.45rem) !important;
    }

    .hec-v3 .hec-final-copy {
        padding-top: 18px !important;
        padding-bottom: 12px !important;
    }

    .hec-v3 .hec-form-mock {
        padding-top: 14px !important;
        padding-bottom: 14px !important;
        border-radius: 18px !important;
    }

    #estimate .hec-form-mock .hec-estimate-form {
        gap: 10px !important;
    }

    #estimate .hec-form-mock .hec-estimate-field,
    #estimate .hec-form-mock .hec-estimate-upload-item,
    #estimate .hec-form-mock .hec-estimate-upload {
        padding: 10px 12px !important;
        border-radius: 14px !important;
    }

    #estimate .hec-form-mock textarea.hec-estimate-input {
        min-height: 88px !important;
    }
}
