/*
Theme Name: Mazaire Metal
Theme URI: https://mazairemetal.com/
Author: Mazaire Metal Engineering
Author URI: https://mazairemetal.com/
Description: Mazaire Metal Forming & Fabrication Ltd — Industrial, robust and modern business showcase theme (site vitrine) for a Kigali (Rwanda) based steel, stainless steel and glass engineering company. Features custom colors (Charcoal Gray #2C3E50, Deep Steel Blue #34495E, Safety Amber #E67E22), bold Montserrat + Roboto typography, 5 page templates (Home, About, Services, Portfolio, Contact), Gutenberg block compatibility, built-in RFQ contact form, mobile responsive navigation and smooth scrolling.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mazaire-metal
Tags: custom-colors, custom-menu, featured-images, threaded-comments, translation-ready, one-column, two-columns, right-sidebar, sticky-post, theme-options, custom-logo, editor-style, block-styles, wide-blocks
*/

/* --------------------------------------------------------------------------
   MAZAIRE METAL — INDUSTRIAL WORDPRESS THEME
   Palette: Charcoal #2C3E50  |  Deep Steel #34495E  |  Safety Amber #E67E22
   Typography: Montserrat (headings) + Roboto (body) via Google Fonts
   -------------------------------------------------------------------------- */

/* ------- Reset / Base ------- */
*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #334155;
    background-color: #f8fafc;
    -webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6,
.font-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #2c3e50;
    margin-top: 0;
}

