:root{
  --bg:#0b0d12;
  --card:#101521;
  --muted:#a9b4c7;
  --text:#eef2ff;
  --line:rgba(255,255,255,.10);
  --accent:#d6b25e;
  --accent2:#3dd6c6;
  --shadow:0 20px 60px rgba(0,0,0,.45);
  --radius:18px;
  --max:1180px;
}

/* Social pills inside hero (Luxury remodel box) */
.hero-social {
  margin-top: 12px;
}
.hero-social .pill {
  opacity: .95;
}
.hero-social .pill:hover {
  opacity: 1;
}


*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;
  background: radial-gradient(1200px 700px at 70% -10%, rgba(214,178,94,.18), transparent 60%),
              radial-gradient(900px 600px at 5% 10%, rgba(61,214,198,.10), transparent 55%),
              var(--bg);
  color:var(--text);
}

a{color:inherit; text-decoration:none}
.container{max-width:var(--max); margin:0 auto; padding:0 18px}
.small{font-size:.92rem; color:var(--muted)}
.pill{
  display:inline-flex; gap:8px; align-items:center;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  padding:10px 12px; border-radius:999px;
}
.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 16px; border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  transition:transform .15s ease, background .15s ease, border-color .15s ease;
  cursor:pointer;
}
.btn:hover{transform:translateY(-1px); background:rgba(255,255,255,.06); border-color:rgba(255,255,255,.18)}
.btn.primary{
  background:linear-gradient(135deg, rgba(214,178,94,.95), rgba(214,178,94,.75));
  color:#0b0d12;
  border-color:rgba(214,178,94,.60);
  font-weight:700;
}
.btn.primary:hover{background:linear-gradient(135deg, rgba(214,178,94,1), rgba(214,178,94,.78))}
.btn.ghost{
  background:transparent;
}

/* Call-first CTA (header) */
.btn-call{
  background:linear-gradient(135deg, rgba(214,178,94,.95), rgba(214,178,94,.75));
  color:#0b0d12 !important;
  border-color:rgba(214,178,94,.60);
  font-weight:800;
  letter-spacing:.2px;
  white-space:nowrap;
  box-shadow:0 12px 32px rgba(214,178,94,.18);
  animation:pulseGold 2.2s ease-in-out infinite;
}

/* Large primary call button under socials */
.call-large{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  max-width:520px;
  padding:16px 18px;
  font-size:18px;
  border-radius:18px;
}
.btn-call:hover{
  background:linear-gradient(135deg, rgba(214,178,94,1), rgba(214,178,94,.78));
}

/* Big call button inside hero card (mobile-first) */
.hero-call{
  width:100%;
  justify-content:center;
  margin-top:12px;
  padding:14px 16px;
  font-size:16px;
  letter-spacing:.2px;
}
@keyframes pulseGold{
  0%{box-shadow:0 12px 32px rgba(214,178,94,.18)}
  50%{box-shadow:0 12px 32px rgba(214,178,94,.18), 0 0 0 10px rgba(214,178,94,.12)}
  100%{box-shadow:0 12px 32px rgba(214,178,94,.18)}
}
.nav{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(12px);
  background:rgba(11,13,18,.68);
  border-bottom:1px solid var(--line);
}
.nav-inner{
  height:72px; display:flex; align-items:center; justify-content:space-between; gap:16px;
}
.brand{display:flex; align-items:center; gap:12px}
.brand img{width:44px; height:44px; border-radius:12px; object-fit:contain; background:rgba(255,255,255,.04); border:1px solid var(--line); padding:6px}
.brand .title{display:flex; flex-direction:column; line-height:1.1}
.brand .title strong{font-size:1.02rem; letter-spacing:.2px}
.brand .title span{font-size:.84rem; color:var(--muted)}
.nav-links{display:flex; gap:14px; align-items:center}
.nav-links a{font-size:.92rem; color:var(--muted); padding:10px 10px; border-radius:12px}
.nav-links a:hover{color:var(--text); background:rgba(255,255,255,.04)}
.nav-cta{display:flex; gap:10px; align-items:center}
.burger{display:none}

.hero{
  padding:56px 0 24px;
}
.hero-grid{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.hero-card{
  border:1px solid var(--line);
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border-radius:var(--radius);
  box-shadow:var(--shadow);
  overflow:hidden;
}
.hero-card .pad{padding:26px}
.kicker{color:var(--muted); font-weight:600; letter-spacing:.4px}
.h1{
  font-size:clamp(2rem, 4vw, 3.05rem);
  margin:.55rem 0 .8rem;
  letter-spacing:-.5px;
}
.h1 .accent{color:var(--accent)}
.sub{
  color:var(--muted);
  font-size:1.05rem;
  line-height:1.55;
  max-width:56ch;
}
.hero-actions{display:flex; flex-wrap:wrap; gap:10px; margin-top:16px}
.hero-badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:18px}
.hero-img{
  position:relative;
  min-height:360px;
}
.hero-img img{
  width:100%; height:100%;
  object-fit:cover;
  filter:saturate(1.08) contrast(1.05);
  transform:scale(1.02);
}
.hero-img:after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(90deg, rgba(11,13,18,.85), rgba(11,13,18,.22) 45%, rgba(11,13,18,.70));
}
.hero-img .overlay{
  position:absolute; inset:0;
  display:flex; flex-direction:column; justify-content:flex-end;
  padding:18px;
  gap:10px;
}
.quote{
  border:1px solid var(--line);
  background:rgba(16,21,33,.70);
  border-radius:16px;
  padding:14px 14px;
}
.quote strong{display:block}
.quote span{color:var(--muted); font-size:.92rem}

