:root{
  --yellow:#f2c315;
  --yellow-deep:#dcae00;
  --charcoal:#202321;
  --charcoal-2:#2c302d;
  --concrete:#d7d1c6;
  --sand:#e9e2d6;
  --warm:#f3efe7;
  --white:#ffffff;
  --text:#242724;
  --muted:#6d706c;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:var(--warm);
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.site-header{
  position:absolute;z-index:10;top:0;left:0;width:100%;
  border-bottom:1px solid rgba(255,255,255,.18);
}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;min-height:102px;gap:30px}
.brand img{
  width:150px;height:92px;object-fit:contain;object-position:center;
  border-radius:4px;box-shadow:0 8px 30px rgba(0,0,0,.18)
}
.main-nav{display:flex;align-items:center;gap:28px;color:#fff;font-size:14px;font-weight:700;text-transform:uppercase}
.main-nav a:not(.btn):hover{color:var(--yellow)}
.menu-toggle{display:none;background:transparent;border:0;color:#fff;font-size:30px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:18px;
  background:var(--yellow);color:#151714;padding:16px 24px;
  font-weight:800;text-transform:uppercase;letter-spacing:.03em;
  border:1px solid var(--yellow);transition:.2s ease;
}
.btn:hover{background:#ffe15a;border-color:#ffe15a;transform:translateY(-1px)}
.btn-small{padding:13px 18px;font-size:12px}
.hero{position:relative;min-height:760px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(20,23,21,.93) 0%,rgba(20,23,21,.72) 40%,rgba(20,23,21,.20) 78%,rgba(20,23,21,.08) 100%);
}
.hero-content{position:relative;z-index:2;color:#fff;padding-top:110px}
.eyebrow{font-weight:800;letter-spacing:.12em;font-size:14px;color:var(--yellow)}
.eyebrow.dark{color:#987900}
.hero h1,.section h2,.contact-section h2{
  font-family:"Barlow Condensed",sans-serif;margin:14px 0 18px;line-height:.92;
  text-transform:uppercase;font-weight:800;
}
.hero h1{font-size:clamp(64px,8vw,116px);max-width:760px}
.hero h1 span{color:var(--yellow)}
.hero p{font-size:22px;line-height:1.55;max-width:660px;color:#f0f0ed}
.hero-services{margin-top:28px;font-weight:800;font-size:15px;letter-spacing:.04em}
.hero-services i{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--yellow);margin:0 12px;vertical-align:middle}
.hero-actions{display:flex;align-items:center;gap:26px;margin-top:34px}
.text-link{font-weight:700;border-bottom:1px solid rgba(255,255,255,.55);padding-bottom:4px}
.experience{background:var(--sand);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}
.experience-inner{display:flex;align-items:center;gap:30px;padding:36px 0}
.experience-number{
  font-family:"Barlow Condensed",sans-serif;font-size:92px;font-weight:800;line-height:.8;color:var(--yellow-deep);
  border-right:1px solid #bbb2a2;padding-right:28px
}
.experience h2{font-family:"Barlow Condensed",sans-serif;font-size:38px;line-height:1.05;margin:8px 0 0;text-transform:uppercase}
.section{padding:92px 0}
.section-heading{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:end;margin-bottom:40px}
.section-heading h2,.about h2{font-size:58px}
.section-heading p{font-size:18px;line-height:1.7;color:var(--muted);margin:0}
.services{background:#f7f4ee}
.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.service-card{
  background:#fff;padding:34px;min-height:275px;border-top:5px solid var(--yellow);
  box-shadow:0 12px 35px rgba(31,34,31,.06)
}
.icon{font-size:48px;color:var(--yellow-deep);margin-bottom:18px}
.service-card h3{
  font-family:"Barlow Condensed",sans-serif;font-size:34px;text-transform:uppercase;margin:0 0 12px
}
.service-card p{line-height:1.7;color:var(--muted);margin:0}
.references{background:var(--sand)}
.project-card{
  display:grid;grid-template-columns:1.6fr .8fr;background:#fff;
  box-shadow:0 18px 45px rgba(0,0,0,.10);overflow:hidden
}
.project-image img{width:100%;height:100%;min-height:470px;object-fit:cover}
.project-copy{padding:42px}
.project-tag{color:var(--yellow-deep);font-weight:800;text-transform:uppercase;letter-spacing:.08em;font-size:13px}
.project-copy h3{font-family:"Barlow Condensed",sans-serif;font-size:48px;text-transform:uppercase;margin:8px 0 20px}
.project-copy p{line-height:1.7;color:var(--muted)}
.project-copy ul{padding-left:20px;line-height:2}
.project-copy li::marker{color:var(--yellow-deep)}
.about{background:#f7f4ee}
.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px}
.about-copy{font-size:18px;line-height:1.8;color:var(--muted)}
.contact-section{background:var(--charcoal);color:#fff;padding:78px 0}
.contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:60px;align-items:center}
.contact-section h2{font-size:64px}
.contact-section p{font-size:18px;line-height:1.7;color:#d8d8d4}
.contact-card{background:var(--charcoal-2);border-left:5px solid var(--yellow);padding:34px}
.contact-card a{display:block;font-size:26px;font-weight:800;margin:8px 0}
.contact-card a:hover{color:var(--yellow)}
.location{margin-top:18px;color:#bdbfbb}
.site-footer{background:#171917;color:#d5d6d2}
.footer-grid{display:grid;grid-template-columns:1.3fr .8fr .9fr;gap:60px;padding:58px 0}
.footer-brand img{width:150px;height:150px;object-fit:contain;border-radius:4px;margin-bottom:16px}
.footer-grid strong{display:block;color:#fff;margin-bottom:14px;text-transform:uppercase}
.footer-grid a{display:block;margin:9px 0;color:#c5c6c2}
.footer-grid a:hover{color:var(--yellow)}
.copyright{border-top:1px solid #2b2e2b;text-align:center;padding:18px;font-size:13px;color:#8f938f}
@media (max-width:900px){
  .site-header{position:fixed;background:rgba(24,27,25,.96)}
  .nav-wrap{min-height:76px}
  .brand img{width:96px;height:66px;object-fit:contain}
  .menu-toggle{display:block}
  .main-nav{
    position:absolute;top:76px;left:0;width:100%;background:#1b1e1c;
    padding:20px;display:none;flex-direction:column;align-items:flex-start;gap:16px
  }
  .main-nav.open{display:flex}
  .hero{min-height:720px}
  .hero-content{padding-top:100px}
  .hero h1{font-size:64px}
  .hero p{font-size:18px}
  .section-heading,.about-grid,.contact-grid,.project-card{grid-template-columns:1fr}
  .service-grid{grid-template-columns:1fr}
  .section{padding:68px 0}
  .project-image img{min-height:320px}
  .section-heading h2,.about h2{font-size:46px}
  .footer-grid{grid-template-columns:1fr}
}
@media (max-width:560px){
  .container{width:min(100% - 28px,1180px)}
  .hero h1{font-size:52px}
  .hero-actions{align-items:flex-start;flex-direction:column}
  .hero-services{line-height:2}
  .experience-inner{align-items:flex-start}
  .experience-number{font-size:72px}
  .experience h2{font-size:30px}
  .contact-section h2{font-size:50px}
  .contact-card a{font-size:20px}
}
