:root{
  --bg:#faf7f2;
  --panel:#ffffff;
  --ink:#151515;
  --muted:#636363;
  --red:#ab1618;
  --deep:#0f0f10;
  --line:rgba(255,255,255,.12);
  --gold:#b99b66;
  --shadow:0 24px 55px rgba(0,0,0,.12);
  --radius:22px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Inter',system-ui,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.container{width:min(1180px, calc(100% - 2rem));margin:0 auto}
.section{padding:88px 0}
.section-label{font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;color:var(--red);font-weight:700;margin-bottom:10px}
.section-label.light{color:#d4baa1}
h1,h2,h3{line-height:1.08;margin:0 0 14px}
h1,h2{font-family:'Cormorant Garamond', Georgia, serif;font-weight:700;letter-spacing:-.02em}
h1{font-size:clamp(3rem, 5vw, 5.2rem)}
h2{font-size:clamp(2.2rem,3vw,3.35rem)}
h3{font-size:1.18rem}
p{margin:0 0 14px;color:var(--muted)}
.site-header{position:sticky;top:0;z-index:30;background:rgba(250,247,242,.92);backdrop-filter: blur(14px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-wrap{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:12px 0}
.brand img{height:58px;width:auto}
.site-nav{display:flex;gap:1.2rem;align-items:center;font-size:.96rem;font-weight:600}
.site-nav a{padding:10px 4px;color:#393939}
.menu-toggle{display:none;background:none;border:none;font-size:1.55rem}
.hero{position:relative;min-height:92vh;display:grid;align-items:end;background:var(--deep);overflow:hidden}
.hero-media,.hero-media img,.hero-overlay{position:absolute;inset:0}
.hero-media img{width:100%;height:100%;object-fit:cover;object-position:center center;filter:saturate(.96)}
.hero-overlay{background:linear-gradient(90deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.72) 32%, rgba(8,8,8,.22) 66%, rgba(8,8,8,.18) 100%)}
.hero-content{position:relative;z-index:2;color:#fff;padding:110px 0 86px;max-width:760px}
.hero-content p,.hero-content li{color:rgba(255,255,255,.84)}
.eyebrow{display:inline-flex;padding:10px 14px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);border-radius:999px;font-size:.86rem;margin-bottom:24px;letter-spacing:.06em;text-transform:uppercase}
.hero-copy{font-size:1.08rem;max-width:680px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 22px}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:999px;font-weight:700;transition:.22s ease;min-width:180px}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--red);color:#fff;box-shadow:0 16px 35px rgba(171,22,24,.28)}
.btn-secondary{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.22)}
.hero-points{display:flex;gap:1.1rem;flex-wrap:wrap;list-style:none;padding:0;margin:18px 0 0;font-size:.96rem}
.hero-points li{position:relative;padding-left:18px}
.hero-points li::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--gold);position:absolute;left:0;top:9px}
.trust-strip{background:#fff;border-bottom:1px solid rgba(0,0,0,.06)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:rgba(0,0,0,.06)}
.trust-grid > div{background:#fff;padding:22px 24px;display:flex;flex-direction:column;gap:6px}
.trust-grid strong{font-size:.96rem}.trust-grid span{color:var(--muted);font-size:.95rem}
.split-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center}
.split-layout.reverse{grid-template-columns:.92fr 1.08fr}
.cards.three-up{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px}
.info-card{background:var(--panel);padding:24px;border-radius:18px;box-shadow:var(--shadow)}
.feature-figure{background:#fff;padding:16px;border-radius:22px;box-shadow:var(--shadow)}
.feature-figure img{border-radius:14px;width:100%;height:100%;object-fit:cover}
.feature-figure figcaption{padding:12px 4px 2px;color:#666;font-size:.94rem}
.dark-section{background:var(--deep);color:#fff}
.dark-section p,.dark-section .service-card p{color:rgba(255,255,255,.74)}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:34px}
.service-card{background:rgba(255,255,255,.04);border:1px solid var(--line);padding:28px;border-radius:18px}
.service-num{display:inline-flex;color:#d4baa1;margin-bottom:14px;font-weight:800;font-size:1.1rem}
.gallery-head{display:flex;justify-content:space-between;gap:32px;align-items:end;margin-bottom:30px}
.gallery-head p{max-width:480px}
.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.gallery-item{background:#fff;padding:12px;border-radius:20px;box-shadow:var(--shadow)}
.gallery-item img{width:100%;height:280px;object-fit:cover;border-radius:14px}
.gallery-item-large{grid-column:span 2;grid-row:span 2}
.gallery-item-large img{height:578px}
.gallery-item figcaption{padding:13px 6px 2px;font-weight:600;color:#454545}
.warm-section{background:linear-gradient(180deg, #fff 0%, #f2ede5 100%)}
.process-list{display:grid;gap:16px;margin-top:24px}
.process-list > div{background:#fff;padding:22px;border-radius:18px;box-shadow:var(--shadow)}
.feature-figure-tall img{height:720px;object-fit:cover;object-position:center}
.crew-section{text-align:left}
.section-intro{max-width:760px}
.crew-panel{margin-top:28px;background:#fff;padding:32px;border-radius:22px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:28px}
.crew-list{margin:0;padding-left:18px;color:#4d4d4d}
.text-link{font-weight:700;color:var(--red)}
.contact-section{background:var(--deep)}
.contact-card{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;background:linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.02));border:1px solid var(--line);padding:38px;border-radius:28px;color:#fff}
.contact-card p,.contact-card .small-note{color:rgba(255,255,255,.76)}
.contact-actions{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:14px}
.small-note{font-size:.95rem}
.site-footer{padding:24px 0;background:#0a0a0a;color:#fff}
.footer-wrap{display:flex;align-items:center;gap:16px}
.footer-logo{width:130px;height:auto}
.footer-wrap span{display:block;color:rgba(255,255,255,.7);font-size:.92rem;max-width:760px}
@media (max-width: 1060px){
  .cards.three-up,.service-grid,.gallery-grid,.split-layout,.split-layout.reverse,.crew-panel,.contact-card{grid-template-columns:1fr 1fr}
  .gallery-item-large{grid-column:span 2;grid-row:auto}
  .gallery-item-large img{height:420px}
}
@media (max-width: 860px){
  .menu-toggle{display:block}
  .site-nav{display:none;position:absolute;right:1rem;top:82px;flex-direction:column;background:#fff;padding:16px;border-radius:16px;box-shadow:var(--shadow);min-width:220px}
  .site-nav.open{display:flex}
  .split-layout,.split-layout.reverse,.cards.three-up,.service-grid,.gallery-grid,.crew-panel,.contact-card,.trust-grid{grid-template-columns:1fr}
  .gallery-item-large,.gallery-item-large img{grid-column:auto;height:auto}
  .gallery-item img,.gallery-item-large img{height:280px}
  .hero{min-height:86vh}
  .hero-overlay{background:linear-gradient(180deg, rgba(8,8,8,.82) 0%, rgba(8,8,8,.58) 48%, rgba(8,8,8,.3) 100%)}
  .hero-content{padding:94px 0 54px}
  .gallery-head{flex-direction:column;align-items:flex-start}
  .contact-actions .btn{width:100%}
}
.site-nav a.active{color:var(--red)}
.page-hero{position:relative;min-height:66vh;display:grid;align-items:end;background:#111;overflow:hidden;background-size:cover;background-position:center}
.page-hero-about{background-image:url('../img/paradise-valley-home-office-builtins.jpg')}
.page-hero-services{background-image:url('../img/premium-scottsdale-custom-kitchen-installation.jpg')}
.page-hero-gallery{background-image:url('../img/luxury-bathroom-vanity-installation.jpg')}
.page-hero-contact{background-image:url('../img/custom-kitchen-range-wall-cabinet-installation.jpg')}
.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,8,8,.86),rgba(8,8,8,.55) 52%,rgba(8,8,8,.28))}
.page-hero-content{position:relative;z-index:2;color:#fff;padding:120px 0 70px;max-width:800px}
.page-hero-content p{color:rgba(255,255,255,.82);font-size:1.08rem;max-width:690px}
.stat-grid,.territory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:28px}
.stat-grid>div,.territory-grid>div{background:#fff;padding:20px;border-radius:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:6px}
.stat-grid strong,.territory-grid strong{font-size:1.4rem}.stat-grid span,.territory-grid span{color:var(--muted);font-size:.94rem}
.crew-profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}
.crew-profile{background:rgba(255,255,255,.05);border:1px solid var(--line);padding:30px;border-radius:20px}
.crew-photo{width:110px;height:110px;border-radius:50%;object-fit:cover;display:block;margin-bottom:18px;border:3px solid rgba(255,255,255,.12)}
.crew-initial{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:var(--red);font-family:'Cormorant Garamond';font-size:2rem;font-weight:700;margin-bottom:18px}
.crew-role{color:#d4baa1!important;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.82rem}
.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.values-grid article{background:#fff;padding:24px;border-radius:18px;box-shadow:var(--shadow)}
.values-grid span{color:var(--red);font-weight:800;display:block;margin-bottom:10px}
.service-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:30px}
.service-detail-grid article{display:grid;grid-template-columns:210px 1fr;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.service-detail-grid img{width:100%;height:100%;object-fit:cover;min-height:210px}
.service-detail-grid article>div{padding:24px}
.check-list{list-style:none;padding:0;margin:24px 0 0;display:grid;gap:12px}
.check-list li{position:relative;padding-left:28px;color:rgba(255,255,255,.78)}
.check-list li::before{content:'✓';position:absolute;left:0;color:#d4baa1;font-weight:800}
.dark-figure{background:rgba(255,255,255,.06);box-shadow:none}
.dark-figure figcaption{color:rgba(255,255,255,.72)}
.territory-grid{grid-template-columns:repeat(4,1fr)}
.gallery-toolbar{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:30px}
.gallery-toolbar p{max-width:480px}
.portfolio-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.portfolio-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.portfolio-card.wide{grid-column:span 2}
.portfolio-card img{width:100%;height:330px;object-fit:cover}
.portfolio-card.wide img{height:430px}
.portfolio-card figcaption{padding:18px 20px;display:flex;flex-direction:column;gap:4px}
.portfolio-card figcaption span{color:var(--muted);font-size:.92rem}
.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.direct-contact-card,.project-info-card{background:#fff;padding:32px;border-radius:22px;box-shadow:var(--shadow)}
.contact-line{display:flex;justify-content:space-between;gap:18px;padding:18px 0;border-bottom:1px solid rgba(0,0,0,.08)}
.contact-line span{color:var(--muted)}
.contact-line strong{color:var(--ink)}
.territory-note{margin-top:24px;padding:20px;background:#f4efe8;border-radius:16px}
.territory-note p{margin-top:6px}
.dark-check li{color:#444}
.dark-check li::before{color:var(--red)}
.full-btn{width:100%;margin-top:24px}
@media(max-width:1060px){.values-grid,.territory-grid{grid-template-columns:1fr 1fr}.service-detail-grid,.contact-layout{grid-template-columns:1fr}.portfolio-grid{grid-template-columns:1fr 1fr}}
@media(max-width:860px){.page-hero{min-height:58vh}.page-hero-content{padding:100px 0 52px}.stat-grid,.crew-profile-grid,.values-grid,.territory-grid,.service-detail-grid,.portfolio-grid,.contact-layout{grid-template-columns:1fr}.service-detail-grid article{grid-template-columns:1fr}.service-detail-grid img{height:260px}.portfolio-card.wide{grid-column:auto}.portfolio-card img,.portfolio-card.wide img{height:300px}.gallery-toolbar{flex-direction:column;align-items:flex-start}.contact-line{flex-direction:column;gap:2px}}
