
:root{
  --navy:#07111f; --navy2:#0d1b2d; --gold:#b8923b; --gold2:#e3c777;
  --cream:#f7f5ef; --white:#fff; --text:#17202b; --muted:#667085;
  --line:rgba(7,17,31,.11); --shadow:0 18px 55px rgba(7,17,31,.13);
  --radius:22px; --max:1180px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}
img{max-width:100%;display:block} a{color:inherit;text-decoration:none}
.container{width:min(var(--max),calc(100% - 40px));margin:auto}
.topbar{background:#050c16;color:#dfe7ef;font-size:13px}
.topbar .container{display:flex;justify-content:space-between;gap:20px;padding:9px 0}
nav{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.navin{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:12px;font-weight:900;letter-spacing:-.4px}
.brand img{width:54px;height:54px;object-fit:contain}.brand span{font-size:16px}
.menu{display:flex;gap:26px;align-items:center;font-weight:700;font-size:14px}
.menu a{opacity:.78}.menu a:hover,.menu a.active{opacity:1;color:var(--gold)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:13px 21px;font-weight:800;cursor:pointer;transition:.25s}
.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold2));color:#14100a;box-shadow:0 12px 28px rgba(184,146,59,.24)}
.btn-gold:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(184,146,59,.3)}
.btn-dark{background:var(--navy);color:white}.btn-light{background:white;color:var(--navy)}
.hero{position:relative;min-height:690px;display:grid;align-items:center;overflow:hidden;background:var(--navy)}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,11,20,.93) 0%,rgba(4,11,20,.70) 45%,rgba(4,11,20,.18) 100%),url('../img/proyek-06.jpg') center/cover}
.hero .container{position:relative;z-index:1;padding:95px 0}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold2);font-size:13px;font-weight:900;text-transform:uppercase;letter-spacing:1.8px;margin-bottom:18px}
.eyebrow:before{content:"";width:28px;height:2px;background:var(--gold)}
.hero h1{color:white;font-size:clamp(42px,6vw,78px);line-height:1.02;letter-spacing:-3px;max-width:780px;margin:0 0 24px}
.hero h1 em{color:var(--gold2);font-style:normal}
.hero p{color:#dce5ef;max-width:650px;font-size:18px;margin:0 0 32px}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.stats{margin-top:55px;display:flex;gap:38px;flex-wrap:wrap;color:white}
.stat strong{display:block;font-size:28px;color:var(--gold2);line-height:1}.stat span{font-size:12px;color:#c5d0dc}
section{padding:92px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:38px}
.kicker{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--gold);font-weight:900}
h2{font-size:clamp(32px,4vw,48px);line-height:1.08;letter-spacing:-1.8px;margin:9px 0 0}
.lead{color:var(--muted);max-width:650px}
.about{background:var(--cream)}.aboutgrid{display:grid;grid-template-columns:1fr 1fr;gap:58px;align-items:center}
.aboutphoto{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);height:520px}.aboutphoto img{width:100%;height:100%;object-fit:cover}
.checks{display:grid;gap:13px;margin:28px 0}.check{display:flex;gap:12px;align-items:flex-start}.check i{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e9ddbd;color:#7a5b18;font-style:normal;font-weight:900;flex:none}
.services{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{padding:27px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 7px 25px rgba(7,17,31,.05);transition:.25s}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.icon{width:48px;height:48px;border-radius:15px;background:#f1e8d2;color:#725416;display:grid;place-items:center;font-size:22px;margin-bottom:18px}.card h3{margin:0 0 8px;font-size:20px}.card p{margin:0;color:var(--muted);font-size:14px}
.gallery{display:grid;grid-template-columns:repeat(12,1fr);gap:14px}.gallery figure{margin:0;position:relative;overflow:hidden;border-radius:18px;background:#ddd;cursor:pointer;min-height:250px}.gallery figure:nth-child(1),.gallery figure:nth-child(6){grid-column:span 7}.gallery figure:nth-child(2),.gallery figure:nth-child(3),.gallery figure:nth-child(4),.gallery figure:nth-child(5){grid-column:span 5}.gallery figure:nth-child(n+7){grid-column:span 4}.gallery img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;transition:.5s}.gallery figure:hover img{transform:scale(1.06)}.caption{position:absolute;left:0;right:0;bottom:0;padding:35px 18px 16px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.72));font-weight:800}
.cta{background:linear-gradient(135deg,#07111f,#14263d);color:white;border-radius:32px;padding:55px;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{max-width:680px}.cta p{color:#c8d3df;max-width:680px}
.contactgrid{display:grid;grid-template-columns:.9fr 1.1fr;gap:25px}.contactbox{background:var(--navy);color:#fff;border-radius:28px;padding:36px}.contactbox p{color:#c9d2dc}.contact-item{display:flex;gap:15px;padding:17px 0;border-bottom:1px solid rgba(255,255,255,.12)}.contact-item:last-child{border:0}.contact-item b{display:block}.contact-item span{font-size:14px;color:#c9d2dc}
.formbox{border:1px solid var(--line);border-radius:28px;padding:32px;box-shadow:0 10px 35px rgba(7,17,31,.06)}label{font-size:13px;font-weight:800;display:block;margin-bottom:7px}input,textarea,select{width:100%;padding:13px 15px;border:1px solid #d9dee5;border-radius:13px;font:inherit;margin-bottom:16px;background:#fff}textarea{min-height:130px;resize:vertical}
footer{background:#050c16;color:#dce5ef;padding:55px 0 25px}.footgrid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:45px}.footgrid p,.footgrid a{color:#aebdca;font-size:14px}.footbottom{margin-top:35px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#8392a0}
.wa{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#16a34a;color:#fff;font-size:28px;box-shadow:0 12px 30px rgba(22,163,74,.35);animation:pulse 2.2s infinite}.wa:hover{transform:scale(1.06)}
@keyframes pulse{0%,100%{box-shadow:0 12px 30px rgba(22,163,74,.3)}50%{box-shadow:0 12px 42px rgba(22,163,74,.55)}}
.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.9);z-index:100;display:none;align-items:center;justify-content:center;padding:25px}.lightbox.open{display:flex}.lightbox img{max-width:92vw;max-height:88vh;border-radius:12px}.close{position:absolute;top:18px;right:24px;color:white;font-size:38px;cursor:pointer}
.reveal{opacity:0;transform:translateY(22px);transition:.7s}.reveal.show{opacity:1;transform:none}
.pagehero{background:linear-gradient(120deg,#07111f,#18304b);padding:90px 0;color:white}.pagehero h1{font-size:clamp(40px,6vw,64px);line-height:1.05;margin:10px 0}.pagehero p{color:#cbd6e1;max-width:680px}
@media(max-width:900px){.menu{display:none}.aboutgrid,.contactgrid{grid-template-columns:1fr}.services{grid-template-columns:repeat(2,1fr)}.footgrid{grid-template-columns:1fr 1fr}.hero{min-height:650px}.gallery figure,.gallery figure:nth-child(n){grid-column:span 6}}
@media(max-width:620px){.container{width:min(var(--max),calc(100% - 28px))}.topbar .container{font-size:11px}.topbar .container span:last-child{display:none}.navin{height:68px}.brand img{width:46px;height:46px}.brand span{font-size:14px}.hero .container{padding:75px 0}.hero h1{letter-spacing:-2px}.hero p{font-size:16px}.stats{gap:22px}.services{grid-template-columns:1fr}.gallery figure,.gallery figure:nth-child(n){grid-column:span 12;min-height:270px}.cta{padding:32px 25px;display:block}.cta .btn{margin-top:12px}.footgrid{grid-template-columns:1fr}.section-head{display:block}.section-head .lead{margin-top:15px}.aboutphoto{height:360px}}
