:root {
  color-scheme: light;
  --font-text: 'Inter', Arial, sans-serif;
  --font-title: 'Lora', Georgia, serif;
  --color-text: #243026;
  --color-muted: #5f6b62;
  --color-green: #7bc043;
  --color-dark: #1f2a21;
  --color-light: #eef7ea;
  --color-border: #dde6da;
  --color-page: #ffffff;
  --color-panel: #eef1e7;
  --color-panel-strong: #eef1e7;
  --color-heading: #1f2a21;
  --color-accent: var(--color-green);
  --color-accent-dark: #6ca82f;
  --color-inverse: #f4f7f2;
  --color-inverse-muted: #d7ded4;
  --font-body: var(--font-text);
  --font-display: var(--font-title);
  --content-width: 1360px;
  --container-width: var(--content-width);
  --page-gutter: clamp(22px, 4vw, 54px);
  --section-space: clamp(82px, 9vw, 120px);
  --header-height: 100px;
  --header-anchor-offset: var(--header-height);
  --brand-name-line-height: 1;
  --brand-name-offset-y: 0px;
  --font-size-hero-title: clamp(3.3rem, 4.15vw, 4.2rem);
  --font-size-section-title: clamp(2.65rem, 5.5vw, 4.5rem);
  --font-size-card-title: 1.25rem;
  --font-size-card-body: 17px;
  --font-size-card-meta: 15px;
  --shadow-soft: 0 24px 60px rgba(31, 42, 33, 0.1);
  --shadow-card: 0 18px 48px rgba(31, 42, 33, 0.08);
}

body {
  margin: 0;
  background: var(--color-page);
  color: var(--color-text);
  font-family: var(--font-text);
  font-size: 18px;
  line-height: 1.72;
}

a,
.editor-styles-wrapper a {
  color: inherit;
}

p,
.editor-styles-wrapper p {
  max-width: 660px;
  margin: 0 0 24px;
  color: var(--color-muted);
  font-family: var(--font-text);
  font-size: 17px;
  line-height: 1.7;
}

strong {
  color: inherit;
}

h1,
h2,
h3,
.wp-block-heading,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-heading {
  color: var(--color-dark);
  font-family: var(--font-title);
  font-weight: 700;
  line-height: 1.08;
}

h1,
h2,
h3,
.wp-block-heading {
  letter-spacing: -0.02em;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper .wp-block-heading {
  letter-spacing: 0;
}

h2,
.wp-block-heading,
.editor-styles-wrapper h2,
.editor-styles-wrapper .wp-block-heading:not(.hero-title) {
  margin: 0 0 26px;
  font-size: var(--font-size-section-title);
}

.site-section,
.editor-styles-wrapper .site-section {
  margin: 0;
  padding: var(--section-space) var(--page-gutter);
}

.site-section > *,
.editor-styles-wrapper .site-section > .wp-block-group__inner-container,
.editor-styles-wrapper .site-section > .wp-block-group,
.editor-styles-wrapper .site-section > .wp-block-columns,
.editor-styles-wrapper .site-section > .wp-block-cover__inner-container,
.editor-styles-wrapper .site-section > .wp-block-media-text__content {
  width: min(var(--content-width), 100%);
  margin-right: auto;
  margin-left: auto;
}

.section--hero,
.editor-styles-wrapper .section--hero {
  padding-top: clamp(66px, 5.3vw, 82px);
  padding-bottom: clamp(74px, 8vw, 106px);
  background: var(--color-page);
}

.hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 5.1fr) minmax(520px, 6.9fr);
  align-items: center;
  gap: clamp(54px, 7vw, 98px);
}

.hero-grid > .wp-block-group__inner-container > *,
.editor-styles-wrapper .hero-grid > .wp-block-group__inner-container > *,
.editor-styles-wrapper .hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  max-width: none;
  margin-right: 0;
  margin-left: 0;
}

.hero-content,
.hero-content > .wp-block-group__inner-container,
.editor-styles-wrapper .hero-content {
  width: auto;
}

.hero-kicker {
  display: none;
}

.hero-title,
.editor-styles-wrapper .hero-title {
  max-width: 640px;
  margin: 0;
  color: var(--color-heading);
  font-family: var(--font-display);
  font-size: var(--font-size-hero-title);
  font-weight: 700;
  line-height: 1.22;
}

.hero-title::after,
.section--services h2::after,
.editor-styles-wrapper .hero-title::after,
.editor-styles-wrapper .section--services h2::after {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 28px;
  background: var(--color-accent);
  content: "";
}

.hero-copy,
.hero-content p:not(.hero-kicker):not(.hero-title),
.editor-styles-wrapper .hero-copy,
.editor-styles-wrapper .hero-content p:not(.hero-kicker):not(.hero-title) {
  max-width: 560px;
  color: var(--color-text);
}

.hero-copy,
.editor-styles-wrapper .hero-copy {
  margin-top: 34px;
  font-size: 1rem;
}

.hero-actions,
.editor-styles-wrapper .hero-actions {
  margin-top: 34px;
}

.hero-media,
.editor-styles-wrapper .hero-media {
  width: 100%;
  margin: 0;
}

.hero-media img,
.editor-styles-wrapper .hero-media img {
  display: block;
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  object-position: center 42%;
}

.hero-media img {
  height: clamp(560px, 50.2vw, 772px);
  box-shadow: none;
}

.section--profile,
.editor-styles-wrapper .section--profile {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 14%, rgba(139, 195, 74, 0.13), transparent 30%),
    linear-gradient(120deg, #19251d 0%, var(--color-dark) 58%, #152019 100%);
  color: var(--color-inverse);
}

.section--profile {
  border-bottom: 2px solid var(--color-page);
}

.profile-section {
  background: var(--color-dark);
}

.section--profile > .wp-block-group__inner-container,
.editor-styles-wrapper .section--profile > .wp-block-group__inner-container,
.editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: minmax(280px, 500px) minmax(0, 1fr);
  align-items: center;
  column-gap: clamp(46px, 7vw, 96px);
}

.section--profile > .wp-block-group__inner-container > *,
.editor-styles-wrapper .section--profile > .wp-block-group__inner-container > *,
.editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  width: auto;
  margin-right: 0;
  margin-left: 0;
  max-width: none;
}

.section--profile > .wp-block-group__inner-container > :not(.profile-media),
.editor-styles-wrapper .section--profile > .wp-block-group__inner-container > :not(.profile-media),
.editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:not(:has(.profile-media)) {
  grid-column: 2;
}

.editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:not(:has(.profile-media)) {
  max-width: 760px;
}

.section--profile h2,
.profile-section h2,
.editor-styles-wrapper .section--profile h2 {
  color: var(--color-inverse);
}

.section--profile p,
.profile-section p,
.editor-styles-wrapper .section--profile p {
  max-width: 620px;
  color: var(--color-inverse-muted);
  font-size: 0.98rem;
  line-height: 1.78;
}

.profile-media,
.editor-styles-wrapper .profile-media {
  grid-column: 1;
  grid-row: 1 / span 20;
  margin: 0;
}

.profile-media {
  width: 100%;
  height: clamp(430px, 48vw, 560px);
}

.editor-styles-wrapper .profile-media {
  width: min(500px, 100%);
}

.editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:has(.profile-media) {
  grid-column: 1;
  grid-row: 1 / span 20;
}

.profile-media img,
.editor-styles-wrapper .profile-media img {
  display: block;
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  object-fit: cover;
  object-position: center;
}

.profile-media img {
  height: 100%;
}

.editor-styles-wrapper .profile-media img {
  height: auto;
  aspect-ratio: 1.18;
}

.section--profile .wp-block-buttons {
  margin-top: 30px;
}

.section--services,
.editor-styles-wrapper .section--services {
  background: var(--color-page);
}

.section--services > .wp-block-group__inner-container > p,
.editor-styles-wrapper .section--services > .wp-block-group__inner-container > p,
.editor-styles-wrapper .section--services > p,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-paragraph,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/paragraph"] {
  max-width: 650px;
  margin-bottom: 36px;
}

.section--services > .wp-block-group__inner-container > p:last-of-type,
.editor-styles-wrapper .section--services > .wp-block-group__inner-container > p:last-of-type,
.editor-styles-wrapper .section--services > p:last-of-type,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-paragraph:last-of-type,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/paragraph"]:last-of-type {
  position: relative;
  max-width: 100%;
  margin-top: 34px;
  margin-bottom: 0;
  border: 1px solid rgba(221, 230, 218, 0.7);
  border-radius: 22px;
  background: linear-gradient(115deg, #f1f3ec 0%, #f3f3ec 100%);
  box-shadow: var(--shadow-card);
  color: var(--color-text);
}

.section--services > .wp-block-group__inner-container > p:last-of-type {
  --provider-logo-left: clamp(22px, 3.4vw, 34px);
  --provider-logo-size: 68px;
  --provider-logo-gap: 26px;

  padding:
    clamp(28px, 4vw, 36px)
    clamp(28px, 4vw, 40px)
    clamp(28px, 4vw, 36px)
    calc(var(--provider-logo-left) + var(--provider-logo-size) + var(--provider-logo-gap));
}

.editor-styles-wrapper .section--services > .wp-block-group__inner-container > p:last-of-type,
.editor-styles-wrapper .section--services > p:last-of-type,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-paragraph:last-of-type,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/paragraph"]:last-of-type {
  padding: clamp(28px, 4vw, 36px) clamp(28px, 4vw, 40px);
}

.section--services > .wp-block-group__inner-container > p:last-of-type::before,
.section--services > .wp-block-group__inner-container > p:last-of-type::after {
  position: absolute;
  content: "";
}

.section--services > .wp-block-group__inner-container > p:last-of-type::before {
  top: 50%;
  left: var(--provider-logo-left);
  width: var(--provider-logo-size);
  height: var(--provider-logo-size);
  border: 1px solid rgba(221, 230, 218, 0.75);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 12px 28px rgba(31, 42, 33, 0.08);
  transform: translateY(-50%);
}

.section--services > .wp-block-group__inner-container > p:last-of-type::after {
  top: 50%;
  left: var(--provider-logo-left);
  width: var(--provider-logo-size);
  height: var(--provider-logo-size);
  background: url("iesus-illustration.svg") no-repeat center / 54px 54px;
  transform: translateY(-50%);
}

.section--services > .wp-block-group__inner-container > .wp-block-buttons,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-buttons,
.editor-styles-wrapper .section--services > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="core/buttons"] {
  margin-top: 34px;
}

.wp-block-table,
.editor-styles-wrapper .wp-block-table {
  margin-top: 34px;
  margin-bottom: 0;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--shadow-card);
}

.wp-block-table table,
.editor-styles-wrapper .wp-block-table table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  font-family: var(--font-text);
}

table {
  font-family: var(--font-text);
}

.wp-block-table th,
.wp-block-table td,
.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
  padding: 22px 24px;
  border: 0;
  border-bottom: 1px solid var(--color-border);
  text-align: left;
  vertical-align: middle;
}

.wp-block-table th:first-child,
.wp-block-table td:first-child,
.editor-styles-wrapper .wp-block-table th:first-child,
.editor-styles-wrapper .wp-block-table td:first-child {
  width: 68%;
}

.wp-block-table th:nth-child(2),
.wp-block-table td:nth-child(2),
.wp-block-table th:nth-child(3),
.wp-block-table td:nth-child(3),
.editor-styles-wrapper .wp-block-table th:nth-child(2),
.editor-styles-wrapper .wp-block-table td:nth-child(2),
.editor-styles-wrapper .wp-block-table th:nth-child(3),
.editor-styles-wrapper .wp-block-table td:nth-child(3) {
  width: 16%;
  white-space: nowrap;
}

