.cp-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.cp-breadcrumb { padding: 16px 0; border-bottom: 1px solid #eee7db; background: #fcfaf6; font: 12px 'Poppins', sans-serif; }
.cp-breadcrumb ol { display: flex; gap: 10px; align-items: center; margin: 0; padding: 0; list-style: none; color: #82776a; }
.cp-breadcrumb a { color: #51483d; text-decoration: none; }
.cp-breadcrumb a:hover { color: #b79345; }
.cp-breadcrumb i { font-size: 9px; }
.cp-hero { position: relative; overflow: hidden; padding: 88px 0; background: #1d1a17; color: #fff; }
.cp-hero-shape { position: absolute; border-radius: 50%; background: #c9a961; filter: blur(140px); opacity: .14; }
.cp-hero-shape-one { width: 460px; height: 460px; top: -250px; left: -150px; }
.cp-hero-shape-two { width: 380px; height: 380px; right: -130px; bottom: -210px; }
.cp-hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; gap: 74px; align-items: center; }
.cp-eyebrow, .cp-section-label { display: inline-flex; align-items: center; gap: 8px; color: #c9a961; font: 700 11px 'Poppins', sans-serif; letter-spacing: 1.5px; text-transform: uppercase; }
.cp-hero h1 { max-width: 680px; margin: 17px 0 18px; font: 700 clamp(40px, 5vw, 66px)/1.08 'Playfair Display', Georgia, serif; }
.cp-hero h1 span { color: #d7ba76; }
.cp-hero p { max-width: 610px; color: #e2dcd4; font: 400 16px/1.85 'Poppins', sans-serif; }
.cp-hero-actions, .cp-final-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 31px; }
.cp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 15px 20px; border: 1px solid transparent; border-radius: 3px; font: 700 11px 'Poppins', sans-serif; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; transition: transform .25s ease, background .25s ease; }
.cp-btn:hover { transform: translateY(-3px); }
.cp-btn-gold { background: #c9a961; color: #1d1a17; }
.cp-btn-gold:hover { background: #e0c884; color: #1d1a17; }
.cp-btn-outline { color: #fff; border-color: rgba(255,255,255,.55); }
.cp-btn-outline:hover { background: #fff; color: #1d1a17; }
.cp-hero-points { display: grid; gap: 10px; margin: 30px 0 0; padding: 0; list-style: none; color: #e2dcd4; font: 400 12px 'Poppins', sans-serif; }
.cp-hero-points i { margin-right: 7px; color: #c9a961; }
.cp-hero-visual { position: relative; }
.cp-image-frame { overflow: hidden; border: 1px solid rgba(201,169,97,.62); box-shadow: 23px 23px 0 rgba(201,169,97,.14); }
.cp-image-frame img { display: block; width: 100%; min-height: 480px; object-fit: cover; object-position: center; }
.cp-visual-card { position: absolute; right: -22px; bottom: 28px; display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: #fff; color: #322b22; box-shadow: 0 13px 35px rgba(0,0,0,.22); font: 500 12px/1.45 'Poppins', sans-serif; }
.cp-visual-card i { color: #bf9845; font-size: 24px; }
.cp-visual-card strong { font-weight: 700; }
.cp-intro { padding: 95px 0; background: #fff; }
.cp-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.cp-intro h2, .cp-heading h2, .cp-sector-content h2, .cp-final-cta h2 { margin: 13px 0 0; color: #211d18; font: 700 clamp(30px, 3.3vw, 44px)/1.17 'Playfair Display', Georgia, serif; }
.cp-intro p { margin: 0; color: #665d52; font: 400 16px/1.9 'Poppins', sans-serif; }
.cp-products { padding: 88px 0; background: #faf7f1; }
.cp-products .cp-heading { margin-bottom: 38px; }
.cp-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cp-product-card { overflow: hidden; background: #fff; border: 1px solid #eee4d2; transition: transform .3s ease, box-shadow .3s ease; }
.cp-product-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(85,62,30,.12); }
.cp-product-image { position: relative; display: block; aspect-ratio: 4 / 5; overflow: hidden; background: #f1eadf; }
.cp-product-image img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .45s ease; }
.cp-product-card:hover .cp-product-image img { transform: scale(1.05); }
.cp-product-placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #c9a961; font-size: 42px; }
.cp-product-badge { position: absolute; top: 12px; left: 12px; padding: 6px 9px; background: #211d18; color: #fff; font: 700 10px 'Poppins', sans-serif; text-transform: uppercase; }
.cp-product-info { padding: 19px 18px 21px; }
.cp-product-category { color: #aa8640; font: 700 10px 'Poppins', sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.cp-product-info h3 { margin: 7px 0 13px; font: 700 19px/1.2 'Playfair Display', Georgia, serif; }
.cp-product-info h3 a { color: #2c261f; text-decoration: none; }
.cp-product-price { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; color: #211d18; font: 500 13px 'Poppins', sans-serif; }
.cp-product-price strong { color: #a47d31; }
.cp-product-price del { color: #9b9389; font-size: 11px; }
.cp-product-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 17px; color: #51483d; font: 700 10px 'Poppins', sans-serif; letter-spacing: .8px; text-decoration: none; text-transform: uppercase; }
.cp-product-link:hover { color: #b79345; }
.cp-products-actions { display: flex; justify-content: center; margin-top: 34px; }
.cp-btn-dark { background: #211d18; color: #fff; }
.cp-btn-dark:hover { background: #c9a961; color: #211d18; }
.cp-products-empty { padding: 48px 20px; text-align: center; background: #fff; border: 1px dashed #d7c7a9; }
.cp-products-empty > i { color: #c9a961; font-size: 34px; }
.cp-products-empty h3 { margin: 14px 0 8px; color: #2c261f; font: 700 24px 'Playfair Display', Georgia, serif; }
.cp-products-empty p { margin: 0 0 22px; color: #746b60; font: 400 13px/1.7 'Poppins', sans-serif; }
.cp-services { padding: 88px 0; background: #faf7f1; }
.cp-heading { max-width: 710px; margin: 0 auto 43px; text-align: center; }
.cp-heading p { margin: 15px auto 0; color: #746b60; font: 400 14px/1.75 'Poppins', sans-serif; }
.cp-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.cp-service-card { padding: 29px 23px; border: 1px solid #eee4d2; background: #fff; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.cp-service-card:hover { border-color: #c9a961; box-shadow: 0 17px 35px rgba(85,62,30,.10); transform: translateY(-7px); }
.cp-service-icon { display: grid; width: 52px; height: 52px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: #f7efdf; color: #b68e3c; font-size: 20px; }
.cp-service-card h3 { margin: 0 0 10px; color: #2c261f; font: 700 19px/1.2 'Playfair Display', Georgia, serif; }
.cp-service-card p { margin: 0; color: #6e655b; font: 400 12px/1.75 'Poppins', sans-serif; }
.cp-sectors { padding: 96px 0; background: #fff; }
.cp-sectors-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 84px; align-items: center; }
.cp-sector-image { overflow: hidden; border-radius: 2px; box-shadow: -18px 18px 0 #f5ead3; }
.cp-sector-image img { display: block; width: 100%; min-height: 455px; object-fit: cover; }
.cp-sector-content p { margin: 19px 0 23px; color: #6e655b; font: 400 15px/1.8 'Poppins', sans-serif; }
.cp-sector-list { display: grid; gap: 13px; margin: 0; padding: 0; list-style: none; color: #40392f; font: 500 13px 'Poppins', sans-serif; }
.cp-sector-list i { display: inline-grid; width: 29px; color: #bd9746; font-size: 15px; }
.cp-process { padding: 88px 0; background: #211d18; color: #fff; }
.cp-heading-light h2 { color: #fff; }
.cp-process-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 23px; margin: 0; padding: 0; list-style: none; }
.cp-process-list li { position: relative; padding: 20px 18px 0; border-top: 1px solid rgba(201,169,97,.5); }
.cp-process-list span { color: #d7ba76; font: 700 31px 'Playfair Display', Georgia, serif; }
.cp-process-list h3 { margin: 14px 0 7px; font: 700 20px 'Playfair Display', Georgia, serif; }
.cp-process-list p { margin: 0; color: #d5cec5; font: 400 12px/1.7 'Poppins', sans-serif; }
.cp-final-cta { padding: 68px 0; background: #d6b86f; }
.cp-final-cta .cp-container { display: flex; justify-content: space-between; gap: 42px; align-items: center; }
.cp-final-cta .cp-section-label { color: #53401d; }
.cp-final-cta h2 { max-width: 650px; color: #211b13; }
.cp-final-cta p { margin: 13px 0 0; color: #493c28; font: 400 14px/1.7 'Poppins', sans-serif; }
.cp-final-actions { justify-content: flex-end; margin-top: 0; }
.cp-final-cta .cp-btn-gold { background: #211d18; color: #fff; }
.cp-final-cta .cp-btn-gold:hover { background: #fff; color: #211d18; }
.cp-text-link { display: inline-flex; align-items: center; gap: 8px; color: #302617; font: 700 11px 'Poppins', sans-serif; letter-spacing: .7px; text-decoration: none; text-transform: uppercase; }
.cp-text-link:hover { color: #fff; }
@media (max-width: 950px) { .cp-hero-grid, .cp-intro-grid, .cp-sectors-grid { grid-template-columns: 1fr; gap: 45px; } .cp-services-grid, .cp-process-list, .cp-products-grid { grid-template-columns: repeat(2, 1fr); } .cp-hero-visual { max-width: 620px; } .cp-intro { padding: 70px 0; } .cp-intro-grid { gap: 20px; } .cp-final-cta .cp-container { align-items: flex-start; flex-direction: column; } .cp-final-actions { justify-content: flex-start; margin-top: 0; } }
@media (max-width: 560px) { .cp-container { width: min(100% - 28px, 1180px); } .cp-breadcrumb { overflow-x: auto; white-space: nowrap; } .cp-breadcrumb ol { min-width: max-content; } .cp-hero { padding: 60px 0; } .cp-hero h1 { font-size: 39px; } .cp-hero-actions, .cp-hero-actions .cp-btn { width: 100%; } .cp-image-frame img { min-height: 380px; } .cp-visual-card { right: 12px; bottom: 14px; } .cp-services, .cp-sectors, .cp-process { padding: 65px 0; } .cp-services-grid, .cp-process-list, .cp-products-grid { grid-template-columns: 1fr; } .cp-sector-image img { min-height: 360px; } .cp-final-cta { padding: 55px 0; } .cp-final-actions, .cp-final-actions .cp-btn { width: 100%; } }
