:root {
  --ns-green: #6dbf4b;
  --ns-green-dark: #4e9a32;
  --ns-green-deep: #3d8c2a;
  --ns-orange: #ff8a29;
  --ns-orange-dark: #e67312;
  --ns-dark: #3d4a3c;
  --ns-muted: #6b7a6a;
  --ns-line: #e4eee0;
  --ns-soft: #f7fbf4;
  --ns-white: #ffffff;
  --ns-shadow: 0 14px 32px rgba(61, 74, 60, 0.1);
  --ns-radius: 12px;
  --ns-header: 86px;
  --font: "Open Sans", Arial, sans-serif;
  --serif: "Nunito", "Open Sans", sans-serif;
  --headline: "Amatic SC", "Amatic SC Fallback", sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-x: clip;
  scroll-padding-top: calc(var(--ns-header) + 16px);
}

html:has(body.is-editor) {
  scroll-padding-top: calc(var(--ns-header) + 64px);
}

body {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: visible;
  font-family: var(--font);
  color: var(--ns-dark);
  background: var(--ns-white);
  line-height: 1.7;
}

body:not(.ns-login-body) {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

body:not(.ns-login-body) > main,
body:not(.ns-login-body) > .hp-wysiwyg-canvas {
  flex: 1 0 auto;
}

.ns-skip {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 200;
  padding: 0.55rem 0.9rem;
  background: var(--ns-green-deep);
  color: #fff !important;
  border-radius: 8px;
  font-weight: 700;
}
.ns-skip:focus {
  top: 0.7rem;
}

.ns-inlinks {
  margin: 0;
  padding: 0.35rem 1.2rem 0;
  font-size: 0.92rem;
  line-height: 1.5;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.ns-inlinks a {
  color: var(--ns-green-deep);
  font-weight: 700;
  text-decoration: underline;
}

.ns-breadcrumb {
  margin: 0 0 1.4rem;
  font-size: 0.92rem;
}
.ns-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.3rem 0.45rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: var(--ns-muted);
}
.ns-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 0.45rem;
  color: var(--ns-line);
}
.ns-breadcrumb a { color: var(--ns-green-dark); }
.ns-breadcrumb [aria-current="page"] { color: var(--ns-dark); }

address.ns-copy {
  font-style: normal;
}

img { max-width: 100%; height: auto; display: block; }

a { color: var(--ns-green-dark); text-decoration: none; }
a:hover { color: var(--ns-orange); }

.ns-wrap {
  width: min(1140px, calc(100% - 2.4rem));
  margin-inline: auto;
}

main,
.hp-wysiwyg-canvas {
  overflow-x: clip;
}

.ns-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  border-left: 4px solid var(--ns-green);
  box-shadow: 0 10px 28px rgba(61, 74, 60, 0.14);
}

body.is-editor .ns-header { top: var(--hp-adminbar-h, 48px); }

.ns-header.is-scrolled,
.ns-header.is-open {
  box-shadow: 0 16px 40px rgba(61, 74, 60, 0.26), 0 6px 14px rgba(61, 74, 60, 0.12);
}

.ns-header-inner {
  min-height: var(--ns-header);
  display: flex;
  align-items: center;
  gap: 1.1rem 1.4rem;
}

.ns-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  color: inherit;
}
.ns-logo:hover { color: inherit; }
.ns-logo img { height: 52px; width: auto; }
.ns-logo-title {
  font-family: var(--serif);
  font-weight: 800;
  font-size: 1.18rem;
  color: #2c2c2c;
  letter-spacing: -0.02em;
}

.ns-nav {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.45rem 1.2rem;
  min-width: 0;
  padding-left: 0.4rem;
  font-weight: 600;
  font-family: var(--serif);
  font-size: 0.95rem;
}

.ns-nav a { color: #3d3d3d; white-space: nowrap; }
.ns-nav a:hover { color: var(--ns-orange); }

.ns-header-cta {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-left: auto;
  gap: 0.9rem;
}

.ns-phone {
  color: var(--ns-muted);
  font-weight: 700;
  white-space: nowrap;
}

.ns-nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  margin-left: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  overflow: visible;
  appearance: none;
  -webkit-appearance: none;
}
.ns-nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #2c2c2c;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.ns-header.is-open .ns-nav-toggle span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.ns-header.is-open .ns-nav-toggle span:nth-child(2) {
  opacity: 0;
}
.ns-header.is-open .ns-nav-toggle span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.ns-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  font-family: var(--serif);
  font-weight: 800;
  font-size: 0.92rem;
  border: 0;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.18s ease, background 0.18s ease;
}

