/* ============================================================
   Čistíme pozemky – LOM service s.r.o.
   Modern redesign · dark green + light green
   ============================================================ */

:root {
  --forest-950: #0c2118;
  --forest-900: #103024;
  --forest-800: #16412f;
  --forest-700: #1d573e;
  --green-600:  #237a4a;
  --green-500:  #2f9657;
  --green-300:  #8fd0a4;
  --green-100:  #dcefe1;
  --green-50:   #eef6f0;

  /* accent - light green */
  --accent-600: #3f9f53;
  --accent-500: #56bf6b;
  --accent-400: #95dca0;
  --accent-100: #dcf2dd;

  --cream:   #eef4ec;
  --paper:   #f8faf7;
  --white:   #ffffff;

  --ink:     #16241c;
  --muted:   #5d6e63;
  --line:    #e4e6dd;
  --line-2:  #d6dccf;

  --shadow-sm: 0 2px 6px rgba(12, 33, 24, .06);
  --shadow-md: 0 14px 36px rgba(12, 33, 24, .12);
  --shadow-lg: 0 26px 70px rgba(12, 33, 24, .22);

  --r-xs: 10px;
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 28px;

  --container: 1200px;
  --font-head: "Sora", system-ui, sans-serif;
  --font-body: "Inter", system-ui, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--font-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--green-600); text-decoration: none; }

h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--forest-900);
}

.container { max-width: var(--container); margin: 0 auto; padding: 0 26px; }

.section { padding: 104px 0; }
.section--tint { background: var(--cream); }
.section--dark { background: var(--forest-900); color: rgba(255,255,255,.82); }

