/*
Theme Name: Local Home Buzz Editorial
Theme URI: https://localhomebuzz.com/
Author: Local Home Buzz
Description: Premium editorial WordPress theme for home improvement, renovations, maintenance and better living.
Version: 1.11.1
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: local-home-buzz
*/

:root{
  --lhb-cream:#f7f2e9;
  --lhb-paper:#fffdf8;
  --lhb-sage:#dde7d7;
  --lhb-sage-2:#cbd9c4;
  --lhb-green:#173a32;
  --lhb-green-2:#244d43;
  --lhb-terracotta:#b75f43;
  --lhb-gold:#c49a58;
  --lhb-ink:#182923;
  --lhb-muted:#68756f;
  --lhb-line:rgba(23,58,50,.14);
  --lhb-shadow:0 18px 50px rgba(33,44,39,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--lhb-cream);
  color:var(--lhb-ink);
  font-family:Arial,Helvetica,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.lhb-wrap{width:min(1360px,calc(100% - 48px));margin:0 auto}
.lhb-serif{font-family:Georgia,"Times New Roman",serif}
.lhb-kicker{
  color:var(--lhb-terracotta);
  font-size:9px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}

/* HEADER */
.lhb-topbar{
  background:var(--lhb-green);
  color:#fff;
  font-size:8px;
  letter-spacing:.11em;
}
.lhb-topbar .lhb-wrap{
  min-height:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
}
.lhb-topbar a{color:#dce8e4}
.lhb-topbar-links{display:flex;gap:16px}
.lhb-header{
  position:sticky;
  top:0;
  z-index:80;
  background:rgba(255,253,248,.96);
  backdrop-filter:blur(15px);
  border-bottom:1px solid var(--lhb-line);
}
.admin-bar .lhb-header{top:32px}
.lhb-head-main{
  min-height:94px;
  display:grid;
  grid-template-columns:300px minmax(0,1fr) 300px;
  gap:26px;
  align-items:center;
}
.lhb-logo img{width:285px;display:block}
.lhb-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:28px;
}
.lhb-nav a{
  font-family:Georgia,"Times New Roman",serif;
  font-size:14px;
  white-space:nowrap;
  position:relative;
}
.lhb-nav a:after{
  content:"";
  position:absolute;
  left:0;right:100%;bottom:-9px;
  height:2px;
  background:var(--lhb-terracotta);
  transition:.2s ease;
}
.lhb-nav a:hover:after{right:0}
.lhb-tools{display:flex;gap:8px;align-items:center}
.lhb-search{
  flex:1;
  height:44px;
  display:flex;
  border:1px solid var(--lhb-line);
  border-radius:999px;
  overflow:hidden;
  background:#fff;
}
.lhb-search input{
  flex:1;min-width:0;border:0;outline:0;background:transparent;padding:0 15px;font-size:12px;
}
.lhb-search button{
  width:46px;border:0;background:var(--lhb-green);color:white;font-size:16px;cursor:pointer;
}
.lhb-menu-btn{
  width:44px;height:44px;border:0;border-radius:50%;
  background:var(--lhb-terracotta);color:#fff;cursor:pointer;font-size:18px;
}
.lhb-mega{display:none;background:var(--lhb-green);color:white}
.lhb-mega.is-open{display:block}
.lhb-mega-grid{
  display:grid;grid-template-columns:300px 1fr;gap:30px;padding:34px 0;
}
.lhb-mega-intro h3{
  font:400 32px/1.02 Georgia,serif;margin:8px 0 10px;
}
.lhb-mega-intro p{color:#b9ccc6;line-height:1.6}
.lhb-mega-links{
  display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#41635a;border-radius:18px;overflow:hidden
}
.lhb-mega-links a{
  display:flex;justify-content:space-between;align-items:center;padding:14px;background:#1d4339;font:13px Georgia,serif
}
.lhb-mega-links a:hover{background:#295147}
.lhb-mega-links span:last-child{color:#f0c889}

/* HERO */
.lhb-hero{padding:30px 0 0;background:var(--lhb-paper)}
.lhb-hero-grid{
  display:grid;
  grid-template-columns:.92fr 1.28fr .58fr;
  min-height:520px;
  border:1px solid var(--lhb-line);
  box-shadow:var(--lhb-shadow);
}
.lhb-hero-copy{
  padding:44px 40px;
  background:
    radial-gradient(circle at 0 0,rgba(183,95,67,.06),transparent 34%),
    var(--lhb-paper);
  display:flex;flex-direction:column;justify-content:center;
}
.lhb-hero-copy h1{
  margin:12px 0 14px;
  font:400 clamp(45px,4.4vw,68px)/.95 Georgia,serif;
  letter-spacing:-.035em;
}
.lhb-hero-copy h1 em{color:var(--lhb-terracotta);font-style:italic}
.lhb-hero-copy p{
  margin:0;color:var(--lhb-muted);font:16px/1.65 Georgia,serif;
}
.lhb-btn{
  display:inline-flex;align-items:center;gap:14px;
  margin-top:24px;padding:13px 18px;
  width:max-content;border-radius:5px;
  background:var(--lhb-terracotta);color:#fff;
  font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
}
.lhb-hero-image{position:relative;overflow:hidden}
.lhb-hero-image img,.lhb-fallback{
  width:100%;height:100%;object-fit:cover;display:block;
}
.lhb-fallback{background:linear-gradient(135deg,#d9e4d3,#b75f43)}
.lhb-hero-side{
  padding:26px 22px;background:#fbf8f2;border-left:1px solid var(--lhb-line);
}
.lhb-hero-side h2{font:400 26px Georgia,serif;margin:4px 0 20px}
.lhb-trend{
  display:grid;grid-template-columns:28px 1fr 62px;gap:10px;align-items:center;
  padding:11px 0;border-bottom:1px solid var(--lhb-line);
}
.lhb-trend b{font:400 28px Georgia,serif;color:#bac7b5}
.lhb-trend span{font:13px/1.25 Georgia,serif}
.lhb-trend img{width:62px;height:54px;object-fit:cover;border-radius:6px}
.lhb-hero-stats{
  display:flex;gap:26px;margin-top:26px;padding-top:20px;border-top:1px solid var(--lhb-line)
}
.lhb-hero-stats strong{display:block;font:400 23px Georgia,serif}
.lhb-hero-stats span{font-size:9px;color:var(--lhb-muted)}

/* CATEGORIES */
.lhb-cats{
  background:linear-gradient(180deg,#eef2e9,#e6ecdf);
  border-top:1px solid var(--lhb-line);border-bottom:1px solid var(--lhb-line);
  padding:28px 0 30px;
}
.lhb-cats-head{
  display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px
}
.lhb-cats-head h2{font:400 34px/1 Georgia,serif;margin:0}
.lhb-cats-head p{margin:0;color:var(--lhb-muted);font:14px Georgia,serif}
.lhb-cat-grid{
  display:grid;grid-template-columns:repeat(13,minmax(0,1fr));gap:8px;
}
.lhb-cat{
  min-width:0;text-align:center;padding:12px 6px 10px;border-radius:14px;
  transition:.2s ease;
}
.lhb-cat:hover{background:#fff;transform:translateY(-2px);box-shadow:0 8px 22px rgba(23,58,50,.07)}
.lhb-cat-icon{
  width:46px;height:46px;margin:0 auto 8px;border-radius:50%;
  display:grid;place-items:center;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(23,58,50,.12);
  font-size:19px;color:var(--lhb-green)
}
.lhb-cat span{display:block;font:12px/1.1 Georgia,serif;overflow-wrap:anywhere}

/* LATEST */
.lhb-latest{padding:58px 0;background:var(--lhb-paper)}
.lhb-section-title{
  display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;
}
.lhb-section-title h2{font:400 38px Georgia,serif;margin:0}
.lhb-section-title a{font-size:9px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:var(--lhb-terracotta)}
.lhb-latest-grid{
  display:grid;grid-template-columns:1.15fr repeat(3,1fr);gap:12px;
}
.lhb-post-card{
  background:#fff;border:1px solid var(--lhb-line);overflow:hidden;
}
.lhb-post-card:first-child{grid-row:span 2}
.lhb-post-card-image{display:block;height:178px;overflow:hidden}
.lhb-post-card:first-child .lhb-post-card-image{height:430px}
.lhb-post-card-image img,.lhb-post-card-image .lhb-fallback{width:100%;height:100%;object-fit:cover}
.lhb-post-card-body{padding:14px 15px 16px}
.lhb-post-card .lhb-kicker{font-size:8px}
.lhb-post-card h3{font:400 22px/1.02 Georgia,serif;margin:7px 0 9px}
.lhb-post-card:first-child h3{font-size:31px}
.lhb-post-card p{font:13px/1.45 Georgia,serif;color:var(--lhb-muted);margin:0}
.lhb-card-meta{margin-top:12px;font-size:9px;color:#85908b}

/* FEATURE BAND */
.lhb-band{padding:0;background:var(--lhb-paper)}
.lhb-band-grid{
  display:grid;grid-template-columns:.85fr 1.2fr .75fr;min-height:290px;
}
.lhb-band-dark{
  background:var(--lhb-green);color:white;padding:34px;display:flex;flex-direction:column;justify-content:center
}
.lhb-band-dark h2,.lhb-band-note h2{font:400 34px/1 Georgia,serif;margin:8px 0 10px}
.lhb-band-dark p{color:#c7d6d1;font:14px/1.55 Georgia,serif}
.lhb-band-image img,.lhb-band-image .lhb-fallback{width:100%;height:100%;object-fit:cover}
.lhb-band-note{
  background:#f1e8de;padding:34px;display:flex;flex-direction:column;justify-content:center;
}
.lhb-band-note p{font:14px/1.55 Georgia,serif;color:var(--lhb-muted)}

/* MORE */
.lhb-more{padding:46px 0;background:var(--lhb-paper)}
.lhb-more-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.lhb-mini{border-top:1px solid var(--lhb-line);padding-top:10px}
.lhb-mini-img{height:120px;display:block;overflow:hidden;margin-bottom:10px}
.lhb-mini-img img,.lhb-mini-img .lhb-fallback{width:100%;height:100%;object-fit:cover}
.lhb-mini h3{font:400 18px/1.06 Georgia,serif;margin:6px 0}

/* NEWSLETTER */
.lhb-news{
  background:linear-gradient(90deg,#e3eadb,#f1e8db);
  padding:34px 0;border-top:1px solid var(--lhb-line)
}
.lhb-news-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center}
.lhb-news h2{font:400 34px Georgia,serif;margin:0 0 7px}
.lhb-news p{margin:0;color:var(--lhb-muted);font:14px Georgia,serif}
.lhb-news form{display:flex;border:1px solid var(--lhb-line);background:#fff;border-radius:6px;overflow:hidden}
.lhb-news input{flex:1;min-width:0;border:0;outline:0;padding:0 15px;height:48px}
.lhb-news button{border:0;background:var(--lhb-terracotta);color:#fff;padding:0 22px;font-size:10px;font-weight:800;text-transform:uppercase}

/* SINGLE */
.lhb-single{padding:46px 0 70px}
.lhb-single-head{max-width:920px}
.lhb-single-head h1{font:400 clamp(42px,5vw,66px)/.98 Georgia,serif;margin:10px 0 14px}
.lhb-single-head p{font:17px/1.55 Georgia,serif;color:var(--lhb-muted);margin:0}
.lhb-single-meta{margin-top:12px;font-size:9px;color:#7c8984}
.lhb-single-image{
  width:min(72%,960px);
  margin:34px auto 0;
}
.lhb-single-image img{
  display:block;width:100%;max-height:540px;object-fit:cover;
  border:2px solid rgba(23,58,50,.18);
  box-shadow:0 22px 52px rgba(23,58,50,.15);
}
.lhb-single-body{
  max-width:760px;margin:46px auto 0;
  font:16px/1.82 Georgia,serif;color:#20372f;
}
.lhb-single-body h2{font:700 22px/1.18 Arial,sans-serif;margin:30px 0 10px}
.lhb-single-body h3{font:700 19px/1.22 Arial,sans-serif;margin:25px 0 9px}
.lhb-single-body h4{font:700 17px/1.25 Arial,sans-serif;margin:22px 0 8px}
.lhb-inline-links{margin:28px 0}
.lhb-inline-links>span{display:block;margin-bottom:9px;color:var(--lhb-terracotta);font:800 9px Arial,sans-serif;letter-spacing:.14em;text-transform:uppercase}
.lhb-inline-links ul{padding-left:20px}
.lhb-inline-links li{margin:7px 0}
.lhb-inline-links a{color:var(--lhb-green);text-decoration:underline;text-decoration-color:rgba(23,58,50,.2)}
.lhb-related{margin-top:50px;border-top:1px solid var(--lhb-line);padding-top:25px}
.lhb-related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.lhb-related-card{border:1px solid var(--lhb-line);background:#fff}
.lhb-related-card img{width:100%;height:150px;object-fit:cover}
.lhb-related-card h3{padding:0 12px 14px;font:400 18px Georgia,serif}

/* CATEGORY / SEARCH */
.lhb-archive{padding:50px 0 70px}
.lhb-archive-head{max-width:900px;margin-bottom:28px}
.lhb-archive-head h1{font:400 clamp(45px,5vw,70px)/.96 Georgia,serif;margin:10px 0}
.lhb-archive-head p{font:16px/1.55 Georgia,serif;color:var(--lhb-muted)}
.lhb-archive-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.lhb-archive-card{background:#fff;border:1px solid var(--lhb-line)}
.lhb-archive-card img,.lhb-archive-card .lhb-fallback{width:100%;height:210px;object-fit:cover}
.lhb-archive-card-body{padding:14px}
.lhb-archive-card h2{font:400 24px/1.02 Georgia,serif;margin:8px 0}
.lhb-pagination{margin-top:30px}

/* FOOTER */
.lhb-footer{
  position:relative;overflow:hidden;background:var(--lhb-green);color:white;padding:48px 0 18px;
}
.lhb-footer:after{
  content:"";position:absolute;right:-90px;bottom:-120px;width:340px;height:340px;
  border:1px solid rgba(196,154,88,.18);border-radius:50%;
}
.lhb-foot-grid{
  position:relative;z-index:1;
  display:grid;grid-template-columns:1.2fr .75fr .75fr .75fr 1fr;gap:30px;
}
.lhb-foot-brand img{width:250px;filter:brightness(0) invert(1)}
.lhb-foot-brand p{color:#b8cdc6;font:13px/1.6 Georgia,serif}
.lhb-foot-col{display:flex;flex-direction:column;gap:8px}
.lhb-foot-col strong{color:#e3bb78;font-size:9px;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.lhb-foot-col a{color:#d7e4df;font:13px Georgia,serif}
.lhb-foot-quote{
  border-left:1px solid #45675f;padding-left:24px;font:italic 25px/1.18 Georgia,serif;color:#f0e3cf;
}
.lhb-foot-bottom{
  position:relative;z-index:1;
  display:flex;justify-content:space-between;gap:18px;
  margin-top:30px;padding-top:16px;border-top:1px solid #45675f;color:#7fa49a;font-size:9px;
}

/* RESPONSIVE */
@media(max-width:1180px){
  .lhb-head-main{grid-template-columns:250px 1fr}
  .lhb-tools{justify-self:end}
  .lhb-nav{grid-column:1/-1;order:3;padding-bottom:14px}
  .lhb-hero-grid{grid-template-columns:1fr 1.35fr}
  .lhb-hero-side{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
  .lhb-hero-side h2{grid-column:1/-1}
  .lhb-trend{grid-template-columns:25px 1fr}
  .lhb-trend img{display:none}
  .lhb-cat-grid{grid-template-columns:repeat(7,1fr)}
  .lhb-latest-grid{grid-template-columns:repeat(2,1fr)}
  .lhb-post-card:first-child{grid-row:auto}
  .lhb-post-card:first-child .lhb-post-card-image{height:250px}
  .lhb-more-grid{grid-template-columns:repeat(3,1fr)}
  .lhb-foot-grid{grid-template-columns:1fr 1fr 1fr}
}
@media(max-width:760px){
  .lhb-wrap{width:min(100% - 24px,1360px)}
  .lhb-topbar-links{display:none}
  .lhb-head-main{grid-template-columns:1fr;padding:12px 0}
  .lhb-logo img{width:235px}
  .lhb-nav{display:none}
  .lhb-tools{width:100%}
  .lhb-mega-grid{grid-template-columns:1fr}
  .lhb-mega-links{grid-template-columns:1fr 1fr}
  .lhb-hero{padding-top:12px}
  .lhb-hero-grid{grid-template-columns:1fr}
  .lhb-hero-image{min-height:360px}
  .lhb-hero-copy{padding:30px 24px}
  .lhb-hero-side{grid-template-columns:1fr 1fr}
  .lhb-cat-grid{grid-template-columns:repeat(3,1fr)}
  .lhb-cats-head{align-items:flex-start;flex-direction:column}
  .lhb-latest-grid{grid-template-columns:1fr}
  .lhb-band-grid{grid-template-columns:1fr}
  .lhb-band-image{min-height:260px}
  .lhb-more-grid{grid-template-columns:1fr 1fr}
  .lhb-news-grid{grid-template-columns:1fr}
  .lhb-archive-grid{grid-template-columns:1fr}
  .lhb-related-grid{grid-template-columns:1fr}
  .lhb-single-image{width:calc(100% - 36px)}
  .lhb-foot-grid{grid-template-columns:1fr}
  .lhb-foot-quote{border-left:0;border-top:1px solid #45675f;padding:20px 0 0}
}


/* v1.1 — automatic post image fallback */
.lhb-hero-image>img,
.lhb-post-card-image>img,
.lhb-mini-img>img,
.lhb-band-image>img,
.lhb-archive-card>a>img,
.lhb-related-card>a>img{width:100%;height:100%;object-fit:cover;display:block}


/* v1.2 — hero post/image hard fix */
.lhb-hero-image{background:#e7ded2}
.lhb-hero-image .lhb-hero-post-img{
  width:100%!important;
  height:100%!important;
  min-height:520px!important;
  object-fit:cover!important;
  display:block!important;
}
.lhb-hero-image .lhb-no-image{
  min-height:520px;
  background:
    radial-gradient(circle at 30% 25%,rgba(255,255,255,.38),transparent 28%),
    linear-gradient(135deg,#d8e3d2 0%,#c9a18a 52%,#b75f43 100%);
}
@media(max-width:1180px){
  .lhb-hero-image .lhb-hero-post-img,
  .lhb-hero-image .lhb-no-image{min-height:460px!important}
}
@media(max-width:760px){
  .lhb-hero-image .lhb-hero-post-img,
  .lhb-hero-image .lhb-no-image{min-height:360px!important}
}


/* =========================================================
   v1.3 — Modern editorial header + split hero from approved reference
   ========================================================= */

/* hide old header systems */
.lhb-topbar,.lhb-header{display:none!important}

/* top strip */
.lhb13-topbar{
  background:linear-gradient(90deg,#263d30,#304a37);
  color:#fff;
}
.lhb13-topbar-inner{
  min-height:38px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}
.lhb13-top-note{
  display:flex;
  align-items:center;
  gap:9px;
  font-size:11px;
  letter-spacing:.02em;
}
.lhb13-top-note span{font-size:18px}
.lhb13-top-links{
  display:flex;
  align-items:center;
  gap:13px;
}
.lhb13-top-links a{
  color:#fff;
  font-size:10px;
}
.lhb13-top-links i{
  width:1px;
  height:14px;
  background:rgba(255,255,255,.35);
}

/* main header */
.lhb13-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(255,253,248,.97);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(23,58,50,.08);
  box-shadow:0 8px 28px rgba(23,58,50,.04);
}
.admin-bar .lhb13-header{top:32px}
.lhb13-main{
  min-height:116px;
  display:grid;
  grid-template-columns:355px minmax(0,1fr) 360px;
  gap:28px;
  align-items:center;
}
.lhb13-main>*{min-width:0}
.lhb13-logo img{
  display:block;
  width:350px;
  max-width:100%;
  max-height:92px;
  object-fit:contain;
  object-position:left center;
}
.lhb13-nav{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:30px;
}
.lhb13-nav a{
  font:15px Georgia,serif;
  color:#1d322b;
  white-space:nowrap;
}
.lhb13-nav a:hover{color:#b75f43}
.lhb13-actions{
  display:flex;
  align-items:center;
  gap:13px;
}
.lhb13-search{
  flex:1;
  min-width:0;
  height:54px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 18px;
  border:1px solid rgba(23,58,50,.20);
  border-radius:999px;
  background:#fff;
}
.lhb13-search>span{
  font-size:19px;
  color:#173a32;
}
.lhb13-search input{
  width:100%;
  min-width:0;
  border:0;
  outline:0;
  background:transparent;
  font-size:13px;
  color:#173a32;
}
.lhb13-menu-btn{
  width:56px;
  height:56px;
  flex:0 0 56px;
  border:0;
  border-radius:50%;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:6px;
  background:#bd6244;
  cursor:pointer;
}
.lhb13-menu-btn span{
  width:22px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transition:.2s ease;
}
.lhb13-menu-btn.is-open span:nth-child(1){transform:translateY(8px) rotate(45deg)}
.lhb13-menu-btn.is-open span:nth-child(2){opacity:0}
.lhb13-menu-btn.is-open span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}

/* mega menu */
.lhb13-mega{
  display:none;
  background:#173a32;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
}
.lhb13-mega.is-open{display:block}
.lhb13-mega-grid{
  display:grid;
  grid-template-columns:320px 1fr;
  gap:38px;
  padding:38px 0 42px;
}
.lhb13-mega-intro>span{
  color:#e0b574;
  font-size:9px;
  font-weight:900;
  letter-spacing:.18em;
}
.lhb13-mega-intro h3{
  margin:10px 0 12px;
  font:400 36px/1 Georgia,serif;
}
.lhb13-mega-intro p{
  margin:0;
  color:#b9ccc6;
  line-height:1.6;
}
.lhb13-mega-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  border-radius:18px;
  overflow:hidden;
  background:#3a5a51;
}
.lhb13-mega-links a{
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:56px;
  padding:0 16px;
  background:#20463c;
  font:13px Georgia,serif;
}
.lhb13-mega-links a:hover{background:#2c554a}
.lhb13-mega-links b{color:#e0b574}

/* hero */
.lhb13-hero{
  background:#f6f2ea;
}
.lhb13-hero-grid{
  min-height:620px;
  display:grid;
  grid-template-columns:.96fr 1.16fr;
  overflow:hidden;
  background:#fffdf8;
}
.lhb13-hero-copy{
  position:relative;
  padding:64px 66px 54px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 0 30%,rgba(224,181,116,.11),transparent 30%),
    linear-gradient(180deg,#faf7f1,#f5efe6);
}
.lhb13-eyebrow{
  display:flex;
  align-items:center;
  gap:14px;
  color:#8ba09a;
  font-size:10px;
  font-weight:800;
  letter-spacing:.24em;
}
.lhb13-eyebrow:after{
  content:"";
  width:40px;
  height:2px;
  background:#bd6244;
}
.lhb13-hero-copy h1{
  max-width:650px;
  margin:26px 0 16px;
  font:400 clamp(58px,5.8vw,88px)/.94 Georgia,serif;
  letter-spacing:-.045em;
  color:#294332;
}
.lhb13-hero-copy p{
  max-width:610px;
  margin:0;
  color:#495d55;
  font:19px/1.55 Georgia,serif;
}
.lhb13-hero-buttons{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.lhb13-btn{
  min-height:54px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  padding:0 28px;
  border-radius:999px;
  font-size:13px;
  font-weight:700;
}
.lhb13-btn.primary{
  background:#294b31;
  color:#fff;
}
.lhb13-btn.ghost{
  border:1px solid #8a9c93;
  color:#294b31;
  background:rgba(255,255,255,.42);
}
.lhb13-benefits{
  display:flex;
  align-items:center;
  gap:48px;
  margin-top:44px;
}
.lhb13-benefits>div{
  display:grid;
  grid-template-columns:44px auto;
  gap:12px;
  align-items:center;
}
.lhb13-benefits span{
  font-size:27px;
  color:#294b31;
}
.lhb13-benefits strong{
  font-size:10px;
  line-height:1.35;
  letter-spacing:.10em;
  text-transform:uppercase;
  color:#415149;
}
.lhb13-hero-image{
  position:relative;
  display:block;
  min-height:620px;
  overflow:hidden;
  background:#d9d1c7;
}
.lhb13-hero-post-img,
.lhb13-hero-image>.lhb-fallback{
  width:100%!important;
  height:100%!important;
  min-height:620px!important;
  object-fit:cover!important;
  display:block!important;
}
.lhb13-image-note{
  position:absolute;
  right:94px;
  top:180px;
  color:#6d493b;
  font:italic 25px/1.15 Georgia,serif;
  text-align:center;
  transform:rotate(-5deg);
}
.lhb13-brush-note{
  position:absolute;
  right:38px;
  bottom:28px;
  width:190px;
  min-height:146px;
  display:grid;
  place-items:center;
  padding:20px;
  border-radius:48% 52% 47% 53%;
  background:#294b31;
  color:#fff;
  font:italic 24px/1.1 Georgia,serif;
  text-align:center;
  transform:rotate(-5deg);
}

/* quick guide strip */
.lhb13-guide-strip{
  min-height:112px;
  display:grid;
  grid-template-columns:repeat(4,1fr) 240px;
  background:linear-gradient(90deg,#eef2e9,#edf0e8);
  border-top:1px solid rgba(23,58,50,.10);
}
.lhb13-guide-strip>a{
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  gap:14px;
  padding:0 26px;
  border-right:1px solid rgba(23,58,50,.12);
}
.lhb13-guide-strip>a>span{
  font-size:30px;
  color:#294b31;
}
.lhb13-guide-strip b{
  display:block;
  color:#34483f;
  font-size:11px;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.lhb13-guide-strip small{
  display:block;
  margin-top:6px;
  color:#6c7771;
  font-size:11px;
}
.lhb13-guide-quote{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  color:#294b31;
  font:italic 23px/1.02 Georgia,serif;
  text-align:center;
  transform:rotate(-4deg);
}

/* Prevent old hero rules from affecting v1.3 */
.lhb13-hero .lhb-fallback{
  background:linear-gradient(135deg,#d9e5d7,#c7a18b);
}

/* responsive */
@media(max-width:1220px){
  .lhb13-main{
    grid-template-columns:280px minmax(0,1fr) 290px;
    gap:18px;
  }
  .lhb13-logo img{width:278px}
  .lhb13-nav{gap:18px}
  .lhb13-nav a{font-size:13px}
  .lhb13-hero-copy{padding:50px 42px}
  .lhb13-guide-strip{grid-template-columns:repeat(4,1fr)}
  .lhb13-guide-quote{display:none}
}
@media(max-width:1020px){
  .lhb13-main{
    grid-template-columns:1fr 320px;
    padding:12px 0 14px;
  }
  .lhb13-logo{grid-column:1/2}
  .lhb13-actions{grid-column:2/3}
  .lhb13-nav{
    grid-column:1/-1;
    order:3;
  }
  .lhb13-hero-grid{grid-template-columns:1fr}
  .lhb13-hero-image{min-height:500px}
  .lhb13-hero-post-img,
  .lhb13-hero-image>.lhb-fallback{min-height:500px!important}
}
@media(max-width:760px){
  .lhb13-top-links{display:none}
  .lhb13-main{grid-template-columns:1fr}
  .lhb13-logo img{width:250px}
  .lhb13-nav{display:none}
  .lhb13-actions{grid-column:auto;width:100%}
  .lhb13-main .lhb13-search{height:48px}
  .lhb13-menu-btn{width:48px;height:48px;flex-basis:48px}
  .lhb13-mega-grid{grid-template-columns:1fr}
  .lhb13-mega-links{grid-template-columns:1fr 1fr}
  .lhb13-hero-copy{padding:42px 24px}
  .lhb13-hero-copy h1{font-size:52px}
  .lhb13-hero-copy p{font-size:17px}
  .lhb13-benefits{gap:20px;flex-direction:column;align-items:flex-start}
  .lhb13-hero-image{min-height:380px}
  .lhb13-hero-post-img,
  .lhb13-hero-image>.lhb-fallback{min-height:380px!important}
  .lhb13-image-note{display:none}
  .lhb13-brush-note{width:145px;min-height:110px;font-size:18px}
  .lhb13-guide-strip{grid-template-columns:1fr 1fr}
}


/* =========================================================
   v1.4 — premium modern footer
   ========================================================= */

.lhb-footer{display:none!important}

.lhb14-wrap{
  width:min(1380px,calc(100% - 52px));
  margin:0 auto;
}

.lhb14-footer{
  position:relative;
  overflow:hidden;
  padding:66px 0 20px;
  color:#fff;
  background:
    radial-gradient(circle at 12% 0%,rgba(196,154,88,.12),transparent 26%),
    radial-gradient(circle at 88% 10%,rgba(183,95,67,.08),transparent 28%),
    linear-gradient(180deg,#173a32 0%,#102d27 100%);
}

.lhb14-footer:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.09;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:46px 46px;
}

.lhb14-footer:after{
  content:"";
  position:absolute;
  right:-100px;
  bottom:-110px;
  width:340px;
  height:340px;
  border:1px solid rgba(224,181,116,.18);
  border-radius:50%;
  box-shadow:
    0 0 0 48px rgba(224,181,116,.025),
    0 0 0 96px rgba(224,181,116,.016);
}

.lhb14-top,
.lhb14-directory,
.lhb14-signoff,
.lhb14-bottom{
  position:relative;
  z-index:1;
}

/* top cards */
.lhb14-top{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:18px;
}

.lhb14-brand-card,
.lhb14-news-card{
  min-height:330px;
  padding:34px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:28px;
  background:rgba(255,255,255,.038);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 20px 60px rgba(0,0,0,.08);
}

.lhb14-brand-card{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(224,181,116,.055),rgba(255,255,255,.018));
}

.lhb14-brand-card:after{
  content:"LHB";
  position:absolute;
  right:-12px;
  bottom:-42px;
  color:rgba(255,255,255,.028);
  font:400 170px/1 Georgia,serif;
}

.lhb14-brand-card img{
  display:block;
  width:300px;
  max-width:100%;
  margin-bottom:18px;
  filter:brightness(0) invert(1);
}

.lhb14-kicker{
  display:inline-block;
  color:#e0b574;
  font-size:9px;
  font-weight:900;
  letter-spacing:.2em;
  text-transform:uppercase;
}

.lhb14-brand-card h2{
  max-width:700px;
  margin:12px 0 12px;
  font:400 clamp(38px,4vw,54px)/.98 Georgia,serif;
  letter-spacing:-.025em;
}

.lhb14-brand-card p,
.lhb14-news-card p{
  max-width:620px;
  margin:0;
  color:#bad0c9;
  font:15px/1.65 Georgia,serif;
}

.lhb14-brand-links{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:24px;
}

.lhb14-brand-links a{
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  color:#d9e6e2;
  font-size:9px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.lhb14-brand-links a:hover{
  border-color:#e0b574;
  color:#e0b574;
}

.lhb14-news-card{
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    linear-gradient(145deg,rgba(183,95,67,.14),rgba(255,255,255,.025));
}

.lhb14-news-card h3{
  margin:10px 0 12px;
  font:400 clamp(34px,3.5vw,48px)/.98 Georgia,serif;
}

.lhb14-news-card form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:8px;
  margin-top:24px;
}

.lhb14-news-card input{
  min-width:0;
  height:52px;
  padding:0 15px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:14px;
  outline:0;
  background:rgba(255,255,255,.08);
  color:#fff;
}

.lhb14-news-card input::placeholder{color:#9fb5af}

.lhb14-news-card button{
  min-width:150px;
  border:0;
  border-radius:14px;
  padding:0 18px;
  background:#e0b574;
  color:#173a32;
  font-size:9px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
}

.lhb14-news-card button b{
  margin-left:8px;
  font-size:14px;
}

.lhb14-news-meta{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:14px;
  color:#86a69d;
  font-size:8px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

/* directory */
.lhb14-directory{
  display:grid;
  grid-template-columns:1.25fr repeat(4,.75fr);
  gap:12px;
  margin-top:18px;
}

.lhb14-directory-intro,
.lhb14-col{
  min-height:230px;
  padding:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.026);
}

.lhb14-directory-intro{
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  background:
    linear-gradient(145deg,rgba(224,181,116,.075),rgba(255,255,255,.018));
}

.lhb14-directory-intro span{
  color:#e0b574;
  font-size:8px;
  font-weight:900;
  letter-spacing:.18em;
}

.lhb14-directory-intro strong{
  max-width:280px;
  margin-top:10px;
  font:400 29px/1.04 Georgia,serif;
}

.lhb14-col{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.lhb14-col>strong{
  margin-bottom:8px;
  color:#e0b574;
  font-size:9px;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.lhb14-col a{
  position:relative;
  color:#c9dad5;
  font:13px Georgia,serif;
}

.lhb14-col a:after{
  content:"→";
  position:absolute;
  right:0;
  color:#e0b574;
  opacity:0;
  transition:.18s ease;
}

.lhb14-col a:hover{
  color:#fff;
}

.lhb14-col a:hover:after{
  opacity:1;
  transform:translateX(3px);
}

/* signature */
.lhb14-signoff{
  display:grid;
  grid-template-columns:1.2fr auto .85fr;
  gap:28px;
  align-items:center;
  margin-top:18px;
  padding:24px 26px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(0,0,0,.07);
}

.lhb14-quote{
  display:flex;
  align-items:flex-start;
  gap:13px;
}

.lhb14-quote>span{
  color:#e0b574;
  font:400 56px/.7 Georgia,serif;
}

.lhb14-quote p{
  margin:0;
  color:#d9e7e2;
  font:italic 18px/1.35 Georgia,serif;
}

.lhb14-mantra{
  display:flex;
  align-items:center;
  gap:10px;
  color:#76988f;
  font-size:8px;
  font-weight:900;
  letter-spacing:.14em;
}

.lhb14-mantra i{
  width:22px;
  height:1px;
  background:#64877d;
}

.lhb14-monogram{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:14px;
}

.lhb14-monogram strong{
  width:50px;
  height:50px;
  display:grid;
  place-items:center;
  border:1px solid #6e9288;
  border-radius:50%;
  color:#e0b574;
  font:400 15px Georgia,serif;
}

.lhb14-monogram span{
  max-width:170px;
  color:#829e96;
  font:italic 13px/1.3 Georgia,serif;
}

/* bottom */
.lhb14-bottom{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:24px;
  align-items:center;
  margin-top:20px;
  padding:18px 4px 0;
  border-top:1px solid rgba(255,255,255,.08);
  color:#668980;
  font-size:9px;
  letter-spacing:.08em;
}

.lhb14-bottom a{color:#e0b574}

@media(max-width:1100px){
  .lhb14-top{grid-template-columns:1fr}
  .lhb14-directory{grid-template-columns:1fr 1fr}
  .lhb14-directory-intro{grid-column:1/-1;min-height:165px}
  .lhb14-signoff{grid-template-columns:1fr}
  .lhb14-monogram{justify-content:flex-start}
  .lhb14-bottom{grid-template-columns:1fr}
}

@media(max-width:760px){
  .lhb14-wrap{width:min(100% - 24px,1380px)}
  .lhb14-footer{padding-top:46px}
  .lhb14-brand-card,
  .lhb14-news-card{
    min-height:auto;
    padding:24px;
    border-radius:22px;
  }
  .lhb14-news-card form{
    grid-template-columns:1fr;
  }
  .lhb14-news-card button{height:48px}
  .lhb14-directory{grid-template-columns:1fr}
  .lhb14-directory-intro{grid-column:auto}
  .lhb14-col{min-height:auto}
  .lhb14-signoff{padding:20px}
}


/* =========================================================
   v1.5 — modern premium search box
   ========================================================= */

.lhb13-search{
  position:relative;
  height:56px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr);
  align-items:center;
  gap:8px!important;
  padding:6px 16px 6px 7px!important;
  border:1px solid rgba(23,58,50,.16)!important;
  border-radius:999px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,246,240,.96))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.95),
    0 10px 28px rgba(23,58,50,.055)!important;
  transition:
    border-color .2s ease,
    box-shadow .2s ease,
    transform .2s ease;
}

.lhb13-search:focus-within{
  border-color:rgba(183,95,67,.52)!important;
  box-shadow:
    0 0 0 4px rgba(183,95,67,.08),
    0 14px 34px rgba(23,58,50,.08)!important;
  transform:translateY(-1px);
}

.lhb13-search>span{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#edf1e9!important;
  color:#294b31!important;
  font-size:20px!important;
  font-weight:700!important;
  box-shadow:inset 0 0 0 1px rgba(23,58,50,.07);
}

.lhb13-search input{
  width:100%!important;
  min-width:0!important;
  height:100%!important;
  padding:0 4px!important;
  border:0!important;
  outline:0!important;
  background:transparent!important;
  color:#243b32!important;
  font-size:13px!important;
  line-height:1!important;
  letter-spacing:.01em;
}

.lhb13-search input::placeholder{
  color:#8a9892!important;
  opacity:1!important;
}

.lhb13-search input::-webkit-search-cancel-button{
  cursor:pointer;
}

/* Make the search/actions composition feel more deliberate */
.lhb13-actions{
  gap:12px!important;
}

.lhb13-menu-btn{
  box-shadow:
    0 10px 24px rgba(183,95,67,.18),
    inset 0 1px 0 rgba(255,255,255,.18);
  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;
}
.lhb13-menu-btn:hover{
  transform:translateY(-2px);
  background:#a95036;
  box-shadow:0 14px 30px rgba(183,95,67,.22);
}

/* responsive search refinements */
@media(max-width:1220px){
  .lhb13-search{
    height:52px!important;
    grid-template-columns:38px minmax(0,1fr);
  }
  .lhb13-search>span{
    width:38px!important;
    height:38px!important;
  }
}

@media(max-width:760px){
  .lhb13-search{
    height:48px!important;
    grid-template-columns:36px minmax(0,1fr);
    padding:5px 12px 5px 6px!important;
  }
  .lhb13-search>span{
    width:36px!important;
    height:36px!important;
    font-size:17px!important;
  }
  .lhb13-search input{
    font-size:12px!important;
  }
}


/* =========================================================
   v1.6 — approved premium footer reference build
   ========================================================= */

.lhb14-footer{display:none!important}

.lhb16-wrap{
  width:min(1500px,calc(100% - 56px));
  margin:0 auto;
}

.lhb16-footer{
  position:relative;
  overflow:hidden;
  padding:72px 0 20px;
  color:#fff;
  background:
    radial-gradient(circle at 18% 0%,rgba(209,171,111,.09),transparent 26%),
    radial-gradient(circle at 92% 8%,rgba(184,96,67,.08),transparent 28%),
    linear-gradient(180deg,#173b32 0%,#113029 100%);
}

.lhb16-footer:before{
  content:"";
  position:absolute;
  inset:0;
  opacity:.07;
  pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.02) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.02) 1px,transparent 1px);
  background-size:50px 50px;
}

.lhb16-main,
.lhb16-newsletter,
.lhb16-bottom{
  position:relative;
  z-index:1;
}

.lhb16-main{
  position:relative;
  min-height:410px;
  display:grid;
  grid-template-columns:1.35fr .72fr .72fr .85fr 1fr;
  gap:28px;
  padding:20px 240px 20px 32px;
}

.lhb16-brand{
  padding-right:20px;
}

.lhb16-brand img{
  display:block;
  width:180px;
  height:auto;
  margin-bottom:12px;
  filter:brightness(0) invert(1);
}

.lhb16-brand h2{
  margin:2px 0 12px;
  font:400 36px/1 Georgia,serif;
}

.lhb16-brand p{
  max-width:330px;
  margin:0;
  color:#c6d8d1;
  font:14px/1.58 Georgia,serif;
}

.lhb16-script{
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:26px;
}

.lhb16-script i{
  width:42px;
  height:1px;
  background:#c67552;
}

.lhb16-script span{
  color:#e0d3c5;
  font:italic 19px/1.2 Georgia,serif;
}

.lhb16-column{
  position:relative;
  padding-left:18px;
  border-left:1px solid rgba(255,255,255,.12);
  display:flex;
  flex-direction:column;
  gap:10px;
}

.lhb16-column h3{
  margin:0;
  font:400 28px/1 Georgia,serif;
}

.lhb16-column>i{
  width:32px;
  height:2px;
  margin:5px 0 6px;
  background:#c67552;
}

.lhb16-column a{
  color:#d9e5e1;
  font:13px/1.35 Arial,sans-serif;
}

.lhb16-column a:hover{
  color:#e9bb82;
}

.lhb16-statement{
  position:relative;
  padding-left:26px;
  border-left:1px solid rgba(255,255,255,.14);
}

.lhb16-statement>span{
  display:block;
  color:#d0ddd8;
  font-size:8px;
  font-weight:800;
  line-height:2;
  letter-spacing:.35em;
}

.lhb16-statement>i{
  display:block;
  width:30px;
  height:2px;
  margin:18px 0 24px;
  background:#c67552;
}

.lhb16-statement strong{
  display:block;
  color:#fff;
  font:400 34px/1.05 Georgia,serif;
}

.lhb16-statement small{
  display:block;
  margin-top:45px;
  color:#c6d8d1;
  font-size:8px;
  line-height:2;
  letter-spacing:.30em;
}

.lhb16-room-art{
  position:absolute;
  right:-32px;
  top:0;
  width:245px;
  height:100%;
  overflow:hidden;
  pointer-events:none;
}

.lhb16-room-art:before{
  content:"";
  position:absolute;
  right:0;
  top:0;
  width:220px;
  height:100%;
  border-radius:120px 0 0 0;
  background:
    linear-gradient(125deg,rgba(235,217,192,.97),rgba(187,157,120,.85));
  opacity:.74;
}

.lhb16-arch{
  position:absolute;
  right:0;
  top:0;
  width:208px;
  height:100%;
  border-radius:120px 0 0 0;
  box-shadow:inset 35px 0 60px rgba(48,45,37,.16);
}

.lhb16-pot{
  position:absolute;
  right:48px;
  bottom:42px;
  width:78px;
  height:65px;
  border-radius:48% 48% 38% 38%;
  background:#d7c1a1;
  box-shadow:0 12px 25px rgba(0,0,0,.14);
}

.lhb16-branch{
  position:absolute;
  right:72px;
  bottom:92px;
  width:8px;
  height:180px;
  background:#374b36;
  transform:rotate(-12deg);
  transform-origin:bottom center;
}

.lhb16-branch:before,
.lhb16-branch:after{
  content:"";
  position:absolute;
  width:80px;
  height:35px;
  border-radius:100% 0 100% 0;
  background:#496246;
}

.lhb16-branch:before{
  left:-67px;
  top:44px;
  transform:rotate(-28deg);
}

.lhb16-branch:after{
  right:-64px;
  top:78px;
  transform:rotate(35deg);
}

/* newsletter panel */
.lhb16-newsletter{
  display:grid;
  grid-template-columns:74px 1.1fr 1fr .92fr;
  gap:24px;
  align-items:center;
  min-height:142px;
  padding:24px 30px;
  border-radius:22px;
  background:
    linear-gradient(180deg,#fbf7f0,#f4eee5);
  color:#1e352d;
  box-shadow:
    0 16px 42px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.92);
}

.lhb16-news-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#efe2d4;
  color:#b76043;
  font-size:26px;
}

.lhb16-news-copy h3{
  margin:0 0 6px;
  font:400 25px/1.05 Georgia,serif;
}

.lhb16-news-copy p{
  margin:0;
  color:#69766f;
  font-size:12px;
  line-height:1.45;
}

.lhb16-newsletter form{
  display:grid;
  grid-template-columns:1fr 150px;
  gap:6px;
  height:54px;
  padding:5px;
  border:1px solid rgba(23,58,50,.14);
  border-radius:12px;
  background:#fff;
}

.lhb16-newsletter input{
  min-width:0;
  border:0;
  outline:0;
  padding:0 12px;
  background:transparent;
  color:#173a32;
}

.lhb16-newsletter button{
  border:0;
  border-radius:9px;
  background:#b85e42;
  color:#fff;
  font-size:11px;
  font-weight:700;
  cursor:pointer;
}

.lhb16-newsletter button b{
  margin-left:7px;
  font-size:14px;
}

.lhb16-pillars{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:8px;
  padding-left:18px;
  border-left:1px solid rgba(23,58,50,.14);
}

.lhb16-pillars>div{
  text-align:center;
}

.lhb16-pillars span{
  display:block;
  margin-bottom:6px;
  color:#27483c;
  font-size:24px;
}

.lhb16-pillars b{
  color:#41564e;
  font-size:8px;
  line-height:1.45;
  letter-spacing:.18em;
  text-transform:uppercase;
}

/* bottom strip */
.lhb16-bottom{
  min-height:64px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  gap:20px;
  align-items:center;
  margin-top:22px;
  padding:18px 8px 0;
  border-top:1px solid rgba(255,255,255,.23);
  color:#c2d4cd;
  font-size:10px;
}

.lhb16-bottom nav{
  display:flex;
  align-items:center;
  gap:14px;
}

.lhb16-bottom nav i{
  width:1px;
  height:16px;
  background:#758f87;
}

.lhb16-bottom strong{
  justify-self:end;
  color:#d8c8b6;
  font:italic 18px/1 Georgia,serif;
}

@media(max-width:1260px){
  .lhb16-main{
    grid-template-columns:1.1fr repeat(3,.75fr);
    padding-right:32px;
  }
  .lhb16-statement,
  .lhb16-room-art{
    display:none;
  }
  .lhb16-newsletter{
    grid-template-columns:70px 1fr 1fr;
  }
  .lhb16-pillars{
    grid-column:1/-1;
    border-left:0;
    border-top:1px solid rgba(23,58,50,.12);
    padding:16px 0 0;
  }
}

@media(max-width:900px){
  .lhb16-main{
    grid-template-columns:1fr 1fr;
    gap:18px;
  }
  .lhb16-brand{
    grid-column:1/-1;
  }
  .lhb16-newsletter{
    grid-template-columns:64px 1fr;
  }
  .lhb16-newsletter form,
  .lhb16-pillars{
    grid-column:1/-1;
  }
  .lhb16-bottom{
    grid-template-columns:1fr;
  }
  .lhb16-bottom nav{
    justify-content:flex-start;
  }
  .lhb16-bottom strong{
    justify-self:start;
  }
}

@media(max-width:620px){
  .lhb16-wrap{
    width:min(100% - 24px,1500px);
  }
  .lhb16-footer{
    padding-top:44px;
  }
  .lhb16-main{
    grid-template-columns:1fr;
    padding:0;
  }
  .lhb16-brand{
    grid-column:auto;
  }
  .lhb16-column{
    border-left:0;
    border-top:1px solid rgba(255,255,255,.10);
    padding:20px 0 0;
  }
  .lhb16-newsletter{
    grid-template-columns:1fr;
    padding:22px;
  }
  .lhb16-news-icon{
    width:54px;
    height:54px;
  }
  .lhb16-newsletter form{
    grid-template-columns:1fr;
    height:auto;
    padding:6px;
  }
  .lhb16-newsletter input,
  .lhb16-newsletter button{
    height:46px;
  }
  .lhb16-pillars{
    grid-template-columns:1fr;
    gap:14px;
  }
}


/* =========================================================
   v1.7 — clean contextual internal links inside articles
   ========================================================= */

.lhb17-inline-links{
  margin:30px 0 34px;
  padding:0;
  border:0;
  background:transparent;
  box-shadow:none;
}

.lhb17-inline-links>span{
  display:block;
  margin-bottom:10px;
  color:#b75f43;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}

.lhb17-inline-links ul{
  margin:0;
  padding-left:21px;
}

.lhb17-inline-links li{
  margin:8px 0;
  padding-left:2px;
  color:#b75f43;
}

.lhb17-inline-links li::marker{
  color:#b75f43;
}

.lhb17-inline-links a{
  color:#173a32;
  font-family:Georgia,"Times New Roman",serif;
  font-size:15px;
  line-height:1.45;
  text-decoration:none;
  border-bottom:1px solid rgba(23,58,50,.18);
  transition:color .18s ease,border-color .18s ease;
}

.lhb17-inline-links a:hover{
  color:#b75f43;
  border-color:#b75f43;
}

.lhb17-inline-links-secondary{
  margin-top:36px;
  padding-top:18px;
  border-top:1px solid rgba(23,58,50,.10);
}

@media(max-width:760px){
  .lhb17-inline-links{
    margin:25px 0 29px;
  }
  .lhb17-inline-links a{
    font-size:14px;
  }
}


/* =========================================================
   v1.8 — primary menu overflow / cut-text hard fix
   ========================================================= */

/* Balance the three header zones more safely */
.lhb13-main{
  grid-template-columns:minmax(250px,300px) minmax(470px,1fr) minmax(280px,320px)!important;
  gap:16px!important;
  overflow:visible!important;
}
.lhb13-main>*{
  min-width:0!important;
}

/* Five equal menu cells: text always stays inside its own space */
.lhb13-nav{
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:2px!important;
  align-items:stretch!important;
  justify-content:stretch!important;
  overflow:visible!important;
}

.lhb13-nav a{
  min-width:0!important;
  width:100%!important;
  min-height:46px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 7px!important;
  border-radius:12px!important;
  color:#1d322b!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(11px,.92vw,14px)!important;
  line-height:1.12!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  transition:background .18s ease,color .18s ease,transform .18s ease;
}
.lhb13-nav a:hover{
  color:#b75f43!important;
  background:#f3eee5!important;
  transform:translateY(-1px);
}

/* Keep search from stealing menu width */
.lhb13-actions{
  width:100%!important;
  min-width:0!important;
}
.lhb13-search{
  width:100%!important;
  max-width:270px!important;
  min-width:0!important;
}
.lhb13-logo img{
  width:min(290px,100%)!important;
}

/* Intermediate desktop sizes: shrink logo/search before nav can collide */
@media(max-width:1380px){
  .lhb13-main{
    grid-template-columns:240px minmax(445px,1fr) 275px!important;
    gap:12px!important;
  }
  .lhb13-logo img{
    width:235px!important;
  }
  .lhb13-search{
    max-width:220px!important;
  }
  .lhb13-nav a{
    padding:8px 5px!important;
    font-size:12px!important;
  }
}

/* Move navigation to its own full-width row before any text can be clipped */
@media(max-width:1160px){
  .lhb13-main{
    grid-template-columns:minmax(230px,1fr) minmax(280px,330px)!important;
    gap:12px 18px!important;
    padding:12px 0 14px!important;
  }
  .lhb13-logo{
    grid-column:1/2!important;
    grid-row:1!important;
  }
  .lhb13-actions{
    grid-column:2/3!important;
    grid-row:1!important;
    justify-self:end!important;
  }
  .lhb13-search{
    max-width:none!important;
  }
  .lhb13-nav{
    grid-column:1/-1!important;
    grid-row:2!important;
    order:3!important;
    padding:5px!important;
    border:1px solid rgba(23,58,50,.09)!important;
    border-radius:17px!important;
    background:rgba(255,255,255,.72)!important;
  }
  .lhb13-nav a{
    min-height:42px!important;
    font-size:13px!important;
  }
}

/* Small tablet/mobile keeps the existing hamburger-only approach */
@media(max-width:760px){
  .lhb13-main{
    grid-template-columns:1fr!important;
  }
  .lhb13-nav{
    display:none!important;
  }
  .lhb13-actions{
    grid-column:auto!important;
    grid-row:auto!important;
  }
}


/* =========================================================
   v1.8.1 — footer newsletter icon removed
   ========================================================= */

.lhb16-news-icon{
  display:none!important;
}

.lhb16-newsletter{
  grid-template-columns:1.2fr 1fr .92fr!important;
  gap:28px!important;
  padding-left:34px!important;
}

@media(max-width:1260px){
  .lhb16-newsletter{
    grid-template-columns:1fr 1fr!important;
  }
  .lhb16-news-copy{
    grid-column:1/2!important;
  }
  .lhb16-newsletter form{
    grid-column:2/3!important;
  }
  .lhb16-pillars{
    grid-column:1/-1!important;
  }
}

@media(max-width:900px){
  .lhb16-newsletter{
    grid-template-columns:1fr!important;
  }
  .lhb16-news-copy,
  .lhb16-newsletter form,
  .lhb16-pillars{
    grid-column:auto!important;
  }
}

@media(max-width:620px){
  .lhb16-newsletter{
    padding:22px!important;
  }
}


/* =========================================================
   v1.8.2 — white footer newsletter panel removed
   ========================================================= */

.lhb16-newsletter{
  display:none!important;
}

.lhb16-footer{
  padding-bottom:24px!important;
}

/* Pull the legal/footer bottom area upward after removing newsletter. */
.lhb16-bottom{
  margin-top:26px!important;
  padding-top:22px!important;
  min-height:74px!important;
}

/* Slightly stronger separator for a finished footer ending. */
.lhb16-bottom{
  border-top:1px solid rgba(255,255,255,.18)!important;
}

/* Keep main footer composition visually balanced. */
.lhb16-main{
  padding-bottom:30px!important;
}

@media(max-width:900px){
  .lhb16-bottom{
    margin-top:20px!important;
  }
}


/* =========================================================
   v1.9 — approved modern category explorer
   ========================================================= */

.lhb-cats{display:none!important}

.lhb19-categories{
  position:relative;
  overflow:hidden;
  padding:68px 0 76px;
  background:
    radial-gradient(circle at 50% 0%,rgba(255,255,255,.75),transparent 32%),
    linear-gradient(180deg,#edf2e8 0%,#dfe8d8 100%);
  border-top:1px solid rgba(23,58,50,.08);
  border-bottom:1px solid rgba(23,58,50,.08);
}

.lhb19-cat-head{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}

.lhb19-cat-head>span{
  display:block;
  color:#63756d;
  font-size:9px;
  font-weight:900;
  letter-spacing:.32em;
}

.lhb19-head-mark{
  display:grid;
  grid-template-columns:170px 42px 170px;
  align-items:center;
  justify-content:center;
  gap:16px;
  margin:20px 0 10px;
}

.lhb19-head-mark i{
  height:1px;
  background:#7f9289;
}

.lhb19-head-mark b{
  color:#b75f43;
  font-size:28px;
  font-weight:400;
}

.lhb19-cat-head h2{
  margin:0;
  color:#173a32;
  font:400 clamp(48px,6vw,84px)/.95 Georgia,serif;
  letter-spacing:-.04em;
}

.lhb19-cat-head p{
  margin:12px 0 0;
  color:#62736b;
  font:22px/1.3 Georgia,serif;
}

.lhb19-cat-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:16px;
}

.lhb19-cat-card{
  position:relative;
  min-width:0;
  min-height:208px;
  padding:22px 20px 19px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  border:1px solid rgba(23,58,50,.08);
  border-radius:18px;
  background:rgba(255,253,248,.92);
  box-shadow:
    0 14px 32px rgba(39,59,48,.06),
    inset 0 1px 0 rgba(255,255,255,.94);
  transition:
    transform .18s ease,
    box-shadow .18s ease,
    border-color .18s ease;
}

.lhb19-cat-card:hover{
  transform:translateY(-5px);
  border-color:rgba(183,95,67,.28);
  box-shadow:
    0 20px 42px rgba(39,59,48,.10),
    inset 0 1px 0 rgba(255,255,255,.96);
}

.lhb19-icon{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#e6ecdf;
  color:#173a32;
  font-size:30px;
  box-shadow:inset 0 0 0 1px rgba(23,58,50,.05);
}

.lhb19-cat-card strong{
  margin-top:12px;
  color:#173a32;
  font:400 22px/1.02 Georgia,serif;
  white-space:normal;
  overflow-wrap:normal;
  word-break:normal;
}

.lhb19-cat-card>i{
  width:28px;
  height:2px;
  margin:10px 0;
  background:#b75f43;
}

.lhb19-cat-card small{
  color:#65766f;
  font-size:9px;
  line-height:1.35;
  font-weight:700;
  letter-spacing:.15em;
  text-transform:uppercase;
}

.lhb19-cat-card>b{
  position:absolute;
  right:14px;
  bottom:14px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#adbea6;
  color:#fff;
  font-size:22px;
  font-weight:400;
  transition:.18s ease;
}

.lhb19-cat-card:hover>b{
  background:#b75f43;
  transform:translateX(2px);
}

.lhb19-cat-foot{
  min-height:160px;
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:30px;
  padding:28px 36px 0;
}

.lhb19-cat-foot>div{
  color:#63756d;
}

.lhb19-cat-foot span{
  display:block;
  font-size:9px;
  font-weight:900;
  letter-spacing:.28em;
}

.lhb19-cat-foot i{
  display:block;
  width:34px;
  height:2px;
  margin:16px 0;
  background:#b75f43;
}

.lhb19-cat-foot strong{
  display:block;
  color:#52675e;
  font-size:9px;
  line-height:1.65;
  letter-spacing:.20em;
  text-transform:uppercase;
}

.lhb19-cat-foot em{
  color:#48624f;
  font:italic 32px/1.02 Georgia,serif;
  text-align:right;
  transform:rotate(-5deg);
}

.lhb19-leaf{
  position:absolute;
  z-index:0;
  color:#65806d;
  opacity:.24;
  font-size:160px;
  line-height:1;
  pointer-events:none;
}

.lhb19-leaf-left{
  left:-42px;
  top:70px;
  transform:rotate(-25deg);
}

.lhb19-leaf-right{
  right:-52px;
  bottom:40px;
  transform:scaleX(-1) rotate(-22deg);
}

.lhb19-categories>.lhb-wrap{
  position:relative;
  z-index:1;
}

@media(max-width:1180px){
  .lhb19-cat-grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media(max-width:900px){
  .lhb19-cat-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .lhb19-head-mark{
    grid-template-columns:100px 38px 100px;
  }
}

@media(max-width:650px){
  .lhb19-categories{
    padding:48px 0 54px;
  }
  .lhb19-cat-head h2{
    font-size:46px;
  }
  .lhb19-cat-head p{
    font-size:17px;
  }
  .lhb19-head-mark{
    grid-template-columns:60px 34px 60px;
  }
  .lhb19-cat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:10px;
  }
  .lhb19-cat-card{
    min-height:190px;
    padding:18px 14px 16px;
  }
  .lhb19-icon{
    width:62px;
    height:62px;
    font-size:25px;
  }
  .lhb19-cat-card strong{
    font-size:19px;
  }
  .lhb19-cat-foot{
    padding:22px 0 0;
  }
  .lhb19-cat-foot em{
    font-size:23px;
  }
}

@media(max-width:430px){
  .lhb19-cat-grid{
    grid-template-columns:1fr;
  }
}


/* =========================================================
   v1.10 — premium stylish primary menu box
   ========================================================= */

.lhb13-nav{
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:6px!important;
  padding:7px!important;
  border:1px solid rgba(23,58,50,.10)!important;
  border-radius:22px!important;
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(247,243,235,.90))!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.98),
    0 10px 30px rgba(23,58,50,.05)!important;
  overflow:hidden!important;
}

.lhb13-nav:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  border-radius:22px;
  background:
    radial-gradient(circle at 0 0,rgba(183,95,67,.07),transparent 25%),
    radial-gradient(circle at 100% 100%,rgba(23,58,50,.045),transparent 30%);
}

.lhb13-nav a{
  position:relative!important;
  z-index:1!important;
  min-width:0!important;
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px 9px!important;
  border:1px solid transparent!important;
  border-radius:16px!important;
  color:#1d382f!important;
  font-family:Georgia,"Times New Roman",serif!important;
  font-size:clamp(11px,.9vw,14px)!important;
  line-height:1.12!important;
  text-align:center!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  transition:
    color .18s ease,
    background .18s ease,
    border-color .18s ease,
    transform .18s ease,
    box-shadow .18s ease!important;
}

.lhb13-nav a:before{
  content:"";
  position:absolute;
  left:50%;
  bottom:8px;
  width:0;
  height:2px;
  border-radius:2px;
  background:#b75f43;
  transform:translateX(-50%);
  transition:width .18s ease;
}

.lhb13-nav a:hover,
.lhb13-nav a:focus-visible{
  color:#b75f43!important;
  background:#fff!important;
  border-color:rgba(183,95,67,.13)!important;
  box-shadow:
    0 8px 20px rgba(23,58,50,.055),
    inset 0 1px 0 rgba(255,255,255,.95)!important;
  transform:translateY(-1px)!important;
}

.lhb13-nav a:hover:before,
.lhb13-nav a:focus-visible:before{
  width:28px;
}

/* Current category visual state where WordPress adds current menu classes */
.lhb13-nav .current-menu-item,
.lhb13-nav .current-category-ancestor,
.lhb13-nav a[aria-current="page"]{
  color:#fff!important;
  background:linear-gradient(135deg,#294b31,#1d3a2f)!important;
  border-color:#294b31!important;
  box-shadow:0 8px 20px rgba(41,75,49,.18)!important;
}

.lhb13-nav .current-menu-item:before,
.lhb13-nav .current-category-ancestor:before,
.lhb13-nav a[aria-current="page"]:before{
  width:28px;
  background:#e5b77f;
}

/* Give the whole header row cleaner spacing around the menu box */
.lhb13-main{
  align-items:center!important;
}

@media(max-width:1380px){
  .lhb13-nav{
    gap:4px!important;
    padding:6px!important;
    border-radius:19px!important;
  }
  .lhb13-nav a{
    min-height:50px!important;
    padding:9px 6px!important;
    border-radius:14px!important;
  }
}

@media(max-width:1160px){
  .lhb13-nav{
    padding:6px!important;
    border-radius:18px!important;
    background:rgba(255,255,255,.93)!important;
  }
  .lhb13-nav a{
    min-height:46px!important;
    font-size:12.5px!important;
  }
}

@media(max-width:760px){
  .lhb13-nav{
    display:none!important;
  }
}


/* =========================================================
   v1.11.1 — ONLY top green utility strip removed
   Main logo/menu/search/header preserved exactly from v1.10.
   ========================================================= */
.lhb13-topbar{
  display:none!important;
}
body:not(.admin-bar) .lhb13-header{
  top:0!important;
}
.admin-bar .lhb13-header{
  top:32px!important;
}