.section{padding:54px 0}
.section h2{
  font-size:clamp(1.45rem, 2.4vw, 2.05rem);
  margin:0 0 10px;
}
.section p{color:var(--muted); margin:0 0 18px; line-height:1.6}
.grid-3{display:grid; grid-template-columns:repeat(3, 1fr); gap:14px}
.card{
  border:1px solid var(--line);
  background:rgba(16,21,33,.55);
  border-radius:var(--radius);
  padding:18px;
}
.card h3{margin:0 0 6px; font-size:1.02rem}
.card ul{margin:10px 0 0; padding:0 0 0 18px; color:var(--muted); line-height:1.6}

.gallery{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap:10px;
}
.g-item{
  border-radius:16px;
  overflow:hidden;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  position:relative;
  cursor:pointer;
}
.g-item img{
  width:100%; height:100%;
  object-fit:cover;
  display:block;
  transition:transform .25s ease;
}
.g-item:hover img{transform:scale(1.03)}
.g-item:after{
  content:"";
  position:absolute; inset:0;
  background:linear-gradient(180deg, transparent 55%, rgba(0,0,0,.55));
  opacity:.7;
}
.g-span-4{grid-column: span 4}
.g-span-6{grid-column: span 6}
.g-span-3{grid-column: span 3}

.split{
  display:grid; grid-template-columns: 1fr 1fr; gap:16px;
  align-items:start;
}
.form{
  display:grid;
  gap:10px;
}
.input, textarea, select{
  width:100%;
  border:1px solid var(--line);
  background:rgba(255,255,255,.03);
  color:var(--text);
  border-radius:14px;
  padding:12px 12px;
  outline:none;
}
textarea{min-height:120px; resize:vertical}
label{font-size:.92rem; color:var(--muted)}
.row2{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.notice{
  border:1px dashed rgba(214,178,94,.50);
  background:rgba(214,178,94,.08);
  border-radius:16px;
  padding:14px;
  color:var(--muted);
}

.footer{
  border-top:1px solid var(--line);
  padding:26px 0 34px;
  color:var(--muted);
}
.footer-grid{
  display:grid; grid-template-columns:1.2fr .8fr; gap:14px; align-items:start;
}
hr.sep{border:0; border-top:1px solid var(--line); margin:18px 0}

.modal{
  position:fixed; inset:0;
  background:rgba(0,0,0,.78);
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
  z-index:1000;
}
.modal.open{display:flex}
.modal-inner{
  max-width:min(1060px, 96vw);
  max-height:86vh;
  border:1px solid var(--line);
  border-radius:18px;
  overflow:hidden;
  background:#0b0d12;
}
.modal-inner img{display:block; width:100%; height:auto; max-height:86vh; object-fit:contain}
.modal-close{
  position:fixed;
  top:18px; right:18px;
  border-radius:999px;
  padding:10px 12px;
  background:rgba(255,255,255,.08);
  border:1px solid var(--line);
}

@media (max-width: 980px){
  .hero-grid{grid-template-columns:1fr}
  .hero-img{min-height:320px}
  .grid-3{grid-template-columns:1fr}
  .split{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .nav-links{display:none}
  .burger{display:inline-flex}
}

/* Projects grid */
.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));
  gap:14px;
  align-items:stretch;
}
.grid .card{ height:100%; }


/* ===== Portfolio gallery fix ===== */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 14px;
  margin-top: 16px;
}


.gallery img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 14px;
  display: block;
}

@media (max-width: 1000px) {
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery img {
    height: 240px;
  }
}

@media (max-width: 600px) {
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img {
    height: 220px;
  }
}

.btn-yellow {
  background-color: #f5c542; /* same yellow as Get Free Quote */
  color: #000;
  padding: 12px 22px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.btn-yellow:hover {
  background-color: #e0b636;
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .btn-yellow {
    width: 100%;
    font-size: 18px;
  }
}
/* Header phone button – keep it consistent */
header a.btn-call{
  background-color: #f5c542 !important;
  color: #000 !important;
  border: none !important;
  font-weight: 800;
  padding: 10px 18px;
  border-radius: 12px;
}
header a.btn-call:hover{
  background-color: #e0b636 !important;
}
/* ---------- Mobile header button fix ---------- */
@media (max-width: 520px) {

  /* Make the brand area less tall on mobile */
  header .brand .title strong{font-size: .95rem; line-height: 1.1;}
  header .brand .title span{display:none;}

  /* Make header right-side buttons behave nicely */
  header .nav-cta,
  header .header-cta,
  header .actions,
  header .right {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  /* Phone button: keep number on ONE line */
  header a.btn-call{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;     /* <-- stops line breaking */
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
    min-width: 0;
  }

  /* Free Estimate button: match height */
  header .btn.primary,
  header .btn.gold,
  header a.btn.primary,
  header a.btn.gold,
  header a[href*="estimate"],
  header a[href*="contact"]{
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
  }
}


