/* Lohawat.com — Site Header & Footer
   Approved navy/orange design, delivered 2026-07-19.
   Converted from Header-Footer-Home-Design-2026-07-19/Lohawat Home.dc.html */

:root{
  --lhw-navy:#152B45;
  --lhw-navy-700:#1C3A5C;
  --lhw-orange:#F47920;
  --lhw-orange-bright:#F5821F;
  --lhw-paper:#FAF6EF;
  --lhw-paper-deep:#F1E8D9;
  --lhw-ink:#223240;
  --lhw-muted:#5C6B78;
  --lhw-border:#E8E0D0;
  --lhw-tan:#94805E;
}

#lhw-header, .lhw-footer, .lhw-drawer{
  font-family:'Inter',-apple-system,Segoe UI,Roboto,sans-serif;
  color:var(--lhw-ink);
  box-sizing:border-box;
}
#lhw-header *, .lhw-footer *, .lhw-drawer *{ box-sizing:border-box; }

/* ---------- Header ---------- */
#lhw-header{
  position:sticky; top:0; z-index:60;
  background:#fff;
  border-bottom:1px solid #EBE3D5;
  padding:18px 40px;
  display:flex; align-items:center; justify-content:space-between; gap:28px;
  transition:padding .2s ease, box-shadow .2s ease;
}
#lhw-header.lhw-scrolled{
  padding:10px 40px;
  box-shadow:0 4px 16px rgba(21,43,69,.10);
}
.lhw-logo-link{ display:flex; align-items:center; gap:12px; text-decoration:none; flex-shrink:0; }
.lhw-logo{
  display:block; width:196px; height:60px; border-radius:4px; overflow:hidden; flex-shrink:0;
  transition:width .2s ease, height .2s ease;
}
#lhw-header.lhw-scrolled .lhw-logo{ width:150px; height:46px; }
.lhw-logo img{ width:100%; height:100%; object-fit:cover; object-position:center; display:block; }

