:root {
    --green: #01411c;
    --green-2: #0b5d2a;
    --gold: #c9a227;
    --gold-2: #e2bd42;
    --ink: #18211c;
    --sand: #f7f5ee;
}
html { scroll-behavior: smooth; }
body { color: var(--ink); font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.site-logo { width: 400px; height: 140px; object-fit: contain; object-position: left center; transition: transform .25s ease; }
.navbar-brand:hover .site-logo { transform: scale(1.03); }
.navbar { min-height: 130px; }
.nav-link { color: #23362a; font-weight: 600; }
.nav-link:hover { color: var(--green); }
.btn-brand, .btn-gold { background: var(--gold); border-color: var(--gold); color: #142017; font-weight: 700; }
.btn-brand:hover, .btn-gold:hover { background: var(--gold-2); border-color: var(--gold-2); color: #142017; }
.hero-section { position: relative; min-height: 690px; background: url('../images/hero-minerals.jpg') center/cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(1,65,28,.96) 0%, rgba(1,65,28,.82) 48%, rgba(1,65,28,.25) 100%); }
.min-vh-75 { min-height: 75vh; }
.eyebrow, .section-kicker { text-transform: uppercase; letter-spacing: .16em; font-size: .78rem; font-weight: 800; color: var(--gold); }
.hero-section h1 { line-height: 1.02; max-width: 850px; }
.hero-section .lead { max-width: 720px; }
.hero-points span { font-weight: 600; font-size: .95rem; }
.hero-points i { color: var(--gold); margin-right: .35rem; }
.trust-strip { background: #fff; border-bottom: 1px solid #e5e9e6; }
.trust-strip strong, .trust-strip span { display: block; }
.trust-strip span { color: #6b756f; font-size: .9rem; margin-top: .25rem; }
.section-padding { padding: 92px 0; }
.bg-light-soft { background: var(--sand); }
.section-title { font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.12; font-weight: 800; margin-top: .75rem; }
.section-heading { max-width: 760px; }
.info-card { background: #fff; border: 1px solid #e7ebe7; border-radius: 18px; padding: 26px; height: 100%; box-shadow: 0 12px 30px rgba(18,53,30,.06); }
.info-card i { font-size: 2rem; color: var(--green); }
.info-card h3 { font-size: 1.1rem; margin: 1rem 0 .5rem; }
.info-card p { color: #657069; margin: 0; }
.product-card { background: #fff; border-radius: 18px; overflow: hidden; border: 1px solid #e5e9e5; box-shadow: 0 15px 35px rgba(18,53,30,.08); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 22px 45px rgba(18,53,30,.14); }
.product-image-wrap { height: 245px; overflow: hidden; background: #eee; }
.product-image { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.product-card:hover .product-image { transform: scale(1.04); }
.product-card h3 { font-size: 1.45rem; font-weight: 800; }
.product-card p { color: #657069; min-height: 76px; }
.product-link { color: var(--green); font-weight: 800; text-decoration: none; }
.industries-section, .quote-section { background: linear-gradient(135deg, #013719, #07572a); }
.text-gold { color: var(--gold)!important; }
.industry-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.industry-item { background: rgba(255,255,255,.08); color: #fff; border: 1px solid rgba(255,255,255,.12); border-radius: 14px; padding: 18px; font-weight: 700; }
.industry-item i { color: var(--gold); margin-right: .65rem; }
.export-list { display: grid; gap: 16px; }
.export-list > div { display: flex; gap: 16px; align-items: flex-start; background: #fff; border-radius: 16px; padding: 20px; border: 1px solid #e6eae6; }
.export-list i { color: var(--green); font-size: 1.6rem; }
.export-list span, .export-list strong { display: block; }
.export-list span { color: #647068; }
.export-list strong { color: var(--ink); margin-bottom: 4px; }
.quote-form { background: #fff; border-radius: 20px; padding: 30px; box-shadow: 0 22px 55px rgba(0,0,0,.2); }
.form-control, .form-select { min-height: 50px; border-color: #cfd6d1; }
textarea.form-control { min-height: 120px; }
.contact-box { display: grid; gap: 14px; }
.contact-box > div { display: flex; gap: 14px; align-items: center; }
.contact-box i { color: var(--gold); font-size: 1.7rem; }
.contact-box span, .contact-box strong { display: block; }
.site-footer { background: #0b1d12; color: #fff; }
.footer-logo { width: 320px; height: 110px; object-fit: contain; object-position: left center; background: #fff; border-radius: 12px; padding: 6px; }
.footer-links li { margin-bottom: .7rem; color: rgba(255,255,255,.7); }
.footer-links li span { display: inline-block; min-width: 145px; }
.footer-links strong { color: #fff; font-weight: 600; }
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: #fff; font-size: 1.7rem; z-index: 1000; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
@media (max-width: 991.98px) {
    .site-logo { width: 260px; height: auto; }
    .hero-section { min-height: 620px; }
    .hero-overlay { background: rgba(1,65,28,.88); }
}
@media (max-width: 575.98px) {
    .section-padding { padding: 68px 0; }
    .industry-grid { grid-template-columns: 1fr; }
    .quote-form { padding: 22px; }
    .product-image-wrap { height: 220px; }
}

/* Product catalogue and detail pages — extends the locked landing-page design */
.page-hero,
.product-detail-hero,
.catalogue-cta,
.product-cta {
    position: relative;
    background: linear-gradient(135deg, #013719, #07572a);
}
.page-hero::before,
.product-detail-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 82% 35%, rgba(201,162,39,.18), transparent 34%);
    pointer-events: none;
}
.product-search-wrap { width: min(100%, 360px); }
.product-search-wrap .input-group-text { border-color: #cfd6d1; color: var(--green); }
.catalogue-cta,
.product-cta { border-top: 1px solid rgba(255,255,255,.08); }
.product-detail-hero { padding: 28px 0 52px; }
.product-breadcrumb .breadcrumb-item,
.product-breadcrumb .breadcrumb-item.active { color: rgba(255,255,255,.65); }
.product-breadcrumb a { color: var(--gold); text-decoration: none; }
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.4); }
.formula-badge {
    display: inline-flex;
    flex-direction: column;
    gap: 3px;
    min-width: 190px;
    padding: 13px 18px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 14px;
    background: rgba(255,255,255,.08);
}
.formula-badge span { color: rgba(255,255,255,.62); font-size: .78rem; text-transform: uppercase; letter-spacing: .1em; }
.formula-badge strong { color: #fff; font-size: 1.25rem; }
.product-detail-image-wrap {
    height: 440px;
    overflow: hidden;
    border-radius: 22px;
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 28px 65px rgba(0,0,0,.28);
    background: #fff;
}
.product-detail-image { width: 100%; height: 100%; object-fit: cover; }
.property-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.property-card {
    background: #fff;
    border: 1px solid #e5e9e5;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 12px 30px rgba(18,53,30,.05);
}
.property-card span,
.property-card strong { display: block; }
.property-card span { color: #6b756f; font-size: .82rem; text-transform: uppercase; letter-spacing: .07em; margin-bottom: 6px; }
.property-card strong { color: var(--ink); }
.specification-table-wrap { border: 1px solid #e3e8e4; border-radius: 18px; overflow: hidden; box-shadow: 0 14px 34px rgba(18,53,30,.06); }
.specification-table thead th { background: var(--green); color: #fff; border: 0; padding: 17px 20px; }
.specification-table tbody td { padding: 16px 20px; border-color: #e8ece9; }
.specification-table tbody tr:nth-child(even) td { background: var(--sand); }
.quality-note { display: flex; gap: 12px; align-items: flex-start; color: #5f6c64; background: #f5f7f5; border-left: 4px solid var(--gold); border-radius: 10px; padding: 16px 18px; }
.quality-note i { color: var(--green); margin-top: 2px; }
.detail-list-card { background: #fff; border: 1px solid #e4e9e5; border-radius: 18px; padding: 26px; box-shadow: 0 14px 34px rgba(18,53,30,.06); }
.detail-list-card > i { color: var(--green); font-size: 2rem; }
.detail-list-card h2 { margin: 14px 0 18px; }
.detail-list-card ul { padding-left: 1.15rem; margin: 0; color: #657069; }
.detail-list-card li { margin-bottom: .65rem; }
.application-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.application-item { display: flex; gap: 10px; align-items: center; padding: 17px 18px; background: #fff; border: 1px solid #e4e9e5; border-radius: 14px; font-weight: 700; }
.application-item i { color: var(--green); }
@media (max-width: 991.98px) {
    .product-detail-image-wrap { height: 360px; }
    .application-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px) {
    .property-grid,
    .application-grid { grid-template-columns: 1fr; }
    .product-detail-image-wrap { height: 290px; }
}

/* About page — follows the locked green and gold design system */
.about-hero-panel {
    margin-left: auto;
    width: min(100%, 330px);
    padding: 30px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 24px 55px rgba(0,0,0,.2);
    backdrop-filter: blur(6px);
}
.about-hero-panel span,
.about-hero-panel strong,
.about-hero-panel p { display: block; }
.about-hero-panel span { color: var(--gold); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 800; }
.about-hero-panel strong { color: #fff; font-size: clamp(3.5rem, 8vw, 5.5rem); line-height: 1; margin: 10px 0; }
.about-hero-panel p { color: rgba(255,255,255,.7); }
.about-highlight-card {
    min-height: 360px;
    padding: 38px;
    border-radius: 22px;
    background: linear-gradient(145deg, var(--green), var(--green-2));
    color: #fff;
    box-shadow: 0 28px 60px rgba(1,65,28,.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-highlight-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.1);
    color: var(--gold);
    font-size: 2rem;
    margin-bottom: 24px;
}
.about-highlight-card h3 { font-size: 1.8rem; font-weight: 800; }
.about-highlight-card p { color: rgba(255,255,255,.72); }
.about-highlight-card .product-link { color: var(--gold); margin-top: 10px; }
.purpose-card {
    display: flex;
    gap: 24px;
    padding: 32px;
    border-radius: 20px;
    border: 1px solid #e2e8e3;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18,53,30,.07);
}
.purpose-icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: var(--gold);
    font-size: 1.8rem;
}
.purpose-label { color: var(--green); font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.purpose-card h3 { font-size: 1.45rem; margin: .55rem 0 .8rem; font-weight: 800; }
.purpose-card p { color: #657069; }
.value-card {
    padding: 26px 24px;
    border: 1px solid #e4e9e5;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18,53,30,.05);
}
.value-card i { color: var(--green); font-size: 1.9rem; }
.value-card h3 { font-size: 1.1rem; margin: 1rem 0 .55rem; font-weight: 800; }
.value-card p { color: #657069; }
.about-info-card { min-height: 230px; }
.about-cta { background: linear-gradient(135deg, #013719, #07572a); }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; }
.footer-links a:hover { color: var(--gold); }
@media (max-width: 991.98px) {
    .about-hero-panel { margin-left: 0; }
}
@media (max-width: 575.98px) {
    .purpose-card { flex-direction: column; padding: 26px; }
    .about-highlight-card { min-height: auto; padding: 30px; }
}

/* Industries page — follows the locked green and gold design system */
.industries-hero-panel {
    margin-left: auto;
    width: min(100%, 300px);
    padding: 30px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 20px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 24px 55px rgba(0,0,0,.2);
    text-align: center;
    backdrop-filter: blur(6px);
}
.industries-hero-panel i,
.industries-hero-panel strong,
.industries-hero-panel span { display: block; }
.industries-hero-panel i { color: var(--gold); font-size: 2.4rem; margin-bottom: 14px; }
.industries-hero-panel strong { color: #fff; font-size: clamp(3.5rem, 8vw, 5.3rem); line-height: 1; }
.industries-hero-panel span { color: rgba(255,255,255,.72); margin-top: 10px; font-weight: 700; }
.industry-sector-card {
    display: flex;
    gap: 24px;
    padding: 30px;
    border: 1px solid #e3e8e4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18,53,30,.07);
    transition: transform .25s ease, box-shadow .25s ease;
}
.industry-sector-card:hover { transform: translateY(-4px); box-shadow: 0 22px 45px rgba(18,53,30,.12); }
.industry-sector-icon {
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: var(--gold);
    font-size: 1.9rem;
}
.industry-sector-content h2 { font-size: 1.4rem; font-weight: 800; margin: 0 0 .75rem; }
.industry-sector-content p { color: #657069; margin-bottom: 1.2rem; }
.industry-product-list { display: flex; flex-wrap: wrap; gap: 8px; }
.industry-product-list a {
    display: inline-flex;
    align-items: center;
    padding: 7px 11px;
    border: 1px solid #dbe3dd;
    border-radius: 999px;
    background: var(--sand);
    color: var(--green);
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
}
.industry-product-list a:hover { background: var(--green); border-color: var(--green); color: #fff; }
.industry-support-list { display: grid; gap: 14px; }
.industry-support-list > div {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e3e8e4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18,53,30,.05);
}
.industry-support-list > div > span {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: var(--gold);
    font-weight: 800;
}
.industry-support-list strong { display: block; color: var(--ink); margin-bottom: 4px; }
.industry-support-list p { color: #657069; margin: 0; }
.industry-cta { background: linear-gradient(135deg, #013719, #07572a); }
@media (max-width: 991.98px) {
    .industries-hero-panel { margin-left: 0; }
}
@media (max-width: 575.98px) {
    .industry-sector-card { flex-direction: column; padding: 25px; }
}

/* Quality & Export page */
.quality-page-hero {
    background:
        linear-gradient(90deg, rgba(1,55,25,.97), rgba(1,65,28,.82)),
        url('../images/hero-minerals.jpg') center/cover no-repeat;
}
.quality-hero-panel {
    margin-left: auto;
    max-width: 330px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 24px 55px rgba(0,0,0,.2);
    text-align: center;
    backdrop-filter: blur(6px);
}
.quality-hero-panel i,
.quality-hero-panel strong,
.quality-hero-panel span { display: block; }
.quality-hero-panel i { color: var(--gold); font-size: 3rem; margin-bottom: 15px; }
.quality-hero-panel strong { color: #fff; font-size: 2rem; line-height: 1.1; }
.quality-hero-panel span { color: rgba(255,255,255,.72); margin-top: 10px; font-weight: 700; }
.quality-process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.quality-process-card {
    padding: 28px;
    border: 1px solid #e3e8e4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(18,53,30,.07);
}
.quality-step-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.quality-step-top span {
    color: var(--gold);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: .08em;
}
.quality-step-top i {
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: var(--gold);
    font-size: 1.5rem;
}
.quality-process-card h3 { font-size: 1.25rem; font-weight: 800; }
.quality-process-card p { color: #657069; margin: 0; }
.quality-check-list { display: grid; gap: 13px; }
.quality-check-list li { display: flex; gap: 11px; align-items: flex-start; font-weight: 700; }
.quality-check-list i { color: var(--green); margin-top: 2px; }
.export-capability-panel { display: grid; gap: 14px; }
.export-capability-item {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 22px;
    border: 1px solid #e3e8e4;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18,53,30,.05);
}
.export-capability-item > i {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: var(--green);
    color: var(--gold);
    font-size: 1.45rem;
}
.export-capability-item strong,
.export-capability-item span { display: block; }
.export-capability-item strong { color: var(--ink); margin-bottom: 5px; }
.export-capability-item span { color: #657069; }
.incoterm-card {
    padding: 28px;
    border: 1px solid #e3e8e4;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 15px 35px rgba(18,53,30,.07);
}
.incoterm-card > span {
    display: inline-grid;
    place-items: center;
    min-width: 70px;
    height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    background: var(--green);
    color: var(--gold);
    font-weight: 900;
    letter-spacing: .08em;
}
.incoterm-card h3 { font-size: 1.2rem; font-weight: 800; margin: 20px 0 9px; }
.incoterm-card p { color: #657069; margin: 0; }
.documentation-section { background: linear-gradient(135deg, #0b1d12, #01411c); }
.documentation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0,1fr));
    gap: 14px;
}
.documentation-item {
    display: flex;
    gap: 13px;
    align-items: center;
    min-height: 78px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 15px;
    background: rgba(255,255,255,.07);
    color: #fff;
}
.documentation-item i { color: var(--gold); font-size: 1.55rem; }
.quality-cta { background: linear-gradient(135deg, #013719, #07572a); }
@media (max-width: 991.98px) {
    .quality-hero-panel { margin-left: 0; }
    .quality-process-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px) {
    .quality-process-grid,
    .documentation-grid { grid-template-columns: 1fr; }
    .quality-process-card { padding: 24px; }
}

/* Contact and quotation pages */
.contact-page-hero,
.quote-page-hero {
    background:
        linear-gradient(90deg, rgba(1,55,25,.97), rgba(1,65,28,.82)),
        url('../images/hero-minerals.jpg') center/cover no-repeat;
}
.contact-hero-panel,
.quote-hero-panel {
    margin-left: auto;
    max-width: 350px;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 22px;
    background: rgba(255,255,255,.09);
    box-shadow: 0 24px 55px rgba(0,0,0,.2);
    text-align: center;
    backdrop-filter: blur(6px);
}
.contact-hero-panel i,
.quote-hero-panel i { display: block; color: var(--gold); font-size: 3rem; margin-bottom: 15px; }
.contact-hero-panel strong,
.quote-hero-panel strong { display: block; color: #fff; font-size: 1.8rem; }
.contact-hero-panel span,
.quote-hero-panel span { display: block; color: rgba(255,255,255,.72); margin-top: 10px; font-weight: 700; }
.contact-details-list,
.quote-guidance { display: grid; gap: 14px; }
.contact-details-list > div,
.quote-guidance > div {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid #e3e8e4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(18,53,30,.05);
}
.contact-details-list i,
.quote-guidance i {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: var(--green);
    color: var(--gold);
    font-size: 1.3rem;
}
.contact-details-list span,
.contact-details-list strong,
.quote-guidance span,
.quote-guidance strong { display: block; }
.contact-details-list strong,
.quote-guidance strong { color: var(--ink); margin-bottom: 4px; }
.contact-details-list a { color: #657069; text-decoration: none; overflow-wrap: anywhere; }
.contact-details-list a:hover { color: var(--green); }
.quote-guidance span { color: #657069; }
.business-hours-card {
    padding: 24px;
    border-radius: 18px;
    background: var(--green);
    color: #fff;
}
.business-hours-card h3 { color: var(--gold); }
.business-hours-card > div { display: flex; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.business-hours-card > div:last-child { border-bottom: 0; }
.business-hours-card span { color: rgba(255,255,255,.72); }
.contact-quote-cta { background: linear-gradient(135deg, #013719, #07572a); }
.alert { border-radius: 14px; }
@media (max-width: 991.98px) {
    .contact-hero-panel,
    .quote-hero-panel { margin-left: 0; }
}