img { max-width: 100%; height: auto; display: block; }
a { color: #e67e22; text-decoration: none; transition: all .2s; }
a:hover { color: #d35400; }
p { margin: 0 0 1em; }

.site { overflow-x: hidden; }

/* ------- Layout helpers ------- */
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.container-narrow { max-width: 820px; margin: 0 auto; padding: 0 20px; }
.section     { padding: 70px 0; }
.section-dark { background: #2c3e50; color: #e2e8f0; }
.section-gray { background: #f1f5f9; }

/* ------- Top utility bar ------- */
.top-bar {
    background: #2c3e50;
    color: #cbd5e1;
    font-size: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #34495e;
}
.top-bar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
    align-items: center;
}
.top-bar a { color: #cbd5e1; }
.top-bar a:hover { color: #e67e22; }
.top-bar .sep { opacity: .5; margin: 0 8px; }
.top-bar .amber { color: #e67e22; font-weight: 700; }
@media (max-width: 640px) { .top-bar { font-size: 11px; } .top-bar .hide-sm { display: none; } }

/* ------- Header / Navigation ------- */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    position: sticky;
    top: 0;
    z-index: 40;
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    gap: 20px;
}
.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.brand-mark {
    width: 44px; height: 44px;
    background: #2c3e50;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    color: #e67e22;
    border: 1px solid #34495e;
}
.brand-text strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    font-weight: 900;
    color: #2c3e50;
    letter-spacing: -0.02em;
    line-height: 1;
}
.brand-text strong span { color: #e67e22; }
.brand-text small {
    display: block;
    font-size: 11px;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 4px;
    font-weight: 600;
}

.main-nav ul {
    list-style: none;
    margin: 0; padding: 0;
    display: flex;
    gap: 6px;
}
.main-nav li a {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 6px;
    color: #475569;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 14px;
}
.main-nav li.current_page_item > a,
.main-nav li a:hover {
    background: #f1f5f9;
    color: #2c3e50;
}
.main-nav li.current_page_item > a {
    box-shadow: inset 0 -2px 0 #e67e22;
}

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e67e22;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(230,126,34,.2);
}
.header-cta:hover { background: #d35400; color: #fff; }

/* Mobile nav toggle */
.menu-toggle {
    display: none;
    background: #2c3e50;
    color: #fff;
    border: 0;
    padding: 10px 14px;
    border-radius: 6px;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 960px) {
    .main-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; border-top: 1px solid #e2e8f0; box-shadow: 0 8px 20px rgba(0,0,0,.08); }
    .main-nav.toggled { display: block; }
    .main-nav ul { flex-direction: column; padding: 12px; }
    .main-nav ul li a { display: block; padding: 12px 14px; }
    .menu-toggle { display: inline-flex; }
    .header-cta-desktop { display: none; }
}

/* ------- Hero (Cover) ------- */
.hero {
    position: relative;
    min-height: 560px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 80px 0;
    background: #1a252f;
    overflow: hidden;
}
.hero .bg-image {
    position: absolute; inset: 0;
    background-size: cover;
    background-position: center;
    opacity: .28;
    mix-blend-mode: luminosity;
}
.hero::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(26,37,47,.96), rgba(44,62,80,.85) 50%, rgba(26,37,47,.7));
}
.hero-inner { position: relative; z-index: 2; max-width: 720px; }
.hero .badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(52,73,94,.9);
    border: 1px solid rgba(230,126,34,.45);
    color: #fdba74;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 18px;
}
.hero h1 {
    font-size: clamp(30px, 5vw, 54px);
    color: #fff;
    line-height: 1.1;
    font-weight: 900;
    margin-bottom: 18px;
}
.hero h1 .amber { color: #e67e22; }
.hero .subtitle {
    font-size: clamp(16px, 2vw, 20px);
    color: #e2e8f0;
    font-weight: 300;
    margin-bottom: 28px;
}
.hero .hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; }
.btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 26px;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 15px;
    border: 0;
    cursor: pointer;
    transition: all .2s;
    line-height: 1;
    text-decoration: none;
}
.btn-primary { background: #e67e22; color: #fff; box-shadow: 0 8px 20px rgba(230,126,34,.25); }
.btn-primary:hover { background: #d35400; color: #fff; transform: translateY(-1px); }
.btn-secondary { background: rgba(52,73,94,.8); color: #fff; border: 1px solid rgba(148,163,184,.35); backdrop-filter: blur(4px); }
.btn-secondary:hover { background: #34495e; color: #fff; }
.btn-ghost { background: transparent; color: #e2e8f0; }
.btn-ghost:hover { color: #e67e22; }

.hero-trust {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(148,163,184,.25);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 24px;
    font-size: 12px;
    color: #cbd5e1;
}
.hero-trust span { display: inline-flex; align-items: center; gap: 6px; }
.hero-trust .amber-dot { color: #e67e22; }
@media (min-width: 640px) { .hero-trust { grid-template-columns: repeat(4, minmax(0, 1fr)); } }

/* ------- Section headings ------- */
.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-size: 11px;
    font-weight: 800;
    color: #e67e22;
    margin-bottom: 10px;
}
.section-title {
    font-size: clamp(26px, 3.4vw, 38px);
    line-height: 1.15;
    margin-bottom: 14px;
    color: #2c3e50;
}
.section-dark .section-title,
.section-dark h1,
.section-dark h2,
.section-dark h3 { color: #fff; }
.section-lead {
    font-size: 17px;
    color: #64748b;
    max-width: 720px;
    margin: 0 auto 40px;
    text-align: center;
}
.section-header.text-left .section-lead { margin-left: 0; margin-right: 0; text-align: left; }

/* ------- Cards ------- */
.card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 25px -12px rgba(15,23,42,.08);
    transition: all .25s;
}
.card:hover {
    border-color: #e67e22;
    transform: translateY(-3px);
    box-shadow: 0 16px 30px -12px rgba(230,126,34,.22);
}

.grid-4 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-3 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-2 {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {
    .grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid-4 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
    .grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

/* Why choose us icons */
.feature-icon {
    width: 56px; height: 56px;
    border-radius: 12px;
    background: #2c3e50;
    color: #e67e22;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    transition: all .2s;
}
.card:hover .feature-icon { background: #e67e22; color: #fff; }

/* ------- Content card with image ------- */
.media-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 25px -12px rgba(15,23,42,.08);
    transition: all .25s;
}
.media-card:hover { transform: translateY(-4px); border-color: #e67e22; }
.media-card .media-img {
    position: relative;
    aspect-ratio: 16 / 10;
    background-size: cover;
    background-position: center;
    background-color: #34495e;
}
.media-card .media-body { padding: 22px; }
.media-card h3 { font-size: 18px; margin-bottom: 6px; line-height: 1.3; }
.media-card p { font-size: 14px; color: #64748b; margin: 0; }
.media-card .tag {
    display: inline-block;
    background: rgba(44,62,80,.9);
    color: #fff;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 6px;
    margin: 12px;
    position: absolute;
    top: 0; left: 0;
    font-weight: 700;
    letter-spacing: .05em;
}
.media-card .meta {
    display: flex;
    gap: 12px;
    position: absolute;
    left: 12px; right: 12px; bottom: 12px;
    font-size: 12px;
    color: #fff;
}
.media-card .meta span {
    background: rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-flex; align-items: center; gap: 4px;
}
.media-card ul { list-style: none; padding: 0; margin: 10px 0 0; font-size: 13px; color: #475569; }
.media-card ul li { padding: 4px 0; border-bottom: 1px dashed #e2e8f0; }
.media-card ul li:last-child { border: 0; }
.service-card-link {
    display: block;
    width: 100%;
    margin-top: 14px;
    text-align: center;
    padding: 10px;
    background: #f1f5f9;
    color: #2c3e50;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 700;
}
.service-card-link:hover { background: #e67e22; color: #fff; }

/* ------- Call-to-action block ------- */
.cta-block {
    background: linear-gradient(100deg, #2c3e50, #34495e);
    color: #fff;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 20px 40px -20px rgba(0,0,0,.3);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.cta-block h3 { color: #fff; font-size: clamp(22px, 2.4vw, 30px); margin: 0 0 6px; }
.cta-block p { margin: 0; color: #cbd5e1; font-size: 15px; max-width: 560px; }

/* ------- Forms (Contact / WPForms-like) ------- */
.form-wrap {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 12px 30px -16px rgba(15,23,42,.1);
}
.form-wrap .form-header {
    display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 14px;
    margin-bottom: 24px;
}
.form-wrap .shortcode {
    font-family: 'Courier New', monospace;
    font-size: 11px;
    background: #f1f5f9;
    padding: 4px 10px;
    border-radius: 6px;
    border: 1px solid #e2e8f0;
    color: #2c3e50;
}
.form-row { margin-bottom: 18px; }
.form-row label {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #1e293b;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.form-row .req { color: #ef4444; }
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=tel],
.form-row select,
.form-row textarea {
    width: 100%;
    padding: 12px 14px 12px 42px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    font-family: inherit;
    font-size: 14px;
    background: #f8fafc;
    transition: all .2s;
}
.form-row textarea { padding-left: 14px; min-height: 120px; resize: vertical; }
.form-row select { appearance: none; padding-left: 42px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%2364748b' d='M6 8L0 0h12z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; }
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
    outline: none;
    border-color: #e67e22;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(230,126,34,.15);
}
.form-row.has-icon { position: relative; }
.form-row.has-icon .input-icon {
    position: absolute;
    top: 36px; left: 14px;
    color: #94a3b8;
    width: 18px; height: 18px;
    pointer-events: none;
}
.form-submit {
    width: 100%;
    margin-top: 6px;
}

.contact-details-panel {
    background: #2c3e50;
    color: #fff;
    border-radius: 24px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.contact-details-panel::before {
    content: ''; position: absolute;
    top: -80px; right: -80px;
    width: 200px; height: 200px;
    background: rgba(230,126,34,.12);
    border-radius: 50%;
    filter: blur(20px);
}
.contact-item {
    display: flex; gap: 14px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(148,163,184,.2);
    font-size: 14px;
}
.contact-item:last-of-type { border-bottom: 0; }
.contact-item .ci-icon {
    width: 36px; height: 36px;
    background: rgba(52,73,94,.7);
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    color: #e67e22; flex-shrink: 0;
}
.contact-item small { display: block; font-size: 11px; color: #94a3b8; text-transform: uppercase; letter-spacing: .05em; font-family: 'Courier New', monospace; }
.contact-item strong { display: block; color: #fff; font-size: 14px; font-weight: 700; }
.contact-item a { color: #fff; font-weight: 700; }
.contact-item a:hover { color: #e67e22; }
.contact-item .big-phone { font-size: 18px; color: #e67e22; font-weight: 900; font-family: 'Montserrat', sans-serif; }

/* Notice / success */
.notice {
    padding: 18px;
    border-radius: 12px;
    margin-bottom: 18px;
    font-size: 14px;
}
.notice-success { background: #ecfdf5; color: #065f46; border: 1px solid #a7f3d0; }
.notice-error   { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.ref-box {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 14px;
    font-size: 12px;
    margin-top: 12px;
}
.ref-box div { display: flex; justify-content: space-between; padding: 4px 0; }

/* ------- Filter buttons ------- */
.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 32px;
}
.filter-bar button,
.filter-bar a.filter-btn {
    background: #fff;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 10px 18px;
    border-radius: 999px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    transition: all .2s;
    text-decoration: none;
}
.filter-bar button.active,
.filter-bar button:hover,
.filter-bar a.filter-btn.active,
.filter-bar a.filter-btn:hover {
    background: #2c3e50;
    color: #fff;
    border-color: #2c3e50;
    box-shadow: 0 0 0 2px rgba(230,126,34,.4);
}

/* ------- Mission / Vision two-column ------- */
.mission-card, .vision-card {
    border-radius: 24px;
    padding: 40px;
    color: #fff;
    box-shadow: 0 16px 40px -20px rgba(0,0,0,.4);
}
.mission-card { background: #2c3e50; border: 1px solid #34495e; }
.vision-card  { background: #34495e; border: 1px solid #475569; }
.mission-card .mv-icon,
.vision-card .mv-icon {
    width: 56px; height: 56px;
    border-radius: 14px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 18px;
}
.mission-card .mv-icon { background: #e67e22; color: #fff; }
.vision-card .mv-icon  { background: #2c3e50; border: 2px solid #e67e22; color: #e67e22; }
.mission-card h3, .vision-card h3 { color: #fff; font-size: 28px; margin-bottom: 12px; }
.mission-card p, .vision-card p { color: #cbd5e1; font-size: 17px; font-weight: 300; line-height: 1.6; margin-bottom: 18px; }
.mv-footnote {
    padding-top: 16px;
    border-top: 1px solid rgba(148,163,184,.25);
    font-size: 12px;
    color: #fdba74;
    display: flex; align-items: center; gap: 8px;
}

/* ------- Tech specs strip ------- */
.tech-specs {
    background: #2c3e50;
    color: #fff;
    border-radius: 16px;
    padding: 24px;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, minmax(0,1fr));
}
@media (min-width: 768px) { .tech-specs { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1024px) { .tech-specs { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.tech-specs small { display: block; font-family: 'Courier New', monospace; font-size: 11px; color: #fdba74; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 4px; }
.tech-specs strong { color: #e2e8f0; font-size: 13px; font-weight: 600; }

/* ------- Footer ------- */
.site-footer {
    background: #1a252f;
    color: #cbd5e1;
    border-top: 4px solid #e67e22;
    font-size: 14px;
}
.footer-cta {
    background: #2c3e50;
    border-bottom: 1px solid rgba(148,163,184,.15);
    padding: 40px 0;
}
.footer-cta .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}
.footer-cta h3 { color: #fff; font-size: clamp(20px, 2.4vw, 28px); margin: 0 0 4px; }
.footer-cta p { margin: 0; color: #cbd5e1; max-width: 640px; }
.footer-main {
    padding: 60px 0;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}
@media (min-width: 768px) { .footer-main { grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr; } }
.footer-main h4 {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    margin-bottom: 18px;
    display: flex; align-items: center; gap: 8px;
}
.footer-main h4 .dot { width: 8px; height: 8px; background: #e67e22; border-radius: 50%; }
.footer-main ul { list-style: none; margin: 0; padding: 0; }
.footer-main ul li { margin-bottom: 10px; }
.footer-main ul li a { color: #cbd5e1; display: inline-flex; align-items: center; gap: 8px; font-size: 13px; }
.footer-main ul li a::before { content: '\003E'; color: #e67e22; font-weight: 900; font-family: 'Montserrat', sans-serif; }
.footer-main ul li a:hover { color: #e67e22; padding-left: 4px; }
.footer-about p { font-size: 13px; line-height: 1.7; color: #94a3b8; }
.footer-badges { margin-top: 16px; display: flex; flex-direction: column; gap: 8px; font-size: 12px; }
.footer-badges span { display: inline-flex; align-items: center; gap: 8px; color: #cbd5e1; }
.footer-bottom {
    background: #111920;
    border-top: 1px solid #1e293b;
    padding: 20px 0;
    font-size: 12px;
    color: #94a3b8;
}
.footer-bottom .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; }

/* ------- Page header / banner ------- */
.page-banner {
    position: relative;
    padding: 70px 0;
    background: #1a252f;
    color: #fff;
    text-align: center;
    overflow: hidden;
}
.page-banner::before {
    content: '';
    position: absolute; inset: 0;
    background: linear-gradient(100deg, rgba(26,37,47,.95), rgba(44,62,80,.85), rgba(26,37,47,.95));
}
.page-banner .bg-image { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .22; mix-blend-mode: luminosity; }
.page-banner .container { position: relative; z-index: 2; }
.page-banner h1 {
    color: #fff;
    font-size: clamp(28px, 4vw, 44px);
    margin: 8px 0 12px;
}
.page-banner p { color: #cbd5e1; max-width: 720px; margin: 0 auto; font-size: 16px; font-weight: 300; }

/* ------- Breadcrumbs ------- */
.breadcrumbs {
    font-size: 12px;
    color: #64748b;
    padding: 18px 0 0;
}
.breadcrumbs a { color: #64748b; }
.breadcrumbs a:hover { color: #e67e22; }
.breadcrumbs .sep { margin: 0 8px; opacity: .5; }
.breadcrumbs .current { color: #2c3e50; font-weight: 700; }

/* ------- Step / process ------- */
.step-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 26px;
    position: relative;
}
.step-card .step-num {
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #e2e8f0;
    line-height: 1;
    margin-bottom: 8px;
}
.step-card .step-icon {
    width: 40px; height: 40px;
    background: #2c3e50;
    color: #e67e22;
    border-radius: 10px;
    display: inline-flex; align-items: center; justify-content: center;
    margin-bottom: 10px;
}
.step-card h4 { margin: 0 0 6px; font-size: 16px; }
.step-card p { margin: 0; font-size: 13px; color: #64748b; line-height: 1.55; }

/* ------- Process / KPI strip ------- */
.kpi-grid {
    display: grid; gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) { .kpi-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
.kpi {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
}
.kpi strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #2c3e50;
    line-height: 1;
}
.kpi span { font-size: 12px; color: #64748b; }
.kpi.amber strong { color: #e67e22; }

/* ------- Gutenberg alignments / block overrides ------- */
.alignwide { max-width: 1240px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100vw; margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw); }
.has-charcoal-color { color: #2c3e50; }
.has-steel-color { color: #34495e; }
.has-amber-color { color: #e67e22; }
.has-charcoal-background-color { background-color: #2c3e50; }
.has-steel-background-color { background-color: #34495e; }
.has-amber-background-color { background-color: #e67e22; }

.wp-block-group.card-is-style {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px;
    box-shadow: 0 10px 25px -12px rgba(15,23,42,.08);
}

/* ------- WordPress default content ------- */
.page-content > *:first-child { margin-top: 0; }
.page-content blockquote {
    border-left: 4px solid #e67e22;
    background: #fff7ed;
    margin: 20px 0;
    padding: 18px 22px;
    border-radius: 0 10px 10px 0;
    font-style: italic;
    color: #431407;
}

/* ------- Scroll reveal ------- */
.reveal { opacity: 0; transform: translateY(14px); transition: all .5s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ------- Keyframes ------- */
@keyframes pulse {
    0%   { box-shadow: 0 0 0 0 rgba(16,185,129,.6); }
    70%  { box-shadow: 0 0 0 8px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(14px); }
    to   { opacity: 1; transform: none; }
}
.reveal { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; animation: fadeInUp .6s ease both; }

/* ------- Print ------- */
@media print { body { background: #fff; color: #000; } .header-cta, .main-nav, .menu-toggle, .site-footer, .top-bar { display: none; } }