.ns-btn-small { min-height: 38px; padding: 0.4rem 1.05rem; }
.ns-btn:hover { transform: translateY(-1px); }

.ns-btn-accent {
  background: var(--ns-orange);
  color: #fff !important;
}
.ns-btn-accent:hover { background: var(--ns-orange-dark); color: #fff !important; }

.ns-btn-green {
  background: var(--ns-green);
  color: #fff !important;
}
.ns-btn-green:hover { background: var(--ns-green-dark); color: #fff !important; }

.ns-btn-ghost {
  background: transparent;
  color: var(--ns-green-dark) !important;
  border: 2px solid var(--ns-green);
}

.ns-kicker {
  margin: 0 0 0.45rem;
  color: var(--ns-green-dark);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 800;
  font-family: var(--serif);
}

h1, h2, h3,
.ns-h2,
.ns-hero-title,
.ns-h3,
.ns-quote-xl,
.ns-login-card h1,
.ns-footer-title {
  font-family: var(--headline);
  font-style: normal;
}

.ns-h2 {
  font-size: clamp(2.4rem, 4.2vw, 3.3rem);
  line-height: 1.15;
  margin: 0 0 0.9rem;
  font-weight: 700;
  color: var(--ns-green-deep);
}

.ns-h2--light { color: #fff; }

.ns-h3 {
  margin: 0 0 0.4rem;
  font-size: clamp(1.45rem, 2.2vw, 1.85rem);
  font-weight: 700;
  color: var(--ns-green-deep);
}

.ns-lead,
.ns-copy,
.hp-copy {
  color: var(--ns-muted);
  margin: 0 0 1rem;
}

h3.ns-lead {
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 400;
  line-height: 1.65;
}

.ns-lead--light { color: rgba(255, 255, 255, 0.92); }

.ns-section { padding: 5.8rem 0 6.4rem; position: relative; }

section[id],
footer[id] {
  scroll-margin-top: calc(var(--ns-header) + 16px);
}

body.is-editor section[id],
body.is-editor footer[id] {
  scroll-margin-top: calc(var(--ns-header) + 64px);
}
.ns-heading { padding: 5.2rem 0 2.8rem; }
.ns-textrow { padding: 4.2rem 0 5.2rem; }
.ns-textrow + .ns-textrow { padding-top: 4.4rem; }
.ns-textrow .ns-photo,
.ns-textrow .ns-split-media img,
.ns-textrow .ns-split-media .hp-image-btn img {
  min-height: 280px;
}

.ns-section-head {
  max-width: 640px;
  margin: 0 auto 3.2rem;
  text-align: center;
}

.ns-has-deco::before,
.ns-has-deco::after {
  content: "";
  position: absolute;
  width: min(240px, 28vw);
  height: min(380px, 70%);
  background: url("../img/leaves.svg") no-repeat center / contain;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.ns-has-deco::before { left: 0; top: 8%; transform: scaleX(-1); }
.ns-has-deco::after { right: 0; bottom: 4%; }
.ns-contact.ns-has-deco::before,
.ns-contact.ns-has-deco::after { content: none; }

.ns-has-deco > * { position: relative; z-index: 1; }

.ns-hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: #fff;
  margin-top: calc(var(--ns-header) * -1);
  padding: 0 0 3.5rem;
}

.ns-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 2rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.ns-hero-copy {
  padding: calc(var(--ns-header) + 1.2rem) 0 2rem;
  max-width: 560px;
  display: flex;
  flex-direction: column;
}
.ns-hero-copy .ns-kicker { order: 1; }
.ns-hero-copy .ns-hero-title { order: 2; }
.ns-hero-copy .ns-hero-sub { order: 3; }
.ns-hero-copy .ns-hero-actions { order: 4; }

.ns-hero-title {
  font-size: clamp(3.1rem, 6.2vw, 5.2rem);
  line-height: 1.02;
  margin: 0 0 0.8rem;
  font-weight: 700;
  color: var(--ns-green);
}

.ns-hero-sub {
  font-family: var(--font);
  font-size: 1.08rem;
  font-weight: 400;
  line-height: 1.65;
  margin: 0 0 1.5rem;
  color: var(--ns-muted);
}

.ns-hero-actions { display: flex; flex-wrap: wrap; gap: 0.7rem; }

.ns-hero-visual {
  position: relative;
  min-height: 0;
}

.ns-hero-visual::before {
  content: "";
  position: absolute;
  inset: -12% -22% -18% 6%;
  background: var(--ns-green);
  border-radius: 62% 38% 42% 58% / 48% 32% 68% 52%;
  z-index: 0;
}

.ns-hero .hp-image-btn,
.ns-hero .ns-hero-media,
.ns-hero-visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 48% 42% 38% 58% / 42% 36% 54% 48%;
}

.ns-hero .hp-image-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  display: block;
}

@media (min-width: 1025px) {
  .ns-hero-visual {
    align-self: stretch;
    min-height: 520px;
  }
  .ns-hero-visual::before {
    inset: 0 -22% -8% 8%;
  }
}

.ns-split {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 3.2rem;
  align-items: center;
}
.ns-split-copy,
.ns-split-media { min-width: 0; }

.ns-textrow.is-align-right .ns-split { grid-template-columns: 1.15fr 0.85fr; }
.ns-textrow.is-align-right .ns-split-copy { order: 2; }

.ns-about .ns-split { grid-template-columns: 280px 1fr; }

.ns-about .ns-photo,
.ns-about .ns-split-media img,
.ns-about .ns-split-media .hp-image-btn,
.ns-about .ns-split-media .hp-image-btn img {
  width: 260px;
  height: 260px;
  min-height: 0;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: var(--ns-shadow);
}

.ns-photo,
.ns-split-media img,
.ns-split-media .hp-image-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  min-height: 340px;
}

