.elementor-16321 .elementor-element.elementor-element-b790be8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-16321 .elementor-element.elementor-element-5f7cf80{--display:flex;}.elementor-16321 .elementor-element.elementor-element-6c96404{--display:flex;}.elementor-widget-woocommerce-product-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.woocommerce .elementor-widget-woocommerce-product-price .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-16321 .elementor-element.elementor-element-bbf0158 .cart button, .elementor-16321 .elementor-element.elementor-element-bbf0158 .cart .button{transition:all 0.2s;}.elementor-16321 .elementor-element.elementor-element-bbf0158 .quantity .qty{transition:all 0.2s;}.elementor-16321 .elementor-element.elementor-element-7be0136{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16321 .elementor-element.elementor-element-b60220d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16321 .elementor-element.elementor-element-1976102{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-16321 .elementor-element.elementor-element-c5b217b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-a744fe6 *//*
 * KOMAT - Bloc Reassurance
 * A coller dans : Code Snippets -> CSS
 */
.komat-reassurance {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 20px;
    border-top: 1px solid #ede5d5;
    margin-top: 4px;
}
.komat-reassurance__item {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #5a6b5d;
}
.komat-reassurance__icon {
    color: #4a8c5c;
    flex-shrink: 0;
    display: flex;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-46f0aac *//*
 * ============================================================
 * KOMAT - Onglets Fiche Produit
 * A coller dans : Code Snippets -> CSS
 * ============================================================
 */

/* ── Barre onglets ── */
.komat-tabs-section {
    background: #f5f0e8;
    border-top: 1px solid #ede5d5;
    border-bottom: 1px solid #ede5d5;
}

.komat-tabs-nav {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}

.komat-tabs-nav::-webkit-scrollbar { display: none; }

.komat-tab-btn {
    padding: 18px 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5a6b5d;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: color .2s, border-color .2s;
    flex-shrink: 0;
}

.komat-tab-btn:hover { color: #1a3a2a; }

.komat-tab-btn.active {
    color: #1a3a2a;
    font-weight: 600;
    border-bottom-color: #1a3a2a;
}

/* ── Contenu onglets ── */
.komat-tab-content {
    display: none;
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 40px;
    animation: komat-tab-fade .25s ease both;
}

.komat-tab-content.active { display: block; }

@keyframes komat-tab-fade {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── TAB Description ── */
.komat-desc-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.komat-desc-text h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a3a2a;
    margin-bottom: 16px;
}

.komat-desc-text p {
    font-size: 14.5px;
    color: #5a6b5d;
    line-height: 1.8;
    margin-bottom: 14px;
}

.komat-desc-text ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 16px;
}

.komat-desc-text ul li {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #5a6b5d;
    line-height: 1.6;
}

.komat-desc-text ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4a8c5c;
    flex-shrink: 0;
    margin-top: 7px;
}

.komat-desc-img {
    border-radius: 16px;
    overflow: hidden;
    height: 360px;
}

.komat-desc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── TAB Specs ── */
.komat-specs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.komat-spec-group {
    background: #f5f0e8;
    border-radius: 14px;
    padding: 28px;
}

.komat-spec-group-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: #4a8c5c;
    margin-bottom: 18px;
}

.komat-spec-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #ede5d5;
    font-size: 14px;
}

.komat-spec-row:last-child { border-bottom: none; }

.komat-spec-key { color: #5a6b5d; }

.komat-spec-val {
    font-weight: 600;
    color: #1a3a2a;
    text-align: right;
}

/* ── TAB Vitrage ── */
.komat-vitrage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.komat-vitrage-card {
    background: #fdfcf9;
    border-radius: 14px;
    padding: 28px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: border-color .2s, transform .2s, box-shadow .2s;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.komat-vitrage-card:hover {
    border-color: #4a8c5c;
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(26,58,42,.08);
}

.komat-vitrage-card.active { border-color: #1a3a2a; }

.komat-vitrage-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(74,140,92,.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.komat-vitrage-name {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a3a2a;
    margin-bottom: 10px;
}

.komat-vitrage-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #5a6b5d;
    line-height: 1.65;
    flex: 1;
}

.komat-vitrage-badge {
    display: inline-block;
    margin-top: 12px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 40px;
    background: #f5f0e8;
    color: #1a3a2a;
    align-self: flex-start;
}

/* ── TAB Usages ── */
.komat-usages-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.komat-usage-card {
    background: #fdfcf9;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #ede5d5;
    transition: transform .25s, box-shadow .25s;
}

.komat-usage-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 32px rgba(26,58,42,.08);
}

.komat-usage-img {
    height: 180px;
    overflow: hidden;
    background: #2d5a3d;
}

.komat-usage-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.komat-usage-card:hover .komat-usage-img img { transform: scale(1.05); }

.komat-usage-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2d5a3d, #4a8c5c);
}

.komat-usage-body { padding: 18px; }

.komat-usage-title {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a3a2a;
    margin-bottom: 7px;
}

.komat-usage-desc {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: #5a6b5d;
    line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .komat-desc-grid { grid-template-columns: 1fr; }
    .komat-specs-grid { grid-template-columns: 1fr; }
    .komat-vitrage-grid { grid-template-columns: repeat(2, 1fr); }
    .komat-usages-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .komat-tab-content { padding: 32px 20px; }
    .komat-tabs-nav { padding: 0 20px; }
    .komat-vitrage-grid { grid-template-columns: 1fr; }
    .komat-usages-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-2d8c854 *//*
 * ============================================================
 * KOMAT - Section Produits lies / Autres largeurs
 * A coller dans : Code Snippets -> CSS
 * ============================================================
 */

.komat-produits-lies {
    padding: 72px 0;
    background: #fdfcf9;
}

.komat-produits-lies__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── En-tete ── */
.komat-produits-lies__header {
    margin-bottom: 40px;
}

.komat-produits-lies__eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #4a8c5c;
    font-weight: 600;
    margin-bottom: 10px;
}

.komat-produits-lies__titre {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 2.5vw, 36px);
    font-weight: 700;
    color: #1a3a2a;
    line-height: 1.2;
    margin: 0;
}

