/* Geolux — pixeltrogen klon av www.geolux.se (svensk startsida)
   Mått extraherade ur Wix-sajtens genererade CSS.
   Horisontella mått i vw (Wix skalar mot viewport), vertikala i px. */
:root {
  --white: #ffffff;
  --black: #000000;
  --btn-dark: #181818;
  --btn-hover: #384ad3;
  --menu-hover: #3d9be9;
  --text-green: #1e3631;
  --barlow: "Barlow", Helvetica, Arial, sans-serif;
  --poppins: "Poppins", sans-serif;
  --avenir: "Avenir Next", Avenir, "Segoe UI", "Helvetica Neue", sans-serif;
  --fs-body: clamp(12px, calc(10px + 12 * (100vw - 1280px) / 640), 22px);
  --fs-small: clamp(11px, calc(10px + 8 * (100vw - 1280px) / 640), 18px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--black);
  font-family: var(--barlow);
  font-weight: 400;
}

main {
  display: block;
}

img {
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  z-index: 100;
  padding: 8px 14px;
  background: #181818;
  color: #fff;
  font-family: var(--barlow);
  font-size: 14px;
}

.skip-link:focus {
  top: 12px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* ============ HEADER (som live: 100px, 10% padding, logga | meny) ============ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
}

.header-inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.239fr 1fr;
  align-items: center;
  height: 100px;
  column-gap: 12px;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  width: 70%;
  max-width: 168px;
  height: auto;
}

.header-main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-right: 130px;
}

.langs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.langs a {
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
}

.langs a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.langs a.is-active {
  outline: 2px solid var(--menu-hover);
  outline-offset: 1px;
}

.nav {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  width: 100%;
}

.nav > a,
.nav-item > a {
  display: flex;
  align-items: center;
  font-family: var(--barlow);
  font-weight: 500;
  font-size: 19px;
  line-height: 1.4;
  color: var(--black);
  padding: 5px 0.5em;
  white-space: nowrap;
  height: 30px;
  transition: color 0.4s ease;
}

.nav > a:hover,
.nav-item > a:hover {
  color: var(--menu-hover);
}

.nav-item {
  position: relative;
}

.nav-item .sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #fff;
  padding: 8px 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  z-index: 20;
}

.nav-item:hover .sub,
.nav-item:focus-within .sub {
  display: block;
}