.ns-split-media .hp-image-btn,
.ns-card-media .hp-image-btn,
.ns-gallery-item .hp-image-btn,
.ns-team-photo .hp-image-btn,
.ns-quote-banner-media .hp-image-btn {
  width: 100%;
  padding: 0;
  border: 0;
  background: #eaf4e2;
  border-radius: 24px;
  overflow: hidden;
  cursor: pointer;
}

.ns-about .ns-split-media .hp-image-btn { border-radius: 50%; width: 260px; }

.ns-checks {
  margin: 0 0 1.4rem;
  padding: 0;
  list-style: none;
}

.ns-checks li {
  position: relative;
  padding: 0.3rem 0 0.3rem 2rem;
  margin-bottom: 0.3rem;
  font-weight: 600;
}

.ns-checks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4rem;
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  background: var(--ns-green) url("../img/icon-check.svg") center / 0.75rem no-repeat;
}

.ns-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1.4rem;
}

.ns-stat-value {
  display: block;
  font-family: var(--headline);
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--ns-green-dark);
}

.ns-stat-label { color: var(--ns-muted); font-size: 0.92rem; }

.ns-spotlight { background: var(--ns-soft); overflow: hidden; }
.ns-spotlight-edit-title { margin-bottom: 1.2rem; }
.ns-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 0 0 1.6rem;
}
.ns-fact {
  position: relative;
  background: #fff;
  border-radius: 18px;
  padding: 1.35rem 1.1rem 1.2rem;
  box-shadow: var(--ns-shadow);
  text-align: center;
}
.ns-fact-value {
  display: block;
  font-family: var(--headline);
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  color: var(--ns-green-deep);
}
.ns-fact-label {
  display: block;
  margin-top: 0.45rem;
  color: var(--ns-muted);
  font-weight: 600;
  font-size: 0.95rem;
}
.ns-spotlight-stage {
  position: relative;
  width: min(1320px, calc(100% - 1.2rem));
  margin-inline: auto;
  border-radius: 24px;
  overflow: hidden;
  min-height: 460px;
}
.ns-spotlight-stage .hp-image-slot {
  width: 100%;
  height: min(72vh, 640px);
  min-height: 460px;
}
.ns-spotlight-stage .hp-image-btn,
.ns-spotlight-photo,
.ns-spotlight-stage img {
  display: block;
  width: 100%;
  height: min(72vh, 640px);
  min-height: 460px;
  object-fit: cover;
  border-radius: 0;
}
.ns-spotlight-stage .hp-image-slot .hp-image-btn,
.ns-spotlight-stage .hp-image-slot img {
  height: 100%;
  min-height: 0;
}
.ns-spotlight-stage .hp-image-btn {
  padding: 0;
  border: 0;
  background: #d7ead0;
  min-height: 460px;
}
.ns-spotlight-card {
  position: absolute;
  z-index: 2;
  left: 1.6rem;
  bottom: 1.6rem;
  max-width: min(540px, calc(100% - 3.2rem));
  padding: 1.35rem 1.45rem 1.2rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 12px 32px rgba(40, 52, 38, 0.16);
}
.ns-spotlight-card .ns-spotlight-headline {
  margin: 0 0 0.7rem;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1;
  color: var(--ns-green-deep);
}
.ns-spotlight-card .hp-paragraphs { margin: 0; }
.ns-spotlight-card .hp-copy,
.ns-spotlight-card .ns-copy {
  margin: 0 0 0.7rem;
  color: var(--ns-dark);
}
.ns-spotlight-card .hp-copy:last-child,
.ns-spotlight-card .ns-copy:last-child { margin-bottom: 0; }

