.service-strip { border-block: 0; }
.service-strip-grid--four { grid-template-columns: repeat(5, 1fr); }
.service-strip-grid--four .service-mini { padding-inline: 28px; }
.service-strip-grid--four .service-mini svg { width: 52px; height: 52px; }
.service-strip-grid--four .service-mini-icon { display: block; width: 52px; height: 52px; margin-inline: auto; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.service-strip-grid--four .service-mini .beer-bath-icon { width: 60px; height: 60px; margin-bottom: -8px; transform: translateY(-8px); }
.service-strip-grid--four .service-mini:hover > img.beer-bath-icon { transform: translateY(-13px); }
.relaxation-icon { display: block; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.pricing-category#private header .relaxation-icon { width: 34px; height: 34px; margin: auto; }
.pricing-category#private .price-row__icon .relaxation-icon { width: 28px; height: 28px; }
.price-row:hover .relaxation-icon { filter: brightness(0) invert(1); }
.pool-icon { display: block; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.pricing-category#pool header .pool-icon { width: 34px; height: 34px; margin: auto; }
.pricing-category#pool .price-row__icon .pool-icon { width: 28px; height: 28px; }
.price-row:hover .pool-icon { filter: brightness(0) invert(1); }

/* At tablet and compact desktop widths, two pool-entry cards per row keep
   both the service label and the price pill readable. */
@media (min-width: 651px) and (max-width: 1180px) {
  .pricing-category#pool .price-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-category#pool .price-row {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 9px;
    padding: 13px;
  }

  .pricing-category#pool .price-row > div {
    min-width: 0;
  }

  .pricing-category#pool .price-row strong {
    min-width: 84px;
    padding-inline: 9px;
    font-size: 12px;
  }
}
.about-icon { width: 64px; height: 64px; }
.about-icon svg, .about-icon .atmosphere-icon { display: block; width: 58px; height: 58px; object-fit: contain; }
.about-icon .atmosphere-icon { filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.about-icon .individual-approach-icon { display: block; width: 58px; height: 58px; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.about-icon .equipment-icon { display: block; width: 58px; height: 58px; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.benefits-grid .benefit-card svg, .benefit-card .stress-icon { display: block; width: 50px; height: 50px; margin-inline: auto; object-fit: contain; }
.benefit-card .stress-icon { filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.benefit-card .sleep-icon { display: block; width: 50px; height: 50px; margin-inline: auto; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.benefit-card .immunity-icon { display: block; width: 50px; height: 50px; margin-inline: auto; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.benefit-card .regeneration-icon { display: block; width: 50px; height: 50px; margin-inline: auto; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }

@media (hover: hover) {
  .service-strip-grid--four .service-mini > svg,
  .service-strip-grid--four .service-mini > img {
    transition: transform .3s cubic-bezier(.22,.7,.24,1);
  }

  .service-strip-grid--four .service-mini:hover > svg {
    transform: translateY(-5px);
  }

  .service-strip-grid--four .service-mini:hover > img {
    transform: translateY(-5px);
  }

  .service-strip-grid--four .service-mini h3 {
    position: relative;
    width: max-content;
    max-width: 100%;
    margin-inline: auto;
    transition: color .28s ease, transform .28s cubic-bezier(.22,.7,.24,1);
  }

  .service-strip-grid--four .service-mini h3::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: -6px;
    left: 4%;
    height: 2px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--green), var(--green-dark));
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .3s cubic-bezier(.22,.7,.24,1);
  }

  .service-strip-grid--four .service-mini p {
    transition: color .28s ease, transform .28s cubic-bezier(.22,.7,.24,1);
  }

  .service-strip-grid--four .service-mini:hover h3 {
    color: var(--green-dark);
    transform: translateY(-1px);
  }

  .service-strip-grid--four .service-mini:hover h3::after {
    transform: scaleX(1);
  }

  .service-strip-grid--four .service-mini:hover p {
    color: #596b50;
    transform: translateY(3px);
  }

  .benefits-grid .benefit-card {
    position: relative;
    isolation: isolate;
    border-radius: 18px;
    transition: transform .32s cubic-bezier(.22,.7,.24,1), box-shadow .32s ease, background .32s ease;
  }

  .benefits-grid .benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: radial-gradient(circle at 50% 17%, rgba(114,170,45,.16), transparent 42%), linear-gradient(145deg, #fff, #f4f9ef);
    opacity: 0;
    transform: scale(.96);
    transition: opacity .32s ease, transform .32s cubic-bezier(.22,.7,.24,1);
  }

  .benefits-grid .benefit-card > svg,
  .benefits-grid .benefit-card > img {
    transition: transform .32s cubic-bezier(.22,.7,.24,1), filter .32s ease;
  }

  .benefits-grid .benefit-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 16px 30px rgba(48,84,25,.13);
  }

  .benefits-grid .benefit-card:hover::before {
    opacity: 1;
    transform: scale(1);
  }

  .benefits-grid .benefit-card:hover > svg,
  .benefits-grid .benefit-card:hover > img {
    transform: translateY(-3px) scale(1.1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .benefits-grid .benefit-card,
  .benefits-grid .benefit-card::before,
  .benefits-grid .benefit-card > svg,
  .benefits-grid .benefit-card > img {
    transition: none;
  }

  .service-strip-grid--four .service-mini > svg,
  .service-strip-grid--four .service-mini > img,
  .service-strip-grid--four .service-mini h3,
  .service-strip-grid--four .service-mini h3::after,
  .service-strip-grid--four .service-mini p {
    transition: none;
  }
}
.sauna-icon { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.steam-sauna-icon { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.infra-sauna-icon { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.massage-icon { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.relaxation-stress-icon { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.beer-bath-pricing-icon { display: block; width: 100%; height: 100%; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.pricing-category#baths > header .beer-bath-pricing-icon { width: 29px; height: 29px; margin: auto; transform: translateX(2px); }
.pricing-category#baths .price-row__icon .beer-bath-pricing-icon { width: 26px; height: 26px; margin: auto; transform: translateX(2px); }
.price-row:hover .beer-bath-pricing-icon { filter: brightness(0) invert(1); }
.service-card .service-icon > img { display: block; width: 100%; height: 100%; object-fit: contain; }
.service-card .service-icon:has(.beer-bath-icon) { width: 60px; height: 60px; }
.service-card .service-icon:has(.infra-sauna-icon) { width: 52px; height: 52px; }
.global-cta__icon img { display: block; width: 66px; height: 66px; object-fit: contain; filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
@media (max-width: 700px) { .global-cta__icon img { width: 52px; height: 52px; } }
.global-cta__panel { border-color: transparent; background: #edf6e6; box-shadow: none; }
.global-cta__panel .global-cta__icon img { filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%); }
.global-cta__panel .global-cta__copy h2 { color: var(--ink); }
.global-cta__panel .global-cta__copy p { color: var(--muted); }
.global-cta__panel .button { border-color: var(--green); background: var(--green); color: #fff; }
.global-cta__panel .button:hover { background: var(--green-dark); border-color: var(--green-dark); color: #fff; box-shadow: 0 9px 20px rgba(34,72,13,.24); }
.service-card .button.outline {
  min-height: 36px;
  padding: 8px 15px;
  border-color: rgba(79,132,32,.58);
  border-radius: 11px;
  background: #fff;
  color: var(--green-dark);
  font-size: 12px;
  font-weight: 600;
  box-shadow: none;
}
.service-card p { margin-bottom: 4px; }
.service-card .button.outline:hover {
  border-color: var(--green-dark);
  background: var(--green-dark);
  color: #fff;
  box-shadow: 0 8px 16px rgba(79,132,32,.18);
}

/* Stránka služieb – vzdušnejší katalóg s výrazným úvodom. */
.services-hero {
  position: relative;
  overflow: hidden;
  min-height: 390px;
  background: #f7f5f1;
}
.services-hero::before {
  content: "";
  position: absolute;
  right: 25%;
  bottom: -30px;
  z-index: 2;
  width: min(54vw, 690px);
  height: 460px;
  background: url("services-hero-pattern.svg") right bottom / contain no-repeat;
  opacity: .15;
  pointer-events: none;
}
.services-hero__inner {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 390px;
}
.services-hero__copy { position: relative; z-index: 3; max-width: 680px; padding: 54px 0 72px; }
.services-hero .breadcrumbs { margin-bottom: 25px; }
.services-hero h1 { margin: 12px 0 19px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(42px, 4.8vw, 64px); font-weight: 500; letter-spacing: -.045em; }
.services-hero__line { display: block; width: 54px; height: 2px; margin-bottom: 20px; border-radius: 99px; background: var(--green); }
.services-hero p { max-width: 535px; margin: 0; font-size: 17px; }
.services-hero__decor { position: absolute; top: 0; right: 0; bottom: auto; z-index: 1; width: auto; height: 100%; max-width: 52%; object-fit: cover; object-position: right center; border-radius: 0; filter: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 29%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 29%); pointer-events: none; }
.services-catalog { position: relative; z-index: 3; padding: 28px 0 42px; margin-top: 0; }
.services-page + .global-cta { padding-top: 18px; }
.project-page .project-page-visualization { padding-bottom: 42px; }
.project-page + .global-cta,
.pricing-page + .global-cta { padding-top: 18px; }
.pricing-page .pricing-content { padding-bottom: 42px; }
.services-page .service-grid { gap: 24px; }
.services-page .service-card { border-color: #e8eee3; border-radius: 16px; box-shadow: 0 10px 28px rgba(38,52,28,.07); }
.services-page .service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 38px rgba(38,52,28,.13); }
.services-page .service-card > img { height: 210px; }
.services-page .service-card-body { position: relative; padding: 42px 26px 25px; text-align: center; }
.services-page .service-icon {
  position: absolute;
  top: 0;
  left: 50%;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  padding: 9px;
  border: 1px solid #dbe8d3;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 7px 17px rgba(38,52,28,.1);
  transform: translate(-50%, -50%);
  overflow: hidden;
  color: var(--green);
  transition: background .28s ease, border-color .28s ease, box-shadow .28s ease, transform .3s cubic-bezier(.22,.7,.24,1), color .28s ease;
}
.services-page .service-card .service-icon:has(.beer-bath-icon),
.services-page .service-card .service-icon:has(.infra-sauna-icon) { width: 58px; height: 58px; }
.services-page .service-card h2 { margin: 0 0 11px; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 600; letter-spacing: -.03em; }
.services-page .service-card h2::after { content: ""; display: block; width: 34px; height: 1px; margin: 12px auto 0; background: var(--green); }
.services-page .service-card p { min-height: 70px; margin: 0 0 10px; font-size: 13px; line-height: 1.55; }
.services-page .service-card .button.outline { min-height: 38px; padding-inline: 19px; border-radius: 999px; }
.services-page .service-card .button.outline { gap: 11px; }
.services-page .service-card__arrow { display: inline-block; font-size: 17px; font-weight: 400; line-height: .8; transition: transform .2s ease; }
.services-page .service-card .button.outline:hover .service-card__arrow { transform: translateX(3px); }

/* Detail služby */
.service-modal { position: fixed; z-index: 1100; inset: 0; display: grid; place-items: center; padding: 24px; }
.service-modal[hidden] { display: none; }
.service-modal__backdrop { position: absolute; inset: 0; background: rgba(20, 30, 18, .64); opacity: 0; transition: opacity .28s ease; }
.service-modal__dialog { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(280px, .88fr) minmax(0, 1.12fr); width: min(940px, 100%); max-height: min(720px, calc(100svh - 48px)); overflow: auto; border: 1px solid rgba(255,255,255,.45); border-radius: 24px; background: #fff; box-shadow: 0 28px 74px rgba(14, 24, 12, .34); opacity: 0; transform: translateY(18px) scale(.985); transition: opacity .28s ease, transform .28s cubic-bezier(.2,.8,.2,1); }
.service-modal.is-visible .service-modal__backdrop { opacity: 1; }
.service-modal.is-visible .service-modal__dialog { opacity: 1; transform: translateY(0) scale(1); }
.service-modal__close { position: absolute; z-index: 2; top: 17px; right: 17px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.92); color: #21301d; font-size: 31px; font-weight: 300; line-height: 1; box-shadow: 0 5px 18px rgba(21,29,18,.18); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.service-modal__close:hover { background: #fff; transform: rotate(90deg); }
.service-modal__media { position: relative; min-height: 100%; overflow: hidden; background: #21301d; }
.service-modal__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(21,43,24,.62), transparent 48%); pointer-events: none; }
.service-modal__media img { display: block; width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.service-modal__content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(34px, 5vw, 58px); }
.service-modal__content .eyebrow { margin-bottom: 12px; }
.service-modal__content h2 { margin: 0; color: #20261f; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4vw, 46px); font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.service-modal__content h2::after { content: ""; display: block; width: 42px; height: 2px; margin: 22px 0; background: var(--green); }
.service-modal__description { max-width: 500px; margin: 0; color: #52604f; font-size: 16px; line-height: 1.7; }
.service-modal__highlights { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 28px 0 31px; list-style: none; }
.service-modal__highlights li { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid #dbe9d2; border-radius: 999px; background: #f6faF3; color: #416337; font-size: 12px; font-weight: 700; }
.service-modal__highlights li::before { content: "✓"; display: grid; place-items: center; width: 16px; height: 16px; border-radius: 50%; background: var(--green); color: #fff; font-size: 10px; }
.service-modal__footer { display: flex; align-items: center; justify-content: space-between; gap: 22px; width: 100%; margin-top: auto; padding-top: 23px; border-top: 1px solid #e8eee3; }
.service-modal__footer p { max-width: 215px; margin: 0; color: #657060; font-size: 13px; line-height: 1.45; }
.service-modal__footer .button { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; border-radius: 999px; }
.service-modal__footer .button span { font-size: 18px; font-weight: 400; line-height: .8; transition: transform .2s ease; }
.service-modal__footer .button:hover span { transform: translateX(3px); }

@media (max-width: 700px) {
  .service-modal { padding: 14px; }
  .service-modal__dialog { display: block; max-height: calc(100svh - 28px); border-radius: 20px; }
  .service-modal__media { min-height: 220px; height: 220px; }
  .service-modal__media img { min-height: 0; height: 100%; }
  .service-modal__content { padding: 29px 24px 25px; }
  .service-modal__content h2 { font-size: 34px; }
  .service-modal__description { font-size: 14px; line-height: 1.62; }
  .service-modal__highlights { margin: 22px 0 26px; }
  .service-modal__footer { align-items: flex-start; flex-direction: column; gap: 16px; }
  .service-modal__footer p { max-width: none; }
  .service-modal__footer .button { width: 100%; justify-content: center; }
}

/* Mobilný detail služby sa zmestí do viditeľnej časti displeja bez
   nutnosti posúvať samotný modal. */
@media (max-width: 700px) {
  .service-modal { padding: 10px; }
  .service-modal__dialog { max-height: calc(100dvh - 20px); overflow: hidden; border-radius: 18px; }
  .service-modal__media { min-height: 168px; height: clamp(150px, 44vw, 180px); }
  .service-modal__close { top: 12px; right: 12px; width: 36px; height: 36px; font-size: 27px; }
  .service-modal__content { padding: 20px 20px 18px; }
  .service-modal__content .eyebrow { margin-bottom: 7px; font-size: 10px; }
  .service-modal__content h2 { font-size: 30px; }
  .service-modal__content h2::after { width: 32px; margin: 13px 0; }
  .service-modal__description { font-size: 13px; line-height: 1.5; }
  .service-modal__highlights { gap: 6px; margin: 16px 0 18px; }
  .service-modal__highlights li { gap: 5px; padding: 6px 9px; font-size: 10px; }
  .service-modal__highlights li::before { width: 14px; height: 14px; font-size: 8px; }
  .service-modal__footer { gap: 9px; padding-top: 14px; }
  .service-modal__footer p { font-size: 12px; line-height: 1.4; }
  .service-modal__footer .button { min-height: 42px; padding: 10px 18px; font-size: 13px; }
}

@media (max-width: 700px) and (max-height: 700px) {
  .service-modal__media { min-height: 142px; height: 142px; }
  .service-modal__content { padding: 17px 18px 15px; }
  .service-modal__content h2 { font-size: 27px; }
  .service-modal__description { font-size: 12px; }
  .service-modal__highlights { margin: 12px 0 14px; }
  .service-modal__footer { padding-top: 11px; }
}

.services-page .service-icon > img,
.services-page .service-icon > svg {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
  max-height: 100%;
  transition: transform .3s cubic-bezier(.22,.7,.24,1), filter .28s ease;
}
.services-page .service-icon > .sauna-icon,
.services-page .service-icon > .steam-sauna-icon {
  width: 86% !important;
  height: 86% !important;
}
.services-page .service-icon > .cooling-pool-icon {
  filter: brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%);
}

@media (hover: hover) {
  .services-page .service-card:hover .service-icon {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
    box-shadow: 0 0 0 5px rgba(114,170,45,.12), 0 12px 24px rgba(79,132,32,.22);
    transform: translate(-50%, calc(-50% - 4px));
  }
  .services-page .service-card:hover .service-icon > img {
    filter: brightness(0) invert(1);
    transform: translateY(-1px);
  }
  .services-page .service-card:hover .service-icon > svg { transform: translateY(-1px); }
}

@media (max-width: 900px) {
  .services-page .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .services-hero__decor { top: 0; right: 0; bottom: auto; width: auto; height: 100%; max-width: 58%; filter: none; }
  .services-hero::before { right: 20%; width: 570px; opacity: .17; }
}
@media (max-width: 650px) {
  .services-hero { min-height: 420px; }
  .services-hero__inner { min-height: 420px; align-items: flex-start; }
  .services-hero__copy { padding: 42px 0 120px; }
  .services-hero h1 { font-size: clamp(39px, 12vw, 52px); }
  .services-hero p { max-width: 90%; font-size: 16px; }
  .services-hero__decor { top: auto; right: -12px; bottom: 0; width: 300px; height: auto; max-width: 72%; border-radius: 0; filter: none; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.78) 12%, #000 24%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.78) 12%, #000 24%); }
  .services-hero::before { right: 8%; bottom: 10px; width: 460px; opacity: .16; }
  .services-catalog { padding: 20px 0 32px; margin-top: 0; }
  .services-page + .global-cta { padding-top: 14px; }
  .project-page .project-page-visualization { padding-bottom: 32px; }
  .project-page + .global-cta,
  .pricing-page + .global-cta { padding-top: 14px; }
  .pricing-page .pricing-content { padding-bottom: 32px; }
  .services-page .service-grid { grid-template-columns: 1fr; gap: 18px; }
  .services-page .service-card > img { height: 205px; }
}

@media (min-width: 901px) {
  .service-strip-grid--four .service-mini,
  .benefits-grid .benefit-card {
    position: relative;
    border-right: 0;
  }

  .service-strip-grid--four .service-mini:not(:last-child)::after,
  .benefits-grid .benefit-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 96px;
    background: var(--line);
    transform: translateY(-50%);
  }
}

@media (max-width: 900px) {
  .service-strip-grid--four { grid-template-columns: repeat(2, 1fr); row-gap: 24px; }
  .service-strip-grid--four .service-mini:nth-child(even) { border-right: 0; }
}

@media (max-width: 560px) {
  .service-strip-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 20px; }
  .service-strip-grid--four .service-mini { position: relative; padding-inline: 12px; border-right: 0; border-bottom: 0; }
  .service-strip-grid--four .service-mini:nth-child(odd):not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 82px;
    background: var(--line);
    transform: translateY(-50%);
  }
  .service-strip-grid--four .service-mini:last-child { grid-column: 1 / -1; width: 50%; margin-inline: auto; }
}

/* Jednotná typografia hlavných nadpisov na všetkých stránkach. */
body h1 {
  font-family: inherit;
  font-weight: 700;
  font-size: clamp(40px, 3.8vw, 56px);
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.hero h1 {
  font-size: clamp(42px, 5vw, 70px);
}

.project-hero h1,
.services-hero h1,
.about-hero h1,
.pricing-hero h1,
.gallery-hero h1,
.contact-hero h1 {
  max-width: 760px;
  margin: 9px 0 20px;
  color: var(--ink);
  font-family: inherit;
  font-size: clamp(40px, 3.8vw, 56px);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.project-hero h1::after,
.services-hero h1::after,
.about-hero h1::after,
.pricing-hero h1::after,
.gallery-hero h1::after,
.contact-hero h1::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin-top: 18px;
  border-radius: 99px;
  background: var(--green);
}

.services-hero__line { display: none; }

.project-hero__button {
  margin-top: 27px;
}

#parametre-projektu {
  scroll-margin-top: 92px;
}

@media (max-width: 600px) {
  body h1 { font-size: clamp(36px, 9.5vw, 44px); }
  .hero h1 { font-size: 44px; }
  .project-hero h1,
  .services-hero h1,
  .about-hero h1,
  .pricing-hero h1,
  .gallery-hero h1,
  .contact-hero h1 { font-size: clamp(36px, 9.5vw, 44px); }
  .project-hero__button { margin-top: 22px; }
}

/* Jednotná kompozícia úvodných bannerov vnútorných stránok. */
.project-hero,
.services-hero,
.about-hero,
.pricing-hero,
.gallery-hero,
.contact-hero {
  align-items: flex-start;
  padding-top: 88px;
}

.services-hero__inner { align-items: flex-start; }
.services-hero__copy,
.about-hero .about-hero__copy { padding-top: 0; padding-bottom: 0; }

.project-hero__inner,
.services-hero__inner,
.about-hero__inner,
.pricing-hero > .wrap,
.gallery-hero__inner,
.contact-hero__inner {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

/* Optické zarovnanie celého obsahu podľa viditeľného okraja loga. */
main .wrap,
.project-hero .wrap,
.contact-hero .wrap,
body > .global-cta .wrap,
.site-footer .wrap {
  position: relative;
  left: 8px;
}

.hero-copy {
  margin-left: max(32px, calc((100vw - 1180px) / 2 + 8px));
}

.funding-logos img {
  width: 48%;
  height: 105px;
}

@media (max-width: 900px) {
  .funding-logos img {
    width: 45%;
    height: 90px;
  }
}

.project-hero .breadcrumbs,
.services-hero .breadcrumbs,
.about-hero .breadcrumbs,
.pricing-hero .breadcrumbs,
.gallery-hero .breadcrumbs,
.contact-hero .breadcrumbs {
  margin: 0 0 18px;
}

.project-hero p,
.services-hero p,
.about-hero p,
.pricing-hero p,
.gallery-hero p,
.contact-hero p {
  max-width: 570px;
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.about-hero p + p { margin-top: 12px; }

.pricing-hero,
.contact-hero {
  min-height: 410px;
}

.contact-hero {
  min-height: 460px;
}

.contact-section {
  display: flow-root;
  padding: 0 0 78px;
}

.contact-page-layout {
  position: relative;
  z-index: 3;
  margin-top: -86px;
}

.contact-page-layout .contact-left {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 18px 45px rgba(38,52,28,.11);
}

.contact-page-layout .contact-form {
  border-radius: 22px;
  background: rgba(255,255,255,.98);
}

.contact-page-layout .route-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero .eyebrow,
.project-hero .eyebrow,
.services-hero .eyebrow,
.about-hero .eyebrow,
.pricing-hero .eyebrow,
.gallery-hero .eyebrow,
.contact-hero .eyebrow {
  display: block;
  margin: 0;
  line-height: 1.2;
}

.hero h1 { margin-top: 9px; }

.hero-copy {
  transform: translateY(-22px);
}

@media (max-width: 600px) {
  .project-hero,
  .services-hero,
  .about-hero,
  .pricing-hero,
  .gallery-hero,
  .contact-hero {
    padding-top: 64px;
  }

  .services-hero__inner { align-items: flex-start; }
  .services-hero__copy,
  .about-hero .about-hero__copy { padding-top: 0; padding-bottom: 0; }

  .project-hero__inner,
  .services-hero__inner,
  .about-hero__inner,
  .pricing-hero > .wrap,
  .gallery-hero__inner,
  .contact-hero__inner {
    width: calc(100% - 32px);
  }

  main .wrap,
  .project-hero .wrap,
  .contact-hero .wrap,
  body > .global-cta .wrap,
  .site-footer .wrap { left: 6px; }

  .hero-copy { margin-left: 22px; }
  .funding-logos img { height: 76px; }

  .project-hero p,
  .services-hero p,
  .about-hero p,
  .pricing-hero p,
  .gallery-hero p,
  .contact-hero p { font-size: 15px; }
  .hero-copy { transform: translateY(-14px); }
  .pricing-hero,
  .contact-hero { min-height: 440px; }
  .contact-hero { min-height: 470px; }
  .contact-section { padding-bottom: 60px; }
  .contact-page-layout { margin-top: -58px; }
  .contact-page-layout .contact-left { padding: 22px 18px; }
}

/* Tablet composition: avoid compressed funding columns and keep the five
   introductory services balanced in two compact rows. */
@media (min-width: 601px) and (max-width: 1100px) {
  .funding-grid {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding-block: 24px;
  }

  .funding-title,
  .funding-logos,
  .funding-info {
    min-height: 154px;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .58);
  }

  .funding-title { border-left: 3px solid var(--green); }
  .funding-title b { font-size: 22px; }
  .funding-logos { gap: 18px; border-inline: 1px solid var(--line); }
  .funding-logos img { height: 72px; }
  .funding-info {
    grid-column: 1 / -1;
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
    row-gap: 6px;
  }
  .funding-info p { display: block; margin: 0; }
  .funding-info strong { display: block; margin-bottom: 2px; }

  .service-strip { padding-block: 32px; }
  .service-strip-grid--four {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    row-gap: 26px;
  }
  .service-strip-grid--four .service-mini {
    grid-column: span 2;
    padding-inline: 18px;
  }
  .service-strip-grid--four .service-mini:nth-child(4) { grid-column: 2 / span 2; }
  .service-strip-grid--four .service-mini:nth-child(5) { grid-column: 4 / span 2; }
  .service-strip-grid--four .service-mini:nth-child(3)::after { display: none; }
  .service-strip-grid--four .service-mini:nth-child(4)::after { display: block; }

  .project-hero h1 {
    max-width: 590px;
    font-size: clamp(38px, 4.3vw, 44px);
    text-wrap: pretty;
  }
}

@media (max-width: 600px) {
  /* Compact mobile banners: their height now follows the actual copy instead
     of leaving an oversized empty area before the following content. */
  .project-hero,
  .pricing-hero,
  .gallery-hero,
  .contact-hero {
    min-height: 340px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .about-hero {
    min-height: 405px;
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .services-hero,
  .services-hero__inner {
    min-height: 0;
    padding-top: 0;
  }

  .services-hero { padding: 40px 0 30px; }
  .services-hero__copy { padding: 0; }
  .services-hero__decor { display: none; }
  .services-hero::before { opacity: .1; }

  .project-hero__inner,
  .services-hero__inner,
  .about-hero__inner,
  .pricing-hero > .wrap,
  .gallery-hero__inner,
  .contact-hero__inner,
  .about-hero__copy,
  .services-hero__copy {
    text-align: center;
  }

  .project-hero .breadcrumbs,
  .services-hero .breadcrumbs,
  .about-hero .breadcrumbs,
  .pricing-hero .breadcrumbs,
  .gallery-hero .breadcrumbs,
  .contact-hero .breadcrumbs {
    display: none;
  }

  .project-hero h1,
  .services-hero h1,
  .about-hero h1,
  .pricing-hero h1,
  .gallery-hero h1,
  .contact-hero h1,
  .project-hero p,
  .services-hero p,
  .about-hero p,
  .pricing-hero p,
  .gallery-hero p,
  .contact-hero p {
    margin-right: auto;
    margin-left: auto;
  }

  .project-hero h1::after,
  .services-hero h1::after,
  .about-hero h1::after,
  .pricing-hero h1::after,
  .gallery-hero h1::after,
  .contact-hero h1::after { margin-inline: auto; }

  .project-hero__button { align-self: center; }

  .service-strip-grid--four {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 20px;
  }

  .service-strip-grid--four .service-mini {
    position: relative;
    padding-inline: 12px;
    border: 0 !important;
  }

  .service-strip-grid--four .service-mini::after { display: none !important; }

  .service-strip-grid--four .service-mini:nth-child(odd):not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block !important;
    width: 1px;
    height: 82px;
    background: var(--line);
    transform: translateY(-50%);
  }

  .service-strip-grid--four .service-mini:last-child {
    grid-column: 1 / -1;
    width: 50%;
    margin-inline: auto;
  }

  .pricing-mobile-filter {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 18px;
  }

  .pricing-mobile-filter button {
    min-height: 42px;
    padding: 9px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    color: var(--ink);
    font: 600 12px/1.2 inherit;
    cursor: pointer;
    transition: color .2s ease, background .2s ease, border-color .2s ease;
  }

  .pricing-mobile-filter button.is-active {
    border-color: var(--green);
    background: var(--green);
    color: #fff;
  }

  .funding-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
    padding-block: 22px;
  }
  .funding-title,
  .funding-logos,
  .funding-info {
    min-height: 0;
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: rgba(255, 255, 255, .58);
  }
  .funding-title { border-left: 3px solid var(--green); }
  .funding-logos { gap: 18px; border-inline: 1px solid var(--line); }
  .funding-info { grid-template-columns: 1fr; text-align: center; }

  /* Keep the price aligned with each service on narrow screens. */
  .pricing-category:not(#private) .price-row {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
  }

  .pricing-category:not(#private) .price-row > div { min-width: 0; }

  .pricing-category:not(#private) .price-row strong {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 78px;
    margin-top: 0;
    padding-inline: 8px;
    font-size: 12px;
  }

  .pricing-category#private .price-row {
    grid-template-columns: 40px minmax(0, 1fr) auto;
    align-items: center;
  }

  .pricing-category#private .price-row > div { min-width: 0; }

  .pricing-category#private .price-row strong {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    min-width: 78px;
    margin-top: 0;
    padding-inline: 8px;
    font-size: 12px;
  }
}

@media (min-width: 601px) {
  .pricing-mobile-filter { display: none; }
}

/* Footer contact and social icons. */
.footer-label { display:flex; align-items:center; gap:11px; margin-bottom:9px; }
.footer-label svg { width:28px; height:28px; flex:0 0 auto; fill:none; stroke:#a9d67a; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.footer-label strong { margin:0; font-size:1.1rem; line-height:1.2; }
.footer-grid > div:not(.footer-brand) { padding-top:8px; }
.footer-grid > div:not(.footer-brand) > p { margin-left:39px; }
.footer-hours span { display:block; }
.footer-hours span + span { margin-top:14px; }
.footer-socials { display:flex; gap:10px; margin-top:16px; }
.footer-socials a { display:grid; place-items:center; width:34px; height:34px; border:1px solid rgba(169,214,122,.75); border-radius:50%; color:#a9d67a; transition:background .2s,color .2s,transform .2s; }
.footer-socials a:hover { background:#a9d67a; color:#20251d; transform:translateY(-2px); }
.footer-socials svg { width:16px; height:16px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.footer-socials a:first-child svg { fill:currentColor; stroke:none; }
.footer-legal { display:flex; align-items:center; gap:14px; }
.footer-legal a { color:inherit; text-decoration:none; transition:color .2s ease; }
.footer-legal a:hover { color:#a9d67a; }

/* Image CTA used on the homepage. */
.global-cta--home { padding-bottom:52px; }
.global-cta--home .global-cta__panel {
  min-height:214px;
  grid-template-columns:1fr auto;
  gap:34px;
  padding:42px 58px;
  border:0;
  border-radius:18px;
  background:linear-gradient(102deg,rgba(42,78,26,.96) 0%,rgba(43,81,27,.88) 31%,rgba(31,53,26,.56) 54%,rgba(20,29,21,.12) 79%,rgba(20,29,21,.02) 100%),url('relax-cta.png') center 57% / cover;
  box-shadow:none;
}
.global-cta--home .global-cta__icon { display:none; }
.global-cta--home .global-cta__copy h2 { color:#fff; font-size:clamp(28px,2.6vw,40px); }
.global-cta--home .global-cta__copy p { max-width:400px; color:rgba(255,255,255,.88); font-size:15px; }
.global-cta--home .button { align-self:center; min-width:176px; border-radius:999px; }

@media (max-width: 600px) {
  .global-cta--home .global-cta__panel { min-height:260px; grid-template-columns:1fr; gap:22px; padding:34px 27px; background:linear-gradient(102deg,rgba(42,78,26,.94),rgba(43,81,27,.7),rgba(20,29,21,.22)),url('relax-cta.png') center / cover; }
  .global-cta--home .global-cta__copy h2 { font-size:29px; }
  .global-cta--home .button { grid-column:auto; width:auto; justify-self:start; }
  .footer-grid > div:not(.footer-brand) { padding-top:0; }
  .footer-label { justify-content:center; }
  .footer-grid > div:not(.footer-brand) > p { margin-left:0; text-align:center; }
  .footer-hours { display:flex; flex-direction:column; align-items:center; justify-content:center; gap:8px; }
  .footer-hours span { white-space:nowrap; }
  .footer-hours span + span { margin-top:0; }
  .footer-socials { justify-content:center; }
  .footer-bottom { flex-direction:column; align-items:center; gap:8px; text-align:center; }
  .footer-legal { justify-content:center; }
}

/* Contact page: compact card layout. */
.contact-section { padding:36px 0 64px; background:linear-gradient(145deg,#fff 0%,#f5f9f1 100%); }
.contact-page-layout { grid-template-columns:minmax(310px,.78fr) minmax(460px,1.22fr); gap:22px; align-items:start; }
.contact-left { gap:0; padding:27px; border:1px solid rgba(213,229,203,.95); border-radius:21px; background:rgba(255,255,255,.97); box-shadow:0 14px 36px rgba(38,52,28,.09); }
.contact-page-layout .contact-list { gap:0; }
.contact-page-layout .contact-item { grid-template-columns:50px 1fr; gap:15px; padding:9px 0; }
.contact-icon { width:46px; height:46px; border-radius:50%; background:#fff; box-shadow:0 5px 13px rgba(38,52,28,.09); }
.contact-icon svg { width:25px; height:25px; stroke-width:1.8; }
.contact-page-layout .contact-item b { font-family:var(--serif); font-size:18px; }
.contact-page-layout .contact-item p { margin:3px 0; font-size:13px; line-height:1.48; }
.contact-map { height:178px; margin:18px 0 19px; border-radius:12px; box-shadow:none; }
.route-card { grid-template-columns:50px 1fr; gap:15px; }
.route-card h2 { margin:2px 0 5px; font-family:var(--serif); font-size:18px; }
.route-card p { font-size:13px; line-height:1.5; }
.contact-page-layout .contact-form { position:static; top:auto; min-height:100%; padding:35px 36px 28px; border:1px solid rgba(213,229,203,.95); border-radius:21px; background:rgba(255,255,255,.97); box-shadow:0 14px 36px rgba(38,52,28,.09); }
.contact-page-layout .contact-form h2 { position:relative; display:flex; align-items:center; gap:17px; margin:0 0 7px; padding-bottom:20px; font-family:var(--serif); font-size:25px; }
.contact-page-layout .contact-form h2::before { content:""; display:block; width:58px; height:58px; flex:0 0 auto; border-radius:50%; background:#f4f9ef url('contact-lotus.png') center / 37px no-repeat; box-shadow:0 5px 13px rgba(38,52,28,.09); }
.contact-page-layout .contact-form h2::after { content:"Vyplňte formulár a my sa vám ozveme čo najskôr."; display:block; position:absolute; top:48px; left:75px; color:var(--muted); font-family:var(--sans); font-size:14px; font-weight:400; white-space:nowrap; }
.contact-page-layout .contact-form .form-status { margin:17px 0 0; }
.contact-page-layout .form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:15px; margin-top:38px; }
.contact-page-layout .form-grid label { margin:0; color:#687267; font-size:13px; font-weight:600; }
.contact-page-layout .form-grid label:nth-child(2) { grid-column:1 / -1; grid-row:2; }
.contact-page-layout .form-grid label:nth-child(3) { grid-column:2; grid-row:1; }
.contact-page-layout .form-grid label:nth-child(4) { grid-column:1 / -1; grid-row:3; }
.contact-page-layout .form-grid input,.contact-page-layout .form-grid textarea { margin-top:7px; border-color:#dfe7dc; border-radius:9px; background:#fff; }
.contact-page-layout .form-grid textarea { min-height:150px; }
.contact-page-layout .form-grid > div { grid-column:1 / -1; display:flex; justify-content:flex-end; margin-top:16px; }
.contact-page-layout .contact-form::after { content:"Odoslaním formulára súhlasíte so spracovaním osobných údajov za účelom vybavenia vašej požiadavky."; display:block; max-width:420px; margin-top:-51px; padding-left:28px; color:var(--muted); font-size:13px; line-height:1.45; background:linear-gradient(var(--green),var(--green)) left 4px top 2px / 18px 18px no-repeat; clip-path:inset(0); }
.contact-page-layout .contact-form .button { min-width:175px; border-radius:9px; }
.contact-highlights { display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:30px; padding:10px 0; background:transparent; }
.contact-highlights > div { display:flex; align-items:center; gap:12px; min-width:0; padding:12px 19px; border-right:1px solid var(--line); }
.contact-highlights > div:last-child { border-right:0; }
.contact-highlights span { display:grid; place-items:center; width:37px; height:37px; flex:0 0 auto; color:var(--green); font-size:25px; }
.contact-highlights p { margin:0; color:var(--muted); font-size:13px; line-height:1.4; }
.contact-highlights b { display:block; color:var(--ink); font-size:14px; }
.contact-hours { display:flex; gap:17px; }
.contact-hours span { white-space:nowrap; }
.contact-hours strong { color:var(--ink); font-size:12px; }

@media (max-width: 900px) {
  .contact-section { padding-top:28px; }
  .contact-page-layout { grid-template-columns:1fr; gap:22px; }
  .contact-page-layout .contact-form { grid-row:auto; }
  .contact-left { grid-row:auto; }
  .contact-highlights { grid-template-columns:repeat(2,1fr); }
  .contact-highlights > div:nth-child(2) { border-right:0; }
}

@media (max-width: 600px) {
  .contact-section { padding:20px 0 45px; }
  .contact-page-layout .contact-form,.contact-left { padding:24px 18px; border-radius:18px; }
  .contact-page-layout .contact-item,.route-card { grid-template-columns:45px 1fr; gap:12px; }
  .contact-icon { width:42px; height:42px; }
  .contact-page-layout .contact-form h2 { justify-content:center; font-size:24px; }
  .contact-page-layout .contact-form h2::after { top:48px; left:0; width:100%; font-size:12px; text-align:center; white-space:normal; }
  .contact-page-layout .form-grid { grid-template-columns:1fr; margin-top:50px; }
  .contact-page-layout .form-grid label:nth-child(2),.contact-page-layout .form-grid label:nth-child(3),.contact-page-layout .form-grid label:nth-child(4) { grid-column:auto; grid-row:auto; }
  .contact-page-layout .form-grid > div { justify-content:center; margin-top:25px; }
  .contact-page-layout .contact-form::after { margin:-88px auto 0; max-width:290px; padding-left:25px; font-size:12px; }
  .contact-page-layout .contact-form .button { margin-top:45px; }
  .contact-highlights { grid-template-columns:1fr; margin-top:18px; }
  .contact-highlights > div,.contact-highlights > div:nth-child(2) { padding:11px 8px; border-right:0; border-bottom:1px solid var(--line); }
  .contact-hours { gap:12px; }
  .contact-highlights > div:last-child { border-bottom:0; }
}

/* Contact form and highlights refinements. */
.contact-page-layout .contact-form h2::before {
  background:#fff url('contact-lotus.png') center / 37px no-repeat;
}
.contact-page-layout .contact-form h2::after {
  color:#657062;
  font-size:15px;
  line-height:1.5;
}
.contact-page-layout .route-card { margin-top:17px; }
.contact-page-layout .route-card + .contact-map { margin-top:16px; margin-bottom:0; }
.contact-page-layout .contact-form::after {
  max-width:450px;
  padding-left:31px;
  color:#657062;
  font-size:14px;
  line-height:1.55;
  background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2375ad35' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3 20 6v5c0 5-3.4 8.2-8 10-4.6-1.8-8-5-8-10V6l8-3Z'/%3E%3Cpath d='m8.7 12 2.1 2.1 4.7-4.7'/%3E%3C/svg%3E") left 3px top 3px / 20px 20px no-repeat;
}
.contact-page-layout .contact-form .button { display:inline-flex; align-items:center; justify-content:center; gap:10px; }
.contact-page-layout .contact-form .button svg { width:17px; height:17px; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; transition:transform .25s ease; }
.contact-page-layout .contact-form .button:hover svg { transform:translate(2px,-2px); }
.contact-hours strong { font-weight:400; }

.contact-highlights { gap:14px; padding:0; }
.contact-highlights > div {
  position:relative;
  gap:13px;
  padding:17px 18px;
  overflow:hidden;
  border:1px solid rgba(213,229,203,.9);
  border-radius:14px;
  background:rgba(255,255,255,.78);
  box-shadow:0 6px 18px rgba(38,52,28,.045);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease;
}
.contact-highlights > div:last-child { border-right:1px solid rgba(213,229,203,.9); }
.contact-highlights > div::after { content:""; position:absolute; inset:auto 0 0; height:3px; background:linear-gradient(90deg,var(--green),#b8db91); transform:scaleX(0); transform-origin:left; transition:transform .28s ease; }
.contact-highlights > div:hover { transform:translateY(-4px); border-color:rgba(117,173,53,.55); background:#fff; box-shadow:0 14px 26px rgba(47,86,28,.13); }
.contact-highlights > div:hover::after { transform:scaleX(1); }
.contact-highlights span { width:42px; height:42px; border-radius:50%; background:#f3f9ed; color:var(--green); font-size:24px; transition:transform .25s ease, background .25s ease, color .25s ease; }
.contact-highlights > div:hover span { transform:rotate(-8deg) scale(1.08); background:var(--green); color:#fff; }
.contact-highlights p { font-size:13.5px; }
.contact-highlights b { font-size:14px; }

@media (max-width: 600px) {
  .contact-page-layout .contact-form h2::after { font-size:14px; }
  .contact-page-layout .contact-form::after { font-size:13px; }
  .contact-highlights { gap:10px; }
  .contact-highlights > div,.contact-highlights > div:nth-child(2),.contact-highlights > div:last-child { padding:14px; border:1px solid rgba(213,229,203,.9); }
}

/* Comfortable consent row and a richer benefits treatment. */
.contact-page-layout .contact-form::after { content:none; }
.contact-page-layout .form-grid > .form-submit-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
  margin-top:26px;
}
.form-consent {
  display:flex;
  align-items:flex-start;
  gap:10px;
  max-width:420px;
  margin:0;
  color:#657062;
  font-size:14px;
  line-height:1.55;
}
.form-consent svg { width:21px; height:21px; flex:0 0 auto; margin-top:1px; fill:none; stroke:var(--green); stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.contact-page-layout .form-submit-row .button { flex:0 0 auto; margin:0; min-height:46px; }

.contact-highlights { gap:16px; margin-top:34px; }
.contact-highlights > div {
  min-height:92px;
  isolation:isolate;
  border-color:rgba(203,224,190,.82);
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,250,243,.85));
  box-shadow:0 8px 24px rgba(46,77,30,.055);
}
.contact-highlights > div::before {
  content:"";
  position:absolute;
  z-index:-1;
  width:86px;
  height:86px;
  right:-37px;
  bottom:-48px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(130,185,75,.19),rgba(130,185,75,0) 68%);
  transition:transform .35s ease, opacity .35s ease;
}
.contact-highlights > div:hover { box-shadow:0 16px 30px rgba(45,83,27,.14); }
.contact-highlights > div:hover::before { transform:scale(1.65); opacity:.9; }
.contact-highlights span { box-shadow:inset 0 0 0 1px rgba(114,170,45,.12); }
.contact-highlights b { margin-bottom:2px; font-family:var(--serif); font-size:16px; letter-spacing:-.02em; }
.contact-highlights p { font-size:13px; }
.contact-section + .site-footer { margin-top:0; }

@media (max-width: 600px) {
  .contact-page-layout .form-grid > .form-submit-row { flex-direction:column; align-items:stretch; gap:18px; margin-top:25px; }
  .form-consent { max-width:none; font-size:13px; }
  .contact-page-layout .form-submit-row .button { align-self:center; }
}

/* Footer details and cookie consent. */
.footer-label__separator {
  display:block;
  width:31px;
  height:2px;
  margin:8px 0 10px 39px;
  border-radius:999px;
  background:var(--green);
}
.footer-legal button {
  padding:0;
  border:0;
  color:inherit;
  font:inherit;
  background:transparent;
  cursor:pointer;
}
.footer-legal button:hover,
.footer-legal button:focus-visible { color:var(--green); }

.cookie-consent[hidden] { display:none; }
.cookie-consent {
  position:fixed;
  inset:auto 0 0;
  z-index:1200;
  display:flex;
  align-items:stretch;
  justify-content:center;
  padding:0;
  background:transparent;
  opacity:0;
  pointer-events:none;
  transition:opacity .28s ease;
}
.cookie-consent.is-visible { opacity:1; pointer-events:auto; }
.cookie-consent__panel {
  width:100%;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px 28px;
  padding:27px max(24px,calc((100vw - 1180px) / 2));
  border:0;
  border-top:1px solid rgba(214,229,203,.92);
  border-radius:0;
  background:#fff;
  box-shadow:0 -12px 38px rgba(19,34,13,.17), 0 18px 58px rgba(19,34,13,.22);
  transform:translateY(18px);
  transition:transform .3s cubic-bezier(.2,.75,.25,1);
}
.cookie-consent.is-visible .cookie-consent__panel { transform:translateY(0); }
.cookie-consent__copy .eyebrow { margin-bottom:5px; }
.cookie-consent__copy h2 { margin:0 0 8px; font-size:clamp(22px,3vw,30px); }
.cookie-consent__copy p { max-width:525px; margin:0; color:var(--muted); font-size:14px; line-height:1.55; }
.cookie-consent__copy a { display:inline-block; margin-top:10px; color:var(--green); font-size:13px; font-weight:700; }
.cookie-consent__actions { align-self:center; display:flex; flex-direction:column; align-items:stretch; gap:9px; min-width:158px; }
.cookie-consent__actions .button { justify-content:center; min-height:42px; padding:10px 16px; font-size:13px; }
.cookie-consent__settings-toggle { padding:2px 0; border:0; color:var(--muted); font:inherit; font-size:12px; text-decoration:underline; background:transparent; cursor:pointer; }
.cookie-consent__options { grid-column:1 / -1; display:grid; gap:10px; padding-top:17px; border-top:1px solid var(--line); }
.cookie-consent__option { display:flex; align-items:flex-start; gap:10px; color:var(--ink); cursor:pointer; }
.cookie-consent__option input { margin-top:3px; accent-color:var(--green); }
.cookie-consent__option b,.cookie-consent__option small { display:block; }
.cookie-consent__option small { margin-top:2px; color:var(--muted); font-size:12px; line-height:1.45; }
.cookie-consent__options .button { justify-self:start; margin-top:4px; }

/* Cookie options remain compact until the visitor asks to see them. */
.cookie-consent__options {
  max-height: 0;
  padding-top: 0;
  overflow: hidden;
  opacity: 0;
  border-top-color: transparent;
  transform: translateY(-8px);
  transition: max-height .34s ease, padding .28s ease, opacity .22s ease, transform .28s ease, border-color .28s ease;
}
.cookie-consent.is-customizing .cookie-consent__options {
  max-height: 260px;
  padding-top: 17px;
  opacity: 1;
  border-top-color: var(--line);
  transform: translateY(0);
}

@media (max-width: 640px) {
  .footer-label__separator { margin:7px auto 10px; }
  .cookie-consent__panel { grid-template-columns:1fr; gap:18px; padding:23px 20px; }
  .cookie-consent__actions { display:grid; grid-template-columns:1fr 1fr; min-width:0; }
  .cookie-consent__settings-toggle { grid-column:1 / -1; }
}

/* Contact page: premium benefits. */
.contact-highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 26px;
  margin-top: 34px;
  padding: 0;
}

.contact-highlights > div {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: 136px;
  gap: 17px;
  padding: 22px 20px;
  overflow: hidden;
  border: 1px solid rgba(207, 226, 194, .8);
  border-radius: 16px;
  background: linear-gradient(120deg, #fff 0%, #fbfdf8 100%);
  box-shadow: 0 9px 24px rgba(30, 51, 19, .10);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.contact-highlights > div::before,
.contact-highlights > div::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.contact-highlights > div::before {
  right: -21px;
  bottom: -38px;
  width: 108px;
  height: 108px;
  border: 1.5px solid rgba(121, 178, 67, .18);
  border-left-color: transparent;
  border-radius: 50%;
  transform: rotate(-28deg);
}

.contact-highlights > div::after {
  right: -18px;
  bottom: -18px;
  width: 94px;
  height: 49px;
  border: 1.5px solid rgba(121, 178, 67, .18);
  border-top: 0;
  border-radius: 0 0 90px 90px;
  transform: rotate(-22deg);
}

.contact-highlights > div:hover {
  transform: translateY(-4px);
  border-color: rgba(105, 166, 47, .45);
  box-shadow: 0 16px 32px rgba(43, 77, 23, .15);
}

.contact-highlight-icon {
  display: grid !important;
  place-items: center;
  flex: 0 0 64px !important;
  width: 64px !important;
  height: 64px !important;
  margin: 0 !important;
  border-radius: 50%;
  background: linear-gradient(145deg, #fff, #f1f8eb) !important;
  box-shadow: 0 7px 14px rgba(43, 77, 23, .12), inset 0 0 0 1px rgba(121, 178, 67, .20);
  color: var(--green);
  transition: transform .25s ease, color .25s ease, background .25s ease, box-shadow .25s ease;
}

.contact-highlight-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-highlights > div:hover .contact-highlight-icon {
  transform: translateY(-3px) scale(1.03);
  background: var(--green) !important;
  box-shadow: 0 10px 18px rgba(72, 128, 29, .25);
  color: #fff;
}

.contact-highlights p {
  margin: 0;
  color: #687064;
  font-size: 14px;
  line-height: 1.45;
}

.contact-highlights b {
  display: block;
  margin: 0 0 3px;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
}

@media (max-width: 980px) {
  .contact-highlights { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
}

@media (max-width: 600px) {
  .contact-highlights { grid-template-columns: 1fr; gap: 14px; margin-top: 25px; }
  .contact-highlights > div { min-height: 118px; padding: 18px; }
}

/* Price detail modal. */
.price-modal[hidden] { display:none; }
.price-modal { position:fixed; inset:0; z-index:1300; display:grid; place-items:center; padding:24px; opacity:0; transition:opacity .28s ease; }
.price-modal.is-visible { opacity:1; }
.price-modal__backdrop { position:absolute; inset:0; background:rgba(21,30,17,.54); opacity:0; transition:opacity .38s cubic-bezier(.2,.7,.2,1); }
.price-modal.is-visible .price-modal__backdrop { opacity:1; }
body > :not(.price-modal) { transition:filter .38s cubic-bezier(.2,.7,.2,1); }
body.has-price-modal > :not(.price-modal) { filter:blur(4px); }
.price-modal__panel { position:relative; width:min(100%,510px); padding:38px; border:1px solid rgba(210,228,199,.9); border-radius:23px; background:#fff; box-shadow:0 25px 65px rgba(12,23,9,.28); transform:translateY(18px) scale(.98); transition:transform .28s cubic-bezier(.2,.8,.2,1); }
.price-modal.is-visible .price-modal__panel { transform:translateY(0) scale(1); }
.price-modal__close { position:absolute; top:15px; right:16px; display:grid; place-items:center; width:34px; height:34px; border:0; border-radius:50%; color:var(--green-dark); background:#eff7e9; font-size:25px; line-height:1; cursor:pointer; }
.price-modal h2 { margin:8px 0 7px; font-family:Georgia,"Times New Roman",serif; font-size:clamp(29px,4vw,38px); }
.price-modal__detail { margin:0 0 16px; color:var(--green-dark); font-size:14px; font-weight:750; }
.price-modal__description { margin:0; color:var(--muted); font-size:16px; line-height:1.65; }
.price-modal__footer { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:29px; padding-top:22px; border-top:1px solid var(--line); }
.price-modal__price-wrap { display:grid; gap:5px; }
.price-modal__price { display:inline-flex; align-items:center; justify-content:center; min-height:42px; padding:8px 15px; border-radius:999px; background:#edf6e6; color:var(--green-dark); font-size:18px; }
.price-modal__price-wrap span { color:var(--muted); font-size:12px; line-height:1.2; text-align:center; }
.price-row[data-price-info] { cursor:pointer; }
.price-row[data-price-info]:focus-visible { outline:3px solid rgba(114,170,45,.35); outline-offset:3px; }

@media (max-width:600px) {
  .site-footer .footer-brand { text-align:center; }
  .site-footer .footer-brand img { display:block; margin:0 auto; }
  .site-footer .footer-brand > p { display:none; }
  .site-footer .footer-label { flex-direction:column; gap:7px; }
  .site-footer .footer-label svg { width:32px; height:32px; }
  .site-footer .footer-label__separator { margin:8px auto 10px; }
  .price-modal { padding:16px; }
  .price-modal__panel { padding:30px 23px 24px; border-radius:19px; }
  .price-modal__footer { align-items:stretch; flex-direction:column; }
  .price-modal__footer .button { width:100%; }
}

/* On mobile, the funding panel reads as three equally weighted cards. */
@media (max-width:600px) {
  .funding-grid { gap:10px; padding-block:22px; }

  .funding-title {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    border-left:0;
    padding:25px 24px;
    text-align:center;
    align-items:center;
  }

  .funding-title::before {
    content:"";
    position:static;
    display:block;
    flex:0 0 auto;
    width:58px;
    height:3px;
    margin:0 auto 15px;
    border-radius:999px;
    background:var(--green);
  }

  .funding-logos img:first-child {
    width:48%;
    height:90px;
  }
}

/* Mobile home: keep the key introductions deliberately centred and calm. */
@media (max-width:600px) {
  .site-header .header-inner {
    position:relative;
    justify-content:center;
  }

  .site-header .brand {
    position:absolute;
    left:50%;
    margin:0;
    transform:translateX(-50%);
  }

  .site-header .brand img {
    object-position:center;
  }

  .site-header .menu-toggle {
    position:absolute;
    right:0;
  }

  body[data-page="home"] .hero {
    background-position:62% center;
  }

  body[data-page="home"] .hero-copy {
    width:calc(100% - 40px);
    margin:0 auto;
    padding-inline:0;
    align-items:center;
    text-align:center;
    transform:translateY(-8px);
  }

  body[data-page="home"] .hero h1,
  body[data-page="home"] .hero p {
    margin-inline:auto;
  }

  body[data-page="home"] .hero-actions {
    justify-content:center;
  }

  body[data-page="home"] .project-preview .project-copy,
  body[data-page="home"] .home-about .split > div:first-child {
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
  }

  body[data-page="home"] .project-preview .project-copy h2,
  body[data-page="home"] .project-preview .project-copy p,
  body[data-page="home"] .home-about .split > div:first-child h2,
  body[data-page="home"] .home-about .split > div:first-child p {
    margin-inline:auto;
  }

  body[data-page="home"] .project-preview .project-copy .button,
  body[data-page="home"] .home-about .split > div:first-child .button {
    align-self:center;
  }
}

/* Contact highlights: calm, tactile cards with a discreet botanical detail. */
.contact-highlights {
  gap:26px;
}

.contact-highlights > div {
  min-height:118px;
  gap:17px;
  padding:18px 20px;
  overflow:hidden;
  border:1px solid rgba(220,232,209,.92);
  border-radius:19px;
  background:linear-gradient(125deg,#fff 0%,#fdfefb 61%,#f5f9ef 100%);
  box-shadow:0 10px 25px rgba(29,48,20,.10);
}

.contact-highlights > div::before {
  content:none;
  display:none;
}

.contact-highlights > div::after {
  content:"";
  display:block;
  position:absolute;
  z-index:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  pointer-events:none;
  background:url("contact-benefit-sprig.png") right -18px bottom -14px / 126px auto no-repeat;
  opacity:.3;
  transform:none;
  transition:none;
}

.contact-highlight-icon {
  position:relative;
  z-index:1;
  width:74px;
  height:74px;
  border-color:rgba(207,230,190,.95);
  background:#fff;
  box-shadow:0 8px 19px rgba(40,66,25,.13), inset 0 0 0 4px rgba(247,251,243,.9);
}

.contact-highlight-icon svg {
  width:34px;
  height:34px;
  fill:none;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round;
  stroke-width:1.65;
}

.contact-highlight-icon-image {
  display:block;
  width:36px;
  height:36px;
  object-fit:contain;
  filter:brightness(0) saturate(100%) invert(57%) sepia(37%) saturate(738%) hue-rotate(43deg) brightness(92%) contrast(86%);
}

.contact-highlight-icon-image--relax { width:38px; height:38px; }
.contact-highlight-icon-image--individual { width:35px; height:35px; }

.contact-highlights p {
  position:relative;
  z-index:1;
  color:#788076;
  font-size:13px;
  line-height:1.35;
}

.contact-highlights p b {
  margin-bottom:3px;
  color:var(--ink);
  font-family:Georgia,"Times New Roman",serif;
  font-size:16px;
  font-weight:700;
  line-height:1.18;
  white-space:normal;
}

.contact-highlights > div:hover {
  transform:translateY(-4px);
  border-color:rgba(184,216,162,.98);
  background:linear-gradient(125deg,#fff 0%,#fdfefb 61%,#f5f9ef 100%);
  box-shadow:0 15px 31px rgba(29,48,20,.14);
}

.contact-highlights > div:hover::after {
  transform:none;
}

.contact-highlights > div:hover .contact-highlight-icon {
  color:var(--green);
  background:#fff !important;
  box-shadow:0 11px 23px rgba(40,66,25,.17), inset 0 0 0 4px rgba(247,251,243,.9);
  transform:translateY(-2px);
}

.contact-highlights > div:hover .contact-highlight-icon,
.contact-highlights > div:hover .contact-highlight-icon svg {
  color:var(--green) !important;
}

@media (max-width:600px) {
  .contact-highlights {
    gap:14px;
  }

  .contact-highlights > div {
    min-height:112px;
    gap:15px;
    padding:17px;
    background:linear-gradient(125deg,#fff 0%,#fdfefb 61%,#f5f9ef 100%);
  }

  .contact-highlights > div:hover {
    background:linear-gradient(125deg,#fff 0%,#fdfefb 61%,#f5f9ef 100%);
  }

  .contact-highlights > div::after {
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    background-size:112px auto;
    background-position:right -14px bottom -12px;
  }

  .contact-highlight-icon {
    width:64px;
    height:64px;
  }

  .contact-highlight-icon svg {
    width:30px;
    height:30px;
  }

  .contact-highlights p b {
    font-size:16px;
    white-space:normal;
  }
}

/* Mobile contact form: keep the lotus neatly contained in its own icon disc. */
@media (max-width:600px) {
  .contact-page-layout .contact-form h2 {
    min-height:0;
    flex-direction:column;
    justify-content:center;
    gap:8px;
    margin-bottom:8px;
    padding-bottom:44px;
  }

  .contact-page-layout .contact-form h2::before {
    width:52px;
    height:52px;
    flex:0 0 52px;
    border:1px solid rgba(213,229,203,.85);
    background:#fff url('contact-lotus.png') center / 29px no-repeat;
    box-shadow:0 5px 13px rgba(38,52,28,.09);
  }

  .contact-page-layout .contact-form h2::after {
    top:auto;
    bottom:0;
    left:0;
    width:100%;
    margin:0;
    font-size:14px;
    line-height:1.45;
    text-align:center;
    white-space:normal;
  }

  .contact-page-layout .form-grid {
    margin-top:14px;
  }
}
