[data-ecoroot-header] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition:
    background-color var(--ecoroot-transition),
    backdrop-filter var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition),
    transform var(--ecoroot-transition),
    padding var(--ecoroot-transition);
}

[data-ecoroot-header] nav {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition:
    padding-top var(--ecoroot-transition),
    padding-bottom var(--ecoroot-transition);
}

[data-ecoroot-menu-toggle] {
  border: 0 !important;
  outline: 0;
  box-shadow: none;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  color: var(--ecoroot-color-text);
  padding: 0.5rem;
  line-height: 0;
}

[data-ecoroot-menu-toggle]:hover,
[data-ecoroot-menu-toggle]:focus,
[data-ecoroot-menu-toggle]:focus-visible,
[data-ecoroot-menu-toggle][aria-expanded='true'] {
  background: transparent !important;
  color: var(--ecoroot-color-text);
  box-shadow: none;
  outline: 0;
}

[data-ecoroot-menu-toggle] svg {
  display: block;
  stroke: currentColor;
}

[data-ecoroot-menu-toggle] .hidden {
  display: none !important;
}

[data-ecoroot-header].is-scrolled {
  background: rgb(255 255 255 / 0.95);
  backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}

[data-ecoroot-header].is-scrolled nav {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

[data-ecoroot-menu-panel] {
  display: block;
  max-height: calc(100vh - 6rem);
  max-height: calc(100dvh - 6rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  will-change: opacity, transform;
}

.ecoroot-home-hero__media img {
  filter: drop-shadow(0 1.25rem 2rem rgb(35 92 66 / 0.14));
}

.ecoroot-page-hero {
  background: linear-gradient(135deg, hsl(var(--secondary) / 0.62), hsl(var(--background)) 72%);
}

.ecoroot-hero-media {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: var(--ecoroot-radius-md);
  background: var(--ecoroot-color-surface-soft);
  box-shadow: var(--ecoroot-shadow-hover);
}

.ecoroot-hero-media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 58%, rgb(8 31 21 / 0.22));
  content: '';
  pointer-events: none;
}

.ecoroot-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

[data-ecoroot-header]:not(.is-scrolled) [data-ecoroot-menu-panel] {
  background: hsl(var(--border)) hsl(var(--background) / 0.98);
}

[data-ecoroot-header].is-scrolled [data-ecoroot-menu-panel] {
  background-color: rgb(255 255 255 / 0.98);
}

.elementor-widget-button .elementor-button,
.elementor-button {
  min-height: 56px;
  padding: 0.875rem 2rem;
  border-radius: 999px;
  border-width: 2px;
  font-weight: 500;
  transition:
    transform var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition),
    background-color var(--ecoroot-transition),
    border-color var(--ecoroot-transition);
}

.elementor-widget-button .elementor-button:hover,
.elementor-button:hover {
  transform: translateY(-1px);
  box-shadow: var(--ecoroot-shadow-hover);
}

.ecoroot-page-content--prose p {
  color: var(--ecoroot-color-muted);
  line-height: 1.75;
}

.ecoroot-page-content--prose h1,
.ecoroot-page-content--prose h2,
.ecoroot-page-content--prose h3,
.ecoroot-page-content--prose h4 {
  color: var(--ecoroot-color-text);
}

.ecoroot-page-content .prose {
  max-width: none;
}

.ecoroot-legal-page-hero h1 {
  letter-spacing: -0.025em;
}

.ecoroot-legal-page > .prose > .mb-12 > p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.625;
}

.ecoroot-legal-page .prose {
  font-size: 1rem;
  line-height: 1.5;
}

.ecoroot-legal-page .prose > .mb-10 li {
  font-size: 1rem;
  line-height: 1.5;
}

.ecoroot-legal-page .prose > .mb-10 .space-y-4 > * {
  margin-top: 0;
  margin-bottom: 0;
}

.ecoroot-legal-page .prose > .mb-10 .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 1rem;
  margin-bottom: 0;
}

.ecoroot-legal-page .prose > .mb-10 .space-y-2 > * {
  margin-top: 0;
  margin-bottom: 0;
}

