/* ===== LAVRIO.SOLUTIONS – Shared Styles ===== */

* { box-sizing: border-box; }
body { font-family: 'Montserrat', sans-serif; color: #1a1b1f; margin: 0; }

/* --- Navigation --- */
.navigation {
  background-color: transparent;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: relative;
}
.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}
.logo-link { z-index: 1; text-decoration: none; }
.logo-link:hover { opacity: .8; }
.logo-image { display: block; width: 140px; }
.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}
.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
}
.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 15px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  color: #1a1b1f;
}
.navigation-item:hover { opacity: .9; }
.navigation-item.is-current { opacity: 1; color: #1a1b1f; font-weight: 600; }
.menu-button { display: none; cursor: pointer; padding: 10px; }
.menu-icon { width: 22px; }

/* --- Buttons --- */
.button {
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1d1522;
  border: 1px solid #1d1a1a;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  cursor: pointer;
}
.button:hover { background-color: #32343a; color: #fff; }
.button.cc-jumbo-button { padding: 16px 35px; font-size: 14px; line-height: 26px; }
.button.cc-contact-us { z-index: 5; position: relative; }

.button-sm {
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #000;
  border: none;
  padding: 10px 20px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  margin-top: 15px;
  cursor: pointer;
  transition: background-color .3s;
}
.button-sm:hover { background-color: #333; color: #fff; }

/* --- Hero Headers --- */
.intro-header {
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
}
.intro-header.cc-homepage {
  background-color: #491c1c;
  background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), var(--hero-bg);
  background-position: center;
  background-size: cover;
  height: 620px;
  margin-bottom: 100px;
  box-shadow: inset 1px 1px 3px #000;
}
.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}
.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

/* --- Typography --- */
.heading-jumbo {
  text-transform: none;
  margin: 10px 0;
  font-size: 64px;
  line-height: 80px;
  font-weight: 700;
}
.heading-jumbo-small {
  text-transform: none;
  margin: 10px 0 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}
.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}
.label.cc-light { opacity: .6; }
.label.cc-blog-date { opacity: .6; margin-top: 20px; }
.paragraph-bigger {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}
.paragraph-bigger.cc-bigger-light { opacity: .6; }
.paragraph-bigger.cc-bigger-white-light { opacity: .6; font-weight: 400; line-height: 40px; }
.paragraph-light { opacity: .8; line-height: 1.7; }
.text-span-2 { font-size: 25px; font-weight: 400; }
.section-heading { margin: 10px 0 20px; font-weight: 400; font-size: 30px; }

/* --- Layout --- */
.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
}
.section { margin-left: 30px; margin-right: 30px; }
.divider { background-color: #eee; height: 1px; margin: 0 0 80px; }

.motto-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto 85px;
}
.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}
.section-heading-wrap {
  text-align: center;
  margin: 80px 0;
}
.section-heading-wrap h2 { font-size: 36px; font-weight: 400; margin: 10px 0; }

/* About / Home grids */
.home-content-wrap { margin-top: 80px; margin-bottom: 120px; }
.home-section-wrap { margin-bottom: 30px; }
.about-grid {
  display: grid;
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}
.about-grid.cc-about-2 { grid-template-columns: 2fr 1fr; }
.about-grid img { width: 100%; height: auto; display: block; }

/* Services grid */
.our-services-grid {
  display: grid;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 120px;
}
.service-icon {
  border: 1px solid #000;
  margin-bottom: 30px;
  width: 50px;
  height: 50px;
  display: block;
}

/* Team grid */
.team-grid {
  display: grid;
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 80px;
}
.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 20px;
  overflow: hidden;
}
.team-pic img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.team-member-name { font-size: 20px; font-weight: 400; margin-bottom: 5px; }
.text-block { opacity: .6; color: #1a1b1f; font-size: 14px; line-height: 1.7; margin-top: 10px; }

/* Blog */
.blog-list-wrap { margin-bottom: 100px; }
.blog-item {
  text-align: center;
  margin-bottom: 80px;
}
.blog-preview-image {
  display: block;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 45px;
  text-decoration: none;
  transition: opacity .6s;
}
.blog-preview-image:hover { opacity: .8; }
.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin: 0 auto 20px;
}
.blog-heading-link {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
  color: #1a1b1f;
}
.blog-heading-link:hover { opacity: .8; }