.wp-block-table th,
.editor-styles-wrapper .wp-block-table th {
  background: var(--color-dark);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.wp-block-table td,
.editor-styles-wrapper .wp-block-table td {
  color: var(--color-text);
  font-size: 16px;
}

th {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

td {
  font-size: 16px;
}

.wp-block-table tbody tr:last-child td {
  border-bottom: 0;
}

.section--contacts,
.editor-styles-wrapper .section--contacts {
  position: relative;
  overflow: hidden;
  background: var(--color-panel-strong);
}

.section--contacts::before,
.editor-styles-wrapper .section--contacts::before {
  position: absolute;
  inset: 0;
  background: url("kontakty_bg.png") left center / min(42vw, 520px) auto no-repeat;
  opacity: 0.30;
  pointer-events: none;
  content: "";
}

.section--contacts > .wp-block-group__inner-container,
.editor-styles-wrapper .section--contacts > * {
  position: relative;
  z-index: 1;
}

.section--contacts .wp-block-columns,
.editor-styles-wrapper .section--contacts .wp-block-columns {
  align-items: flex-start;
  gap: clamp(46px, 8vw, 100px);
}

.section--contacts h2 {
  color: var(--color-heading);
}

.contact-list,
.editor-styles-wrapper .contact-list {
  display: grid;
  max-width: 520px;
  margin: 38px 0;
  padding: 0;
  list-style: none;
}

.editor-styles-wrapper .contact-list {
  justify-items: start;
  text-align: left;
}

.contact-list li,
.editor-styles-wrapper .contact-list li {
  display: grid;
  gap: 4px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(95, 107, 98, 0.22);
}

.editor-styles-wrapper .contact-list li {
  grid-template-columns: 1fr;
  width: 100%;
  justify-items: start;
  text-align: left;
}

.contact-list strong,
.editor-styles-wrapper .contact-list strong {
  color: var(--color-muted);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.editor-styles-wrapper .contact-list strong {
  display: block;
}

.contact-list a,
.contact-list span,
.editor-styles-wrapper .contact-list a,
.editor-styles-wrapper .contact-list span {
  color: var(--color-heading);
  font-size: clamp(1.18rem, 2vw, 1.38rem);
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.editor-styles-wrapper .contact-list a,
.editor-styles-wrapper .contact-list span {
  display: block;
  text-align: left;
}

.site-contact-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  max-width: 650px;
  margin: 0;
  padding: clamp(30px, 4.5vw, 44px);
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.site-contact-form__field {
  display: grid;
  gap: 9px;
}

.site-contact-form__field--full,
.site-contact-form__notice {
  grid-column: 1 / -1;
}

.site-contact-form label {
  color: var(--color-heading);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1.3;
}

.site-contact-form input,
.site-contact-form textarea {
  width: 100%;
  min-height: 54px;
  padding: 13px 16px;
  border: 1px solid #dce5d8;
  border-radius: 11px;
  background: #fff;
  color: var(--color-text);
  font-family: var(--font-text);
  font-size: 15px;
  line-height: 1.45;
}

input,
textarea {
  font-family: var(--font-text);
  font-size: 15px;
}

.site-contact-form input::placeholder,
.site-contact-form textarea::placeholder {
  color: #8b958c;
}

.site-contact-form textarea {
  min-height: 190px;
  resize: vertical;
}

.site-contact-form input:focus,
.site-contact-form textarea:focus {
  border-color: var(--color-accent-dark);
  outline: 3px solid rgba(139, 195, 74, 0.22);
}

.site-contact-form__notice {
  margin: 0;
  padding: 14px 16px;
  border-left: 4px solid var(--color-accent);
  border-radius: 10px;
  background: var(--color-panel);
  color: var(--color-text);
}

.site-contact-form__notice p {
  margin: 0;
  color: inherit;
}

.site-contact-form__notice--error {
  border-left-color: #b3261e;
  background: #fff2ef;
}

.site-contact-form__website {
  position: absolute;
  left: -9999px;
}

.site-contact-form .button {
  grid-column: 1 / -1;
  justify-self: start;
  cursor: pointer;
}

.wp-block-button__link,
.button,
.btn,
button,
input[type="submit"],
.editor-styles-wrapper .wp-block-button__link {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border: none;
  border-radius: 999px;
  background: var(--color-green);
  color: #fff;
  font-family: var(--font-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.wp-block-button__link,
.button,
.btn,
button,
input[type="submit"] {
  transition:
    background-color 160ms ease,
    border-color 160ms ease,
    transform 160ms ease;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link {
  border: 1px solid rgba(31, 42, 33, 0.25);
  background: transparent;
  color: var(--color-heading);
}

.section--profile .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .section--profile .wp-block-button.is-style-outline .wp-block-button__link {
  border-color: rgba(244, 247, 242, 0.35);
  color: var(--color-inverse);
}

/* Zahrady a les */
.section--garden-hero .hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .section--garden-hero .hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .section--garden-hero .hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  grid-template-columns: minmax(0, 4.2fr) minmax(520px, 7.8fr);
  gap: clamp(48px, 6vw, 84px);
}

.section--garden-hero .hero-media img,
.editor-styles-wrapper .section--garden-hero .hero-media img {
  height: clamp(360px, 35vw, 520px);
}

.section--garden-story,
.editor-styles-wrapper .section--garden-story {
  padding-top: clamp(78px, 8vw, 108px);
  padding-bottom: clamp(66px, 7vw, 94px);
  background: var(--color-page);
}

.garden-story-layout > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-story-layout > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-story-layout > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(520px, 7fr);
  align-items: start;
  gap: clamp(44px, 6vw, 84px);
}

.garden-story-copy,
.garden-story-copy > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-story-copy {
  width: auto;
}

.garden-story-copy p,
.editor-styles-wrapper .garden-story-copy p {
  max-width: 680px;
}

.wp-block-gallery.has-nested-images.garden-story-gallery,
.wp-block-gallery.has-nested-images.garden-bottom-gallery,
.editor-styles-wrapper .wp-block-gallery.has-nested-images.garden-story-gallery,
.editor-styles-wrapper .wp-block-gallery.has-nested-images.garden-bottom-gallery {
  display: grid !important;
  gap: 10px;
  width: 100%;
  margin: 0;
}

.garden-story-gallery,
.editor-styles-wrapper .garden-story-gallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.garden-story-gallery .wp-block-image,
.garden-bottom-gallery .wp-block-image,
.editor-styles-wrapper .garden-story-gallery .wp-block-image,
.editor-styles-wrapper .garden-bottom-gallery .wp-block-image {
  width: 100% !important;
  margin: 0 !important;
}

.garden-story-gallery .wp-block-image:first-child,
.editor-styles-wrapper .garden-story-gallery .wp-block-image:first-child {
  grid-column: 1 / -1;
}

.garden-story-gallery img,
.garden-bottom-gallery img,
.editor-styles-wrapper .garden-story-gallery img,
.editor-styles-wrapper .garden-bottom-gallery img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}

.garden-story-gallery .wp-block-image:first-child img,
.editor-styles-wrapper .garden-story-gallery .wp-block-image:first-child img {
  aspect-ratio: 2.15;
}

.garden-story-gallery .wp-block-image:not(:first-child) img,
.editor-styles-wrapper .garden-story-gallery .wp-block-image:not(:first-child) img {
  aspect-ratio: 0.82;
}

.section--garden-therapy,
.editor-styles-wrapper .section--garden-therapy {
  background: var(--color-panel);
}

.section--garden-therapy > .wp-block-group__inner-container > h2,
.editor-styles-wrapper .section--garden-therapy > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-heading {
  max-width: 820px;
}

.garden-therapy-intro,
.editor-styles-wrapper .garden-therapy-intro {
  max-width: 700px;
}

.garden-therapy-quote,
.editor-styles-wrapper .garden-therapy-quote {
  margin: 30px 0 42px;
  padding: 0 0 0 22px;
  border-left: 3px solid var(--color-accent);
}

.garden-therapy-quote p,
.editor-styles-wrapper .garden-therapy-quote p {
  margin: 0;
  color: var(--color-heading);
  font-family: var(--font-title);
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 600;
}

.garden-card-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-card-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.garden-card,
.editor-styles-wrapper .garden-card {
  min-width: 0;
  padding: clamp(24px, 2.4vw, 32px);
  border: 1px solid rgba(221, 230, 218, 0.8);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-card);
}

.garden-card h3,
.editor-styles-wrapper .garden-card h3 {
  margin: 0 0 8px;
  font-family: var(--font-text);
  font-size: var(--font-size-card-title);
  line-height: 1.35;
}

.garden-card .garden-card-subtitle,
.editor-styles-wrapper .garden-card .garden-card-subtitle {
  margin: 0 0 20px;
  color: var(--color-accent-dark);
  font-size: var(--font-size-card-meta);
  font-weight: 700;
  line-height: 1.45;
}

.garden-card p:last-child,
.editor-styles-wrapper .garden-card p:last-child {
  margin-bottom: 0;
  color: var(--color-text);
  font-size: var(--font-size-card-body);
  line-height: 1.68;
}

.section--garden-quiet,
.editor-styles-wrapper .section--garden-quiet {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(54px, 6vw, 78px);
  background: var(--color-page);
}

.garden-quiet-card,
.editor-styles-wrapper .garden-quiet-card {
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid rgba(221, 230, 218, 0.8);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 192, 67, 0.13), transparent 34%),
    var(--color-panel);
  box-shadow: var(--shadow-card);
}

.garden-quiet-card h2,
.editor-styles-wrapper .garden-quiet-card h2 {
  font-size: var(--font-size-section-title);
}

.garden-quiet-card p,
.editor-styles-wrapper .garden-quiet-card p {
  max-width: 880px;
}

.garden-quiet-card p:last-child,
.editor-styles-wrapper .garden-quiet-card p:last-child {
  margin-bottom: 0;
}

.section--garden-offer,
.editor-styles-wrapper .section--garden-offer {
  padding-top: clamp(78px, 9vw, 124px);
  background: var(--color-page);
}

.garden-offer-panel,
.editor-styles-wrapper .garden-offer-panel {
  padding: clamp(34px, 5vw, 62px);
  border: 1px solid rgba(221, 230, 218, 0.85);
  border-radius: 26px;
  background:
    linear-gradient(120deg, rgba(238, 241, 231, 0.96), rgba(247, 249, 243, 0.98));
  box-shadow: var(--shadow-soft);
}

.garden-offer-panel > .wp-block-group__inner-container > h2::after,
.editor-styles-wrapper .garden-offer-panel h2::after {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 28px;
  background: var(--color-accent);
  content: "";
}

.garden-offer-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-offer-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .garden-offer-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 42px;
}