.ecoroot-legal-page .prose > .mb-10 .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.ecoroot-legal-page .prose > .mb-10 h4 + p {
  font-size: 0.875rem;
  line-height: 1.428571;
  margin-top: 0;
  margin-bottom: 0;
}

.ecoroot-legal-page .prose > .mb-10 h4 {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.025em;
  margin-top: 0;
}

.ecoroot-legal-page .prose > .mb-10 strong {
  color: inherit;
}

.ecoroot-legal-page .prose > .mb-10 h2 {
  font-size: 1.5rem;
  line-height: 1.333333;
  letter-spacing: -0.025em;
  margin-top: 0;
}

.ecoroot-legal-page .prose > .mb-10 > h2 {
  margin-bottom: 1rem;
}

.ecoroot-legal-page .prose > .mb-10 > .flex > h2 {
  margin-bottom: 0;
}

.ecoroot-legal-page a.text-primary,
.ecoroot-legal-page a.text-primary:visited,
.ecoroot-legal-page a.text-primary:active {
  color: hsl(var(--primary));
  text-decoration: none;
}

.ecoroot-legal-page .prose > .mt-12 a:hover,
.ecoroot-legal-page .prose > .mt-12 a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.ecoroot-legal-contact-card,
.ecoroot-legal-contact-card p,
.ecoroot-legal-contact-card strong,
.ecoroot-legal-contact-card h2 {
  color: hsl(var(--primary-foreground));
}

.ecoroot-legal-contact-card h2 {
  line-height: 1.333333;
}

.ecoroot-legal-contact-card > p,
.ecoroot-legal-contact-card .space-y-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.ecoroot-legal-contact-card > p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: hsl(var(--primary-foreground) / 0.9);
}

.ecoroot-legal-contact-card .space-y-2 > p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: hsl(var(--primary-foreground));
}

.ecoroot-legal-contact-card .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0.5rem;
  margin-bottom: 0;
}

.ecoroot-page-content iframe {
  width: 100%;
  min-height: 100%;
}

.elementor-widget-image img,
.elementor-image img,
.ecoroot-rounded-media img {
  border-radius: var(--ecoroot-radius-lg);
}

.elementor-widget-icon-box.ecoroot-card,
.elementor-widget-image-box.ecoroot-card,
.elementor-widget-call-to-action.ecoroot-card,
.elementor-widget-loop-grid .e-loop-item,
.ecoroot-card-hover {
  border-radius: var(--ecoroot-radius-lg);
  overflow: hidden;
  box-shadow: var(--ecoroot-shadow-card);
  transition:
    transform var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition);
}

.elementor-widget-loop-grid .e-loop-item:hover,
.ecoroot-card-hover:hover {
  transform: translateY(-4px);
  box-shadow: var(--ecoroot-shadow-hover);
}

.ecoroot-section-hero,
.elementor-section.ecoroot-section-hero,
.elementor-top-section.ecoroot-section-hero {
  min-height: 100svh;
}

.ecoroot-anchor-nav a {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  padding: 0.625rem 1rem;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.06);
  color: var(--ecoroot-color-muted);
  transition:
    color var(--ecoroot-transition),
    background-color var(--ecoroot-transition);
}

.ecoroot-anchor-nav a:hover,
.ecoroot-anchor-nav a:focus-visible {
  background: hsl(var(--primary) / 0.12);
  color: var(--ecoroot-color-primary);
}

.ecoroot-nav-item {
  position: relative;
}

.ecoroot-nav-item--has-children::after {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: calc(1rem + 2px);
  content: '';
  pointer-events: auto;
}

.ecoroot-nav-submenu {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  min-width: 9rem;
  padding: 0.5rem;
  background: rgb(255 255 255 / 0.98);
  border: 1px solid var(--ecoroot-color-border);
  border-radius: var(--ecoroot-radius-md);
  box-shadow: var(--ecoroot-shadow-hover);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 0.5rem);
  transition:
    opacity var(--ecoroot-transition),
    transform var(--ecoroot-transition),
    visibility var(--ecoroot-transition);
  visibility: hidden;
  z-index: 20;
}

.ecoroot-nav-item--has-children:hover .ecoroot-nav-submenu,
.ecoroot-nav-item--has-children:focus-within .ecoroot-nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  visibility: visible;
}

