
:root{
  --green:#4a8d32;
  --green-dark:#2e6929;
  --green-deep:#214f24;
  --ink:#333735;
  --muted:#6f756f;
  --light:#f5f6f2;
  --line:#dde2da;
  --white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--ink);background:#fff;font-family:Arial,Helvetica,sans-serif;line-height:1.6}
a{color:inherit;text-decoration:none}
.wrap{width:min(1180px,calc(100% - 44px));margin:0 auto}
.topbar{background:var(--green-deep);color:#fff;font-size:13px}
.topbar-inner{min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.top-contact{display:flex;gap:24px}
.top-contact a:hover{text-decoration:underline}
.top-areas{opacity:.85}
.header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:30}
.header-inner{min-height:118px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo-link{display:block;max-width:430px}
.logo-link img{display:block;width:100%;height:auto;max-height:96px;object-fit:contain;object-position:left center}
.nav{display:flex;align-items:center;gap:28px;font-size:15px;font-weight:700}
.nav a{padding:45px 0 42px;border-bottom:3px solid transparent}
.nav a:hover,.nav a.active{color:var(--green-dark);border-bottom-color:var(--green)}
.menu-button{display:none;background:none;border:0;padding:8px}
.menu-button span{display:block;width:28px;height:2px;background:var(--ink);margin:6px}
h1,h2,h3{line-height:1.12;margin-top:0}
h1{font-size:clamp(43px,5.6vw,72px);letter-spacing:-.035em}
h2{font-size:clamp(32px,3.7vw,50px);letter-spacing:-.025em}
h3{font-size:21px}
.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:700;color:var(--green-dark);margin:0 0 15px}
.eyebrow.light{color:#d8edce}
.lead{font-size:19px;color:var(--muted);max-width:680px}
.section{padding:95px 0}
.soft{background:var(--light)}
.body-copy{color:var(--muted);font-size:17px}
.body-copy .large{color:var(--ink);font-size:21px}
.inline-link{display:inline-block;margin-top:14px;color:var(--green-dark);font-weight:700;border-bottom:1px solid currentColor}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:90px}
.photo-placeholder{
  background:
    linear-gradient(135deg,rgba(74,141,50,.08),rgba(74,141,50,.02)),
    repeating-linear-gradient(-45deg,#e7ebe4,#e7ebe4 20px,#dfe5dc 20px,#dfe5dc 40px);
  border:1px dashed #99ad93;
  color:var(--green-dark);
  display:grid;place-items:center;text-align:center;padding:25px
}
.photo-placeholder div{display:flex;flex-direction:column;gap:8px}
.photo-placeholder strong{font-size:15px;letter-spacing:.11em}
.photo-placeholder span{font-size:12px;color:#687666}
.home-hero{position:relative;min-height:640px;display:flex;align-items:flex-end;color:#fff;overflow:hidden}
.hero-photo{position:absolute;inset:0;border:0;min-height:100%;background:repeating-linear-gradient(-45deg,#748f6f,#748f6f 24px,#7f9b79 24px,#7f9b79 48px);color:rgba(255,255,255,.8)}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,63,29,.9) 0%,rgba(24,63,29,.56) 55%,rgba(24,63,29,.16) 100%)}
.hero-copy{position:relative;z-index:2;padding:100px 0 80px}
.hero-copy h1{max-width:860px;margin-bottom:20px}
.hero-copy>p:not(.eyebrow){font-size:20px;color:rgba(255,255,255,.86);max-width:720px}
.hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.button{min-height:52px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;border:1px solid transparent}
.button.primary{background:#dceccf;color:var(--green-deep)}
.button.outline{border-color:rgba(255,255,255,.7);color:#fff}
.button.dark{background:var(--green-deep);color:#fff}
.button.line{border-color:var(--green-dark);color:var(--green-dark);background:transparent}
.button.outline-green{border-color:#bad0b4;color:#fff;background:transparent;margin-top:10px}
.button.full{width:100%}
.intro-strip{background:var(--green);color:#fff}
.intro-strip-grid{min-height:88px;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;gap:30px;text-align:center}
.intro-strip-grid>*:not(:last-child){border-right:1px solid rgba(255,255,255,.25)}
.section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:40px}
.service-cards{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:var(--line);gap:1px}
.service-card{background:#fff;min-height:255px;padding:24px;display:flex;flex-direction:column}
.service-card span{font-size:12px;color:var(--muted)}
.service-card h3{margin-top:auto;margin-bottom:10px}
.service-card p{color:var(--muted);font-size:14px}
.service-card b{color:var(--green-dark);font-size:14px}
.service-card:hover{background:var(--green-deep);color:#fff}
.service-card:hover p,.service-card:hover span,.service-card:hover b{color:rgba(255,255,255,.78)}
.image-text{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.large-photo{min-height:540px}
.reason{display:grid;grid-template-columns:45px 1fr;gap:18px;padding:18px 0;border-top:1px solid var(--line)}
.reason:last-of-type{border-bottom:1px solid var(--line)}
.reason>b{font-size:12px;color:var(--muted)}
.reason h3{margin-bottom:5px}
.reason p{margin:0;color:var(--muted)}
.areas-section{background:var(--green-deep);color:#fff;padding:80px 0;text-align:center}
.areas-section h2{font-size:clamp(34px,5vw,58px);margin-bottom:18px}
.areas-section p:last-child{color:rgba(255,255,255,.75)}
.contact-cta{padding:85px 0;background:#eef3eb}
.cta-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:center}
.cta-links{display:grid;gap:12px}
.big-contact{background:#fff;border:1px solid var(--line);padding:22px 24px;display:flex;flex-direction:column}
.big-contact span{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.12em}
.big-contact strong{font-size:23px;margin-top:5px;color:var(--green-deep)}
.big-contact:hover{border-color:var(--green)}
.subhero{padding:75px 0;background:#f8faf7;border-bottom:1px solid var(--line)}
.subhero-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:70px;align-items:center}
.subhero h1{margin-bottom:18px}
.subhero-photo{min-height:350px}
.values{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.values article{background:#fff;border:1px solid var(--line);padding:32px;min-height:250px}
.values span{font-size:12px;color:var(--green-dark)}
.values h3{margin-top:75px}
.values p{color:var(--muted)}
.small-contact{display:flex;flex-direction:column;gap:7px;margin-top:25px}
.small-contact a{color:var(--green-dark);font-weight:700;text-decoration:underline}
.service-list{border-top:1px solid var(--line)}
.service-row{display:grid;grid-template-columns:60px 1fr 170px 30px;gap:20px;align-items:center;padding:28px 0;border-bottom:1px solid var(--line)}
.service-row>span{font-size:12px;color:var(--muted)}
.service-row h3{margin:0 0 4px}
.service-row p{margin:0;color:var(--muted)}
.service-row>strong{text-align:right;color:var(--green-dark)}
.service-row>b{text-align:right;font-size:22px}
.service-row:hover h3{color:var(--green-dark)}
.price-list{border-top:1px solid var(--line)}
.price-item{display:flex;justify-content:space-between;gap:30px;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}
.price-item h3{margin:0 0 5px}
.price-item p{margin:0;color:var(--muted)}
.price-item>strong{font-size:25px;color:var(--green-dark);white-space:nowrap}
.contact-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.contact-tile{border:1px solid var(--line);padding:32px;min-height:200px;display:flex;flex-direction:column;justify-content:center}
.contact-tile span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}
.contact-tile strong{font-size:25px;margin:10px 0;line-height:1.35}
.contact-tile small{color:var(--muted)}
.contact-tile.clickable:hover{border-color:var(--green);background:#f8faf7}
.detail-grid{display:grid;grid-template-columns:1fr 360px;gap:80px}
.feature-list{list-style:none;padding:0;margin:30px 0;border-top:1px solid var(--line)}
.feature-list li{padding:17px 0;border-bottom:1px solid var(--line)}
.feature-list li:before{content:"✓";color:var(--green);font-weight:700;margin-right:12px}
.notice{background:#f1f5ef;border-left:4px solid var(--green);padding:18px 20px}
.price-box{background:var(--green-deep);color:#fff;padding:32px;align-self:start}
.price-box>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.6)}
.price-box>strong{display:block;font-size:38px;margin:12px 0}
.price-box p{color:rgba(255,255,255,.72)}
.footer{background:#202c21;color:rgba(255,255,255,.75);padding:60px 0 25px}
.footer-grid{display:grid;grid-template-columns:1.4fr .7fr .95fr 1fr;gap:55px}
.footer-brand img{width:100%;max-width:300px;height:auto;display:block;object-fit:contain;filter:none;opacity:1}
.footer-brand p{max-width:350px;font-size:13px;color:rgba(255,255,255,.55)}
.footer h3{color:#fff;font-size:14px;margin-bottom:15px}
.footer-grid>div:not(:first-child){display:flex;flex-direction:column;gap:8px;font-size:13px}
.footer-grid p{margin:0}
.footer-grid a:hover{color:#fff;text-decoration:underline}
.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:45px;padding-top:20px;font-size:12px;color:rgba(255,255,255,.45)}
@media(max-width:1050px){
  .header-inner{min-height:95px}
  .logo-link{max-width:330px}
  .menu-button{display:block}
  .nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;padding:20px 24px;box-shadow:0 14px 35px rgba(0,0,0,.10);flex-direction:column;align-items:stretch;gap:0}
  .nav.open{display:flex}
  .nav a{padding:11px 0;border-bottom:1px solid var(--line)}
  .service-cards{grid-template-columns:repeat(2,1fr)}
  .two-col,.image-text,.subhero-grid,.cta-grid,.detail-grid{grid-template-columns:1fr;gap:45px}
  .footer-grid{grid-template-columns:1fr 1fr}
  .footer-brand{grid-column:1/-1}
}
@media(max-width:700px){
  .wrap{width:min(100% - 28px,1180px)}
  .topbar-inner{min-height:58px;align-items:flex-start;flex-direction:column;justify-content:center;gap:3px;padding:8px 0}
  .top-contact{gap:10px;flex-direction:column}
  .top-areas{display:none}
  .header-inner{min-height:80px}
  .logo-link{max-width:250px}
  .section{padding:65px 0}
  .home-hero{min-height:690px}
  .hero-copy{padding:75px 0 55px}
  .hero-copy h1{font-size:42px}
  .hero-buttons{flex-direction:column}
  .button{width:100%}
  .intro-strip-grid{grid-template-columns:1fr 1fr;min-height:150px;padding:18px 0}
  .intro-strip-grid>*{border:0!important}
  .section-heading{align-items:flex-start;flex-direction:column}
  .service-cards{grid-template-columns:1fr}
  .large-photo,.subhero-photo{min-height:320px}
  .values{grid-template-columns:1fr}
  .values article{min-height:190px}
  .values h3{margin-top:45px}
  .service-row{grid-template-columns:38px 1fr 25px}
  .service-row>strong{grid-column:2;text-align:left}
  .service-row>b{grid-column:3;grid-row:1/3}
  .price-item{align-items:flex-start;flex-direction:column}
  .contact-page-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
}


/* ===== Automatic photo loading =====
   Drop the named JPG files into /assets and refresh. */
.auto-photo{
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.auto-photo.has-photo{
  border-style:solid;
  border-color:transparent;
}
.auto-photo.has-photo .photo-fallback{
  display:none;
}


/* ===== Supplied project photography ===== */
.portfolio-section{background:#fff}
.portfolio-intro{max-width:420px;margin:0;color:var(--muted)}
.project-block{margin-top:54px;padding-top:30px;border-top:1px solid var(--line)}
.project-heading{display:grid;grid-template-columns:55px 1fr;gap:18px;margin-bottom:24px}
.project-heading>span{color:var(--green-dark);font-size:12px;font-weight:700;letter-spacing:.1em}
.project-heading h3{margin:0 0 5px;font-size:26px}
.project-heading p{margin:0;color:var(--muted)}
.before-after{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.before-after figure,.work-gallery figure{margin:0;position:relative;overflow:hidden;background:#eef2eb}
.before-after img{width:100%;height:520px;display:block;object-fit:cover}
.image-badge{position:absolute;z-index:2;left:14px;top:14px;padding:7px 10px;background:rgba(32,44,33,.88);color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em}
.image-badge.after{background:rgba(74,141,50,.92)}
.work-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.work-gallery img{width:100%;height:330px;display:block;object-fit:cover}
.work-gallery figcaption{padding:14px 16px;border:1px solid var(--line);border-top:0;background:#fff;font-size:14px;font-weight:700;color:var(--green-deep)}
.work-example h2{margin-bottom:32px}
.work-example .before-after img{height:560px}
@media(max-width:900px){
  .before-after{grid-template-columns:1fr}
  .before-after img,.work-example .before-after img{height:auto;max-height:700px}
  .work-gallery{grid-template-columns:1fr 1fr}
}
@media(max-width:620px){
  .work-gallery{grid-template-columns:1fr}
  .work-gallery img{height:auto;max-height:520px}
  .project-heading{grid-template-columns:38px 1fr}
}


/* ===== V7: combined Tjänster & priser ===== */
.text-only-subhero{
  padding:82px 0;
}
.text-only-subhero .wrap{
  max-width:1180px;
}
.text-only-subhero h1{
  max-width:840px;
}
.text-only-subhero .lead{
  max-width:760px;
}
.price-section-inline{
  background:#f8faf7;
  border-top:1px solid var(--line);
}
.price-section-inline .price-list{
  border-top:1px solid var(--line);
}


/* ===== V8: no empty image placeholders ===== */
.single-copy{
  max-width:820px;
}
.single-copy > div{
  max-width:820px;
}


/* V9: no image beside Why choose us; snow work gallery */
.why-text-only{max-width:900px;margin:0 auto}
.why-text-only>div{max-width:900px}
.snow-gallery-intro{max-width:720px;color:var(--muted);margin-bottom:30px}
.snow-gallery{display:grid;grid-template-columns:1.2fr .8fr;gap:18px}
.snow-gallery figure{margin:0;background:#fff}
.snow-gallery img{width:100%;height:520px;display:block;object-fit:cover}
.snow-gallery figcaption{padding:14px 16px;border:1px solid var(--line);border-top:0;background:#fff;font-size:14px;font-weight:700;color:var(--green-deep)}
@media(max-width:800px){.snow-gallery{grid-template-columns:1fr}.snow-gallery img{height:auto;max-height:700px}}


/* ===== V10: footer logo fix ===== */
.footer-brand img{
  width:100%;
  max-width:300px;
  height:auto;
  display:block;
  object-fit:contain;
  filter:none !important;
  opacity:1 !important;
  background:transparent !important;
}


/* ===== V11: all garden services on one page ===== */
#tradgardsarbete,
#tradbeskarning,
#hackklippning,
#grasklippning,
#tradgardsrensning{
  scroll-margin-top:150px;
}


/* ===== V12: garden work as one main category ===== */
.service-cards-main{
  grid-template-columns:repeat(4,1fr);
}
.garden-main-row small{
  display:block;
  margin-top:7px;
  color:var(--muted);
  font-size:12px;
}
.compact-link{
  margin-top:8px;
  font-size:13px;
}
.garden-subnav{
  background:#fff;
  border-bottom:1px solid var(--line);
}
.garden-subnav-inner{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
  padding-top:12px;
  padding-bottom:12px;
}
.garden-subnav-inner>span{
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:var(--muted);
}
.garden-subnav-inner a{
  font-size:14px;
  font-weight:700;
  color:var(--green-dark);
  border-bottom:1px solid transparent;
}
.garden-subnav-inner a:hover{
  border-bottom-color:currentColor;
}
@media(max-width:1050px){
  .service-cards-main{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:700px){
  .service-cards-main{
    grid-template-columns:1fr;
  }
  .garden-subnav-inner{
    align-items:flex-start;
    flex-direction:column;
    gap:8px;
  }
}

/* V13: single contact section on Trädgårdsarbete */
#tradgardsarbete .price-box,
#tradbeskarning .price-box,
#hackklippning .price-box,
#grasklippning .price-box,
#tradgardsrensning .price-box{
  min-height:0;
}


/* ===== V14: compact mobile photo layout ===== */
@media(max-width:700px){

  /* Keep before/after images side-by-side on phones */
  .before-after{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .before-after figure{
    min-width:0;
  }

  .before-after img,
  .work-example .before-after img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:4 / 5;
    object-fit:cover;
    max-height:none !important;
  }

  .image-badge{
    left:7px;
    top:7px;
    padding:5px 7px;
    font-size:9px;
    letter-spacing:.07em;
  }

  /* Reduce vertical space around portfolio blocks */
  .project-block{
    margin-top:30px;
    padding-top:20px;
  }

  .project-heading{
    margin-bottom:14px;
    grid-template-columns:30px 1fr !important;
    gap:10px !important;
  }

  .project-heading h3{
    font-size:21px;
  }

  .project-heading p{
    font-size:14px;
  }

  .work-example h2{
    margin-bottom:18px;
  }

  /* Other galleries become swipeable horizontally instead of stacking */
  .work-gallery{
    display:flex !important;
    gap:10px !important;
    overflow-x:auto;
    overflow-y:hidden;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    padding-bottom:4px;
  }

  .work-gallery::-webkit-scrollbar{
    display:none;
  }

  .work-gallery figure{
    flex:0 0 78%;
    scroll-snap-align:start;
    min-width:0;
  }

  .work-gallery img{
    width:100%;
    height:235px !important;
    max-height:none !important;
    object-fit:cover;
  }

  .work-gallery figcaption{
    padding:10px 12px;
    font-size:12px;
  }

  /* Snow photos also stay side-by-side */
  .snow-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }

  .snow-gallery img{
    width:100%;
    height:auto !important;
    aspect-ratio:4 / 5;
    object-fit:cover;
    max-height:none !important;
  }

  .snow-gallery figcaption{
    padding:9px 10px;
    font-size:11px;
    line-height:1.35;
  }

  /* Slightly tighter mobile sections to reduce scrolling */
  .portfolio-section.section,
  .work-example.section,
  .snow-gallery-section.section{
    padding-top:48px;
    padding-bottom:48px;
  }

  .portfolio-intro,
  .snow-gallery-intro{
    font-size:14px;
  }
}

/* Extra-small phones */
@media(max-width:420px){
  .before-after{
    gap:6px !important;
  }

  .before-after img,
  .work-example .before-after img,
  .snow-gallery img{
    aspect-ratio:3 / 4;
  }

  .image-badge{
    font-size:8px;
    padding:4px 6px;
  }

  .work-gallery figure{
    flex-basis:84%;
  }

  .work-gallery img{
    height:215px !important;
  }

  .snow-gallery{
    gap:6px !important;
  }
}


/* ===== V15: show all 3 work-gallery photos at once on phones ===== */
@media(max-width:700px){
  .work-gallery{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
    overflow:visible !important;
    padding-bottom:0 !important;
    scroll-snap-type:none !important;
  }

  .work-gallery figure{
    flex:none !important;
    width:auto !important;
    min-width:0 !important;
    scroll-snap-align:none !important;
  }

  .work-gallery img{
    width:100% !important;
    height:auto !important;
    aspect-ratio:1 / 1.15;
    object-fit:cover;
    max-height:none !important;
  }

  .work-gallery figcaption{
    min-height:44px;
    padding:7px 6px;
    font-size:10px;
    line-height:1.25;
    overflow-wrap:anywhere;
  }
}

@media(max-width:420px){
  .work-gallery{
    gap:5px !important;
  }

  .work-gallery figcaption{
    font-size:9px;
    padding:6px 4px;
    min-height:42px;
  }
}

/* V17: tree and outdoor-furniture project galleries */
.process-gallery{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.process-gallery figure{margin:0;position:relative;overflow:hidden;background:#fff}
.process-gallery img{width:100%;height:340px;display:block;object-fit:cover}
.process-gallery figcaption{padding:10px 12px;border:1px solid var(--line);border-top:0;background:#fff;font-size:13px;font-weight:700;color:var(--green-deep)}
.image-badge.work{background:rgba(117,104,60,.94)}
.bench-gallery{grid-template-columns:repeat(5,minmax(0,1fr))}
.bench-gallery img{height:320px}
.single-project-photo{display:block;max-width:560px}
.single-project-photo img{width:100%;height:330px;object-fit:cover;display:block}
.single-project-photo span{display:block;padding:12px 14px;border:1px solid var(--line);border-top:0;font-size:13px;font-weight:700;color:var(--green-dark)}
#utemobler{scroll-margin-top:150px}

@media(max-width:900px){
  .process-gallery,.bench-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}
  .process-gallery img,.bench-gallery img{height:300px}
}
@media(max-width:700px){
  .process-gallery.four-up{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:7px !important}
  .process-gallery.four-up img{height:auto !important;aspect-ratio:3/4;object-fit:cover}
  .bench-gallery{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:6px !important}
  .bench-gallery img{height:auto !important;aspect-ratio:3/4;object-fit:cover}
  .process-gallery figcaption{padding:6px 4px;font-size:9px;line-height:1.2;min-height:34px}
  .single-project-photo{max-width:none}
  .single-project-photo img{height:220px}
  .compact-home-project.section{padding-top:48px;padding-bottom:48px}
}


/* ===== V18: galleries after removing two photos ===== */
.process-gallery.four-up{
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.bench-gallery{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

@media(max-width:700px){
  .process-gallery.four-up{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .bench-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:7px !important;
  }
}

@media(max-width:420px){
  .process-gallery.four-up{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }
  .bench-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }
}


/* ===== V20: homepage Mark- och trädgårdsarbete as 2x2 on phones ===== */
@media(min-width:901px){
  .project-block .work-gallery{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}

@media(max-width:700px){
  .project-block .work-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .project-block .work-gallery img{
    aspect-ratio:1 / 1;
    height:auto !important;
    object-fit:cover;
  }
  .project-block .work-gallery figcaption{
    min-height:40px;
    padding:8px 6px;
    font-size:11px;
    line-height:1.25;
  }
}

@media(max-width:420px){
  .project-block .work-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:6px !important;
  }
  .project-block .work-gallery figcaption{
    font-size:10px;
    min-height:38px;
    padding:7px 5px;
  }
}