.garden-offer-card,
.editor-styles-wrapper .garden-offer-card {
  min-width: 0;
  padding: 8px clamp(24px, 3vw, 42px) 12px;
  border-left: 1px solid rgba(95, 107, 98, 0.23);
}

.garden-offer-card:first-child,
.editor-styles-wrapper .garden-offer-card:first-child {
  padding-left: 0;
  border-left: 0;
}

.garden-offer-card:last-child,
.editor-styles-wrapper .garden-offer-card:last-child {
  padding-right: 0;
}

.garden-offer-card h3,
.editor-styles-wrapper .garden-offer-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-text);
  font-size: var(--font-size-card-title);
  line-height: 1.4;
}

.garden-offer-card ul,
.editor-styles-wrapper .garden-offer-card ul {
  margin: 0;
  padding-left: 1.2em;
  color: var(--color-text);
  font-size: var(--font-size-card-body);
  line-height: 1.65;
}

.garden-offer-card li + li,
.editor-styles-wrapper .garden-offer-card li + li {
  margin-top: 9px;
}

.garden-bottom-gallery,
.editor-styles-wrapper .garden-bottom-gallery {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 46px;
}

.garden-bottom-gallery img,
.editor-styles-wrapper .garden-bottom-gallery img {
  aspect-ratio: 1.28;
}

/* O projektu */
.section--project-hero,
.editor-styles-wrapper .section--project-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 0% 40%, rgba(123, 192, 67, 0.09), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #fbfcf8 100%);
}

.project-hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .project-hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .project-hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(520px, 7fr);
  align-items: center;
  gap: clamp(48px, 6vw, 86px);
}

.project-hero-copy,
.project-hero-copy > .wp-block-group__inner-container,
.editor-styles-wrapper .project-hero-copy {
  width: auto;
}

.project-hero-subtitle,
.editor-styles-wrapper .project-hero-subtitle {
  max-width: 620px;
  margin: 30px 0 26px;
  color: var(--color-heading);
  font-family: var(--font-text);
  font-size: clamp(1.1rem, 1.6vw, 1.35rem);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.project-hero-copy p,
.editor-styles-wrapper .project-hero-copy p {
  max-width: 620px;
  color: var(--color-text);
}

.project-hero-copy p:last-child,
.editor-styles-wrapper .project-hero-copy p:last-child {
  margin-bottom: 0;
}

.project-hero-media,
.editor-styles-wrapper .project-hero-media {
  width: 100%;
  margin: 0;
}

.project-hero-media img,
.editor-styles-wrapper .project-hero-media img {
  display: block;
  width: 100%;
  height: clamp(430px, 39vw, 590px);
  border-radius: 22px;
  object-fit: cover;
  object-position: center;
  box-shadow: var(--shadow-soft);
}

.section--project-esus,
.editor-styles-wrapper .section--project-esus {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 10%, rgba(123, 192, 67, 0.12), transparent 25%),
    linear-gradient(120deg, #19251d 0%, var(--color-dark) 58%, #152019 100%);
  color: var(--color-inverse);
}

.section--project-esus h2,
.section--project-esus h3,
.editor-styles-wrapper .section--project-esus h2,
.editor-styles-wrapper .section--project-esus h3 {
  color: var(--color-inverse);
}

.section--project-esus > .wp-block-group__inner-container > h2,
.editor-styles-wrapper .section--project-esus > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block-heading {
  max-width: 900px;
}

.section--project-esus > .wp-block-group__inner-container > p,
.editor-styles-wrapper .section--project-esus > .block-editor-inner-blocks > .block-editor-block-list__layout > p {
  max-width: 790px;
  color: var(--color-inverse-muted);
}

.project-esus-intro,
.editor-styles-wrapper .project-esus-intro {
  margin-top: 34px;
  color: var(--color-inverse) !important;
  font-weight: 600;
}

.project-esus-cards > .wp-block-group__inner-container,
.editor-styles-wrapper .project-esus-cards > .wp-block-group__inner-container,
.editor-styles-wrapper .project-esus-cards > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 46px;
}

