:root {
  --bg: #f5f3eb;
  --surface: #fffcf3;
  --ink: #1f2a1f;
  --muted: #435543;
  --accent: #2e7d32;
  --accent-dark: #1f5c24;
  --line: #d6d3c6;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Manrope", sans-serif;
  background: radial-gradient(circle at 20% 20%, #fffef8 0, var(--bg) 40%),
    radial-gradient(circle at 80% 10%, #e9f6e7 0, transparent 45%),
    var(--bg);
  color: var(--ink);
  line-height: 1.6;
}

.skip-link {
  position: absolute;
  left: 0.7rem;
  top: -100px;
  background: #ffffff;
  color: #0f250f;
  border: 2px solid #2e7d32;
  border-radius: 0.5rem;
  padding: 0.55rem 0.8rem;
  z-index: 1000;
  text-decoration: none;
  font-weight: 700;
}

.skip-link:focus {
  top: 0.7rem;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 72vh;
  color: #f8fff8;
  background-image: linear-gradient(120deg, rgba(20, 30, 20, 0.8), rgba(28, 90, 34, 0.58)),
    url("viber_image_2026-03-19_13-05-06-225.jpg");
  background-size: cover;
  background-position: center;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.45));
}

.nav,
.hero__content {
  position: relative;
  z-index: 1;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.1rem 0;
}

.nav__actions {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0;
}

.brand__logo {
  width: auto;
  height: 88px;
  max-width: 280px;
  display: block;
  object-fit: contain;
}

.nav__contact {
  color: #f8fff8;
  text-decoration: none;
  border: 1px solid rgba(248, 255, 248, 0.6);
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  font-size: 0.9rem;
}

.hero__content {
  padding: 4.8rem 0 4rem;
  max-width: 760px;
}

.hero__tag {
  display: inline-block;
  background: rgba(248, 255, 248, 0.15);
  padding: 0.4rem 0.8rem;
  border: 1px solid rgba(248, 255, 248, 0.22);
  border-radius: 999px;
  margin-bottom: 0.8rem;
  font-weight: 600;
}

h1,
h2 {
  line-height: 1.2;
  margin: 0 0 0.75rem;
}

h1 {
  font-size: clamp(1.9rem, 4.2vw, 3.4rem);
}

h2 {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
}

.hero__content p {
  font-size: clamp(1rem, 1.8vw, 1.2rem);
  max-width: 60ch;
}

.hero__actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.btn {
  text-decoration: none;
  font-weight: 700;
  padding: 0.72rem 1rem;
  border-radius: 0.7rem;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
iframe:focus-visible {
  outline: 3px solid #9ef08f;
  outline-offset: 2px;
}

.btn--primary {
  background: var(--accent);
  color: #fff;
}

.btn--primary:hover {
  background: var(--accent-dark);
}

.btn--ghost {
  border: 1px solid rgba(248, 255, 248, 0.7);
  color: #f8fff8;
}

.section {
  padding: 3.4rem 0;
}

.section p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.section--highlight {
  background: linear-gradient(165deg, #edf7ed 0, #f7f4e6 100%);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.section__heading {
  margin-bottom: 1rem;
}

.before-after-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.before-after-card {
  background: #fffef8;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0.7rem;
  box-shadow: 0 10px 24px rgba(20, 30, 20, 0.08);
}

.before-after-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.before-after-column {
  background: #f9fbf6;
  border: 1px solid #dbe6d8;
  border-radius: 0.65rem;
  padding: 0.5rem;
}

.before-after-column-title {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--muted);
  margin-bottom: 0.45rem;
  display: none;
}

.before-after-stack {
  display: grid;
  gap: 0.5rem;
}

.before-after-card figure {
  position: relative;
  margin: 0;
}

.before-after-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 0.65rem;
  border: 1px solid var(--line);
  box-shadow: 0 10px 24px rgba(20, 30, 20, 0.12);
}

.before-after-badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 2;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  padding: 0.38rem 0.46rem;
  border-radius: 0.5rem;
  color: #fff;
  letter-spacing: 0.01em;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.24);
}

.before-after-badge--before {
  background: #8b1f1f;
}

.before-after-badge--after {
  background: #1f5c24;
}

.before-after-card figcaption {
  margin-top: 0.35rem;
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--muted);
}

.before-after-card--single {
  grid-column: 1 / -1;
}

.general-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
}

.videos-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
  background: #fffef8;
  border: 1px solid var(--line);
  border-radius: 0.75rem;
  padding: 0.65rem;
  box-shadow: 0 10px 24px rgba(20, 30, 20, 0.08);
}

.video-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1rem;
}

.video-card iframe,
.video-card video {
  width: 100%;
  min-height: 260px;
  border: 0;
  border-radius: 0.6rem;
  background: #101810;
}

.footer {
  background: #1b261b;
  color: #e8f4e8;
  padding: 3rem 0;
}

.footer a {
  color: #96e69a;
  text-decoration: none;
}

.footer__content p {
  margin: 0.4rem 0;
}

.footer__actions {
  margin-top: 0.9rem;
}

.btn--map {
  display: inline-block;
}

.map-embed {
  margin-top: 1rem;
  max-width: 700px;
}

.map-embed h3 {
  margin: 0 0 0.55rem;
  font-size: 1.12rem;
  color: #e8f4e8;
}

