:root{
  --bg:#020403;
  --bg2:#07110b;
  --panel:#0b1710;
  --panel2:#102117;
  --green:#0f7a3a;
  --green2:#17a34a;
  --gold:#c8aa4a;
  --silver:#c7cdd1;
  --text:#f4f7f5;
  --muted:#b7c2ba;
  --line:rgba(255,255,255,.12);
  --shadow:0 24px 60px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 18% 12%, rgba(23,163,74,.18), transparent 34%),
    radial-gradient(circle at 80% 5%, rgba(200,170,74,.10), transparent 32%),
    linear-gradient(180deg, var(--bg), var(--bg2));
  min-height:100vh;
  overflow-x:hidden;
}

body::before{
  content:"";
  position:fixed;
  inset:0;
  background-image:url("../images/ohio-valley-logo.png");
  background-repeat:no-repeat;
  background-position:center center;
  background-size:min(92vw, 980px);
  opacity:.30;
  filter:contrast(115%) brightness(95%);
  pointer-events:none;
  z-index:-2;
}

body::after{
  content:"";
  position:fixed;
  inset:0;
  background:
    linear-gradient(90deg, rgba(2,4,3,.94), rgba(2,4,3,.68), rgba(2,4,3,.94)),
    radial-gradient(circle at center, rgba(15,122,58,.08), rgba(0,0,0,.72));
  pointer-events:none;
  z-index:-1;
}

