:root{
  /* very dark blue theme */
  --bg:#031026; /* very dark blue */
  --card:#0b1a2b; /* slightly lighter card */
  --muted:#9fb0c3;
  --accent:#6bd7ff; /* cyan-blue accent */
  --text:#e6f4ff;
  --glass: rgba(255,255,255,0.03);
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter, ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial;
  background:linear-gradient(180deg,var(--bg),#021522);
  color:var(--text);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.container{max-width:1100px;margin:0 auto;padding:1.2rem}
.site-header{position:sticky;top:0;backdrop-filter:blur(6px);background:linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));border-bottom:1px solid rgba(255,255,255,0.03)}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}
.logo{font-weight:700;font-size:1.15rem;color:var(--accent)}
.nav a{color:var(--muted);text-decoration:none;margin-left:1rem}
.hero{padding:2.2rem 0;display:flex;align-items:center;justify-content:center;text-align:center}
.title{font-size: clamp(1.6rem, 4.2vw, 2.2rem);margin:0 0 .4rem;font-family:'Bodoni Moda', serif;font-weight:700;letter-spacing:.6px}
.tagline{color:var(--text);max-width:820px;line-height:1.45;margin:0 auto;font-size:1.05rem;font-weight:600;letter-spacing:0.08em}
.lead{margin-top:.4rem}
.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;border-radius:8px;background:var(--accent);color:#012431;text-decoration:none;font-weight:600;margin-right:.6rem}
.btn.ghost{background:transparent;border:1px solid rgba(255,255,255,0.06);color:var(--text)}
.btn.small{padding:.4rem .75rem;font-size:.95rem;border-radius:6px}
.section{padding:1.6rem 0}
.section h2, .site-footer p{
  margin-top:0;
  margin-bottom:.6rem;
  text-transform:uppercase;
  color:var(--muted);
  letter-spacing:0.18em;
  font-size:.85rem;
  font-weight:600;
}
.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.6rem}
.card{background:transparent;padding:.9rem;border-radius:8px;border:1px solid rgba(255,255,255,0.04)}
.card img{width:100%;height:140px;object-fit:cover;border-radius:6px}
.card h3{margin:.6rem 0 .2rem}
.muted{color:var(--muted);font-size:.95rem}
.placeholder .placeholder-box{height:140px;border-radius:6px;background:linear-gradient(90deg,rgba(255,255,255,0.02),rgba(255,255,255,0.03));display:flex;align-items:center;justify-content:center;color:var(--muted)}
.team{display:flex;gap:.75rem;margin-top:.8rem}
.person{flex:1;padding:.6rem;border-radius:8px;text-align:center}
.person img{width:72px;height:72px;border-radius:50%;object-fit:cover;display:block;margin:0 auto .5rem}
.contact p a{color:var(--accent);text-decoration:none}
.site-footer{padding:2rem 0;border-top:1px solid rgba(255,255,255,0.02)}
.site-footer .container{display:flex;align-items:center;justify-content:center}
.site-footer .container p{margin:0;text-align:center}
@media(max-width:720px){
  .tagline{max-width:100%}
  .team{flex-direction:column}
}

/* New team / founders styles */
.lead{color:var(--muted);margin-top:0}
.founders{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.75rem;margin-top:.8rem}
.person h4{margin:.3rem 0 .2rem}
.contact-small{color:var(--muted);font-size:.92rem;margin-top:.5rem}
.contact-small a{color:var(--accent);text-decoration:none}

/* Simplified layout styles for final polished look */
.values-simple{margin-top:1rem;text-align:center}
.values-heading{margin:0 0 .4rem;color:var(--muted);font-size:.9rem;text-transform:uppercase;letter-spacing:.12em}
.values-vertical{list-style:none;padding:0;margin:0;display:grid;gap:.35rem;justify-content:center}
.values-vertical li{color:var(--text);opacity:.9}
.cta-row{margin-top:1.1rem}

/* FacadeStaging logo and name styles */
.fs-logo{width:20px;height:20px;vertical-align:middle;margin-right:.35rem}
.fs-logo-white{filter:brightness(0) invert(1)} /* invert placeholder to appear white */
.fs-logo-btn{filter:none} /* buttons show original (black) logo */
.fs-inline{display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap}
.btn .fs-inline{gap:.2rem;align-items:center}
.btn .fs-logo{width:18px;height:18px;margin-right:0}
.fs-name strong{font-weight:700}
.fs-name em{font-style:italic;font-weight:400;margin-left:0}
.fs-name{vertical-align:middle;line-height:1}

.founders-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:.6rem}
.founder{padding:.6rem;border-radius:8px;text-align:left;background:transparent}
.founder h4{margin:.2rem 0 .2rem}

.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:.6rem}
.product{background:transparent;padding:.9rem;border-radius:8px;border:1px solid rgba(255,255,255,0.04)}
.product h3{margin:.2rem 0 .4rem}

/* Article section for Business Immo */
.article-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:.6rem}
.article-logo{width:220px;height:auto;filter:drop-shadow(0 6px 18px rgba(0,0,0,0.45));}
.article-copy h2{margin:0 0 .25rem;font-size:1.1rem}
.article-copy .muted{margin:0}

@media(max-width:720px){
  .article-inner{flex-direction:column;align-items:center;text-align:center}
  .article-logo{width:160px}
}

@media(max-width:920px){
  /* ensure article copy and its button are centered on smaller screens */
  .article-right-inner .article-copy,
  .article-right-inner .article-copy p { text-align:center }
  .article-right-inner .article-copy .btn { margin-left:0; display:inline-block }
}

/* Right-aligned logo layout for article */
.article-right-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem}
.article-right-inner .article-copy{flex:1;text-align:left}
.article-right-inner .article-logo-wrap{flex:0 0 260px;display:flex;align-items:center;justify-content:center}

@media(max-width:920px){
  .article-right-inner{flex-direction:column-reverse;align-items:center;text-align:center}
  .article-right-inner .article-logo-wrap{flex:auto}
}

@media (max-width:720px){
  .title{font-size:1.6rem}
  .tagline{font-size:.95rem}
  .values-vertical{gap:.2rem}
  .hero{padding:1.6rem 0}
  .fs-logo{width:18px;height:18px}
}
