/*
Theme Name: Nefco Multi Metals
Description: Custom WordPress theme for Nefco Multi Metals
Author: Antigravity
Version: 1.0
*/

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --green:#1a5c3a;
  --green-dark:#0f3d26;
  --bg-dark:#1e293b;
  --bg-darker:#0f172a;
  --green-mid:#236b45;
  --green-light:#e8f5ee;
  --orange:#e85c1a;
  --orange-dark:#c44d14;
  --steel:#4a5568;
  --bg:#f7f8f6;
  --text:#1a1f1c;
  --border:#dde5e0;
  --white:#ffffff;
  --radius:10px;
  --shadow:0 2px 20px rgba(0,0,0,0.07);
  --shadow-md:0 6px 30px rgba(0,0,0,0.12);
}
html{scroll-behavior:smooth}
body{font-family:'Barlow',sans-serif;color:var(--text);background:var(--bg);font-size:17px;line-height:1.65}
h1,h2,h3,h4{font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:-0.5px}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}

/* ===== NAV ===== */
nav{background:var(--white);border-bottom:2px solid var(--green);position:sticky;top:0;z-index:1000;box-shadow:0 2px 12px rgba(0,0,0,0.08)}
.nav-inner{max-width:1300px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:space-between;height:70px}
.nav-logo{display:flex;align-items:center;gap:14px;text-decoration:none}
.nav-logo-mark{width:46px;height:46px;background:var(--green);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.nav-logo-mark svg{width:28px;height:28px;fill:none;stroke:#fff;stroke-width:2.2}
.nav-logo-name{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:700;color:var(--green);line-height:1;letter-spacing:0}
.nav-logo-sub{font-size:11px;font-weight:600;color:var(--steel);letter-spacing:1.5px;text-transform:uppercase;margin-top:2px}
.nav-links{display:flex;align-items:center;gap:2px}
.nav-link{padding:9px 15px;border-radius:7px;font-size:15px;font-weight:600;font-family:'Barlow',sans-serif;color:var(--text);text-decoration:none;transition:all .2s;letter-spacing:.2px}
.nav-link:hover{background:var(--green-light);color:var(--green)}
.nav-link.active{color:var(--green);background:var(--green-light)}
.nav-cta{background:var(--orange);color:#fff;padding:10px 22px;border-radius:7px;font-size:15px;font-weight:700;font-family:'Barlow',sans-serif;text-decoration:none;transition:background .2s;margin-left:8px}
.nav-cta:hover{background:var(--orange-dark)}
.ham{display:none;background:none;border:none;cursor:pointer;padding:8px;flex-direction:column;gap:5px}
.ham span{display:block;width:24px;height:2px;background:var(--text);transition:.3s;border-radius:2px}
.mob-nav{display:none;background:var(--white);border-top:1px solid var(--border);padding:12px 20px}
.mob-nav.open{display:block}
.mob-nav a{display:block;padding:10px 8px;font-size:16px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border)}
.mob-nav a:hover{color:var(--green)}

/* ===== CONTAINER ===== */
.container{max-width:1300px;margin:0 auto;padding:0 28px}

/* ===== BUTTONS ===== */
.btn-primary{background:var(--green);color:#fff;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:700;font-family:'Barlow',sans-serif;border:2px solid var(--green);cursor:pointer;display:inline-block;text-decoration:none;transition:all .2s;line-height:1}
.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}
.btn-orange{background:var(--orange);color:#fff;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:700;font-family:'Barlow',sans-serif;border:2px solid var(--orange);cursor:pointer;display:inline-block;text-decoration:none;transition:all .2s;line-height:1}
.btn-orange:hover{background:var(--orange-dark);border-color:var(--orange-dark)}
.btn-outline-white{background:transparent;color:#fff;padding:13px 28px;border-radius:8px;font-size:15px;font-weight:700;font-family:'Barlow',sans-serif;border:2px solid rgba(255,255,255,.55);cursor:pointer;display:inline-block;text-decoration:none;transition:all .2s;line-height:1}
.btn-outline-white:hover{background:rgba(255,255,255,.12);border-color:#fff}

/* ===== SECTION CHIP ===== */
.chip{display:inline-flex;align-items:center;gap:7px;background:var(--green-light);color:var(--green);font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 13px;border-radius:20px;margin-bottom:14px;font-family:'Barlow',sans-serif}
.chip::before{content:'';width:6px;height:6px;background:var(--green);border-radius:50%}

/* ===== TRUST BAR ===== */
.trust-bar{background:var(--green-dark);padding:13px 0}
.trust-bar-inner{max-width:1300px;margin:0 auto;padding:0 28px;display:flex;align-items:center;justify-content:center;gap:44px;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:9px;color:#fff;font-size:13px;font-weight:600;font-family:'Barlow',sans-serif}
.trust-item svg{width:16px;height:16px;stroke:var(--orange);fill:none;stroke-width:2.2;flex-shrink:0}

/* ===== HERO ===== */
.hero{background:linear-gradient(140deg,#0c3321 0%,var(--green) 55%,#1e7a4a 100%);position:relative;overflow:hidden;padding:96px 0}
.hero::before{content:'';position:absolute;inset:0;background:url('assets/Request a Cut 2.jpg') center/cover;opacity:.13}
.hero::after{content:'';position:absolute;bottom:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange),transparent)}
.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}
.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.13);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.22);color:#fff;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;padding:6px 14px;border-radius:4px;margin-bottom:20px;font-family:'Barlow',sans-serif}
.hero-eyebrow::before{content:'';width:6px;height:6px;background:var(--orange);border-radius:50%}
.hero h1{font-size:64px;font-weight:700;color:#fff;line-height:1.02;letter-spacing:-1.5px;margin-bottom:18px;font-family:'Barlow Condensed',sans-serif}
.hero h1 em{color:var(--orange);font-style:normal}
.hero-sub{font-size:18px;color:rgba(255,255,255,.85);margin-bottom:32px;line-height:1.6;max-width:500px}
.hero-btns{display:flex;gap:14px;flex-wrap:wrap}
.hero-image-wrap{position:relative;border-radius:14px;overflow:hidden;box-shadow:0 28px 70px rgba(0,0,0,.45)}
.hero-image-wrap img{width:100%;height:440px;object-fit:cover}
.hero-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.72));padding:28px 22px 18px;display:flex;gap:0}
.hero-stat{flex:1;text-align:center;color:#fff;border-right:1px solid rgba(255,255,255,.2)}
.hero-stat:last-child{border-right:none}
.hero-stat-num{font-family:'Barlow Condensed',sans-serif;font-size:24px;font-weight:700;color:var(--orange)}
.hero-stat-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}

/* ===== PRODUCTS GRID ===== */
.section{padding:90px 0}
.section-alt{background:var(--white)}
.section-title{font-size:40px;font-weight:700;color:var(--text);line-height:1.1;letter-spacing:-.5px;font-family:'Barlow Condensed',sans-serif}
.section-sub{font-size:17px;color:var(--steel);margin-top:10px;line-height:1.6}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{background:var(--white);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden;transition:all .25s;box-shadow:var(--shadow)}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--green)}
.product-card img{width:100%;height:195px;object-fit:cover}
.product-card-body{padding:20px}
.product-card-title{font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:700;color:var(--text);margin-bottom:6px}
.product-card-desc{font-size:14px;color:var(--steel);margin-bottom:14px;line-height:1.55}
.product-card-link{font-size:14px;font-weight:700;color:var(--green);font-family:'Barlow',sans-serif;display:inline-flex;align-items:center;gap:5px;text-decoration:none;transition:gap .2s}
.product-card-link:hover{gap:9px}
.product-card-link svg{width:13px;height:13px}

