* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background: #fbf7ee;
  color: #2a2e1f;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  display: block;
}
a {
  color: #5b7a3a;
}
a:hover {
  color: #f9d339;
}
button {
  font-family: inherit;
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
.tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #5b7a3a;
  background: #e7efda;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 18px;
}
.section-head {
  max-width: 680px;
  margin: 0 auto 52px;
  text-align: center;
}
.section-head h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2a2e1f;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.section-head p {
  font-size: 16px;
  color: #6e7259;
  line-height: 1.6;
  margin: 0;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  cursor: pointer;
  border: none;
}
.btn-gold {
  padding: 14px 28px;
  background: #f9d339;
  color: #2a2e1f;
}
.btn-gold:hover {
  background: #ffde5c;
  color: #2a2e1f;
}
.btn-outline {
  padding: 14px 28px;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}
.btn-outline:hover {
  color: #fff;
  border-color: #fff;
}
.nav {
  padding: 10px 0;
  border-bottom: 1px solid #e3dbc4;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(6px);
  background-color: rgba(255, 255, 255, 0.96);
}
.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-brand .nav-logo {
  width: 75px;
  height: auto;
  object-fit: cover;
  border-radius: 100px;
}
.nav-brand span {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.01em;
  color: #2a2e1f;
  white-space: nowrap;
}
.nav-links {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: space-evenly;
  padding: 0 30px;
}
.nav-links a {
  font-size: 14px;
  font-weight: 600;
  color: #4a4e3b;
  text-decoration: none;
  letter-spacing: 0.02em;
  text-align: center;
}
.nav-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.nav-cta .btn-gold {
  padding: 10px 22px;
  font-size: 13px;
  display: none;
}
.lang-switch {
  display: flex;
  align-items: center;
  background: #f3eedd;
  border-radius: 100px;
  padding: 3px;
  border: 1px solid #e3dbc4;
}
.lang-switch button {
  flex: 1;
  padding: 6px 14px;
  border: none;
  border-radius: 100px;
  background: transparent;
  color: #4a4e3b;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.lang-switch button.active {
  background: #f9d339;
  color: #2a2e1f;
}
.nav-hamburger {
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #e3dbc4;
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
}
.mobile-menu-panel {
  display: none;
  position: absolute;
  top: 76px;
  left: 0;
  right: 0;
  background: #fbf7ee;
  border-bottom: 1px solid #e3dbc4;
  flex-direction: column;
  padding: 12px 20px 20px;
  gap: 4px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.mobile-menu-panel.open {
  display: flex;
}
.mobile-menu-panel a {
  padding: 12px 4px;
  font-size: 15px;
  font-weight: 600;
  color: #2a2e1f;
  text-decoration: none;
  border-bottom: 1px solid #e3dbc4;
}
.mobile-menu-panel a:last-of-type {
  border-bottom: none;
}
.mobile-menu-foot {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.mobile-menu-foot .btn-gold {
  flex: 1;
  padding: 10px 22px;
  font-size: 13px;
}
@media (max-width: 980px) {
  .nav-links,
  .nav-cta {
    display: none !important;
  }
  .nav-hamburger {
    display: flex !important;
  }
}
.hero {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  inset: 0;
  z-index: 0;
  background: #cdd6bd;
  width: 100%;
}
.hero-bg img {
  width: 100%;
}
.hero-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(100deg, rgba(29, 41, 20, 0.88) 0%, rgba(29, 41, 20, 0.62) 45%, rgba(29, 41, 20, 0.2) 80%);
  display: none;
}
.hero-inner {
  position: absolute;
  z-index: 2;
  width: 100%;
  padding: 100px 32px;
}
.hero-copy {
  max-width: 700px;
  padding: 30px;
  border-radius: 20px;
  background: rgba(24, 12, 4, 0.43);
}
.hero-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fbf7ee;
  background: rgba(255, 255, 255, 0.14);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0 0 18px;
}
.hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.65;
  margin: 0 0 34px;
  max-width: 520px;
}
.hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-ctas .btn-outline {
  display: none;
}
.about {
  padding: 88px 0;
  background-color: #ffffff;
}
.about h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2a2e1f;
  line-height: 1.22;
  letter-spacing: -0.01em;
  margin: 0 0 22px;
}
.about-lead {
  font-size: 17px;
  color: #2a2e1f;
  line-height: 1.7;
  margin: 0 0 18px;
}
.about p.about-body {
  font-size: 15px;
  color: #5a5e4c;
  line-height: 1.75;
  margin: 0 0 16px;
}
.about p.about-body:last-child {
  margin-bottom: 0;
}
.about-photo-img {
  width: 50%;
  float: right;
  margin-left: 24px;
  margin-bottom: 16px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(42, 46, 31, 0.14);
}
.services {
  padding: 88px 0;
  background-color: #f3eedd;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.services-grid h3 {
  display: none;
}
.services-grid .card:nth-last-child(2):nth-child(4n + 1) {
  grid-column: 2 / 3;
}
.services-grid .card:last-child:nth-child(4n + 2) {
  grid-column: 3 / 4;
}
.card {
  background: #fff;
  border: 1px solid #e3dbc4;
  border-radius: 12px;
  padding: 8px;
  display: flex;
  flex-direction: column;
}
.card .card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 10px;
}
.card .card-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card h3 {
  font-size: 16px;
  font-weight: 700;
  color: #2a2e1f;
  margin: 0 0 8px;
}
.card p {
  font-size: 13px;
  background: #f3eedd;
  line-height: 1.6;
  margin: 0;
  padding: 10px;
  flex-grow: 1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-align: center;
}
.card-icon {
  width: 44px;
  height: 44px;
  background: #e7efda;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.gallery {
  padding: 88px 0;
  background-color: #fbf7ee;
}
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.gallery-item {
  position: relative;
  display: block;
  height: 220px;
  padding: 0;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: #e3dbc4;
  cursor: pointer;
}
.gallery-item img {
  height: 100%;
  width: auto;
  display: block;
}
.gallery-item:focus-visible {
  outline: 3px solid #f9d339;
  outline-offset: 2px;
}
.gallery-item-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 24px 12px 10px;
  background: linear-gradient(to top, rgba(20, 22, 14, 0.82), transparent);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}