.ecoroot-nav-submenu__link {
  display: block;
  padding: 0.625rem 0.75rem;
  border-radius: 0.625rem;
  color: var(--ecoroot-color-text);
  font-size: 0.875rem;
  white-space: nowrap;
  transition:
    color var(--ecoroot-transition),
    background-color var(--ecoroot-transition);
}

.ecoroot-nav-submenu__link:hover,
.ecoroot-nav-submenu__link:focus-visible {
  background: hsl(var(--primary) / 0.08);
  color: var(--ecoroot-color-primary);
}

.ecoroot-language-switcher {
  position: relative;
  color: var(--ecoroot-color-text);
  font-family: var(--ecoroot-font-body);
}

.ecoroot-language-switcher__trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  min-width: 7.75rem;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: 0.5rem;
  background: #fff;
  color: var(--ecoroot-color-text);
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.25;
  list-style: none;
  cursor: pointer;
  user-select: none;
  transition:
    border-color var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition),
    color var(--ecoroot-transition);
}

.ecoroot-language-switcher__trigger::-webkit-details-marker {
  display: none;
}

.ecoroot-language-switcher__trigger:hover,
.ecoroot-language-switcher__trigger:focus-visible,
.ecoroot-language-switcher[open] .ecoroot-language-switcher__trigger {
  border-color: hsl(var(--primary) / 0.45);
  box-shadow: 0 0 0 3px hsl(var(--primary) / 0.08);
  color: var(--ecoroot-color-primary);
  outline: none;
}

.ecoroot-language-switcher__globe,
.ecoroot-language-switcher__chevron {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.ecoroot-language-switcher__current {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ecoroot-language-switcher__current-code {
  display: none;
}

.ecoroot-language-switcher__chevron {
  transition: transform var(--ecoroot-transition);
}

.ecoroot-language-switcher[open] .ecoroot-language-switcher__chevron {
  transform: rotate(180deg);
}

.ecoroot-language-switcher__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
  z-index: 30;
  min-width: 11rem;
  padding: 0.375rem;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: var(--ecoroot-shadow-hover);
}

.ecoroot-language-switcher__option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 2.5rem;
  padding: 0.625rem 0.75rem;
  border-radius: 0.375rem;
  color: var(--ecoroot-color-text);
  font-size: 0.875rem;
  line-height: 1.25;
  transition:
    background-color var(--ecoroot-transition),
    color var(--ecoroot-transition);
}

.ecoroot-language-switcher__option:hover,
.ecoroot-language-switcher__option:focus-visible,
.ecoroot-language-switcher__option.is-current {
  background: hsl(var(--primary) / 0.08);
  color: var(--ecoroot-color-primary);
  outline: none;
}

.ecoroot-language-switcher__option.is-current {
  font-weight: 600;
}

.ecoroot-language-switcher__code {
  color: var(--ecoroot-color-muted);
  font-size: 0.6875rem;
  font-weight: 700;
}

.ecoroot-language-switcher--mobile,
.ecoroot-language-switcher--mobile .ecoroot-language-switcher__trigger {
  width: 100%;
}

.ecoroot-language-switcher--mobile .ecoroot-language-switcher__panel {
  position: static;
  width: 100%;
  margin-top: 0.5rem;
  box-shadow: none;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .ecoroot-language-switcher:not(.ecoroot-language-switcher--mobile) .ecoroot-language-switcher__trigger {
    min-width: 4.75rem;
  }

  .ecoroot-language-switcher:not(.ecoroot-language-switcher--mobile) .ecoroot-language-switcher__current {
    display: none;
  }

  .ecoroot-language-switcher:not(.ecoroot-language-switcher--mobile) .ecoroot-language-switcher__current-code {
    display: inline;
  }
}

.ecoroot-news-page {
  overflow: clip;
}

.ecoroot-news-hero {
  position: relative;
  background:
    linear-gradient(135deg, hsl(var(--secondary) / 0.72), hsl(var(--background)) 62%),
    var(--ecoroot-gradient-wood);
}

.ecoroot-news-hero::after {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(hsl(var(--primary) / 0.1) 1px, transparent 1px);
  background-size: 1.25rem 1.25rem;
  content: '';
  opacity: 0.28;
  pointer-events: none;
}

