*{box-sizing:border-box}body{margin:0;background:#0d1117;color:#e8edf3;font:16px/1.65 Arial,sans-serif}a{color:#e9c66b}.wrap{max-width:1180px;margin:auto;padding:0 22px}header{position:sticky;top:0;background:#111821;border-bottom:1px solid #28313d;z-index:9}.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{font-size:25px;font-weight:800;letter-spacing:2px;color:#fff;text-decoration:none}nav{display:flex;gap:18px;flex-wrap:wrap}nav a{text-decoration:none;color:#dbe3ec}.hero{padding:72px 0 52px;background:linear-gradient(135deg,#111821,#18212c)}h1{font-size:clamp(34px,5vw,62px);line-height:1.07;max-width:1000px;margin:0 0 20px}h2{margin-top:40px}.lead{font-size:21px;max-width:900px;color:#cbd4de}.section{padding:46px 0}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.card{border:1px solid #2b3541;border-radius:14px;padding:22px;background:#121923}.btn{display:inline-block;background:#e4bb55;color:#111;padding:12px 18px;border-radius:9px;text-decoration:none;font-weight:700;margin:8px 8px 8px 0}.prose{max-width:900px}.chips{display:flex;gap:10px;flex-wrap:wrap}.chips a{border:1px solid #33404d;padding:8px 12px;border-radius:20px;text-decoration:none}.notice{border-left:3px solid #e4bb55;padding:12px 16px;background:#121923}form{max-width:760px}label{display:block;margin:12px 0 5px}input,textarea{width:100%;padding:12px;background:#0d1117;color:#fff;border:1px solid #3a4654;border-radius:8px}textarea{min-height:140px}footer{border-top:1px solid #29333e;padding:34px 0;color:#aab5c1}@media(max-width:760px){.grid{grid-template-columns:1fr}.nav{align-items:flex-start;padding:14px 22px}nav{font-size:14px}}
.brand{display:flex;align-items:center}.brand img{display:block;width:210px;max-width:32vw;height:auto}@media(max-width:760px){.brand img{width:150px;max-width:42vw}}

/* REVDICO v1.2 approved website logo */
.brand img{width:170px!important;max-width:30vw!important;height:auto!important}@media(max-width:760px){.brand img{width:125px!important;max-width:38vw!important}}


/* REVDICO v1.3 — mobile header correction */
@media (max-width:760px){
  header{
    position:static !important;
    top:auto !important;
  }
  .nav{
    min-height:0 !important;
    padding:8px 14px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:10px !important;
  }
  .brand{
    flex:0 0 auto !important;
  }
  .brand img{
    width:92px !important;
    max-width:92px !important;
    height:auto !important;
  }
  nav{
    flex:1 1 auto !important;
    display:flex !important;
    justify-content:flex-end !important;
    gap:8px !important;
    font-size:12px !important;
    line-height:1.25 !important;
  }
  nav a{
    padding:4px 0 !important;
  }
  .hero{
    padding-top:36px !important;
    padding-bottom:34px !important;
  }
}
@media (max-width:520px){
  .nav{
    align-items:flex-start !important;
  }
  .brand img{
    width:82px !important;
    max-width:82px !important;
  }
  nav{
    gap:5px 9px !important;
    font-size:11px !important;
    max-width:68% !important;
  }
}

/* REVDICO v1.4 definitive header/logo sizing */
header .brand{
  display:flex !important;
  align-items:center !important;
  flex:0 0 auto !important;
  width:auto !important;
  overflow:hidden !important;
}
header .brand img{
  display:block !important;
  width:auto !important;
  height:58px !important;
  max-width:190px !important;
  max-height:58px !important;
  object-fit:contain !important;
}
@media (max-width:760px){
  header{position:static !important;top:auto !important;}
  header .nav{min-height:0 !important;padding:6px 12px !important;gap:8px !important;}
  header .brand img{
    width:auto !important;
    height:42px !important;
    max-width:128px !important;
    max-height:42px !important;
  }
  header nav{font-size:11px !important;line-height:1.15 !important;gap:5px 8px !important;}
}
@media (max-width:480px){
  header .brand img{height:36px !important;max-width:108px !important;max-height:36px !important;}
  header nav{font-size:10px !important;}
}
