:root{
  --yellow:#FFCD11;--yellow-dark:#E6B800;
  --black:#0a0a0a;--steel:#1a1f2c;--muted:#f4f4f5;
  --text:#0a0a0a;--text-muted:#6b7280;--border:#e5e7eb;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',system-ui,sans-serif;color:var(--text);background:#fff;line-height:1.5;-webkit-font-smoothing:antialiased}
h1,h2,h3,.font-display{font-family:'Barlow Condensed',sans-serif;font-weight:700;letter-spacing:-.01em;line-height:1.05;text-transform:uppercase}
h1{font-size:clamp(2.5rem,6vw,4.5rem)}
h2{font-size:clamp(2rem,4vw,3rem)}
h3{font-size:1.5rem}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}
.yellow{color:var(--yellow)}.bold{font-weight:700}.muted{color:var(--text-muted)}
.bar{display:inline-block;width:40px;height:1px;background:var(--yellow);vertical-align:middle;margin-right:6px}
.eyebrow{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.2em;color:var(--yellow);margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}
.eyebrow.dark{color:var(--text-muted)}
.eyebrow.center{justify-content:center}

/* Header */
.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:rgba(26,31,44,.95);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.05)}
.header-inner{height:80px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.logo{display:inline-flex;align-items:center;font-family:'Barlow Condensed',sans-serif;font-weight:800;font-size:1.5rem}
.logo-a{background:var(--yellow);color:#000;padding:.25rem .75rem}
.logo-b{background:#1a1f2c;color:var(--yellow);padding:.25rem .5rem;border-left:2px solid #1a1f2c}
.nav-desktop{display:none;gap:1.75rem}
.nav-desktop a{color:rgba(255,255,255,.8);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em}
.nav-desktop a:hover{color:var(--yellow)}
.header-actions{display:flex;gap:.75rem;align-items:center}
.btn-outline-yellow{display:none;border:2px solid var(--yellow);color:var(--yellow);padding:.5rem 1rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.btn-outline-yellow:hover{background:var(--yellow);color:#000}
.menu-toggle{background:none;border:0;color:#fff;font-size:1.5rem;cursor:pointer}
.nav-mobile{display:none;flex-direction:column;background:#1a1f2c;border-top:1px solid rgba(255,255,255,.1);padding:1rem 1.5rem;gap:.5rem}
.nav-mobile a{color:rgba(255,255,255,.8);padding:.5rem 0;text-transform:uppercase;font-size:.875rem;font-weight:500;letter-spacing:.05em}
body.menu-open .nav-mobile{display:flex}
@media(min-width:1024px){.nav-desktop{display:flex}.menu-toggle{display:none}.btn-outline-yellow{display:inline-flex}}

/* Hero */
.hero{position:relative;min-height:92vh;background:linear-gradient(135deg,#1a1f2c 0%,#0a0a0a 100%);display:flex;align-items:center;padding-top:5rem;overflow:hidden;color:#fff}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.4;mix-blend-mode:luminosity}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#1a1f2c,rgba(26,31,44,.8),transparent)}
.diag{position:absolute;width:128px;height:128px;background:repeating-linear-gradient(45deg,var(--yellow),var(--yellow) 10px,#000 10px,#000 20px);opacity:.9}
.diag-tl{top:0;left:0;clip-path:polygon(0 0,100% 0,0 100%)}
.diag-br{bottom:0;right:0;width:160px;height:160px;clip-path:polygon(100% 0,100% 100%,0 100%)}
.hero-content{position:relative;z-index:2;max-width:600px}
.hero-content .eyebrow{color:var(--yellow)}
.hero-lead{font-size:1.125rem;color:rgba(255,255,255,.7);margin:1.5rem 0 2.5rem;max-width:32rem}
.hero-ctas{display:flex;flex-wrap:wrap;gap:1rem}
.btn-yellow{display:inline-flex;align-items:center;gap:.75rem;background:var(--yellow);color:#000;padding:1rem 1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:0;cursor:pointer;font-size:.95rem;transition:box-shadow .2s}
.btn-yellow:hover{box-shadow:0 10px 30px -10px rgba(255,205,17,.5)}
.btn-yellow.full{width:100%;justify-content:center;margin-top:1rem}
.btn-ghost{display:inline-flex;align-items:center;gap:.75rem;border:2px solid rgba(255,255,255,.3);color:#fff;padding:1rem 1.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.btn-ghost:hover{border-color:var(--yellow);color:var(--yellow)}
.hero-phone{position:absolute;bottom:0;left:0;right:0;background:rgba(26,31,44,.9);border-top:1px solid rgba(255,205,17,.4);padding:.75rem 0;text-align:center;color:rgba(255,255,255,.8);font-size:.875rem}
.hero-phone a{color:#fff;margin-left:.5rem}
.hero-phone a:hover{color:var(--yellow)}

/* Stats */
.stats{background:var(--yellow);color:#000;padding:3.5rem 0;border-top:8px solid var(--steel);border-bottom:8px solid var(--steel)}
.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}
@media(min-width:768px){.stats-grid{grid-template-columns:repeat(4,1fr)}}
.stat-v{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:clamp(3rem,5vw,4rem);line-height:1}
.stat-l{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;margin-top:.5rem;font-weight:600}

/* Sections */
.section{padding:6rem 0}
.bg-muted{background:var(--muted)}
.bg-steel{background:var(--steel);color:#fff}
.section-head{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem;margin-bottom:3.5rem}
.section-head.center{text-align:center;align-items:center}
@media(min-width:768px){.section-head:not(.center){flex-direction:row;align-items:flex-end}}
.section-head p{max-width:28rem}

/* Markets */
.markets-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}
@media(min-width:640px){.markets-grid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.markets-grid{grid-template-columns:repeat(3,1fr)}}
.market-card{position:relative;overflow:hidden;background:var(--steel);aspect-ratio:4/5;display:block;color:#fff}
.market-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}
.market-card:hover img{transform:scale(1.1)}
.market-card::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,var(--steel),rgba(26,31,44,.4),transparent)}
.market-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;z-index:2}
.market-info h3{font-size:1.75rem;margin-bottom:.5rem}
.market-info p{font-size:.875rem;color:rgba(255,255,255,.7)}

/* Products */
.products-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}
@media(min-width:768px){.products-grid{grid-template-columns:repeat(3,1fr)}}
.product-card{background:#fff;border:1px solid var(--border);padding:2rem;transition:box-shadow .2s}
.product-card:hover{box-shadow:0 20px 40px -20px rgba(0,0,0,.2)}
.product-icon{width:56px;height:56px;background:var(--yellow);color:#000;display:flex;align-items:center;justify-content:center;font-size:1.75rem;margin-bottom:1.5rem}
.product-card h3{margin-bottom:.75rem}
.product-card p{color:var(--text-muted);margin-bottom:1.5rem}
.product-card a{font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.product-card a:hover{color:var(--yellow-dark)}

/* Services */
.services-grid{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}
@media(min-width:1024px){.services-grid{grid-template-columns:1fr 1fr}}
.services-img{position:relative}
.services-img img{width:100%;height:520px;object-fit:cover;box-shadow:0 20px 40px -20px rgba(0,0,0,.5)}
.badge-years{position:absolute;top:-1.5rem;left:-1.5rem;background:var(--yellow);color:#000;padding:1.5rem;display:none}
@media(min-width:768px){.badge-years{display:block}}
.b-v{font-family:'Barlow Condensed',sans-serif;font-weight:700;font-size:3rem;line-height:1}
.b-l{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;margin-top:.25rem}
.services-text h2{margin:1rem 0 1.5rem}
.services-text>p{color:rgba(255,255,255,.7);font-size:1.125rem;margin-bottom:2rem}
.benefits{list-style:none;margin-bottom:2.5rem}
.benefits li{padding:.5rem 0;color:rgba(255,255,255,.9)}
.benefits li::first-letter{color:var(--yellow);font-weight:700;margin-right:.5rem}

/* Contact */
.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem}
@media(min-width:1024px){.contact-grid{grid-template-columns:1fr 1fr}}
.lead{font-size:1.125rem;margin:1rem 0 2.5rem;max-width:28rem}
.contact-list{display:flex;flex-direction:column;gap:1.5rem}
.contact-item{display:flex;gap:1rem;align-items:flex-start}
.contact-icon{width:48px;height:48px;background:var(--yellow);color:#000;display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}
.contact-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted)}
.contact-value{font-weight:700;font-size:1.125rem;display:inline-block;margin-top:.25rem}
.contact-form{background:var(--steel);color:#fff;padding:2.5rem}
.contact-form h3{margin-bottom:1.5rem;font-size:1.5rem}
.form-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}
@media(min-width:640px){.form-grid{grid-template-columns:1fr 1fr}}
.contact-form input,.contact-form select,.contact-form textarea{width:100%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);padding:.75rem 1rem;color:#fff;font-family:inherit;font-size:1rem;margin-bottom:1rem}
.contact-form input::placeholder,.contact-form textarea::placeholder{color:rgba(255,255,255,.4)}
.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:none;border-color:var(--yellow)}
.contact-form select option{background:#1a1f2c}

/* Footer */
.site-footer{background:#0a0a0a;color:rgba(255,255,255,.7);padding:3rem 0}
.footer-inner{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}
.copy{font-size:.875rem;color:rgba(255,255,255,.4);margin-top:1rem}
