:root{
  --bg:#0c1118;
  --bg-2:#121923;
  --bg-3:#171f2b;
  --surface:#ffffff;
  --surface-soft:rgba(255,255,255,.05);
  --surface-soft-2:rgba(255,255,255,.08);
  --text:#f4f6f8;
  --text-dark:#0f1720;
  --muted:#aeb8c5;
  --muted-dark:#607081;
  --line:rgba(255,255,255,.10);
  --line-dark:#e4e9ef;
  --accent:#c59b62;
  --accent-2:#9b7a4d;
  --shadow-xl:0 30px 90px rgba(0,0,0,.35);
  --shadow-lg:0 18px 50px rgba(12,17,24,.08);
  --radius-xl:30px;
  --radius-lg:24px;
  --radius-md:18px;
  --max:1220px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}

body{
  margin:0;
  font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(197,155,98,.10), transparent 22%),
    linear-gradient(180deg, #0b1016 0%, #10161f 32%, #f4f6f8 32%, #f4f6f8 100%);
  line-height:1.6;
}

a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}

.container{
  width:min(calc(100% - 32px), var(--max));
  margin:0 auto;
}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  backdrop-filter:blur(18px);
  background:rgba(11,16,22,.76);
  border-bottom:1px solid var(--line);
}

.nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.brand{
  display:flex;
  align-items:center;
  gap:14px;
}

.brand-mark{
  width:46px;
  height:46px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg, var(--accent), var(--accent-2));
  color:#fff;
  font-weight:900;
  box-shadow:0 14px 30px rgba(197,155,98,.24);
}

.brand-text{
  display:grid;
  gap:2px;
}

.brand-text strong{
  letter-spacing:-.03em;
  font-size:1rem;
}

.brand-text small{
  color:var(--muted);
  font-size:.82rem;
}

.nav-links{
  display:flex;
  align-items:center;
  gap:28px;
}

.nav-links a{
  color:var(--muted);
  font-size:.95rem;
  transition:.2s ease;
}

.nav-links a:hover{
  color:#fff;
}

.nav-cta{
  display:flex;
  align-items:center;
  gap:12px;
}

.menu-toggle{
  display:none;
  width:48px;
  height:48px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.05);
  color:#fff;
  cursor:pointer;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:none;
  border-radius:999px;
  padding:14px 22px;
  font-weight:700;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
  cursor:pointer;
}

.btn:hover{
  transform:translateY(-2px);
}

.btn-primary{
  color:#111;
  background:linear-gradient(135deg, #d8b27c, #b98d53);
  box-shadow:0 16px 38px rgba(197,155,98,.26);
}

.btn-secondary{
  color:#fff;
  background:transparent;
  border:1px solid rgba(255,255,255,.14);
}

.btn-outline{
  color:#fff;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
}

.hero{
  padding:96px 0 44px;
}

.hero-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:46px;
  align-items:center;
}

.eyebrow,
.section-label{
  margin:0 0 18px;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.76rem;
  font-weight:800;
  color:#d2ba92;
}

.hero h1{
  margin:0;
  font-size:clamp(2.8rem, 5.8vw, 5.4rem);
  line-height:.96;
  letter-spacing:-.06em;
  max-width:10.8ch;
}

.hero-lead{
  margin:26px 0 0;
  max-width:620px;
  color:var(--muted);
  font-size:1.04rem;
}

.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:32px;
}

.hero-visual{
  position:relative;
}

.hero-image{
  min-height:720px;
  border-radius:var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(8,12,18,.12), rgba(8,12,18,.58)),
    url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1400&q=80') center/cover;
  box-shadow:var(--shadow-xl);
}

.hero-panel{
  position:absolute;
  max-width:290px;
  padding:18px 18px 16px;
  border-radius:22px;
  background:rgba(12,17,24,.82);
  border:1px solid rgba(255,255,255,.10);
  backdrop-filter:blur(14px);
  box-shadow:var(--shadow-xl);
}

.top-panel{
  top:24px;
  right:-10px;
}

.bottom-panel{
  left:-14px;
  bottom:24px;
}

.hero-panel span{
  display:block;
  color:#d2ba92;
  font-size:.77rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-weight:800;
  margin-bottom:8px;
}

.hero-panel strong{
  line-height:1.35;
}

.trust-strip{
  padding:0 0 34px;
}

.trust-strip-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}

.trust-item{
  padding:22px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  text-align:center;
}

.trust-item strong{
  display:block;
  color:#fff;
  font-size:1.1rem;
  margin-bottom:4px;
  letter-spacing:-.02em;
}

.trust-item span{
  color:#c4ccd8;
  font-size:.92rem;
}

.section{
  padding:110px 0;
}

.section-light{
  color:var(--text-dark);
}