.ns-services { background: var(--ns-soft); overflow: hidden; }

.ns-cards,
.ns-gallery,
.ns-team-grid,
.ns-quote-grid {
  display: grid;
  gap: 1.3rem;
}

.ns-cards { grid-template-columns: repeat(3, 1fr); }

.ns-card,
.ns-team-card,
.ns-quote-card,
.ns-gallery-item {
  background: #fff;
  border-radius: 18px;
  box-shadow: var(--ns-shadow);
  overflow: hidden;
  position: relative;
}

.ns-card-media,
.ns-card-media img {
  aspect-ratio: 16 / 11;
  object-fit: cover;
  width: 100%;
}

.ns-card-body { padding: 1rem 1.05rem 1.2rem; text-align: center; }

.ns-gallery {
  grid-template-columns: repeat(3, 1fr);
}

.ns-gallery-item { margin: 0; }

.ns-gallery-item .hp-image-btn {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

.ns-gallery-item img,
.ns-gallery-item .hp-image-btn img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}

.ns-gallery-item figcaption {
  padding: 0.75rem 0.9rem 1rem;
  color: var(--ns-green-deep);
  font-family: var(--headline);
  font-weight: 700;
  font-size: 1.45rem;
  text-align: center;
}

.ns-team-grid { grid-template-columns: 1fr; max-width: 860px; margin-inline: auto; }
.ns-team-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: center;
  padding: 1.2rem 0 0.4rem;
  text-align: left;
  background: transparent;
  box-shadow: none;
}

.ns-team-photo,
.ns-team-photo img,
.ns-team-photo .hp-image-btn,
.ns-team-photo .hp-image-btn img {
  width: 196px;
  height: 196px;
  min-height: 0;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
}

.ns-team-photo {
  box-shadow: 0 0 0 8px #fff, 0 12px 24px rgba(61, 74, 60, 0.12);
}

.ns-team-copy { min-width: 0; }
.ns-team-card .ns-h3 { text-align: left; margin: 0 0 0.35rem; }
.ns-team-card .ns-copy { margin: 0; }

.ns-role {
  color: var(--ns-orange);
  font-weight: 800;
  margin: 0 0 0.5rem;
  font-size: 0.82rem;
}

.ns-quotes { background: var(--ns-soft); }
.ns-quote-grid { grid-template-columns: repeat(3, 1fr); }
.ns-quote-card { padding: 1.6rem 1.3rem; }
.ns-quote-card::before {
  content: "“";
  display: block;
  color: var(--ns-green);
  font-family: Georgia, serif;
  font-size: 3.4rem;
  line-height: 0.6;
  margin-bottom: 0.7rem;
}
.ns-quote-text { color: var(--ns-dark); font-weight: 600; }
.ns-quote-name { display: block; margin-top: 1rem; color: var(--ns-green-deep); }
.ns-quote-role { color: var(--ns-muted); font-size: 0.9rem; }

