/* Theme Name: CLV Excavation Foundation */
:root{--ink:#172126;--earth:#a64b1c;--sand:#f4eee4;--line:#ded5c8;--paper:#fffdfa}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font:17px/1.65 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:var(--earth);font-weight:700;text-decoration:none}a:hover{text-decoration:underline}.wrap{width:min(1120px,calc(100% - 40px));margin:auto}.site-header{background:var(--ink);color:#fff}.header-row{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:25px}.brand{color:#fff;font-size:1.28rem;font-weight:800}.brand:hover{text-decoration:none}.nav{display:flex;gap:18px;flex-wrap:wrap}.nav a{color:#fff;font-size:.94rem}.hero{padding:82px 0 70px;background:linear-gradient(115deg,#172126 0%,#274049 100%);color:#fff}.eyebrow{color:#e8b36a;font-size:.82rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.hero h1{font-size:clamp(2.2rem,5vw,4.4rem);line-height:1.05;max-width:800px;margin:.15em 0}.hero p{max-width:690px;font-size:1.16rem}.button{display:inline-block;background:#e8b36a;color:#172126;padding:.85rem 1.15rem;border-radius:4px;margin:12px 12px 0 0}.button:hover{text-decoration:none;background:#fff}.section{padding:64px 0}.section.alt{background:var(--sand)}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);padding:25px;background:#fff;border-radius:5px}.card h2,.card h3{line-height:1.2;margin-top:0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;counter-reset:step;padding:0}.steps li{list-style:none;padding:20px;background:#fff;border-left:4px solid var(--earth)}.steps li:before{counter-increment:step;content:"0" counter(step);display:block;color:var(--earth);font-weight:800}.content{max-width:820px}.content h1{font-size:clamp(2rem,4vw,3rem);line-height:1.1}.content h2{margin-top:2rem;line-height:1.2}.site-footer{padding:30px 0;background:var(--ink);color:#e8edf0;font-size:.9rem}.wpcf7 form{display:grid;gap:14px}.wpcf7 input,.wpcf7 textarea,.wpcf7 select{width:100%;padding:.7rem;border:1px solid #aaa;font:inherit}.wpcf7 input[type=submit]{background:var(--earth);color:#fff;border:0;cursor:pointer}.notice{border-left:4px solid var(--earth);padding:16px;background:var(--sand)}@media(max-width:700px){.header-row{padding:15px 0;align-items:flex-start;flex-direction:column}.hero{padding:58px 0}.grid,.steps{grid-template-columns:1fr}.nav{gap:12px}}
.site-footer{padding:48px 0 24px}.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:34px}.site-footer .brand{display:inline-block;margin-bottom:10px}.site-footer h2{color:#fff;font-size:1rem;margin:0 0 10px}.site-footer p{margin:0;color:#c8d1d5}.site-footer ul{padding:0;margin:0;list-style:none}.site-footer li+li{margin-top:7px}.site-footer a{color:#e8b36a}.footer-bottom{margin-top:32px;padding-top:18px;border-top:1px solid #405058;color:#b7c1c5;font-size:.84rem}@media(max-width:700px){.footer-grid{grid-template-columns:1fr}}