/* Research / Projects */
.research-section { margin-bottom: 100px; }
.research-grid {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}
.research-card {
  border: 1px solid #e9e9e9;
  padding: 28px;
  background: #fff;
}
.research-meta {
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: .6;
  margin-bottom: 12px;
  font-size: 11px;
  line-height: 18px;
}
.research-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.research-card p {
  margin: 0 0 16px;
  line-height: 1.7;
  opacity: .82;
}
.research-actions { text-align: center; }
.research-actions .button { margin: 0 8px 12px; }
.m1-map-spotlight {
  background: linear-gradient(180deg, #0e1c2f 0%, #173352 100%);
  color: #fff;
  padding: 72px 0 88px;
  margin: 0 0 90px;
}
.m1-map-intro h2 {
  margin: 10px 0 14px;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 500;
  color: #fff;
}
.m1-map-label {
  color: rgba(255,255,255,0.78);
}
.m1-map-intro .paragraph-light {
  color: rgba(255,255,255,0.9);
  max-width: 860px;
  margin: 0;
}
.m1-map-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.m1-map-actions .button {
  background-color: #fff;
  border-color: #fff;
  color: #10213a;
}
.m1-map-actions .button:hover {
  background-color: #e2ecf8;
  border-color: #e2ecf8;
  color: #10213a;
}
.m1-map-actions .button-secondary {
  background-color: transparent;
  border-color: rgba(255,255,255,0.74);
  color: #fff;
}
.m1-map-actions .button-secondary:visited {
  color: #fff;
}
.m1-map-actions .button-secondary:hover {
  background-color: #fff;
  border-color: #fff;
  color: #10213a;
}
.m1-map-frame-wrap {
  width: min(1400px, calc(100% - 60px));
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.24);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
  background-color: #0a1627;
}
.m1-map-frame-wrap iframe {
  width: 100%;
  height: 620px;
  border: 0;
  display: block;
}
.publication-list {
  margin: 0;
  padding-left: 20px;
}
.publication-list li {
  margin-bottom: 12px;
  line-height: 1.7;
  opacity: .85;
}
.publication-list a {
  color: #1d1522;
  word-break: break-word;
}

/* CTA */
.section.cc-cta-englisch {
  background-color: #f4f4f4;
  padding: 0 80px;
  margin: 0 30px 60px;
}
.cta-wrap {
  text-align: center;
  justify-content: center;
  padding: 110px 0 120px;
  display: flex;
}
.cta-text { width: 70%; margin-bottom: 35px; }

