/*
Theme Name: ВЫРОСЛО / Floreo
Theme URI: https://vyroslo.ru/
Description: Единая дочерняя тема Blocksy для питомника, каталога, журнала и техники ВЫРОСЛО.
Author: ВЫРОСЛО
Template: blocksy
Version: 2.1.3
Text Domain: vyroslo
*/

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/manrope-400.woff2") format("woff2");
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/manrope-500.woff2") format("woff2");
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/manrope-600.woff2") format("woff2");
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/manrope-700.woff2") format("woff2");
}

@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("fonts/manrope-800.woff2") format("woff2");
}

@font-face {
  font-family: Literata;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/literata-400.woff2") format("woff2");
}

@font-face {
  font-family: Literata;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("fonts/literata-600.woff2") format("woff2");
}

:root {
  --vyr-forest: #1e3328;
  --vyr-conifer: #2e663a;
  --vyr-paper: #f4f5ef;
  --vyr-ink: #111814;
  --vyr-acid: #cbea72;
  --vyr-muted: #59645d;
  --vyr-line: rgba(17, 24, 20, 0.14);
  --vyr-radius: 28px;
}

body {
  background: var(--vyr-paper);
  color: var(--vyr-ink);
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.site-title,
.ct-header-text,
.menu {
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.site-branding .site-logo-container,
.ct-header-search,
.ct-header-cart,
.ct-header-account,
header [data-id="socials"] {
  display: none !important;
}

.site-branding .site-title {
  display: block !important;
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  font-weight: 800;
  letter-spacing: -0.045em;
}

.site-branding .site-title a::before {
  display: inline-block;
  width: 11px;
  height: 18px;
  margin-right: 9px;
  border-radius: 100% 0 100% 0;
  background: var(--vyr-acid);
  content: "";
  transform: rotate(-18deg);
}

#header [data-row="middle"] {
  box-shadow: none;
}

.ct-header-trigger {
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}

.ct-panel-actions .ct-toggle-close {
  min-width: 44px;
  min-height: 44px;
}

.ct-footer-copyright {
  font-family: Manrope, Inter, sans-serif;
  font-weight: 600;
}

body.home,
body.single-post,
body.single-vyr_plant,
body.page,
body.post-type-archive-vyr_plant {
  --theme-palette-color-1: var(--vyr-conifer);
  --theme-palette-color-2: var(--vyr-forest);
  --theme-text-color: var(--vyr-ink);
  --theme-link-initial-color: var(--vyr-conifer);
  --theme-link-hover-color: var(--vyr-ink);
}

.site-main {
  overflow: clip;
}

.vyr-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.vyr-kicker,
.vyr-chip,
.vyr-meta,
.vyr-card__meta {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.vyr-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--vyr-acid);
}

.vyr-kicker::before {
  width: 24px;
  height: 3px;
  background: currentColor;
  content: "";
  transform: rotate(-4deg);
}

.vyr-blog-hero {
  position: relative;
  min-height: min(760px, 82vh);
  margin: 18px 20px 72px;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background: var(--vyr-forest);
  color: white;
}

.vyr-blog-hero__image,
.vyr-article-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vyr-blog-hero::after,
.vyr-article-hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 22, 15, 0.91) 0%, rgba(13, 29, 19, 0.68) 45%, rgba(13, 29, 19, 0.15) 100%),
    linear-gradient(0deg, rgba(10, 22, 15, 0.52), transparent 60%);
}

.vyr-blog-hero__inner {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(60px, 9vw, 118px);
}

.vyr-blog-hero h1 {
  max-width: 930px;
  margin: 18px 0 24px;
  color: white;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(3.3rem, 8vw, 7.8rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 0.88;
}

.vyr-blog-hero__lead {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.8vw, 1.4rem);
  line-height: 1.55;
}

.vyr-blog-hero__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}

.vyr-chip {
  padding: 9px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  color: white;
  backdrop-filter: blur(8px);
}

.vyr-chip:nth-child(2n) {
  transform: rotate(1.2deg);
}

.vyr-chip--acid {
  border-color: var(--vyr-acid);
  background: var(--vyr-acid);
  color: var(--vyr-ink);
}

