:root {
  --forest-dark: #1A361F;
  --forest-mid: #2C5733;
  --forest-light: #E9F0EA;
  --forest-accent: #4A7C55;
  --sun-gold: #D4AF37;
  --sun-light: #F9E596;
  --text-main: #222222;
  --text-muted: #555555;
  --white: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Outfit', sans-serif;
  color: var(--text-main);
  background-color: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

a {
  color: var(--forest-mid);
  text-decoration: none;
  transition: color 0.3s ease;
}

a:hover {
  color: var(--sun-gold);
}

/* Header */
.vcs-top-nav {
  position: sticky;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
  z-index: 100;
  border-bottom: 1px solid var(--forest-light);
  padding: 1rem 5%;
}

.vcs-nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.vcs-brand-mark {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--forest-dark);
}

.vcs-brand-mark svg {
  color: var(--sun-gold);
}

.vcs-link-cluster {
  display: flex;
  gap: 2rem;
  align-items: center;
  font-weight: 600;
}

.vcs-ghost-link {
  opacity: 0.6;
}

.vcs-action-trigger {
  background: var(--forest-mid);
  color: var(--white);
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}

.vcs-action-trigger:hover {
  background: var(--forest-dark);
  color: var(--white);
}

/* Hero */
.vcs-hero-stage {
  position: relative;
  padding: 8rem 5% 6rem;
  background: var(--forest-light);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  overflow: hidden;
}

.vcs-abstract-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 0;
}

.vcs-shape-one {
  width: 40vw;
  height: 40vw;
  background: var(--sun-light);
  top: -10%;
  right: -5%;
  opacity: 0.6;
}

.vcs-shape-two {
  width: 30vw;
  height: 30vw;
  background: var(--forest-accent);
  bottom: -15%;
  left: 10%;
  opacity: 0.3;
}

.vcs-hero-content, .vcs-hero-visual {
  position: relative;
  z-index: 2;
}

.vcs-mega-text {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--forest-dark);
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
}

.vcs-sub-text {
  font-size: 1.25rem;
  color: var(--text-muted);
  margin-bottom: 2.5rem;
  max-width: 90%;
}

.vcs-btn-primary {
  display: inline-block;
  background: var(--sun-gold);
  color: var(--forest-dark);
  font-weight: 800;
  padding: 1rem 2rem;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border: none;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.3s ease;
}

.vcs-btn-primary:hover {
  background: #E5C354;
  transform: translateY(-2px);
  color: var(--forest-dark);
}

.vcs-hero-visual img {
  border-radius: 8px 80px 8px 8px;
  box-shadow: 0 20px 40px rgba(26, 54, 31, 0.15);
}

/* About / Narrative */
.vcs-deep-narrative {
  padding: 7rem 5%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
  gap: 5rem;
  align-items: center;
}

.vcs-narrative-text h2 {
  font-size: 2.5rem;
  color: var(--forest-dark);
  margin-bottom: 1.5rem;
}

.vcs-narrative-text p {
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  color: var(--text-muted);
}

.vcs-narrative-text a {
  text-decoration: underline;
  text-decoration-color: var(--sun-gold);
  text-underline-offset: 4px;
}

.vcs-metric-bar {
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--forest-light);
}

.vcs-metric {
  display: flex;
  flex-direction: column;
}

.vcs-stat-num {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--forest-mid);
  line-height: 1;
}

.vcs-stat-suffix {
  font-size: 2rem;
  font-weight: 800;
  color: var(--sun-gold);
}

.vcs-stat-label {
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.vcs-narrative-image img {
  border-radius: 4px;
  box-shadow: -20px 20px 0 var(--forest-light);
}

/* Services / Systems */
.vcs-solutions-block {
  padding: 5rem 5% 8rem;
  background: var(--forest-dark);
  color: var(--white);
}

.vcs-solutions-intro {
  max-width: 800px;
  margin: 0 auto 5rem;
  text-align: center;
}

.vcs-solutions-intro h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: var(--sun-gold);
}

.vcs-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.vcs-sys-card {
  background: rgba(255,255,255,0.05);
  padding: 2rem;
  border-radius: 4px;
  border-top: 4px solid var(--sun-gold);
  transition: transform 0.3s ease;
}