.ecoroot-news-hero > * {
  position: relative;
  z-index: 1;
}

.ecoroot-news-anchor-bar {
  position: sticky;
  top: 5rem;
  z-index: 40;
  background: rgb(255 255 255 / 0.92);
  border-block: 1px solid var(--ecoroot-color-border);
  backdrop-filter: blur(12px);
}

.ecoroot-news-anchor {
  scroll-margin-top: 8rem;
}

.ecoroot-news-card {
  border: 1px solid var(--ecoroot-color-border);
  border-radius: var(--ecoroot-radius-lg);
  box-shadow: var(--ecoroot-shadow-card);
  transition:
    transform var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition),
    border-color var(--ecoroot-transition);
}

.ecoroot-news-card:hover {
  border-color: hsl(var(--primary) / 0.3);
  box-shadow: var(--ecoroot-shadow-hover);
  transform: translateY(-3px);
}

.ecoroot-news-card__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: var(--ecoroot-radius-md);
  background: var(--ecoroot-color-surface-soft);
}

.ecoroot-news-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
}

.ecoroot-news-card:hover .ecoroot-news-card__image img {
  transform: scale(1.04);
}

.ecoroot-news-faq-item {
  border-bottom: 1px solid var(--ecoroot-color-border);
}

.ecoroot-news-faq-item:first-child {
  border-top: 1px solid var(--ecoroot-color-border);
}

.ecoroot-news-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.25rem 0;
  color: var(--ecoroot-color-text);
  cursor: pointer;
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 600;
  list-style: none;
}

.ecoroot-news-faq-item summary::-webkit-details-marker {
  display: none;
}

.ecoroot-news-faq-item summary::after {
  flex: 0 0 auto;
  width: 1.5rem;
  height: 1.5rem;
  color: var(--ecoroot-color-primary);
  content: '+';
  font-family: 'Outfit', sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}

.ecoroot-news-faq-item[open] summary::after {
  content: '\2212';
}

.ecoroot-news-faq-item__answer {
  max-width: 44rem;
  padding: 0 3rem 1.5rem 0;
  color: var(--ecoroot-color-muted);
  line-height: 1.75;
}

.ecoroot-news-article {
  max-width: 52rem;
  margin-inline: auto;
}

.ecoroot-news-article .prose {
  max-width: none;
}

.ecoroot-news-article .prose h2,
.ecoroot-news-article .prose h3,
.ecoroot-news-article .prose h4 {
  color: var(--ecoroot-color-text);
  font-family: 'Cormorant Garamond', serif;
}

.ecoroot-news-pagination .page-numbers {
  display: inline-flex;
  min-width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  padding-inline: 0.75rem;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: 999px;
  color: var(--ecoroot-color-text);
  font-size: 0.875rem;
}

.ecoroot-news-pagination .page-numbers.current,
.ecoroot-news-pagination .page-numbers:hover,
.ecoroot-news-pagination .page-numbers:focus-visible {
  background: var(--ecoroot-color-primary);
  border-color: var(--ecoroot-color-primary);
  color: #fff;
}

.ecoroot-hero-gradient {
  background: linear-gradient(rgba(243, 236, 226, 0.5), rgb(251, 250, 249));
}

.ecoroot-text-on-dark,
.ecoroot-text-on-dark h1,
.ecoroot-text-on-dark h2,
.ecoroot-text-on-dark h3,
.ecoroot-text-on-dark h4,
.ecoroot-text-on-dark h5,
.ecoroot-text-on-dark h6,
.ecoroot-text-on-dark .ecoroot-font-display {
  color: rgb(251, 250, 249);
}

.ecoroot-cert-card-header,
.ecoroot-cert-card-header h2 {
  color: #fff;
}

.ecoroot-cert-card-award,
svg.ecoroot-cert-card-award {
  flex: 0 1 auto;
  min-width: 0;
}

.ecoroot-partner-badge {
  background: rgba(35, 92, 66, 0.1);
}

.elementor-widget-text-editor p,
.elementor-widget-theme-post-content p {
  color: var(--ecoroot-color-muted);
  line-height: 1.75;
}

