/*
Theme Name: Reichle Brothers
Theme URI: https://reichlebrothers.com/
Author: Reichle Brothers
Description: Custom design-build landscaping theme for Reichle Brothers — Westerville, OH. Built as a lightweight, editable front page with a live Facebook feed, before/after project sliders, an online payments section, and a WP Customizer panel for phone/social/payment links so non-technical staff can update key info without touching code.
Version: 1.0
Requires PHP: 7.4
Text Domain: reichle-brothers
*/

:root{
  --white:#FDFBF6;
  --panel:#EEF1E4;
  --panel2:#E3E7D6;
  --forest:#1F5C3F;
  --forest-deep:#153E2A;
  --leaf:#6FA85C;
  --gold:#EFA23B;
  --ink:#16261C;
  --text:#212B22;
  --line:rgba(22,38,28,0.14);
  --display:'Bricolage Grotesque', sans-serif;
  --serif:'Newsreader', serif;
  --body:'Inter', sans-serif;
  --mono:'IBM Plex Mono', monospace;
}
*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{margin:0; background:var(--white); color:var(--text); font-family:var(--body); font-size:16px; line-height:1.65; -webkit-font-smoothing:antialiased;}
img{max-width:100%; display:block;}
a{color:inherit; text-decoration:none;}
.wrap{max-width:1240px; margin:0 auto; padding:0 32px;}
.pill{display:inline-flex; align-items:center; gap:8px; font-family:var(--mono); font-size:11.5px; letter-spacing:.05em; text-transform:uppercase; background:var(--panel); color:var(--forest-deep); padding:8px 14px; border-radius:30px;}
.eyebrow{font-family:var(--mono); font-size:12px; letter-spacing:.1em; text-transform:uppercase; color:var(--forest); font-weight:500;}
h1,h2,h3{font-family:var(--display); font-weight:700; letter-spacing:-0.01em; margin:0; color:var(--forest-deep);}
.btn{display:inline-flex; align-items:center; gap:10px; padding:15px 28px; border-radius:8px; font-family:var(--body); font-weight:600; font-size:15px; cursor:pointer; border:1.5px solid transparent; transition:.2s ease;}
.btn:hover{transform:translateY(-2px);}
.btn-forest{background:var(--forest); color:var(--white);}
.btn-forest:hover{background:var(--forest-deep);}
.btn-white{background:var(--white); color:var(--forest-deep);}
.btn-line{border-color:rgba(255,255,255,.55); color:var(--white);}
.btn-line:hover{background:rgba(255,255,255,.12);}
.btn-line-dark{border-color:var(--forest); color:var(--forest-deep);}
.btn-line-dark:hover{background:var(--forest); color:var(--white);}

#nav{position:fixed; top:0; left:0; right:0; z-index:100; display:flex; align-items:center; justify-content:space-between; padding:22px 32px; transition:.3s;}
#nav.scrolled{background:rgba(253,251,246,.95); backdrop-filter:blur(8px); padding:14px 32px; box-shadow:0 6px 20px rgba(20,40,25,.08);}
.wordmark{font-family:var(--display); font-weight:800; font-size:21px; color:var(--white); display:flex; align-items:center; gap:10px;}
#nav.scrolled .wordmark{color:var(--forest-deep);}
.wordmark .leafmark{width:26px; height:26px; flex-shrink:0;}
#nav ul{list-style:none; display:flex; gap:28px; margin:0; padding:0;}
#nav a.navlink{color:var(--white); font-size:14.5px; font-weight:500; opacity:.9;}
#nav.scrolled a.navlink{color:var(--text);}
#nav a.navlink:hover{opacity:.6;}
.nav-cta{display:flex; align-items:center; gap:16px;}
#menuToggle{display:none; background:none; border:none; font-size:24px; cursor:pointer; color:var(--white);}
#nav.scrolled #menuToggle{color:var(--forest-deep);}