.ns-parallax {
  position: relative;
  overflow: hidden;
  min-height: 460px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  padding: 6.8rem 1.2rem;
  background-color: #243238;
  background-image: var(--ns-parallax-img, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: scroll;
}

@media (min-width: 761px) {
  body:not(.is-editor) .ns-parallax {
    background-attachment: fixed;
  }
  body:not(.is-editor) .ns-parallax-photo {
    display: none;
  }
}

.ns-parallax-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}

.ns-parallax-bg {
  display: none;
}

.ns-parallax::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(28, 38, 32, 0.58);
}

.ns-parallax-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.ns-parallax-title {
  color: #fff !important;
  font-size: clamp(2.8rem, 6vw, 4.4rem);
  margin: 0 0 1.4rem;
}

.ns-parallax-slides { min-height: 0; }
.ns-parallax-slide { margin: 0 0 1.2rem; }
.ns-parallax-slide:last-child { margin-bottom: 0; }

body:not(.is-editor) .ns-parallax-slides {
  position: relative;
  min-height: 7.5rem;
}
body:not(.is-editor) .ns-parallax-slide {
  margin: 0;
  transition: opacity 0.65s ease;
}
body:not(.is-editor) .ns-parallax-slide:not(.is-active) {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.ns-parallax-name {
  display: block;
  color: var(--ns-orange);
  font-weight: 800;
  font-family: var(--serif);
  font-size: 1.05rem;
  margin: 0 0 0.85rem;
}

.ns-parallax-quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.12rem;
  line-height: 1.7;
  font-weight: 400;
}

.ns-parallax-role {
  display: block;
  margin-top: 0.6rem;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.ns-parallax-image-btn {
  position: absolute;
  z-index: 3;
  top: 0.8rem;
  right: 0.8rem;
  width: auto;
  min-height: 0;
  padding: 0.35rem 0.7rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ns-green-deep);
  font: inherit;
  font-size: 0.8rem;
  cursor: pointer;
}

.ns-parallax-image-btn img {
  display: none;
}

.ns-cta {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(90deg, #58b03a 0%, #6dbf4b 18%, #6dbf4b 82%, #58b03a 100%);
  color: #fff;
  padding: 6rem 0 6.4rem;
  text-align: center;
}

.ns-cta-deco {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: min(360px, 34vw);
  height: min(380px, 108%);
  background-repeat: no-repeat;
  background-size: contain;
}

.ns-cta-deco--right {
  right: 0;
  bottom: -10%;
  background-position: right bottom;
  background-image: url("../img/cta-gardening.svg");
}

.ns-cta-deco--left {
  left: 0;
  bottom: -10%;
  background-position: left bottom;
}

.ns-cta-inner {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.ns-cta .ns-h2 {
  color: #fff;
  font-size: clamp(2.6rem, 5vw, 4rem);
  margin-bottom: 0.75rem;
}

.ns-cta .ns-lead {
  max-width: 460px;
  margin: 0 auto 1.5rem;
  font-size: 1rem;
}

.ns-quote-banner {
  position: relative;
  overflow: hidden;
  background: var(--ns-soft);
  padding: 5.8rem 0 6.4rem;
}

.ns-quote-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.ns-quote-banner-copy { text-align: left; }

.ns-quote-xl {
  font-size: clamp(2.1rem, 4vw, 3rem);
  margin: 0 0 1rem;
  font-weight: 700;
  color: var(--ns-green-deep);
}

.ns-quote-photo,
.ns-quote-banner-media img,
.ns-quote-banner-media .hp-image-btn img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 24px;
}

.ns-contact { overflow: hidden; }

.ns-contact-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 2.5rem;
  align-items: start;
}

.ns-contact-card {
  background: #fff;
  border-radius: 18px;
  padding: 1.4rem 1.3rem;
  box-shadow: var(--ns-shadow);
}

.ns-contact-logo {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.6rem 0 0;
}

.ns-form-wrap {
  background: transparent;
  padding: 0;
  box-shadow: none;
}

.ns-contact-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 0.8rem;
  align-items: start;
  margin-bottom: 0.9rem;
}

.ns-contact-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ns-green);
  color: #fff;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.ns-contact-icon svg {
  width: 16px;
  height: 16px;
  display: block;
}

.ns-contact-row p,
.ns-contact-row .ns-copy { margin: 0; }

.ns-preline { white-space: pre-line; }

