:root {
  --green: #0f7f44;
  --green-bright: #1fb15a;
  --orange: #f2612d;
  --ink: #14211b;
  --cream: #f7f2e8;
}

html {
  scroll-padding-top: 96px;
}

body {
  overflow-x: hidden;
}

.font700 {
  font-weight: 700;
}

.glass-nav {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: rgba(16, 36, 27, 0.64);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--orange), #ff8a43);
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 30px rgba(242, 97, 45, 0.32);
}

.nav-link {
  position: relative;
  transition: color 0.2s ease;
}

.nav-link::after {
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: var(--orange);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}

.nav-link:hover {
  color: #fff;
}

.nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.whatsapp-button,
.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.whatsapp-button,
.cta-primary {
  background: linear-gradient(135deg, var(--green-bright), var(--green));
  color: #fff;
  box-shadow: 0 18px 45px rgba(15, 127, 68, 0.3);
}

.whatsapp-button {
  padding: 12px 18px;
  font-size: 14px;
}

.cta-primary,
.cta-secondary {
  min-height: 52px;
  justify-content: center;
  padding: 14px 24px;
}

.cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.36);
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  backdrop-filter: blur(12px);
}

.whatsapp-button:hover,
.cta-primary:hover,
.cta-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(15, 127, 68, 0.36);
}

.mobile-trigger {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.mobile-trigger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 2px 0;
  border-radius: 999px;
  background: #fff;
}

.mobile-menu {
  margin-top: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(16, 36, 27, 0.86);
  padding: 14px;
  color: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.mobile-menu a {
  display: flex;
  padding: 12px 10px;
  font-weight: 700;
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(12, 25, 19, 0.86) 0%, rgba(12, 25, 19, 0.56) 48%, rgba(242, 97, 45, 0.16) 100%), linear-gradient(0deg, rgba(20, 33, 27, 0.78) 0%, rgba(20, 33, 27, 0.08) 52%);
}

.hero-metrics {
  display: grid;
  max-width: 860px;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(16px);
}

.hero-metrics div {
  padding: 18px;
  background: rgba(16, 36, 27, 0.46);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  color: #fff;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.hero-metrics span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.5;
}

.glass-pill,
.section-kicker {
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.glass-pill {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.12);
  padding: 10px 14px;
  color: #fff;
  backdrop-filter: blur(12px);
}

.section-kicker {
  color: var(--orange);
}

.section-kicker.light {
  color: #ffb089;
}

.section-band {
  position: relative;
  overflow: hidden;
}

.quick-proof {
  border-bottom: 1px solid rgba(20, 33, 27, 0.09);
}

.proof-item {
  min-height: 170px;
  border: 1px solid rgba(20, 33, 27, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.56);
  padding: 22px;
  box-shadow: 0 18px 44px rgba(20, 33, 27, 0.08);
}

.proof-item span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  background: rgba(242, 97, 45, 0.14);
  color: var(--orange);
  font-size: 12px;
  font-weight: 900;
}

.proof-item strong,
.proof-item p {
  display: block;
}

.proof-item strong {
  margin-top: 18px;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 17px;
  font-weight: 900;
}

.proof-item p {
  margin-top: 8px;
  color: rgba(20, 33, 27, 0.68);
  font-size: 14px;
  line-height: 1.65;
}

.about-layout,
.experience-layout {
  display: grid;
  gap: 42px;
  align-items: center;
}

.about-visual,
.experience-media {
  position: relative;
}

.about-visual img,
.experience-media img {
  width: 100%;
  min-height: 420px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 28px 80px rgba(20, 33, 27, 0.18);
}