.section-dark{
  background:linear-gradient(180deg, #10161f 0%, #171f2b 100%);
  color:var(--text);
}

.section h2{
  margin:0;
  font-size:clamp(2rem, 4vw, 3.5rem);
  line-height:1;
  letter-spacing:-.05em;
  max-width:13ch;
}

.section-copy,
.intro-text p{
  color:var(--muted-dark);
  max-width:620px;
}

.light-label{
  color:#d2ba92;
}

.split-intro{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:28px;
  align-items:end;
  margin-bottom:36px;
}

.intro-copy h2{
  max-width:12ch;
}

.intro-text p{
  margin:0;
  max-width:640px;
  font-size:1.02rem;
}

.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.feature-card,
.process-card,
.testimonial,
.contact-info,
.contact-form-card{
  background:#fff;
  border:1px solid var(--line-dark);
  box-shadow:var(--shadow-lg);
}

.feature-card{
  padding:28px;
  border-radius:24px;
}

.feature-card strong{
  display:block;
  font-size:1.05rem;
  margin-bottom:10px;
}

.feature-card p{
  margin:0;
  color:var(--muted-dark);
}

.section-head{
  display:flex;
  justify-content:space-between;
  align-items:end;
  gap:24px;
  margin-bottom:38px;
}

.section-head .section-copy{
  color:var(--muted);
  max-width:620px;
}

.dark-copy{
  color:var(--muted-dark) !important;
}

.services-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.service-card{
  padding:28px;
  border-radius:24px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
}

.service-index{
  display:inline-flex;
  margin-bottom:20px;
  color:#d2ba92;
  font-size:.85rem;
  font-weight:800;
  letter-spacing:.08em;
}

.service-card h3{
  margin:0 0 10px;
  font-size:1.08rem;
}

.service-card p{
  margin:0 0 16px;
  color:var(--muted);
}

.service-card ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:10px;
}

.service-card li::before{
  content:"•";
  color:#d2ba92;
  margin-right:8px;
}

.project-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.project-card{
  overflow:hidden;
  border-radius:24px;
  background:#fff;
  border:1px solid var(--line-dark);
  box-shadow:var(--shadow-lg);
}

.project-image{
  aspect-ratio:4 / 4.2;
  background-size:cover;
  background-position:center;
}

.project-1{
  background-image:url('https://images.unsplash.com/photo-1484154218962-a197022b5858?auto=format&fit=crop&w=1200&q=80');
}

.project-2{
  background-image:url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?auto=format&fit=crop&w=1200&q=80');
}

.project-3{
  background-image:url('https://images.unsplash.com/photo-1620626011761-996317b8d101?auto=format&fit=crop&w=1200&q=80');
}

.project-content{
  padding:24px;
}

.project-content h3{
  margin:0 0 10px;
}

.project-content p{
  margin:0 0 16px;
  color:var(--muted-dark);
  max-width:38ch;
}

.project-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.project-tags span{
  padding:8px 12px;
  border-radius:999px;
  background:#f3f5f8;
  color:#445261;
  font-size:.83rem;
}

.process-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  align-items:start;
}

.process-copy p{
  color:var(--muted-dark);
  max-width:560px;
}

.process-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:18px;
}

.process-card{
  padding:26px;
  border-radius:24px;
}

.process-card span{
  display:inline-flex;
  width:42px;
  height:42px;
  border-radius:14px;
  align-items:center;
  justify-content:center;
  background:#f2ebe0;
  color:#8a6739;
  font-weight:800;
  margin-bottom:16px;
}

.process-card h3{
  margin:0 0 10px;
}

.process-card p{
  margin:0;
  color:var(--muted-dark);
}

.section-split{
  padding-top:50px;
}

.split-grid{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:32px;
  align-items:stretch;
}

.split-image{
  min-height:520px;
  border-radius:30px;
  background:
    linear-gradient(180deg, rgba(8,12,18,.12), rgba(8,12,18,.5)),
    url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1200&q=80') center/cover;
  box-shadow:var(--shadow-xl);
}

.split-content p{
  color:var(--muted);
  max-width:620px;
}

.check-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
  margin-top:28px;
}

.check-grid div{
  padding:16px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.08);
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.testimonial{
  padding:28px;
  border-radius:24px;
}

.testimonial p{
  margin:0 0 18px;
  color:var(--muted-dark);
}

.testimonial strong{
  display:block;
  color:#10161f;
}

.testimonial span{
  color:#6b7785;
  font-size:.92rem;
}

.section-cta{
  padding-top:0;
}