/* ── Grille ── */
.komat-produits-lies__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* ── Card ── */
.komat-pl-card {
    background: #f5f0e8;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
    border: 1px solid transparent;
}

.komat-pl-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(26,58,42,.1);
    border-color: #b8d4be;
}

/* Image */
.komat-pl-card__img {
    height: 220px;
    background: #ede5d5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    overflow: hidden;
}

.komat-pl-card__img img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform .4s;
}

.komat-pl-card:hover .komat-pl-card__img img {
    transform: scale(1.04);
}

/* Corps */
.komat-pl-card__body {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.komat-pl-card__cat {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #4a8c5c;
    margin-bottom: 6px;
}

.komat-pl-card__name {
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #1a3a2a;
    margin-bottom: 8px;
    line-height: 1.4;
    flex: 1;
}

.komat-pl-card__price {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #2d5a3d;
    margin-bottom: 12px;
}

/* Prix WooCommerce */
.komat-pl-card__price .woocommerce-Price-amount { color: #2d5a3d; }
.komat-pl-card__price del { color: #5a6b5d; font-size: 13px; font-weight: 400; }
.komat-pl-card__price ins { text-decoration: none; }

.komat-pl-card__cta {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4a8c5c;
    margin-top: auto;
    display: block;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .komat-produits-lies__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .komat-produits-lies {
        padding: 48px 0;
    }
    .komat-produits-lies__inner {
        padding: 0 20px;
    }
    .komat-produits-lies__grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-235e1bf *//*
 * ============================================================
 * KOMAT - Section SEO Onglets Fiche Produit
 * A coller dans : Code Snippets -> CSS
 * ============================================================
 */

.komat-seo-produit {
    background: #f5f0e8;
    padding: 80px 0;
}

.komat-seo-produit__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 0;
}

/* ── Onglets verticaux ── */
.komat-seo-produit__tabs {
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ede5d5;
}

.komat-seo-produit__tab {
    padding: 16px 24px 16px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #5a6b5d;
    cursor: pointer;
    border: none;
    border-right: 3px solid transparent;
    background: none;
    text-align: left;
    line-height: 1.4;
    transition: color .2s, border-color .2s, background .2s;
    position: relative;
    right: -1px;
}

.komat-seo-produit__tab:hover { color: #1a3a2a; }

.komat-seo-produit__tab.active {
    color: #1a3a2a;
    font-weight: 700;
    border-right-color: #1a3a2a;
    background: linear-gradient(to left, rgba(74,140,92,.06), transparent);
}

/* ── Contenu ── */
.komat-seo-produit__content {
    padding: 0 0 0 48px;
}

.komat-seo-produit__panel {
    display: none;
    animation: komat-seop-fade .25s ease both;
}

.komat-seo-produit__panel.active { display: block; }

@keyframes komat-seop-fade {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* ── Typographie ── */
.komat-seo-produit__panel h2 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 700;
    color: #1a3a2a;
    margin-bottom: 20px;
    line-height: 1.3;
}

.komat-seo-produit__panel h3 {
    font-family: 'Playfair Display', serif;
    font-size: 17px;
    font-weight: 600;
    color: #1a3a2a;
    margin: 24px 0 10px;
}

.komat-seo-produit__panel p {
    font-family: 'DM Sans', sans-serif;
    font-size: 14.5px;
    color: #5a6b5d;
    line-height: 1.85;
    margin-bottom: 14px;
}

.komat-seo-produit__panel ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.komat-seo-produit__panel ul li {
    display: flex;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: #5a6b5d;
    line-height: 1.65;
}

.komat-seo-produit__panel ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4a8c5c;
    flex-shrink: 0;
    margin-top: 7px;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .komat-seo-produit__inner {
        grid-template-columns: 1fr;
    }
    .komat-seo-produit__tabs {
        flex-direction: row;
        overflow-x: auto;
        border-right: none;
        border-bottom: 1px solid #ede5d5;
        padding-bottom: 0;
        margin-bottom: 28px;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .komat-seo-produit__tabs::-webkit-scrollbar { display: none; }
    .komat-seo-produit__tab {
        padding: 12px 16px;
        border-right: none;
        border-bottom: 3px solid transparent;
        right: 0;
        white-space: nowrap;
        flex-shrink: 0;
    }
    .komat-seo-produit__tab.active {
        border-right-color: transparent;
        border-bottom-color: #1a3a2a;
        background: none;
    }
    .komat-seo-produit__content { padding: 0; }
}

@media (max-width: 640px) {
    .komat-seo-produit { padding: 48px 0; }
    .komat-seo-produit__inner { padding: 0 20px; }
    .komat-seo-produit__panel h2 { font-size: 20px; }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-28f294c *//*
 * ============================================================
 * KOMAT - Section Blog
 * A coller dans : Code Snippets -> CSS
 * ============================================================
 */

/* ── Section ── */
.komat-blog {
    background: #fdfcf9;
    padding: 80px 0;
}

.komat-blog__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

/* ── En-tete ── */
.komat-blog__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 44px;
    gap: 24px;
}

.komat-blog__eyebrow {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #4a8c5c;
    font-weight: 600;
    margin-bottom: 10px;
}

.komat-blog__titre {
    font-family: 'Playfair Display', serif;
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 700;
    color: #1a3a2a;
    line-height: 1.2;
    margin: 0;
}

.komat-blog__btn-all {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4a8c5c !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding-bottom: 4px;
    border-bottom: 1.5px solid #b8d4be;
    transition: color .2s, border-color .2s;
    flex-shrink: 0;
}

.komat-blog__btn-all:hover {
    color: #1a3a2a !important;
    border-color: #1a3a2a;
}

/* ── Grille 2 colonnes ── */
.komat-blog__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

/* ── Card vedette ── */
.komat-blog__card--featured {
    display: flex;
    flex-direction: column;
    background: #f5f0e8;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none !important;
    transition: transform .25s, box-shadow .25s;
}

.komat-blog__card--featured:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 48px rgba(26,58,42,.12);
}

.komat-blog__card-img {
    position: relative;
    height: 280px;
    overflow: hidden;
    background: #2d5a3d;
}

.komat-blog__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .4s;
}

.komat-blog__card--featured:hover .komat-blog__card-img img {
    transform: scale(1.05);
}

.komat-blog__card-img-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #2d5a3d, #4a8c5c);
}

.komat-blog__card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(26,58,42,.35) 100%);
    pointer-events: none;
}

