/*
Theme Name: Russell Renovation
Theme URI: https://russellrenovation.io/
Author: Russell Renovation LLC
Description: A responsive custom WordPress theme for Russell Renovation, a licensed Chicagoland general contractor.
Version: 1.0.0
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: russell-renovation
*/

:root {
  --ink: #0d1117;
  --navy: #0d3353;
  --blue: #17679f;
  --blue-bright: #2385c2;
  --paper: #f5f2eb;
  --warm-white: #fffdf8;
  --muted: #5e666d;
  --line: rgba(13, 17, 23, 0.15);
  --font-display: "Barlow Condensed", "Arial Narrow", Arial, sans-serif;
  --font-body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm-white); color: var(--ink); font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
.page-shell { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; width: auto; height: auto; left: 12px; top: 12px; padding: 12px 16px; z-index: 99999; background: #fff; color: #000; }

.site-header { min-height: 88px; padding: 0 38px; display: grid; grid-template-columns: 230px 1fr 180px; align-items: center; gap: 32px; background: #050708; color: #fff; position: relative; z-index: 20; }
.admin-bar .site-header { top: 0; }
.brand { height: 78px; width: 210px; overflow: hidden; display: flex; align-items: center; }
.brand > a, .brand > img, .brand .custom-logo-link, .brand .custom-logo { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav .nav-list { list-style: none; margin: 0; padding: 0; display: flex; justify-content: center; align-items: center; gap: 34px; font-size: .82rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.desktop-nav a { opacity: .75; transition: opacity 160ms ease; }
.desktop-nav a:hover, .desktop-nav .current-menu-item > a { opacity: 1; }
.header-phone { font-family: var(--font-display); font-size: 1.2rem; line-height: 1.1; text-align: right; }
.header-phone span { display: block; color: #7ec3ed; font-family: var(--font-body); font-size: .65rem; letter-spacing: .13em; text-transform: uppercase; margin-bottom: 5px; }
.mobile-menu { display: none; }

.hero { min-height: 700px; position: relative; overflow: hidden; color: #fff; display: flex; align-items: center; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(5,8,10,.94) 0%,rgba(5,8,10,.82) 36%,rgba(5,8,10,.16) 72%,rgba(5,8,10,.08) 100%),linear-gradient(0deg,rgba(5,8,10,.48) 0%,transparent 34%); }
.hero-content { position: relative; z-index: 2; padding: 84px 0 160px; }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .73rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #70b9e4; }
h1, h2, h3 { font-family: var(--font-display); }
.hero h1 { margin: 0; max-width: 800px; font-size: clamp(4.6rem,7vw,7.6rem); line-height: .84; letter-spacing: -.035em; text-transform: uppercase; }
.hero-copy { max-width: 620px; margin: 34px 0 0; color: rgba(255,255,255,.76); font-size: 1.07rem; line-height: 1.75; }
.hero-actions { display: flex; gap: 14px; margin-top: 38px; flex-wrap: wrap; }
.button { min-height: 55px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 1px solid transparent; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: transform 160ms ease,background 160ms ease,color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue-bright); color: #fff; }
.button-primary:hover { background: #3197d0; }
.button-ghost { border-color: rgba(255,255,255,.45); color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); }
.hero-proof { position: absolute; z-index: 3; bottom: 0; right: 0; width: min(820px,72%); min-height: 112px; padding: 28px 48px; display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; background: rgba(7,24,38,.93); backdrop-filter: blur(10px); border-top: 3px solid var(--blue-bright); }
.hero-proof div { display: flex; flex-direction: column; gap: 7px; }
.hero-proof strong { font-family: var(--font-display); font-size: 1.55rem; }
.hero-proof span { color: rgba(255,255,255,.6); font-size: .66rem; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

.intro { padding: 130px 0; display: grid; grid-template-columns: 1.15fr .85fr; gap: 120px; align-items: start; }
.intro h2,.section-heading h2,.featured-project h2,.process h2,.service-area h2,.contact h2 { margin: 0; font-size: clamp(3rem,5vw,5.3rem); line-height: .96; letter-spacing: -.025em; text-transform: uppercase; }
.intro-copy { padding-top: 36px; }
.intro-copy p,.project-copy > p,.section-heading > p { color: var(--muted); font-size: 1rem; line-height: 1.8; }
.intro-copy p { margin: 0 0 18px; }
.text-link { display: inline-flex; gap: 18px; margin-top: 18px; padding-bottom: 8px; border-bottom: 2px solid var(--blue); color: var(--navy); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.services { background: var(--ink); color: #fff; padding: 120px 0 130px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .55fr; gap: 90px; align-items: end; margin-bottom: 66px; }
.section-heading h2 { max-width: 680px; }
.section-heading > p { color: rgba(255,255,255,.58); margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid rgba(255,255,255,.18); }
.service-card { min-height: 340px; padding: 32px 25px 28px; border-right: 1px solid rgba(255,255,255,.18); display: flex; flex-direction: column; }
.service-card:last-child { border-right: 0; }
.service-number { color: #5caedf; font-family: var(--font-display); font-size: .92rem; }
.service-card h3 { margin: 48px 0 18px; font-size: 2rem; line-height: 1; text-transform: uppercase; }
.service-card p { margin: 0; color: rgba(255,255,255,.58); font-size: .86rem; line-height: 1.7; }
.service-card a { margin-top: auto; color: #7ec3ed; font-size: .67rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; display: flex; justify-content: space-between; }

.featured-project { padding: 130px 0; display: grid; grid-template-columns: 1.12fr .88fr; gap: 100px; align-items: center; }
.project-image-wrap { height: 660px; position: relative; overflow: hidden; }
.project-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 68% center; transform: scale(1.18); }
.project-image-wrap > span { position: absolute; left: 0; bottom: 0; padding: 16px 20px; background: var(--blue); color: #fff; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-copy h2 { font-size: clamp(3rem,4.3vw,4.6rem); }
.project-copy > p { margin: 28px 0; }
.project-copy ul { list-style: none; padding: 0; margin: 30px 0 0; border-top: 1px solid var(--line); }
.project-copy li { padding: 15px 0 15px 24px; border-bottom: 1px solid var(--line); position: relative; font-size: .82rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.project-copy li::before { content: ""; width: 7px; height: 7px; background: var(--blue); position: absolute; left: 0; top: 21px; }

.process { padding: 120px 0; background: var(--paper); }
.process h2 { max-width: 850px; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 70px; border-top: 1px solid var(--line); }
.process-grid article { padding: 34px 42px 10px 0; border-right: 1px solid var(--line); min-height: 250px; }
.process-grid article + article { padding-left: 42px; }
.process-grid article:last-child { border-right: 0; }
.process-grid span { color: var(--blue); font-family: var(--font-display); font-weight: 700; }
.process-grid h3 { margin: 55px 0 14px; font-size: 1.75rem; text-transform: uppercase; }
.process-grid p { margin: 0; color: var(--muted); font-size: .88rem; line-height: 1.7; }

.service-area { padding: 115px 0; background: var(--navy); color: #fff; position: relative; overflow: hidden; }
.service-area::after { content: "CHICAGO"; position: absolute; right: -20px; bottom: -44px; font-family: var(--font-display); font-size: 13rem; font-weight: 700; line-height: 1; color: rgba(255,255,255,.035); }
.service-area-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 100px; position: relative; z-index: 2; }
.service-area h2 { max-width: 650px; }
.service-area-inner > div:last-child > p { margin: 44px 0 32px; color: rgba(255,255,255,.68); line-height: 1.8; }
.county-list { display: flex; gap: 10px; flex-wrap: wrap; }
.county-list span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.22); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.contact { padding: 100px 0; }
.contact-card { padding: 70px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: center; background: var(--blue); color: #fff; }
.contact h2 { font-size: clamp(3.8rem,6vw,6.4rem); }
.contact-card > div:first-child > p:last-child { color: rgba(255,255,255,.72); max-width: 550px; line-height: 1.7; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; }
.button-white { width: 100%; background: #fff; color: var(--navy); font-size: 1rem; }
.contact-email { margin: 22px 0 10px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: .88rem; }
.contact-actions > span { color: rgba(255,255,255,.62); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }

.site-footer { background: #050708; color: #fff; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 60px; }
.footer-brand img { width: 180px; height: 90px; object-fit: contain; object-position: left center; }
.footer-grid strong { font-size: .68rem; color: #75bde8; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid p,.footer-nav { color: rgba(255,255,255,.55); font-size: .76rem; line-height: 1.8; }
.footer-nav { margin: 12px 0 0; padding: 0; list-style: none; }
.footer-grid a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: .64rem; letter-spacing: .06em; text-transform: uppercase; }

.content-page { min-height: 62vh; padding: 100px 0 120px; background: var(--warm-white); }
.content-shell { max-width: 920px; }
.page-title { margin: 0 0 45px; color: var(--navy); font-size: clamp(3.7rem,8vw,7rem); line-height: .9; letter-spacing: -.03em; text-transform: uppercase; overflow-wrap: normal; word-break: normal; }
.entry-content { color: #333c43; font-size: 1rem; line-height: 1.85; }
.entry-content h2,.entry-content h3 { margin-top: 2.1em; color: var(--navy); line-height: 1; text-transform: uppercase; }
.entry-content h2 { font-size: 2.7rem; }
.entry-content h3 { font-size: 2rem; }
.entry-content a { color: var(--blue); text-decoration: underline; }
.entry-content img { margin-block: 32px; }
.post-list { display: grid; gap: 24px; }
.post-card { padding: 30px; border: 1px solid var(--line); background: #fff; }
.post-card h2 { margin: 0 0 15px; color: var(--navy); font-size: 2.2rem; text-transform: uppercase; }
.entry-summary { color: var(--muted); line-height: 1.7; }
.error-page p { line-height: 1.7; }

@media (max-width:1050px) {
  .site-header { grid-template-columns: 200px 1fr 165px; padding: 0 24px; gap: 18px; }
  .desktop-nav .nav-list { gap: 18px; font-size: .72rem; }
  .hero-proof { width: 82%; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card { border-bottom: 1px solid rgba(255,255,255,.18); }
  .featured-project { gap: 55px; }
}

@media (max-width:780px) {
  .page-shell { width: min(calc(100% - 36px),620px); }
  .site-header { min-height: 74px; grid-template-columns: 150px 1fr; padding: 0 18px; }
  .brand { width: 145px; height: 66px; }
  .desktop-nav,.header-phone { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 12px 0; font-size: .68rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary::after { content: "☰"; margin-left: 9px; font-size: 1rem; }
  .mobile-menu[open] summary::after { content: "×"; }
  .mobile-menu nav { position: absolute; right: -18px; top: 55px; width: 255px; padding: 14px 20px 20px; background: #050708; box-shadow: 0 20px 30px rgba(0,0,0,.25); }
  .mobile-menu .nav-list { margin: 0; padding: 0; list-style: none; }
  .mobile-menu nav a { display: block; padding: 13px 4px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .75rem; font-weight: 700; }
  .mobile-call { color: #7ec3ed; }
  .hero { min-height: 760px; align-items: flex-start; }
  .hero-image { object-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg,rgba(5,8,10,.91) 0%,rgba(5,8,10,.68) 70%,rgba(5,8,10,.35) 100%),linear-gradient(0deg,rgba(5,8,10,.7),transparent 50%); }
  .hero-content { padding: 92px 0 255px; }
  .hero h1 { font-size: clamp(3.9rem,17vw,5.8rem); line-height: .88; max-width: 100%; overflow-wrap: normal; word-break: normal; }
  .hero-copy { font-size: .94rem; line-height: 1.65; margin-top: 25px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-proof { left: 18px; right: 18px; bottom: 18px; width: auto; padding: 20px; grid-template-columns: repeat(2,1fr); gap: 22px 18px; }
  .hero-proof strong { font-size: 1.25rem; }
  .intro,.featured-project,.service-area-inner,.contact-card { grid-template-columns: 1fr; }
  .intro { padding: 85px 0; gap: 30px; }
  .intro-copy { padding-top: 0; }
  .intro h2,.section-heading h2,.featured-project h2,.process h2,.service-area h2 { font-size: clamp(2.9rem,13vw,4.4rem); }
  .services { padding: 80px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; margin-bottom: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card,.service-card:nth-child(2) { border-right: 0; min-height: 285px; padding: 28px 8px; }
  .service-card h3 { margin-top: 35px; }
  .featured-project { padding: 85px 0; gap: 45px; }
  .project-image-wrap { height: 430px; }
  .project-copy h2 { font-size: clamp(2.8rem,12vw,4rem); }
  .process { padding: 85px 0; }
  .process-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .process-grid article,.process-grid article + article { padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); min-height: 0; }
  .process-grid h3 { margin: 30px 0 10px; }
  .service-area { padding: 85px 0; }
  .service-area-inner { gap: 20px; }
  .service-area-inner > div:last-child > p { margin-top: 10px; }
  .service-area::after { font-size: 7rem; }
  .contact { padding: 65px 0; }
  .contact-card { padding: 45px 25px; gap: 35px; }
  .contact h2 { font-size: 4rem; }
  .contact-email { font-size: .72rem; overflow-wrap: anywhere; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .content-page { padding: 75px 0 90px; }
  .page-title { font-size: clamp(3.6rem,17vw,5.5rem); }
}

@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { transition-duration: .01ms !important; }
}


/* Digital services band (homepage) - fixed 2026-09-01.
   The band reuses .service-area-inner for its GRID only, but that class's
   paragraph color is white at 68% (written for the navy service-area band).
   This section sits on the light page ground, so the text was invisible.
   Restate the colors and give the band its own padding. */
.digital-services-band { padding: 95px 0 105px; }
.digital-services-band .service-area-inner > div:last-child > p { color: #3f4956; margin: 44px 0 28px; line-height: 1.8; }

.digital-services-band h2 { font-size: clamp(2.4rem,4vw,3.6rem); line-height: .98; letter-spacing: -.022em; text-transform: uppercase; max-width: 650px; }