.cta-box{
  border-radius:30px;
  padding:46px;
  background:linear-gradient(135deg, #121923 0%, #1a2430 58%, #6f5330 150%);
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  gap:20px;
  align-items:center;
  box-shadow:var(--shadow-xl);
}

.cta-label{
  color:#d8bf98;
}

.cta-box h2{
  max-width:14ch;
  margin-bottom:10px;
}

.cta-box p{
  margin:0;
  color:#d8dee6;
  max-width:640px;
}

.contact-grid{
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:22px;
}

.contact-info,
.contact-form-card{
  padding:34px;
  border-radius:28px;
}

.contact-info p,
.contact-form-card p{
  color:var(--muted-dark);
  max-width:560px;
}

.contact-list{
  display:grid;
  gap:14px;
  margin-top:24px;
}

.contact-list div{
  padding:16px 18px;
  border-radius:18px;
  background:#f5f7fa;
  display:grid;
  gap:4px;
}

.contact-list strong{
  color:#10161f;
}

.contact-form{
  margin-top:10px;
}

.form-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.field{
  display:grid;
  gap:8px;
}

.field-full{
  grid-column:1 / -1;
}

label{
  color:#10161f;
  font-weight:600;
  font-size:.95rem;
}

input,select,textarea{
  width:100%;
  border:1px solid #d9e1ea;
  border-radius:16px;
  background:#fbfcfd;
  color:#10161f;
  padding:14px 16px;
  outline:none;
  transition:border-color .2s ease, box-shadow .2s ease;
}

input:focus,select:focus,textarea:focus{
  border-color:#b98d53;
  box-shadow:0 0 0 4px rgba(197,155,98,.14);
}

textarea{
  resize:vertical;
  min-height:140px;
}

.form-submit{
  margin-top:18px;
}

.form-note{
  font-size:.92rem;
  color:#6b7785;
  margin:12px 0 0;
}

.site-footer{
  background:#0c1118;
  color:#c6d0db;
  padding-top:60px;
}

.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:40px;
  padding-bottom:40px;
}

.footer-col h3{
  margin-top:0;
  margin-bottom:14px;
  color:white;
}

.footer-col h4{
  margin-top:0;
  margin-bottom:14px;
  color:white;
  font-size:16px;
}

.footer-col p{
  color:#aeb8c5;
  line-height:1.7;
  max-width:42ch;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col li{
  margin-bottom:10px;
}

.footer-col a{
  color:#aeb8c5;
  text-decoration:none;
}

.footer-col a:hover{
  color:white;
}

.footer-contact li{
  color:#aeb8c5;
}

.footer-bottom{
  border-top:1px solid rgba(255,255,255,.10);
  padding:20px 0;
  margin-top:10px;
}

.footer-bottom-inner{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
  font-size:14px;
  color:#8b98a7;
}

.reveal{
  opacity:0;
  transform:translateY(24px);
  transition:opacity .65s ease, transform .65s ease;
}

.reveal.is-visible{
  opacity:1;
  transform:translateY(0);
}

@media (max-width:1080px){
  .hero-grid,
  .split-intro,
  .process-layout,
  .split-grid,
  .contact-grid,
  .cta-box{
    grid-template-columns:1fr;
  }

  .features-grid,
  .services-grid,
  .project-grid,
  .testimonials-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .hero-image{
    min-height:560px;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width:760px){
  body{
    background:
      radial-gradient(circle at top left, rgba(197,155,98,.12), transparent 34%),
      linear-gradient(180deg, #0b1016 0%, #10161f 24%, #f4f6f8 24%, #f4f6f8 100%);
  }

  .menu-toggle{
    display:grid;
    place-items:center;
  }

  .desktop-only{
    display:none;
  }

  .nav{
    min-height:72px;
  }

  .nav-links{
    position:absolute;
    top:calc(100% + 12px);
    left:16px;
    right:16px;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:12px;
    border-radius:20px;
    background:rgba(11,16,22,.98);
    border:1px solid rgba(255,255,255,.1);
    box-shadow:var(--shadow-xl);
  }

  .nav-links.open{
    display:flex;
  }

  .nav-links a{
    padding:14px 12px;
    border-radius:14px;
  }

  .hero{
    padding:42px 0 30px;
  }

  .hero-grid,
  .trust-strip-grid,
  .features-grid,
  .services-grid,
  .project-grid,
  .process-grid,
  .check-grid,
  .testimonials-grid,
  .form-grid,
  .footer-grid{
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:clamp(2.2rem, 11vw, 3.9rem);
    max-width:11ch;
  }

  .hero-image{
    min-height:430px;
  }

  .hero-panel{
    position:static;
    max-width:none;
    margin-top:14px;
  }

  .section{
    padding:72px 0;
  }

  .section-head,
  .footer-bottom-inner{
    flex-direction:column;
    align-items:flex-start;
  }

  .contact-info,
  .contact-form-card,
  .cta-box{
    padding:24px;
  }
}