/* ===== SERVICES ===== */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{background:var(--white);border-radius:var(--radius);padding:26px 22px;border:1px solid var(--border);box-shadow:var(--shadow);transition:all .25s;text-align:center}
.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--green)}
.service-icon{width:80px;height:80px;background:var(--green-light);border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.service-icon svg{width:26px;height:26px;stroke:var(--green);fill:none;stroke-width:2}
.service-card h3{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:700;margin-bottom:7px}
.service-card p{font-size:14px;color:var(--steel);line-height:1.55}

/* ===== WHY ===== */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px}
.why-item{text-align:center;padding:28px 16px;border-radius:var(--radius);background:rgba(26,92,58,.05);border:1px solid var(--border)}
.why-num{font-family:'Barlow Condensed',sans-serif;font-size:46px;font-weight:700;color:var(--green);line-height:1;margin-bottom:6px}
.why-title{font-family:'Barlow Condensed',sans-serif;font-size:20px;font-weight:700;margin-bottom:7px}
.why-desc{font-size:14px;color:var(--steel);line-height:1.6}

/* ===== INDUSTRIES ===== */
.industries-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.industry-chip{background:var(--white);border:1.5px solid var(--border);border-radius:8px;padding:14px 8px;text-align:center;font-size:13px;font-weight:700;color:var(--steel);font-family:'Barlow',sans-serif;transition:all .2s;cursor:default}
.industry-chip:hover{border-color:var(--green);color:var(--green);background:var(--green-light)}
.industry-chip-icon{font-size:22px;display:block;margin-bottom:5px}