.vyr-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
}

.vyr-section-head h2 {
  max-width: 700px;
  margin: 0;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(2.2rem, 4.5vw, 4.6rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.vyr-section-head p {
  max-width: 360px;
  margin: 0;
  color: var(--vyr-muted);
}

.vyr-featured {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  min-height: 520px;
  margin-bottom: 26px;
  border-radius: var(--vyr-radius);
  overflow: hidden;
  background: var(--vyr-forest);
  color: white;
}

.vyr-featured__media {
  min-height: 430px;
  background: #15241c;
}

.vyr-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.vyr-featured:hover .vyr-featured__media img {
  transform: scale(1.025);
}

.vyr-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(30px, 5vw, 64px);
}

.vyr-featured h3 {
  margin: 22px 0;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  color: white;
  font-size: clamp(2rem, 3.5vw, 3.5rem);
  letter-spacing: -0.045em;
  line-height: 1;
}

.vyr-featured h3 a {
  color: white;
}

.vyr-featured h3 a:hover {
  color: var(--vyr-acid);
}

.vyr-featured p {
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
}

.vyr-arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  font-weight: 800;
}

.vyr-arrow-link::after {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "↗";
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.vyr-arrow-link:hover::after {
  background: var(--vyr-acid);
  color: var(--vyr-ink);
  transform: rotate(10deg);
}

.vyr-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  padding-bottom: 96px;
}

.vyr-card {
  position: relative;
  border: 1px solid var(--vyr-line);
  border-radius: var(--vyr-radius);
  overflow: hidden;
  background: #fff;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.vyr-card:nth-child(3n + 2) {
  transform: translateY(18px);
}

.vyr-card:hover {
  z-index: 1;
  box-shadow: 0 28px 70px rgba(17, 24, 20, 0.12);
  transform: translateY(-4px);
}

.vyr-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #dce3d8;
}

.vyr-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
}

.vyr-card:hover .vyr-card__media img {
  transform: scale(1.035);
}

.vyr-card__body {
  padding: clamp(24px, 4vw, 38px);
}

.vyr-card__meta,
.vyr-meta {
  color: var(--vyr-muted);
}

.vyr-card h3 {
  margin: 14px 0 18px;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(1.6rem, 2.7vw, 2.45rem);
  letter-spacing: -0.045em;
  line-height: 1.07;
}

.vyr-card h3 a {
  color: var(--vyr-ink);
}

.vyr-card p {
  margin-bottom: 24px;
  color: var(--vyr-muted);
  line-height: 1.65;
}

.vyr-article-hero {
  position: relative;
  min-height: min(720px, 78vh);
  margin: 18px 20px 0;
  border-radius: 34px;
  overflow: hidden;
  isolation: isolate;
  background: var(--vyr-forest);
  color: white;
}

.vyr-article-hero__inner {
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: flex-end;
  padding-block: clamp(64px, 9vw, 110px);
}