.ns-legal-copy h2,
.ns-legal-copy h3 {
  font-family: var(--serif);
  color: var(--ns-dark);
  margin: 1.7rem 0 0.55rem;
  line-height: 1.3;
}
.ns-legal-copy h2 {
  font-size: 1.35rem;
}
.ns-legal-copy h3 {
  font-size: 1.12rem;
}
.ns-legal-copy p { margin: 0 0 0.85rem; }
.ns-legal-copy a { font-weight: 700; }
.ns-legal-copy ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.ns-legal-copy li { margin: 0.4rem 0; }

.ns-form { display: grid; gap: 0.8rem; }

.ns-form label,
.ns-login label,
.hp-settings-form label,
.hp-users-form label,
.hp-meta label {
  display: grid;
  gap: 0.3rem;
  font-weight: 700;
  font-size: 0.86rem;
}

.ns-form input,
.ns-form textarea,
.ns-login input,
.hp-settings-form input,
.hp-users-form input,
.hp-meta input,
.hp-meta select {
  font: inherit;
  padding: 0.75rem 0.85rem;
  border: 1px solid var(--ns-line);
  border-radius: 10px;
  background: #fff;
}

.ns-form input:focus,
.ns-form textarea:focus {
  outline: 2px solid rgba(109, 191, 75, 0.35);
  border-color: var(--ns-green);
}

.ns-heading-inner { text-align: center; max-width: 720px; margin: 0 auto; }

.ns-footer {
  background: var(--ns-soft);
  color: var(--ns-muted);
  padding: 4.5rem 0 2.4rem;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  margin-top: auto;
}

.ns-footer-compact {
  padding: 1.15rem 0;
  text-align: center;
}

.ns-footer::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -40px;
  width: 220px;
  height: 280px;
  background: url("../img/leaves.svg") no-repeat center / contain;
  opacity: 0.45;
  pointer-events: none;
}

.ns-footer a { color: var(--ns-green-dark); }
.ns-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.ns-footer-title {
  color: var(--ns-green-deep);
  margin: 0 0 0.7rem;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
}
.ns-footer .ns-copy { color: var(--ns-muted); }
.ns-footer-name,
.ns-footer-place { display: inline; }
.ns-footer a .hp-editable { display: inline; }
.ns-made { opacity: 0.8; }

.ns-legal { max-width: 720px; padding-top: 0; }
.ns-legal-block { padding: 0.45rem 0; }
.ns-legal-block.is-lead { padding-top: 1.2rem; }
.ns-legal-block.is-lead .ns-legal { padding-top: 2rem; }
.ns-legal-section {
  font-family: var(--serif);
  color: var(--ns-dark);
  font-size: 1.35rem;
  line-height: 1.3;
  margin: 0.35rem 0 0.55rem;
  text-align: left;
}
.ns-legal .ns-h2 { text-align: left; }
.ns-legal-list {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}
.ns-legal-list li { margin: 0.4rem 0; }

.ns-flash { color: var(--ns-green-dark); font-weight: 700; }
.ns-error { color: #b42318; font-weight: 700; }
.ns-hint { background: #fff6eb; padding: 0.8rem 1rem; border-radius: 10px; }

.ns-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  padding: 1.2rem;
}
.ns-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(36, 50, 56, 0.62);
}
.ns-modal-box {
  position: relative;
  z-index: 1;
  width: min(26rem, 100%);
  background: #fff;
  border-radius: 18px;
  padding: 2.2rem 1.6rem 1.5rem;
  box-shadow: 0 22px 48px rgba(36, 50, 56, 0.28);
  text-align: center;
}
.ns-modal-x {
  position: absolute;
  top: 0.45rem;
  right: 0.55rem;
  width: 2rem;
  height: 2rem;
  border: 0;
  background: transparent;
  color: var(--ns-dark);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.ns-modal-text {
  margin: 0 0 1.3rem;
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--ns-dark);
}
body.ns-modal-open { overflow: hidden; }

.ns-login-body {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background: var(--ns-soft);
}

