/*
Theme Name: HARZ Corporate
Theme URI: https://harzllc.com/
Author: HARZ LLC
Author URI: https://harzllc.com/
Description: A responsive one-page corporate WordPress theme for HARZ LLC, featuring engineering, federal proposal support, documentation coordination, and resource supplementation services.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: harz-corporate
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-logo, custom-menu, one-column, responsive-layout, business
*/
:root {
  --navy-950: #061a37;
  --navy-900: #08244b;
  --navy-800: #0b2f61;
  --navy-700: #123e78;
  --steel-500: #77808c;
  --steel-300: #b8bec6;
  --silver: #dfe3e8;
  --off-white: #f5f7fa;
  --white: #ffffff;
  --ink: #0f1e33;
  --muted: #5f6c7d;
  --line: rgba(12, 40, 80, .13);
  --shadow: 0 26px 80px rgba(5, 25, 55, .13);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Manrope', sans-serif; color: var(--ink); background: var(--white); }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section-pad { padding: 110px 0; }
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 1000; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid transparent; transition: .3s ease; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 10px 30px rgba(7, 30, 66, .07); }
.nav-wrap { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 102px; height: 68px; display: grid; place-items: center; overflow: hidden; }
.brand img { width: 100%; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--navy-700); }
.nav-cta { background: var(--navy-900); color: white !important; padding: 13px 19px; border-radius: 999px; }
.menu-toggle { display: none; background: none; border: 0; padding: 7px; }
.menu-toggle span { width: 24px; height: 2px; background: var(--navy-900); display: block; margin: 5px 0; }

.hero { min-height: 790px; padding: 150px 0 80px; position: relative; overflow: hidden; background: linear-gradient(135deg, #f8fafc 0%, #eef3f8 52%, #ffffff 100%); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(9,40,83,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(9,40,83,.045) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(20px); opacity: .45; }
.hero-glow-one { width: 500px; height: 500px; background: rgba(34, 84, 150, .16); right: -110px; top: 100px; }
.hero-glow-two { width: 340px; height: 340px; background: rgba(147, 156, 170, .18); left: -140px; bottom: -40px; }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.eyebrow, .section-label { display: inline-block; font-family: 'Montserrat', sans-serif; font-size: 12px; letter-spacing: .2em; font-weight: 800; color: var(--navy-700); }
.hero h1 { font-family: 'Montserrat', sans-serif; font-size: clamp(52px, 6vw, 80px); line-height: 1.02; margin: 22px 0 28px; letter-spacing: -.045em; color: var(--navy-950); }
.hero h1 span { color: var(--steel-500); }
.hero-copy > p { font-size: 18px; line-height: 1.75; color: var(--muted); max-width: 680px; }
.hero-actions { display: flex; gap: 14px; margin: 36px 0 46px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 10px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: linear-gradient(135deg, var(--navy-900), var(--navy-700)); box-shadow: 0 14px 30px rgba(8,36,75,.22); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.6); }
.hero-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-top: 1px solid var(--line); padding-top: 26px; }
.hero-trust strong, .hero-trust span { display: block; }
.hero-trust strong { font-size: 14px; color: var(--navy-950); }
.hero-trust span { margin-top: 5px; font-size: 12px; color: var(--muted); }
.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.logo-stage { width: 430px; height: 500px; position: relative; display: grid; place-items: center; border: 1px solid rgba(8,36,75,.12); border-radius: 42% 42% 38% 38%; background: rgba(255,255,255,.65); box-shadow: var(--shadow); backdrop-filter: blur(10px); }
.logo-stage img { width: 78%; position: relative; z-index: 2; }
.logo-ring { position: absolute; inset: 40px; border: 1px solid rgba(8,36,75,.1); border-radius: 50%; }
.floating-card { position: absolute; padding: 14px 17px; min-width: 210px; border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 14px 38px rgba(5,25,55,.13); border: 1px solid rgba(8,36,75,.1); font-size: 12px; font-weight: 700; }
.floating-card span { display: inline-grid; place-items: center; width: 29px; height: 29px; border-radius: 8px; background: var(--navy-900); color: white; margin-right: 9px; }
.card-one { left: -15px; top: 80px; }
.card-two { right: -30px; top: 245px; }
.card-three { left: 5px; bottom: 55px; }

.statement { background: var(--white); }
.statement-grid { display: grid; grid-template-columns: .32fr 1fr; gap: 70px; }
.statement-copy h2, .section-head h2, .divisions h2, .contact h2 { font-family: 'Montserrat', sans-serif; color: var(--navy-950); letter-spacing: -.035em; }
.statement-copy h2 { font-size: clamp(34px, 4vw, 52px); line-height: 1.2; margin: 0 0 26px; }
.statement-copy p { font-size: 18px; line-height: 1.8; color: var(--muted); max-width: 820px; }

