*{box-sizing:border-box;margin:0;padding:0}
:root{--black:#090909;--dark:#111;--gray:#666;--light:#f4f4f2;--line:#deded9}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--black);background:#fff;line-height:1.6}
a{text-decoration:none;color:inherit}
.nav{height:82px;padding:12px 6%;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:10}
.brand img{height:56px;width:auto;object-fit:cover;object-position:center}
.nav nav{display:flex;gap:32px;font-size:13px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}
.nav nav a:hover{opacity:.55}
.menu{display:none;border:0;background:none;font-size:28px}
.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;background:#0b0b0b;color:#fff}
.hero-copy{padding:90px 8%;display:flex;flex-direction:column;justify-content:center}
.eyebrow{font-size:12px;letter-spacing:3px;font-weight:800;margin-bottom:18px}
.hero h1{font-size:clamp(45px,6vw,78px);line-height:.98;letter-spacing:-3px;margin-bottom:28px}
.hero h1 span{color:#bdbdbd}
.lead{max-width:600px;color:#cfcfcf;font-size:19px;margin-bottom:34px}
.buttons{display:flex;gap:12px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;font-weight:800;font-size:13px;letter-spacing:.5px}
.primary{background:#fff;color:#000}
.secondary{border:1px solid #777;color:#fff}
.hero-photo{min-height:650px;overflow:hidden}
.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(100%);opacity:.88}
.strip{display:grid;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--line);background:#f7f7f5}
.strip div{padding:28px 7%;border-right:1px solid var(--line)}
.strip div:last-child{border-right:0}
.strip strong{display:block;font-size:12px;letter-spacing:2px;margin-bottom:4px}
.strip span{font-size:14px;color:var(--gray)}
.section{padding:105px 8%}
.section-heading{max-width:760px;margin-bottom:45px}
.section h2{font-size:clamp(36px,5vw,60px);letter-spacing:-2px;line-height:1.05;margin-bottom:15px}
.muted{color:var(--gray)}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);padding:35px;min-height:250px}
.number{font-size:12px;font-weight:800;letter-spacing:2px;margin-bottom:45px;color:#777}
.card h3{font-size:24px;margin-bottom:12px}
.card p{color:var(--gray);font-size:15px}
.about{background:var(--light);display:grid;grid-template-columns:.85fr 1.15fr;gap:8%;align-items:center}
.about-image{height:560px;overflow:hidden;background:#222}
.about-image img{width:100%;height:100%;object-fit:cover;object-position:center top;filter:grayscale(100%)}
.about-copy p{max-width:650px;color:#555;margin-bottom:20px}
.about-copy strong{color:#111}
.text-link{font-weight:800;border-bottom:2px solid #111;padding-bottom:5px;display:inline-block;margin-top:12px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.gallery-placeholder,.gallery-item{aspect-ratio:1/1;background:#eee;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center}
.gallery-placeholder span{font-size:11px;letter-spacing:2px;font-weight:800}
.gallery-placeholder p{font-size:13px;color:#777;padding:15px}
.gallery-item img{width:100%;height:100%;object-fit:cover}
.upload{display:inline-flex;margin-top:28px;border:1px solid #111;padding:14px 20px;font-size:13px;font-weight:800;cursor:pointer}
.upload input{display:none}
.upload-note{font-size:12px;color:#888;margin-top:10px}
.cta{background:#0b0b0b;color:#fff;padding:80px 8%;display:flex;justify-content:space-between;align-items:center;gap:40px}
.cta h2{font-size:clamp(34px,4vw,54px);line-height:1.05;letter-spacing:-2px;margin-bottom:12px}
.cta p:not(.eyebrow){color:#aaa}
.contact-buttons{display:flex;gap:10px;flex-wrap:wrap}
.light{background:#fff;color:#000}
.outline-light{border:1px solid #777}
footer{padding:45px 8%;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:25px;border-top:1px solid var(--line)}
footer img{height:60px;width:auto;object-fit:cover}
.footer-info{display:flex;flex-direction:column;font-size:14px}
.footer-info p{font-weight:800;margin-bottom:5px}
.footer-info a{color:#555}
.copyright{text-align:right;color:#888;font-size:12px}
@media(max-width:800px){
  .nav{height:72px;padding:10px 5%}
  .brand img{height:50px}
  .menu{display:block}
  .nav nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:22px 5%;flex-direction:column;gap:18px;border-bottom:1px solid var(--line)}
  .nav nav.open{display:flex}
  .hero{grid-template-columns:1fr}
  .hero-copy{padding:70px 7%}
  .hero-photo{height:520px;min-height:0}
  .strip,.cards,.gallery-grid{grid-template-columns:1fr}
  .strip div{border-right:0;border-bottom:1px solid var(--line)}
  .about{grid-template-columns:1fr;padding-top:70px;padding-bottom:70px}
  .about-image{height:450px}
  .section{padding:75px 7%}
  .cta{padding:65px 7%;flex-direction:column;align-items:flex-start}
  footer{grid-template-columns:1fr;padding:40px 7%}
  .copyright{text-align:left}
}
