/* Brand identity and navigation shared by every public page. */
.light-site .site-nav {
 padding: 8px var(--page-gutter); min-height: 88px; gap: 22px;
 background: rgba(255,255,255,.96); border-bottom: 1px solid #e8ebef;
 box-shadow: 0 4px 22px #22304407; backdrop-filter: blur(18px);
 flex-wrap: nowrap;
}
.light-site .site-nav .logo { padding: 0; background: none; border-radius: 0; flex-shrink: 0; }
.light-site .site-nav .logo img { width: 210px; height: 70px; object-fit: contain; }
.light-site .site-nav ul { gap: 4px; padding: 5px; background: #f7f8fa; border: 1px solid #edf0f3; border-radius: 14px; }
.light-site .site-nav li { min-width: 0; }
.light-site .site-nav li a { display: flex; align-items: center; justify-content: center; gap: 7px; position: relative; min-height: 43px; padding: 10px 9px; font-size: 11px; font-weight: 700; color: #59636e; border-radius: 9px; white-space: nowrap; transition: background .18s,color .18s,box-shadow .18s; }
.nav-icon { width: 18px; height: 18px; flex: 0 0 18px; display: block; }
.light-site .site-nav li a .nav-icon { color: #8a949e; transition: color .18s; }
.light-site .site-nav li a:hover { background: #fff; color: #bc500a; box-shadow: 0 2px 9px #26344608; }
.light-site .site-nav li a:hover .nav-icon { color: #ed6a09; }
.light-site .site-nav li a.active { background: #fff1e0; color: #a94706; box-shadow: inset 0 0 0 1px #f9dfc1; }
.light-site .site-nav li a.active .nav-icon { color: #e46508; }
.light-site .site-nav li a.active::after { content: ''; width: 14px; height: 2px; background: #ee741a; border-radius: 3px; position: absolute; bottom: 3px; left: calc(50% - 7px); }
.light-site .site-nav li a.nav-cta { margin-left: 4px; padding: 10px 13px !important; font-size: 11px !important; background: linear-gradient(130deg,#ff8617,#ef6405) !important; box-shadow: 0 3px 8px #ee68051c; color: #fff; }
.light-site .site-nav li a.nav-cta .nav-icon { color: #fff; }
.light-site .site-nav li a.nav-cta:hover { background: #dc5900 !important; }
.light-site .menu-toggle { background: #fff7ed; border: 1px solid #f4ddc3; border-radius: 10px; color: #c5570d; min-width: 44px; min-height: 44px; align-items: center; justify-content: center; }
.light-site .footer-brand img { height: auto; width: 210px; max-width: 100%; }
.light-site .sign-top .brand { padding: 0; background: none; border: 0; }
.light-site .sign-top .brand img { width: 180px; height: 60px; object-fit: contain; }
@media (max-width:1280px) {
 .light-site .site-nav { flex-wrap: wrap; min-height: 78px; gap: 0 15px; padding: 6px 4.5%; }
 .light-site .site-nav .logo img { width: 190px; height: 63px; }
 .light-site .menu-toggle { display: inline-flex; }
 .light-site .site-nav ul { display: none; width: 100%; flex: 0 0 100%; margin: 3px 0 9px; padding: 10px; gap: 8px; max-height: calc(100dvh - 100px); overflow-y: auto; background: #fafbfc; }
 .light-site .site-nav ul.open { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
 .light-site .site-nav li a { justify-content: flex-start; min-height: 56px; padding: 12px; font-size: 13px; gap: 12px; background: #fff; border: 1px solid #edf0f3; white-space: normal; }
 .light-site .site-nav li a .nav-icon { width: 20px; height: 20px; flex-basis: 20px; }
 .light-site .site-nav li a.active::after { width: 3px; height: 18px; left: -1px; top: calc(50% - 9px); bottom: auto; }
 .light-site .site-nav li:last-child { grid-column: 1 / -1; }
 .light-site .site-nav li a.nav-cta { justify-content: center; font-size: 13px !important; margin: 0; min-height: 48px; }
 body.light-site.nav-open { overflow: hidden; }
}
@media (max-width:420px) {
 .light-site .site-nav .logo img { width: 175px; height: 58px; }
 .light-site .site-nav { min-height: 72px; }
 .light-site .site-nav li a { font-size: 11px; gap: 8px; padding: 10px; }
 .light-site .sign-top .brand img { width: 155px; height: 52px; }
}

/* Accessible native estimate dialog and social links. */
body.estimate-modal-open { overflow: hidden; }
.estimate-dialog {
  position: fixed;
  inset: 0;
  margin: auto;
  height: fit-content;
  width: min(480px, calc(100% - 32px));
  max-height: calc(100dvh - 32px);
  padding: 0;
  border: 1px solid #f0ded0;
  border-radius: 16px;
  background: #fff;
  color: #20252c;
  box-shadow: 0 24px 90px #18212d40;
  overflow: hidden;
}
.estimate-dialog::backdrop { background: #1723318c; backdrop-filter: blur(5px); }
.estimate-close {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #eadfd5;
  border-radius: 10px;
  background: #fff7ef;
  color: #7c4e2c;
  font-size: 27px;
  cursor: pointer;
  line-height: 1;
}
.estimate-close:hover { background: #ffead7; color: #aa4400; }
.light-site .estimate-modal-form {
  padding: 36px 30px 28px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: linear-gradient(160deg,#fff8ef,#fff 32%);
  max-height: calc(100dvh - 32px);
  overflow-y: auto;
}
.estimate-kicker {
  display: block;
  color: #b24e09;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0 32px 9px 0;
}
.estimate-modal-form h2 {
  font-size: 29px;
  letter-spacing: -1px;
  line-height: 1.2;
  margin-bottom: 12px;
}
.estimate-modal-form > p {
  color: #6b7480;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.estimate-modal-form .form-note { margin: 13px 0 0; font-size: 11px; }
.estimate-modal-form label { font-size: 12px; }
.light-site .estimate-modal-form input:not([type=radio]):not([type=checkbox]),
.light-site .estimate-modal-form select {
  background: #fafbfc;
  border: 1px solid #dbe1e7;
  color: #303740;
  border-radius: 7px;
  min-height: 45px;
  font-size: 14px;
}
.footer-socials { margin: 18px 0 4px; }
.footer-socials > span {
  display: block;
  color: #58626e;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer-socials > div { display: flex; flex-wrap: wrap; gap: 7px; }
.footer-socials a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  min-height: 38px;
  border: 1px solid #dfe4e8;
  border-radius: 8px;
  background: #fff;
  color: #515d69;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
}
.footer-socials a i { font-size: 15px; }
.footer-socials a[aria-label*="Facebook"] i { color: #1877f2; }
.footer-socials a[aria-label*="YouTube"] i { color: #e11d2e; }
.footer-socials a[aria-label*="TikTok"] i { color: #111; }
.footer-socials a:hover {
  background: #fff4e6;
  border-color: #f0ba8e;
  color: #af4b08;
}
@media (max-width: 480px) {
  .light-site .estimate-modal-form { padding: 32px 22px 24px; }
  .estimate-modal-form h2 { font-size: 26px; }
  .estimate-kicker { max-width: 220px; font-size: 8px; }
  .estimate-dialog { max-height: calc(100dvh - 16px); }
}
