
:root{
  --yellow:#f0c300;
  --yellow-dark:#ddb100;
  --black:#090a0d;
  --charcoal:#202020;
  --footer:#2f2f2f;
  --footer2:#242424;
  --white:#fff;
  --text:#111;
  --muted:#555;
  --line:#e2e2e2;
  --container:1280px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:#fff}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}

.utility-bar{background:var(--yellow);font-size:13px;font-weight:700;color:#111}
.utility-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.utility-links{display:flex;gap:22px;white-space:nowrap}

.site-header{background:#fff;border-bottom:1px solid #eee;position:sticky;top:0;z-index:50}
.header-inner{min-height:88px;display:grid;grid-template-columns:240px 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;line-height:1;min-width:0}
.brand-logo-img{display:block;height:62px;width:auto;max-width:100%}
.main-nav{display:flex;align-items:center;justify-content:center;gap:24px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.1px}
.main-nav a:hover,.utility-links a:hover,.footer a:hover{opacity:.72}
.quote-btn,.btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 22px;border:1px solid transparent;font-size:13px;font-weight:700;text-transform:uppercase}
.quote-btn,.btn-primary{background:var(--yellow);color:#111}
.quote-btn:hover,.btn-primary:hover{background:var(--yellow-dark)}
.btn-outline{border-color:rgba(255,255,255,.75);color:#fff;background:transparent}
.btn-dark{background:#111;color:#fff}
.menu-toggle{display:none;background:none;border:0;font-size:28px}

.hero{position:relative;background:#08090b;min-height:500px;overflow:hidden}
.hero-media,.hero-shade{position:absolute;inset:0}
.hero-media{background:url("assets/hero-machining.webp") center center/cover no-repeat}
.hero-shade{background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.64) 30%,rgba(0,0,0,.18) 65%,rgba(0,0,0,.04))}
.hero-inner{position:relative;z-index:1;min-height:500px;display:flex;align-items:center}
.hero-copy{max-width:520px;color:#fff}
.hero h1{margin:0 0 20px;font-size:clamp(48px,5vw,68px);line-height:.98;font-weight:700;letter-spacing:-.9px}
.hero p{margin:0 0 30px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.9)}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap}

.product-section{background:#08090b;padding:0}
.product-grid{display:grid;grid-template-columns:repeat(5,1fr);border-left:1px solid rgba(255,255,255,.16)}
.product-card{min-height:245px;background:#0b0c0f;color:#fff;border-right:1px solid rgba(255,255,255,.16);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}
.product-img{height:174px;margin:0;background:#0b0c0f}
.product-img img{width:100%;height:100%;object-fit:cover}
.product-card-foot{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 22px}
.product-card h3{font-size:15px;text-transform:uppercase;margin:0;line-height:1.2;font-weight:700;letter-spacing:.2px}
.product-card a{font-size:26px;color:var(--yellow);font-weight:700}

.benefits-section{background:#f5f5f5;padding:0}
.benefits-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px}
.benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff}
.benefit{min-height:300px;text-align:center;padding:42px 22px;border-right:1px solid var(--line)}
.benefit:last-child{border-right:none}
.icon{font-size:30px;margin-bottom:20px;line-height:1}
.benefit h4{margin:0 0 14px;font-size:16px;line-height:1.2;text-transform:uppercase;font-weight:700;letter-spacing:.1px}
.benefit p{margin:0 auto;max-width:230px;color:var(--muted);font-size:14px;line-height:1.65}
.yellow-cta{background:var(--yellow);padding:44px 34px;display:flex;flex-direction:column;justify-content:center}
.yellow-cta h2{font-size:38px;line-height:1.03;margin:0 0 18px;font-weight:700;letter-spacing:-.5px}
.yellow-cta p{font-size:15px;line-height:1.6;margin:0 0 24px}

.integration-section{background:#fff;padding:64px 0;border-top:1px solid #eee}
.integration-grid{display:grid;grid-template-columns:0.9fr 1.4fr;gap:56px;align-items:start}
.eyebrow{font-size:13px;text-transform:uppercase;font-weight:700;color:#b38a00;letter-spacing:.5px;margin:0 0 12px}
.integration-intro h2{font-size:36px;line-height:1.15;margin:0 0 18px;font-weight:700;letter-spacing:-.4px}
.integration-intro p{font-size:16px;line-height:1.75;color:#444;margin:0}
.integration-list{display:grid;grid-template-columns:1fr;gap:18px}
.integration-list article{background:#f1f1f1;padding:24px 26px;border-left:4px solid var(--yellow)}
.integration-list h3{font-size:20px;margin:0 0 8px;font-weight:700}
.integration-list p{font-size:15px;line-height:1.65;color:#444;margin:0}

.content-panel{background:#fff;padding:58px 0}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.content-panel h2,.info-box h3{font-size:34px;line-height:1.15;margin:0 0 16px}
.content-panel p{font-size:16px;line-height:1.75;color:#484848}

/* Footer inspired by large industrial sites */
.footer{background:var(--footer);color:#fff}
.footer-top{background:#c8b99c;color:#211c14}
.footer-top-grid{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.footer-top h3{font-size:26px;margin:0 0 6px;font-weight:700}
.footer-top p{font-size:17px;margin:0;color:#332c22}
.footer-quote{display:inline-flex;background:#111;color:#fff;padding:15px 24px;font-weight:700;text-transform:uppercase}
.footer-main{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:58px;padding-top:58px;padding-bottom:56px}
.footer-logo{margin-bottom:20px}
.footer-logo-img{display:block;height:64px;width:auto;max-width:100%}
.footer-company p{color:#ddd;line-height:1.7;max-width:330px}
.footer h4{font-size:20px;margin:0 0 20px;font-weight:700}
.footer-main a{display:block;color:#fff;margin:0 0 13px;font-size:15px}
.footer-bottom{background:#242424;border-top:1px solid rgba(255,255,255,.12)}
.footer-bottom-inner{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#ccc;font-size:13px}

/* sub pages */
.subpage{background:#fff}
.sub-hero{background:#101114;color:#fff;padding:86px 0}
.sub-hero h1{font-size:46px;line-height:1.1;margin:0 0 16px;max-width:780px;font-weight:700}
.sub-hero p{font-size:18px;line-height:1.6;color:#e1e1e1;max-width:760px}
.page-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:56px 24px}
.page-grid article{border:1px solid var(--line);padding:28px;background:#fff}
.page-grid img{height:170px;width:100%;object-fit:cover;background:#0b0c0f;margin-bottom:18px}
.page-grid h3{font-size:24px;margin:0 0 10px;font-weight:700}
.page-grid p,.contact-panel p{color:#555;line-height:1.7}
.inner{padding-top:56px;padding-bottom:56px}
.contact-panel{padding-top:56px;padding-bottom:56px}
.contact-panel h2{font-size:36px}

@media(max-width:1050px){
  .header-inner{grid-template-columns:auto auto auto}
  .menu-toggle{display:block}
  .quote-btn{display:none}
  .main-nav{display:none;position:absolute;left:0;right:0;top:100%;background:#fff;border-top:1px solid #eee;padding:18px 24px;flex-direction:column;align-items:flex-start}
  .main-nav.open{display:flex}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .benefits-layout{grid-template-columns:1fr}
  .benefits-grid{grid-template-columns:repeat(2,1fr)}
  .integration-grid,.footer-main{grid-template-columns:1fr}
  .page-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:700px){
  .container{padding:0 18px}
  .utility-inner,.footer-bottom-inner,.footer-top-grid{flex-direction:column;align-items:flex-start;justify-content:center;padding:16px 18px}
  .brand-logo-img{height:52px}
  .hero{min-height:460px}
  .hero-inner{min-height:460px}
  .hero h1{font-size:44px}
  .product-grid,.benefits-grid,.two-col,.page-grid{grid-template-columns:1fr}
  .product-card{border-right:none;border-bottom:1px solid rgba(255,255,255,.14)}
  .benefit{border-right:none;border-bottom:1px solid var(--line)}
  .yellow-cta h2{font-size:34px}
}




/* refined asset-based sections */
.integration-section{
  background:#fafafa;
  border-top:18px solid #efefef;
  border-bottom:1px solid #e8e8e8;
  padding:74px 0 82px;
}
.integration-wrap{display:grid;gap:34px}
.integration-head{max-width:960px}
.integration-head h2{font-size:clamp(38px,3.6vw,56px);line-height:1.08;margin:0 0 18px;font-weight:700;letter-spacing:-.6px;max-width:940px}
.integration-head p{margin:0;font-size:16px;line-height:1.8;color:#464646;max-width:980px}
.integration-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.integration-card{background:#fff;border:1px solid #dfdfdf;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 1px 0 rgba(0,0,0,.02)}
.integration-card-media{height:168px;background:#f7f7f7;display:flex;align-items:center;justify-content:center;padding:18px 20px 0}
.integration-card-media img{width:100%;height:100%;object-fit:contain}
.integration-card-body{padding:18px 28px 26px}
.integration-card-body::before{content:"";display:block;width:52px;height:4px;background:var(--yellow);margin:0 0 16px}
.integration-card h3{font-size:18px;line-height:1.25;margin:0 0 12px;font-weight:700;letter-spacing:-.2px}
.integration-card p{margin:0 0 26px;color:#4c4c4c;font-size:15px;line-height:1.72}
.integration-card a{display:inline-flex;align-items:center;gap:10px;font-size:12px;font-weight:700;color:#111;text-transform:uppercase;letter-spacing:.9px}
.integration-card a span{color:var(--yellow);font-size:18px;line-height:1}

.custom-solutions-section{
  background:#fff;
  padding:76px 0 82px;
}
.custom-solutions-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:56px;
  align-items:center;
}
.custom-solutions-media{
  background:#fff;
  min-height:440px;
  overflow:hidden;
  line-height:0;
}
.custom-solutions-media img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.custom-solutions-copy h2{
  font-size:36px;
  line-height:1.15;
  margin:0 0 18px;
  font-weight:700;
  letter-spacing:-.4px;
}
.custom-solutions-copy > p{
  font-size:16px;
  line-height:1.75;
  color:#444;
  margin:0 0 24px;
}
.custom-feature-list{
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  margin:0 0 28px;
}
.custom-feature{
  padding:0 0 18px;
  border-bottom:1px solid #e6e6e6;
}
.custom-feature:last-child{
  border-bottom:none;
  padding-bottom:0;
}
.custom-feature h3{
  font-size:20px;
  line-height:1.3;
  margin:0 0 8px;
  font-weight:700;
}
.custom-feature p{
  margin:0;
  font-size:15px;
  line-height:1.65;
  color:#444;
}

@media(max-width:1050px){
  .integration-cards{grid-template-columns:1fr}
  .custom-solutions-grid{
    grid-template-columns:1fr;
  }
  .custom-solutions-media{
    min-height:340px;
  }
}
@media(max-width:700px){
  .integration-section{padding:54px 0 60px}
  .integration-head h2,.custom-solutions-copy h2{font-size:34px}
  .integration-card-body{padding:16px 20px 22px}
  .custom-solutions-section{padding:58px 0 64px}
  .custom-solutions-copy h2{font-size:30px}
}


/* v4.4 typography refinement: more restrained industrial B2B style outside the hero */
body{
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0;
}
/* keep hero unchanged; refine supporting modules only */
.product-card h3{
  font-size:13px;
  letter-spacing:.15px;
  font-weight:700;
}
.benefit h4{
  font-size:14px;
  letter-spacing:.05px;
  line-height:1.25;
}
.benefit p{
  font-size:13px;
  line-height:1.55;
  color:#4b4b4b;
}
.yellow-cta h2{
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.25px;
}
.yellow-cta p{
  font-size:14px;
  line-height:1.55;
}
.footer-top h3{
  font-size:21px;
  letter-spacing:-.15px;
}
.footer-top p{
  font-size:14px;
}
.footer h4{
  font-size:16px;
}
.footer-main a,
.footer-company p{
  font-size:13px;
  line-height:1.6;
}

/* Supply Integration: Walter/Kennametal-style controlled type scale */
.integration-section{
  padding:66px 0 72px;
}
.integration-head{
  max-width:900px;
}
.integration-head h2{
  font-size:clamp(30px,2.55vw,40px);
  line-height:1.16;
  letter-spacing:-.35px;
  font-weight:700;
  max-width:780px;
  margin-bottom:16px;
}
.integration-head p{
  font-size:14px;
  line-height:1.75;
  max-width:840px;
  color:#454545;
}
.integration-card-body{
  padding:18px 24px 24px;
}
.integration-card h3{
  font-size:16px;
  line-height:1.28;
  letter-spacing:0;
  margin-bottom:10px;
}
.integration-card p{
  font-size:13px;
  line-height:1.62;
  color:#4b4b4b;
  margin-bottom:22px;
}
.integration-card a{
  font-size:11px;
  letter-spacing:.75px;
}
.integration-card-body::before{
  width:42px;
  height:3px;
  margin-bottom:14px;
}

/* Custom Solutions: revert to quieter v4.2 layout, smaller title hierarchy */
.custom-solutions-section{
  padding:70px 0 78px;
}
.custom-solutions-grid{
  gap:52px;
}
.custom-solutions-copy .eyebrow,
.integration-head .eyebrow{
  font-size:12px;
  letter-spacing:.55px;
  margin-bottom:11px;
  color:#8f7100;
}
.custom-solutions-copy h2{
  font-size:clamp(30px,2.25vw,34px);
  line-height:1.17;
  letter-spacing:-.28px;
  margin-bottom:16px;
}
.custom-solutions-copy > p{
  font-size:14px;
  line-height:1.7;
  color:#454545;
  margin-bottom:22px;
}
.custom-feature-list{
  gap:16px;
  margin-bottom:26px;
}
.custom-feature{
  padding-bottom:16px;
}
.custom-feature h3{
  font-size:17px;
  line-height:1.3;
  letter-spacing:0;
  margin-bottom:7px;
}
.custom-feature p{
  font-size:13.5px;
  line-height:1.62;
  color:#4b4b4b;
}
.btn,
.quote-btn,
.footer-quote{
  font-size:12px;
  letter-spacing:.15px;
}
@media(max-width:700px){
  .integration-head h2,
  .custom-solutions-copy h2{
    font-size:28px;
  }
  .yellow-cta h2{
    font-size:28px;
  }
}


/* Stage 5 full-site initial pages */
.main-nav a.active{color:#000;border-bottom:2px solid var(--yellow);padding-bottom:4px}
.sub-hero-industrial{background:#0c0d10;position:relative;overflow:hidden}
.sub-hero-industrial::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.58)),url("assets/hero-machining.webp") center center/cover no-repeat;opacity:.95}
.sub-hero-inner{position:relative;z-index:1}
.sub-section{padding:72px 0;background:#fff}
.sub-section.light-band{background:#f4f4f4;border-top:1px solid #e8e8e8;border-bottom:1px solid #e8e8e8}
.sub-section.dark-band{background:#111;color:#fff}
.section-head{margin-bottom:34px}
.section-head h2,.split-panel h2,.contact-copy h2,.custom-detail-copy h2{font-size:clamp(30px,2.35vw,38px);line-height:1.18;margin:0 0 14px;font-weight:700;letter-spacing:-.35px;max-width:780px}
.section-head p,.split-panel p,.custom-detail-copy p,.contact-copy p{font-size:14px;line-height:1.75;color:#474747;max-width:820px;margin:0}
.dark-band .eyebrow{color:var(--yellow)}
.dark-band p{color:#ddd}
.category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}
.category-card{border:1px solid #272727;background:#0b0c0f;color:#fff;display:flex;flex-direction:column;min-height:100%}
.category-card img{height:180px;width:100%;object-fit:cover;background:#0b0c0f}
.category-card div{padding:22px 22px 24px;display:flex;flex-direction:column;min-height:230px}
.category-card h3{font-size:17px;line-height:1.25;margin:0 0 10px;font-weight:700}
.category-card p{font-size:13px;line-height:1.65;color:#d7d7d7;margin:0 0 18px}
.category-card a{margin-top:auto;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.65px}.category-card a span{color:var(--yellow);font-size:18px}
.split-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.dark-split{align-items:center}.matrix-list{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.matrix-list span{background:#fff;border:1px solid #ddd;padding:18px 16px;font-weight:700;text-align:center}.process-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ddd;border:1px solid #ddd}.process-strip article{background:#fff;padding:32px 28px;min-height:190px}.process-strip strong{font-size:13px;color:#9b7900;display:block;margin-bottom:18px}.process-strip h3{font-size:19px;margin:0 0 10px}.process-strip p{font-size:13.5px;line-height:1.65;color:#4e4e4e;margin:0}.application-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.application-grid article,.capability-grid article,.values-grid article{border:1px solid #ddd;background:#fff;padding:28px}.application-grid h3,.capability-grid h3,.values-grid h3{font-size:20px;line-height:1.25;margin:0 0 12px}.application-grid p,.capability-grid p,.values-grid p{font-size:14px;line-height:1.7;color:#444}.application-grid ul{margin:18px 0 0;padding-left:18px;color:#444;font-size:13px;line-height:1.75}.check-list{display:grid;gap:12px}.check-list p{margin:0;padding:15px 18px;border-left:3px solid var(--yellow);background:rgba(255,255,255,.08)}.light-check p{background:#fff;border:1px solid #ddd;border-left:3px solid var(--yellow);color:#333}.custom-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.custom-detail-image{background:#111;min-height:460px;overflow:hidden}.custom-detail-image img{width:100%;height:100%;object-fit:cover}.quiet-list{display:grid;gap:16px;margin:24px 0 28px}.quiet-list article{border-bottom:1px solid #e6e6e6;padding-bottom:16px}.quiet-list h3{font-size:18px;margin:0 0 6px}.quiet-list p{font-size:13.5px;line-height:1.65}.capability-grid,.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.resource-card{border:1px solid #ddd;background:#fff;padding:30px;min-height:245px;display:flex;flex-direction:column}.resource-card>span{color:#b38a00;font-weight:700;font-size:13px;margin-bottom:20px}.resource-card h3{font-size:21px;margin:0 0 12px}.resource-card p{font-size:14px;line-height:1.7;color:#444;margin:0 0 22px}.resource-card a{margin-top:auto;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.7px}.resource-card a span{color:var(--yellow);font-size:18px}.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:64px;align-items:start}.contact-details{margin-top:28px;display:grid;gap:16px}.contact-details p{padding-bottom:16px;border-bottom:1px solid #e7e7e7}.quote-form{border:1px solid #ddd;background:#fafafa;padding:34px;display:grid;gap:18px}.quote-form label{display:grid;gap:8px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#222}.quote-form input,.quote-form select,.quote-form textarea{width:100%;border:1px solid #d6d6d6;background:#fff;padding:14px 13px;font:inherit;font-size:14px;color:#111}.quote-form textarea{resize:vertical}.quote-form button{justify-self:start;border:none}.about-intro .split-panel p+p{margin-top:18px}
@media(max-width:1180px){.category-grid{grid-template-columns:repeat(3,1fr)}.capability-grid,.values-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.category-grid,.application-grid,.resource-grid{grid-template-columns:1fr 1fr}.split-panel,.custom-detail-grid,.contact-grid{grid-template-columns:1fr}.process-strip{grid-template-columns:1fr 1fr}.custom-detail-image{min-height:340px}}
@media(max-width:640px){.sub-hero h1{font-size:34px}.sub-section{padding:54px 0}.category-grid,.application-grid,.resource-grid,.capability-grid,.values-grid,.process-strip,.matrix-list{grid-template-columns:1fr}.category-card div{min-height:auto}.quote-form{padding:24px}}


.hidden-field{display:none!important;visibility:hidden!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important}
.legal-content{max-width:960px;display:grid;gap:34px}
.legal-content article{border-bottom:1px solid #e5e5e5;padding-bottom:28px}
.legal-content article:last-child{border-bottom:none}
.legal-content h2{font-size:24px;line-height:1.25;margin:0 0 12px;font-weight:700}
.legal-content p{font-size:15px;line-height:1.75;color:#444;margin:0 0 12px}
.legal-content a{color:#111;text-decoration:underline;text-decoration-color:var(--yellow);text-underline-offset:3px}


/* official AegisCut logo + favicon update */
@media(max-width:1050px){
  .brand-logo-img{height:56px;}
}
@media(max-width:700px){
  .footer-logo-img{height:54px;}
}


/* launch prep v4 refinements */
.header-inner{grid-template-columns:220px 1fr auto;}
.brand-logo-img{height:46px;width:auto;max-width:100%;}
.footer-logo-img{height:48px;width:auto;max-width:100%;}
.footer-main{grid-template-columns:1.2fr repeat(3,1fr);}
.footer-bottom-inner{align-items:flex-start;}
.footer-contact-meta{text-align:right;line-height:1.6;}
.contact-trust-points{display:grid;gap:10px;margin-top:18px;}
.contact-trust-points p{margin:0;padding:14px 16px;border:1px solid #e5e5e5;background:#fff;line-height:1.6;color:#444;}
.quote-form input[type="file"]{padding:11px 12px;background:#fff;}
@media(max-width:1050px){
  .header-inner{grid-template-columns:auto auto auto;}
  .brand-logo-img{height:46px;}
}
@media(max-width:700px){
  .brand-logo-img{height:42px;}
  .footer-logo-img{height:42px;}
  .footer-contact-meta{text-align:left;}
}

/* v6 logo/contact refinements */
.header-inner{grid-template-columns:180px 1fr auto;}
.brand-logo-img{height:38px;width:auto;max-width:180px;display:block;}
.footer-logo-img{height:38px;width:auto;max-width:180px;display:block;}
.footer-bottom-inner{align-items:center;}
.footer-contact-meta{text-align:right;line-height:1.4;white-space:nowrap;}
.file-upload-wrap{display:flex;align-items:center;gap:12px;border:1px solid #cfcfcf;background:#fff;padding:0 12px;min-height:54px;}
.file-upload-wrap input[type="file"]{position:absolute;inline-size:1px;block-size:1px;opacity:0;overflow:hidden;clip-path:inset(50%);}
.file-upload-button{display:inline-flex!important;align-items:center;justify-content:center;padding:8px 14px;background:#f3f3f3;border:1px solid #bdbdbd;font-weight:700;font-size:13px;letter-spacing:.02em;text-transform:none;cursor:pointer;margin:0!important;width:auto!important;}
.file-upload-name{font-size:14px;color:#333;font-weight:600;}
@media(max-width:1050px){
  .header-inner{grid-template-columns:auto auto auto;}
  .brand-logo-img{height:36px;max-width:170px;}
}
@media(max-width:700px){
  .brand-logo-img{height:34px;max-width:160px;}
  .footer-logo-img{height:34px;max-width:160px;}
  .footer-contact-meta{text-align:left;white-space:normal;}
}


/* v7 logo size refinement */
.header-inner{grid-template-columns:220px 1fr auto !important; min-height:90px !important;}
.brand-logo-img{height:50px !important; width:auto !important; max-width:200px !important; display:block;}
.footer-logo-img{height:44px !important; width:auto !important; max-width:190px !important; display:block;}
@media (max-width: 1100px){.header-inner{grid-template-columns:200px 1fr auto !important;} .brand-logo-img{height:46px !important; max-width:185px !important;}}
@media (max-width: 768px){.header-inner{grid-template-columns:auto auto auto !important;} .brand-logo-img{height:42px !important; max-width:170px !important;} .footer-logo-img{height:40px !important; max-width:170px !important;}}

/* v8 favicon + upload casing refinement */
.file-upload-wrap,
.file-upload-wrap *,
.file-upload-button,
.file-upload-name{
  text-transform:none !important;
  letter-spacing:normal !important;
}
.file-upload-button{
  font-size:14px !important;
  font-weight:600 !important;
}
.file-upload-name{
  font-size:14px !important;
  font-weight:500 !important;
}
