/*
Theme Name: FraserWest
Theme URI: https://example.com/fraserwest
Author: FraserWest
Description: FraserWest Master responsive WordPress theme for property developers, custom home builders and renovation companies.
Version: 5.0.0
Text Domain: fraserwest
Requires at least: 6.0
Requires PHP: 7.4
*/

/* The design master is loaded from assets/style5059.css. Keep this file limited to WordPress-specific safety rules. */
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }
img, video { max-width: 100%; }
.admin-bar .site-header { top: 32px; }
@media screen and (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

/* FraserWest CMS v5 */
.hero-video-fallback{position:absolute;inset:0;background-size:cover;background-position:center;z-index:0}
.hero-bg video{position:relative;z-index:1;width:100%;height:100%;object-fit:cover}
.hero-video-fallback + *{z-index:2}
.fw-form-success{margin-top:20px;padding:16px;border:1px solid rgba(183,98,51,.4);color:inherit}
@media (max-width:1024px){
  .header-inner{height:90px;padding:0 1.25rem;grid-template-columns:auto 1fr auto}
  .logo{margin-left:0}
  .logo img{height:76px}
  .main-nav{display:none}
  .main-nav.open{display:block;position:fixed;inset:90px 0 0;background:#000;z-index:9998;padding:2rem 1.5rem;overflow:auto}
  .main-nav.open .nav-list{display:flex;flex-direction:column;align-items:stretch;gap:0}
  .main-nav.open .nav-list>li{border-bottom:1px solid rgba(255,255,255,.1)}
  .main-nav.open .nav-link{padding:16px 4px;font-size:13px}
  .menu-toggle{display:flex;justify-self:center}
  .header-cta{justify-self:end}
  .header-cta a{padding:9px 15px;font-size:10px}
}
@media (max-width:600px){
  .header-inner{height:76px}
  .main-nav.open{inset:76px 0 0}
  .logo img{height:62px}
  .header-cta{display:none}
  .hero{min-height:78vh}
  .hero-content{padding:1.25rem}
  .hero h1{font-size:2.1rem;line-height:1.08}
  .hero-subtitle{font-size:13px}
  .two-col{grid-template-columns:1fr}
  .col-image{margin-top:2rem}
  .why-grid,.projects-grid{grid-template-columns:1fr}
  .footer-top{grid-template-columns:1fr;gap:32px}
}