.gallery-item:hover .gallery-item-caption,
.gallery-item:focus-visible .gallery-item-caption {
  opacity: 1;
  transform: translateY(0);
}
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 24px;
  background: rgba(10, 12, 6, 0.92);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}
.lightbox.open {
  opacity: 1;
  visibility: visible;
}
.lightbox-content {
  max-width: min(90vw, 1100px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.lightbox-content img {
  max-width: 100%;
  max-height: 74vh;
  width: auto;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}
.lightbox-caption {
  margin: 0;
  max-width: 640px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.lightbox-close,
.lightbox-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
}
.lightbox-close:hover,
.lightbox-nav:hover {
  background: #f9d339;
  color: #2a2e1f;
}
.lightbox-close {
  top: 20px;
  right: 20px;
}
.lightbox-nav {
  top: 50%;
  transform: translateY(-50%);
}
.lightbox-prev {
  left: 16px;
}
.lightbox-next {
  right: 16px;
}
body.lightbox-open {
  overflow: hidden;
}
.solutions {
  padding: 88px 0;
  background: #fff;
}
.solutions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: repeat(1, 2fr);
  }
}
.solution-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e3dbc4;
  background: #f3eedd;
  display: flex;
  flex-flow: column;
}
.solution-card h3 {
  font-size: 19px;
  font-weight: 700;
  color: #2a2e1f;
  margin: 0 0 10px;
}
.solution-card p {
  font-size: 14px;
  color: #5a5e4c;
  line-height: 1.65;
  margin: 0;
}
.solution-card-body {
  padding: 24px 26px;
  flex-grow: 1;
}
.solution-media {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.solution-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.solution-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: radial-gradient(circle at 30% 20%, rgba(91, 122, 58, 0.16), transparent 55%), radial-gradient(circle at 75% 75%, rgba(249, 211, 57, 0.18), transparent 50%), #e7efda;
  color: #5b7a3a;
  text-align: center;
  padding: 24px;
}
.solution-placeholder svg {
  opacity: 0.8;
}
.solution-placeholder span {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #5a5e4c;
  max-width: 220px;
}
.why {
  padding: 88px 0;
  background: linear-gradient(135deg, #326521 0%, #3f7a2a 100%);
}
.why .tag {
  color: #f9d339;
  background: rgba(255, 255, 255, 0.1);
}
.why .section-head h2 {
  color: #fff;
}
.why .section-head p {
  color: rgba(255, 255, 255, 0.75);
}
.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .why-grid {
    display: block;
  }
}
.why-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 26px;
  box-shadow: 5px 5px 5px #06060638;
}
.why-card:last-child {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .why-card {
    margin-bottom: 24px;
  }
}
.why-card .card-icon {
  background: rgba(249, 211, 57, 0.22);
  float: right;
  margin-left: 16px;
}
.why-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.why-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin: 0;
}
.contact {
  padding: 88px 0;
  background: #f3eedd;
}
.contact .container {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 44px;
  align-items: start;
}
.contact .container.w-100 {
  width: 100%;
  display: block;
}
.contact .container.w-100 .contact-intro p {
  max-width: 100%;
}
.contact-intro {
  height: 100%;
}
.contact-intro h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2a2e1f;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
}
.contact-intro > p {
  font-size: 16px;
  color: #6e7259;
  line-height: 1.6;
  margin: 0 0 32px;
  max-width: 520px;
}
.map-visual {
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  min-height: 320px;
  position: relative;
  background: #fff;
  padding: 24px;
}
.map-embed {
  display: block;
  width: 100%;
  height: 100%;
}
.contact-card {
  background: #fff;
  border: 1px solid #e3dbc4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(42, 46, 31, 0.08);
}
.contact-card-head {
  background: #326521;
  padding: 24px 28px;
}
.contact-card-head .eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 6px;
}
.contact-card-head h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
.contact-row {
  display: flex;
  gap: 14px;
  padding: 18px 28px;
  border-bottom: 1px solid #e3dbc4;
}
.contact-row:last-of-type {
  border-bottom: none;
}
.contact-row .label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6e7259;
  margin: 0 0 3px;
}
.contact-row .value {
  font-size: 15px;
  font-weight: 500;
  color: #2a2e1f;
  margin: 0;
}
.contact-row .value a {
  color: #5b7a3a;
  text-decoration: none;
}
.contact-row-icon {
  width: 38px;
  height: 38px;
  background: #f3eedd;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-card-foot {
  padding: 18px 28px;
  background: #fff;
  border-top: 1px solid #e3dbc4;
}
.contact-card-foot .btn-gold {
  display: block;
  width: 100%;
}
.footer {
  background: #23261c;
  color: rgba(255, 255, 255, 0.7);
}
.footer h5 {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin: 0 0 16px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 60px;
  padding: 52px 32px 40px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.footer-brand span {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
}
.footer-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
  margin: 0 0 18px;
  max-width: 280px;
}
.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.footer-contact span,
.footer-contact a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-bottom span,
.footer-bottom a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
}
@media (max-width: 900px) {
  .about .container {
    grid-template-columns: 1fr;
  }
  .contact .container {
    grid-template-columns: 1fr;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .services-grid .card:nth-last-child(2):nth-child(4n + 1),
  .services-grid .card:last-child:nth-child(4n + 2) {
    grid-column: auto;
  }
  .gallery-item {
    height: 170px;
  }
}
@media (max-width: 640px) {
  .container {
    padding: 0 20px;
  }
  .services-grid,
  .solutions-grid {
    grid-template-columns: 1fr;
  }
  .services-grid .card:nth-last-child(2):nth-child(4n + 1),
  .services-grid .card:last-child:nth-child(4n + 2) {
    grid-column: auto;
  }
  .gallery-item {
    height: 130px;
  }
  .lightbox-nav {
    width: 38px;
    height: 38px;
  }
  .lightbox-prev {
    left: 8px;
  }
  .lightbox-next {
    right: 8px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .hero h1 {
    font-size: 32px;
  }
  .hero-inner {
    padding: 64px 20px;
  }
}
[data-i18n-hidden] {
  display: none;
}