/* ---------- Section head ---------- */
.section-head { max-width: 660px; margin-bottom: 56px; }
.section-head--center { margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow {
  display: inline-flex; align-items: center;
  font-family: var(--font-head);
  font-size: 12.5px; font-weight: 700;
  text-transform: uppercase; letter-spacing: .18em;
  color: var(--green-600);
  margin-bottom: 16px;
}
.eyebrow::before {
  content: ""; width: 26px; height: 2px; margin-right: 12px;
  background: var(--accent-500); border-radius: 2px;
}
.eyebrow--light { color: var(--green-300); }
.section-head--center .eyebrow { justify-content: center; }

.section-head h2 { font-size: clamp(30px, 4.3vw, 46px); margin-bottom: 16px; }
.section-head p { color: var(--muted); font-size: 18.5px; }
.section--dark .section-head h2 { color: var(--white); }
.section--dark .section-head p { color: rgba(255,255,255,.74); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-size: 15.5px; font-weight: 700;
  padding: 13px 24px; border-radius: 999px;
  border: 2px solid transparent; cursor: pointer;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex: none; }
.btn--lg { padding: 16px 30px; font-size: 16.5px; }

.btn--accent { background: var(--accent-500); color: var(--forest-900); }
.btn--accent:hover { background: var(--accent-600); color: var(--forest-900); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--primary { background: var(--forest-800); color: #fff; }
.btn--primary:hover { background: var(--forest-700); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--light { background: #fff; color: var(--forest-900); }
.btn--light:hover { background: var(--green-50); transform: translateY(-2px); box-shadow: var(--shadow-md); }

.btn--ghost-dark { border-color: var(--line-2); color: var(--forest-900); background: transparent; }
.btn--ghost-dark:hover { border-color: var(--forest-900); background: var(--forest-900); color: #fff; }

.btn--ghost-light { border-color: rgba(255,255,255,.5); color: #fff; background: transparent; }
.btn--ghost-light:hover { border-color: #fff; background: rgba(255,255,255,.12); color: #fff; }

.btn--whatsapp { background: #25d366; color: #fff; }
.btn--whatsapp:hover { background: #1da955; color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--whatsapp svg { width: 20px; height: 20px; }

.btn--facebook { background: #1877f2; color: #fff; border-radius: var(--r-xs); }
.btn--facebook:hover { background: #0e63d6; color: #fff; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn--facebook svg { width: 20px; height: 20px; }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--forest-950);
  color: rgba(255,255,255,.78);
  font-size: 14px;
}
.topbar__inner { display: flex; justify-content: space-between; align-items: center; gap: 16px; height: 42px; }
.topbar a { color: rgba(255,255,255,.92); font-weight: 600; display: inline-flex; align-items: center; }
.topbar a:hover { color: var(--accent-400); }
.topbar__contacts { display: flex; gap: 26px; align-items: center; }
.topbar svg { width: 14px; height: 14px; margin-right: 7px; vertical-align: middle; }
.topbar__note { display: flex; align-items: center; color: rgba(255,255,255,.7); }

/* ---------- Header ---------- */
.header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(248,250,247,.86);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .25s ease, background .25s ease;
}
.header.is-scrolled { box-shadow: var(--shadow-sm); background: rgba(248,250,247,.96); }
.header__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; height: 78px; }

.brand { display: inline-flex; align-items: center; }
.brand__word {
  font-family: var(--font-head); font-weight: 800; font-size: 22px;
  color: var(--forest-900); letter-spacing: -0.02em; line-height: 1;
  white-space: nowrap;
}
.brand__word strong { font-weight: 800; color: var(--green-600); }

.nav { display: flex; align-items: center; gap: 4px; }
.nav a {
  font-family: var(--font-head); font-size: 15px; font-weight: 600;
  color: var(--ink); padding: 10px 15px; border-radius: 10px;
  transition: background .18s ease, color .18s ease;
}
.nav a:not(.btn):hover { color: var(--green-600); background: var(--green-50); }
.nav a.is-active { color: var(--green-600); background: var(--green-100); }
.nav__cta { margin-left: 10px; padding: 11px 20px; }

.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; border-radius: 10px; }
.nav-toggle:hover { background: var(--green-50); }
.nav-toggle span { display: block; width: 24px; height: 2.5px; border-radius: 2px; background: var(--forest-900); margin: 5px 0; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle.is-open span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle.is-open span:nth-child(2) { opacity: 0; }
.nav-toggle.is-open span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- Hero ---------- */
.hero {
  position: relative; isolation: isolate; overflow: hidden;
  display: flex; align-items: center; color: #fff;
}
.hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: center 42%; }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(102deg, rgba(8,20,14,.92) 0%, rgba(12,33,24,.72) 46%, rgba(16,48,36,.42) 100%),
    linear-gradient(0deg, rgba(8,20,14,.5) 0%, transparent 34%);
}
.hero__inner { position: relative; z-index: 1; padding: 96px 26px; }
.hero__copy { max-width: 620px; }

.hero h1 { color: #fff; font-size: clamp(38px, 6vw, 66px); line-height: 1.04; margin-bottom: 22px; }
.hero h1 em { font-style: normal; color: var(--accent-400); }
.hero__lead { font-size: clamp(17px, 2vw, 19.5px); color: rgba(255,255,255,.9); margin-bottom: 34px; max-width: 520px; }
.hero__lead strong { color: #fff; }

.hero__actions { display: flex; flex-wrap: wrap; gap: 14px; }

/* ---------- Trust strip ---------- */
.strip { background: var(--forest-900); }
.strip__inner { display: flex; flex-direction: column; gap: 16px; padding: 22px 48px; max-width: 1360px; }
.strip__row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 14px 18px; }
.strip__row:last-child { justify-content: center; column-gap: 52px; }
.strip__item { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.92); font-family: var(--font-head); font-weight: 600; font-size: 15px; }
.strip__item svg { width: 20px; height: 20px; color: var(--accent-400); flex: none; }

/* ---------- Page hero (subpages) ---------- */
.page-hero {
  position: relative; isolation: isolate; overflow: hidden;
  color: #fff; padding: 92px 0 84px;
}
.page-hero__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; }
.page-hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background: linear-gradient(105deg, rgba(8,20,14,.92) 0%, rgba(12,33,24,.72) 52%, rgba(16,48,36,.5) 100%);
}
.page-hero .eyebrow { color: var(--accent-400); }
.page-hero h1 { color: #fff; font-size: clamp(34px, 5.2vw, 54px); margin-bottom: 16px; }
.page-hero p { max-width: 620px; font-size: 18.5px; color: rgba(255,255,255,.85); }
.breadcrumbs { font-size: 14px; margin-bottom: 18px; color: rgba(255,255,255,.65); display: flex; gap: 8px; align-items: center; flex-wrap: wrap; }
.breadcrumbs a { color: rgba(255,255,255,.9); font-weight: 600; }
.breadcrumbs a:hover { color: var(--accent-400); }
.breadcrumbs span { opacity: .6; }

/* ---------- Values grid ---------- */
.values { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 32px 26px; text-align: left;
}
.value__icon { width: 54px; height: 54px; border-radius: 14px; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; margin-bottom: 18px; }
.value__icon svg { width: 28px; height: 28px; }
.value h3 { font-size: 18px; margin-bottom: 8px; }
.value p { color: var(--muted); font-size: 14.5px; }

/* ---------- Service detail blocks ---------- */
.service-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
  padding: 60px 0; border-bottom: 1px solid var(--line);
}
.service-block:last-of-type { border-bottom: none; }
.service-block:nth-child(even) .service-block__media { order: 2; }
.service-block__media { position: relative; }
.service-block__media img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--shadow-md); }
.service-block__tag {
  position: absolute; top: 16px; left: 16px;
  background: var(--accent-500); color: var(--forest-900); font-family: var(--font-head);
  font-weight: 700; font-size: 13px; padding: 7px 14px; border-radius: 999px;
}
.service-block h2 { font-size: clamp(24px, 3.2vw, 34px); margin-bottom: 16px; display: flex; align-items: center; gap: 14px; }
.service-block h2 svg { width: 34px; height: 34px; color: var(--green-600); flex: none; }
.service-block > div > p { color: var(--muted); margin-bottom: 14px; }

/* ---------- Spec list ---------- */
.spec-list { list-style: none; display: grid; gap: 16px; }
.spec-list li { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-bottom: 1px solid var(--line); }
.spec-list li:last-child { border-bottom: none; }
.spec-list__icon { width: 44px; height: 44px; flex: none; border-radius: 12px; background: var(--green-100); color: var(--green-600); display: grid; place-items: center; }
.spec-list__icon svg { width: 24px; height: 24px; }
.spec-list strong { font-family: var(--font-head); font-size: 17px; color: var(--forest-900); display: block; margin-bottom: 2px; }
.spec-list span { color: var(--muted); font-size: 15px; }

/* ---------- Map ---------- */
.map-wrap { border-radius: var(--r-md); overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.map-wrap iframe { width: 100%; height: 420px; border: 0; display: block; }

/* ---------- Split ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split--reverse .split__media { order: 2; }
.split__media { position: relative; }
.split__media img { width: 100%; aspect-ratio: 4 / 3.4; object-fit: cover; border-radius: var(--r-md); box-shadow: var(--shadow-lg); }
.split__badge {
  position: absolute; right: -22px; bottom: -22px;
  background: var(--accent-500); color: var(--forest-900);
  padding: 18px 24px; border-radius: var(--r-sm); box-shadow: var(--shadow-md);
  display: flex; align-items: center; gap: 14px;
}
.split--reverse .split__badge { right: auto; left: -22px; background: var(--forest-800); color: #fff; }
.split__badge strong { font-family: var(--font-head); font-size: 26px; font-weight: 800; line-height: 1; }
.split__badge span { font-size: 13px; line-height: 1.35; opacity: .92; }

.split__body h2 { font-size: clamp(28px, 3.6vw, 40px); margin-bottom: 20px; }
.split__body > p { color: var(--muted); margin-bottom: 16px; }

.checklist { list-style: none; margin: 24px 0 32px; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 13px; align-items: center; font-weight: 500; }
.checklist svg { width: 22px; height: 22px; flex: none; padding: 3px; border-radius: 50%; background: var(--green-100); color: var(--green-600); }

/* ---------- Service cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.card {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 36px 32px;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
  position: relative; overflow: hidden;
}
.card::after {
  content: ""; position: absolute; left: 0; top: 0; height: 4px; width: 100%;
  background: linear-gradient(90deg, var(--green-500), var(--accent-500));
  transform: scaleX(0); transform-origin: left; transition: transform .3s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.card:hover::after { transform: scaleX(1); }
.card__icon { width: 60px; height: 60px; border-radius: 16px; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; margin-bottom: 22px; }
.card__icon svg { width: 30px; height: 30px; }
.card h3 { font-size: 20px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 15.5px; }

/* ---------- Machine bento ---------- */
.machine { background: var(--paper); }
.bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(170px, auto);
  gap: 22px;
}
.bento__photo {
  grid-column: span 2; grid-row: span 2;
  position: relative; border-radius: var(--r-md); overflow: hidden;
  box-shadow: var(--shadow-md); background: var(--green-50);
}
.bento__photo img { width: 100%; height: 100%; object-fit: contain; padding: 22px; }
.bento__photo figcaption {
  position: absolute; left: 18px; bottom: 16px;
  background: rgba(16,48,36,.9); color: #fff; backdrop-filter: blur(4px);
  font-family: var(--font-head); font-size: 13.5px; font-weight: 600;
  padding: 8px 16px; border-radius: 999px;
}
.bento__stat {
  border-radius: var(--r-md); padding: 28px;
  display: flex; flex-direction: column; justify-content: center;
  background: var(--forest-900); color: rgba(255,255,255,.8);
}
.bento__stat--accent { background: var(--accent-500); color: rgba(16,48,36,.9); }
.bento__stat strong { font-family: var(--font-head); font-size: clamp(40px, 5vw, 56px); font-weight: 800; line-height: 1; color: #fff; margin-bottom: 10px; }
.bento__stat--accent strong { color: var(--forest-900); }
.bento__stat span { font-size: 14.5px; line-height: 1.45; }

.bento__feature {
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 26px;
  display: flex; flex-direction: column; gap: 4px;
}
.bento__feature-icon { width: 46px; height: 46px; border-radius: 12px; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; margin-bottom: 10px; }
.bento__feature-icon svg { width: 24px; height: 24px; }
.bento__feature h3 { font-size: 18px; }
.bento__feature p { color: var(--muted); font-size: 14.5px; }

/* ---------- Gallery ---------- */
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  grid-auto-flow: dense;
  gap: 16px;
}
.gallery__item {
  position: relative; overflow: hidden; border-radius: var(--r-sm);
  background: var(--forest-800); display: block;
}
.gallery__item--tall { grid-row: span 2; }
.gallery__item--wide { grid-column: span 2; }
.gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery__item:hover img { transform: scale(1.07); }
.gallery__item::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,33,24,.78), transparent 52%); opacity: 0; transition: opacity .3s ease; }
.gallery__item:hover::after { opacity: 1; }
.gallery__label {
  position: absolute; left: 16px; bottom: 14px; z-index: 1;
  color: #fff; font-family: var(--font-head); font-size: 14.5px; font-weight: 700;
  opacity: 0; transform: translateY(8px); transition: opacity .3s ease, transform .3s ease;
}
.gallery__item:hover .gallery__label { opacity: 1; transform: none; }

