/*
Theme Name: Own Lake Conroe
Theme URI: https://ownlakeconroe.com/
Author: Own Lake Conroe
Description: Premium, performance-first Lake Conroe real estate theme built for the Own Lake Conroe Core plugin.
Version: 1.1.5
Requires at least: 6.8
Requires PHP: 8.2
Text Domain: own-lake-conroe
*/
:root{
  --ink:#14231f;--lake:#143f36;--lake2:#1b594a;--cream:#f4f1e9;--paper:#fbfaf6;
  --muted:#68736f;--line:#dfe4e0;--white:#fff;--max:1180px
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
img{max-width:100%;height:auto}.site-wrap{width:min(var(--max),calc(100% - 32px));margin-inline:auto}
a{color:var(--lake2)}h1,h2,h3{line-height:1.08;letter-spacing:-.025em}h1{font-size:clamp(40px,6vw,76px)}h2{font-size:clamp(30px,4vw,48px)}p{color:#43504c}
.site-header{position:sticky;top:0;z-index:1000;background:rgba(251,250,246,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(20,63,54,.08)}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative}.brand{text-decoration:none;color:var(--ink);display:flex;align-items:center;gap:11px}.brand-mark{width:36px;height:36px;border:2px solid var(--lake);border-radius:50%;position:relative}.brand-mark:after{content:"";position:absolute;left:5px;right:5px;top:17px;height:2px;background:var(--lake);box-shadow:0 5px 0 #7fa297}.brand-text{display:flex;flex-direction:column;line-height:1}.brand-text strong{font-size:15px;letter-spacing:.13em}.brand-text span{font-size:11px;letter-spacing:.19em;color:#71807b;margin-top:5px}.site-nav{display:flex;gap:22px;align-items:center}.site-nav a{text-decoration:none;color:var(--ink);font-size:14px;font-weight:700}.site-nav .nav-cta{background:var(--lake);color:white;padding:10px 15px;border-radius:999px}.nav-toggle{display:none}
.hero{min-height:720px;display:flex;align-items:center;background-color:#0b2f29;background-image:linear-gradient(90deg,rgba(7,35,30,.92) 0%,rgba(9,43,36,.82) 46%,rgba(10,45,38,.56) 100%),linear-gradient(180deg,rgba(7,31,27,.16),rgba(7,31,27,.32)),url("https://ownlakeconroe.com/wp-content/uploads/2026/08/own-lake-conroe-hero-waterfront.webp");background-position:center;background-size:cover;background-repeat:no-repeat;color:white}.hero-inner{padding:90px 0;max-width:880px}.hero .eyebrow{color:#d7e8e0}.hero h1{max-width:830px;margin:10px 0 20px}.hero p{font-size:19px;color:#edf3f0;max-width:720px}.hero-search{display:flex;background:white;border-radius:16px;padding:8px;max-width:770px;margin-top:30px;box-shadow:0 20px 60px rgba(0,0,0,.2)}.hero-search input{border:0;outline:0;flex:1;padding:14px 16px;font:inherit;min-width:0}.hero-search button{border:0;background:var(--lake);color:white;border-radius:11px;padding:0 22px;font-weight:800}.quick-links{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.quick-links a{color:white;text-decoration:none;border:1px solid rgba(255,255,255,.38);border-radius:999px;padding:8px 12px;font-size:13px;background:rgba(255,255,255,.08)}
.section{padding:78px 0}.section--white{background:white}.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:28px}.section-head h2{margin:0}.section-head p{max-width:640px;margin:8px 0 0}.text-link{font-weight:800;text-decoration:none;white-space:nowrap}
.value-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.value-card{background:white;border:1px solid var(--line);border-radius:20px;padding:24px;text-decoration:none;color:var(--ink);min-height:180px;display:flex;flex-direction:column;justify-content:flex-end}.value-card small{color:#71807b;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.value-card strong{font-size:23px;margin-top:6px}.value-card span{color:var(--lake2);font-weight:800;margin-top:8px;font-size:13px}
.seller-band{background:var(--lake);color:white;border-radius:32px;padding:48px;display:grid;grid-template-columns:1.2fr .8fr;gap:44px;align-items:center}.seller-band p{color:#dbe8e3}.seller-band h2{margin:5px 0 14px}.seller-band .button-light{display:inline-block;background:white;color:var(--lake);font-weight:900;text-decoration:none;padding:13px 17px;border-radius:999px}
.guide-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.guide-card{background:white;border:1px solid var(--line);border-radius:20px;padding:25px;text-decoration:none;color:var(--ink)}.guide-card span{font-size:12px;color:#7b8984;text-transform:uppercase;letter-spacing:.1em;font-weight:800}.guide-card h3{font-size:23px;margin:8px 0}.guide-card p{font-size:14px}
.site-main>.page-shell{padding:55px 0 80px}.page-shell__head{max-width:900px}.page-shell__head h1{font-size:clamp(38px,5vw,62px);margin-bottom:14px}
.site-footer{background:#102d27;color:white;padding:55px 0 28px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.site-footer p,.site-footer a{color:#cbd9d4}.footer-links{display:grid;gap:8px}.footer-links a{text-decoration:none}.footer-legal{font-size:12px;border-top:1px solid rgba(255,255,255,.14);margin-top:36px;padding-top:22px;color:#9fb1aa}
@media(max-width:900px){
  .header-inner{height:78px;gap:14px}
  .brand{min-width:0;flex:1}
  .brand-text strong{font-size:14px}.brand-text span{font-size:10px}
  .site-nav{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;z-index:1100;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:var(--paper);border:1px solid var(--line);border-radius:18px;box-shadow:0 18px 45px rgba(20,35,31,.16);max-height:calc(100vh - 110px);overflow-y:auto;overflow-x:hidden}
  .site-nav.is-open{display:flex}
  .site-nav a{display:block;width:100%;padding:13px 14px;border-radius:11px;font-size:16px;line-height:1.25;white-space:normal}
  .site-nav a:hover,.site-nav a:focus{background:#eef2ee}
  .site-nav .nav-cta{margin-top:6px;text-align:center;padding:13px 14px;border-radius:12px}
  .nav-toggle{display:inline-flex;align-items:center;justify-content:center;flex:0 0 44px;width:44px;height:44px;padding:0;border:1px solid rgba(20,63,54,.14);border-radius:12px;background:transparent;color:var(--lake);font-size:0;cursor:pointer}
  .nav-toggle:before{content:"☰";font-size:25px;line-height:1}
  .nav-toggle[aria-expanded="true"]:before{content:"×";font-size:31px;font-weight:400}
  body.menu-open{overflow:hidden}
  .hero{min-height:620px;background-position:62% center}.value-grid{grid-template-columns:1fr 1fr}.seller-band{grid-template-columns:1fr}.guide-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
}
@media(max-width:600px){.hero{min-height:580px;background-position:64% center}.hero-search{display:grid}.hero-search button{padding:13px}.value-grid,.guide-grid,.footer-grid{grid-template-columns:1fr}.section{padding:56px 0}.section-head{align-items:start;flex-direction:column}.seller-band{padding:30px}.footer-grid>div:first-child{grid-column:auto}}