.vyr-breadcrumbs {
  margin-bottom: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.vyr-breadcrumbs a {
  color: white;
}

.vyr-article-hero h1 {
  max-width: 1000px;
  margin: 18px 0 30px;
  color: white;
  font-family: Manrope, Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(2.7rem, 6.8vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.vyr-article-hero .vyr-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
  color: rgba(255, 255, 255, 0.76);
}

.vyr-article-hero .vyr-meta span + span::before {
  margin-right: 24px;
  color: var(--vyr-acid);
  content: "✦";
}

.vyr-reading {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(160px, 1fr);
  gap: clamp(50px, 9vw, 130px);
  padding-block: clamp(60px, 9vw, 120px);
}

.vyr-article-content {
  font-family: Literata, Georgia, "Times New Roman", serif;
  font-size: clamp(1.12rem, 1.5vw, 1.3rem);
  line-height: 1.82;
}

.vyr-article-content > p:first-child {
  font-size: clamp(1.35rem, 2vw, 1.7rem);
  line-height: 1.55;
}

.vyr-article-content h2,
.vyr-article-content h3 {
  color: var(--vyr-ink);
  font-family: Manrope, Inter, sans-serif;
  letter-spacing: -0.045em;
}

.vyr-article-content h2 {
  margin: 2.35em 0 0.7em;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
}

.vyr-article-content h3 {
  margin: 2em 0 0.65em;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
  line-height: 1.15;
}

.vyr-article-content a {
  text-decoration-color: var(--vyr-acid);
  text-decoration-thickness: 0.22em;
  text-underline-offset: 0.08em;
}

.vyr-article-content figure {
  width: min(100vw - 40px, 980px);
  max-width: none;
  margin: 3.2rem 0 3.2rem min(0px, calc((760px - 980px) / 2));
}

.vyr-article-content figure img {
  width: 100%;
  border-radius: 22px;
}

.vyr-article-content figcaption {
  padding-left: 14px;
  border-left: 4px solid var(--vyr-acid);
  color: var(--vyr-muted);
  font-family: Manrope, Inter, sans-serif;
  font-size: 0.82rem;
  transform: rotate(-0.3deg);
}

.vyr-article-content blockquote,
.vyr-article-content .is-style-vyr-field-note {
  margin-block: 2.4rem;
  padding: 28px 30px;
  border: 0;
  border-radius: 2px 24px 24px 24px;
  background: var(--vyr-acid);
  color: var(--vyr-ink);
  font-family: Manrope, Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  transform: rotate(-0.35deg);
}

.vyr-article-content ul,
.vyr-article-content ol {
  padding-left: 1.25em;
}

.vyr-article-content li {
  margin-bottom: 0.6em;
}

.vyr-reading__rail {
  align-self: start;
  position: sticky;
  top: 120px;
  padding-top: 10px;
}

.vyr-reading__rail::before {
  display: block;
  width: 46px;
  height: 5px;
  margin-bottom: 18px;
  background: var(--vyr-acid);
  content: "";
  transform: rotate(-4deg);
}

.vyr-reading__rail p {
  max-width: 230px;
  color: var(--vyr-muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.vyr-related {
  padding-block: 80px;
  background: var(--vyr-forest);
  color: white;
}

.vyr-related h2,
.vyr-cta h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(2.25rem, 5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.vyr-related__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.vyr-plant-card {
  display: block;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 22px;
  color: white;
  transition: border 180ms ease, transform 180ms ease;
}

.vyr-plant-card:hover {
  border-color: var(--vyr-acid);
  color: white;
  transform: translateY(-4px);
}

.vyr-plant-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  margin-bottom: 22px;
  border-radius: 14px;
  object-fit: cover;
}

.vyr-plant-card small {
  color: var(--vyr-acid);
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vyr-plant-card h3 {
  margin: 8px 0 0;
  color: white;
  font-size: 1.45rem;
  line-height: 1.15;
}

.vyr-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 40px;
  margin-block: 24px 80px;
  padding: clamp(34px, 7vw, 76px);
  border-radius: 30px;
  background: var(--vyr-acid);
  color: var(--vyr-ink);
  transform: rotate(0.25deg);
}

.vyr-cta p {
  max-width: 640px;
  margin: 18px 0 0;
  font-size: 1.1rem;
}

.vyr-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
  border-radius: 999px;
  background: var(--vyr-ink);
  color: white;
  font-weight: 800;
  white-space: nowrap;
}

.vyr-button:hover {
  background: var(--vyr-conifer);
  color: white;
}

.vyr-pagination {
  grid-column: 1 / -1;
  padding-block: 30px 50px;
}

@media (max-width: 900px) {
  .vyr-featured,
  .vyr-reading {
    grid-template-columns: 1fr;
  }

  .vyr-featured__media {
    min-height: 360px;
  }

  .vyr-reading__rail {
    display: none;
  }

  .vyr-related__grid {
    grid-template-columns: 1fr 1fr;
  }

  .vyr-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .vyr-shell {
    width: min(100% - 28px, 1180px);
  }

  .vyr-blog-hero,
  .vyr-article-hero {
    min-height: 650px;
    margin: 8px 8px 52px;
    border-radius: 24px;
  }

  .vyr-blog-hero h1 {
    font-size: clamp(3.2rem, 17vw, 5.2rem);
  }

  .vyr-article-hero h1 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
  }

  .vyr-section-head,
  .vyr-post-grid,
  .vyr-related__grid {
    grid-template-columns: 1fr;
  }

  .vyr-featured {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .vyr-featured__media {
    min-height: 290px;
  }

  .vyr-card:nth-child(3n + 2),
  .vyr-card:hover {
    transform: none;
  }

  .vyr-article-content figure {
    width: 100%;
    margin-inline: 0;
  }

  .vyr-article-hero .vyr-meta span + span::before {
    margin-right: 9px;
  }

  .vyr-cta {
    margin-inline: 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

/* Full-site layer --------------------------------------------------------- */

.vyr-site-hero {
  position: relative;
  display: grid;
  min-height: min(820px, 88vh);
  margin: 8px;
  overflow: hidden;
  border-radius: 34px;
  background: var(--vyr-forest);
  color: #fff;
  isolation: isolate;
}

.vyr-site-hero::after,
.vyr-equipment-hero::after,
.vyr-contact-page::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 18, 12, 0.92) 0%, rgba(8, 18, 12, 0.68) 48%, rgba(8, 18, 12, 0.12) 100%);
  content: "";
}

.vyr-site-hero__image {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% 45%;
  filter: saturate(0.84) contrast(1.06);
}

.vyr-site-hero__inner {
  align-self: end;
  padding-block: 100px 84px;
}

.vyr-site-hero h1,
.vyr-page-hero h1,
.vyr-equipment-hero h1,
.vyr-equipment-model-hero h1,
.vyr-longread-hero h1,
.vyr-contact-page h1,
.vyr-not-found h1 {
  max-width: 980px;
  margin: 18px 0 24px;
  font-size: clamp(3.1rem, 7.4vw, 7.4rem);
  font-weight: 800;
  letter-spacing: -0.068em;
  line-height: 0.92;
}

.vyr-site-hero h1,
.vyr-equipment-hero h1,
.vyr-equipment-model-hero h1,
.vyr-contact-page h1,
.vyr-plant-hero h1 {
  color: #fff;
}

.vyr-site-hero__inner > p {
  max-width: 650px;
  margin: 0 0 34px;
  font-size: clamp(1.08rem, 2vw, 1.45rem);
  line-height: 1.55;
}

.vyr-site-hero .vyr-kicker,
.vyr-equipment-hero .vyr-kicker,
.vyr-contact-page .vyr-kicker {
  color: var(--vyr-acid);
}

.vyr-site-hero__stamp {
  position: absolute;
  right: 34px;
  bottom: 30px;
  padding: 15px 18px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  font-weight: 800;
  line-height: 0.95;
  text-align: center;
  transform: rotate(8deg);
}

.vyr-site-hero__stamp small {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

.vyr-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.vyr-button--ghost {
  border-color: rgba(255, 255, 255, 0.72);
  background: transparent;
  color: #fff;
}

.vyr-button--ghost:hover {
  background: #fff;
  color: var(--vyr-ink);
}

.vyr-button--ghost-dark {
  border: 1px solid var(--vyr-ink);
  background: transparent;
  color: var(--vyr-ink);
}

.vyr-home-manifesto,
.vyr-home-principles,
.vyr-catalog-intro,
.vyr-catalog-section,
.vyr-equipment-categories,
.vyr-equipment-models,
.vyr-equipment-gallery,
.vyr-equipment-reading,
.vyr-plant-facts,
.vyr-plant-content,
.vyr-plant-reading {
  padding-block: 90px;
}

.vyr-home-manifesto__grid,
.vyr-home-principles,
.vyr-plant-facts,
.vyr-equipment-category-intro,
.vyr-equipment-reading {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: start;
}

.vyr-home-manifesto h2,
.vyr-home-principles h2,
.vyr-plant-facts h2,
.vyr-plant-reading h2,
.vyr-equipment-promo h2 {
  margin: 10px 0 0;
  font-size: clamp(2.5rem, 5vw, 5rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.vyr-prose,
.vyr-standard-page__content,
.vyr-equipment-category-intro .vyr-article-content {
  font-size: 1.08rem;
  line-height: 1.75;
}

.vyr-prose h2,
.vyr-standard-page__content h2 {
  margin-top: 1.8em;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.vyr-home-catalog {
  padding-block: 100px;
  background: #e7eadf;
}

.vyr-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.vyr-catalog-grid--home > :nth-child(2),
.vyr-catalog-grid--home > :nth-child(5) {
  transform: translateY(34px);
}

.vyr-catalog-card {
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--vyr-line);
  border-radius: var(--vyr-radius);
  background: var(--vyr-paper);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.vyr-catalog-card:hover {
  transform: translateY(-5px) rotate(-0.25deg);
  box-shadow: 0 24px 60px rgba(12, 28, 18, 0.14);
}

.vyr-catalog-card__media {
  display: block;
  aspect-ratio: 4 / 4.8;
  overflow: hidden;
  background: var(--vyr-forest);
}

.vyr-catalog-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.vyr-catalog-card:hover .vyr-catalog-card__image {
  transform: scale(1.035);
}

.vyr-catalog-card__placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  color: var(--vyr-acid);
  font-weight: 800;
}

.vyr-catalog-card__body {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 24px;
}

.vyr-catalog-card__meta,
.vyr-catalog-card__foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.73rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vyr-catalog-card__meta span:first-child {
  color: var(--vyr-conifer);
}

.vyr-catalog-card h2,
.vyr-catalog-card h3 {
  margin: 14px 0 12px;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.vyr-catalog-card h2 a,
.vyr-catalog-card h3 a {
  color: var(--vyr-ink);
}

.vyr-catalog-card__body > p {
  color: var(--vyr-muted);
  font-size: 0.94rem;
  line-height: 1.55;
}

.vyr-catalog-card__foot {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--vyr-line);
  letter-spacing: 0;
  text-transform: none;
}

.vyr-catalog-card__foot span {
  color: var(--vyr-muted);
  font-weight: 600;
}

.vyr-center {
  margin-top: 64px;
  text-align: center;
}

.vyr-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vyr-step-list li {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 22px;
  padding: 22px 0;
  border-top: 1px solid var(--vyr-line);
}

.vyr-step-list strong {
  color: var(--vyr-conifer);
}

.vyr-home-journal,
.vyr-equipment-top {
  padding-block: 100px;
  background: var(--vyr-forest);
  color: #fff;
}

.vyr-section-head--light h2,
.vyr-section-head--light p {
  color: #fff;
}

.vyr-home-journal .vyr-kicker,
.vyr-equipment-top .vyr-kicker {
  color: var(--vyr-acid);
}

.vyr-home-article-grid,
.vyr-equipment-top__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vyr-home-article,
.vyr-equipment-top__grid article {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--vyr-radius);
  background: rgba(255, 255, 255, 0.06);
}

.vyr-home-article > a,
.vyr-equipment-top__grid article > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.vyr-home-article img,
.vyr-equipment-top__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vyr-home-article > div,
.vyr-equipment-top__grid article > div {
  padding: 24px;
}

.vyr-home-article h3,
.vyr-equipment-top__grid h3 {
  margin: 9px 0 12px;
  font-size: 1.55rem;
  letter-spacing: -0.035em;
  line-height: 1.12;
}

.vyr-home-article h3 a,
.vyr-equipment-top__grid h3 a,
.vyr-arrow-link--light {
  color: #fff;
}

.vyr-home-article p,
.vyr-equipment-top__grid p {
  color: rgba(255, 255, 255, 0.72);
}

.vyr-equipment-promo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: end;
  margin-block: 90px;
  padding: clamp(36px, 6vw, 72px);
  border-radius: 34px;
  background: var(--vyr-acid);
}

.vyr-home-showcase {
  padding-block: 100px 30px;
}

.vyr-showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.vyr-showcase-card {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: var(--vyr-radius);
  background: var(--vyr-forest);
  color: #fff;
}

.vyr-showcase-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vyr-showcase-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(8, 18, 12, 0.92), rgba(8, 18, 12, 0.05) 70%);
  content: "";
}

.vyr-showcase-card > div {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 28px;
}

.vyr-showcase-card h3 {
  margin: 8px 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  letter-spacing: -0.05em;
}

.vyr-showcase-card p {
  max-width: 520px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.vyr-equipment-promo p {
  max-width: 700px;
  margin-bottom: 0;
}

.vyr-page-hero,
.vyr-longread-hero {
  padding-block: 100px 82px;
  background: #e7eadf;
}

.vyr-page-hero > .vyr-shell,
.vyr-longread-hero > .vyr-shell {
  width: min(1180px, calc(100% - 40px));
}

.vyr-page-hero h1,
.vyr-longread-hero h1 {
  font-size: clamp(3rem, 6.7vw, 6.9rem);
}

.vyr-page-hero > p,
.vyr-page-hero .vyr-shell > p,
.vyr-longread-hero p {
  max-width: 780px;
  font-size: clamp(1.05rem, 2vw, 1.4rem);
  line-height: 1.6;
}

.vyr-standard-page {
  padding-bottom: 30px;
}

.vyr-standard-page .vyr-page-hero {
  margin-inline: calc(50% - 50vw);
  padding-inline: max(20px, calc((100vw - 1180px) / 2));
}

.vyr-standard-page__content {
  width: min(760px, 100%);
  margin: 80px auto;
}

.vyr-cta--inside {
  width: 100%;
}

.vyr-page-hero--catalog {
  background: var(--vyr-acid);
}

.vyr-catalog-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 34px;
}

.vyr-catalog-filters button {
  min-height: 44px;
  padding: 10px 17px;
  border: 1px solid var(--vyr-ink);
  border-radius: 999px;
  background: transparent;
  color: var(--vyr-ink);
  font: 700 0.86rem/1 Manrope, sans-serif;
  cursor: pointer;
}

.vyr-catalog-filters button.is-active,
.vyr-catalog-filters button:hover {
  background: var(--vyr-ink);
  color: #fff;
}

.vyr-catalog-intro .vyr-prose {
  width: min(760px, 100%);
  margin-inline: auto;
}

.vyr-catalog-section {
  padding-top: 0;
}

[data-vyr-group][hidden] {
  display: none;
}

.vyr-catalog-empty {
  text-align: center;
}

.vyr-plant-hero {
  padding-block: 64px 90px;
  background: var(--vyr-forest);
  color: #fff;
}

.vyr-plant-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(42px, 8vw, 110px);
  align-items: center;
}

