@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap');
:root{--ink:#101820;--muted:#64717d;--paper:#f5f7f8;--white:#fff;--accent:#f2b705;--line:#dce2e6}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:'DM Sans',Arial,sans-serif;background:var(--paper);line-height:1.6}a{text-decoration:none;color:inherit}.container{width:min(1160px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(16,24,32,.96);backdrop-filter:blur(12px);color:#fff}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;gap:12px;align-items:center}.brand-logo{width:72px;height:48px;object-fit:cover;object-position:center;border-radius:2px;display:block}.brand-mark{width:44px;height:44px;border:2px solid var(--accent);display:grid;place-items:center;font-family:'Space Grotesk';font-weight:700;color:var(--accent);transform:skew(-8deg)}.brand strong{display:block;font-family:'Space Grotesk';letter-spacing:1px}.brand small{display:block;color:#aeb8c0;font-size:9px;letter-spacing:1.4px}.nav #nav{display:flex;gap:28px;font-size:14px;font-weight:600}.nav #nav a{opacity:.85}.nav #nav a:hover{color:var(--accent);opacity:1}.menu-btn{display:none;background:none;border:0;color:#fff;font-size:25px}.hero{min-height:680px;display:grid;align-items:center;position:relative;background-image:url('assets/gallery/scaffolding-systems/scaffolding-frame.jpg');background-size:cover;background-position:center}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,15,20,.92),rgba(8,15,20,.56),rgba(8,15,20,.15))}.hero-content{position:relative;color:#fff;padding:110px 0}.eyebrow{font-size:11px;letter-spacing:2.4px;font-weight:700;color:var(--accent);margin:0 0 14px}.eyebrow.dark{color:#8a6500}.hero h1,h2{font-family:'Space Grotesk',Arial,sans-serif;line-height:1.05;margin:0}.hero h1{font-size:clamp(44px,7vw,82px);max-width:780px}.hero h1 span{color:var(--accent)}.hero-copy{max-width:640px;color:#dbe2e6;font-size:18px;margin:26px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:13px 20px;border-radius:5px;font-weight:700;font-size:14px}.primary{background:var(--accent);color:#111}.ghost{border:1px solid rgba(255,255,255,.5);color:#fff}.light{background:#fff;color:#111}.section{padding:100px 0}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}.section h2{font-size:clamp(36px,5vw,58px);margin-bottom:22px}.split p{color:var(--muted);font-size:17px}.about-card{background:#111;padding:10px;box-shadow:20px 20px 0 var(--accent)}.about-card img{display:block;width:100%;height:500px;object-fit:cover}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:34px}.stats div{border-top:2px solid var(--ink);padding-top:12px}.stats b,.stats span{display:block}.stats span{font-size:12px!important;margin-top:4px}.products{background:#fff}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:45px}.section-head>p{max-width:350px;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line)}.product-grid article{background:#fff;padding:30px;min-height:210px}.product-grid span{font-size:12px;color:#9a7600;font-weight:700}.product-grid h3{font-family:'Space Grotesk';font-size:23px;margin:18px 0 10px}.product-grid p{color:var(--muted);margin:0;font-size:14px}.gallery-section{background:#eef1f3}.gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.gallery-item{border:0;padding:0;background:#fff;cursor:pointer;text-align:left;position:relative;overflow:hidden;display:block}.gallery-item img{display:block;width:100%;height:300px;object-fit:cover;transition:transform .35s}.gallery-item:hover img{transform:scale(1.04)}.gallery-caption{padding:15px 16px 17px;background:#fff}.gallery-caption strong{display:block;color:#172b5b;font-family:'Space Grotesk',Arial,sans-serif;font-size:16px;line-height:1.25}.gallery-caption p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.contact{background:var(--ink);color:#fff}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:70px;align-items:start}.contact h2{max-width:650px}.contact p{color:#b8c1c8}.contact-list{display:grid;gap:12px;margin-top:30px}.contact-list a{font-size:17px}.contact-list a:hover{color:var(--accent)}.address{border:1px solid #3b464e;padding:35px}.address h3{font-family:'Space Grotesk';margin-top:0}.address p{font-size:17px}.address .btn{margin-top:20px}footer{background:#0b1116;color:#9faab2;padding:25px 0}.footer-inner{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:12px}.footer-inner strong{display:block;color:#fff}.footer-inner span{font-size:9px;letter-spacing:1px}.footer-inner p{margin:0}@media(max-width:850px){.nav #nav{display:none;position:absolute;top:76px;left:0;right:0;background:#101820;padding:20px 4%;flex-direction:column;gap:16px}.nav #nav.open{display:flex}.menu-btn{display:block}.split,.contact-grid{grid-template-columns:1fr}.about-card{margin:10px 0}.product-grid{grid-template-columns:1fr 1fr}.gallery{grid-template-columns:1fr 1fr}.section{padding:75px 0}.hero{min-height:620px}}@media(max-width:560px){.hero h1{font-size:45px}.product-grid,.gallery,.stats{grid-template-columns:1fr}.gallery-item img{height:360px}.footer-inner{flex-direction:column;align-items:flex-start}}
.products{background:linear-gradient(180deg,#ffffff 0%,#f7f8f9 100%);position:relative;overflow:hidden}.products:before{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(16,24,32,.06);border-radius:50%;right:-210px;top:90px;pointer-events:none}.premium-head{position:relative;z-index:1}.premium-head h2{max-width:720px}.premium-products{grid-template-columns:repeat(3,1fr);gap:18px;background:transparent;border:0}.product-card{background:#fff;border:1px solid #e1e5e8;box-shadow:0 10px 30px rgba(16,24,32,.07);overflow:hidden;min-height:100%;display:flex;flex-direction:column;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.product-card:hover{transform:translateY(-7px);box-shadow:0 18px 45px rgba(16,24,32,.13);border-color:#c9d0d5}.product-image{height:225px;position:relative;overflow:hidden;background:#161d23}.product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease;filter:saturate(.9)}.product-card:hover .product-image img{transform:scale(1.06)}.product-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,10,14,.08),rgba(5,10,14,.62))}.product-no{position:absolute;z-index:2;top:16px;left:16px;width:36px;height:36px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.6);color:#fff;font-family:'Space Grotesk';font-size:12px;font-weight:700;background:rgba(16,24,32,.35);backdrop-filter:blur(5px)}.product-tag{position:absolute;z-index:2;right:14px;bottom:14px;background:var(--accent);color:#111;padding:6px 9px;font-size:9px;font-weight:800;letter-spacing:1.2px}.product-body{padding:25px 25px 22px;display:flex;flex-direction:column;flex:1}.product-kicker{font-size:9px!important;letter-spacing:2px;font-weight:800;color:#9a7600;margin:0 0 8px!important}.product-body h3{font-family:'Space Grotesk';font-size:25px;margin:0 0 9px;line-height:1.15}.product-body>p:not(.product-kicker){color:var(--muted);font-size:13px;margin:0 0 20px}.product-link{margin-top:auto;padding-top:15px;border-top:1px solid #e7eaec;font-size:12px;font-weight:800;letter-spacing:.2px;color:#111820;display:flex;justify-content:space-between;align-items:center}.product-link span{color:#a47700;font-size:18px;transition:transform .2s}.product-link:hover span{transform:translate(3px,-2px)}.product-image-placeholder{display:grid;place-items:center;background:radial-gradient(circle at center,#303b44 0,#111820 62%,#0b1116 100%)}.product-image-placeholder:after{background:linear-gradient(180deg,rgba(5,10,14,.05),rgba(5,10,14,.3))}.placeholder-icon{position:relative;z-index:1;width:84px;height:84px;border:2px solid var(--accent);display:grid;place-items:center;color:var(--accent);font-family:'Space Grotesk';font-weight:700;font-size:27px;transform:skew(-8deg)}.products-cta{margin-top:30px;padding:25px 28px;background:#101820;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:25px;box-shadow:12px 12px 0 rgba(242,183,5,.9)}.products-cta strong,.products-cta span{display:block}.products-cta strong{font-family:'Space Grotesk';font-size:20px}.products-cta span{color:#aeb8c0;font-size:13px;margin-top:4px}.premium-cta{background:var(--accent);color:#111;white-space:nowrap}.premium-cta span{display:inline;color:#111;margin-left:8px;font-size:18px}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:50;display:flex;align-items:center;gap:9px;background:#20b85a;color:#fff;padding:13px 17px;border-radius:999px;box-shadow:0 10px 28px rgba(0,0,0,.22);font-weight:800;font-size:13px;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(0,0,0,.28)}.wa-icon{width:25px;height:25px;display:grid;place-items:center;flex:0 0 25px}.wa-icon svg{width:25px;height:25px;display:block;fill:#fff}.wa-label{display:inline}@media(max-width:950px){.premium-products{grid-template-columns:repeat(2,1fr)}.products-cta{box-shadow:8px 8px 0 rgba(242,183,5,.9)}}@media(max-width:600px){.premium-products{grid-template-columns:1fr}.product-image{height:245px}.products-cta{flex-direction:column;align-items:flex-start}.premium-cta{width:100%;text-align:center}.whatsapp-float{right:15px;bottom:15px;padding:13px}.wa-label{display:none}.wa-icon{width:27px;height:27px;flex-basis:27px}.wa-icon svg{width:27px;height:27px}}

.technical-section{background:#f5f7f8}.technical-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.tech-card{background:#fff;border:1px solid var(--line);padding:28px;box-shadow:0 8px 24px rgba(16,24,32,.05)}.tech-card h3{font-family:'Space Grotesk';font-size:22px;margin:0 0 12px}.tech-card p{font-size:14px;color:var(--muted);margin:8px 0}.tech-card strong{color:var(--ink)}.tech-number{display:inline-grid;place-items:center;width:32px;height:32px;border-radius:50%;background:var(--accent);color:#111;font-size:11px;font-weight:800;margin-bottom:15px}.spec-table-wrap{margin-top:28px;background:#fff;border:1px solid var(--line);padding:28px}.spec-table-wrap h3{font-family:'Space Grotesk';margin:0 0 18px;font-size:23px}.table-scroll{overflow-x:auto}.spec-table{width:100%;border-collapse:collapse;min-width:650px;font-size:13px}.spec-table th,.spec-table td{padding:13px 14px;border:1px solid #dfe4e7;text-align:left}.spec-table th{background:#101820;color:#fff;font-size:11px;letter-spacing:.3px}.spec-table td:first-child{font-weight:800;color:#8a6500}.span-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.span-cards div{border:1px solid var(--line);padding:18px;background:#fafbfb}.span-cards b,.span-cards span{display:block}.span-cards b{font-family:'Space Grotesk';margin-bottom:6px}.span-cards span{font-size:12px;color:var(--muted)}.accessories-section{background:#fff}.accessory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.accessory-grid div{background:#f4f6f7;border:1px solid #e0e5e8;padding:17px;font-size:13px;font-weight:700}.specialist-box{margin-top:28px;background:#101820;color:#fff;padding:28px;display:flex;align-items:center;justify-content:space-between;gap:25px;box-shadow:10px 10px 0 var(--accent)}.specialist-box h3{font-family:'Space Grotesk';font-size:22px;line-height:1.25;margin:0;max-width:820px}.specialist-box .eyebrow{margin-bottom:8px}@media(max-width:950px){.technical-grid{grid-template-columns:1fr}.span-cards{grid-template-columns:repeat(2,1fr)}.accessory-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.spec-table-wrap{padding:20px}.span-cards,.accessory-grid{grid-template-columns:1fr}.specialist-box{flex-direction:column;align-items:flex-start;box-shadow:6px 6px 0 var(--accent)}.specialist-box .btn{width:100%;text-align:center}.tech-card{padding:22px}.section-head{align-items:flex-start;flex-direction:column}}


/* KK Traders brochure: blue & white visual identity */
:root{--ink:#123b6d;--muted:#5d6f82;--paper:#f7fbff;--white:#fff;--accent:#1d78bd;--line:#d7e5f2;--brochure-red:#1d78bd;--brochure-blue:#0b5fa5;--brochure-navy:#103b68;--brochure-pale:#edf6fd}
body{font-family:Arial,Helvetica,sans-serif;background:#fff;color:#33485e}
h1,h2,h3,.brand strong,.products-cta strong,.specialist-box h3,.tech-card h3,.spec-table-wrap h3{font-family:Arial,Helvetica,sans-serif}
.site-header{background:#fff;border-bottom:4px solid var(--brochure-blue);box-shadow:0 3px 14px rgba(16,59,104,.10)}
.nav{min-height:82px}
.brand-mark{background:var(--brochure-blue);color:#fff}
.brand strong{color:var(--brochure-navy);text-shadow:none;font-weight:800}
.brand small{color:var(--brochure-blue)}
.nav #nav a{color:var(--brochure-navy)}
.nav #nav a:hover{color:var(--brochure-blue);text-decoration-color:var(--brochure-blue)}
.menu-btn{color:var(--brochure-navy)}
.hero-overlay{background:linear-gradient(90deg,rgba(9,48,87,.88),rgba(9,48,87,.56),rgba(9,48,87,.12))}
.hero .eyebrow{color:#fff;background:var(--brochure-blue)}
.hero h1{color:#fff;text-shadow:none}
.hero h1 span{color:#fff}
.primary{background:var(--brochure-blue);color:#fff;border:2px solid var(--brochure-blue)}
.ghost{border:2px solid #fff;color:#fff}
.eyebrow,.eyebrow.dark{color:var(--brochure-blue)}
.section h2{color:var(--brochure-navy)}
.about-card{background:var(--brochure-blue);box-shadow:14px 14px 0 #dcecf8}
.stats div{border-top:3px solid var(--brochure-blue)}
.stats b{color:var(--brochure-navy)}
.products{background:linear-gradient(180deg,#fff 0%,#f3f9fe 100%)}
.section-head{border-bottom:3px solid var(--brochure-blue)}
.product-card{border:1px solid #c9dcec;box-shadow:0 7px 20px rgba(16,59,104,.08)}
.product-card:hover{border-color:var(--brochure-blue)}
.product-image{background:var(--brochure-navy)}
.product-tag{background:var(--brochure-blue);color:#fff}
.product-kicker{color:var(--brochure-blue)!important}
.product-body h3{color:var(--brochure-navy)}
.product-link{color:var(--brochure-navy)}
.product-link span{color:var(--brochure-blue)}
.products-cta{background:var(--brochure-navy);border-top:4px solid var(--brochure-blue);box-shadow:10px 10px 0 #dcecf8}
.premium-cta{background:var(--brochure-blue);color:#fff}
.technical-section{background:#f2f8fd}
.tech-card{border:1px solid #c9ddec;border-top:4px solid var(--brochure-blue);box-shadow:none}
.tech-card h3{color:var(--brochure-navy)}
.tech-number{background:var(--brochure-blue);color:#fff}
.spec-table-wrap{border:1px solid #c9ddec}
.spec-table th{background:var(--brochure-navy);color:#fff}
.spec-table td:first-child{color:var(--brochure-blue)}
.accessory-grid div{background:#f2f8fd;border:1px solid #c9ddec;border-left:4px solid var(--brochure-blue);color:var(--brochure-navy)}
.specialist-box{background:var(--brochure-blue);border-top:4px solid #fff;box-shadow:10px 10px 0 var(--brochure-navy)}
.gallery-section{background:#f2f8fd}
.gallery-item{border:3px solid #fff;box-shadow:0 5px 15px rgba(16,59,104,.12)}
.gallery-item span{background:var(--brochure-blue)}
.contact{background:var(--brochure-navy);border-top:5px solid var(--brochure-blue)}
.address{border-color:rgba(255,255,255,.35);border-top:4px solid var(--brochure-blue)}
.light{background:var(--brochure-blue);color:#fff}
footer{background:var(--brochure-navy);color:#eaf5ff;border-top:4px solid var(--brochure-blue)}
.footer-inner strong{color:#fff}
.footer-inner span{color:#dcecff}
.whatsapp-float{background:#20b85a}
@media(max-width:850px){.nav #nav{top:82px;background:#fff;border-top:3px solid var(--brochure-blue)}.nav #nav a{color:var(--brochure-navy)}}

/* Final brochure typography + logo refinement — blue & white */
:root{
  --brochure-blue:#168fbe;
  --brochure-blue-dark:#0b4f87;
  --brochure-navy:#172b5b;
  --brochure-light:#eef8fc;
  --brochure-line:#cfe5ef;
}
body{font-family:Arial,Helvetica,sans-serif;letter-spacing:.01em}
h1,h2,h3,.brand strong,.footer-inner strong{font-family:Georgia,"Times New Roman",serif}
.site-header{background:#fff;border-bottom:3px solid var(--brochure-blue);box-shadow:0 4px 18px rgba(11,79,135,.08)}
.brand{gap:13px;align-items:center}
.brand-mark{
  width:78px;height:62px;flex:0 0 78px;
  border:0;border-radius:0;background:var(--brochure-blue);
  color:#fff;position:relative;display:flex;flex-direction:column;
  align-items:center;justify-content:center;line-height:1;
  clip-path:polygon(0 0,78% 0,100% 50%,78% 100%,0 100%,14% 50%);
  box-shadow:inset 0 -4px 0 rgba(255,255,255,.18)
}
.brand-mark:before{
  content:"";position:absolute;left:13px;top:11px;width:17px;height:34px;
  border:3px solid #fff;border-bottom:0;opacity:.9
}
.brand-mark:after{
  content:"";position:absolute;left:16px;top:18px;width:6px;height:6px;
  background:#fff;box-shadow:10px 0 #fff,0 10px #fff,10px 10px #fff,0 20px #fff,10px 20px #fff;
  opacity:.85
}
.mark-kk{position:relative;z-index:2;font-family:Georgia,"Times New Roman",serif;font-weight:900;font-size:28px;letter-spacing:-4px;margin-left:12px}
.brand-mark i{position:relative;z-index:2;font-family:Arial,sans-serif;font-style:normal;font-size:6px;letter-spacing:1.6px;font-weight:800;margin:5px 0 0 13px}
.brand-name{display:flex;flex-direction:column;line-height:1}
.brand-name strong{font-family:Georgia,"Times New Roman",serif;color:var(--brochure-navy);font-size:27px;font-weight:900;letter-spacing:4px}
.brand-name small{font-family:Georgia,"Times New Roman",serif;color:var(--brochure-blue-dark);font-size:10px;font-weight:900;letter-spacing:2.2px;margin-top:6px}
.nav #nav a{font-family:Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--brochure-navy)}
.hero .eyebrow,.eyebrow{font-family:Arial,sans-serif;font-weight:800;letter-spacing:2px;text-transform:uppercase}
.hero .eyebrow{background:var(--brochure-blue);border-radius:0;padding:8px 13px}
.hero h1{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
  letter-spacing:.5px;
  line-height:1.04;
  text-transform:uppercase;
  max-width:1050px;
}
.hero h1 span{font-weight:700;letter-spacing:.2px}
.hero-copy{font-family:Arial,sans-serif;font-size:16px;line-height:1.7}
.section-head h2,.section h2{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:900;
  letter-spacing:.3px;
  text-transform:uppercase;
  line-height:1.12;
}
.section-head h2{font-size:clamp(31px,4vw,48px)}
.section-head>p{font-family:Arial,sans-serif;line-height:1.65}
.product-body h3,.tech-card h3,.spec-table-wrap h3,.specialist-box h3{
  font-family:Georgia,"Times New Roman",serif;
  font-weight:800;
}
.product-body h3{font-size:24px;letter-spacing:.1px}
.product-kicker,.product-tag,.product-no{
  font-family:Arial,sans-serif;font-weight:800;letter-spacing:1.5px
}
.tech-card h3{font-size:21px;text-transform:uppercase;letter-spacing:.2px}
.spec-table-wrap h3{text-transform:uppercase;letter-spacing:.4px}
.accessory-grid div{font-family:Arial,sans-serif;font-weight:700}
.specialist-box h3{font-size:22px}
.contact h2{font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;font-weight:900}
.footer-inner strong{font-family:Georgia,"Times New Roman",serif;letter-spacing:3px}
.footer-inner span{font-family:Arial,sans-serif;letter-spacing:1.8px}
@media(max-width:600px){
 .brand-mark{width:64px;height:54px;flex-basis:64px}
 .mark-kk{font-size:23px}
 .brand-name strong{font-size:21px;letter-spacing:2.5px}
 .brand-name small{font-size:8px;letter-spacing:1.4px}
 .hero h1{font-size:40px;line-height:1.08}
 .section-head h2,.section h2{font-size:32px}
}


/* KK STEELS inline logo — final */
.brand{display:flex;align-items:center;min-width:0;text-decoration:none}
.brand-logo-svg{display:block;width:250px;height:auto;max-height:64px}
@media(max-width:850px){.brand-logo-svg{width:215px;max-height:58px}}
@media(max-width:560px){.brand-logo-svg{width:185px;max-height:52px}}
@media(max-width:390px){.brand-logo-svg{width:165px;max-height:48px}}

/* Header restored to simple KK STEELS wordmark; logo belongs in the upper hero image area */
.brand{display:flex;align-items:center;min-width:0;text-decoration:none}
.brand-simple{display:flex;flex-direction:column;justify-content:center;line-height:1;min-width:0}
.brand-simple strong{display:block;font-family:Georgia,"Times New Roman",serif;font-size:28px;font-weight:900;letter-spacing:3px;color:#172b5b;white-space:nowrap}
.brand-simple small{display:block;margin-top:6px;font-family:Georgia,"Times New Roman",serif;font-size:9px;font-weight:800;letter-spacing:1.4px;color:#0b4f87;white-space:nowrap}
.hero{background-color:#f7fbff;background-image:url('assets/kk-steels-exact.jpg');background-repeat:no-repeat;background-size:min(520px,46vw) auto;background-position:82% center}
.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.92) 46%,rgba(255,255,255,.25) 100%)}
.hero-content{color:#172b5b}
.hero h1{color:#172b5b;text-shadow:none}
.hero h1 span{color:#0b4f87}
.hero-copy{color:#405b73}
@media(max-width:850px){.brand-simple strong{font-size:23px;letter-spacing:2.5px}.brand-simple small{font-size:7px;letter-spacing:1px;margin-top:5px}.hero{background-size:min(430px,52vw);background-position:90% center}.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.9) 58%,rgba(255,255,255,.35) 100%)}}
@media(max-width:560px){.brand-simple strong{font-size:20px;letter-spacing:1.8px}.brand-simple small{font-size:6.2px;letter-spacing:.6px;margin-top:4px}.hero{background-size:260px auto;background-position:center 86%;min-height:650px}.hero-content{padding-bottom:250px}.hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.98) 0%,rgba(255,255,255,.93) 56%,rgba(255,255,255,.45) 100%)}}
@media(max-width:390px){.brand-simple strong{font-size:18px;letter-spacing:1.4px}.brand-simple small{font-size:5.5px;letter-spacing:.4px}}


/* About section: replace construction photo with KK Steels logo */
.about-card.logo-card{background:#fff;padding:28px;min-height:500px;display:grid;place-items:center;border:1px solid #cfe5ef;box-shadow:14px 14px 0 #dcecf8}
.about-card.logo-card img{display:block;width:min(100%,430px);height:auto;max-height:420px;object-fit:contain}
@media(max-width:600px){.about-card.logo-card{min-height:360px;padding:22px}.about-card.logo-card img{max-height:300px}}
@media(max-width:560px){.top-logo{padding:10px 14px}.top-logo img{width:min(100%,250px);max-height:105px}}@media(max-width:560px){.brand-logo{width:58px;height:40px}.brand{gap:9px}.brand small{font-size:8px;letter-spacing:1.1px}}

/* Header: show the full uploaded KK Steels logo, with clear KK Steels name */
.site-header .brand-logo{
  width:76px;
  height:62px;
  flex:0 0 76px;
  object-fit:contain;
  object-position:center;
  border-radius:4px;
  display:block;
  background:#020a3a;
}
.site-header .brand-simple strong{
  font-family:Arial,Helvetica,sans-serif;
  color:#172b5b;
  font-size:25px;
  font-weight:800;
  letter-spacing:2.2px;
}
.site-header .brand-simple small{
  font-family:Arial,Helvetica,sans-serif;
  color:#168fbe;
  font-size:8px;
  font-weight:700;
  letter-spacing:1.2px;
  margin-top:5px;
}
@media(max-width:560px){
  .site-header .brand-logo{width:62px;height:52px;flex-basis:62px}
  .site-header .brand-simple strong{font-size:20px;letter-spacing:1.5px}
  .site-header .brand-simple small{font-size:6.5px;letter-spacing:.7px}
}


/* Gallery category filters */
.gallery-filters{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 30px;padding:0 0 4px}
.gallery-filter{appearance:none;border:1px solid #cbd7e2;background:#fff;color:#172b5b;border-radius:999px;padding:13px 26px;font:500 16px/1 Arial,Helvetica,sans-serif;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 5px rgba(11,79,135,.03)}
.gallery-filter:hover{border-color:#168fbe;color:#0b4f87;transform:translateY(-1px)}
.gallery-filter.active{background:#17384f;color:#fff;border-color:#17384f;box-shadow:0 6px 14px rgba(23,56,79,.18)}
.gallery-category{display:none}
.gallery-category.gallery-active{display:block}
.gallery-category-head{display:flex;align-items:end;gap:14px;margin:0 0 16px}
.gallery-category-head h3{margin:0;font-family:Georgia,"Times New Roman",serif;color:#172b5b;font-size:28px}
.gallery-category-head span{margin-left:auto;color:#64717d;font-size:12px;font-weight:700}
@media(max-width:700px){.gallery-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:10px}.gallery-filter{white-space:nowrap;padding:11px 18px;font-size:14px}.gallery-category-head h3{font-size:23px}}

/* Old Material Purchase & Sales CTA — use only the site's existing theme colors */
.old-material-section{margin:0;padding:58px 0 56px;background:var(--ink);border-radius:0 0 18px 18px;color:var(--white)}
.old-material-inner{text-align:center}
.old-material-inner h2{margin:0;font-family:'Space Grotesk',Arial,sans-serif;font-size:46px;line-height:1.15;font-weight:700;color:var(--white)}
.old-material-inner p{margin:22px auto 0;max-width:760px;font-family:'DM Sans',Arial,sans-serif;font-size:23px;line-height:1.45;color:#dbe2e6}
.old-material-actions{display:flex;justify-content:center;gap:20px;margin-top:40px}
.old-material-actions a{min-width:222px;padding:20px 30px;border-radius:11px;text-decoration:none;font:700 18px/1 'DM Sans',Arial,sans-serif;transition:transform .2s ease,box-shadow .2s ease}
.old-material-call{background:#fff;color:var(--ink);border:2px solid #fff}
.old-material-wa{background:#fff;color:#20b85a;border:2px solid #20b85a}
.old-material-actions a:hover{transform:translateY(-2px);box-shadow:0 9px 18px rgba(0,0,0,.16)}
@media(max-width:700px){
  .old-material-section{padding:46px 18px}
  .old-material-inner h2{font-size:32px}
  .old-material-inner p{font-size:18px}
  .desktop-break{display:none}
  .old-material-actions{flex-direction:column;align-items:center;gap:12px;margin-top:30px}
  .old-material-actions a{width:min(100%,300px);min-width:0}
}


/* Professional visual polish — KK Steels */
:root{
  --pro-blue:#0b5fa5;
  --pro-blue-dark:#123b6d;
  --pro-cyan:#168fbe;
  --pro-pale:#f5f9fc;
  --pro-border:#d8e6ef;
  --pro-shadow:0 14px 40px rgba(18,59,109,.09);
}
html{scroll-behavior:smooth;scroll-padding-top:88px}
body{background:#fff;color:#33485e;line-height:1.6;-webkit-font-smoothing:antialiased}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);backdrop-filter:blur(14px);border-bottom:1px solid var(--pro-border);box-shadow:0 5px 24px rgba(18,59,109,.07)}
.nav{min-height:78px}
.site-header .brand-logo{width:68px;height:56px;flex-basis:68px;border:1px solid #d7e5ef}
.site-header .brand-simple strong{font-size:23px;letter-spacing:2px}
.site-header .brand-simple small{font-size:7.5px;letter-spacing:1.05px}
.nav #nav{gap:25px}
.nav #nav a{position:relative;padding:30px 0;font-size:11px;letter-spacing:1px;color:var(--pro-blue-dark)}
.nav #nav a:after{content:"";position:absolute;left:0;right:100%;bottom:22px;height:2px;background:var(--pro-cyan);transition:right .22s ease}
.nav #nav a:hover:after{right:0}
.menu-btn{border:1px solid var(--pro-border);border-radius:8px;padding:7px 10px;background:#fff}
.hero{min-height:680px;background-color:#f6fbfe;background-size:min(520px,44vw) auto;background-position:82% center}
.hero-overlay{background:linear-gradient(90deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 48%,rgba(255,255,255,.32) 100%)}
.hero-content{padding-top:110px;padding-bottom:110px}
.hero .eyebrow{display:inline-flex;align-items:center;border-radius:4px;background:var(--pro-blue);padding:8px 12px;font-size:10px;letter-spacing:1.7px}
.hero h1{font-size:clamp(48px,6.3vw,82px);max-width:820px;letter-spacing:-1px;margin:18px 0 20px}
.hero-copy{max-width:650px;font-size:17px;line-height:1.75;color:#486176}
.actions{gap:12px;margin-top:30px}
.btn{border-radius:8px;padding:14px 22px;font-size:12px;font-weight:800;letter-spacing:.7px;text-transform:uppercase}
.primary{background:var(--pro-blue);border-color:var(--pro-blue);box-shadow:0 8px 20px rgba(11,95,165,.2)}
.primary:hover{background:var(--pro-blue-dark);border-color:var(--pro-blue-dark)}
.ghost{border-color:var(--pro-blue-dark);color:var(--pro-blue-dark);background:rgba(255,255,255,.72)}
.section{padding:92px 0}
.section-head{margin-bottom:38px;border-bottom:0;align-items:end}
.section-head h2{margin-top:7px}
.eyebrow.dark{font-size:10px;letter-spacing:2px;color:var(--pro-cyan)}
.products{background:linear-gradient(180deg,#fff 0%,#f6fafd 100%)}
.premium-products{gap:20px}
.product-card{border:1px solid var(--pro-border);border-radius:12px;overflow:hidden;box-shadow:0 8px 28px rgba(18,59,109,.07);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}
.product-card:hover{transform:translateY(-5px);box-shadow:var(--pro-shadow);border-color:#a9cfe1}
.product-image{height:265px}
.product-body{padding:24px}
.product-body h3{color:var(--pro-blue-dark);font-size:23px}
.product-link{color:var(--pro-blue-dark);border-top:1px solid #e6eef3}
.product-link:hover{color:var(--pro-blue)}
.products-cta{margin-top:34px;border-radius:12px;border:1px solid rgba(255,255,255,.08);box-shadow:none;padding:24px 28px}
.premium-cta{border-radius:8px;background:var(--pro-cyan)}
.technical-section,.gallery-section{background:var(--pro-pale)}
.technical-grid{gap:20px}
.tech-card{border:1px solid var(--pro-border);border-top:3px solid var(--pro-cyan);border-radius:10px;padding:28px;box-shadow:0 8px 25px rgba(18,59,109,.045)}
.tech-card h3{color:var(--pro-blue-dark)}
.tech-card p{line-height:1.7}
.tech-number{background:var(--pro-blue);box-shadow:0 4px 10px rgba(11,95,165,.18)}
.spec-table-wrap{border-radius:10px;border:1px solid var(--pro-border);box-shadow:0 8px 25px rgba(18,59,109,.045)}
.spec-table th{background:var(--pro-blue-dark)}
.span-cards div{border-radius:8px;background:#fbfdfe}
.gallery-filters{margin-bottom:28px;gap:9px}
.gallery-filter{border-color:#c9dce8;color:var(--pro-blue-dark);font-weight:700;box-shadow:none}
.gallery-filter.active{background:var(--pro-blue-dark);border-color:var(--pro-blue-dark);box-shadow:0 6px 16px rgba(18,59,109,.16)}
.gallery-item{border:1px solid #fff;border-radius:10px;overflow:hidden;box-shadow:0 7px 22px rgba(18,59,109,.08);transition:transform .22s ease,box-shadow .22s ease}
.gallery-item:hover{transform:translateY(-4px);box-shadow:0 14px 32px rgba(18,59,109,.13)}
.gallery-item img{transition:transform .35s ease}
.gallery-caption{padding:16px 17px 18px}
.gallery-caption strong{font-size:15px;color:var(--pro-blue-dark)}
.gallery-caption p{font-size:12px;line-height:1.55}
.old-material-section{border-radius:12px;margin:0 20px;padding:64px 0;background:var(--pro-blue-dark)}
.old-material-inner h2{font-size:clamp(32px,4vw,48px);letter-spacing:.2px}
.old-material-inner p{font-size:18px;color:#dceaf4;max-width:720px}
.old-material-actions{margin-top:32px;gap:12px}
.old-material-actions a{border-radius:8px;padding:17px 28px;min-width:210px;font-size:15px}
.old-material-call{background:#fff;color:var(--pro-blue-dark);border-color:#fff}
.old-material-wa{background:#fff;color:#20b85a;border-color:#20b85a}
.about-card.logo-card{border-radius:12px;box-shadow:12px 12px 0 #dcecf8}
.stats{gap:12px;margin-top:28px}
.stats div{background:#f7fbfd;border:1px solid var(--pro-border);border-top:3px solid var(--pro-cyan);padding:17px;border-radius:8px}
.stats b{font-size:13px}
.stats span{font-size:11px;color:#65798a}
.contact{padding:86px 0;background:var(--pro-blue-dark);border-top:0}
.contact-grid{gap:60px}
.contact h2{font-size:clamp(34px,4vw,54px);color:#fff}
.contact-grid>div>p:not(.eyebrow){color:#d8e6f0;max-width:650px}
.contact-list{display:grid;gap:8px;margin-top:25px}
.contact-list a{color:#fff;text-decoration:none;font-weight:700;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.14);max-width:360px}
.contact-list a:hover{color:#7fd4ec}
.address{background:#fff;border:0;border-top:4px solid var(--pro-cyan);border-radius:12px;padding:30px;box-shadow:0 15px 35px rgba(0,0,0,.14)}
.address h3{font-family:Georgia,"Times New Roman",serif;color:var(--pro-blue-dark);font-size:27px;margin-bottom:10px}
.address p{color:#526a7d}
.address .light{background:var(--pro-blue);border-color:var(--pro-blue);border-radius:8px}
footer{background:#092f55;border-top:1px solid rgba(255,255,255,.12)}
.footer-inner{min-height:95px}
.footer-inner strong{font-size:19px}
.whatsapp-float{right:22px;bottom:22px;background:#20b85a;border:3px solid #fff;padding:12px 16px;box-shadow:0 10px 28px rgba(0,0,0,.2)}
@media(max-width:850px){
  .site-header .brand-logo{width:62px;height:52px;flex-basis:62px}
  .nav #nav{top:78px;padding:8px 20px 18px;box-shadow:0 15px 25px rgba(18,59,109,.1)}
  .nav #nav a{padding:13px 0;border-bottom:1px solid #edf2f5}
  .nav #nav a:after{display:none}
  .hero{min-height:620px;background-size:430px auto;background-position:90% center}
  .hero-content{padding-top:90px;padding-bottom:90px}
  .section{padding:72px 0}
  .old-material-section{margin:0 14px}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}
  .site-header .brand-logo{width:58px;height:48px;flex-basis:58px}
  .site-header .brand-simple strong{font-size:19px;letter-spacing:1.4px}
  .site-header .brand-simple small{font-size:6px;letter-spacing:.55px}
  .hero{min-height:690px;background-size:280px auto;background-position:center 88%}
  .hero-overlay{background:linear-gradient(180deg,rgba(255,255,255,.99) 0%,rgba(255,255,255,.94) 58%,rgba(255,255,255,.45) 100%)}
  .hero-content{padding-top:65px;padding-bottom:255px}
  .hero h1{font-size:39px;letter-spacing:-.5px}
  .hero-copy{font-size:15px}
  .section{padding:62px 0}
  .section-head{margin-bottom:28px}
  .product-image{height:235px}
  .products-cta{padding:22px;gap:18px}
  .old-material-section{margin:0;border-radius:0;padding:50px 14px}
  .old-material-inner p{font-size:16px}
  .old-material-actions a{width:min(100%,320px)}
  .contact-grid{gap:34px}
  .address{padding:24px}
  .whatsapp-float{right:14px;bottom:14px}
}

/* Professional About Us copy */
.about-copy{max-width:760px}
.about-copy p{margin:0 0 22px;font-size:18px;line-height:1.8;color:#405b73}
.about-copy p:last-child{margin-bottom:0}
.about-copy strong{color:var(--brochure-navy);font-weight:800}
@media(max-width:600px){.about-copy p{font-size:16px;line-height:1.75;margin-bottom:18px}}


/* Final consistency pass — spacing, type, buttons and alignment */
:root{
  --space-section:88px;
  --radius-card:10px;
  --radius-button:8px;
  --body-size:15px;
  --body-line:1.7;
}
body{font-size:var(--body-size);line-height:var(--body-line)}
.section{padding:var(--space-section) 0}
.section-head{width:100%;margin:0 0 36px;padding:0;align-items:flex-end;gap:40px}
.section-head>div{min-width:0}
.section-head>p{max-width:560px;margin:0 0 3px;color:#5d7080}
.section-head h2{margin:6px 0 0}
.eyebrow{margin:0}
.product-card,.tech-card,.spec-table-wrap,.gallery-item,.address,.about-card.logo-card{border-radius:var(--radius-card)}
.product-card,.tech-card{overflow:hidden}
.btn,.old-material-actions a{border-radius:var(--radius-button);min-height:48px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2}
.primary,.ghost{min-width:150px}
.premium-cta{min-width:185px}
.old-material-section{margin:0;padding:70px 0;background:var(--pro-blue-dark);border-radius:0}
.old-material-inner h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(32px,4vw,48px);font-weight:900;letter-spacing:.2px}
.old-material-inner p{font-family:Arial,Helvetica,sans-serif;font-size:18px;line-height:1.7}
.old-material-actions a{font-family:Arial,Helvetica,sans-serif;font-size:14px;letter-spacing:.2px}
.about-copy p{font-size:17px;line-height:1.8}
.about-card.logo-card{min-height:100%;padding:26px}
.contact{padding:88px 0}
.contact-grid{align-items:stretch}
.address{height:100%;box-sizing:border-box}
footer{margin-top:0}
@media(max-width:850px){
  :root{--space-section:72px}
  .section-head{gap:18px}
}
@media(max-width:600px){
  :root{--space-section:62px}
  .section-head{margin-bottom:28px;gap:10px}
  .section-head>p{font-size:14px}
  .btn,.old-material-actions a{min-height:46px}
  .about-copy p{font-size:16px;line-height:1.75}
  .old-material-section{padding:54px 0}
}

/* Address readability fix */
.address p{
  color:#243f5a;
  font-size:18px;
  font-weight:600;
  line-height:1.75;
  opacity:1;
}
.address h3{
  color:var(--pro-blue-dark);
}
@media(max-width:600px){
  .address p{
    color:#243f5a;
    font-size:17px;
    line-height:1.7;
  }
}


/* Hero redesign — full construction background with transparent-style logo */
.hero{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  overflow:hidden;
  background-color:#183446;
  background-image:url('assets/gallery/scaffolding-systems/scaffolding-frame.jpg');
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.hero-overlay{
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(180deg,rgba(5,25,38,.48) 0%,rgba(5,25,38,.60) 48%,rgba(5,25,38,.78) 100%),
    linear-gradient(90deg,rgba(5,25,38,.32) 0%,rgba(5,25,38,.18) 50%,rgba(5,25,38,.38) 100%);
}
.hero-content{
  position:relative;
  z-index:1;
  width:100%;
  padding-top:72px;
  padding-bottom:72px;
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}
.hero-logo-wrap{
  width:164px;
  height:164px;
  margin:0 auto 24px;
  border:4px solid rgba(255,255,255,.94);
  border-radius:28px;
  overflow:hidden;
  background:rgba(255,255,255,.08);
  box-shadow:0 10px 30px rgba(0,0,0,.24);
}
.hero-logo{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  mix-blend-mode:screen;
  opacity:.96;
}
.hero .eyebrow{
  margin:0 0 16px;
  color:#fff;
  background:rgba(11,95,165,.86);
  border:1px solid rgba(255,255,255,.18);
}
.hero h1{
  margin:0 0 18px;
  color:#fff;
  text-shadow:0 3px 18px rgba(0,0,0,.28);
  max-width:900px;
}
.hero h1 span{color:#fff}
.hero-copy{
  max-width:820px;
  margin:0 auto;
  color:#f4f8fb;
  font-size:18px;
  line-height:1.75;
  text-shadow:0 2px 10px rgba(0,0,0,.28);
}
.hero .actions{justify-content:center;margin-top:30px}
.hero .primary{
  background:#f2b705;
  border-color:#f2b705;
  color:#102a43;
  box-shadow:0 10px 24px rgba(0,0,0,.22);
}
.hero .primary:hover{background:#ffd04a;border-color:#ffd04a}
.hero .ghost{
  color:#fff;
  border-color:rgba(255,255,255,.78);
  background:rgba(7,34,51,.24);
}
@media(max-width:850px){
  .hero{min-height:640px;background-position:center}
  .hero-content{padding-top:64px;padding-bottom:64px}
  .hero-logo-wrap{width:144px;height:144px;margin-bottom:20px}
  .hero-copy{font-size:16px;max-width:680px}
}
@media(max-width:600px){
  .hero{min-height:720px;background-position:center}
  .hero-overlay{
    background:linear-gradient(180deg,rgba(5,25,38,.52) 0%,rgba(5,25,38,.66) 52%,rgba(5,25,38,.82) 100%);
  }
  .hero-content{padding-top:52px;padding-bottom:52px}
  .hero-logo-wrap{width:126px;height:126px;border-width:3px;border-radius:22px;margin-bottom:18px}
  .hero h1{font-size:39px}
  .hero-copy{font-size:15px;line-height:1.65}
  .hero .actions{width:100%;flex-direction:column;align-items:center}
  .hero .actions .btn{width:min(100%,290px)}
}


/* Contact address visibility and clean contact intro */
.contact-grid>div>p:not(.eyebrow){
  color:#e7f1f8;
}
.address{
  background:#fff;
  color:#17324d;
}
.address h3{
  color:#123b6d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:30px;
  font-weight:700;
}
.address p{
  color:#17324d !important;
  font-family:Arial,Helvetica,sans-serif;
  font-size:18px;
  font-weight:700;
  line-height:1.75;
  opacity:1;
  text-shadow:none;
}
@media(max-width:600px){
  .address h3{font-size:27px}
  .address p{
    color:#17324d !important;
    font-size:17px;
    font-weight:700;
    line-height:1.7;
  }
}


/* Refined homepage value proposition */
.hero-copy{
  max-width:980px;
  margin:0 auto;
  color:#f6f9fb;
  font-size:19px;
  line-height:1.65;
  font-weight:500;
  letter-spacing:.05px;
  text-align:center;
  text-shadow:0 2px 12px rgba(0,0,0,.3);
}
@media(max-width:600px){
  .hero-copy{
    max-width:560px;
    font-size:16px;
    line-height:1.65;
  }
}


/* Google Maps location action */
.address .maps-link{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:4px 0 22px;
  padding:9px 14px 9px 10px;
  border:1px solid #d8e2e9;
  border-radius:8px;
  background:#fff;
  color:#17324d;
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:700;
  line-height:1.2;
  text-decoration:none;
  box-shadow:0 5px 14px rgba(18,59,109,.08);
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.address .maps-link img{
  display:block;
  width:32px;
  height:32px;
  object-fit:contain;
  flex:0 0 32px;
}
.address .maps-link:hover{
  transform:translateY(-1px);
  border-color:#b9cbd8;
  box-shadow:0 8px 18px rgba(18,59,109,.12);
}
.address .maps-link:focus-visible{
  outline:3px solid rgba(22,143,190,.28);
  outline-offset:2px;
}
@media(max-width:600px){
  .address .maps-link{
    margin-bottom:20px;
    font-size:14px;
  }
}


/* Address actions — clean professional layout */
.address-actions{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:24px;
}
.address-actions .maps-link,
.address-actions .email-btn{
  width:100%;
  min-height:50px;
  margin:0;
  box-sizing:border-box;
}
.address-actions .maps-link{
  justify-content:center;
  padding:8px 16px 8px 12px;
}
.address-actions .email-btn{
  margin-top:0;
  text-align:center;
  border:1px solid var(--pro-blue);
  box-shadow:none;
}
.address-actions .email-btn:hover{
  background:var(--pro-blue-dark);
  border-color:var(--pro-blue-dark);
}
@media(max-width:600px){
  .address-actions{
    gap:10px;
    margin-top:22px;
  }
  .address-actions .maps-link,
  .address-actions .email-btn{
    min-height:48px;
  }
}





/* About section heading emphasis */
#about .eyebrow.dark{
  font-weight:900;
  font-size:16px;
  letter-spacing:1.2px;
}
