:root{
  --bg:#111111;
  --bg2:#181818;
  --card:#242424;
  --text:#f2f2f0;
  --muted:#d2d2cf;
  --line:#b8b8b5;
  --accent:#d9d9d6;
  --max:1900px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:20px}
body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;line-height:1.35}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
.page-shell,.section-inner{width:min(var(--max),calc(100% - 64px));margin:0 auto}
.hero{min-height:890px;background:#111;position:relative;border-bottom:1px solid #252525}
.topbar{display:flex;align-items:flex-start;justify-content:space-between;padding-top:48px}
.logo{width:122px;height:auto;background:#fff}
.logo-link{position:relative;z-index:4}
.menu-button{display:none;color:white;background:transparent;border:1px solid #555;padding:10px 14px;text-transform:uppercase;font-weight:800;letter-spacing:.08em}
.site-nav{display:grid;grid-template-columns:repeat(6,1fr);margin:28px 60px 0;border-bottom:2px solid #bdbdb9}
.site-nav a{min-height:74px;display:grid;place-items:center;text-align:center;padding:12px 16px;border:1px solid #050505;border-bottom:0;background:#111;font-family:Impact,"Arial Black",sans-serif;text-transform:uppercase;letter-spacing:.04em;font-size:1.45rem;line-height:.95;transition:.18s ease}
.site-nav a:hover,.site-nav a.active{background:#202020;color:#fff}
.hero-content{text-align:center;max-width:860px;margin:72px auto 0}
.hero h1,.section h2,.section-title,.ready-section h2{font-family:Impact,"Arial Black",sans-serif;text-transform:uppercase;letter-spacing:.005em}
.hero h1{font-size:clamp(5rem,8vw,8.5rem);line-height:.83;margin:0 0 42px}
.hero-content p{font-size:1.52rem;color:#e7e7e4;max-width:840px;margin:0 auto 52px;line-height:1.28}
.cta-button,.dark-button{display:inline-flex;justify-content:center;align-items:center;min-width:315px;min-height:64px;padding:0 34px;text-transform:uppercase;font-family:Impact,"Arial Black",sans-serif;letter-spacing:.08em;font-size:1.35rem;border:2px solid #fff;background:#efefed;color:#111;transition:.18s ease}
.cta-button:hover{background:#fff;transform:translateY(-2px)}
.section{padding:100px 0;border-bottom:1px solid #303030}
.two-column{display:grid;grid-template-columns:.82fr 1.18fr;gap:130px;align-items:start}
.about-section h2{font-size:clamp(4.8rem,6vw,7.5rem);line-height:.83;margin:0}
.large-copy{font-size:2rem;line-height:1.35;padding-top:4px}
.large-copy p{margin:0 0 18px}
.section-title{font-size:clamp(4.8rem,6vw,7.2rem);line-height:.9;margin:0 0 76px}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.service-card{border:2px dashed #aaa;background:#242424;min-height:280px;padding:44px 50px}
.service-card span{font-family:Impact,"Arial Black",sans-serif;font-size:1.55rem}
.service-card h3{font-family:Impact,"Arial Black",sans-serif;text-transform:uppercase;font-size:2rem;margin:35px 0 22px}
.service-card p{font-size:1.45rem;margin:0;color:#ececea;line-height:1.25}
.projects-section .section-title{margin-bottom:12px}
.section-intro{font-size:1.6rem;max-width:950px;margin:0 0 58px;color:#ededeb}
.project-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:390px 310px;gap:24px}
.project-grid img{width:100%;height:100%;object-fit:cover}
.project-grid .project-tall{grid-column:2;grid-row:1 / span 2}
.project-grid img:nth-child(1){grid-column:1;grid-row:1}
.project-grid img:nth-child(4){grid-column:1;grid-row:2}
.project-grid img:nth-child(3){grid-column:3;grid-row:1}
.project-grid img:nth-child(5){grid-column:3;grid-row:2}
.feedback-section{padding-bottom:70px}
.feedback-section .section-title{margin-bottom:90px}
.reviews{display:grid}
.review{display:grid;grid-template-columns:280px 1fr 40px;gap:48px;align-items:start;padding:40px 12px;border-bottom:1.5px solid #c8c8c5}
.review-name{font-family:Impact,"Arial Black",sans-serif;text-transform:uppercase;font-size:1.45rem}
.review blockquote{margin:0;font-size:1.35rem;line-height:1.3}
.review>span{font-size:1.7rem;font-weight:900;text-align:right}
.contact-section{padding:105px 0 75px}
.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:110px;align-items:start}
.contact-section h2{font-size:clamp(4.5rem,6vw,7rem);line-height:.88;margin:0 0 52px}
.contact-section h2 span{text-transform:none}
.contact-section p{font-size:1.52rem;max-width:710px;margin:0 0 42px;line-height:1.25}
address{font-style:normal;font-size:1.35rem;line-height:1.5}
.quote-form{display:grid;gap:12px}
.quote-form label{font-size:1.2rem;margin-top:8px}
.quote-form input,.quote-form textarea{background:transparent;color:#fff;border:1px solid #858585;border-radius:0;padding:15px 14px;min-height:58px;outline:none}
.quote-form textarea{resize:vertical;min-height:110px}
.quote-form input:focus,.quote-form textarea:focus{border-color:#fff}
.quote-form button{border:0;background:#ededeb;color:#111;min-height:62px;font-size:1.25rem;margin-top:12px;cursor:pointer;font-weight:700}
.quote-form button:hover{background:#fff}
.form-note{font-size:.85rem!important;color:#9f9f9c!important;margin:8px 0 0!important;max-width:none!important}
.hidden-field{position:absolute!important;left:-9999px!important;opacity:0!important}
.ready-section{background:#d7d7d4;color:#111;padding:62px 24px 72px;text-align:center}
.ready-section h2{font-size:4.1rem;margin:0 0 28px}
.dark-button{background:#111;color:#fff;border-color:#111;min-width:300px;min-height:58px}
.dark-button:hover{background:#242424}
footer{padding:80px 0 90px;background:#111;border-top:1px solid #333}
.footer-inner{border-top:1.5px solid #c4c4c1;padding-top:58px;display:flex;justify-content:space-between;gap:40px;align-items:center;font-size:1.15rem}
.footer-left{display:flex;gap:28px;align-items:center;line-height:1.6}
.footer-logo{width:145px;background:white}
@media(max-width:1100px){
  .page-shell,.section-inner{width:min(var(--max),calc(100% - 36px))}
  .site-nav{margin:25px 0 0;grid-template-columns:repeat(3,1fr)}
  .site-nav a{font-size:1.15rem;min-height:62px}
  .hero{min-height:820px}
  .two-column,.contact-grid{grid-template-columns:1fr;gap:60px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .large-copy{font-size:1.5rem}
  .review{grid-template-columns:220px 1fr 24px;gap:24px}
}
@media(max-width:760px){
  .hero{min-height:720px}
  .topbar{padding-top:22px;align-items:center}
  .logo{width:95px}
  .menu-button{display:block}
  .site-nav{display:none;grid-template-columns:1fr;margin:18px 0 0;border:1px solid #3a3a3a}
  .site-nav.open{display:grid}
  .site-nav a{border:0;border-bottom:1px solid #303030;min-height:54px}
  .hero-content{margin-top:72px}
  .hero h1{font-size:4.7rem;margin-bottom:30px}
  .hero-content p{font-size:1.13rem;margin-bottom:34px}
  .cta-button{min-width:250px;min-height:56px}
  .section{padding:70px 0}
  .about-section h2,.section-title,.contact-section h2{font-size:4rem}
  .large-copy{font-size:1.2rem}
  .service-grid{grid-template-columns:1fr;gap:16px}
  .service-card{padding:30px;min-height:230px}
  .service-card h3{font-size:1.65rem}
  .service-card p{font-size:1.13rem}
  .project-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto;gap:10px}
  .project-grid img,.project-grid .project-tall,.project-grid img:nth-child(n){grid-column:auto;grid-row:auto;height:260px}
  .project-grid .project-tall{grid-column:1 / span 2;height:420px}
  .feedback-section .section-title{margin-bottom:35px}
  .review{grid-template-columns:1fr 24px;gap:10px;padding:28px 0}
  .review-name{grid-column:1;font-size:1.25rem}
  .review blockquote{grid-column:1;font-size:1.08rem}
  .review>span{grid-column:2;grid-row:1}
  .contact-section p{font-size:1.15rem}
  .ready-section h2{font-size:3rem}
  .footer-inner{flex-direction:column;align-items:flex-start}
}
@media(max-width:480px){
  .page-shell,.section-inner{width:calc(100% - 26px)}
  .hero h1{font-size:4rem}
  .about-section h2,.section-title,.contact-section h2{font-size:3.2rem}
  .project-grid{grid-template-columns:1fr}
  .project-grid .project-tall{grid-column:auto;height:350px}
  .project-grid img,.project-grid img:nth-child(n){height:240px}
  .footer-left{flex-direction:column;align-items:flex-start}
}

/* Project gallery using Foote's Concrete's real project photos */
.project-gallery{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:300px;
  gap:16px;
}
.project-card{
  position:relative;
  overflow:hidden;
  border:0;
  padding:0;
  background:#1b1b1b;
  color:#fff;
  cursor:pointer;
  text-align:left;
  min-width:0;
}
.project-card-wide{grid-column:span 2}
.project-card-tall{grid-row:span 2}
.project-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}
.project-card::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.82),rgba(0,0,0,0) 52%);
  pointer-events:none;
}
.project-card:hover img{transform:scale(1.025);filter:brightness(.92)}
.project-card:focus-visible{outline:3px solid #fff;outline-offset:3px}
.project-caption{
  position:absolute;
  left:20px;
  right:20px;
  bottom:18px;
  z-index:2;
  display:flex;
  flex-direction:column;
  gap:2px;
  text-transform:uppercase;
  text-shadow:0 1px 4px rgba(0,0,0,.8);
}
.project-caption strong{font-family:Impact,"Arial Black",sans-serif;font-size:1.25rem;letter-spacing:.03em}
.project-caption small{font-size:.78rem;letter-spacing:.13em;color:#e3e3e1}
.gallery-hint{margin:18px 0 0!important;font-size:.95rem!important;color:#aaa!important}
.lightbox{
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  place-items:center;
  padding:28px;
  background:rgba(0,0,0,.92);
}
.lightbox.open{display:grid}
.lightbox-content{max-width:min(1200px,94vw);max-height:88vh;display:flex;flex-direction:column;gap:14px;align-items:center}
.lightbox-image{max-width:100%;max-height:80vh;object-fit:contain;box-shadow:0 12px 50px rgba(0,0,0,.45)}
.lightbox-title{font-family:Impact,"Arial Black",sans-serif;text-transform:uppercase;letter-spacing:.06em;font-size:1.25rem;text-align:center}
.lightbox-close{position:fixed;top:18px;right:24px;border:0;background:transparent;color:#fff;font-size:3rem;line-height:1;cursor:pointer;padding:8px 12px}
body.lightbox-open{overflow:hidden}
@media(max-width:1100px){
  .project-gallery{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:290px}
  .project-card-wide{grid-column:span 2}
  .project-card-tall{grid-row:span 1}
}
@media(max-width:620px){
  .project-gallery{grid-template-columns:1fr;grid-auto-rows:260px;gap:10px}
  .project-card-wide,.project-card-tall{grid-column:auto;grid-row:auto}
  .project-caption{left:14px;right:14px;bottom:13px}
  .project-caption strong{font-size:1.05rem}
  .lightbox{padding:16px}
}