.nav-item .sub a {
  display: block;
  padding: 8px 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.nav-item .sub a:hover {
  color: var(--menu-hover);
}

/* ============ HERO: helbreddsbild, nedre 100px döljs av nästa sektion ============ */
.hero {
  position: relative;
  height: calc(56.986vw - 100px);
  min-height: 400px;
  overflow: hidden;
  background: #faf4e8;
}

.hero img {
  width: 100%;
  height: 56.986vw;
  object-fit: cover;
  object-position: center top;
}

.hero .hero-copy {
  position: absolute;
  top: 10.5vw;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.hero h1 {
  margin: 0;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.12;
  text-transform: uppercase;
}

.hero .hero-line-1 {
  display: block;
  color: #1d2c5a;
  font-size: 5.85vw;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.hero .hero-line-2 {
  display: block;
  color: #ffffff;
  font-size: 5.85vw;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

.hero .hero-sub {
  margin: 0.7vw auto 0;
  width: fit-content;
  transform: translateX(11%);
  color: #1d2c5a;
  font-family: "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  font-size: 1.55vw;
  line-height: 1.35;
  text-align: right;
}

/* ============ RUBRIKREMSA (190px, Barlow Medium, centrerad) ============ */
.strip {
  min-height: 190px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.strip h2 {
  margin: 0;
  font-family: var(--barlow);
  font-weight: 500;
  font-size: clamp(20px, calc(14px + 22 * (100vw - 1280px) / 640), 36px);
  line-height: 1.3;
  color: var(--black);
}

/* ============ OM GEOLUX: kollage 0.34fr|1fr, overlay 57% av höger kolumn ============ */
.about {
  position: relative;
  height: 1000px;
  background: var(--white);
  overflow: hidden;
}

.about .about-photo {
  position: absolute;
  left: 0;
  top: 7vw;
  width: 25.373vw;
  height: 680px;
  object-fit: cover;
}

.about .about-snow {
  position: absolute;
  left: 25.373vw;
  top: 0;
  width: 74.627vw;
  height: 1000px;
  object-fit: cover;
}

.about .about-overlay {
  position: absolute;
  left: 25.373vw;
  top: 7.09vw;
  width: 42.537vw;
  height: 680px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .about-content {
  width: 71.9%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about .about-content p {
  margin: 0;
  width: 99.3%;
  color: var(--text-green);
  font-family: var(--barlow);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: 1.75;
  text-align: justify;
}

.about .about-content p strong {
  font-family: var(--barlow);
  font-weight: 500;
  font-size: calc(1.15 * clamp(14px, calc(13px + 7 * (100vw - 1280px) / 640), 20px));
}

.btn-about {
  margin-top: 14px;
  width: 9vw;
  min-width: 100px;
  min-height: 3vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--btn-dark);
  color: #fff;
  font-family: var(--poppins);
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
  transition: background-color 0.4s ease;
}

.btn-about:hover {
  background: var(--btn-hover);
}

/* ============ TJÄNSTER: foto 1200px + 4 halvtransparenta boxar ============ */
.services {
  position: relative;
  height: 1200px;
  overflow: hidden;
}

.services .services-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 1200px;
  object-fit: cover;
}

.service-box {
  position: absolute;
  z-index: 1;
  top: 294px;
  width: 22.25vw;
  min-height: 467px;
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.service-box.pos-1 { left: 2.64vw; }
.service-box.pos-2 { left: 26.79vw; }
.service-box.pos-3 { left: 50.86vw; }
.service-box.pos-4 { left: 75.09vw; }

.service-box p {
  margin: 2.5vw 0 0;
  width: 85%;
  color: var(--black);
  font-family: var(--barlow);
  font-weight: 400;
  font-size: clamp(14px, calc(13px + 7 * (100vw - 1280px) / 640), 20px);
  line-height: 1.75;
  text-align: justify;
}

.service-box p strong {
  font-weight: 500;
  font-size: 1.15em;
}

.btn-service {
  margin: 5% auto 7%;
  width: 142px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: var(--black);
  color: #fff;
  border: 1px solid var(--btn-dark);
  font-family: var(--poppins);
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  transition: border-color 0.4s ease, background-color 0.4s ease;
}

.btn-service:hover {
  border-color: transparent;
}

/* ============ PROJEKT: bakgrundsfoto + galleri med 4 kvadrater ============ */
.projects {
  position: relative;
  height: 1000px;
  background: var(--white);
  overflow: hidden;
}

.projects .projects-bg {
  position: absolute;
  left: 25.373vw;
  top: 0;
  width: 74.627vw;
  height: 1000px;
  object-fit: cover;
}

.gallery {
  position: absolute;
  left: 0;
  top: 10.082vw;
  width: 82.5vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.gallery-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: block;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-item .gallery-hover {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background-color 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px;
}

.gallery-item:hover .gallery-hover {
  background: rgba(0, 0, 0, 0.35);
}

.gallery-item .gallery-hover span {
  color: #fff;
  font-family: var(--barlow);
  font-weight: 600;
  font-size: 29px;
  line-height: 36px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

/* ============ KONTAKT: kollage med tre foton + vit infobox ============ */
.contact {
  position: relative;
  height: 1502px;
  background: var(--white);
  overflow: hidden;
}

.contact .contact-tall {
  position: absolute;
  right: 0;
  top: 0;
  width: 75.278vw;
  height: 1500px;
  object-fit: cover;
}

.contact .contact-left {
  position: absolute;
  left: 0;
  top: 13.67vw;
  width: 33.333vw;
  height: 800px;
  object-fit: cover;
}

.contact .contact-lower {
  position: absolute;
  right: 0.44vw;
  top: 13.67vw;
  width: 59.56vw;
  height: 800px;
  border: 0;
  display: block;
  z-index: 0; /* stänger in Leaflets interna z-index */
}

/* Svartvita kartplattor — markör och popup behåller färg */
.contact-map .leaflet-tile-pane {
  filter: grayscale(1);
}

.contact-map .geolux-pin {
  background: none;
  border: none;
}

.contact-map .map-pin {
  width: 24px;
  height: 24px;
  background: #ea4335;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: -1px 1px 4px rgba(0, 0, 0, 0.35);
  position: relative;
}

.contact-map .map-pin::after {
  content: "";
  position: absolute;
  inset: 7px;
  background: #8c1712;
  border-radius: 50%;
}

.contact-map .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.contact-map .leaflet-popup-content {
  margin: 14px 34px 14px 18px;
  font-family: Roboto, Arial, sans-serif;
  line-height: 1.4;
}

.contact-map .leaflet-popup-content strong {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #202124;
  margin-bottom: 4px;
}

.contact-map .leaflet-popup-content a {
  font-size: 13px;
  color: #1a73e8;
  text-decoration: underline;
}

.contact-card {
  position: absolute;
  left: 33.333vw;
  top: 13.67vw;
  width: 26.667vw;
  height: 800px;
  background: var(--white);
  z-index: 10;
  display: grid;
  grid-template-columns: 19.6% 23.1% 41% 16.3%;
  grid-template-rows: repeat(4, auto);
  align-content: center;
  row-gap: clamp(60px, 6.5vw, 110px);
  overflow: hidden;
}

.contact-card .icon {
  align-self: center;
  justify-self: center;
  width: 62%;
  max-width: 84px;
  grid-column: 2;
}

.contact-card .icon img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-card .icon-1 { grid-row: 1; }
.contact-card .icon-2 { grid-row: 2; }
.contact-card .icon-3 { grid-row: 3; }
.contact-card .icon-4 { grid-row: 4; }

.contact-card .txt {
  grid-column: 3;
  align-self: center;
  justify-self: center;
  width: 97.3%;
  margin: 0;
  color: var(--black);
  font-family: var(--avenir);
  font-weight: 300;
  font-size: var(--fs-small);
  line-height: 1.6;
}

.contact-card .txt-1 { grid-row: 1; }
.contact-card .txt-2 { grid-row: 2; }
.contact-card .txt-3 { grid-row: 3; }
.contact-card .txt-4 { grid-row: 4; }

.contact-card .txt a:hover {
  text-decoration: underline;
}

/* ============ OM GEOLUX-SIDAN: kollage med vit textbox ============ */
.aboutpage {
  position: relative;
  height: 1072px;
  background: var(--white);
  overflow: hidden;
}

.aboutpage .aboutpage-right {
  position: absolute;
  left: 25.71vw;
  top: 0;
  width: 74.29vw;
  height: 1072px;
  object-fit: cover;
}

.aboutpage .aboutpage-left {
  position: absolute;
  left: 0;
  top: 9.77vw;
  width: 25.71vw;
  height: 80vh;
  max-height: 850px;
  object-fit: cover;
}

.aboutpage .aboutpage-card {
  position: absolute;
  left: 25.71vw;
  top: 9.66vw;
  width: 52vw;
  height: 80vh;
  max-height: 850px;
  background: var(--white);
  display: flex;
  align-items: center;
}

.aboutpage .aboutpage-text {
  width: 80.3%;
  margin-left: 10.8%;
}

.aboutpage .aboutpage-text p {
  margin: 0 0 1.65em;
  color: var(--black);
  font-family: var(--barlow);
  font-weight: 300;
  font-size: var(--fs-body);
  line-height: 1.65;
  text-align: justify;
}

.aboutpage .aboutpage-text p:last-child {
  margin-bottom: 0;
}

/* ============ TJÄNSTESIDOR (VVS / Energi / BIM): bild höger + vit textbox ============ */
.svc {
  position: relative;
  height: 1000px;
  background: var(--white);
  overflow: hidden;
}

.svc .svc-right {
  position: absolute;
  left: 26.38vw;
  top: 0;
  width: 73.62vw;
  height: 1000px;
  object-fit: cover;
}

.svc .svc-left {
  position: absolute;
  left: 0;
  top: 9.09vw;
  width: 26.38vw;
  height: 80vh;
  max-height: 820px;
  object-fit: cover;
}

.svc .svc-card {
  position: absolute;
  left: 26.38vw;
  top: 9.2vw;
  width: 58.9vw;
  height: 80vh;
  max-height: 820px;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.svc .svc-text {
  width: 72.2%;
  margin-right: 8.06%;
  color: var(--black);
  font-family: var(--barlow);
  font-weight: 300;
  font-size: clamp(15px, calc(10px + 15 * (100vw - 1280px) / 640), 25px);
  line-height: 1.65;
  text-align: justify;
}

.svc .svc-text p {
  margin: 0;
}

.svc .svc-text p strong {
  font-weight: 500;
  font-size: 1.1em;
}

.svc.svc-energi .svc-text {
  width: 83%;
  font-size: clamp(14px, calc(10px + 11 * (100vw - 1280px) / 640), 21px);
}

.svc.svc-bim .svc-text {
  width: 83%;
  font-size: clamp(13px, calc(10px + 9 * (100vw - 1280px) / 640), 19px);
}

/* ============ KARRIÄR: trappa höger + stenar vänster + halvtransparent box ============ */
.career {
  position: relative;
  min-height: calc(9vw + 80vh + 5vw);
  background: var(--white);
  overflow: hidden;
}

.career .career-right {
  position: absolute;
  left: 25.9vw;
  top: 0;
  width: 74.1vw;
  height: 100%;
  object-fit: cover;
}

.career .career-left {
  position: absolute;
  left: 0;
  top: 8.93vw;
  width: 25.9vw;
  height: 80vh;
  max-height: 820px;
  object-fit: cover;
}

.career .career-card {
  position: absolute;
  left: 25.9vw;
  top: 8.9vw;
  width: 51.9vw;
  height: 80vh;
  max-height: 820px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.career .career-text {
  width: 70%;
  color: var(--black);
  font-family: var(--barlow);
  font-weight: 300;
  font-size: clamp(13px, calc(10px + 10 * (100vw - 1280px) / 640), 20px);
  line-height: 1.65;
  text-align: left;
}

.career .career-text p {
  margin: 0;
}

.career .career-text p strong {
  font-weight: 500;
  font-size: 1.1em;
}

.career .career-text a {
  font-weight: 500;
}

.career .career-text a:hover {
  text-decoration: underline;
}

/* ============ PROJEKTGALLERI-SIDOR (Bostäder / Kontor / Kommersiella) ============ */
.projpage {
  background: var(--white);
  padding-bottom: 5vw;
}

.projpage .projpage-title {
  margin: 0;
  padding-top: 4.8vw;
  font-family: var(--barlow);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: var(--black);
  text-align: center;
}

.projpage .projpage-intro {
  margin: 31px auto 0;
  width: 74vw;
  color: var(--black);
  font-family: var(--barlow);
  font-weight: 400;
  font-size: clamp(15px, calc(10px + 15 * (100vw - 1280px) / 640), 25px);
  line-height: 1.45;
  text-align: center;
}

.projpage .projpage-intro a {
  text-decoration: underline;
}

.projpage .projpage-intro a:hover {
  color: var(--menu-hover);
}

.projpage .projpage-sub {
  margin: 4.4vw auto 1.85vw;
  font-family: var(--poppins);
  font-weight: 600;
  font-size: 28px;
  line-height: 1.3;
  color: var(--black);
  text-align: center;
}

.projpage .projgallery {
  margin-left: 13vw;
  width: 74vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.projpage .projgallery .pg-item {
  position: relative;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.projpage .projgallery .pg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.projpage .projgallery .pg-item:hover img {
  transform: scale(1.03);
}

/* ============ FOOTER: svart menyrad + flaggor ============ */
.footer {
  background: var(--black);
}

.footer-inner {
  width: 80%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.239fr 1fr;
  align-items: center;
  height: 56px;
  column-gap: 12px;
  position: relative;
}

.footer-nav {
  grid-column: 2;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
}

.footer-nav a {
  font-family: var(--barlow);
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  color: #fff;
  padding: 5px 0.5em;
  white-space: nowrap;
  transition: color 0.4s ease;
}

.footer-nav a:hover {
  color: var(--menu-hover);
}

.footer-flags {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
}

.footer-flags a {
  display: block;
  width: 30px;
  height: 20px;
  overflow: hidden;
}

.footer-flags a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ============ Hamburgermeny (dold på desktop) ============ */
.nav-toggle,
.nav-burger {
  display: none;
}

/* ============ Mobil/tablet ============ */
@media (max-width: 1000px) {
  html,
  body {
    overflow-x: hidden;
  }
  /* --- Header med hamburgermeny --- */
  .site-header {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }

  .header-inner {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
  }

  .logo img {
    width: 120px;
  }

  .nav-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }

  .nav-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--black);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-toggle:checked ~ .nav-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked ~ .nav-burger span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked ~ .nav-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .header-main {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    right: 0;
    height: auto;
    max-height: calc(100vh - 64px);
    overflow-y: auto;
    flex-direction: column;
    padding: 8px 0 22px;
    background: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
    z-index: 60;
  }

  .nav-toggle:checked ~ .header-main {
    display: flex;
  }

  .nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 1;
  }

  .nav > a,
  .nav-item > a {
    justify-content: center;
    height: auto;
    padding: 13px 16px;
    font-size: 17px;
  }

  .nav-item .sub {
    display: block;
    position: static;
    min-width: 0;
    padding: 0 0 6px;
    background: transparent;
    box-shadow: none;
  }

  .nav-item .sub a {
    text-align: center;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
  }

  .langs {
    position: static;
    transform: none;
    justify-content: center;
    order: 2;
    margin-top: 16px;
  }

  /* --- Hero --- */
  .hero {
    height: 56.986vw;
    min-height: 0;
  }

  .hero .hero-sub {
    margin: 1.4vw auto 0;
    transform: none;
    text-align: center;
    font-size: 2.6vw;
  }

  /* --- Rubrikremsor --- */
  .strip {
    min-height: 90px;
  }

  .strip h2 {
    font-size: 22px;
  }

  /* --- Om Geolux (startsidan) --- */
  .about {
    height: auto;
    display: flex;
    flex-direction: column;
  }

  .about .about-snow {
    display: none;
  }

  .about .about-photo {
    position: static;
    width: 100%;
    height: 64vw;
    object-fit: cover;
  }

  .about .about-overlay {
    position: static;
    width: 100%;
    height: auto;
    padding: 34px 22px;
  }

  .about .about-content {
    width: 100%;
  }

  .about .about-content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .btn-about {
    width: auto;
    min-height: 0;
    padding: 12px 32px;
    margin-top: 22px;
  }

  /* --- Tjänster (startsidan) --- */
  .services {
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 20px 16px 28px;
  }

  .services .services-bg {
    height: 100%;
    z-index: 0;
  }

  .service-box,
  .service-box.pos-1,
  .service-box.pos-2,
  .service-box.pos-3,
  .service-box.pos-4 {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    min-height: 0;
    margin: 0;
    padding: 22px 18px 16px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.92);
  }

  .service-box p {
    width: 100%;
    margin: 0 0 16px;
    font-size: 15px;
    line-height: 1.55;
    text-align: left;
  }

  .btn-service {
    width: auto;
    min-width: 132px;
    min-height: 42px;
    margin: 0 auto;
    font-size: 14px;
  }

  .about-content p,
  .aboutpage .aboutpage-text p,
  .svc .svc-text,
  .career-text p {
    text-align: left;
  }

  /* --- Projekt (startsidan) --- */
  .projects {
    height: auto;
    position: static;
  }

  .projects .projects-bg {
    display: none;
  }

  .gallery {
    position: static;
    width: 100%;
    padding: 0 4vw 6vw;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .gallery-item .gallery-hover span {
    font-size: 17px;
    line-height: 1.25;
  }

  /* --- Kontakt (startsidan) --- */
  .contact {
    height: auto;
    position: static;
    display: flex;
    flex-direction: column;
  }

  .contact .contact-tall {
    display: none;
  }

  .contact .contact-left {
    position: static;
    width: 100%;
    height: 56vw;
    object-fit: cover;
  }

  .contact .contact-lower {
    position: relative;
    right: auto;
    top: auto;
    order: 2;
    width: 100%;
    height: 320px;
  }

  .contact-card {
    order: 1;
  }

  .contact-card {
    position: static;
    width: 100%;
    height: auto;
    padding: 36px 9vw;
    grid-template-columns: 56px 1fr;
    column-gap: 20px;
    row-gap: 34px;
    align-content: start;
  }

  .contact-card .icon {
    grid-column: 1;
    width: 40px;
  }

  .contact-card .txt {
    grid-column: 2;
    width: auto;
    justify-self: start;
    font-size: 15px;
  }

  /* --- Undersidor: Om Geolux / Tjänster / Karriär --- */
  .aboutpage,
  .svc,
  .career {
    height: auto;
    min-height: 0;
    position: static;
    display: flex;
    flex-direction: column;
  }

  .aboutpage .aboutpage-left,
  .svc .svc-left,
  .career .career-left {
    display: none;
  }

  .aboutpage .aboutpage-right,
  .svc .svc-right,
  .career .career-right {
    position: static;
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }

  .aboutpage .aboutpage-card,
  .svc .svc-card,
  .career .career-card {
    position: static;
    width: 100%;
    height: auto;
    max-height: none;
    padding: 34px 22px;
  }

  .aboutpage .aboutpage-text,
  .svc .svc-text,
  .career .career-text {
    width: 100%;
    margin: 0;
    font-size: 15px;
  }

  /* --- Projektgalleri-sidor --- */
  .projpage {
    padding-bottom: 40px;
  }

  .projpage .projpage-title {
    padding-top: 36px;
    font-size: 24px;
  }

  .projpage .projpage-intro {
    width: 90vw;
    margin-top: 16px;
    font-size: 15px;
  }

  .projpage .projpage-sub {
    margin: 36px auto 14px;
    font-size: 19px;
    text-align: center;
  }

  .projpage .projgallery {
    margin-left: 4vw;
    width: 92vw;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  /* --- Footer --- */
  .footer-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: auto;
    padding: 20px 0 18px;
  }

  .footer-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
  }

  .footer-nav a {
    font-size: 14px;
    padding: 6px;
  }

  .footer-flags {
    position: static;
    transform: none;
    margin: 16px auto 0;
  }
}
