
:root{
  --navy:#071a3d;
  --navy2:#0d2c63;
  --gold:#c89b3c;
  --ink:#172033;
  --muted:#64748b;
  --bg:#f7f9fc;
  --white:#fff;
  --line:#e5eaf1;
  --shadow:0 18px 45px rgba(7,26,61,.10);
  --radius:20px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px,calc(100% - 40px));margin:auto}
.topbar{background:#04122d;color:#dbe6fb;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:8px 0}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;color:var(--navy)}
.brand img{width:54px;height:54px;object-fit:contain;border-radius:12px}
.brand span{font-size:20px;letter-spacing:.08em}
.nav{display:flex;align-items:center;gap:25px;font-weight:700;font-size:14px}
.nav a{color:#24324a}
.nav a:hover,.nav a.active{color:var(--navy2)}
.nav-cta{background:var(--navy);color:#fff!important;padding:11px 17px;border-radius:999px}
.mobile-toggle{display:none;border:0;background:none;font-size:26px}
.hero{position:relative;min-height:600px;display:grid;align-items:center;overflow:hidden;background:#061a3d}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,18,45,.94) 0%,rgba(4,18,45,.72) 45%,rgba(4,18,45,.18) 100%);z-index:1}
.hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-content{position:relative;z-index:2;color:#fff;padding:90px 0;max-width:760px}
.eyebrow{color:#f1cc79;text-transform:uppercase;letter-spacing:.18em;font-size:12px;font-weight:900}
.hero h1{font-size:clamp(44px,6vw,78px);line-height:1.03;margin:14px 0 20px;letter-spacing:-.04em}
.hero p{font-size:18px;color:#e8eef8;max-width:690px}
.buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:999px;font-weight:800;border:1px solid transparent}
.btn-primary{background:#fff;color:var(--navy)}
.btn-gold{background:var(--gold);color:#fff}
.btn-outline{border-color:rgba(255,255,255,.35);color:#fff}
.section{padding:82px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:34px}
.section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.08;margin:8px 0}
.section-head p{color:var(--muted);max-width:650px;margin:0}
.kicker{color:var(--navy2);font-size:12px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);transition:.25s}
.category-card:hover{transform:translateY(-5px)}
.category-card .image{height:205px;overflow:hidden;background:#eef2f7}
.category-card img{width:100%;height:100%;object-fit:cover;transition:.35s}
.category-card:hover img{transform:scale(1.05)}
.category-card .body{padding:19px}
.category-card h3{margin:0 0 6px;font-size:20px}
.category-card p{margin:0;color:var(--muted);font-size:14px}
.category-card .link{display:inline-block;margin-top:14px;font-size:13px;font-weight:900;color:var(--navy2)}
.stats{background:var(--navy);color:#fff}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.stat{padding:25px 10px;text-align:center}
.stat strong{display:block;font-size:36px}
.stat span{color:#c8d4e8;font-size:14px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}
.split-image{border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}
.split-image img{width:100%;height:500px;object-fit:cover}
.checks{display:grid;gap:15px;margin-top:25px}
.check{display:flex;gap:12px;align-items:flex-start}
.check i{width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#e8f0fb;color:var(--navy2);font-style:normal;font-weight:900}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.feature{background:#fff;border:1px solid var(--line);border-radius:18px;padding:25px;text-align:center}
.feature img{width:90px;height:90px;object-fit:cover;border-radius:50%;margin:0 auto 16px}
.feature h3{font-size:17px;margin:0 0 5px}.feature p{font-size:13px;color:var(--muted);margin:0}
.cta{background:linear-gradient(135deg,var(--navy),var(--navy2));color:#fff;border-radius:28px;padding:55px}
.cta h2{font-size:clamp(30px,4vw,46px);line-height:1.1;margin:0 0 12px}
.cta p{color:#dce6f6;max-width:650px}
.footer{background:#04122d;color:#dbe6fb;padding:55px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}
.footer h3{color:#fff;margin-top:0}.footer p,.footer li{color:#aebbd0;font-size:14px}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}
.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;font-size:12px;color:#91a0b8}
.page-hero{background:var(--navy);color:#fff;padding:70px 0}.page-hero h1{font-size:52px;line-height:1;margin:0 0 12px}.page-hero p{color:#dbe6fb;max-width:700px}
.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}
.product-card img{width:100%;height:220px;object-fit:cover;background:#eef2f7}
.product-card .body{padding:16px}.product-card h3{margin:0;font-size:17px}.product-card p{margin:4px 0 0;color:var(--muted);font-size:13px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:30px}
.contact-card h3{margin-top:0}.contact-item{padding:14px 0;border-bottom:1px solid var(--line)}.contact-item:last-child{border:0}
@media(max-width:900px){
 .nav{display:none}.mobile-toggle{display:block}
 .category-grid,.product-grid{grid-template-columns:repeat(2,1fr)}
 .feature-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}
 .split,.contact-grid{grid-template-columns:1fr}
 .split-image img{height:360px}.hero{min-height:560px}
}
@media(max-width:560px){
 .container{width:min(100% - 28px,1180px)}
 .topbar .container{display:none}.header-inner{height:68px}.brand img{width:46px;height:46px}.brand span{font-size:16px}
 .hero-content{padding:70px 0}.hero h1{font-size:44px}.hero p{font-size:16px}
 .section{padding:60px 0}.section-head{display:block}
 .category-grid,.product-grid,.feature-grid,.stats-grid{grid-template-columns:1fr}
 .cta{padding:32px 24px}.footer-grid{grid-template-columns:1fr}
 .page-hero{padding:52px 0}.page-hero h1{font-size:42px}
}
/* =========================================
   PREMIUM HEADER / NAVIGATION
   ========================================= */

.header {
    height: 82px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 4px 20px rgba(7, 26, 61, 0.07);
}

.header-inner {
    height: 82px;
}

/* Logo */
.brand {
    gap: 14px;
    transition: 0.2s ease;
}

.brand:hover {
    transform: translateY(-1px);
}

.brand img {
    width: 58px;
    height: 58px;
    object-fit: contain;
    border-radius: 10px;
}

.brand span {
    font-size: 19px;
    font-weight: 900;
    letter-spacing: 0.12em;
    color: #071a3d;
}

/* Navigation */
.nav {
    gap: 30px;
    height: 100%;
}

.nav > a,
.nav > span > a {
    position: relative;
    color: #24324a;
    font-size: 14px;
    font-weight: 700;
    padding: 30px 0;
    transition: 0.2s ease;
}

.nav > a:not(.nav-cta)::after,
.nav > span > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 0;
    height: 2px;
    background: #c89b3c;
    transition: width 0.25s ease;
}

.nav > a:hover::after,
.nav > span:hover > a::after {
    width: 100%;
}

.nav > a:hover,
.nav > span > a:hover {
    color: #071a3d;
}

/* Request a Quote button */
.nav-cta {
    padding: 12px 20px !important;
    border-radius: 999px;
    background: #071a3d;
    color: #fff !important;
    transition: 0.25s ease;
}

.nav-cta:hover {
    background: #c89b3c;
    transform: translateY(-2px);
}

/* Product dropdown */
.product-menu {
    top: 65px !important;
    right: -25px !important;
    min-width: 230px !important;
    padding: 12px !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 50px rgba(7, 26, 61, 0.15) !important;
}

.product-menu a {
    display: block;
    padding: 9px 12px;
    border-radius: 8px;
    color: #24324a;
    font-size: 13px;
    font-weight: 600;
    transition: 0.2s ease;
}

.product-menu a:hover {
    background: #f2f5fa;
    color: #071a3d;
    padding-left: 16px;
}

/* Mobile */
.mobile-toggle {
    color: #071a3d;
    cursor: pointer;
}

@media (max-width: 900px) {

    .header,
    .header-inner {
        height: 72px;
    }

    .brand img {
        width: 50px;
        height: 50px;
    }

    .brand span {
        font-size: 16px;
    }

    .nav {
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;

        display: none;
        height: auto;

        padding: 20px;

        background: #ffffff;
        border-top: 1px solid #e5eaf1;

        box-shadow: 0 15px 30px rgba(7, 26, 61, 0.12);

        flex-direction: column;
        align-items: stretch;
        gap: 5px;
    }

    .nav.open {
        display: flex;
    }

    .nav > a,
    .nav > span > a {
        display: block;
        padding: 12px 10px;
    }

    .nav > a:not(.nav-cta)::after,
    .nav > span > a::after {
        display: none;
    }

    .nav-cta {
        text-align: center;
        margin-top: 8px;
    }
}

/* =========================================
   PREMIUM PRODUCT PORTFOLIO
   ========================================= */

.products-section {
    background: #f7f9fc;
}

.products-heading {
    align-items: flex-end;
}

.products-intro {
    max-width: 430px;
}

.products-intro p {
    margin: 0 0 12px;
    color: var(--muted);
    font-size: 14px;
}

.view-all {
    display: inline-block;
    color: var(--navy2);
    font-size: 13px;
    font-weight: 900;
}

.view-all:hover {
    color: var(--gold);
}

/* Product cards */

.category-card {
    position: relative;
    border: 1px solid #e2e7ef;
    border-radius: 18px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(7, 26, 61, 0.06);
    transition:
            transform 0.3s ease,
            box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(7, 26, 61, 0.14);
}

/* Image */

.category-card .image {
    position: relative;
    height: 235px;
    overflow: hidden;
}

.category-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.category-card:hover .image img {
    transform: scale(1.08);
}

/* Dark image overlay */

.category-card .image::after {
    content: "";
    position: absolute;
    inset: 0;

    background:
            linear-gradient(
                    180deg,
                    rgba(7, 26, 61, 0) 45%,
                    rgba(7, 26, 61, 0.45) 100%
            );
}

/* Number */

.category-number {
    position: absolute;
    z-index: 2;

    top: 16px;
    right: 16px;

    width: 40px;
    height: 40px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.92);
    color: var(--navy);

    font-size: 12px;
    font-weight: 900;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

/* Card content */

.category-card .body {
    padding: 22px 21px 24px;
}

.category-label {
    margin-bottom: 7px;

    color: var(--gold);

    font-size: 10px;
    font-weight: 900;

    text-transform: uppercase;
    letter-spacing: 0.13em;
}

.category-card h3 {
    margin: 0 0 7px;

    color: var(--navy);

    font-size: 22px;
    line-height: 1.15;
}

.category-card p {
    margin: 0;

    color: var(--muted);

    font-size: 13px;
    line-height: 1.6;
}

.category-link {
    display: inline-block;

    margin-top: 16px;

    color: var(--navy2);

    font-size: 12px;
    font-weight: 900;

    transition: color 0.2s ease;
}

.category-card:hover .category-link {
    color: var(--gold);
}

/* Responsive */

@media (max-width: 900px) {

    .products-heading {
        display: flex;
    }

}

@media (max-width: 600px) {

    .products-heading {
        display: block;
    }

    .products-intro {
        margin-top: 15px;
    }

    .category-card .image {
        height: 220px;
    }

}
/* =========================================
   ABOUT JP ENTERPRISES
   ========================================= */

.about-preview {
    background: #ffffff;
}

.about-image {
    position: relative;
    overflow: visible;
}

.about-image img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 26px;
    box-shadow: 0 20px 50px rgba(7, 26, 61, 0.14);
}

.about-badge {
    position: absolute;
    bottom: 28px;
    right: -20px;

    width: 135px;
    height: 135px;

    border-radius: 50%;

    background: var(--navy);
    color: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 7px solid #ffffff;

    box-shadow: 0 12px 35px rgba(7, 26, 61, 0.2);
}

.about-badge strong {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.about-badge span {
    margin-top: 5px;
    color: #f1cc79;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.about-content h2 {
    margin-top: 10px;
    margin-bottom: 18px;

    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -0.025em;

    color: var(--navy);
}

.about-content > p {
    color: var(--muted);
    font-size: 15px;
}

.about-content .about-lead {
    color: #334155;
    font-size: 17px;
    line-height: 1.7;
}

.about-points {
    display: grid;
    gap: 18px;
    margin: 28px 0;
}

.about-point {
    display: flex;
    gap: 13px;
    align-items: flex-start;
}

.point-icon {
    flex-shrink: 0;

    width: 29px;
    height: 29px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #edf3fb;
    color: var(--navy2);

    font-size: 13px;
    font-weight: 900;
}

.about-point strong {
    display: block;
    color: var(--navy);
    font-size: 14px;
}

.about-point p {
    margin: 3px 0 0;

    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.about-button {
    margin-top: 5px;
    background: var(--navy);
    color: #ffffff;
}

.about-button:hover {
    background: var(--gold);
}

/* Mobile */

@media (max-width: 900px) {

    .about-image img {
        height: 400px;
    }

    .about-badge {
        right: 20px;
        bottom: 20px;
    }

}

@media (max-width: 560px) {

    .about-image img {
        height: 330px;
    }

    .about-badge {
        width: 105px;
        height: 105px;
        border-width: 5px;
    }

    .about-badge strong {
        font-size: 30px;
    }

    .about-badge span {
        font-size: 8px;
    }

}

/* =========================================
   WHY JP ENTERPRISES
   ========================================= */

.why-section {
    background: #f7f9fc;
}

/* Heading */

.why-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 60px;
    margin-bottom: 45px;
}

.why-heading h2 {
    max-width: 650px;
    margin-top: 10px;
}

.why-heading > p {
    max-width: 500px;
    margin: 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   WHY CARDS
   ========================================= */

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.why-card {
    position: relative;

    min-height: 410px;

    padding: 28px 28px 32px;

    background: #ffffff;

    border: 1px solid #e5eaf1;
    border-radius: 18px;

    box-shadow:
            0 10px 30px rgba(7, 26, 61, 0.07);

    overflow: hidden;

    transition:
            transform 0.3s ease,
            box-shadow 0.3s ease;
}

.why-card:hover {
    transform: translateY(-7px);

    box-shadow:
            0 20px 45px rgba(7, 26, 61, 0.13);
}


/* Top area */

.why-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    height: 120px;
}


/* Icon */

.why-icon {
    width: 82px;
    height: 82px;

    display: grid;
    place-items: center;

    border-radius: 50%;

    background: #f1f3f6;

    color: var(--navy);

    font-size: 30px;
    font-weight: 900;

    transition:
            background 0.3s ease,
            color 0.3s ease,
            transform 0.3s ease;
}

.why-card:hover .why-icon {
    background: var(--navy);
    color: #ffffff;

    transform: scale(1.05);
}


/* Large number */

.why-number {
    color: #edf0f3;

    font-size: 58px;
    font-weight: 900;

    line-height: 1;
}


/* Gold divider */

.why-divider {
    width: 60px;
    height: 3px;

    margin: 18px 0 28px;

    background: var(--gold);

    transition: width 0.3s ease;
}

.why-card:hover .why-divider {
    width: 100px;
}


/* Title */

.why-card h3 {
    margin: 0 0 13px;

    color: var(--navy);

    font-size: 21px;
    line-height: 1.25;
}


/* Description */

.why-card p {
    margin: 0;

    color: #596579;

    font-size: 15px;
    line-height: 1.7;
}


/* Gold bottom line */

.why-card::after {
    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: 0;

    height: 4px;

    background: var(--gold);
}


/* =========================================
   COMMITMENT BANNER
   ========================================= */

.commitment-banner {
    position: relative;

    display: grid;
    grid-template-columns: 1fr auto 1fr;

    align-items: center;

    gap: 40px;

    margin-top: 35px;

    padding: 42px 50px;

    background:
            linear-gradient(
                    135deg,
                    #061a3d,
                    #0d2c63
            );

    border-radius: 22px;

    color: #ffffff;

    overflow: hidden;

    box-shadow:
            0 15px 40px rgba(7, 26, 61, 0.16);
}


/* Subtle background pattern */

.commitment-banner::before {
    content: "";

    position: absolute;

    width: 500px;
    height: 500px;

    right: -200px;
    top: -250px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.06);
}

.commitment-banner::after {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    left: -180px;
    bottom: -200px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.06);
}


/* Commitment item */

.commitment-item {
    position: relative;
    z-index: 2;

    display: flex;

    align-items: flex-start;

    gap: 22px;
}


/* Icons */

.commitment-icon {
    flex-shrink: 0;

    width: 65px;
    height: 65px;

    display: grid;
    place-items: center;

    border: 2px solid var(--gold);

    border-radius: 50%;

    color: var(--gold);

    font-size: 28px;
    font-weight: 700;
}


/* Text */

.commitment-item h3 {
    margin: 3px 0 8px;

    color: #ffffff;

    font-size: 22px;
}

.commitment-item p {
    margin: 0;

    max-width: 450px;

    color: #d5dfef;

    font-size: 14px;
    line-height: 1.7;
}


/* Divider */

.commitment-divider {
    position: relative;
    z-index: 2;

    width: 1px;
    height: 90px;

    background: rgba(255,255,255,0.2);
}


/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1100px) {

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-card {
        min-height: 350px;
    }

}


@media (max-width: 800px) {

    .why-heading {
        display: block;
    }

    .why-heading > p {
        margin-top: 18px;
    }

    .commitment-banner {
        grid-template-columns: 1fr;

        padding: 35px;
    }

    .commitment-divider {
        width: 100%;
        height: 1px;
    }

}


@media (max-width: 600px) {

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        min-height: auto;
    }

    .why-top {
        height: 100px;
    }

    .why-icon {
        width: 70px;
        height: 70px;
    }

    .why-number {
        font-size: 48px;
    }

    .commitment-banner {
        padding: 28px 22px;
    }

    .commitment-item {
        gap: 15px;
    }

    .commitment-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .commitment-item h3 {
        font-size: 19px;
    }

}
/* =========================================
   GLOBAL TRADE SECTION
   ========================================= */

.global-section {
    background: #ffffff;
}


/* Main card */

.global-card {
    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 600px;

    background: #ffffff;

    border-radius: 28px;

    overflow: hidden;

    box-shadow:
            0 20px 50px rgba(7, 26, 61, 0.14);
}


/* =========================================
   LEFT — WHITE IMAGE AREA
   ========================================= */

.global-image {
    position: relative;

    min-height: 600px;

    background: #ffffff  ;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* Image */

.global-image img {
    width: 72%;
    height: 72%;

    object-fit: contain;

    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    transition: transform 0.6s ease;
}


/* Hover */

.global-card:hover .global-image img {
    transform:
            translate(-50%, -50%)
            scale(1.04);
}


/* Very subtle background */

.global-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
            radial-gradient(
                    circle at center,
                    rgba(255,255,255,0.35),
                    transparent 65%
            );

    pointer-events: none;
}


/* =========================================
   RIGHT — NAVY CONTENT AREA
   ========================================= */

.global-content {
    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 65px;

    background: var(--navy);
}


/* Kicker */

.global-content .kicker {
    color: #f1cc79;
}


/* Heading */

.global-content h2 {
    margin: 12px 0 20px;

    color: #ffffff;

    font-size: clamp(36px, 4vw, 54px);

    line-height: 1.05;

    letter-spacing: -0.03em;
}


/* Main paragraph */

.global-content > p {
    color: #cbd7e8;

    font-size: 14px;

    line-height: 1.7;
}


/* Lead paragraph */

.global-content .global-lead {
    color: #ffffff;

    font-size: 17px;

    line-height: 1.7;

    margin-bottom: 8px;
}


/* =========================================
   TRADE POINTS
   ========================================= */

.global-points {
    display: grid;

    gap: 18px;

    margin: 28px 0;
}

.global-point {
    display: flex;

    gap: 15px;

    align-items: flex-start;
}

.global-point > span {
    flex-shrink: 0;

    color: #f1cc79;

    font-size: 12px;

    font-weight: 900;

    letter-spacing: 0.08em;
}

.global-point strong {
    display: block;

    color: #ffffff;

    font-size: 14px;

    margin-bottom: 2px;
}

.global-point p {
    margin: 0;

    color: #aebed4;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================
   BUTTON
   ========================================= */

.global-button {
    align-self: flex-start;

    margin-top: 5px;
}

.global-button:hover {
    background: #ffffff;

    color: var(--navy);
}


/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 900px) {

    .global-card {
        grid-template-columns: 1fr;
    }

    .global-image {
        min-height: 400px;
    }

    .global-content {
        padding: 50px 40px;
    }

}


@media (max-width: 560px) {

    .global-image {
        min-height: 300px;
    }

    .global-content {
        padding: 40px 25px;
    }

    .global-content h2 {
        font-size: 38px;
    }

}
/* =========================================
   FINAL CALL TO ACTION
   ========================================= */

.final-cta-section {
    background: #ffffff;
}


/* Main CTA */

.final-cta {
    position: relative;

    display: grid;

    grid-template-columns: 1fr 280px;

    min-height: 390px;

    background:
            linear-gradient(
                    135deg,
                    #071a3d,
                    #0d2c63
            );

    border-radius: 28px;

    overflow: hidden;

    box-shadow:
            0 20px 50px rgba(7, 26, 61, 0.16);
}


/* Decorative circles */

.final-cta::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: -220px;
    bottom: -250px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.07);
}

.final-cta::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    left: 35%;
    top: -220px;

    border-radius: 50%;

    border: 1px solid rgba(255,255,255,0.05);
}


/* Content */

.final-cta-content {
    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding: 65px;
}

.final-cta-content .kicker {
    color: #f1cc79;
}

.final-cta-content h2 {
    max-width: 700px;

    margin: 12px 0 18px;

    color: #ffffff;

    font-size: clamp(36px, 4.5vw, 56px);

    line-height: 1.05;

    letter-spacing: -0.03em;
}

.final-cta-content p {
    max-width: 650px;

    margin: 0;

    color: #cbd7e8;

    font-size: 15px;

    line-height: 1.7;
}


/* Buttons */

.final-cta-buttons {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;

    margin-top: 28px;
}

.final-btn-primary {
    background: var(--gold);

    color: #ffffff;
}

.final-btn-primary:hover {
    background: #ffffff;

    color: var(--navy);
}

.final-btn-secondary {
    border: 1px solid rgba(255,255,255,0.25);

    color: #ffffff;

    background: rgba(255,255,255,0.06);
}

.final-btn-secondary:hover {
    background: #ffffff;

    color: var(--navy);
}


/* =========================================
   RIGHT SIDE
   ========================================= */

.final-cta-side {
    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    gap: 8px;

    border-left: 1px solid rgba(255,255,255,0.12);

    background:
            rgba(255,255,255,0.025);

    color: #aebed4;

    font-size: 11px;

    font-weight: 900;

    letter-spacing: 0.18em;
}


/* JP Circle */

.cta-circle {
    width: 125px;
    height: 125px;

    display: grid;

    place-items: center;

    margin-bottom: 12px;

    border-radius: 50%;

    border: 2px solid var(--gold);

    color: #ffffff;

    font-size: 36px;

    font-weight: 900;

    letter-spacing: 0.08em;

    box-shadow:
            0 0 0 10px rgba(200,155,60,0.05);
}


/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 800px) {

    .final-cta {
        grid-template-columns: 1fr;
    }

    .final-cta-content {
        padding: 50px 40px;
    }

    .final-cta-side {
        min-height: 180px;

        padding: 30px;

        border-left: 0;

        border-top: 1px solid rgba(255,255,255,0.12);

        flex-direction: row;

        flex-wrap: wrap;
    }

    .cta-circle {
        width: 90px;
        height: 90px;

        font-size: 27px;

        margin-bottom: 0;
    }

}


@media (max-width: 560px) {

    .final-cta-content {
        padding: 40px 25px;
    }

    .final-cta-content h2 {
        font-size: 38px;
    }

    .final-cta-buttons {
        flex-direction: column;
    }

    .final-cta-buttons .btn {
        width: 100%;
    }

}
/* =========================================
   PRODUCTS PAGE — BETTER INTRO LAYOUT
   ========================================= */

.products-page {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Intro */

.products-intro {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 100px;

    max-width: 1200px;
    margin: 0 auto 65px;
}

.products-intro h2 {
    max-width: 650px;

    margin: 10px 0 0;

    color: var(--navy);

    font-size: clamp(48px, 5vw, 68px);

    line-height: 1.02;

    letter-spacing: -0.035em;
}

.products-intro p {
    max-width: 480px;

    margin: 0;

    color: var(--muted);

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   PRODUCT GRID
   ========================================= */

.products-grid {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 24px;
}


/* Cards */

.product-box {
    height: 350px;

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
            0 10px 30px rgba(7, 26, 61, 0.08);

    transition:
            transform 0.3s ease,
            box-shadow 0.3s ease;
}

.product-box:hover {
    transform: translateY(-8px);

    box-shadow:
            0 20px 45px rgba(7, 26, 61, 0.15);
}


/* =========================================
   CTA
   ========================================= */

.product-cta {
    max-width: 1200px;

    margin: 65px auto 0;
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    .products-intro {
        grid-template-columns: 1fr 1fr;

        gap: 50px;
    }

    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 650px) {

    .products-page {
        padding-top: 55px;
    }

    .products-intro {
        grid-template-columns: 1fr;

        gap: 20px;

        margin-bottom: 40px;
    }

    .products-intro h2 {
        font-size: 44px;
    }

    .products-intro p {
        max-width: 100%;
    }

    .products-grid {
        grid-template-columns: 1fr;
    }

}/* =========================================
   PRODUCTS PAGE
   ========================================= */

.products-page{
    background:#fff;
}

.products-intro{
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 100px;

    max-width: 1200px;
    margin: 0 auto 65px;
}

.products-intro h2{
    font-size:46px;
    line-height:1.08;
    margin-top:8px;
}

.products-intro p{
    max-width:480px;
    color:var(--muted);
    line-height:1.7;
}

/* Grid */

.products-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:22px;
}

/* Card */

.product-box{
    position:relative;
    height:340px;
    border-radius:22px;
    overflow:hidden;
    display:block;
    box-shadow:0 12px 35px rgba(7,26,61,.08);
    transition:.35s;
}

.product-box:hover{
    transform:translateY(-8px);
}

.product-box img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.5s;
}

.product-box:hover img{
    transform:scale(1.08);
}

.product-box .overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,
    rgba(7,26,61,0) 35%,
    rgba(7,26,61,.88) 100%);
}

.product-box .content{
    position:absolute;
    left:24px;
    right:24px;
    bottom:22px;
    color:#fff;
}

.product-box span{
    color:#f1cc79;
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
}

.product-box h3{
    margin:8px 0 6px;
    font-size:28px;
    color:#fff;
}

.product-box p{
    margin:0;
    color:#dbe6f8;
    font-size:14px;
}

/* Bottom CTA */

.product-cta{
    margin-top:55px;
    padding:38px 42px;
    border-radius:22px;
    background:#071a3d;
    color:#fff;
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:30px;
}

.product-cta h3{
    margin:0 0 8px;
    font-size:28px;
}

.product-cta p{
    margin:0;
    color:#c9d6ea;
}

@media(max-width:1000px){

    .products-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .products-intro{
        display:block;
    }

    .products-intro p{
        margin-top:18px;
    }

    .product-cta{
        flex-direction:column;
        text-align:center;
    }

}

@media(max-width:600px){

    .products-grid{
        grid-template-columns:1fr;
    }

    .products-intro h2{
        font-size:38px;
    }

    .product-box{
        height:300px;
    }

    .product-cta{
        padding:30px 24px;
    }

}

/* =========================================
   GRAINS PRODUCT PAGE
   ========================================= */

.grains-page {
    background: #ffffff;
}


/* =========================================
   CATEGORY INTRO
   ========================================= */

.category-intro {
    display: grid;

    grid-template-columns: 1.3fr 0.7fr;

    align-items: center;

    gap: 80px;

    max-width: 1200px;

    margin: 0 auto 80px;
}

.category-intro-text h2 {
    max-width: 700px;

    margin: 12px 0 20px;

    color: var(--navy);

    font-size: clamp(48px, 5vw, 68px);

    line-height: 1.02;

    letter-spacing: -0.035em;
}

.category-intro-text > p {
    max-width: 650px;

    margin: 0;

    color: var(--muted);

    font-size: 17px;

    line-height: 1.8;
}


/* Product count */

.category-intro-side {
    display: flex;

    align-items: center;

    gap: 20px;

    padding-left: 35px;

    border-left: 1px solid #dfe5ed;
}

.category-intro-side span {
    color: var(--navy);

    font-size: 70px;

    font-weight: 900;

    line-height: 1;
}

.category-intro-side p {
    max-width: 130px;

    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.5;
}


/* =========================================
   PRODUCTS HEADING
   ========================================= */

.category-products-heading {
    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: end;

    gap: 60px;

    margin-bottom: 35px;

    padding-bottom: 25px;

    border-bottom: 1px solid #e4e9ef;
}

.category-products-heading h2 {
    margin: 8px 0 0;

    color: var(--navy);

    font-size: 34px;
}

.category-products-heading > p {
    max-width: 500px;

    margin: 0;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   PRODUCT GRID
   ========================================= */

.grain-products {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}


/* Product card */

.grain-card {
    background: #ffffff;

    border: 1px solid #e4e9ef;

    border-radius: 18px;

    overflow: hidden;

    box-shadow:
            0 8px 25px rgba(7, 26, 61, 0.05);

    transition:
            transform 0.3s ease,
            box-shadow 0.3s ease,
            border-color 0.3s ease;
}

.grain-card:hover {
    transform: translateY(-7px);

    border-color: rgba(200, 155, 60, 0.4);

    box-shadow:
            0 18px 40px rgba(7, 26, 61, 0.12);
}


/* Image */

.grain-image {
    position: relative;

    height: 245px;

    overflow: hidden;

    background: #f8fafc;
}

.grain-image img {
    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
            transform 0.5s ease;
}

.grain-card:hover .grain-image img {
    transform: scale(1.07);
}


/* Product number */

.grain-image > span {
    position: absolute;

    top: 14px;
    right: 14px;

    width: 38px;
    height: 38px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.94);

    color: var(--navy);

    font-size: 11px;

    font-weight: 900;

    box-shadow:
            0 5px 15px rgba(7, 26, 61, 0.12);
}


/* Product body */

.grain-body {
    padding: 21px 20px 23px;
}

.grain-category {
    margin-bottom: 6px;

    color: var(--gold);

    font-size: 10px;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: 0.13em;
}

.grain-body h3 {
    margin: 0 0 8px;

    color: var(--navy);

    font-size: 20px;

    line-height: 1.2;
}

.grain-body p {
    margin: 0;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   CATEGORY CTA
   ========================================= */

.category-cta {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 40px;

    margin-top: 55px;

    padding: 38px 42px;

    border-radius: 22px;

    background: var(--navy);

    color: #ffffff;

    box-shadow:
            0 15px 35px rgba(7, 26, 61, 0.12);
}

.category-cta .kicker {
    color: #f1cc79;
}

.category-cta h3 {
    margin: 8px 0;

    color: #ffffff;

    font-size: 27px;
}

.category-cta p {
    margin: 0;

    color: #cbd7e8;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   RESPONSIVE
   ========================================= */

@media (max-width: 1050px) {

    .grain-products {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 850px) {

    .category-intro {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .category-intro-side {
        padding-left: 0;

        border-left: 0;
    }

    .category-products-heading {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .grain-products {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-cta {
        flex-direction: column;

        align-items: flex-start;
    }

}


@media (max-width: 560px) {

    .category-intro-text h2 {
        font-size: 44px;
    }

    .grain-products {
        grid-template-columns: 1fr;
    }

    .grain-image {
        height: 270px;
    }

    .category-cta {
        padding: 30px 24px;
    }

}
/* =========================================
   SCRAP METAL
   ========================================= */

.scrap-metal-page {
    background: #ffffff;
}

.scrap-placeholder {
    position: relative;

    height: 245px;

    display: flex;

    align-items: center;

    justify-content: center;

    background:
            linear-gradient(
                    135deg,
                    #eef1f4,
                    #d9dee3
            );

    overflow: hidden;
}

.scrap-placeholder::before {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    border-radius: 50%;

    border: 1px solid rgba(7,26,61,.08);
}

.scrap-placeholder::after {
    content: "";

    position: absolute;

    width: 140px;
    height: 140px;

    border-radius: 50%;

    border: 1px solid rgba(7,26,61,.08);
}

.scrap-symbol {
    position: relative;

    z-index: 2;

    width: 100px;
    height: 100px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #071a3d;

    color: #f1cc79;

    font-size: 30px;

    font-weight: 900;

    letter-spacing: .03em;

    box-shadow:
            0 12px 30px rgba(7,26,61,.18);
}

.scrap-placeholder > span {
    position: absolute;

    z-index: 3;

    top: 14px;
    right: 14px;

    width: 38px;
    height: 38px;

    display: grid;

    place-items: center;

    border-radius: 50%;

    background: #ffffff;

    color: #071a3d;

    font-size: 11px;

    font-weight: 900;

    box-shadow:
            0 5px 15px rgba(7,26,61,.12);
}


/* Scrap cards */

.scrap-card:hover .scrap-placeholder {
    background:
            linear-gradient(
                    135deg,
                    #e3e7eb,
                    #cbd1d7
            );
}

.scrap-card:hover .scrap-symbol {
    transform: scale(1.06);

    transition: transform .3s ease;
}


/* Mobile */

@media (max-width: 560px) {

    .scrap-placeholder {
        height: 270px;
    }

}

.products-grid .scrap-placeholder {
    position: absolute;

    inset: 0;

    height: 100%;

    border-radius: 0;
}

.products-grid .scrap-placeholder .scrap-symbol {
    position: relative;
    z-index: 3;
}

.products-grid .scrap-placeholder > span {
    display: none;
}

.products-grid .product-box .content {
    z-index: 5;
}

/* =========================================
   PRODUCT CATEGORY CARDS
   ========================================= */

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    min-height: 340px;
    display: block;
}

.category-card .image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.category-card .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/* Dark gradient over image */

.category-card .image::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
            to top,
            rgba(7, 26, 61, 0.95) 0%,
            rgba(7, 26, 61, 0.55) 45%,
            rgba(7, 26, 61, 0.05) 100%
    );
}


/* Put text over image */

.category-card .body {
    position: absolute;
    inset: 0;

    z-index: 2;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 30px;

    color: white;
}


/* Category title */

.category-card .body h3 {
    margin: 0 0 8px;

    color: white;

    font-size: 30px;
    font-weight: 800;
}


/* Description */

.category-card .body p {
    margin: 0 0 14px;

    color: rgba(255,255,255,0.9);

    font-size: 17px;
    line-height: 1.5;
}


/* Explore link */

.category-card .body .link {
    color: #f1cc79;

    font-weight: 700;

    text-decoration: none;
}


/* Hover effect */

.category-card {
    transition:
            transform 0.3s ease,
            box-shadow 0.3s ease;
}

.category-card:hover {
    transform: translateY(-5px);

    box-shadow:
            0 20px 45px rgba(7,26,61,0.18);
}

.category-card:hover .image img {
    transform: scale(1.04);
}

.category-card .image img {
    transition: transform 0.5s ease;
}
/* =========================================
   BUSINESS ENQUIRY FORM
   ========================================= */

.enquiry-form {
    margin-top: 25px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.form-group {
    margin-bottom: 18px;
}

.form-group label {
    display: block;

    margin-bottom: 7px;

    color: var(--navy2);

    font-size: 14px;
    font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;

    box-sizing: border-box;

    padding: 13px 14px;

    border: 1px solid #dce3eb;

    border-radius: 10px;

    background: #ffffff;

    color: var(--navy2);

    font-family: inherit;

    font-size: 15px;

    outline: none;

    transition:
            border-color .2s ease,
            box-shadow .2s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #d2a83e;

    box-shadow:
            0 0 0 3px rgba(210,168,62,.12);
}

.form-group textarea {
    resize: vertical;

    min-height: 130px;
}

.enquiry-form .btn {
    border: none;

    cursor: pointer;

    font-family: inherit;
}


/* Mobile */

@media (max-width: 700px) {

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

}

/* =========================================
   MOBILE / TABLET RESPONSIVE DESIGN
   ========================================= */

@media (max-width: 900px) {

    /* Container */

    .container {
        width: min(100% - 32px, 1180px);
    }


    /* Header */

    .header-inner {
        min-height: 72px;
    }

    .mobile-toggle {
        display: block;
    }

    .nav {
        display: none;
        position: absolute;
        top: 72px;
        left: 16px;
        right: 16px;

        padding: 18px;

        background: #ffffff;

        border: 1px solid #e5eaf1;
        border-radius: 16px;

        box-shadow: 0 18px 45px rgba(7,26,61,.15);

        z-index: 100;
    }

    .nav.open {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 6px;
    }

    .nav > a {
        padding: 12px 10px;
    }


    /* Top bar */

    .topbar .container {
        flex-direction: column;
        gap: 4px;

        padding-top: 8px;
        padding-bottom: 8px;
    }


    /* Page hero */

    .page-hero {
        padding: 70px 0 60px;
    }

    .page-hero h1 {
        font-size: clamp(42px, 9vw, 64px);
        line-height: 1.02;
    }

    .page-hero p {
        max-width: 600px;
    }


    /* General sections */

    .section {
        padding: 70px 0;
    }


    /* Category grid */

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }


    /* Product grid */

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }


    /* Split sections */

    .split {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .split-image {
        order: -1;
    }


    /* Contact */

    .contact-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }


    /* Footer */

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
    }

}


/* =========================================
   SMALL PHONES
   ========================================= */

@media (max-width: 600px) {

    .container {
        width: min(100% - 24px, 1180px);
    }


    /* Header */

    .brand span {
        font-size: 15px;
    }

    .brand img {
        width: 38px;
        height: 38px;
    }


    /* Hero */

    .page-hero {
        padding: 55px 0 45px;
    }

    .page-hero h1 {
        font-size: 42px;
    }


    /* Sections */

    .section {
        padding: 55px 0;
    }


    /* Category cards */

    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-card {
        min-height: 330px;
    }

    .category-card .body {
        padding: 25px;
    }

    .category-card .body h3 {
        font-size: 28px;
    }


    /* Products */

    .product-grid {
        grid-template-columns: 1fr;
    }

    .product-card img {
        height: 250px;
        object-fit: cover;
    }


    /* Contact form */

    .form-row {
        grid-template-columns: 1fr;
    }

    .contact-card {
        padding: 25px;
    }


    /* Footer */

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .copyright {
        text-align: center;
    }


    /* Buttons */

    .buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .buttons .btn {
        text-align: center;
    }

}