#hero{position:relative; min-height:96vh; display:flex; align-items:flex-end;
  background:linear-gradient(180deg, rgba(21,40,28,.15) 0%, rgba(16,30,20,.4) 55%, rgba(12,22,15,.82) 100%), url('https://reichlebrothers.com/index_htm_files/611.jpg') center/cover no-repeat;
  padding:150px 0 80px; color:var(--white);
}
.hero-content{max-width:720px;}
.hero-content h1{color:var(--white); font-size:clamp(38px,5.6vw,68px); line-height:1.04; font-weight:800;}
.hero-content h1 em{font-family:var(--serif); font-style:italic; font-weight:400; color:var(--gold);}
.hero-sub{font-size:18px; color:rgba(253,251,246,.88); max-width:520px; margin:22px 0 32px;}
.hero-actions{display:flex; gap:14px; flex-wrap:wrap; margin-bottom:38px;}
.hero-pills{display:flex; gap:10px; flex-wrap:wrap;}
.hero-pills .pill{background:rgba(253,251,246,.14); color:var(--white); backdrop-filter:blur(4px);}

#certs{background:var(--panel); padding:30px 0;}
#certs .wrap{display:flex; align-items:center; gap:30px; flex-wrap:wrap; justify-content:space-between;}
#certs .cert-label{font-size:14px; color:#4d5644; max-width:220px;}
#certs .cert-row{display:flex; gap:30px; flex-wrap:wrap; align-items:center;}
#certs img{height:32px; width:auto; filter:grayscale(1); opacity:.65; transition:.2s;}
#certs img:hover{opacity:1; filter:none;}