.vcs-sys-card:hover {
  transform: translateY(-10px);
  background: rgba(255,255,255,0.08);
}

.vcs-sys-card img {
  height: 200px;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.vcs-sys-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.vcs-sys-card p {
  color: rgba(255,255,255,0.7);
}

.vcs-card-shift-up {
  transform: translateY(-2rem);
}

.vcs-card-shift-down {
  transform: translateY(2rem);
}

/* Testimonials */
.vcs-partner-voices {
  padding: 8rem 5%;
  max-width: 1400px;
  margin: 0 auto;
}

.vcs-partner-voices h2 {
  font-size: 2.5rem;
  text-align: center;
  color: var(--forest-dark);
  margin-bottom: 4rem;
}

.vcs-voice-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.vcs-voice-quote {
  background: var(--forest-light);
  padding: 2.5rem;
  border-radius: 8px 40px 8px 8px;
  position: relative;
}

.vcs-quote-alt {
  background: var(--white);
  border: 1px solid var(--forest-light);
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
  border-radius: 8px 8px 40px 8px;
}

.vcs-voice-quote p {
  font-size: 1.1rem;
  font-style: italic;
  margin-bottom: 2rem;
  color: var(--text-main);
}

.vcs-voice-author {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vcs-voice-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--sun-gold);
}

.vcs-voice-author strong {
  display: block;
  color: var(--forest-dark);
}

.vcs-voice-author span {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* Contact */
.vcs-contact-zone {
  padding: 6rem 5%;
  background: var(--white);
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  border-top: 1px solid var(--forest-light);
}

.vcs-contact-info h2 {
  font-size: 2.5rem;
  color: var(--forest-dark);
  margin-bottom: 1rem;
}

.vcs-contact-info p {
  font-size: 1.1rem;
  color: var(--text-muted);
  margin-bottom: 2rem;
}

.vcs-micro-details {
  background: var(--forest-light);
  padding: 1.5rem;
  border-left: 4px solid var(--forest-mid);
  font-size: 0.95rem;
}

.vcs-inquiry-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.vcs-input-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--forest-dark);
}

.vcs-input-group input, 
.vcs-input-group textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  font-family: inherit;
}

.vcs-input-group input:focus, 
.vcs-input-group textarea:focus {
  outline: none;
  border-color: var(--forest-mid);
}

/* Footer */
.vcs-global-foot {
  background: #112415;
  color: #a0b5a3;
  padding: 5rem 5% 2rem;
}

.vcs-foot-grid {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.vcs-foot-brand h3 {
  color: var(--white);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.vcs-tiny-noise {
  font-size: 0.75rem;
  margin-top: 2rem;
  opacity: 0.5;
}

.vcs-foot-contact h4, .vcs-foot-legal h4 {
  color: var(--white);
  margin-bottom: 1.5rem;
}

.vcs-foot-contact p, .vcs-foot-legal a {
  margin-bottom: 0.75rem;
  display: block;
}

.vcs-foot-legal a {
  color: #a0b5a3;
}

.vcs-foot-legal a:hover {
  color: var(--sun-gold);
}

.vcs-foot-bottom {
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 2rem;
  font-size: 0.85rem;
}

/* Responsive Rhythm Breakage */
@media (max-width: 1050px) {
  .vcs-hero-stage {
    grid-template-columns: 1fr;
    padding-top: 4rem;
    text-align: center;
  }
  .vcs-sub-text {
    margin: 0 auto 2.5rem;
  }
  .vcs-deep-narrative {
    flex-direction: column;
    gap: 3rem;
  }
  .vcs-card-grid {
    grid-template-columns: 1fr;
  }
  .vcs-card-shift-up, .vcs-card-shift-down {
    transform: none;
  }
  .vcs-contact-zone {
    grid-template-columns: 1fr;
  }
  .vcs-foot-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 600px) {
  .vcs-link-cluster {
    display: none;
  }
  .vcs-mega-text {
    font-size: 2.5rem;
  }
  .vcs-metric-bar {
    flex-direction: column;
    gap: 1.5rem;
  }
}