/* Collapsible gallery - show 3 rows by default, button reveals the rest */
.gallery--collapsible .gallery__item:nth-child(n+13) { display: none; }
.gallery--collapsible.is-expanded .gallery__item:nth-child(n+13) { display: block; }
@media (max-width: 1024px) {
  .gallery--collapsible .gallery__item:nth-child(n+7) { display: none; }
  .gallery--collapsible.is-expanded .gallery__item:nth-child(n+7) { display: block; }
}
.gallery-more { text-align: center; margin-top: 34px; }

/* ---------- Pricing ---------- */
.pricing { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.pricing__intro h2 { font-size: clamp(28px, 3.8vw, 42px); margin-bottom: 18px; }
.pricing__intro p { color: var(--muted); font-size: 18px; margin-bottom: 30px; }

.steps { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; counter-reset: s; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); padding: 28px 26px; position: relative; }
.step__num { font-family: var(--font-head); font-size: 15px; font-weight: 800; color: var(--green-600); letter-spacing: .04em; }
.step h3 { font-size: 18px; margin: 12px 0 8px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* ---------- CTA ---------- */
.cta { position: relative; overflow: hidden; background: var(--forest-900); color: #fff; }
.cta__bg { display: none; }
.cta__inner {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: space-between;
  gap: 40px; flex-wrap: wrap; padding: 84px 26px;
}
.cta h2 { color: #fff; font-size: clamp(28px, 4vw, 42px); margin-bottom: 12px; max-width: 560px; }
.cta p { color: rgba(255,255,255,.8); max-width: 540px; font-size: 18px; }
.cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-bottom: 40px; }
.contact-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md);
  padding: 36px 30px; text-align: center;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  display: block; color: inherit;
}
.contact-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: var(--green-300); }
.contact-card__icon { width: 60px; height: 60px; margin: 0 auto 18px; border-radius: 50%; background: var(--green-50); color: var(--green-600); display: grid; place-items: center; }
.contact-card__icon svg { width: 28px; height: 28px; }
.contact-card h3 { font-size: 15px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 8px; }
.contact-card strong { font-family: var(--font-head); font-size: 20px; color: var(--forest-900); display: block; }
.contact-card p { color: var(--muted); font-size: 14.5px; margin-top: 6px; }

