:root { --gold:#e4ad37; --charcoal:#57585f; --footer:#303030; --ink:#161616; --muted:#69696c; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; scroll-padding-top:128px; }
body { margin:0; font-family:"Poppins",Arial,sans-serif; color:var(--ink); background:#fff; }
img { display:block; max-width:100%; }
a { color:inherit; text-decoration:none; }
.site-header { height:150px; background:#fff; position:relative; z-index:20; }
.header-inner { width:min(1640px,88%); height:100%; margin:auto; display:grid; grid-template-columns:230px 1fr 250px; align-items:center; gap:30px; }
.brand { width:190px; }
.brand img { width:100%; height:110px; object-fit:contain; }
.main-nav { justify-self:center; display:flex; align-items:center; gap:46px; white-space:nowrap; }
.main-nav a { position:relative; padding:13px 0; font-size:16px; font-weight:400; color:#222; }
.main-nav a::after { content:""; position:absolute; left:0; right:0; bottom:5px; height:2px; background:var(--gold); transform:scaleX(0); transition:.25s ease; }
.main-nav a:hover,.main-nav a.active { color:#c79022; }
.main-nav a.active::after { transform:scaleX(1); }
.header-actions { justify-self:end; display:flex; align-items:center; gap:22px; }
.social { color:var(--gold); font-weight:700; font-size:25px; line-height:1; }
.linkedin { font-size:22px; }
.button { display:inline-flex; justify-content:center; align-items:center; min-height:50px; padding:0 31px; border-radius:999px; font-size:16px; font-weight:600; transition:transform .2s,background .2s; }
.button:hover { transform:translateY(-2px); }
.button-gold { background:var(--gold); color:#111; }
.call-button { min-width:126px; }
.menu-toggle { display:none; border:0; background:none; padding:8px; }
.menu-toggle span { display:block; width:26px; height:2px; margin:6px 0; background:#111; }
.hero { min-height:800px; position:relative; display:flex; align-items:center; justify-content:center; overflow:hidden; border-radius:0 0 28px 28px; background:url("images/mcfhero-00-dOqaX2GJRPSB8xx7.png") center center/cover no-repeat; }
.hero::after { content:""; position:absolute; inset:0; background:rgba(0,0,0,.08); }
.hero-content { position:relative; z-index:1; text-align:center; color:#fff; margin-top:-155px; }
.hero h1 { margin:0 0 24px; font-size:clamp(48px,4.2vw,70px); line-height:1.12; letter-spacing:-1.5px; font-weight:600; }
.hero-content > p { margin:0 0 34px; font-size:18px; }
.hero-services { position:absolute; z-index:2; left:5%; right:5%; bottom:14px; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.hero-services article { min-height:205px; padding:34px 30px; display:flex; flex-direction:column; align-items:center; justify-content:center; text-align:center; color:#fff; background:rgba(66,65,66,.60); }
.hero-services h3 { margin:0 0 24px; font-size:19px; font-weight:600; }
.hero-services p { max-width:360px; margin:0; font-size:17px; line-height:1.55; }
.services-intro { padding:125px 0 150px; overflow:hidden; }
.content-row { width:min(1480px,84%); margin:auto; display:grid; grid-template-columns:1fr 1.12fr; align-items:center; gap:115px; }
.copy-block h2,.gallery-heading h2 { margin:0 0 28px; font-size:clamp(42px,3.3vw,60px); line-height:1.16; letter-spacing:-1.5px; font-weight:600; }
.copy-block p { max-width:590px; margin:0 0 37px; color:var(--muted); font-size:18px; line-height:1.85; }
.button-outline { min-width:130px; border:2px solid var(--gold); color:#111; }
.button-outline:hover { background:var(--gold); }
.wide-crate { width:100%; height:470px; object-fit:cover; border-radius:24px; }
.second-row { grid-template-columns:1.12fr 1fr; margin-top:160px; }
.image-stack { position:relative; min-height:650px; }
.image-stack img { object-fit:cover; border-radius:24px; }
.stack-main { position:absolute; left:0; top:0; width:62%; height:570px; }
.stack-overlap { position:absolute; right:0; bottom:0; width:51%; height:500px; }
.experts-copy { padding-left:20px; }
.gallery-section { background:var(--gold); padding:110px 0 190px; }
.gallery-heading { max-width:1050px; margin:0 auto 75px; padding:0 24px; text-align:center; color:#fff; }
.gallery-heading h2 { font-size:clamp(41px,3.2vw,58px); }
.gallery-heading p { max-width:840px; margin:0 auto; font-size:18px; line-height:1.75; }
.gallery-grid { width:min(1510px,86%); margin:auto; display:grid; grid-template-columns:1fr 1fr; gap:42px; }
.service-card { overflow:hidden; border-radius:24px; background:var(--charcoal); }
.card-copy { min-height:270px; padding:55px 62px 46px; color:#fff; }
.card-copy h3 { margin:0 0 22px; font-size:29px; font-weight:600; }
.card-copy p { max-width:550px; margin:0; font-size:17px; line-height:1.8; }
.service-card img { width:100%; height:385px; object-fit:cover; }
footer { padding:100px max(7%,40px) 38px; background:var(--footer); color:#fff; }
.footer-grid { width:min(1510px,100%); margin:auto; display:grid; grid-template-columns:1.1fr .8fr 1.2fr; gap:100px; }
.footer-grid h3 { margin:0 0 20px; font-size:29px; font-weight:600; }
.footer-grid h4 { margin:5px 0 24px; color:var(--gold); font-size:17px; font-weight:600; text-transform:uppercase; letter-spacing:.5px; }
.footer-grid p,.footer-grid a { display:block; margin:0 0 14px; color:#ddd; font-size:15px; line-height:1.8; }
.footer-grid a:hover { color:var(--gold); }
.footer-socials { display:flex; gap:24px; margin-top:28px; }
.footer-socials a { color:var(--gold); font-size:23px; font-weight:700; }
.copyright { width:min(1510px,100%); margin:80px auto 0; padding-top:24px; border-top:1px solid #555; color:#aaa; font-size:13px; }
.gallery-page { min-height:100vh; padding:80px 5% 120px; background:var(--gold); border-radius:0 0 28px 28px; }
.gallery-page h1 { margin:0 0 75px; text-align:center; color:#fff; font-size:clamp(50px,4.5vw,72px); line-height:1.1; font-weight:600; letter-spacing:-1.5px; }
.photo-grid { width:min(1640px,100%); margin:auto; display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.photo-grid a { display:block; min-height:470px; overflow:hidden; background:#d7a42f; }
.photo-grid img { width:100%; height:100%; min-height:470px; object-fit:cover; transition:transform .3s ease; }
.photo-grid a:hover img { transform:scale(1.025); }
@media (max-width:1100px) {
  .site-header { height:120px; }
  .header-inner { grid-template-columns:200px 1fr 180px; }
  .brand { width:170px; }
  .brand img { height:100px; }
  .main-nav { gap:26px; }
  .main-nav a { font-size:15px; }
  .social { display:none; }
  .hero { min-height:680px; }
  .content-row { width:88%; gap:65px; }
}
@media (max-width:780px) {
  html { scroll-padding-top:90px; }
  .site-header { height:90px; position:sticky; top:0; }
  .header-inner { width:92%; display:flex; justify-content:space-between; }
  .brand { width:135px; }
  .brand img { height:78px; }
  .menu-toggle { display:block; order:3; }
  .header-actions { margin-left:auto; }
  .call-button { min-width:auto; min-height:42px; padding:0 20px; font-size:14px; }
  .main-nav { display:none; position:absolute; top:90px; left:0; right:0; padding:22px 6%; background:#fff; box-shadow:0 12px 20px rgba(0,0,0,.12); flex-direction:column; align-items:flex-start; gap:5px; }
  .main-nav.open { display:flex; }
  .main-nav a { width:100%; padding:11px 0; }
  .hero { min-height:620px; border-radius:0 0 18px 18px; background-position:56% center; }
  .hero-content { padding:0 20px; margin-top:-190px; }
  .hero h1 { font-size:43px; letter-spacing:-1px; }
  .hero p { font-size:17px; }
  .hero-services { left:4%; right:4%; bottom:14px; grid-template-columns:1fr; gap:8px; }
  .hero-services article { min-height:94px; padding:16px 18px; }
  .hero-services h3 { margin-bottom:7px; font-size:16px; }
  .hero-services p { font-size:14px; }
  .services-intro { padding:80px 0 95px; }
  .content-row,.second-row { width:88%; grid-template-columns:1fr; gap:55px; }
  .copy-block h2 { font-size:39px; }
  .copy-block p { font-size:16px; line-height:1.7; }
  .wide-crate { height:310px; }
  .second-row { margin-top:95px; }
  .image-stack { min-height:475px; }
  .stack-main { width:68%; height:420px; }
  .stack-overlap { width:52%; height:350px; }
  .experts-copy { padding:0; }
  .gallery-section { padding:80px 0 100px; }
  .gallery-heading { margin-bottom:48px; }
  .gallery-heading h2 { font-size:39px; }
  .gallery-heading p { font-size:16px; }
  .gallery-grid { width:88%; grid-template-columns:1fr; }
  .card-copy { min-height:0; padding:38px 32px; }
  .card-copy h3 { font-size:25px; }
  .service-card img { height:300px; }
  footer { padding:70px 6% 32px; }
  .footer-grid { grid-template-columns:1fr; gap:42px; }
  .copyright { margin-top:55px; }
  .gallery-page { padding:65px 6% 85px; }
  .gallery-page h1 { margin-bottom:45px; font-size:42px; }
  .photo-grid { grid-template-columns:1fr 1fr; gap:14px; }
  .photo-grid a,.photo-grid img { min-height:300px; }
}
@media (max-width:430px) {
  .call-button { display:none; }
  .hero { min-height:700px; }
  .hero h1 { font-size:36px; }
  .image-stack { min-height:390px; }
  .stack-main { height:350px; }
  .stack-overlap { height:290px; }
  .photo-grid { grid-template-columns:1fr; }
  .photo-grid a,.photo-grid img { min-height:390px; }
}