.vyr-plant-hero__grid > *,
.vyr-equipment-model-hero__grid > *,
.vyr-contact-page__grid > * {
  min-width: 0;
}

.vyr-plant-hero__media {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
}

.vyr-plant-hero__media img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.vyr-plant-hero__media span {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 13px;
  border-radius: 999px;
  background: var(--vyr-acid);
  color: var(--vyr-ink);
  font-size: 0.74rem;
  font-weight: 800;
}

.vyr-plant-hero h1,
.vyr-equipment-model-hero h1 {
  font-size: clamp(2.55rem, 4.6vw, 5.2rem);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.vyr-plant-lead,
.vyr-equipment-model-hero__grid > div > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.7;
}

.vyr-plant-offer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 28px 0;
}

.vyr-plant-offer > div,
.vyr-equipment-price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
}

.vyr-plant-offer small,
.vyr-equipment-price small {
  color: var(--vyr-acid);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
}

.vyr-plant-offer strong,
.vyr-equipment-price strong {
  font-size: 1.35rem;
}

.vyr-plant-offer span,
.vyr-equipment-price span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.78rem;
}

.vyr-plant-facts dl {
  margin: 0;
}

.vyr-plant-facts dl > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 17px 0;
  border-top: 1px solid var(--vyr-line);
}