.project-esus-card,
.editor-styles-wrapper .project-esus-card {
  min-width: 0;
  padding: clamp(28px, 3.6vw, 46px);
  border: 1px solid rgba(244, 247, 242, 0.19);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.045);
}

.project-esus-card h3,
.editor-styles-wrapper .project-esus-card h3 {
  margin: 0 0 18px;
  font-family: var(--font-text);
  font-size: var(--font-size-card-title);
  line-height: 1.35;
}

.project-esus-card p,
.editor-styles-wrapper .project-esus-card p {
  max-width: 600px;
  margin-bottom: 0;
  color: var(--color-inverse-muted);
  font-size: var(--font-size-card-body);
}

.section--project-tree,
.editor-styles-wrapper .section--project-tree {
  background: var(--color-page);
}

.project-tree-layout > .wp-block-group__inner-container,
.editor-styles-wrapper .project-tree-layout > .wp-block-group__inner-container,
.editor-styles-wrapper .project-tree-layout > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(460px, 5fr);
  align-items: center;
  gap: clamp(48px, 7vw, 96px);
}

.project-tree-copy,
.project-tree-copy > .wp-block-group__inner-container,
.editor-styles-wrapper .project-tree-copy {
  width: auto;
}

.project-tree-copy p,
.editor-styles-wrapper .project-tree-copy p {
  max-width: 720px;
}

.project-tree-copy p:last-child,
.editor-styles-wrapper .project-tree-copy p:last-child {
  margin-bottom: 0;
}

.project-tree-media,
.editor-styles-wrapper .project-tree-media {
  width: 100%;
  margin: 0;
  padding: clamp(12px, 1.6vw, 20px);
  border: 1px solid rgba(221, 230, 218, 0.9);
  border-radius: 24px;
  background: var(--color-panel);
  box-shadow: var(--shadow-card);
}

.project-tree-media img,
.editor-styles-wrapper .project-tree-media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  object-fit: cover;
}

.section--project-circle,
.editor-styles-wrapper .section--project-circle {
  padding-top: clamp(42px, 5vw, 68px);
  background: var(--color-page);
}

.project-circle-card,
.editor-styles-wrapper .project-circle-card {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 6vw, 68px);
  border: 1px solid rgba(221, 230, 218, 0.9);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 50%, rgba(123, 192, 67, 0.13), transparent 24%),
    linear-gradient(120deg, var(--color-panel) 0%, #f7f9f3 100%);
  box-shadow: var(--shadow-card);
}

.project-circle-card::after,
.editor-styles-wrapper .project-circle-card::after {
  position: absolute;
  right: clamp(36px, 8vw, 112px);
  top: 50%;
  width: clamp(120px, 15vw, 210px);
  aspect-ratio: 1;
  border: 2px solid rgba(108, 168, 47, 0.75);
  border-radius: 50%;
  background: url("iesus-illustration.svg") center / 62% auto no-repeat;
  content: "";
  opacity: 0.28;
  pointer-events: none;
  transform: translateY(-50%);
}

.project-circle-card h2,
.editor-styles-wrapper .project-circle-card h2 {
  position: relative;
  z-index: 1;
  max-width: 760px;
  font-size: var(--font-size-section-title);
}

.project-circle-card p,
.editor-styles-wrapper .project-circle-card p {
  position: relative;
  z-index: 1;
  max-width: min(760px, 72%);
}

.project-circle-card p:last-child,
.editor-styles-wrapper .project-circle-card p:last-child {
  margin-bottom: 0;
}

/* Umění a řemeslo */
.section--craft-hero,
.editor-styles-wrapper .section--craft-hero {
  padding-top: clamp(62px, 5.5vw, 84px);
  padding-bottom: clamp(76px, 7.5vw, 104px);
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 192, 67, 0.07), transparent 28%),
    var(--color-page);
}

.craft-hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-hero-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(560px, 7fr);
  align-items: center;
  gap: clamp(48px, 6vw, 86px);
}

.craft-hero-copy,
.craft-hero-copy > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-hero-copy {
  width: auto;
}

.craft-hero-title,
.editor-styles-wrapper .craft-hero-title {
  max-width: 620px;
  margin: 0 0 34px;
}

.craft-hero-title::after,
.editor-styles-wrapper .craft-hero-title::after {
  display: block;
  width: 72px;
  height: 3px;
  margin-top: 28px;
  background: var(--color-accent);
  content: "";
}

.craft-hero-copy p,
.editor-styles-wrapper .craft-hero-copy p {
  max-width: 600px;
  color: var(--color-text);
}

.craft-hero-copy p:last-child,
.editor-styles-wrapper .craft-hero-copy p:last-child {
  margin-bottom: 0;
}

.craft-hero-media > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-hero-media > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-hero-media > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
  height: clamp(430px, 38vw, 570px);
}

.craft-hero-image,
.editor-styles-wrapper .craft-hero-image {
  width: 100%;
  height: 100%;
  margin: 0;
}

.craft-hero-image--main,
.editor-styles-wrapper .craft-hero-image--main {
  grid-row: 1 / -1;
}

.craft-hero-image img,
.editor-styles-wrapper .craft-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--shadow-card);
}

.craft-hero-image--main img,
.editor-styles-wrapper .craft-hero-image--main img {
  object-position: 50% 54%;
}