section{padding:110px 0;}
.sec-head{max-width:620px; margin-bottom:56px;}
.sec-head h2{font-size:clamp(28px,3.6vw,42px); margin-top:14px; line-height:1.1;}
.sec-head p{color:#4d5644; font-size:16.5px; margin-top:16px; max-width:520px;}

#about{background:var(--white); position:relative; overflow:hidden;}
.about-grid{display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center;}
.about-photo{position:relative; border-radius:20px; overflow:hidden; box-shadow:0 30px 60px -25px rgba(20,40,25,.35);}
.about-photo img{border-radius:20px;}
.about-copy .pull{font-family:var(--serif); font-style:italic; font-size:24px; color:var(--forest-deep); line-height:1.35; margin:16px 0 22px;}
.about-copy p{font-size:16px; color:#3d4536; margin-bottom:16px;}
.stat-chips{display:flex; gap:12px; flex-wrap:wrap; margin-top:26px;}
.stat-chip{background:var(--panel); border-radius:12px; padding:14px 18px;}
.stat-chip b{display:block; font-family:var(--display); font-size:22px; color:var(--forest);}
.stat-chip span{font-size:12.5px; color:#5c6650; text-transform:uppercase; letter-spacing:.04em;}

#services{background:var(--panel);}
.svc-grid{display:grid; grid-template-columns:repeat(4,1fr); gap:22px;}
.svc-card{background:var(--white); border-radius:16px; padding:30px 26px; transition:transform .2s, box-shadow .2s;}
.svc-card:hover{transform:translateY(-4px); box-shadow:0 20px 40px -20px rgba(20,40,25,.25);}
.svc-icn{width:46px; height:46px; border-radius:12px; background:var(--forest); display:flex; align-items:center; justify-content:center; margin-bottom:20px;}
.svc-icn svg{width:24px; height:24px; color:var(--white);}
.svc-card h3{font-size:18px; margin-bottom:8px;}
.svc-card p{font-size:14px; color:#535d47; margin:0;}

#process{background:var(--white);}
.proc-row{display:grid; grid-template-columns:repeat(4,1fr); gap:30px; position:relative;}
.proc-row::before{content:""; position:absolute; top:23px; left:10%; right:10%; height:2px; background-image:linear-gradient(90deg, var(--leaf) 40%, transparent 40%); background-size:14px 2px;}
.proc-item .circ{width:46px; height:46px; border-radius:50%; background:var(--forest); color:var(--white); font-family:var(--display); font-weight:700; display:flex; align-items:center; justify-content:center; margin-bottom:20px; position:relative; z-index:2;}
.proc-item h3{font-size:19px; margin-bottom:8px;}
.proc-item p{font-size:14.5px; color:#535d47; margin:0;}

#proof{background:var(--panel);}
.proof-block{margin-bottom:70px;}
.proof-block:last-child{margin-bottom:0;}
.proof-head{display:flex; justify-content:space-between; align-items:baseline; margin-bottom:18px; flex-wrap:wrap; gap:10px;}
.proof-head h3{font-size:22px;}
.proof-embed{border-radius:16px; overflow:hidden; box-shadow:0 24px 50px -25px rgba(20,40,25,.3); background:#ddd; aspect-ratio:16/9;}
.proof-embed iframe{width:100%; height:100%; border:0;}
.proof-cap{font-size:14px; color:#535d47; margin-top:10px;}

#gallery{background:var(--white);}
.filters{display:flex; gap:8px; flex-wrap:wrap; margin-bottom:36px;}
.filter-btn{font-size:13px; font-weight:600; padding:10px 18px; border-radius:30px; border:1.5px solid var(--line); background:transparent; cursor:pointer; color:var(--text); transition:.2s;}
.filter-btn.active, .filter-btn:hover{background:var(--forest); border-color:var(--forest); color:var(--white);}
.gal-grid{display:grid; grid-template-columns:repeat(4, 1fr); gap:16px;}
.gal-item{position:relative; overflow:hidden; border-radius:14px; height:220px;}
.gal-item.big{grid-column:span 2; grid-row:span 2; height:456px;}
.gal-item img{width:100%; height:100%; object-fit:cover; transition:transform .5s ease;}
.gal-item:hover img{transform:scale(1.06);}
.gal-item .cap{position:absolute; left:0; right:0; bottom:0; padding:14px 16px; background:linear-gradient(0deg, rgba(15,25,17,.82), transparent); color:#fff; font-size:13px; font-weight:500; opacity:0; transition:.25s;}
.gal-item:hover .cap{opacity:1;}
.gal-item.placeholder{display:flex; align-items:center; justify-content:center; background:var(--panel); border:1.5px dashed #b7c0a8;}
.gal-item.placeholder span{font-size:13px; color:#6b7560; text-align:center; padding:0 20px;}

#payments{background:var(--forest-deep); color:var(--white);}
.pay-grid{display:grid; grid-template-columns:1.1fr .9fr; gap:60px; align-items:center;}
#payments .eyebrow{color:var(--gold);}
#payments h2{color:var(--white);}
#payments .sec-head p{color:rgba(253,251,246,.8);}
.pay-list{list-style:none; margin:26px 0 0; padding:0;}
.pay-list li{display:flex; gap:14px; padding:14px 0; border-top:1px solid rgba(253,251,246,.14); font-size:15px; color:rgba(253,251,246,.9);}
.pay-list li svg{width:20px; height:20px; flex-shrink:0; color:var(--gold); margin-top:2px;}
.pay-card{background:rgba(253,251,246,.06); border:1px solid rgba(253,251,246,.16); border-radius:18px; padding:34px;}
.pay-card .amount{font-family:var(--display); font-size:38px; margin-bottom:6px;}
.pay-card p{font-size:14px; color:rgba(253,251,246,.75); margin-bottom:22px;}
.pay-card .btn{width:100%; justify-content:center;}

#reviews{background:var(--panel);}
.rev-top{display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:20px; margin-bottom:44px;}
.badges{display:flex; gap:26px; flex-wrap:wrap;}
.badge b{display:block; font-family:var(--display); font-size:24px; color:var(--forest);}
.badge span{font-size:12px; color:#5c6650; text-transform:uppercase; letter-spacing:.04em;}
.rev-grid{display:grid; grid-template-columns:repeat(3,1fr); gap:22px;}
.rev-card{background:var(--white); border-radius:16px; padding:30px 26px;}
.rev-card p{font-family:var(--serif); font-style:italic; font-size:16.5px; color:#333d29; margin:0 0 18px;}
.rev-card .who{font-size:12.5px; color:#6b7560; text-transform:uppercase; letter-spacing:.04em; font-weight:600;}
.rev-note{margin-top:32px; font-size:13.5px; color:#5c6650; max-width:640px;}

#social{background:var(--white);}
.soc-grid{display:grid; grid-template-columns:1fr 1fr; gap:30px;}
.soc-card{background:var(--panel); border-radius:18px; padding:30px; min-height:340px; display:flex; flex-direction:column;}
.soc-card h3{font-size:19px; display:flex; align-items:center; gap:10px; margin-bottom:16px;}
.soc-card h3 svg{width:22px; height:22px;}
.soc-embed{flex:1; border-radius:12px; overflow:hidden; background:#fff;}
.soc-embed iframe{width:100%; height:100%; border:0; min-height:280px;}
.soc-placeholder{flex:1; border:1.5px dashed #b7c0a8; border-radius:12px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; padding:26px; gap:12px;}
.soc-placeholder p{font-size:13.5px; color:#5c6650; margin:0; max-width:280px;}
.soc-placeholder ol{text-align:left; font-size:13px; color:#4d5644; padding-left:18px; margin:0;}

#contact{background:var(--panel);}
.contact-grid{display:grid; grid-template-columns:1fr 1fr; gap:60px;}
.contact-info .phone-big{font-family:var(--display); font-size:36px; color:var(--forest-deep); display:inline-flex; align-items:center; gap:12px; margin:22px 0 24px; background:var(--white); padding:16px 22px; border-radius:14px;}
.contact-info .row{display:flex; gap:14px; padding:13px 0; border-top:1px solid var(--line); font-size:14.5px; color:#3d4536;}
.contact-info .row b{min-width:80px; color:var(--forest-deep);}
.map-embed{border-radius:16px; border:0; width:100%; height:100%; min-height:260px;}
.form{background:var(--white); padding:34px; border-radius:18px;}
.form label{display:block; font-size:12.5px; font-weight:600; text-transform:uppercase; letter-spacing:.04em; color:#5c6650; margin:16px 0 7px;}
.form label:first-child{margin-top:0;}
.form input, .form select, .form textarea{width:100%; background:var(--panel); border:1.5px solid transparent; border-radius:10px; color:var(--text); font-family:var(--body); font-size:15px; padding:11px 14px; outline:none;}
.form input:focus, .form select:focus, .form textarea:focus{border-color:var(--forest);}
.form textarea{resize:vertical; min-height:70px;}
.form button{margin-top:22px; width:100%; justify-content:center;}
.form-notice{background:var(--forest); color:var(--white); padding:14px 18px; border-radius:10px; margin-bottom:18px; font-size:14px;}

footer{background:var(--forest-deep); color:rgba(253,251,246,.75); padding:56px 0 26px;}
.foot-grid{display:grid; grid-template-columns:1.4fr 1fr 1fr 1fr; gap:36px; margin-bottom:40px;}
.foot-grid h4{font-size:13px; text-transform:uppercase; letter-spacing:.05em; color:var(--white); margin-bottom:14px;}
.foot-grid ul{list-style:none; margin:0; padding:0;}
.foot-grid li{margin-bottom:9px; font-size:14px;}
.foot-grid a:hover{color:var(--gold);}
.foot-logo{font-family:var(--display); font-weight:800; font-size:20px; color:var(--white); margin-bottom:12px;}
.foot-bottom{border-top:1px solid rgba(253,251,246,.14); padding-top:22px; display:flex; justify-content:space-between; flex-wrap:wrap; gap:10px; font-size:12.5px;}

#floatCall{position:fixed; bottom:22px; right:22px; z-index:200; background:var(--forest); color:var(--white); padding:15px 22px; border-radius:40px; font-weight:600; font-size:14.5px; box-shadow:0 12px 28px rgba(20,40,25,.35); display:flex; align-items:center; gap:9px;}

@media (max-width: 980px){
  .about-grid, .contact-grid, .pay-grid, .soc-grid{grid-template-columns:1fr;}
  .svc-grid{grid-template-columns:repeat(2,1fr);}
  .proc-row{grid-template-columns:repeat(2,1fr); row-gap:40px;}
  .proc-row::before{display:none;}
  .gal-grid{grid-template-columns:repeat(2,1fr);}
  .gal-item.big{grid-column:span 2; height:280px;}
  .rev-grid{grid-template-columns:1fr;}
  .foot-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width: 720px){
  #nav ul{display:none;}
  #menuToggle{display:block;}
  section{padding:76px 0;}
  .svc-grid{grid-template-columns:1fr;}
}