.vyr-plant-facts dt {
  color: var(--vyr-muted);
}

.vyr-plant-facts dd {
  margin: 0;
  font-weight: 700;
}

.vyr-plant-content .vyr-article-content {
  width: min(760px, 100%);
  margin-inline: auto;
}

.vyr-catalog-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vyr-plant-reading > div {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.vyr-plant-reading > div > a {
  display: flex;
  min-height: 180px;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--vyr-line);
  border-radius: 22px;
  color: var(--vyr-ink);
}

.vyr-plant-reading span {
  color: var(--vyr-muted);
  font-size: 0.9rem;
}

.vyr-equipment-hero,
.vyr-contact-page {
  position: relative;
  z-index: 0;
  min-height: 640px;
  margin: 8px;
  padding-block: 150px 100px;
  overflow: hidden;
  border-radius: 34px;
  background: linear-gradient(125deg, #163225, #365744);
  color: #fff;
}

.vyr-equipment-hero::before,
.vyr-contact-page::before {
  position: absolute;
  right: -5vw;
  bottom: -220px;
  z-index: -1;
  width: min(680px, 70vw);
  aspect-ratio: 1;
  border: 2px solid rgba(203, 234, 114, 0.55);
  border-radius: 50%;
  box-shadow: 0 0 0 60px rgba(203, 234, 114, 0.08), 0 0 0 120px rgba(203, 234, 114, 0.05);
  content: "";
}

.vyr-equipment-hero h1,
.vyr-contact-page h1 {
  max-width: 1000px;
}

.vyr-equipment-hero p,
.vyr-contact-page p {
  max-width: 780px;
  font-size: 1.18rem;
  line-height: 1.7;
}

.vyr-equipment-hero .vyr-prose {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.72);
}