.wrap{width:min(1180px, calc(100% - 36px)); margin:0 auto;}
.topbar{background:#020302; border-bottom:1px solid var(--line); color:var(--text);}
.topbar .wrap{display:flex; justify-content:space-between; gap:18px; padding:12px 0;}
.top-item{display:flex; align-items:center; gap:10px; min-width:0;}
.top-item .icon{font-size:22px}
.top-item b{display:block; color:#fff; font-size:14px; letter-spacing:.02em;}
.top-item span:last-child{display:block; color:var(--muted); font-size:12px;}
a{color:inherit}
a[href^="tel:"], a[href^="mailto:"]{color:inherit; text-decoration:none;}

.nav{
  position:sticky;
  top:0;
  z-index:10;
  background:rgba(3,7,5,.93);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line);
  box-shadow:0 10px 30px rgba(0,0,0,.35);
}
.nav .wrap{display:flex; align-items:center; justify-content:space-between; min-height:86px;}
.brand img{max-height:74px; display:block;}
.menu{display:none; background:var(--green); color:#fff; border:0; border-radius:10px; padding:10px 12px; font-size:22px;}
.links{display:flex; align-items:center; gap:18px;}
.links a{color:#f4f7f5; text-decoration:none; font-weight:800; font-size:13px; letter-spacing:.08em;}
.links a:hover,.links a.active{color:var(--gold);}
.hidden-link{display:none}

.estimate,.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 20px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:linear-gradient(135deg, var(--green), #06491f);
  color:#fff!important;
  text-decoration:none;
  font-weight:900;
  letter-spacing:.04em;
  box-shadow:0 14px 30px rgba(15,122,58,.30);
  cursor:pointer;
}
.btn.outline{background:rgba(255,255,255,.05); border:1px solid rgba(200,170,74,.75); color:#fff!important;}

.hero{padding:96px 0 76px;}
.hero .wrap{display:grid; grid-template-columns:1.1fr .9fr; gap:42px; align-items:center;}
.eyebrow{color:var(--gold); text-transform:uppercase; font-weight:900; letter-spacing:.18em; margin-bottom:18px;}
h1{
  font-size:clamp(42px, 6vw, 78px);
  line-height:.95;
  margin:0 0 22px;
  text-transform:uppercase;
  letter-spacing:-.04em;
  text-shadow:0 10px 28px rgba(0,0,0,.65);
}
h1 span{display:block; color:var(--green2);}
.hero-copy{color:#ecf3ee; font-size:clamp(18px, 2.2vw, 26px); line-height:1.45; max-width:750px;}
.service-line{color:var(--silver); font-weight:900; letter-spacing:.08em; line-height:1.8;}
.dot{color:var(--gold)}
.btns{display:flex; flex-wrap:wrap; gap:14px; margin-top:28px;}

.quote-card,.card,.service,.badge,.form{
  background:linear-gradient(180deg, rgba(16,33,23,.93), rgba(6,13,9,.95));
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
}
.quote-card{padding:30px;}
.quote-card h2{margin:0 0 10px; font-size:30px; line-height:1.05;}
.quote-card h2 span{color:var(--green2); display:block;}
.quote-card p,.card p,.service p,.badge p,.small{color:var(--muted); line-height:1.55;}

input,select,textarea{
  width:100%;
  margin:9px 0;
  padding:14px 15px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.16);
  background:#050907;
  color:#fff;
  outline:none;
}
textarea{resize:vertical}
button.btn{width:100%; border:0; margin-top:10px;}
.secure{font-size:13px; margin-bottom:0;}

.services,.badges,.content{padding:64px 0;}
.section-title{color:var(--gold); text-transform:uppercase; letter-spacing:.18em; font-size:15px; margin:0 0 8px;}
.big{font-size:clamp(30px, 4vw, 52px); margin:0 0 28px; text-transform:uppercase;}
.service-grid,.cards{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;}
.service{padding:26px;}
.service .sicon{font-size:34px; color:var(--gold); margin-bottom:15px;}
.service h3,.card h3{margin:0 0 10px; color:#fff; text-transform:uppercase;}
.service a{color:var(--green2); text-decoration:none; font-weight:900;}

.badges .wrap{display:grid; grid-template-columns:repeat(4,1fr); gap:16px;}
.badge{padding:22px; display:flex; gap:14px;}
.badge .icon{font-size:28px;}
.page-hero{padding:74px 0 50px; border-bottom:1px solid var(--line);}
.page-hero h1{font-size:clamp(44px, 5vw, 66px);}
.contact-grid{display:grid; grid-template-columns:1.15fr .85fr; gap:24px; align-items:start;}
.form,.card{padding:28px;}
.gallery{display:grid; grid-template-columns:repeat(3, 1fr); gap:18px;}
.photo{
  min-height:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:18px;
  background:linear-gradient(135deg, rgba(15,122,58,.34), rgba(255,255,255,.05));
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:900;
}

.footer{background:#020302; border-top:1px solid var(--line); padding:34px 0 18px;}
.footer .wrap{display:grid; grid-template-columns:1.2fr 1fr 1fr 1fr; gap:24px; align-items:center;}
.footer img{max-height:84px;}
.footer b{color:#fff; letter-spacing:.08em;}
.copy{color:var(--muted); text-align:center; font-size:13px; padding-top:20px;}

@media (max-width:900px){
  .topbar .wrap{flex-direction:column; gap:10px}
  .hero .wrap,.contact-grid,.service-grid,.badges .wrap,.footer .wrap,.cards,.gallery{grid-template-columns:1fr;}
  .menu{display:block}
  .links{
    display:none;
    position:absolute;
    left:18px;
    right:18px;
    top:86px;
    flex-direction:column;
    align-items:flex-start;
    padding:20px;
    background:#050907;
    border:1px solid var(--line);
    border-radius:18px;
  }
  .links.open{display:flex}
  .brand img{max-height:62px}
  .hero{padding:62px 0}
  body::before{background-size:115vw; opacity:.25;}
}


/* Service image cards */
.services{
  border-top:1px solid rgba(15,122,58,.35);
  border-bottom:1px solid rgba(15,122,58,.25);
  background:rgba(0,0,0,.18);
}

.services .section-title{
  text-align:center;
  color:var(--gold);
}

.services .big{
  text-align:center;
  position:relative;
}

.services .big::before,
.services .big::after{
  content:"";
  display:inline-block;
  width:min(120px, 18vw);
  height:1px;
  background:linear-gradient(90deg, transparent, var(--green2));
  vertical-align:middle;
  margin:0 18px;
}

.services .big::after{
  background:linear-gradient(90deg, var(--green2), transparent);
}

.service-grid{
  grid-template-columns:repeat(5, 1fr);
}

.service{
  overflow:hidden;
  padding:0 0 24px;
  transition:transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.service:hover{
  transform:translateY(-6px);
  border-color:rgba(23,163,74,.85);
  box-shadow:0 28px 70px rgba(0,0,0,.65), 0 0 24px rgba(15,122,58,.22);
}

.service-img{
  width:100%;
  height:150px;
  object-fit:cover;
  display:block;
  border-bottom:1px solid rgba(23,163,74,.55);
  filter:saturate(.9) contrast(1.05);
}

.service .sicon,
.service h3,
.service p,
.service a{
  margin-left:22px;
  margin-right:22px;
}

.service .sicon{
  margin-top:18px;
}

@media (max-width:1100px){
  .service-grid{grid-template-columns:repeat(2, 1fr);}
}

@media (max-width:640px){
  .service-grid{grid-template-columns:1fr;}
  .service-img{height:190px;}
  .services .big::before,
  .services .big::after{display:none;}
}


/* Polished service image card overrides */
.services{
  padding:78px 0 76px !important;
  background:
    linear-gradient(180deg, rgba(0,0,0,.22), rgba(2,8,5,.42)),
    radial-gradient(circle at center, rgba(15,122,58,.12), transparent 55%) !important;
}

.services .wrap{
  width:min(1320px, calc(100% - 44px)) !important;
}

.services .section-title{
  text-align:center !important;
  color:var(--gold) !important;
  margin-bottom:10px !important;
}

.services .big{
  text-align:center !important;
  margin-bottom:44px !important;
  font-size:clamp(34px, 4vw, 56px) !important;
  letter-spacing:.02em !important;
}

.service-grid{
  display:grid !important;
  grid-template-columns:repeat(5, minmax(0, 1fr)) !important;
  gap:18px !important;
}

.service{
  padding:0 0 26px !important;
  overflow:hidden !important;
  border-radius:18px !important;
  background:linear-gradient(180deg, rgba(8,28,16,.94), rgba(2,8,5,.96)) !important;
  border:1px solid rgba(23,163,74,.42) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.48) !important;
}

.service:hover{
  transform:translateY(-6px) !important;
  border-color:rgba(23,163,74,.9) !important;
  box-shadow:0 28px 70px rgba(0,0,0,.68), 0 0 26px rgba(15,122,58,.25) !important;
}

.service-img{
  width:100% !important;
  height:190px !important;
  object-fit:cover !important;
  object-position:center !important;
  display:block !important;
  border-bottom:1px solid rgba(23,163,74,.72) !important;
  filter:saturate(.92) contrast(1.1) brightness(.9) !important;
}

.service .sicon{
  font-size:28px !important;
  margin:22px 22px 12px !important;
  color:var(--gold) !important;
  line-height:1 !important;
}

.service h3{
  margin:0 22px 12px !important;
  font-size:19px !important;
  line-height:1.12 !important;
  color:#fff !important;
}

.service p{
  margin:0 22px 18px !important;
  color:#d4ddd7 !important;
  font-size:15px !important;
  line-height:1.48 !important;
}

.service a{
  display:inline-flex !important;
  margin:0 22px !important;
  color:var(--green2) !important;
  font-weight:900 !important;
  text-decoration:none !important;
}

@media (max-width:1180px){
  .service-grid{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
  .service-img{height:220px !important;}
}

@media (max-width:680px){
  .service-grid{grid-template-columns:1fr !important;}
  .service-img{height:220px !important;}
  .services .big::before,
  .services .big::after{display:none !important;}
}