/* ===== TESTIMONIALS ===== */
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.testimonial-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:26px;box-shadow:var(--shadow)}
.testimonial-stars{color:#f59e0b;font-size:15px;margin-bottom:12px}
.testimonial-text{font-size:15px;color:var(--steel);line-height:1.7;margin-bottom:18px;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:12px}
.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--green);display:flex;align-items:center;justify-content:center;font-family:'Barlow Condensed',sans-serif;font-weight:700;color:#fff;font-size:15px;flex-shrink:0}
.testimonial-name{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:16px}
.testimonial-role{font-size:13px;color:var(--steel)}

/* ===== CTA BANNER ===== */
.cta-banner{background:linear-gradient(135deg,var(--bg-darker),var(--bg-dark));padding:80px 0;text-align:center;position:relative;overflow:hidden}
.cta-banner::before{content:'';position:absolute;inset:0;background:url('assets/Request a cut.jpg') center/cover;opacity:.08}
.cta-banner-inner{position:relative;z-index:1}
.cta-banner h2{font-family:'Barlow Condensed',sans-serif;font-size:44px;font-weight:700;color:#fff;margin-bottom:10px;letter-spacing:-.5px}
.cta-banner p{font-size:18px;color:rgba(255,255,255,.8);margin-bottom:28px}
.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}