.vyr-equipment-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.vyr-equipment-category-card {
  display: flex;
  min-height: 360px;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--vyr-line);
  border-radius: var(--vyr-radius);
  background: #fff;
  color: var(--vyr-ink);
}

.vyr-equipment-category-card:nth-child(2) {
  background: var(--vyr-acid);
  transform: rotate(1deg);
}

.vyr-equipment-category-card h3 {
  margin: 16px 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  letter-spacing: -0.05em;
  line-height: 1;
}

.vyr-equipment-category-card p {
  color: var(--vyr-muted);
}

.vyr-equipment-category-card span {
  margin-top: auto;
  font-weight: 800;
}

.vyr-page-hero--equipment {
  background: #dfe7f7;
}

.vyr-equipment-category-intro {
  padding-block: 80px;
}

.vyr-equipment-category-intro aside,
.vyr-equipment-reading aside {
  position: sticky;
  top: 100px;
  padding: 28px;
  border-radius: 24px;
  background: var(--vyr-acid);
}

.vyr-equipment-model-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.vyr-equipment-model-card {
  overflow: hidden;
  border: 1px solid var(--vyr-line);
  border-radius: 24px;
  background: #fff;
}

.vyr-equipment-model-card > a {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #d9ddd6;
}

.vyr-equipment-model-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.vyr-equipment-model-card > div {
  padding: 22px;
}

