
:root {
  --bg: #0b0b0c;
  --bg-2: #111113;
  --surface: #171719;
  --surface-2: #222226;
  --paper: #f7f3ea;
  --text: #fbf7ee;
  --text-dark: #17120a;
  --muted: #c9c0ae;
  --line: rgba(255,255,255,0.12);
  --accent: #f5b642;
  --accent-2: #ffdd86;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(11,11,12,0.78); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 88px; gap: 20px; }
.brand { display: inline-flex; align-items: center; gap: 14px; min-width: 0; }
.brand-symbol {
  width: 50px; height: 50px; border-radius: 18px;
  border: 1px solid rgba(245,182,66,0.45);
  background: radial-gradient(circle at 50% 35%, rgba(255,221,134,0.35), rgba(245,182,66,0.07) 60%, rgba(0,0,0,0) 62%),
              linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0.02));
  display: grid; place-items: center; box-shadow: 0 12px 30px rgba(245,182,66,0.16);
}
.brand-symbol span { width: 22px; height: 2px; border-radius: 999px; background: var(--accent-2); position: relative; display:block; }
.brand-symbol span::before, .brand-symbol span::after {
  content:""; position: absolute; left: 0; width: 22px; height: 2px; border-radius: 999px; background: var(--accent-2);
}
.brand-symbol span::before { top: -7px; opacity: .45; }
.brand-symbol span::after { top: 7px; opacity: .75; }
.brand-wordmark { display: flex; flex-direction: column; line-height: 1; }
.brand-title { font-size: 1.56rem; font-weight: 950; letter-spacing: -0.04em; }
.brand-sub { font-size: .76rem; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; margin-top: 7px; white-space: nowrap; }
.nav-links { display:flex; align-items:center; gap:20px; color: var(--muted); font-weight: 750; font-size:.95rem; }
.nav-links a:hover { color: var(--text); }
.nav-cta { color: var(--text-dark)!important; background: linear-gradient(135deg, var(--accent-2), var(--accent)); padding: 11px 16px; border-radius: 999px; }
.menu-toggle { display:none; border:1px solid var(--line); background:var(--surface); color:var(--text); border-radius:14px; padding:10px 13px; font-size:1.15rem; }
.hero {
  overflow:hidden; padding: 92px 0 70px;
  background:
    radial-gradient(circle at 18% 14%, rgba(245, 182, 66, 0.18), transparent 34%),
    radial-gradient(circle at 86% 8%, rgba(255, 221, 134, 0.16), transparent 30%),
    linear-gradient(180deg, #0b0b0c, #111113 72%, #f7f3ea 72%);
}
.hero-grid { display:grid; grid-template-columns: 1.05fr .95fr; gap:48px; align-items:center; }
.eyebrow { color: var(--accent-2); font-weight: 950; letter-spacing: .12em; text-transform: uppercase; font-size: .78rem; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size: clamp(2.4rem, 7vw, 5.2rem); line-height: .92; letter-spacing: -.075em; margin-bottom: 24px; }
h2 { font-size: clamp(1.85rem, 4vw, 3rem); line-height:1.03; letter-spacing:-.052em; margin-bottom:16px; }
h3 { font-size: 1.18rem; margin-bottom: 10px; letter-spacing: -.02em; }
.accent { color: var(--accent); }
.lead { color: var(--muted); font-size: 1.1rem; line-height: 1.8; max-width: 700px; }
.hero-actions, .contact-actions { display:flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.btn { display:inline-flex; align-items:center; justify-content:center; min-height:50px; padding:0 21px; border-radius:999px; font-weight:950; transition:transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn.primary { background: linear-gradient(135deg, var(--accent-2), var(--accent)); color: var(--text-dark); box-shadow: 0 20px 48px rgba(245,182,66,.25); }
.btn.secondary { background: rgba(255,255,255,.1); color: var(--text); border:1px solid var(--line); }
.trust-row { display:flex; gap:10px; flex-wrap:wrap; margin-top:24px; }
.trust-row span { background: rgba(255,255,255,.08); border:1px solid var(--line); border-radius:999px; color:var(--muted); padding:10px 14px; font-weight:800; }
.hero-photo-card {
  position:relative; min-height: 540px; border-radius:38px; overflow:hidden; border:1px solid rgba(255,255,255,0.12); box-shadow: var(--shadow);
}
.hero-photo-card img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.hero-photo-shade { position:absolute; inset:0; background: linear-gradient(180deg, rgba(0,0,0,.10), rgba(0,0,0,.35)); }
.project-preview {
  position:absolute; left:28px; right:28px; bottom:28px; padding:28px; border-radius:28px; background: rgba(5,5,6,.62); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.14);
}
.project-preview p { color: var(--accent-2); font-weight:950; margin-bottom:8px; }
.project-preview h2 { font-size:1.85rem; }
.project-preview ul { margin:0; padding-left:18px; color: var(--muted); line-height:1.8; }
.section { padding: 84px 0; }
.stats-section { background: var(--paper); color: var(--text-dark); padding: 26px 0 12px; }
.stats-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; }
.stats-grid div { padding: 10px 4px; }
.stats-grid strong { display:block; font-size:1.1rem; margin-bottom:8px; }
.stats-grid span { color:#6f6658; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading p:last-child { color: var(--muted); line-height:1.8; }
.cards-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:18px; }
.service-card { background: var(--surface); border: 1px solid var(--line); border-radius: 28px; padding: 24px; box-shadow: var(--shadow); }
.service-icon { font-size:1.45rem; width: 52px; height:52px; display:grid; place-items:center; border-radius:16px; background: rgba(245,182,66,.12); margin-bottom:18px; }
.service-card p { color: var(--muted); line-height:1.75; margin-bottom:0; }
.dark-band { background: linear-gradient(180deg, #111113, #131315); }
.split-grid { display:grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items:start; }
.muted-light { color: var(--muted); line-height:1.9; }
.check-list { background: rgba(255,255,255,.04); border:1px solid var(--line); border-radius:28px; padding:24px; }
.check-list p { color: var(--muted); margin-bottom: 14px; line-height: 1.8; }
.process-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.process-grid article { background: var(--surface); border:1px solid var(--line); border-radius: 28px; padding: 24px; }
.process-grid span { display:inline-flex; width:42px; height:42px; border-radius:999px; background: rgba(245,182,66,.14); color: var(--accent-2); align-items:center; justify-content:center; font-weight:900; margin-bottom:14px; }
.process-grid p { color: var(--muted); line-height:1.75; margin-bottom:0; }
.gallery-grid { display:grid; grid-template-columns: repeat(4,1fr); gap:16px; }
.gallery-card { background: var(--surface); border:1px solid var(--line); border-radius:24px; overflow:hidden; }
.gallery-card img { width:100%; aspect-ratio: 1 / 1; object-fit:cover; }
.gallery-card div { padding: 16px 16px 18px; }
.gallery-card p { margin-bottom:8px; color: var(--accent-2); font-size:.78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.gallery-card h3 { margin-bottom:0; font-size: 1rem; line-height: 1.35; }
.contact-section { background: linear-gradient(180deg, #191919, #161616); }
.contact-grid { display:grid; grid-template-columns: .9fr 1.1fr; gap: 28px; align-items:start; }
.contact-card { background: rgba(255,255,255,.04); border:1px solid var(--line); border-radius: 32px; padding: 20px; box-shadow: var(--shadow); }
.person-card { display:flex; justify-content:space-between; gap:18px; align-items:center; background: linear-gradient(90deg, rgba(255,255,255,.02), rgba(255,255,255,.05)); border: 1px solid rgba(255,255,255,.10); border-radius: 28px; padding: 22px; margin-bottom: 16px; }
.person-card strong { display:block; font-size:1.05rem; margin-bottom:6px; }
.person-card span { display:block; color: var(--accent-2); font-weight: 800; margin-bottom: 6px; }
.person-card small { display:block; color: var(--muted); margin-bottom: 10px; font-size: .98rem; }
.person-card a[href^="tel:"] { font-size: 1rem; font-weight: 900; color: var(--accent-2); }
.person-actions { display:flex; gap:10px; flex-wrap:wrap; }
.person-actions a { display:inline-flex; min-height: 44px; align-items:center; justify-content:center; padding:0 20px; border-radius:999px; background: rgba(245,182,66,.22); color: var(--accent-2); font-weight:900; }
.contact-card p { color: var(--muted); line-height:1.8; margin-bottom: 8px; }
.contact-card strong { color: var(--text); }
.contact-card a { color: var(--accent-2); }
.floating-whatsapp { position: fixed; right: 24px; bottom: 24px; z-index: 60; background: #22c55e; color:#07150b; padding:16px 22px; border-radius: 999px; font-weight: 950; box-shadow: 0 24px 60px rgba(34,197,94,.3); }
.footer { border-top:1px solid var(--line); }
.footer-inner { min-height: 86px; display:flex; align-items:center; justify-content:space-between; gap:16px; color:var(--muted); }
@media (max-width: 1060px) {
  .gallery-grid { grid-template-columns: repeat(3,1fr); }
  .cards-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 920px) {
  .nav { min-height: 84px; }
  .hero-grid, .split-grid, .contact-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid { grid-template-columns:1fr; }
  .hero-photo-card { min-height: 440px; }
  .project-preview h2 { font-size: 1.55rem; }
  .brand-sub { white-space: normal; }
}
@media (max-width: 760px) {
  .menu-toggle { display:block; }
  .nav-links { display:none; position:absolute; left:16px; right:16px; top:84px; background: rgba(14,14,15,.98); border:1px solid var(--line); border-radius:22px; padding:18px; flex-direction:column; align-items:flex-start; }
  .nav-links.active { display:flex; }
  .gallery-grid, .cards-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .person-card { flex-direction: column; align-items:flex-start; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1160px); }
  .hero { padding-top: 72px; }
  .stats-grid { grid-template-columns:1fr; }
  .brand-title { font-size: 1.18rem; }
  .brand-sub { font-size: .66rem; }
  .project-preview { left:16px; right:16px; bottom:16px; padding:20px; }
  .hero-photo-card { min-height: 380px; }
  .floating-whatsapp { right: 16px; bottom:16px; }
}