/* Footer */
.footer-section {
  background-color: #0c0d0e;
  padding-top: 120px;
  position: relative;
  margin-top: 60px;
}
.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5vw;
}
.social-icon {
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: flex;
  text-decoration: none;
}
.social-icon:hover { border-color: rgba(255,255,255,0.4); }
.social-icon-image { width: 22px; height: 22px; object-fit: contain; }
.footer-credit-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  color: #a0a1af;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 80px;
  padding: 24px 0;
  font-size: 8px;
}
.legal-credits {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  flex-wrap: wrap;
}
.impressum-link { color: #a0a1af; text-decoration: none; transition: color .4s; }
.impressum-link:hover { color: #fff; }

/* English toggle */
.button-10 {
  display: inline-block;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #195991;
  border: none;
  padding: 12px 25px;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  cursor: pointer;
}
.button-10:hover { background-color: #0f3d66; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .heading-jumbo { font-size: 44px; line-height: 60px; }
  .heading-jumbo-small { font-size: 28px; line-height: 40px; }
  .about-grid, .about-grid.cc-about-2 { grid-template-columns: 1fr; }
  .our-services-grid { grid-template-columns: 1fr 1fr; }
  .research-grid { grid-template-columns: 1fr 1fr; }
  .intro-content { width: 90%; }
  .navigation { padding: 20px 30px; }
  .menu { position: static; }
  .section.cc-cta-englisch { padding: 0 30px; margin: 0 0 40px; }
  .m1-map-spotlight {
    padding: 56px 0 70px;
    margin: 0 0 70px;
  }
  .m1-map-intro h2 {
    font-size: 32px;
  }
  .m1-map-frame-wrap {
    width: calc(100% - 40px);
  }
  .m1-map-frame-wrap iframe {
    height: 520px;
  }
}
@media (max-width: 767px) {
  .heading-jumbo { font-size: 32px; line-height: 44px; }
  .navigation { padding: 15px 20px; }
  .navigation-items { display: none; }
  .menu { position: static; }
  .menu-button { display: block; }
  .intro-header { height: 320px; }
  .intro-header.cc-homepage { height: 480px; margin-bottom: 60px; }
  .our-services-grid, .team-grid, .research-grid { grid-template-columns: 1fr; }
  .cta-wrap { padding: 60px 20px 70px; }
  .cta-text { width: 100%; }
  .section.cc-cta-englisch { padding: 0 20px; margin: 0; }
  .footer-credit-wrapper { grid-template-columns: 1fr; row-gap: 16px; }
  .legal-credits { justify-content: flex-start; }
  .blog-summary-wrap { width: 90%; }
  .blog-heading-link { font-size: 22px; line-height: 34px; }
  .m1-map-spotlight {
    padding: 44px 0 56px;
    margin: 0 0 56px;
  }
  .m1-map-intro h2 {
    font-size: 26px;
    line-height: 1.3;
  }
  .m1-map-frame-wrap {
    width: calc(100% - 24px);
    border-radius: 12px;
  }
  .m1-map-frame-wrap iframe {
    height: 420px;
  }
}
@media (max-width: 479px) {
  .heading-jumbo { font-size: 26px; line-height: 38px; }
  .heading-jumbo-small { font-size: 22px; line-height: 34px; }
  .motto-wrap, .about-story-wrap { width: 95%; }
  .blog-summary-wrap { width: 95%; }
  .m1-map-frame-wrap iframe {
    height: 360px;
  }
}

/* Conversion CTA + Event accents */
.nav-cta-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
  margin-left: 16px;
}
.nav-cta-group .button.cc-contact-us {
  padding: 10px 14px;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 18px;
  white-space: nowrap;
}
.nav-cta-group .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  white-space: nowrap;
  color: #1d1522;
  border-color: #1d1522;
}
.button-secondary {
  display: inline-block;
  color: #111;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #111;
  padding: 8px 14px;
  font-size: 11px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  cursor: pointer;
  transition: all .25s;
}
.button-secondary:visited {
  color: #111;
  text-decoration: none;
}
.button-secondary:hover {
  color: #fff;
  background-color: #111;
}
.nav-cta-group .button-secondary:hover {
  border-color: #1d1522;
  background-color: #1d1522;
}
.event-highlight {
  border-left: 4px solid #195991;
  background: #f3f8fc;
  padding: 18px 22px;
  margin: 0 auto 44px;
}
.event-highlight .label {
  margin-bottom: 10px;
}
.event-highlight p {
  margin: 0 0 14px;
}
.event-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 14px;
  color: #1d3a57;
  font-size: 14px;
}
.event-chip {
  background: #e4eef8;
  border-radius: 20px;
  padding: 4px 10px;
}
.hero-responsive {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 1180px) {
  .nav-cta-group {
    display: none;
  }
}
@media (max-width: 1380px) {
  .nav-cta-group .button-secondary {
    display: none;
  }
}