.vyr-equipment-model-card small {
  color: var(--vyr-conifer);
}

.vyr-equipment-model-card h3 {
  margin: 10px 0;
  font-size: 1.5rem;
  letter-spacing: -0.035em;
}

.vyr-equipment-model-card h3 a {
  color: var(--vyr-ink);
}

.vyr-equipment-model-card p {
  color: var(--vyr-muted);
}

.vyr-equipment-model-hero {
  padding-block: 64px 90px;
  background: var(--vyr-forest);
  color: #fff;
}

.vyr-equipment-model-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.vyr-equipment-model-hero__image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: #d9ddd6;
}

.vyr-equipment-model-hero__image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vyr-equipment-model-hero__image span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(17, 24, 20, 0.82);
  color: #fff;
  font-size: 0.7rem;
}

.vyr-equipment-price {
  margin-top: 26px;
}

.vyr-equipment-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.vyr-equipment-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
}

.vyr-equipment-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.vyr-equipment-gallery figcaption {
  padding: 16px;
  color: var(--vyr-muted);
  font-size: 0.78rem;
}

.vyr-equipment-reading .vyr-article-content {
  max-width: 760px;
}

.vyr-equipment-model-grid--related {
  max-width: 860px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.vyr-equipment-directory {
  display: grid;
  grid-template-columns: minmax(260px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(40px, 8vw, 110px);
  padding-block: 80px 120px;
}

.vyr-equipment-directory header {
  align-self: start;
}

.vyr-equipment-directory ol {
  display: grid;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--vyr-line);
  list-style: none;
  counter-reset: vyr-model;
}

.vyr-equipment-directory li {
  counter-increment: vyr-model;
}

.vyr-equipment-directory li a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 10px;
  padding: 15px 0;
  border-bottom: 1px solid var(--vyr-line);
  color: var(--vyr-ink);
  font-weight: 750;
}