/* Tag categorie */
.komat-blog__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #1a3a2a;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 40px;
}

/* Corps vedette */
.komat-blog__card-body {
    padding: 28px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.komat-blog__meta {
    font-family: 'DM Sans', sans-serif;
    font-size: 11.5px;
    color: #5a6b5d;
    margin-bottom: 10px;
}

.komat-blog__card-titre {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a3a2a;
    line-height: 1.35;
    margin-bottom: 12px;
}

.komat-blog__excerpt {
    font-family: 'DM Sans', sans-serif;
    font-size: 13.5px;
    color: #5a6b5d;
    line-height: 1.7;
    margin-bottom: 18px;
    flex: 1;
}

.komat-blog__cta {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #4a8c5c;
    margin-top: auto;
}

/* ── Colonne articles compacts ── */
.komat-blog__col {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.komat-blog__card--small {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #f5f0e8;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none !important;
    padding-right: 20px;
    transition: transform .2s, box-shadow .2s;
    flex: 1;
}

.komat-blog__card--small:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(26,58,42,.1);
}

.komat-blog__card-img-small {
    width: 110px;
    flex-shrink: 0;
    align-self: stretch;
    overflow: hidden;
    min-height: 100px;
    background: #2d5a3d;
}

.komat-blog__card-img-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}

.komat-blog__card--small:hover .komat-blog__card-img-small img {
    transform: scale(1.07);
}

.komat-blog__card-body-small {
    padding: 16px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.komat-blog__tag-sm {
    display: inline-block;
    background: #b8d4be;
    color: #1a3a2a;
    font-family: 'DM Sans', sans-serif;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 3px 9px;
    border-radius: 40px;
    align-self: flex-start;
}

.komat-blog__card-titre-sm {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1a3a2a;
    line-height: 1.4;
    margin: 0;
}

.komat-blog__meta-sm {
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    color: #5a6b5d;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .komat-blog__grid {
        grid-template-columns: 1fr;
    }
    .komat-blog__header {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .komat-blog {
        padding: 48px 0;
    }
    .komat-blog__inner {
        padding: 0 20px;
    }
    .komat-blog__card-img {
        height: 200px;
    }
}/* End custom CSS */