.craft-hero-image--secondary img,
.editor-styles-wrapper .craft-hero-image--secondary img {
  object-position: center;
}

.section--craft-intro,
.editor-styles-wrapper .section--craft-intro {
  padding-top: clamp(70px, 7vw, 96px);
  padding-bottom: clamp(70px, 7vw, 96px);
  background:
    linear-gradient(120deg, rgba(238, 241, 231, 0.7), rgba(247, 249, 243, 0.72));
}

.craft-reading-width,
.craft-reading-width > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-reading-width {
  width: min(850px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.section--craft-intro h2,
.section--craft-discipline h2,
.section--craft-circle h2,
.editor-styles-wrapper .section--craft-intro h2,
.editor-styles-wrapper .section--craft-discipline h2,
.editor-styles-wrapper .section--craft-circle h2 {
  font-size: var(--font-size-section-title);
}

.craft-reading-width p,
.editor-styles-wrapper .craft-reading-width p {
  max-width: 850px;
}

.craft-reading-width p:last-child,
.editor-styles-wrapper .craft-reading-width p:last-child {
  margin-bottom: 0;
}

.section--craft-discipline,
.editor-styles-wrapper .section--craft-discipline {
  padding-top: clamp(72px, 7.5vw, 102px);
  padding-bottom: clamp(34px, 4vw, 54px);
  background: var(--color-page);
}

.section--craft-music,
.editor-styles-wrapper .section--craft-music {
  padding-bottom: clamp(78px, 8vw, 110px);
}

.craft-discipline-content,
.craft-discipline-content > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-discipline-content {
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.craft-discipline-content > .wp-block-group__inner-container > h2,
.craft-discipline-content > .wp-block-group__inner-container > p,
.editor-styles-wrapper .craft-discipline-content > h2,
.editor-styles-wrapper .craft-discipline-content > p {
  max-width: 850px;
}

.craft-card-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-card-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .craft-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 38px;
}

.craft-card,
.editor-styles-wrapper .craft-card {
  min-width: 0;
  padding: clamp(28px, 3.2vw, 42px);
  border: 1px solid rgba(221, 230, 218, 0.95);
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 192, 67, 0.08), transparent 38%),
    var(--color-panel);
  box-shadow: var(--shadow-card);
}

.craft-card h3,
.editor-styles-wrapper .craft-card h3 {
  margin: 0 0 18px;
  color: var(--color-heading);
  font-family: var(--font-title);
  font-size: var(--font-size-card-title);
  line-height: 1.28;
}

.craft-card p,
.editor-styles-wrapper .craft-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: var(--color-text);
  font-size: var(--font-size-card-body);
  line-height: 1.72;
}

.section--craft-circle,
.editor-styles-wrapper .section--craft-circle {
  padding-top: 0;
  background: var(--color-page);
}

.craft-circle-card,
.editor-styles-wrapper .craft-circle-card {
  position: relative;
  overflow: hidden;
  padding: clamp(40px, 6vw, 70px);
  border: 1px solid rgba(221, 230, 218, 0.95);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 50%, rgba(123, 192, 67, 0.16), transparent 25%),
    linear-gradient(120deg, var(--color-panel) 0%, #f7f9f3 100%);
  box-shadow: var(--shadow-card);
}

.craft-circle-card::after,
.editor-styles-wrapper .craft-circle-card::after {
  position: absolute;
  right: clamp(42px, 9vw, 126px);
  top: 50%;
  width: clamp(130px, 16vw, 220px);
  aspect-ratio: 1;
  border: 2px solid rgba(108, 168, 47, 0.75);
  border-radius: 50%;
  background: url("iesus-illustration.svg") center / 62% auto no-repeat;
  content: "";
  opacity: 0.28;
  pointer-events: none;
  transform: translateY(-50%);
}

.craft-circle-card h2,
.craft-circle-card p,
.editor-styles-wrapper .craft-circle-card h2,
.editor-styles-wrapper .craft-circle-card p {
  position: relative;
  z-index: 1;
  max-width: min(820px, 72%);
}

.craft-circle-card p:last-child,
.editor-styles-wrapper .craft-circle-card p:last-child {
  margin-bottom: 0;
}

/* Přírodní produkty */
.section--product-hero,
.editor-styles-wrapper .section--product-hero {
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 192, 67, 0.08), transparent 30%),
    linear-gradient(135deg, #fff 0%, #fbfcf8 100%);
}

.section--product-alchemy,
.editor-styles-wrapper .section--product-alchemy {
  background:
    linear-gradient(120deg, rgba(247, 249, 243, 0.86), rgba(238, 241, 231, 0.72));
}

.section--product-mix,
.editor-styles-wrapper .section--product-mix {
  position: relative;
  overflow: hidden;
  padding-top: clamp(76px, 8vw, 110px);
  padding-bottom: clamp(80px, 8.5vw, 116px);
  background:
    radial-gradient(circle at 94% 18%, rgba(123, 192, 67, 0.12), transparent 28%),
    #1f2a21;
}

.product-mix-content,
.product-mix-content > .wp-block-group__inner-container,
.editor-styles-wrapper .product-mix-content {
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.section--product-mix h2,
.editor-styles-wrapper .section--product-mix h2 {
  max-width: 850px;
  color: #fff;
  font-size: var(--font-size-section-title);
}

.section--product-mix > .wp-block-group__inner-container > .product-mix-content > .wp-block-group__inner-container > p,
.editor-styles-wrapper .section--product-mix .product-mix-content > p {
  max-width: 850px;
  color: rgba(255, 255, 255, 0.82);
}

.product-card-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .product-card-grid > .wp-block-group__inner-container,
.editor-styles-wrapper .product-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
}

.product-card,
.editor-styles-wrapper .product-card {
  min-width: 0;
  padding: clamp(30px, 3.4vw, 44px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 21px;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 192, 67, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.14);
}

.product-card h3,
.editor-styles-wrapper .product-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--font-title);
  font-size: var(--font-size-card-title);
  line-height: 1.28;
}

.product-card p,
.editor-styles-wrapper .product-card p {
  max-width: 520px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: var(--font-size-card-body);
  line-height: 1.72;
}

.section--product-ritual,
.editor-styles-wrapper .section--product-ritual {
  padding-top: clamp(76px, 8vw, 108px);
  padding-bottom: clamp(76px, 8vw, 108px);
  background: var(--color-page);
}