.vyr-equipment-directory li a::before {
  color: var(--vyr-conifer);
  content: counter(vyr-model, decimal-leading-zero);
}

.vyr-contact-page {
  min-height: 600px;
}

.vyr-contact-page__grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: end;
}

.vyr-contact-page__note {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
}

.vyr-contact-page__note strong {
  margin-bottom: 8px;
  color: var(--vyr-acid);
}

.vyr-contact-page + .vyr-standard-page__content {
  padding-block: 70px;
}

.vyr-not-found {
  padding-block: 130px;
}

.vyr-not-found p {
  max-width: 620px;
  font-size: 1.2rem;
}

@media (max-width: 1000px) {
  .vyr-catalog-grid,
  .vyr-home-article-grid,
  .vyr-equipment-top__grid,
  .vyr-equipment-model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vyr-equipment-category-grid {
    grid-template-columns: 1fr;
  }

  .vyr-equipment-category-card {
    min-height: 260px;
  }
}

@media (max-width: 780px) {
  .vyr-site-hero {
    min-height: 720px;
  }

  .vyr-site-hero::after {
    background: linear-gradient(0deg, rgba(8, 18, 12, 0.95) 0%, rgba(8, 18, 12, 0.5) 70%, rgba(8, 18, 12, 0.16) 100%);
  }

  .vyr-site-hero__inner {
    padding-block: 80px 70px;
  }

  .vyr-site-hero__stamp {
    top: 24px;
    right: 20px;
    bottom: auto;
  }

  .vyr-home-manifesto__grid,
  .vyr-home-principles,
  .vyr-plant-facts,
  .vyr-equipment-category-intro,
  .vyr-equipment-reading,
  .vyr-plant-hero__grid,
  .vyr-equipment-model-hero__grid,
  .vyr-contact-page__grid,
  .vyr-equipment-promo,
  .vyr-equipment-directory {
    grid-template-columns: 1fr;
  }

  .vyr-catalog-grid--home > :nth-child(2),
  .vyr-catalog-grid--home > :nth-child(5),
  .vyr-equipment-category-card:nth-child(2) {
    transform: none;
  }

  .vyr-plant-hero__media {
    max-height: 580px;
  }

  .vyr-plant-hero__media img {
    aspect-ratio: 4 / 4.5;
  }

  .vyr-equipment-category-intro aside,
  .vyr-equipment-reading aside {
    position: static;
  }

  .vyr-contact-page {
    padding-block: 100px 70px;
  }
}

@media (max-width: 620px) {
  .vyr-site-hero h1,
  .vyr-page-hero h1,
  .vyr-equipment-hero h1,
  .vyr-contact-page h1,
  .vyr-not-found h1 {
    font-size: clamp(2.8rem, 14vw, 4.7rem);
  }

  .vyr-catalog-grid,
  .vyr-home-article-grid,
  .vyr-equipment-top__grid,
  .vyr-equipment-model-grid,
  .vyr-catalog-grid--three,
  .vyr-plant-reading > div,
  .vyr-equipment-gallery,
  .vyr-equipment-model-grid--related,
  .vyr-showcase-grid {
    grid-template-columns: 1fr;
  }

  .vyr-catalog-card__body {
    min-height: 280px;
  }

  .vyr-step-list li,
  .vyr-plant-facts dl > div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .vyr-plant-offer {
    grid-template-columns: 1fr;
  }

  .vyr-shell {
    width: min(1180px, calc(100% - 32px));
  }

  .vyr-plant-hero,
  .vyr-equipment-model-hero,
  .vyr-contact-page {
    max-width: 100%;
    overflow: hidden;
  }

  .vyr-plant-hero h1,
  .vyr-equipment-model-hero h1 {
    font-size: clamp(2.05rem, 10.8vw, 3.4rem);
  }

  .vyr-equipment-promo {
    margin-inline: 8px;
  }
}