/* ===== FOOTER ===== */
footer{background:#111a14;padding:60px 0 0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:44px;margin-bottom:44px}
.footer-brand-name{font-family:'Barlow Condensed',sans-serif;font-size:22px;font-weight:700;color:#fff;margin-bottom:3px}
.footer-brand-sub{font-size:11px;font-weight:700;color:#4b7a5e;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:14px}
.footer-brand-desc{font-size:14px;color:#8a9e90;line-height:1.65}
.footer-heading{font-family:'Barlow Condensed',sans-serif;font-size:14px;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:18px}
.footer-links{list-style:none}
.footer-links li{margin-bottom:9px}
.footer-links a{color:#8a9e90;font-size:14px;text-decoration:none;transition:color .2s}
.footer-links a:hover{color:var(--orange)}
.footer-contact-item{display:flex;gap:10px;margin-bottom:11px;font-size:14px;color:#8a9e90;align-items:flex-start}
.footer-contact-item svg{width:15px;height:15px;stroke:var(--green-mid);fill:none;stroke-width:2;flex-shrink:0;margin-top:2px}
.footer-bottom{border-top:1px solid #1f2d22;padding:18px 28px;display:flex;align-items:center;justify-content:space-between;max-width:1300px;margin:0 auto}
.footer-bottom p{font-size:13px;color:#5a6e5e}
.footer-bottom-links{display:flex;gap:22px}
.footer-bottom-links a{font-size:13px;color:#5a6e5e;text-decoration:none;transition:color .2s}
.footer-bottom-links a:hover{color:#fff}
.footer-accent{height:4px;background:linear-gradient(90deg,var(--green),var(--orange))}

/* ===== RESPONSIVE ===== */
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;gap:36px}
  .hero h1{font-size:46px}
  .hero-image-wrap{display:none}
  .products-grid,.services-grid,.testimonials-grid{grid-template-columns:repeat(2,1fr)}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .industries-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px}
  .nav-links,.nav-cta{display:none}
  .ham{display:flex}
}
@media(max-width:600px){
  .products-grid,.services-grid,.testimonials-grid,.why-grid,.industries-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .trust-bar-inner{gap:20px}
  .hero h1{font-size:38px}
  .section-title{font-size:30px}
}

/* Additional Layout Fixes for Subpages */
.metals-grid, .plastics-grid, .cut-services-grid, .values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.about-grid, .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 50px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.profiles-grid, .location-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }

.metal-card, .plastic-card, .value-card, .cut-service-card { background: var(--white); border-radius: var(--radius); padding: 25px; box-shadow: var(--shadow); transition: transform 0.2s, box-shadow 0.2s; border: 1px solid var(--border); }
.metal-card:hover, .plastic-card:hover, .value-card:hover, .cut-service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }

.metal-card-img, .plastic-card-img { width: 100%; height: 200px; object-fit: cover; border-radius: var(--radius) var(--radius) 0 0; margin: -25px -25px 20px -25px; width: calc(100% + 50px); max-width: none; }
.metal-badge, .plastic-badge { display: inline-block; background: var(--green-light); color: var(--green); padding: 4px 10px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-bottom: 10px; }
.metal-card-title, .plastic-card-title, .cut-service-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; color: var(--green); margin-bottom: 10px; }
.metal-card-desc, .plastic-card-desc { font-size: 15px; color: var(--steel); }

.value-icon, .cut-service-icon { width: 50px; height: 50px; background: var(--green-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.value-icon svg, .cut-service-icon svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 2; }

.contact-card { display: flex; gap: 15px; background: var(--white); border: 1px solid var(--border); padding: 20px; border-radius: var(--radius); margin-bottom: 15px; }
.contact-card-icon svg { width: 24px; height: 24px; stroke: var(--green); fill: none; stroke-width: 2; }
.contact-card-label { font-size: 13px; font-weight: 700; color: var(--steel); text-transform: uppercase; letter-spacing: 1px; }
.contact-card-val { font-size: 20px; font-weight: 700; color: var(--text); font-family: 'Barlow Condensed', sans-serif; }
.contact-card-sub { font-size: 14px; color: var(--steel); margin-top: 4px; }

.form-card { background: var(--white); padding: 40px; border-radius: var(--radius); box-shadow: var(--shadow); border: 1px solid var(--border); }
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.form-group { flex: 1; }
.form-group.full { flex: 100%; }
.form-group label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; color: var(--text); }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid var(--border); border-radius: 6px; font-family: 'Barlow', sans-serif; font-size: 15px; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--green); }
.form-group textarea { height: 120px; resize: vertical; }
.form-card-sub { margin-bottom: 25px; color: var(--steel); }
.form-disclaimer { margin-top: 20px; font-size: 14px; color: var(--steel); }

.hours-box { background: var(--bg); padding: 25px; border-radius: var(--radius); margin-top: 30px; border: 1px solid var(--border); }
.hours-table { width: 100%; border-collapse: collapse; margin-top: 15px; }
.hours-table td { padding: 10px 0; border-bottom: 1px solid var(--border); font-size: 15px; }
.hours-table tr:last-child td { border-bottom: none; }
.hours-table td:last-child { text-align: right; font-weight: 600; color: var(--text); }
.hours-closed { color: var(--orange) !important; }

.compare-table-wrap { overflow-x: auto; }
.compare-table { width: 100%; border-collapse: collapse; background: var(--white); box-shadow: var(--shadow); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
.compare-table th { background: var(--green); color: #fff; text-align: left; padding: 15px 20px; font-family: 'Barlow Condensed', sans-serif; font-size: 20px; }
.compare-table td { padding: 15px 20px; border-bottom: 1px solid var(--border); }
.compare-table tr:last-child td { border-bottom: none; }

.stats-strip { background: var(--green); padding: 50px 0; color: #fff; }
.stats-inner { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 30px; }
.stat-item { text-align: center; }
.stat-num { font-family: 'Barlow Condensed', sans-serif; font-size: 60px; font-weight: 700; line-height: 1; margin-bottom: 5px; color: var(--orange); }
.stat-label { font-size: 16px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

.promise-strip { background: var(--white); border-bottom: 1px solid var(--border); padding: 20px 0; }
.promise-inner { max-width: 1300px; margin: 0 auto; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.promise-item { display: flex; align-items: center; gap: 10px; font-weight: 600; font-size: 15px; color: var(--green); }
.promise-item svg { width: 20px; height: 20px; stroke: var(--orange); fill: none; stroke-width: 2; }

.map-embed { border-radius: var(--radius); overflow: hidden; height: 100%; min-height: 300px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.map-embed iframe { width: 100%; height: 100%; border: none; }

.profiles-section { background: var(--green); padding: 80px 0; color: #fff; }
.profile-item { display: flex; gap: 20px; background: rgba(255,255,255,0.1); padding: 20px; border-radius: var(--radius); align-items: center; border: 1px solid rgba(255,255,255,0.2); }
.profile-icon { font-size: 30px; color: var(--orange); flex-shrink: 0; }
.profile-name { font-weight: 700; font-size: 18px; margin-bottom: 5px; font-family: 'Barlow Condensed', sans-serif; }
.profile-desc { font-size: 14px; opacity: 0.8; }

.process-step { text-align: center; }
.process-num { width: 60px; height: 60px; background: var(--orange); color: #fff; font-family: 'Barlow Condensed', sans-serif; font-size: 30px; font-weight: 700; display: flex; align-items: center; justify-content: center; border-radius: 50%; margin: 0 auto 20px; }
.process-step h3 { font-size: 22px; color: var(--text); margin-bottom: 10px; font-family: 'Barlow Condensed', sans-serif; }

.faq-item { background: var(--white); padding: 25px; border-radius: var(--radius); margin-bottom: 15px; border: 1px solid var(--border); }
.faq-item h3 { font-size: 20px; color: var(--green); margin-bottom: 10px; font-family: 'Barlow Condensed', sans-serif; }

.about-lead, .intro-lead { font-size: 22px; font-weight: 600; color: var(--green); margin-bottom: 20px; line-height: 1.4; font-family: 'Barlow', sans-serif; }
.about-body, .intro-body { margin-bottom: 15px; color: var(--steel); }
.about-cta-row { display: flex; gap: 15px; margin-top: 30px; }

.about-image-wrap, .intro-image-wrap { position: relative; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); border: 1px solid var(--border); }
.intro-image-wrap img, .about-image-wrap img { width: 100%; height: 100%; object-fit: cover; }
.about-image-badge { position: absolute; bottom: 20px; right: 20px; background: var(--orange); color: #fff; padding: 20px; border-radius: 50%; width: 120px; height: 120px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; box-shadow: var(--shadow-md); border: 4px solid #fff; }
.about-image-badge .num { font-family: 'Barlow Condensed', sans-serif; font-size: 34px; font-weight: 700; line-height: 1; }
.about-image-badge .lbl { font-size: 12px; font-weight: 700; text-transform: uppercase; margin-top: 5px; }

.page-hero { background: var(--bg-dark); padding: 80px 0; color: #fff; text-align: center; position: relative; background-image: linear-gradient(140deg, #0c3321 0%, var(--green) 55%, #1e7a4a 100%); }
.breadcrumb { display: flex; justify-content: center; gap: 10px; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; color: rgba(255,255,255,0.7); margin-bottom: 20px; }
.breadcrumb a { color: var(--orange); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.page-hero h1 { font-size: 56px; margin-bottom: 15px; font-family: 'Barlow Condensed', sans-serif; font-weight: 700; }
.page-hero p { font-size: 18px; max-width: 700px; margin: 0 auto; color: rgba(255,255,255,0.8); }

.location-info h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; color: var(--green); margin-bottom: 15px; }
.location-detail { display: flex; gap: 15px; margin-bottom: 20px; }
.location-detail-icon svg { width: 24px; height: 24px; stroke: var(--orange); fill: none; stroke-width: 2; }
.location-detail-label { font-size: 12px; font-weight: 700; color: var(--steel); text-transform: uppercase; letter-spacing: 1px; }
.location-detail-val { font-size: 16px; font-weight: 600; color: var(--text); margin-top: 4px; }

@media(max-width:900px) {
  .metals-grid, .plastics-grid, .cut-services-grid, .values-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .intro-grid, .contact-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .profiles-grid, .location-grid { grid-template-columns: 1fr; }
  .form-row { flex-direction: column; gap: 20px; }
}
@media(max-width:600px) {
  .metals-grid, .plastics-grid, .cut-services-grid, .values-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .page-hero h1 { font-size: 40px; }
}

/* USES SECTION (from metals page) */
.uses-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.use-item { display: flex; gap: 16px; padding: 20px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--border); box-shadow: var(--shadow); }
.use-num { font-family: 'Barlow Condensed', sans-serif; font-size: 32px; font-weight: 700; color: var(--green-light); line-height: 1; flex-shrink: 0; width: 40px; }
.use-title { font-family: 'Barlow Condensed', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 5px; }
.use-desc { font-size: 14px; color: var(--steel); line-height: 1.6; }

@media(max-width:900px){
  .uses-grid { grid-template-columns: 1fr; }
}

/* MATERIALS WE CUT (from cutting page) */
.materials-strip{background:var(--green-dark);padding:60px 0}
.materials-tags{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:28px}
.material-tag{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);color:#fff;padding:10px 20px;border-radius:24px;font-size:14px;font-weight:600}

/* FORMS STRIP (from plastics page) */
.forms-strip{background:var(--green-dark);padding:60px 0}
.forms-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px}
.form-item{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);padding:22px;text-align:center}
.form-icon{font-size:30px;margin-bottom:10px}
.form-name{font-family:'Barlow Condensed',sans-serif;font-size:17px;font-weight:700;color:#fff;margin-bottom:4px}
.form-desc{font-size:13px;color:rgba(255,255,255,.7);line-height:1.5}

/* MAP (from contact page) */
.map-embed{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-md);border:2px solid var(--border);margin-top:36px}
.map-embed iframe{width:100%;height:420px;border:none;display:block}

@media(max-width:900px){
  .forms-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:600px){
  .forms-grid{grid-template-columns:1fr}
}

@media(max-width:768px) {
  .trust-bar { display: none; }
}

/* GUARANTEE STRIP (from cutting page) */
.guarantee-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.guarantee-item{text-align:center;padding:32px 20px}
.guarantee-icon{width:64px;height:64px;background:var(--green-light);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.guarantee-icon svg{width:30px;height:30px;stroke:var(--green);fill:none;stroke-width:2}
.guarantee-item h3{font-family:'Barlow Condensed',sans-serif;font-size:21px;font-weight:700;margin-bottom:8px}
.guarantee-item p{font-size:14px;color:var(--steel);line-height:1.6}

@media(max-width:600px){
  .guarantee-grid{grid-template-columns:1fr}
}


/* LOGO TEXT */
.logo-text {
  font-family: 'Nunito', 'Barlow', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--green);
  letter-spacing: -0.5px;
  text-transform: none;
}