.timeline-card {
  display: grid;
  gap: 1px;
  margin-top: -72px;
  margin-left: 24px;
  width: min(430px, calc(100% - 48px));
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(20, 33, 27, 0.78);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.timeline-card div {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 16px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
}

.timeline-card span {
  color: #ffb089;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 900;
}

.timeline-card p {
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.55;
}

.service-bg,
.contact-bg {
  background: radial-gradient(circle at 15% 15%, rgba(31, 177, 90, 0.28), transparent 34%), linear-gradient(135deg, #14211b 0%, #173a2a 52%, #251e19 100%);
}

.service-card,
.contact-card,
.map-shell {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.service-card {
  min-height: 300px;
  padding: 34px 28px;
  color: #fff;
}

.service-card svg {
  color: var(--green-bright);
  filter: drop-shadow(0 12px 24px rgba(31, 177, 90, 0.28));
}

.text-primary-DEFAULT,
.text-primary {
  color: var(--green-bright);
}

.service-card h3 {
  margin-top: 18px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
}

.service-card p {
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  text-align: center;
}

.sector-panel {
  display: grid;
  gap: 28px;
  margin-top: 28px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 28px;
  color: #fff;
  backdrop-filter: blur(16px);
}

.sector-panel h3 {
  margin-top: 10px;
  max-width: 560px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.25;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 10px;
}

.sector-grid span {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 15px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 14px;
  font-weight: 800;
}

.experience-media::after {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 34%;
  min-width: 150px;
  height: 34%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 8px;
  background: linear-gradient(135deg, rgba(31, 177, 90, 0.8), rgba(242, 97, 45, 0.74));
  box-shadow: 0 22px 60px rgba(20, 33, 27, 0.24);
  content: "";
  mix-blend-mode: multiply;
}

.feature-list {
  display: grid;
  gap: 12px;
}

.feature-list div {
  border-left: 4px solid var(--orange);
  background: rgba(255, 255, 255, 0.54);
  padding: 18px 20px;
  box-shadow: 0 16px 42px rgba(20, 33, 27, 0.07);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 900;
}

.feature-list span {
  margin-top: 4px;
  color: rgba(20, 33, 27, 0.66);
  line-height: 1.6;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.gallery-item {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  border-radius: 8px;
  background: #d9d0c2;
  box-shadow: 0 18px 55px rgba(20, 33, 27, 0.14);
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.6s ease, filter 0.6s ease;
}

.gallery-item:hover img {
  filter: saturate(1.08) contrast(1.04);
  transform: scale(1.045);
}

.gallery-item figcaption {
  position: absolute;
  left: 14px;
  bottom: 14px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(20, 33, 27, 0.7);
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}

.cta-band {
  background: linear-gradient(135deg, var(--green) 0%, #173a2a 55%, var(--orange) 160%);
}

.cta-panel {
  display: grid;
  gap: 26px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  padding: 30px;
  color: #fff;
  backdrop-filter: blur(16px);
}

.cta-panel h2 {
  margin-top: 10px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  line-height: 1.05;
  text-transform: uppercase;
}

.cta-panel p {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.7;
}

.contact-card {
  padding: 28px;
  color: #fff;
}

.contact-card dt {
  color: #ffb089;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-card dd {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: anywhere;
}

.contact-card a {
  color: #fff;
}

.map-shell {
  min-height: 500px;
  overflow: hidden;
}

.map-shell iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  border: 0;
  filter: saturate(1.05) contrast(1.02);
}

.privacy-link {
  color: #fff;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(242, 97, 45, 0.75);
  text-underline-offset: 5px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.modal.hidden {
  display: none;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9, 18, 14, 0.72);
  backdrop-filter: blur(8px);
}

.modal-panel {
  position: relative;
  width: min(680px, 100%);
  max-height: min(720px, 88vh);
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 8px;
  background: rgba(247, 242, 232, 0.94);
  padding: 34px;
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.34);
}

.modal-panel h2 {
  margin-bottom: 18px;
  color: var(--ink);
  font-family: Montserrat, Arial, sans-serif;
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.gallery-modal-panel {
  position: relative;
  width: min(1040px, 100%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: rgba(20, 33, 27, 0.88);
  box-shadow: 0 40px 120px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

.gallery-modal-panel img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #0d1712;
}

.gallery-modal-panel p {
  padding: 16px 20px 18px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
}

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

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

.header-hidden {
  transform: translateY(-120%);
}

@media (min-width: 640px) {
  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .about-layout,
  .experience-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-layout {
    grid-template-columns: 0.92fr 1.08fr;
  }

  .sector-panel,
  .cta-panel {
    grid-template-columns: 0.82fr 1.18fr;
  }

  .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-panel {
    grid-template-columns: 1fr auto;
  }

  .gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .gallery-item.featured {
    grid-column: span 2;
    grid-row: span 2;
    min-height: 496px;
  }

  .contact-card,
  .map-shell,
  .map-shell iframe {
    min-height: 100%;
  }
}

@media (max-width: 480px) {
  .glass-nav {
    border-radius: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 24px;
  }

  .modal-panel {
    padding: 28px 20px;
  }
}