.ns-login { width: min(420px, calc(100% - 2rem)); }
.ns-login-card {
  background: #fff;
  padding: 2rem;
  border-radius: 18px;
  box-shadow: var(--ns-shadow);
}
.ns-login-card h1 { margin-top: 0; color: var(--ns-green-deep); }
.ns-login-card form { display: grid; gap: 0.9rem; }
.ns-logo-login { display: block; margin: 0 auto 1.2rem; width: min(220px, 70%); max-width: none; }
.ns-logo-login img { height: auto; width: 100%; }

.ns-hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

.hp-image-placeholder {
  display: grid;
  place-items: center;
  min-height: 160px;
  color: var(--ns-muted);
}

@media (max-width: 1024px) {
  .ns-hero {
    padding: 0 0 2.6rem;
  }
  .ns-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(220px, 1fr);
    align-items: start;
    gap: 1rem 1.2rem;
    min-height: 0;
    text-align: left;
  }
  .ns-hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    z-index: 0;
  }
  .ns-hero-visual::before {
    inset: -8% -16% -10% 8%;
    border-radius: 62% 38% 42% 58% / 48% 32% 68% 52%;
    opacity: 1;
  }
  .ns-hero .hp-image-btn,
  .ns-hero .ns-hero-media,
  .ns-hero-visual img {
    width: 100%;
    height: 100%;
    max-height: none;
    min-height: 0;
    aspect-ratio: 1;
    border-radius: 48% 42% 38% 58% / 42% 36% 54% 48%;
    object-fit: cover;
  }
  .ns-hero-copy {
    position: relative;
    z-index: 2;
    max-width: 22rem;
    margin: 0;
    padding: calc(var(--ns-header) + 1.2rem) 0.4rem 0 0;
    text-align: left;
  }
  .ns-hero-title {
    font-size: clamp(2.15rem, 4.6vw, 3.2rem);
    line-height: 1.08;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .ns-hero-sub {
    font-size: 0.95rem;
    margin-bottom: 1.2rem;
  }
  .ns-hero-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 760px) {
  .ns-hero {
    padding: 0 0 2.1rem;
  }
  .ns-hero-inner {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 0.8rem 0.7rem;
    min-height: 0;
    padding-top: var(--ns-header);
  }
  .ns-hero-visual {
    position: relative;
    grid-row: auto;
    width: 100%;
    max-width: 300px;
    height: auto;
    aspect-ratio: 1;
    top: auto;
    right: auto;
    margin: 0;
    justify-self: end;
    align-self: center;
    z-index: 0;
  }
  .ns-hero-visual::before {
    inset: -6% -12% -8% 10%;
  }
  .ns-hero-copy {
    position: relative;
    z-index: 2;
    max-width: none;
    padding: 0.35rem 0.2rem 0 0;
  }
  .ns-hero-title {
    font-size: clamp(1.85rem, 6.6vw, 2.45rem);
    line-height: 1.1;
    overflow-wrap: break-word;
    hyphens: auto;
  }
  .ns-hero-sub {
    font-size: 0.9rem;
  }
  .ns-hero-kicker,
  .ns-hero .ns-kicker {
    letter-spacing: 0.1em;
    font-size: 0.7rem;
  }
  .ns-hero-actions {
    flex-direction: column;
    align-items: stretch;
    gap: 0.55rem;
  }
  .ns-hero-actions .ns-btn {
    width: 100%;
  }
}

@media (max-width: 980px) {
  .ns-header-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
    grid-template-rows: var(--ns-header);
    align-items: center;
    column-gap: 0.4rem;
    min-height: var(--ns-header);
  }
  .ns-header.is-open .ns-header-inner {
    grid-template-rows: var(--ns-header) auto auto;
  }
  .ns-logo,
  .ns-logo.has-mark {
    grid-column: 1;
    grid-row: 1;
    align-self: center;
  }
  .ns-nav-toggle {
    display: inline-flex;
    flex-direction: column;
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    justify-self: end;
    align-self: center;
    z-index: 3;
  }
  .ns-nav,
  .ns-header-cta { display: none; }
  .ns-header.is-open .ns-nav,
  .ns-header.is-open .ns-header-cta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-column: 1 / -1;
    width: 100%;
    padding: 0 0 0.85rem;
  }
  .ns-header.is-open .ns-nav {
    grid-row: 2;
    gap: 0;
    flex-wrap: nowrap;
    white-space: normal;
    justify-content: flex-start;
  }
  .ns-header.is-open .ns-header-cta {
    grid-row: 3;
    padding-top: 0.15rem;
  }
  .ns-header.is-open .ns-nav a {
    display: block;
    width: 100%;
    padding: 0.55rem 0;
    font-size: 0.95rem;
    white-space: nowrap;
  }
  .ns-cards,
  .ns-gallery,
  .ns-quote-grid,
  .ns-facts,
  .ns-split,
  .ns-quote-split,
  .ns-contact-grid,
  .ns-footer-grid,
  .ns-about .ns-split {
    grid-template-columns: 1fr 1fr;
  }
  .ns-textrow.is-align-right .ns-split { grid-template-columns: 1.15fr 0.85fr; }
  .ns-has-deco::before,
  .ns-has-deco::after { opacity: 0.28; }
  .ns-cta-deco { opacity: 0.7; }
}