.elementor-widget-heading h1,
.elementor-widget-heading h2,
.elementor-widget-heading h3,
.elementor-widget-heading h4,
.elementor-widget-heading h5,
.elementor-widget-heading h6 {
  line-height: 1.08;
}

.ecoroot-legal-content .elementor-widget-text-editor h2,
.ecoroot-legal-content .elementor-widget-text-editor h3 {
  margin-top: 0;
}

.ecoroot-legal-content .elementor-widget-text-editor > div,
.ecoroot-legal-content .elementor-widget-theme-post-content > div {
  padding: 2rem;
  background: var(--ecoroot-color-surface);
  border: 1px solid var(--ecoroot-color-border);
  border-radius: var(--ecoroot-radius-lg);
}

.ecoroot-contact-form {
  display: grid;
  gap: 1.5rem;
}

.ecoroot-contact-form__row {
  display: grid;
  gap: 1.5rem;
}

.ecoroot-contact-form__row--two {
  grid-template-columns: 1fr;
}

.ecoroot-contact-form__row > p {
  margin: 0;
}

.ecoroot-contact-form__row--two > p {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: inherit;
}

.ecoroot-contact-form__row--two > p > .ecoroot-contact-form__field {
  min-width: 0;
}

.ecoroot-contact-form__field {
  display: grid;
  gap: 0.625rem;
}

.ecoroot-contact-form br {
  display: none;
}

.ecoroot-contact-form p:empty {
  display: none;
}

.ecoroot-contact-form__label {
  color: var(--ecoroot-color-text);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
}

.ecoroot-contact-form .wpcf7-form-control-wrap {
  display: block;
}

.ecoroot-contact-form input:not([type='submit']):not([type='checkbox']):not([type='radio']),
.ecoroot-contact-form select,
.ecoroot-contact-form textarea {
  width: 100%;
  min-height: 3rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: 0.75rem;
  background: hsl(var(--secondary) / 0.3);
  color: var(--ecoroot-color-text);
  font-size: 0.95rem;
  line-height: 1.5;
  transition:
    border-color var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition),
    background-color var(--ecoroot-transition);
}

.ecoroot-contact-form textarea {
  min-height: 7.5rem;
  resize: none;
}

.ecoroot-contact-form input::placeholder,
.ecoroot-contact-form textarea::placeholder,
.ecoroot-contact-form select {
  color: var(--ecoroot-color-muted);
}

.ecoroot-contact-form input:focus,
.ecoroot-contact-form select:focus,
.ecoroot-contact-form textarea:focus {
  outline: none;
  border-color: rgb(35 92 66 / 0.45);
  box-shadow: 0 0 0 4px rgb(35 92 66 / 0.08);
}

.ecoroot-contact-form .wpcf7-not-valid {
  border-color: #b94141;
}

.ecoroot-contact-form .wpcf7-not-valid-tip {
  color: #b94141;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.ecoroot-contact-form__actions {
  display: block;
  padding-top: 0.25rem;
}

.ecoroot-contact-form__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  min-height: 3.5rem;
  padding: 0 2rem;
  border: 0;
  border-radius: 0.75rem;
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition:
    transform var(--ecoroot-transition),
    box-shadow var(--ecoroot-transition),
    background-color var(--ecoroot-transition);
}

.ecoroot-contact-form__submit:hover,
.ecoroot-contact-form__submit:focus-visible {
  background: hsl(var(--primary) / 0.9);
  color: hsl(var(--primary-foreground));
}

.ecoroot-contact-form__submit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.ecoroot-contact-form__submit-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.ecoroot-contact-form__submit-state[hidden],
.ecoroot-contact-form__success[hidden] {
  display: none !important;
}

.ecoroot-contact-form__submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.ecoroot-contact-form__submit:disabled:hover,
.ecoroot-contact-form__submit:disabled:focus-visible {
  transform: none;
  box-shadow: none;
}

.ecoroot-contact-form__spinner-svg {
  width: 1.25rem;
  height: 1.25rem;
  animation: ecoroot-contact-form-spin 1s linear infinite;
}

.ecoroot-contact-form__spinner-track {
  opacity: 0.25;
}