.services { background: var(--off-white); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 70px; margin-bottom: 48px; }
.section-head h2 { font-size: clamp(36px, 4vw, 54px); margin: 14px 0 0; }
.section-head > p { max-width: 470px; color: var(--muted); line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { background: white; min-height: 390px; padding: 34px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; transition: .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-number { font-family: 'Montserrat'; font-size: 13px; font-weight: 800; color: var(--steel-500); }
.service-card h3 { font-family: 'Montserrat'; color: var(--navy-950); font-size: 24px; margin: 55px 0 18px; }
.service-card p { color: var(--muted); line-height: 1.75; }
.service-card a { margin-top: auto; color: var(--navy-700); font-weight: 800; font-size: 14px; }

.divisions { background: linear-gradient(135deg, var(--navy-950), var(--navy-800)); color: white; overflow: hidden; position: relative; }
.divisions::after { content: ''; position: absolute; width: 560px; height: 560px; border: 1px solid rgba(255,255,255,.08); border-radius: 50%; right: -210px; top: -100px; }
.divisions-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.section-label.light { color: #9fb5d3; }
.divisions h2 { color: white; font-size: clamp(40px, 5vw, 64px); line-height: 1.1; margin: 16px 0 24px; }
.divisions-copy p { line-height: 1.8; color: rgba(255,255,255,.72); }
.text-link { display: inline-block; margin-top: 28px; font-weight: 800; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 7px; }
.division-stack { border-top: 1px solid rgba(255,255,255,.15); }
.division-item { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.division-item > span { color: #9fb5d3; font-family: 'Montserrat'; font-size: 12px; font-weight: 800; }
.division-item h3 { margin: 0 0 9px; font-family: 'Montserrat'; font-size: 22px; }
.division-item p { margin: 0; line-height: 1.65; color: rgba(255,255,255,.68); }

.why { background: white; }
.section-head.compact { margin-bottom: 35px; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.why-card { padding: 34px 28px; min-height: 280px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.why-card strong { font-family: 'Montserrat'; font-size: 12px; color: var(--steel-500); }
.why-card h3 { font-family: 'Montserrat'; margin: 55px 0 14px; font-size: 21px; color: var(--navy-950); }
.why-card p { color: var(--muted); line-height: 1.65; }

.contact { background: var(--off-white); }
.contact-box { background: linear-gradient(135deg, #0a2853, #17467f); color: white; border-radius: 24px; padding: 58px; display: flex; justify-content: space-between; align-items: center; gap: 60px; box-shadow: var(--shadow); }
.contact h2 { color: white; font-size: clamp(36px, 4vw, 54px); margin: 15px 0; }
.contact p { color: rgba(255,255,255,.72); max-width: 700px; line-height: 1.7; }
.contact-actions { display: flex; flex-direction: column; gap: 12px; min-width: 240px; }
.button-light { background: white; color: var(--navy-900); }
.button-ghost { color: white; border: 1px solid rgba(255,255,255,.3); }

.site-footer { background: #06162f; color: white; padding: 75px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 55px; }
.footer-brand img { width: 145px; background: white; border-radius: 12px; padding: 6px; }
.footer-brand p, .footer-location p { color: rgba(255,255,255,.58); line-height: 1.7; }
.site-footer h4 { font-family: 'Montserrat'; font-size: 13px; letter-spacing: .08em; margin: 0 0 18px; }
.site-footer a { display: block; color: rgba(255,255,255,.62); margin: 12px 0; font-size: 14px; }
.footer-bottom { margin-top: 55px; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.1); display: flex; justify-content: space-between; color: rgba(255,255,255,.45); font-size: 12px; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .24s; }
.delay-3 { transition-delay: .36s; }

@media (max-width: 980px) {
  .hero-layout, .divisions-layout { grid-template-columns: 1fr; }
  .hero-visual { min-height: 520px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child { grid-column: 1 / -1; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .contact-box { flex-direction: column; align-items: flex-start; }
  .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-location { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .section-pad { padding: 78px 0; }
  .container { width: min(100% - 28px, 1180px); }
  .nav-wrap { height: 74px; }
  .brand { width: 82px; height: 57px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 74px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; background: white; border: 1px solid var(--line); border-radius: 16px; padding: 20px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 10px; }
  .hero { padding-top: 115px; }
  .hero h1 { font-size: 46px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { grid-template-columns: 1fr; gap: 15px; }
  .hero-visual { min-height: 440px; }
  .logo-stage { width: min(88vw, 390px); height: 410px; }
  .floating-card { min-width: 175px; font-size: 10px; padding: 10px; }
  .card-one { left: 0; top: 40px; }
  .card-two { right: 0; top: 200px; }
  .card-three { left: 10px; bottom: 20px; }
  .statement-grid { grid-template-columns: 1fr; gap: 24px; }
  .section-head { display: block; }
  .section-head > p { margin-top: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:last-child { grid-column: auto; }
  .why-grid { grid-template-columns: 1fr; }
  .contact-box { padding: 34px 24px; }
  .contact-actions { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand, .footer-location { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

/* v2 refinements */
.container { width: min(1440px, calc(100% - 64px)); }
.header-phone { color: var(--navy-800); font-weight: 800; white-space: nowrap; }
.hero-layout { grid-template-columns: 1fr 1fr; gap: 42px; }
.hero h1 { margin-top: 0; }
.logo-stage { width: 470px; height: 525px; }
.logo-stage img { width: 82%; }
.floating-card { min-width: 220px; padding: 15px 18px; font-size: 12px; letter-spacing: .01em; color: var(--navy-950); }
.card-one { left: -28px; top: 68px; }
.card-two { right: -34px; top: 165px; }
.card-three { left: -10px; bottom: 118px; }
.card-four { right: -42px; bottom: 38px; }
.contact-address { margin: 4px 0 0; padding: 16px 18px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; color: rgba(255,255,255,.82); font-style: normal; line-height: 1.6; text-align: center; }

@media (max-width: 1120px) {
  .header-phone { display: none; }
  .container { width: min(100% - 40px, 1440px); }
}
@media (max-width: 980px) {
  .logo-stage { width: min(72vw, 470px); }
  .card-four { right: 0; bottom: 20px; }
}
@media (max-width: 760px) {
  .container { width: min(100% - 24px, 1440px); }
  .logo-stage { width: min(86vw, 390px); height: 430px; }
  .floating-card { min-width: 155px; max-width: 190px; font-size: 10px; padding: 10px 12px; }
  .card-one { left: 0; top: 30px; }
  .card-two { right: 0; top: 130px; }
  .card-three { left: 0; bottom: 88px; }
  .card-four { right: 0; bottom: 8px; }
}