.product-ritual-content,
.product-ritual-content > .wp-block-group__inner-container,
.editor-styles-wrapper .product-ritual-content {
  width: min(850px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.section--product-ritual h2,
.editor-styles-wrapper .section--product-ritual h2 {
  font-size: var(--font-size-section-title);
}

.product-ritual-content > .wp-block-group__inner-container > p,
.editor-styles-wrapper .product-ritual-content > p {
  max-width: 850px;
}

.product-quote,
.editor-styles-wrapper .product-quote {
  position: relative;
  margin: clamp(32px, 4.5vw, 48px) 0;
  padding: clamp(30px, 4vw, 44px) clamp(28px, 4.5vw, 50px);
  border: 1px solid rgba(221, 230, 218, 0.95);
  border-left: 4px solid var(--color-accent);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0%, rgba(123, 192, 67, 0.1), transparent 42%),
    var(--color-panel);
  box-shadow: var(--shadow-card);
}

.product-quote::before,
.editor-styles-wrapper .product-quote::before {
  position: absolute;
  right: clamp(22px, 4vw, 44px);
  top: 8px;
  color: rgba(108, 168, 47, 0.16);
  content: "“";
  font-family: var(--font-title);
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 1;
  pointer-events: none;
}

.product-quote p,
.editor-styles-wrapper .product-quote p {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin: 0;
  color: var(--color-heading);
  font-family: var(--font-title);
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  font-style: italic;
  line-height: 1.48;
}

.section--product-final,
.editor-styles-wrapper .section--product-final {
  padding-bottom: clamp(80px, 8vw, 112px);
}

.product-final-card p,
.editor-styles-wrapper .product-final-card p {
  max-width: min(850px, 76%);
  color: var(--color-heading);
  font-family: var(--font-title);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  line-height: 1.55;
}

@media (max-width: 900px) {
  body,
  .editor-styles-wrapper {
    font-size: 16px;
  }

  .hero-grid > .wp-block-group__inner-container,
  .section--garden-hero .hero-grid > .wp-block-group__inner-container,
  .section--profile > .wp-block-group__inner-container,
  .editor-styles-wrapper .hero-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .editor-styles-wrapper .section--garden-hero .hero-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .section--garden-hero .hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .editor-styles-wrapper .section--profile > .wp-block-group__inner-container,
  .editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .section--profile > .wp-block-group__inner-container > :not(.profile-media),
  .editor-styles-wrapper .section--profile > .wp-block-group__inner-container > :not(.profile-media),
  .editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:not(:has(.profile-media)) {
    grid-column: auto;
    max-width: none;
  }

  .profile-media,
  .editor-styles-wrapper .profile-media,
  .editor-styles-wrapper .section--profile > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:has(.profile-media) {
    grid-column: auto;
    grid-row: auto;
    margin: 0 0 34px;
  }

  .profile-media {
    height: auto;
  }

  .profile-media img,
  .editor-styles-wrapper .profile-media img {
    aspect-ratio: 1.32;
  }

  .section--contacts .wp-block-columns,
  .editor-styles-wrapper .section--contacts .wp-block-columns {
    flex-direction: column;
  }

  .garden-story-layout > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-story-layout > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-story-layout > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .section--garden-hero .hero-media img,
  .editor-styles-wrapper .section--garden-hero .hero-media img {
    height: clamp(210px, 56vw, 300px);
  }

  .garden-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garden-offer-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-offer-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-offer-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .garden-offer-card,
  .garden-offer-card:first-child,
  .garden-offer-card:last-child,
  .editor-styles-wrapper .garden-offer-card,
  .editor-styles-wrapper .garden-offer-card:first-child,
  .editor-styles-wrapper .garden-offer-card:last-child {
    padding: 28px 0;
    border-top: 1px solid rgba(95, 107, 98, 0.23);
    border-left: 0;
  }

  .garden-offer-card:first-child,
  .editor-styles-wrapper .garden-offer-card:first-child {
    border-top: 0;
  }

  .garden-bottom-gallery,
  .editor-styles-wrapper .garden-bottom-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .project-hero-grid > .wp-block-group__inner-container,
  .project-tree-layout > .wp-block-group__inner-container,
  .editor-styles-wrapper .project-hero-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .project-hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .editor-styles-wrapper .project-tree-layout > .wp-block-group__inner-container,
  .editor-styles-wrapper .project-tree-layout > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .project-hero-media img,
  .editor-styles-wrapper .project-hero-media img {
    height: clamp(280px, 58vw, 430px);
  }

  .project-tree-media,
  .editor-styles-wrapper .project-tree-media {
    width: min(680px, 100%);
  }

  .project-circle-card p,
  .editor-styles-wrapper .project-circle-card p {
    max-width: min(760px, 80%);
  }

  .craft-hero-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-hero-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-hero-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .craft-hero-copy p,
  .editor-styles-wrapper .craft-hero-copy p {
    max-width: 760px;
  }

  .craft-hero-media,
  .editor-styles-wrapper .craft-hero-media {
    width: min(760px, 100%);
  }

  .craft-hero-media > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-hero-media > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-hero-media > .block-editor-inner-blocks > .block-editor-block-list__layout {
    height: clamp(390px, 70vw, 530px);
  }

  .craft-circle-card h2,
  .craft-circle-card p,
  .editor-styles-wrapper .craft-circle-card h2,
  .editor-styles-wrapper .craft-circle-card p {
    max-width: min(820px, 80%);
  }

  .product-final-card p,
  .editor-styles-wrapper .product-final-card p {
    max-width: min(850px, 80%);
  }
}

@media (max-width: 700px) {
  :root {
    --page-gutter: clamp(20px, 6vw, 24px);
    --font-size-hero-title: clamp(3.05rem, 15vw, 4.05rem);
    --font-size-section-title: clamp(2.55rem, 11vw, 3rem);
  }

  h2,
  .wp-block-heading,
  .editor-styles-wrapper h2,
  .editor-styles-wrapper .wp-block-heading:not(.hero-title) {
    font-size: var(--font-size-section-title);
  }

  .hero-title,
  .editor-styles-wrapper .hero-title {
    font-size: var(--font-size-hero-title);
    line-height: 1.12;
  }

  .wp-block-table,
  .editor-styles-wrapper .wp-block-table {
    border-radius: 14px;
    overflow: visible;
  }

  .wp-block-table table,
  .wp-block-table thead,
  .wp-block-table tbody,
  .wp-block-table tr,
  .wp-block-table th,
  .wp-block-table td,
  .editor-styles-wrapper .wp-block-table table,
  .editor-styles-wrapper .wp-block-table thead,
  .editor-styles-wrapper .wp-block-table tbody,
  .editor-styles-wrapper .wp-block-table tr,
  .editor-styles-wrapper .wp-block-table th,
  .editor-styles-wrapper .wp-block-table td {
    display: block;
    width: 100%;
  }

  .wp-block-table table {
    border-collapse: separate;
    table-layout: auto;
  }

  .wp-block-table thead,
  .editor-styles-wrapper .wp-block-table thead {
    display: none;
  }

  .wp-block-table tbody {
    display: grid;
    gap: 0;
  }

  .wp-block-table tr,
  .editor-styles-wrapper .wp-block-table tr {
    padding: 18px;
    border-bottom: 1px solid var(--color-border);
    background: #fff;
  }

  .wp-block-table tr:last-child {
    border-bottom: 0;
  }

  .wp-block-table td,
  .editor-styles-wrapper .wp-block-table td {
    padding: 0;
    border: 0;
    white-space: normal;
  }

  .wp-block-table td:first-child,
  .editor-styles-wrapper .wp-block-table td:first-child {
    width: 100%;
    margin-bottom: 14px;
    color: var(--color-heading);
    font-weight: 700;
    line-height: 1.45;
  }

  .wp-block-table td:nth-child(2),
  .wp-block-table td:nth-child(3),
  .editor-styles-wrapper .wp-block-table td:nth-child(2),
  .editor-styles-wrapper .wp-block-table td:nth-child(3) {
    display: inline-flex;
    width: auto;
    margin-right: 18px;
    color: var(--color-muted);
    font-size: 0.95rem;
  }

  .section--garden-story {
    padding-top: 64px;
  }

  .garden-story-gallery,
  .editor-styles-wrapper .garden-story-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .garden-story-gallery .wp-block-image:first-child,
  .editor-styles-wrapper .garden-story-gallery .wp-block-image:first-child {
    grid-column: 1 / -1;
  }

  .garden-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .garden-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .garden-card {
    padding: 26px 24px;
    border-radius: 16px;
  }

  .garden-quiet-card,
  .garden-offer-panel {
    padding: 28px 24px;
    border-radius: 18px;
  }

  .garden-bottom-gallery,
  .editor-styles-wrapper .garden-bottom-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section--project-hero {
    padding-top: 58px;
  }

  .project-hero-subtitle,
  .editor-styles-wrapper .project-hero-subtitle {
    margin-top: 26px;
    font-size: clamp(1.08rem, 5.4vw, 1.28rem);
    line-height: 1.42;
  }

  .project-hero-media img,
  .editor-styles-wrapper .project-hero-media img {
    height: clamp(230px, 62vw, 330px);
    border-radius: 16px;
  }

  .project-esus-cards > .wp-block-group__inner-container,
  .editor-styles-wrapper .project-esus-cards > .wp-block-group__inner-container,
  .editor-styles-wrapper .project-esus-cards > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .project-esus-card,
  .editor-styles-wrapper .project-esus-card {
    padding: 28px 24px;
    border-radius: 17px;
  }

  .project-tree-media,
  .editor-styles-wrapper .project-tree-media {
    padding: 10px;
    border-radius: 18px;
  }

  .project-tree-media img,
  .editor-styles-wrapper .project-tree-media img {
    border-radius: 12px;
  }

  .project-circle-card,
  .editor-styles-wrapper .project-circle-card {
    padding: 32px 24px;
    border-radius: 18px;
  }

  .project-circle-card::after,
  .editor-styles-wrapper .project-circle-card::after {
    display: none;
  }

  .project-circle-card p,
  .editor-styles-wrapper .project-circle-card p {
    max-width: none;
  }

  .section--craft-hero {
    padding-top: 58px;
  }

  .craft-hero-title,
  .editor-styles-wrapper .craft-hero-title {
    margin-bottom: 30px;
  }

  .craft-hero-media > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-hero-media > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-hero-media > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 240px;
    height: auto;
    gap: 10px;
  }

  .craft-hero-image--main,
  .editor-styles-wrapper .craft-hero-image--main {
    grid-row: auto;
  }

  .craft-hero-image:nth-child(3),
  .editor-styles-wrapper .craft-hero-image:nth-child(3) {
    display: none;
  }

  .craft-hero-image img,
  .editor-styles-wrapper .craft-hero-image img {
    border-radius: 14px;
  }

  .section--craft-intro h2,
  .section--craft-discipline h2,
  .section--craft-circle h2,
  .editor-styles-wrapper .section--craft-intro h2,
  .editor-styles-wrapper .section--craft-discipline h2,
  .editor-styles-wrapper .section--craft-circle h2 {
    font-size: var(--font-size-section-title);
  }

  .craft-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .craft-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .craft-card,
  .editor-styles-wrapper .craft-card {
    padding: 28px 24px;
    border-radius: 17px;
  }

  .craft-circle-card,
  .editor-styles-wrapper .craft-circle-card {
    padding: 34px 24px;
    border-radius: 18px;
  }

  .craft-circle-card::after,
  .editor-styles-wrapper .craft-circle-card::after {
    display: none;
  }

  .craft-circle-card h2,
  .craft-circle-card p,
  .editor-styles-wrapper .craft-circle-card h2,
  .editor-styles-wrapper .craft-circle-card p {
    max-width: none;
  }

  .section--product-mix,
  .editor-styles-wrapper .section--product-mix {
    padding-top: 64px;
    padding-bottom: 70px;
  }

  .section--product-mix h2,
  .section--product-ritual h2,
  .editor-styles-wrapper .section--product-mix h2,
  .editor-styles-wrapper .section--product-ritual h2 {
    font-size: var(--font-size-section-title);
  }

  .product-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .product-card-grid > .wp-block-group__inner-container,
  .editor-styles-wrapper .product-card-grid > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }

  .product-card,
  .editor-styles-wrapper .product-card {
    padding: 28px 24px;
    border-radius: 17px;
  }

  .product-quote,
  .editor-styles-wrapper .product-quote {
    padding: 30px 24px;
    border-radius: 17px;
  }

  .product-quote::before,
  .editor-styles-wrapper .product-quote::before {
    display: none;
  }

  .product-final-card p,
  .editor-styles-wrapper .product-final-card p {
    max-width: none;
  }
}