.lhw-desktop-nav{ display:flex; align-items:center; gap:30px; margin-left:auto; position:relative; }
.lhw-navlink{ font-size:15px; color:var(--lhw-navy-700); font-weight:500; text-decoration:none; display:flex; align-items:center; gap:5px; transition:color .15s ease; }
.lhw-navlink-current{ color:var(--lhw-orange); font-weight:600; }
.lhw-caret{ color:#B7BEC4; font-size:10px; }
.lhw-search-field{
  display:flex; align-items:center; gap:8px;
  background:var(--lhw-paper); border:1px solid var(--lhw-border); border-radius:999px;
  padding:8px 14px; width:196px; margin-left:6px;
}
.lhw-search-placeholder{ font-size:13px; color:var(--lhw-tan); }

.lhw-ham{ display:none; border:none; background:transparent; flex-direction:column; gap:5px; cursor:pointer; padding:6px; margin-left:auto; }
.lhw-ham span{ width:24px; height:2px; background:var(--lhw-navy); display:block; }

/* Explore mega-menu */
.lhw-mega{
  display:none; position:absolute; left:0; right:0; top:100%;
  background:#fff; border-top:1px solid var(--lhw-paper-deep); border-bottom:1px solid var(--lhw-border);
  box-shadow:0 18px 40px rgba(21,43,69,.13);
  padding:32px 40px 30px;
}
.lhw-mega-inner{ max-width:1180px; margin:0 auto; }
.lhw-mega-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:34px; }
.lhw-mega-title{ font-family:'Source Serif 4',serif; font-size:18px; font-weight:600; color:var(--lhw-navy); text-decoration:none; }
.lhw-mega-url{ font-size:11px; color:var(--lhw-tan); font-weight:600; margin:4px 0 8px; }
.lhw-mega-desc{ font-size:12.5px; color:var(--lhw-muted); line-height:1.55; margin:0; }
.lhw-mega-desc-tight{ margin:0 0 10px; }
.lhw-mega-chip{
  display:inline-flex; align-items:center; gap:6px; font-size:12px; color:var(--lhw-navy-700); font-weight:600;
  text-decoration:none; background:var(--lhw-paper); border:1px solid var(--lhw-border); border-radius:2px; padding:5px 10px;
}
.lhw-mega-browseby{
  margin-top:24px; padding-top:16px; border-top:1px solid var(--lhw-paper-deep);
  display:flex; align-items:center; gap:14px; flex-wrap:wrap;
}
.lhw-eyebrow{ font-size:11px; letter-spacing:1.2px; text-transform:uppercase; color:var(--lhw-tan); font-weight:700; }
.lhw-mega-browseby a{ font-size:13.5px; color:var(--lhw-ink); text-decoration:none; font-weight:500; }
.lhw-dot{ color:#D8CFBD; }
.lhw-mega-cta{ margin-left:auto; font-size:13px; color:var(--lhw-orange); font-weight:600; text-decoration:none; }

.lhw-hover-orange:hover{ color:var(--lhw-orange) !important; }

/* ---------- Mobile drawer ---------- */
.lhw-drawer{ display:none; position:fixed; inset:0; z-index:80; background:#fff; flex-direction:column; }
.lhw-drawer-head{ display:flex; align-items:center; justify-content:space-between; padding:15px 20px; border-bottom:1px solid #EBE3D5; }
.lhw-logo-sm{ width:160px; height:48px; }
.lhw-drawer-close{ border:none; background:transparent; width:34px; height:34px; position:relative; cursor:pointer; }
.lhw-drawer-close span{ position:absolute; top:16px; left:6px; width:22px; height:2px; background:var(--lhw-navy); }
.lhw-drawer-close span:first-child{ transform:rotate(45deg); }
.lhw-drawer-close span:last-child{ transform:rotate(-45deg); }
.lhw-drawer-body{ overflow-y:auto; padding:8px 0; }
.lhw-drawer-row{ display:flex; align-items:center; justify-content:space-between; padding:15px 20px; }
.lhw-drawer-link{ font-size:17px; color:var(--lhw-navy); font-weight:500; text-decoration:none; }
.lhw-drawer-link-current{ color:var(--lhw-orange); font-weight:600; }
.lhw-drawer-toggle{ display:flex; align-items:center; justify-content:space-between; padding:15px 20px; border-top:1px solid var(--lhw-paper-deep); cursor:pointer; }
.lhw-drawer-label{ font-size:17px; color:var(--lhw-navy); font-weight:500; }
.lhw-drawer-label-active{ font-weight:600; }
.lhw-drawer-ind{ color:#B7BEC4; font-size:18px; }
.lhw-drawer-ind-active{ color:var(--lhw-orange); }
.lhw-drawer-panel{ padding:0 20px 12px; background:var(--lhw-paper); }
.lhw-drawer-sublink{ display:block; font-size:14px; color:var(--lhw-muted); text-decoration:none; padding:9px 0 9px 12px; border-left:2px solid #E3D9C6; }
.lhw-drawer-sublink-strong{ color:var(--lhw-ink); font-weight:600; border-left-color:var(--lhw-orange); }
.lhw-drawer-sublink-small{ font-size:13.5px; padding:7px 0 7px 12px; }
.lhw-drawer-eyebrow{ padding:12px 0 6px 12px; }
.lhw-drawer-search-wrap{ padding:18px 20px; }
.lhw-search-field-drawer{ padding:11px 16px; border-radius:999px; }

/* ---------- Buttons (shared header/footer/home) ---------- */
.lhw-btn-primary{
  background:var(--lhw-orange); color:#fff; font-size:15px; font-weight:600;
  padding:15px 28px; border-radius:2px; text-decoration:none; white-space:nowrap;
  border:none; cursor:pointer; display:inline-block; transition:background .15s ease;
}
.lhw-btn-primary:hover{ background:var(--lhw-orange-bright); }
.lhw-btn-outline{
  color:#fff; font-size:15px; font-weight:600; padding:15px 26px;
  border:1px solid rgba(255,255,255,.32); border-radius:2px; text-decoration:none; white-space:nowrap;
  display:inline-block; transition:border-color .15s ease;
}
.lhw-btn-outline:hover{ border-color:var(--lhw-orange-bright); }
.lhw-btn-navy{
  background:var(--lhw-navy); color:#fff; font-size:15px; font-weight:600;
  padding:14px 26px; border-radius:2px; text-decoration:none; flex-shrink:0;
  display:inline-block; transition:background .15s ease;
}
.lhw-btn-navy:hover{ background:var(--lhw-navy-700); }

/* ---------- Footer ---------- */
.lhw-footer{ font-family:'Inter',sans-serif; }
.lhw-newsletter-row{ background:var(--lhw-navy-700); padding:34px 40px; }
.lhw-newsletter-inner{ max-width:1180px; margin:0 auto; display:flex; align-items:center; justify-content:space-between; gap:28px; flex-wrap:wrap; }
.lhw-newsletter-title{ font-family:'Source Serif 4',serif; font-size:23px; color:#fff; font-weight:600; }
.lhw-newsletter-sub{ font-size:14px; color:#AEBED0; margin-top:4px; }
.lhw-newsletter-form{ display:flex; align-items:center; gap:10px; flex-wrap:wrap; }
.lhw-newsletter-input{
  background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.2); border-radius:2px;
  padding:12px 16px; width:280px; font-size:14px; color:#fff;
}
.lhw-newsletter-input::placeholder{ color:#9FB0C2; }

.lhw-footer-cols-wrap{ background:var(--lhw-navy); padding:48px 40px 36px; }
.lhw-footer-cols{ max-width:1180px; margin:0 auto; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:38px; }
.lhw-logo-footer{ width:180px; height:56px; }
.lhw-footer-about{ font-size:13.5px; line-height:1.65; color:#9FB0C2; margin:16px 0 0; max-width:290px; }
.lhw-footer-eyebrow{ color:var(--lhw-orange-bright); margin-bottom:15px; }
.lhw-footerlink{ display:block; font-size:13.5px; color:#C6D2DE; text-decoration:none; margin-bottom:11px; transition:color .15s ease; }
.lhw-footerlink:hover{ color:var(--lhw-orange); }
.lhw-footer-bottom{
  max-width:1180px; margin:34px auto 0; padding-top:20px; border-top:1px solid rgba(255,255,255,.1);
  display:flex; align-items:center; justify-content:space-between; gap:18px; flex-wrap:wrap;
}
.lhw-footer-bottom-left{ display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.lhw-footer-copy{ font-size:12.5px; color:#8496A8; }
.lhw-footer-legal{ font-size:12.5px; color:#9FB0C2; text-decoration:none; transition:color .15s ease; }
.lhw-footer-legal:hover{ color:var(--lhw-orange); }
.lhw-footer-social{ display:flex; align-items:center; gap:10px; }
.lhw-social-dot{ width:30px; height:30px; border-radius:50%; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); display:inline-block; }

/* ---------- Home page card/link hovers shared here for convenience ---------- */
.lhw-card-hover:hover{ border-color:var(--lhw-orange) !important; }

/* ---------- Responsive ---------- */
@media(max-width:960px){
  .lhw-desktop-nav{ display:none !important; }
  .lhw-ham{ display:flex !important; }
  .lhw-mega{ display:none !important; }
}
@media(min-width:961px){
  .lhw-drawer{ display:none !important; }
}