.map-embed iframe {
  width: 100%;
  min-height: 300px;
  border: 1px solid rgba(150, 230, 154, 0.28);
  border-radius: 0.8rem;
  background: #0f170f;
}

.contact-form {
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(150, 230, 154, 0.28);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  max-width: 560px;
}

.contact-form h3 {
  margin: 0 0 0.7rem;
  font-size: 1.12rem;
  color: #e8f4e8;
}

.contact-form label {
  display: block;
  font-weight: 600;
  margin: 0.55rem 0 0.25rem;
  color: #d5ead5;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(150, 230, 154, 0.3);
  border-radius: 0.55rem;
  padding: 0.65rem 0.7rem;
  font: inherit;
  color: #e8f4e8;
  background: rgba(5, 15, 5, 0.35);
}

.contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-form .btn {
  margin-top: 0.8rem;
  border: 0;
  cursor: pointer;
}

.form-note {
  margin: 0.6rem 0 0;
  font-size: 0.86rem;
  color: #b9d8b9;
}

.micro-footer {
  margin-top: 1.1rem;
  max-width: 760px;
  padding: 0.8rem;
  border: 1px solid rgba(150, 230, 154, 0.28);
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.04);
}

.micro-footer h3 {
  margin: 0 0 0.35rem;
  font-size: 1.02rem;
}

.micro-footer p {
  margin: 0 0 0.55rem;
  color: #d8ead8;
}

.micro-footer img {
  width: 100%;
  border-radius: 0.55rem;
  border: 1px solid rgba(150, 230, 154, 0.35);
  background: #fff;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(150, 230, 154, 0.65);
  outline-offset: 1px;
}

.footer__copy {
  margin-top: 1rem;
  color: #b2c6b2;
  font-size: 0.9rem;
}

.a11y-tools {
  position: fixed;
  right: 0.8rem;
  bottom: 0.8rem;
  z-index: 999;
  width: min(320px, calc(100% - 1.6rem));
  background: #ffffff;
  color: #122112;
  border: 1px solid #b6c8b6;
  border-radius: 0.85rem;
  box-shadow: 0 14px 28px rgba(12, 24, 12, 0.2);
  padding: 0.7rem;
}

.a11y-tools__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.4rem;
}

.a11y-tools h2 {
  font-size: 1rem;
  margin: 0;
}

.a11y-tools__minimize {
  border: 1px solid #9bb99b;
  border-radius: 0.35rem;
  padding: 0.2rem 0.45rem;
  background: #f8fcf5;
  color: #173017;
  font-weight: 700;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.a11y-tools__minimize:hover {
  background: #e8f1e5;
}

.a11y-tools__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.42rem;
}

.a11y-tools.a11y-minimized {
  width: min(80px, 100%);
  padding: 0.3rem;
}

.a11y-tools.a11y-minimized .a11y-tools__header {
  display: none;
}

.a11y-tools.a11y-minimized .a11y-tools__actions,
.a11y-tools.a11y-minimized .a11y-status {
  display: none;
}

.a11y-tools.a11y-minimized .a11y-tools__minimize {
  padding: 0.4rem 0.5rem;
  font-size: 1.4rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a11y-tools button {
  border: 1px solid #9bb99b;
  border-radius: 0.55rem;
  padding: 0.52rem 0.58rem;
  background: #f8fcf5;
  color: #173017;
  font-weight: 700;
  cursor: pointer;
}

.a11y-tools button[data-listening="1"] {
  background: #1f5c24;
  color: #fff;
}

.a11y-status {
  margin: 0.45rem 0 0;
  font-size: 0.86rem;
  color: #305230;
}

body.a11y-high-contrast {
  background: #0b0b0b;
  color: #ffffff;
}

body.a11y-high-contrast .hero,
body.a11y-high-contrast .section,
body.a11y-high-contrast .section--highlight,
body.a11y-high-contrast .footer,
body.a11y-high-contrast .video-card,
body.a11y-high-contrast .contact-form,
body.a11y-high-contrast .micro-footer {
  background: #111 !important;
  color: #fff !important;
}

body.a11y-high-contrast p,
body.a11y-high-contrast a,
body.a11y-high-contrast h1,
body.a11y-high-contrast h2,
body.a11y-high-contrast h3,
body.a11y-high-contrast label {
  color: #fff !important;
}

body.a11y-high-contrast .btn,
body.a11y-high-contrast .a11y-tools button {
  border-color: #f0f0f0;
}

body.a11y-high-contrast .a11y-tools__minimize:hover {
  background: #2a2a2a;
}

@media (max-width: 860px) {
  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .videos-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hero {
    min-height: 64vh;
  }

  .brand {
    padding: 0;
  }

  .brand__logo {
    width: auto;
    height: 72px;
    max-width: 220px;
  }

  .hero__content {
    padding-top: 3rem;
  }

  .before-after-pair {
    grid-template-columns: 1fr;
  }

  .general-gallery {
    grid-template-columns: 1fr;
  }

  .nav__actions {
    gap: 0.35rem;
  }

  .nav__contact {
    font-size: 0.8rem;
    padding: 0.4rem 0.7rem;
  }

  .contact-form {
    padding: 0.85rem;
  }

  .micro-footer {
    padding: 0.7rem;
  }

  .map-embed iframe {
    min-height: 250px;
  }

  .video-card iframe,
  .video-card video {
    min-height: 220px;
  }

  .a11y-tools {
    width: calc(100% - 1rem);
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