.company {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 28px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--r-md); padding: 30px 36px;
}
.company__meta { list-style: none; flex: 1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 18px 38px; }
.company__meta li { display: flex; flex-direction: column; }
.company__meta span { font-size: 12px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.company__meta strong { font-family: var(--font-head); font-size: 15px; color: var(--forest-900); }

/* ---------- Footer ---------- */
.footer { background: var(--forest-950); color: rgba(255,255,255,.74); padding-top: 76px; font-size: 15px; }
.footer__inner { display: grid; grid-template-columns: 1.6fr 1fr 1.2fr; gap: 56px; padding-bottom: 56px; }
.brand--footer { margin-bottom: 20px; }
.brand--footer .brand__word { color: #fff; }
.footer__brand p { max-width: 360px; line-height: 1.7; }
.footer__social { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; font-weight: 600; color: #fff; }
.footer__social:hover { color: var(--accent-400); }
.footer__social svg { width: 18px; height: 18px; flex: none; }
.footer h4 { color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .12em; margin-bottom: 20px; }
.footer ul { list-style: none; display: grid; gap: 12px; }
.footer a { color: rgba(255,255,255,.74); }
.footer a:hover { color: var(--accent-400); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 22px 0; font-size: 13.5px; color: rgba(255,255,255,.5); }
.footer__bottom-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }

/* ---------- Lightbox ---------- */
.lightbox {
  position: fixed; inset: 0; z-index: 200;
  background: rgba(8,20,14,.95);
  display: none; align-items: center; justify-content: center; padding: 56px;
}
.lightbox.is-open { display: flex; }
.lightbox__stage { display: flex; flex-direction: column; align-items: center; gap: 16px; max-width: min(1120px, 100%); }
.lightbox__img { max-height: calc(100vh - 150px); max-width: 100%; border-radius: 10px; box-shadow: var(--shadow-lg); object-fit: contain; }
.lightbox__caption { color: rgba(255,255,255,.85); font-family: var(--font-head); font-size: 15px; font-weight: 600; }
.lightbox__close, .lightbox__nav {
  position: absolute; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2);
  color: #fff; width: 50px; height: 50px; border-radius: 50%; cursor: pointer;
  display: grid; place-items: center; transition: background .2s ease;
}
.lightbox__close:hover, .lightbox__nav:hover { background: var(--green-600); border-color: var(--green-600); }
.lightbox__close { top: 24px; right: 24px; }
.lightbox__prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lightbox__next { right: 24px; top: 50%; transform: translateY(-50%); }
.lightbox svg { width: 22px; height: 22px; }

/* ---------- Back to top ---------- */
.to-top {
  position: fixed; right: 22px; bottom: 22px; z-index: 90;
  width: 50px; height: 50px; border-radius: 50%; border: none;
  background: var(--accent-500); color: var(--forest-900); cursor: pointer;
  display: grid; place-items: center; box-shadow: var(--shadow-md);
  opacity: 0; pointer-events: none; transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, background .2s ease;
}
.to-top.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.to-top:hover { background: var(--accent-600); }
.to-top svg { width: 20px; height: 20px; }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ---------- Responsive ---------- */
/* Below desktop: stack the trust-strip items one per line (like phone) */
@media (max-width: 1200px) {
  .strip__inner { padding-left: 26px; padding-right: 26px; }
  .strip__row, .strip__row:last-child { justify-content: flex-start; column-gap: 12px; }
  .strip__item { width: 100%; display: grid; grid-template-columns: 20px minmax(0, 1fr); align-items: center; column-gap: 10px; }
}

@media (max-width: 1024px) {
  .hero__inner { padding: 72px 26px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento__photo { grid-column: span 2; grid-row: span 1; min-height: 320px; }
  .split, .pricing { grid-template-columns: 1fr; gap: 48px; }
  .split--reverse .split__media { order: 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); }
  .gallery__item--wide { grid-column: span 2; }
  .values { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .service-block { grid-template-columns: 1fr; gap: 36px; }
  .service-block:nth-child(even) .service-block__media { order: 0; }
  .footer__inner { grid-template-columns: 1fr 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .section { padding: 72px 0; }
  .topbar__note { display: none; }
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: 78px; left: 0; right: 0;
    flex-direction: column; align-items: stretch; gap: 4px;
    background: var(--paper); border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow-md); padding: 16px 22px 24px; display: none;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 14px; }
  .nav__cta { margin: 8px 0 0; justify-content: center; }
  .strip__inner { padding-left: 26px; padding-right: 26px; }
  .strip__row { gap: 12px 24px; }
  .strip__item { font-size: 14px; }
  .cards { grid-template-columns: 1fr; }
  .values { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .split__badge { right: 16px; bottom: -18px; }
  .split--reverse .split__badge { left: 16px; }
  .cta__inner { padding: 64px 26px; }
}

@media (max-width: 560px) {
  .topbar { display: none; }
  .hero__inner { padding: 72px 26px; }
  .bento { grid-template-columns: 1fr; }
  .bento__photo { grid-column: span 1; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 150px; }
  .gallery__item--wide, .gallery__item--tall { grid-column: span 2; grid-row: span 1; }
  .footer__inner { grid-template-columns: 1fr; }
  .hero__actions .btn { flex: 1; justify-content: center; }
  .lightbox { padding: 16px; }
  .lightbox__prev { left: 8px; }
  .lightbox__next { right: 8px; }
}
