﻿/* Product features */


/* ============================================
   Product Feature Layout Utilities (pf-*)
   Generic classes — suitable for all product categories.
   Can be migrated to css/common/product_feature.css for
   cross-category use once reviewed.
   ============================================ */

.pf-section {
    padding: 16px 0;
}

.pf-section-light {
    background-color: #f8f9fa;
}

/* Eyebrow label — small orange all-caps label above headings */
.pf-eyebrow {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #D2821F;
    margin-bottom: 0.5rem;
}

/* Benefit card — white bordered card for feature grids */
.pf-benefit-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
}

.pf-benefit-card h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.pf-benefit-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Step card — numbered process card */
.pf-step-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 24px;
    height: 100%;
}

.pf-step-num {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e0e0e0;
    line-height: 1;
    margin-bottom: 16px;
}

.pf-step-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #1a1a1a;
}

.pf-step-card p {
    font-size: 14px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Feature list — checkmark bullet list */
.pf-feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pf-feature-list li {
    padding: 12px 0 12px 28px;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    font-size: 15px;
}

.pf-feature-list li:last-child {
    border-bottom: none;
}

.pf-feature-list li::before {
    content: '\2713';
    position: absolute;
    left: 0;
    color: #D2821F;
    font-weight: 700;
}

/* Step row list — horizontal numbered step layout (number | title | description) */
.pf-step-list {
    border-top: 1px solid #ddd;
}

.pf-step-row {
    display: grid;
    grid-template-columns: 64px 1fr 2fr;
    align-items: center;
    gap: 24px;
    padding: 20px 0;
    border-bottom: 1px solid #D2821F;
}

.pf-step-row__num {
    font-size: 2.2rem;
    font-weight: 300;
    color: #aaa;
    line-height: 1;
}

.pf-step-row__title {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
}

.pf-step-row__desc {
    font-size: 14px;
    color: #555;
    margin: 0;
}

@media (max-width: 575px) {
    .pf-step-row {
        grid-template-columns: 48px 1fr;
        grid-template-rows: auto auto;
    }

    .pf-step-row__desc {
        grid-column: 2;
        margin-top: 4px;
    }
}

/* Feature page hero image — fades to white at the bottom */
.pf-feature-hero {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.pf-feature-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.pf-feature-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, transparent, #fff);
    pointer-events: none;
}

/* Image collage — tall image left, two stacked images right */
.pf-img-collage {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    padding: 12px;
}

.pf-img-collage__main {
    grid-row: 1 / 3;
}

.pf-img-collage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .pf-img-collage {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .pf-img-collage__main {
        grid-row: auto;
        height: auto;
    }

    .pf-img-collage img {
        height: 220px;
    }
}

@media (max-width: 767px) {
    .pf-section {
        padding: 40px 0;
    }

    .pf-feature-hero {
        height: 220px;
    }
}




.feat_gl_energy {
	position: absolute; 
	right: 50px; 
	top:20px;
}

.feat_gl_ecocore {
	position: absolute; 
	right: 50px; 
	top:20px;
}

/* MOBILE SITE */
@media screen and (max-width: 960px) {


.mob .feat_designer_colours,
.mob .feat_if_designaward,
.mob .feat_ef2_colours,
.mob .feat_ef2_designaward
.mob .feat_gl_ecocore
.mob .feat_gl_energy
 {
	position: inherit; 
	right: 0px; 
	top:0px;
}
}