@media (max-width: 760px) {
  .ns-cards,
  .ns-gallery,
  .ns-team-grid,
  .ns-quote-grid,
  .ns-facts,
  .ns-split,
  .ns-quote-split,
  .ns-contact-grid,
  .ns-footer-grid,
  .ns-about .ns-split {
    grid-template-columns: 1fr;
  }
  .ns-textrow .ns-split {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 1rem 0.85rem;
    align-items: center;
  }
  .ns-textrow.is-align-right .ns-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  }
  .ns-textrow.is-align-right .ns-split-copy { order: 2; }
  .ns-textrow .ns-photo,
  .ns-textrow .ns-split-media img,
  .ns-textrow .ns-split-media .hp-image-btn img {
    min-height: 150px;
  }
  .ns-section { padding: 3.8rem 0 4.2rem; }
  .ns-team-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    gap: 1.2rem;
  }
  .ns-team-card .ns-h3 { text-align: center; }
  .ns-spotlight {
    overflow: visible;
  }
  .ns-spotlight-stage {
    min-height: 0;
    height: auto;
    overflow: visible;
  }
  .ns-spotlight-stage .hp-image-slot,
  .ns-spotlight-stage img,
  .ns-spotlight-stage .hp-image-btn,
  .ns-spotlight-photo {
    height: min(42vh, 280px);
    min-height: 200px;
    border-radius: 20px;
  }
  .ns-spotlight-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    max-width: none;
    margin-top: 0.9rem;
    padding: 1.1rem 1.15rem;
  }
  .ns-spotlight-card .ns-spotlight-headline {
    font-size: clamp(2rem, 8vw, 2.6rem);
  }
  .ns-about .ns-photo,
  .ns-about .ns-split-media img,
  .ns-about .ns-split-media .hp-image-btn {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .ns-has-deco::before,
  .ns-has-deco::after { display: none; }
  .ns-cta { padding: 3.6rem 1rem; }
  .ns-cta-deco {
    width: min(190px, 46vw);
    height: min(210px, 88%);
    opacity: 0.35;
  }
  .ns-parallax { padding: 4.4rem 1.2rem; min-height: 380px; }
}

@media (max-width: 680px) {
  .ns-textrow .ns-split,
  .ns-textrow.is-align-right .ns-split {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
  .ns-textrow .ns-split-media { order: 1; }
  .ns-textrow .ns-split-copy,
  .ns-textrow.is-align-right .ns-split-copy { order: 2; }
  .ns-textrow .ns-photo,
  .ns-textrow .ns-split-media img,
  .ns-textrow .ns-split-media .hp-image-btn img {
    min-height: 200px;
  }
}

html.js main > section:not(.ns-parallax),
html.js main > footer {
  opacity: 0;
  transform: translate3d(0, 22px, 0);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}

html.js main > .ns-parallax {
  opacity: 0;
  transition: opacity 0.8s ease;
}

html.js main > section.is-in,
html.js main > footer.is-in,
html.js main > section.ns-hero {
  opacity: 1;
  transform: none;
}

html.js main > section.ns-from-left:not(.is-in) {
  transform: translate3d(-16px, 8px, 0);
}

html.js main > section.ns-from-right:not(.is-in) {
  transform: translate3d(16px, 8px, 0);
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  html.js main > section,
  html.js main > footer {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
  .ns-parallax {
    background-attachment: scroll;
  }
  body:not(.is-editor) .ns-parallax-slide {
    transition: none;
  }
}