.ecoroot-contact-form__spinner-head {
  opacity: 0.75;
}

.ecoroot-contact-form .wpcf7-spinner {
  display: none;
}

.ecoroot-contact-form__success {
  padding: 4rem 0;
  text-align: center;
}

.ecoroot-contact-form__success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  border-radius: 999px;
  background: hsl(var(--primary) / 0.1);
}

.ecoroot-contact-form__success-title {
  margin: 0 0 0.5rem;
  color: var(--ecoroot-color-text);
  font-family: var(--ecoroot-font-display);
  font-size: clamp(1.75rem, 2vw, 2rem);
  font-weight: 600;
  line-height: 1.2;
}

.ecoroot-contact-form__success-message {
  max-width: 32rem;
  margin: 0 auto 1.5rem;
  color: var(--ecoroot-color-muted);
  font-family: var(--ecoroot-font-body);
  font-size: 1rem;
  line-height: 1.8;
}

.ecoroot-contact-form__success-reset {
  border: 0;
  padding: 0;
  background: transparent;
  color: var(--ecoroot-color-primary);
  font-family: var(--ecoroot-font-body);
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}

.ecoroot-contact-form__success-reset:hover,
.ecoroot-contact-form__success-reset:focus-visible {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: var(--ecoroot-color-primary);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-underline-offset: 0.16em;
}

.wpcf7 form[data-ecoroot-state='success'] .ecoroot-contact-form,
.wpcf7 form[data-ecoroot-state='success'] .wpcf7-response-output {
  display: none;
}

.ecoroot-contact-form .wpcf7-response-output {
  margin: 0;
  padding: 0.875rem 1rem;
  border-radius: 1rem;
  font-size: 0.95rem;
}

@keyframes ecoroot-contact-form-spin {
  to {
    transform: rotate(360deg);
  }
}

.ecoroot-product-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  align-items: start;
  padding: clamp(1.5rem, 4vw, 3rem);
  overflow: hidden;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: var(--ecoroot-radius-lg);
  background: var(--ecoroot-color-surface);
  box-shadow: var(--ecoroot-shadow-card);
  transition: box-shadow var(--ecoroot-transition), transform var(--ecoroot-transition);
}

.ecoroot-product-row:hover {
  box-shadow: var(--ecoroot-shadow-hover);
  transform: translateY(-2px);
}

.ecoroot-product-row__overview,
.ecoroot-product-row__details {
  min-width: 0;
}

.ecoroot-product-row__media {
  width: min(100%, 20rem);
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--ecoroot-color-border);
  border-radius: var(--ecoroot-radius-md);
  background: var(--ecoroot-color-surface);
}

.ecoroot-product-row__media img,
.ecoroot-product-row__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ecoroot-product-row__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ecoroot-color-primary);
}

.ecoroot-product-row__content {
  margin: 0 0 clamp(1.5rem, 3vw, 2rem);
  padding: 0;
}

.ecoroot-product-row__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .ecoroot-sticky-desktop {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .ecoroot-product-row {
    display: block;
    padding: 1.5rem;
  }

  .ecoroot-product-row:hover {
    transform: none;
  }

  .ecoroot-product-row__overview,
  .ecoroot-product-row__details {
    order: initial;
  }

  .ecoroot-product-row__media {
    width: min(100%, 20rem);
    aspect-ratio: 1;
  }

  .ecoroot-product-row__details {
    margin-top: 2rem;
  }

  .ecoroot-news-faq-item summary {
    font-size: 1.2rem;
  }

  .ecoroot-news-faq-item__answer {
    padding-right: 0;
  }

  .elementor-widget-button .elementor-button,
  .elementor-button {
    width: 100%;
    justify-content: center;
  }

  .ecoroot-contact-form__row--two {
    grid-template-columns: 1fr;
  }

  .ecoroot-contact-form__row--two > p {
    grid-template-columns: 1fr;
  }

  .ecoroot-contact-form__actions,
  .ecoroot-contact-form__submit {
    width: 100%;
  }

  .ecoroot-mobile-stack > .e-con-inner,
  .ecoroot-mobile-stack > .elementor-container {
    row-gap: 1.5rem;
  }
}
