* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; scroll-behavior: smooth; }
body {
  font-family: Arial, Helvetica, sans-serif;
  background:
    linear-gradient(rgba(10, 10, 10, 0.76), rgba(10, 10, 10, 0.82)),
    url("assets/images/bg1.jpg") center / cover fixed no-repeat;
  color: #f3f3f3;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  left: 0;
  width: 100%;
  height: clamp(180px, 24vh, 320px);
  pointer-events: none;
  z-index: -1;
  background-size: cover;
  background-position: center;
  opacity: 0.28;
}

body::after {
  bottom: 0;
  background-image:
    linear-gradient(to top, rgba(10, 10, 10, 0.2), rgba(10, 10, 10, 0.88)),
    url("assets/images/bg2.jpg");
}

.bg-orb {
  position: fixed;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.18;
  pointer-events: none;
  z-index: 0;
}
.orb-1 {
  background: #2a9d8f;
  top: -140px;
  right: -100px;
}
.orb-2 {
  background: #8c5e34;
  bottom: -120px;
  left: -120px;
}
.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.06;
  background-image: radial-gradient(#ffffff 0.6px, transparent 0.6px);
  background-size: 4px 4px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 5vw;
  background: rgba(15, 15, 15, 0.9);
  border-bottom: 1px solid #242424;
  z-index: 30;
}

.logo { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 700; }
.logo img { width: 26px; height: 26px; object-fit: contain; }

.menu { display: flex; gap: 20px; }
.menu a {
  color: #bfbfbf;
  text-decoration: none;
  text-transform: lowercase;
  font-size: 14px;
  position: relative;
}
.menu a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
  background: #f3f3f3;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}
.menu a:hover,
.menu a.is-active { color: #fff; }
.menu a:hover::after,
.menu a.is-active::after { transform: scaleX(1); }

main { width: min(1120px, 92vw); margin: 0 auto; padding: 30px 0 70px; position: relative; z-index: 1; }
section { scroll-margin-top: 90px; }

.hero {
  position: relative;
  min-height: 70vh;
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid #2f2f2f;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.hero-fullbleed {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  border-left: none;
  border-right: none;
  border-radius: 0;
  min-height: clamp(520px, 78vh, 860px);
}
.hero video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.03);
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(0,0,0,.72), rgba(0,0,0,.3)),
    linear-gradient(180deg, rgba(52, 167, 144, 0.12), rgba(140, 94, 52, 0.08));
}
.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1120px, 92vw);
  margin: 0 auto;
  padding: clamp(30px, 7vw, 84px) 0;
  max-width: none;
}

.hero-tag {
  margin: 0 0 12px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: #e9e9e9;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  padding: 6px 12px;
  background: rgba(20, 20, 20, 0.35);
}
.hero-inner h1 {
  margin: 0 0 10px;
  font-size: clamp(3rem, 8.2vw, 8rem);
  line-height: .95;
  letter-spacing: -0.02em;
}
.hero-inner h2 {
  margin: 0;
  color: #d0d0d0;
  font-weight: 500;
  font-size: clamp(1rem, 2vw, 1.35rem);
  max-width: 700px;
}
.hero-text {
  margin: 16px 0 0;
  color: #d9d9d9;
  max-width: 680px;
  font-size: clamp(0.98rem, 1.2vw, 1.12rem);
}
.hero-cta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.pill-btn {
  text-decoration: none;
  color: #111;
  background: #f3f3f3;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
  transition: transform .22s ease, box-shadow .22s ease;
}
.pill-btn.ghost {
  background: transparent;
  color: #f3f3f3;
  border: 1px solid #6a6a6a;
}
.pill-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.panel {
  padding: 30px 0;
  border-top: 1px solid #242424;
  position: relative;
}

.panel::before {
  content: "";
  position: absolute;
  inset: 10px -14px;
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(7, 7, 7, 0.34), rgba(7, 7, 7, 0.18));
  backdrop-filter: blur(2px);
  z-index: -1;
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 16px;
  color: #9a9a9a;
  text-transform: lowercase;
  font-size: 14px;
}

.project-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
}
.project-card {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(15, 15, 15, 0.72), rgba(15, 15, 15, 0.55));
  backdrop-filter: blur(4px);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.project-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.24);
  background: linear-gradient(160deg, rgba(18, 18, 18, 0.82), rgba(18, 18, 18, 0.68));
}
.project-card h3 { margin: 0 0 8px; font-size: 1.2rem; }
.project-card p { margin: 0; color: #d0d0d0; }

.mini-stats {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}
.mini-stats div {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 12px;
  background: rgba(10, 10, 10, 0.55);
  backdrop-filter: blur(4px);
}

.panel-cta {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px dashed #3e3e3e;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
  color: #c3c3c3;
}
.text-link {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #4f4f4f;
}
.mini-stats strong {
  display: block;
  font-size: 1.05rem;
}
.mini-stats span {
  color: #c8c8c8;
  font-size: 14px;
}

.section-title {
  margin: 0 0 12px;
  max-width: 880px;
  font-size: clamp(1.4rem, 2.8vw, 2.35rem);
  line-height: 1.2;
}
.section-text {
  margin: 0;
  max-width: 760px;
  color: #d5d5d5;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.35);
}

.about-grid,
.reason-grid,
.faq-list {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 14px;
}
.text-card,
.reason-card,
.faq-item {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(160deg, rgba(15, 15, 15, 0.72), rgba(15, 15, 15, 0.55));
  backdrop-filter: blur(4px);
  transition: transform .25s ease, border-color .25s ease;
}
.text-card:hover,
.reason-card:hover,
.faq-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.22);
}
.text-card h4,
.reason-card h4,
.faq-item h4 {
  margin: 0 0 8px;
  font-size: 1.05rem;
}
.text-card p,
.reason-card p,
.faq-item p {
  margin: 0;
  color: #d2d2d2;
}
.text-card ul {
  margin: 0;
  padding-left: 18px;
  color: #d2d2d2;
}
.text-card li + li {
  margin-top: 6px;
}

.contact-links { display: grid; gap: 10px; }
.contact-links a {
  width: fit-content;
  color: #f7f7f7;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 2px;
  transition: color .2s ease, border-color .2s ease;
}
.contact-links a:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.72);
}

.quote {
  margin-top: 16px;
  border-left: 3px solid #3e3e3e;
  padding: 8px 14px;
  color: #c9c9c9;
  font-style: italic;
}

.footer {
  border-top: 1px solid #242424;
  padding: 20px 5vw 32px;
  color: #8f8f8f;
  position: relative;
  z-index: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero-fullbleed.reveal {
  transform: translateX(-50%) translateY(16px);
}

.hero-fullbleed.reveal.is-visible {
  transform: translateX(-50%) translateY(0);
}

@media (max-width: 760px) {
  .topbar { flex-direction: column; align-items: flex-start; gap: 10px; }
  .menu { gap: 14px; }
  .hero-fullbleed {
    min-height: 66vh;
  }
  .hero-inner {
    width: 92vw;
    padding: 24px 0 34px;
  }
}
