/* ==========================================================================
   Yiran blog and insight system
   Scope: templates, archives, search, single posts
   ========================================================================== */

:root {
  --yr-ink: #0c1c36;
  --yr-ink-2: #12305a;
  --yr-accent: #2e6ce6;
  --yr-accent-2: #5a8cf0;
  --yr-accent-hover: #2a61cf;
  --yr-accent-soft: color-mix(in srgb, var(--yr-accent) 8%, transparent);
  --yr-accent-ring: color-mix(in srgb, var(--yr-accent) 14%, transparent);
  --yr-accent-shadow: color-mix(in srgb, var(--yr-accent) 28%, transparent);
  --yr-button-fill: var(--yr-accent);
  --yr-button-fill-hover: var(--yr-accent-hover);
  --yr-dark-band-bg: linear-gradient(160deg, var(--yr-ink) 0%, var(--yr-ink-2) 100%);
  --yr-dark-band-glow: radial-gradient(80% 120% at 85% 0%, color-mix(in srgb, var(--yr-accent) 36%, transparent), transparent 55%);
  --yr-paper: #ffffff;
  --yr-paper-2: #f4f7fb;
  --yr-paper-3: #e9f0f9;
  --yr-text: #36475e;
  --yr-heading: #0c1c36;
  --yr-muted: #76859b;
  --yr-line: #e2e9f2;
  --yr-maxw: 1200px;
  --yr-radius: 8px;
  --yr-card-radius: var(--yr-radius);
  --yr-card-border: 1px solid var(--yr-line);
  --yr-card-hover-border: color-mix(in srgb, var(--yr-accent) 25%, transparent);
  --yr-card-shadow: 0 2px 8px rgba(12, 28, 54, 0.055);
  --yr-card-shadow-hover: 0 14px 34px rgba(12, 28, 54, 0.09);
  --yr-card-media-bg: var(--yr-paper-3);
}

.yr-blog-page,
.yr-blog-post-page {
  background: var(--yr-paper-2);
  color: var(--yr-text);
}

.yr-blog-page *,
.yr-blog-post-page * {
  box-sizing: border-box;
}

.yr-blog-page a,
.yr-blog-post-page a {
  color: inherit;
  text-decoration: none;
}

.yr-blog-page a:hover,
.yr-blog-post-page a:hover {
  color: var(--yr-accent);
}

body:not(.home) .wp-site-blocks main.yr-blog-page--listing,
body:not(.home) .wp-site-blocks main.yr-cpt-archive,
body:not(.home) .wp-site-blocks main.yr-cpt-faq-page {
  padding-top: 0;
}

body:not(.home) .wp-site-blocks main.yr-blog-post-page {
  padding-top: 0;
}

.yr-blog-page :where(h1, h2, h3, h4),
.yr-blog-post-page :where(h1, h2, h3, h4) {
  color: var(--yr-heading);
  letter-spacing: 0;
}

.yr-blog-page :where(p, h1, h2, h3, h4),
.yr-blog-post-page :where(p, h1, h2, h3, h4) {
  margin-top: 0;
}

/* Hero */
.yr-blog-hero,
.yr-blog-post-hero {
  position: relative;
  padding: 64px 24px 48px;
  text-align: center;
  background: var(--yr-paper);
  border-bottom: 1px solid var(--yr-line);
  box-shadow: 0 0 0 100vmax var(--yr-paper);
  clip-path: inset(0 -100vmax);
}

/* Hero with background image */
.yr-blog-hero--has-bg {
  background-size: cover !important;
  background-position: center !important;
  box-shadow: none;
  clip-path: none;
  border-bottom: none;
}

.yr-blog-page--listing .yr-blog-hero--has-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 52px 24px;
  overflow: hidden;
}

.yr-cpt-archive-hero.yr-blog-hero--has-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 280px;
  padding: 52px 24px;
  overflow: hidden;
}

body.yr-transparent-header-page .yr-blog-page--listing .yr-blog-hero--has-bg,
body.yr-transparent-header-page .yr-cpt-archive-hero.yr-blog-hero--has-bg {
  min-height: clamp(360px, 32vw, 430px);
  padding-top: clamp(118px, 10vw, 148px);
  padding-bottom: clamp(68px, 7vw, 92px);
}

.yr-blog-hero--has-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 28, 54, 0.62);
}
.yr-blog-hero--has-bg .yr-blog-title,
.yr-blog-hero--has-bg .yr-blog-lead {
  position: relative;
  color: #fff;
}

.yr-blog-crumbs,
.yr-blog-post-crumbs {
  gap: 8px;
  margin-bottom: 22px;
  color: var(--yr-muted);
  font-size: 13px;
  line-height: 1.5;
}

.yr-blog-crumbs p,
.yr-blog-post-crumbs p {
  margin: 0;
}

.yr-blog-crumbs a,
.yr-blog-post-crumbs a {
  color: var(--yr-ink-2);
  font-weight: 600;
}

.yr-rankmath-breadcrumbs {
  max-width: var(--yr-maxw);
  margin: 22px auto 0;
  padding: 0 24px;
  color: var(--yr-muted);
  font-size: 13px;
  line-height: 1.5;
}

.yr-rankmath-breadcrumbs .rank-math-breadcrumb,
.yr-rankmath-breadcrumbs .rank-math-breadcrumb p {
  margin: 0;
}

.yr-rankmath-breadcrumbs .rank-math-breadcrumb p {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.yr-rankmath-breadcrumbs a {
  color: var(--yr-ink-2);
  font-weight: 600;
}

.yr-rankmath-breadcrumbs a:hover {
  color: var(--yr-accent);
}

.yr-blog-hero + .yr-rankmath-breadcrumbs,
.yr-blog-post-hero + .yr-rankmath-breadcrumbs {
  margin-top: 18px;
}

.yr-blog-hero .yr-eyebrow,
.yr-blog-post-hero .yr-eyebrow {
  margin-bottom: 16px;
}

.yr-blog-title,
.yr-blog-post-title {
  max-width: 860px;
  margin: 0 auto 16px;
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(29px, 3.6vw, 44px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
}

.yr-blog-lead {
  max-width: 640px;
  margin: 0 auto;
  color: var(--yr-text);
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.75;
}

.yr-blog-resources {
  padding: 18px 24px;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid var(--yr-line);
  box-shadow: 0 0 0 100vmax rgba(255, 255, 255, 0.92);
  clip-path: inset(0 -100vmax);
}

.yr-blog-tabs {
  gap: 10px;
  margin: 0;
}

.yr-blog-tabs p {
  margin: 0;
}

.yr-blog-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
  color: var(--yr-ink-2);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.2;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.yr-blog-tabs .is-active a,
.yr-blog-tabs a:hover {
  border-color: var(--yr-accent);
  background: var(--yr-accent);
  color: #fff;
}

/* Blog listing layout */
.yr-blog-shell {
  padding: 52px 24px 96px;
}

.yr-blog-layout {
  align-items: stretch;
  gap: 46px;
  margin-bottom: 0;
}

.yr-blog-layout > .wp-block-column {
  min-width: 0;
}

.yr-blog-main-col {
  flex: 1 1 auto;
  align-self: flex-start;
}

.yr-blog-list,
.yr-blog-post-related-grid,
.yr-blog-post-sidebar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.yr-blog-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.yr-blog-card {
  display: grid;
  grid-template-columns: 48% 1fr;
  height: 280px;
  margin: 0;
  overflow: hidden;
  border: var(--yr-card-border);
  border-radius: var(--yr-card-radius);
  background: var(--yr-paper);
  box-shadow: var(--yr-card-shadow);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.yr-blog-card:hover {
  transform: translateY(-3px);
  border-color: var(--yr-card-hover-border);
  box-shadow: var(--yr-card-shadow-hover);
}

.yr-blog-card-media {
  position: relative;
  overflow: hidden;
  background: var(--yr-card-media-bg);
}

.yr-blog-card-media .wp-block-post-featured-image,
.yr-blog-card-media a,
.yr-blog-card-media img {
  position: absolute !important;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.yr-blog-card-media img {
  object-fit: cover;
  transition: transform 0.5s ease;
}

.yr-blog-card:hover .yr-blog-card-media img {
  transform: scale(1.04);
}

.yr-blog-card-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 8px 40px 50px;
}

.yr-blog-card-body > * {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.yr-blog-card-meta {
  gap: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
}

.yr-search-result-type {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 4px 9px;
  border: 1px solid color-mix(in srgb, var(--yr-accent) 16%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--yr-accent) 8%, transparent);
  color: var(--yr-accent);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

.yr-search-result-type--product {
  border-color: rgba(20, 148, 105, 0.18);
  background: rgba(20, 148, 105, 0.09);
  color: #147a5a;
}

.yr-search-result-type--solution {
  border-color: rgba(176, 98, 30, 0.18);
  background: rgba(176, 98, 30, 0.09);
  color: #975018;
}

.yr-search-result-type--case {
  border-color: rgba(111, 83, 197, 0.18);
  background: rgba(111, 83, 197, 0.09);
  color: #5d46ad;
}

.yr-blog-card-meta a {
  color: var(--yr-accent);
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.yr-blog-card-date,
.yr-blog-card-date a {
  color: var(--yr-muted);
  font-size: 12.5px;
  font-weight: 500;
}

.yr-blog-card-title {
  margin: 0 0 14px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  overflow-wrap: anywhere;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yr-blog-card-title a {
  color: var(--yr-heading);
  transition: color 0.2s ease;
}

.yr-blog-card-title a:hover {
  color: var(--yr-accent);
}

.yr-blog-card-excerpt {
  flex: 1;
  margin: 0;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.7;
  overflow: hidden;
}

.yr-blog-card-excerpt p {
  margin: 0;
}

.yr-blog-card-more,
.yr-blog-post-related-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--yr-accent);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.yr-blog-card-more::after,
.yr-blog-post-related-more::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 9px;
  background: currentColor;
  transition: width 0.2s ease;
}

.yr-blog-card-more:hover::after,
.yr-blog-post-related-more:hover::after {
  width: 26px;
}

.yr-blog-pagination {
  gap: 6px;
  margin-top: 42px;
  padding-top: 20px;
  border-top: 1px solid var(--yr-line);
}

.yr-blog-pagination :where(a, span, .page-numbers) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid transparent;
  border-radius: var(--yr-radius);
  background: transparent;
  color: var(--yr-muted);
  font-size: 14px;
  font-weight: 620;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.yr-blog-pagination a:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--yr-accent) 18%, transparent);
  background: rgba(255, 255, 255, 0.78);
  color: var(--yr-accent);
}

.yr-blog-pagination .current {
  border-color: color-mix(in srgb, var(--yr-accent) 18%, transparent);
  background: var(--yr-paper);
  color: var(--yr-accent);
  box-shadow: 0 6px 18px rgba(12, 28, 54, 0.05);
}

.yr-blog-pagination :where(.prev, .next, .wp-block-query-pagination-previous, .wp-block-query-pagination-next) {
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  padding: 7px;
  border-color: var(--yr-line);
  background: var(--yr-paper);
  color: var(--yr-ink-2);
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.yr-blog-pagination :where(.wp-block-query-pagination-previous-arrow, .wp-block-query-pagination-next-arrow) {
  display: none;
}

.yr-blog-pagination :where(.prev, .wp-block-query-pagination-previous) {
  margin-right: 4px;
}

.yr-blog-pagination :where(.next, .wp-block-query-pagination-next) {
  margin-left: 4px;
}

.yr-blog-pagination a.page-numbers,
.yr-blog-pagination span.page-numbers,
.yr-blog-pagination a.wp-block-query-pagination-previous,
.yr-blog-pagination a.wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid var(--yr-line);
  background: var(--yr-paper);
  color: var(--yr-ink-2);
  border-radius: var(--yr-radius);
  font-size: 14px;
  font-weight: 680;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.035);
}

.yr-blog-pagination a.page-numbers:hover {
  border-color: color-mix(in srgb, var(--yr-accent) 22%, transparent);
  background: #fff;
  color: var(--yr-accent);
  box-shadow: 0 6px 18px rgba(12, 28, 54, 0.055);
}

.yr-blog-pagination span.page-numbers.current {
  border-color: color-mix(in srgb, var(--yr-accent) 24%, transparent);
  background: color-mix(in srgb, var(--yr-accent) 8%, transparent);
  color: var(--yr-accent);
  box-shadow: 0 6px 18px color-mix(in srgb, var(--yr-accent) 8%, transparent);
}

.yr-blog-pagination a.wp-block-query-pagination-previous,
.yr-blog-pagination a.wp-block-query-pagination-next {
  position: relative;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid var(--yr-line);
  background: var(--yr-paper);
  color: var(--yr-ink-2);
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.yr-blog-pagination a.wp-block-query-pagination-previous::before,
.yr-blog-pagination a.wp-block-query-pagination-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  opacity: 0.62;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.yr-blog-pagination a.wp-block-query-pagination-previous::before {
  border-left: 2px solid currentColor;
  transform: translate(-35%, -50%) rotate(-45deg);
}

.yr-blog-pagination a.wp-block-query-pagination-next::before {
  border-right: 2px solid currentColor;
  transform: translate(-65%, -50%) rotate(45deg);
}

.yr-blog-pagination a.wp-block-query-pagination-previous:hover::before {
  opacity: 0.8;
  transform: translate(-48%, -50%) rotate(-45deg);
}

.yr-blog-pagination a.wp-block-query-pagination-next:hover::before {
  opacity: 0.8;
  transform: translate(-52%, -50%) rotate(45deg);
}

.yr-blog-empty {
  padding: 38px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
}

.yr-blog-empty h3 {
  margin-bottom: 10px;
  font-size: 24px;
}

.yr-blog-empty p {
  margin: 0;
}

/* Shared sidebar */
.yr-blog-sidebar,
.yr-blog-post-sidebar {
  display: grid;
  gap: 18px;
  position: sticky;
  top: 112px;
  margin: 0;
  transition: filter 0.28s ease, transform 0.28s ease;
}

.yr-blog-post-sidebar {
  align-self: flex-start;
  width: 100%;
  max-height: calc(100vh - 136px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(118, 133, 155, 0.35) transparent;
  transform: translateY(var(--yr-sidebar-nudge, 0));
}

.yr-blog-post-sidebar::-webkit-scrollbar {
  width: 6px;
}

.yr-blog-post-sidebar::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(118, 133, 155, 0.35);
}

.yr-blog-post-sidebar.is-stuck {
  filter: drop-shadow(0 12px 22px rgba(12, 28, 54, 0.04));
}

.yr-blog-post-sidebar.is-scrolling-down {
  --yr-sidebar-nudge: 5px;
}

.yr-blog-post-sidebar.is-scrolling-up {
  --yr-sidebar-nudge: -3px;
}

.yr-blog-post-sidebar.is-scrolling .yr-blog-post-sidebar-panel {
  border-color: color-mix(in srgb, var(--yr-accent) 20%, transparent);
}

.yr-blog-sidebar.is-stuck .yr-blog-sidebar-panel {
  box-shadow: 0 6px 24px rgba(12, 28, 54, 0.09);
  transition: box-shadow 0.3s ease;
}

.yr-blog-sidebar-panel,
.yr-blog-post-sidebar-panel {
  width: 100%;
  max-width: none !important;
  margin: 0;
  padding: 24px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
  box-shadow: none;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.yr-blog-sidebar-title,
.yr-blog-post-sidebar-title {
  margin: 0 0 16px;
  padding-left: 12px;
  border-left: 3px solid var(--yr-accent);
  color: var(--yr-heading);
  font-size: 16px;
  font-weight: 720;
  line-height: 1.35;
}

/* Aside col: desktop goes LEFT via order, mobile stays in DOM order (after main) */
.yr-blog-aside-col {
  order: -1;
  align-self: stretch !important;
}

.yr-blog-aside-col > * {
  height: 100%;
}

.yr-blog-industry-all {
  display: none;
}

.yr-blog-sidebar--industry {
  gap: 0;
}

/* panel & title: use default .yr-blog-sidebar-panel / .yr-blog-sidebar-title styles */

.yr-blog-industry-all {
  margin: 0 0 12px;
}

.yr-blog-industry-all a {
  display: block;
  padding: 6px 0;
  border-bottom: 1px solid var(--yr-line);
  color: var(--yr-muted);
  font-size: 13px;
  transition: color 0.15s ease;
}

.yr-blog-industry-all a:hover {
  color: var(--yr-accent);
}

.yr-blog-industry-all a::before,
.yr-blog-sidebar--industry :where(.cat-item a)::before {
  display: none;
}

.yr-blog-sidebar--industry :where(.cat-item a) {
  display: block;
  padding: 8px 0 8px 12px;
  border-left: 2px solid var(--yr-line);
  color: var(--yr-text);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.yr-blog-sidebar--industry :where(.cat-item.current-cat > a),
.yr-blog-sidebar--industry :where(.cat-item a:hover) {
  color: var(--yr-accent);
  border-left-color: var(--yr-accent);
}

.yr-blog-sidebar :where(.wp-block-categories-list) {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yr-blog-sidebar--industry .wp-block-categories-list {
  gap: 8px;
}

.yr-blog-sidebar :where(.cat-item) {
  display: block;
  gap: 0;
  padding-bottom: 0;
  border-bottom: 1px solid var(--yr-line);
  color: var(--yr-muted);
  font-size: 14px;
}

.yr-blog-sidebar :where(.cat-item:last-child) {
  padding-bottom: 0;
  border-bottom: 0;
}

.yr-blog-sidebar :where(.cat-item a) {
  color: var(--yr-ink-2);
  font-weight: 650;
}

.yr-blog-sidebar--industry :where(.cat-item) {
  border-bottom: none;
}

.yr-blog-sidebar--industry :where(.cat-item a) {
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
}

.yr-blog-sidebar--industry :where(.children) {
  margin: 0;
  padding: 0 0 0 12px;
  border-top: none;
  list-style: none;
}

.yr-blog-sidebar--industry :where(.children .cat-item a) {
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.yr-blog-sidebar--industry :where(.cat-item.current-cat > a),
.yr-blog-sidebar--industry :where(.cat-item a:hover) {
  color: #fff;
}

.yr-blog-post-sidebar-item {
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--yr-line);
}

.yr-blog-post-sidebar-item:not(:first-child) {
  padding-top: 14px;
}

.yr-blog-post-sidebar-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.yr-blog-post-sidebar-item-title {
  margin: 0 0 7px;
  color: var(--yr-heading);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.yr-blog-post-sidebar-date {
  margin: 0;
  color: var(--yr-muted);
  font-size: 12px;
}

.yr-blog-sidebar-cta {
  position: relative;
  overflow: hidden;
  background: var(--yr-ink);
  border-color: var(--yr-ink);
  color: rgba(255, 255, 255, 0.78);
}

.yr-blog-post-sidebar-cta {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border-color: color-mix(in srgb, var(--yr-accent) 16%, transparent);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 8%, transparent), rgba(255, 255, 255, 0) 58%),
    var(--yr-paper);
  color: var(--yr-text);
  box-shadow: 0 10px 30px rgba(12, 28, 54, 0.06);
}

.yr-blog-post-sidebar.is-stuck .yr-blog-post-sidebar-cta {
  box-shadow: 0 12px 34px rgba(12, 28, 54, 0.08);
}

.yr-blog-post-sidebar.is-scrolling-down .yr-blog-post-sidebar-cta {
  transform: translateY(2px);
}

.yr-blog-post-sidebar-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--yr-accent), color-mix(in srgb, var(--yr-accent-2) 38%, transparent));
}

.yr-blog-sidebar--minimal {
  gap: 0;
}

.yr-blog-sidebar--minimal .yr-blog-sidebar-cta {
  padding: 28px;
  background:
    linear-gradient(140deg, color-mix(in srgb, var(--yr-accent) 26%, transparent), color-mix(in srgb, var(--yr-accent) 0%, transparent) 52%),
    linear-gradient(160deg, #0c1c36 0%, #132f57 100%);
}

.yr-blog-sidebar--minimal .yr-blog-sidebar-cta::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 3px;
  background: linear-gradient(90deg, var(--yr-accent), var(--yr-accent-2));
}

.yr-blog-sidebar-cta-kicker {
  position: relative;
  margin: 0 0 14px;
  color: var(--yr-accent-2);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.yr-blog-sidebar-cta .yr-blog-sidebar-title {
  color: #fff;
  border-left-color: var(--yr-accent-2);
}

.yr-blog-post-sidebar-cta .yr-blog-post-sidebar-title {
  position: relative;
  margin-bottom: 12px;
  padding-left: 0;
  border-left: 0;
  color: var(--yr-heading);
  font-size: 18px;
  line-height: 1.34;
}

.yr-blog-sidebar--minimal .yr-blog-sidebar-title {
  position: relative;
  margin-bottom: 14px;
  padding-left: 0;
  border-left: 0;
  font-size: 21px;
  line-height: 1.28;
}

.yr-blog-sidebar-cta p,
.yr-blog-post-sidebar-cta p {
  position: relative;
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.65;
}

.yr-blog-post-sidebar-cta p {
  color: var(--yr-text);
}

.yr-blog-post-sidebar-cta .wp-block-buttons {
  position: relative;
  margin-bottom: 0;
}

.yr-blog-post-sidebar-cta .yr-btn .wp-block-button__link {
  width: 100%;
  min-height: 44px;
  box-shadow: none;
}

.yr-blog-sidebar--minimal .wp-block-buttons {
  position: relative;
}

.yr-blog-sidebar--minimal .yr-btn .wp-block-button__link {
  width: 100%;
  min-height: 46px;
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 28px color-mix(in srgb, var(--yr-accent) 24%, transparent);
}

.yr-blog-page .yr-btn .wp-block-button__link,
.yr-blog-post-page .yr-btn .wp-block-button__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: var(--yr-radius);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: normal;
}

.yr-blog-page .yr-btn-primary .wp-block-button__link,
.yr-blog-post-page .yr-btn-primary .wp-block-button__link {
  background: var(--yr-button-fill);
  color: #fff;
}

.yr-blog-page .yr-btn-primary .wp-block-button__link:hover,
.yr-blog-post-page .yr-btn-primary .wp-block-button__link:hover {
  background: var(--yr-button-fill-hover);
  color: #fff;
}

.yr-blog-post-page .yr-btn-outline .wp-block-button__link {
  background: transparent;
  border-color: rgba(12, 28, 54, 0.22);
  color: var(--yr-ink);
}

.yr-blog-post-page .yr-btn-outline .wp-block-button__link:hover {
  background: var(--yr-ink);
  border-color: var(--yr-ink);
  color: #fff;
}

/* Single post */
.yr-blog-post-hero {
  padding: 58px 24px 50px;
  text-align: center;
  background:
    linear-gradient(180deg, #ffffff 0%, rgba(244, 247, 251, 0.82) 100%);
}

.yr-blog-post-masthead {
  margin: 0;
  max-width: 940px;
}

.yr-blog-post-title {
  max-width: 940px;
  margin: 0 auto;
  font-size: clamp(34px, 4.2vw, 56px);
  line-height: 1.08;
  letter-spacing: 0;
}

.yr-blog-post-meta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  margin: 0 0 18px;
  color: var(--yr-muted);
  font-size: 13.5px;
  line-height: 1.5;
}

.yr-blog-post-meta::before,
.yr-blog-post-meta::after {
  content: "";
  width: 42px;
  height: 1px;
  background: var(--yr-line);
}

.yr-blog-post-meta p,
.yr-blog-post-meta .wp-block-post-date,
.yr-blog-post-meta .wp-block-post-author-name {
  margin: 0;
}

.yr-blog-post-meta a {
  color: var(--yr-ink-2);
  font-weight: 700;
}

.yr-blog-post-shell {
  padding: 34px 24px 92px;
}

.yr-blog-post-layout {
  align-items: stretch !important;
  gap: 34px;
  margin-bottom: 0;
}

.yr-blog-post-content-col {
  min-width: 0;
}

.yr-blog-post-sidebar-col {
  align-self: stretch !important;
}

.yr-blog-post-article {
  margin: 0;
  padding: 46px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
}

.yr-cpt-single-shell--no-sidebar .yr-blog-post-content-col,
.yr-cpt-single-shell--no-sidebar .yr-blog-post-article,
.yr-cpt-single-shell--no-sidebar .yr-blog-post-content {
  width: 100%;
  max-width: none;
}

.yr-blog-post-content {
  color: var(--yr-text);
  font-size: 18px;
  line-height: 1.82;
  overflow-wrap: break-word;
  word-break: normal;
  hyphens: manual;
}

.yr-blog-post-content > *:first-child {
  margin-top: 0;
}

.yr-blog-post-content > *:last-child {
  margin-bottom: 0;
}

.yr-blog-post-content p {
  margin: 0 0 24px;
  line-height: 1.82;
}

.yr-blog-post-content :where(h2) {
  position: relative;
  margin: 46px 0 18px;
  padding-left: 18px;
  color: var(--yr-heading);
  font-size: 30px;
  font-weight: 760;
  line-height: 1.25;
}

.yr-blog-post-content :where(h2)::before {
  content: "";
  position: absolute;
  top: 0.18em;
  left: 0;
  width: 4px;
  height: 1.05em;
  border-radius: 2px;
  background: var(--yr-accent);
}

.yr-blog-post-content :where(h3) {
  margin: 32px 0 14px;
  color: var(--yr-heading);
  font-size: 23px;
  font-weight: 720;
  line-height: 1.35;
}

.yr-blog-post-content :where(h4) {
  margin: 26px 0 10px;
  color: var(--yr-heading);
  font-size: 19px;
  font-weight: 720;
}

.yr-blog-post-content :where(ul, ol) {
  margin: 0 0 24px 1.25em;
  padding: 0;
}

.yr-blog-post-content :where(li) {
  margin-bottom: 9px;
}

.yr-blog-post-content :where(a) {
  color: var(--yr-accent);
  font-weight: 650;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.yr-blog-post-content :where(figure, .wp-block-image) {
  margin: 34px 0;
}

.yr-blog-post-content :where(img) {
  height: auto;
  border-radius: var(--yr-radius);
}

.yr-blog-post-content :where(figcaption) {
  margin-top: 10px;
  color: var(--yr-muted);
  font-size: 13px;
  text-align: left;
}

.yr-blog-post-content :where(blockquote) {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--yr-accent);
  border-radius: 0 var(--yr-radius) var(--yr-radius) 0;
  background: var(--yr-paper-2);
  color: var(--yr-ink-2);
}

.yr-blog-post-content :where(blockquote p) {
  margin-bottom: 12px;
  font-size: 19px;
  line-height: 1.65;
}

.yr-blog-post-content :where(table) {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.yr-blog-post-content :where(.wp-block-table) {
  display: block;
  overflow-x: auto;
  margin: 32px 0;
}

.yr-blog-post-content :where(th, td) {
  padding: 13px 15px;
  border: 1px solid var(--yr-line);
  text-align: left;
  vertical-align: top;
}

.yr-blog-post-content :where(th) {
  background: var(--yr-paper-2);
  color: var(--yr-heading);
  font-weight: 720;
}

.yr-blog-post-content :where(details) {
  margin: 16px 0;
  padding: 18px 20px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper-2);
}

.yr-blog-post-content :where(summary) {
  color: var(--yr-heading);
  font-weight: 720;
  cursor: pointer;
}

.yr-blog-section {
  margin: 36px 0;
  padding: 28px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 10px 30px rgba(12, 28, 54, 0.045);
}

.yr-blog-post-content .yr-blog-section :where(h2, h3) {
  margin-top: 0;
  padding-left: 0;
}

.yr-blog-post-content .yr-blog-section :where(h2, h3)::before {
  display: none;
}

.yr-blog-section-label {
  margin: 0 0 12px !important;
  color: var(--yr-accent);
  font-size: 12px;
  font-weight: 780;
  line-height: 1.3;
  text-transform: uppercase;
}

.yr-blog-intro-box,
.yr-blog-takeaways {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 6%, transparent), rgba(255, 255, 255, 0) 70%),
    #fff;
}

.yr-blog-intro-lead {
  margin-bottom: 22px !important;
  color: var(--yr-heading);
  font-size: 20px;
  font-weight: 650;
  line-height: 1.62;
}

.yr-blog-post-content :where(.yr-blog-check-list, .yr-blog-takeaway-list, .yr-blog-step-list) {
  display: grid;
  gap: 12px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.yr-blog-check-list li,
.yr-blog-takeaway-list li,
.yr-blog-step-list li {
  position: relative;
  margin: 0;
  padding: 16px 18px 16px 46px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: rgba(244, 247, 251, 0.72);
  color: var(--yr-text);
  font-size: 15.5px;
  line-height: 1.65;
}

.yr-blog-check-list li::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 20px;
  width: 13px;
  height: 7px;
  border-bottom: 2px solid var(--yr-accent);
  border-left: 2px solid var(--yr-accent);
  transform: rotate(-45deg);
}

.yr-blog-takeaway-list {
  counter-reset: yr-takeaway;
}

.yr-blog-takeaway-list li {
  counter-increment: yr-takeaway;
}

.yr-blog-takeaway-list li::before,
.yr-blog-step-list li::before {
  position: absolute;
  top: 15px;
  left: 16px;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--yr-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.yr-blog-takeaway-list li::before {
  content: counter(yr-takeaway);
}

.yr-blog-step-list {
  counter-reset: yr-step;
}

.yr-blog-step-list li {
  counter-increment: yr-step;
}

.yr-blog-step-list li::before {
  content: counter(yr-step);
}

.yr-blog-comparison,
.yr-blog-process,
.yr-blog-faq-block {
  background: var(--yr-paper);
}

.yr-blog-compare-table {
  margin-bottom: 0 !important;
}

.yr-blog-buying-tips,
.yr-blog-pros-cons {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.yr-blog-tip-grid,
.yr-blog-pros-cons > .wp-block-columns {
  gap: 16px;
}

.yr-blog-tip-card,
.yr-blog-pros,
.yr-blog-cons {
  min-width: 0;
  padding: 24px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 8px 24px rgba(12, 28, 54, 0.04);
}

.yr-blog-tip-card h3,
.yr-blog-pros h3,
.yr-blog-cons h3 {
  font-size: 20px;
}

.yr-blog-tip-card p,
.yr-blog-pros p,
.yr-blog-cons p {
  font-size: 15px;
  line-height: 1.7;
}

.yr-blog-pros {
  border-color: rgba(39, 174, 96, 0.24);
}

.yr-blog-cons {
  border-color: rgba(231, 126, 35, 0.24);
}

.yr-blog-pros h3 {
  color: #176b3a;
}

.yr-blog-cons h3 {
  color: #8a4a12;
}

.yr-blog-related-products-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 7%, transparent), rgba(255, 255, 255, 0) 75%),
    #fff;
}

.yr-blog-related-products-cta h3 {
  margin-bottom: 10px !important;
  color: var(--yr-heading);
  font-size: 24px;
}

.yr-blog-rp-copy p:last-child {
  margin-bottom: 0;
}

.yr-blog-rp-actions {
  justify-content: flex-end;
  margin: 0;
}

.yr-blog-post-after,
.yr-blog-post-related,
.yr-blog-post-cta,
.yr-blog-post-comments {
  margin-top: 24px;
}

.yr-blog-post-nav {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 4px;
  padding-top: 20px;
  border-top: 1px solid var(--yr-line);
}

.yr-blog-post-nav > * {
  flex: 0 0 auto;
  margin: 0 !important;
  font-size: 0;
  line-height: 1;
}

.yr-blog-post-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  max-width: 100%;
  min-width: 34px;
  min-height: 34px;
  padding: 0;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
  color: var(--yr-ink-2);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 0;
  font-weight: 720;
  line-height: 1;
  overflow-wrap: anywhere;
  box-shadow: none;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.yr-post-nav-link--next a {
  text-align: center;
}

.yr-post-nav-link--prev a::before,
.yr-post-nav-link--next a::before {
  display: block;
  font-size: 22px;
  font-weight: 520;
  line-height: 1;
}

.yr-post-nav-link--prev a::before {
  content: "\2039";
}

.yr-post-nav-link--next a::before {
  content: "\203A";
}

.yr-blog-post-nav :where(.post-navigation-link__label) {
  font-size: 0;
}

.yr-blog-post-nav :where(.post-navigation-link__title) {
  display: none;
}

.yr-blog-post-nav a:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--yr-accent) 28%, transparent);
  color: var(--yr-accent);
  box-shadow: 0 6px 18px rgba(12, 28, 54, 0.05);
}

.yr-blog-post-section-title,
.yr-blog-post-cta-title {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 760;
  line-height: 1.25;
}

.yr-blog-post-related {
  padding: 30px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
}

.yr-blog-post-related-grid {
  gap: 16px;
}

.yr-blog-post-related-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
}

.yr-blog-post-related-card .wp-block-post-featured-image {
  margin: 0;
  background: var(--yr-paper-3);
}

.yr-blog-post-related-card img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.yr-blog-post-related-date {
  margin: 16px 18px 8px;
  color: var(--yr-muted);
  font-size: 12px;
}

.yr-blog-post-related-title {
  margin: 0 18px 14px;
  font-size: 17px;
  font-weight: 720;
  line-height: 1.42;
  overflow-wrap: anywhere;
}

.yr-blog-post-related-more {
  margin: 0 18px 18px;
}

.yr-blog-post-cta {
  padding: 34px;
  border-radius: var(--yr-radius);
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--yr-accent) 18%, transparent), color-mix(in srgb, var(--yr-accent) 0%, transparent) 50%),
    var(--yr-ink);
  color: rgba(255, 255, 255, 0.78);
}

.yr-blog-post-cta-title {
  color: #fff;
}

.yr-blog-post-cta-copy {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.72;
}

.yr-blog-post-cta .yr-btn-outline .wp-block-button__link {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.yr-blog-post-cta .yr-btn-outline .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.yr-blog-post-comments {
  padding: 30px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper);
}

.yr-blog-post-comments textarea,
.yr-blog-post-comments input:not([type="submit"]) {
  max-width: 100%;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
}

.yr-blog-post-comments input[type="submit"],
.yr-blog-post-comments button {
  border: 0;
  border-radius: var(--yr-radius);
  background: var(--yr-accent);
  color: #fff;
  font-weight: 700;
}

.yr-blog-post-toc.is-empty {
  display: none;
}

.yr-blog-post-toc-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yr-blog-post-toc-list a {
  display: block;
  padding: 8px 0 8px 12px;
  border-left: 2px solid var(--yr-line);
  color: var(--yr-text);
  font-size: 14px;
  line-height: 1.45;
}

.yr-blog-post-toc-list a:hover,
.yr-blog-post-toc-list a.is-active {
  border-left-color: var(--yr-accent);
  color: var(--yr-accent);
}

.yr-blog-post-sidebar-cta .wp-block-buttons,
.yr-blog-sidebar-cta .wp-block-buttons {
  margin-bottom: 0;
}

/* B2B content types: Products, Solutions, FAQ */
.yr-cpt-page,
.yr-cpt-single {
  background: var(--yr-paper-2);
}

.yr-cpt-archive-hero {
  padding-top: 64px;
  padding-bottom: 48px;
}

.yr-cpt-shell {
  padding-top: 44px;
}

.yr-cpt-term-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0 0 28px;
  padding: 10px;
  border: 1px solid rgba(226, 233, 242, 0.9);
  border-radius: var(--yr-radius);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.035);
}

.yr-cpt-term-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: var(--yr-ink-2);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 13.5px;
  font-weight: 720;
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.yr-cpt-term-link small {
  color: var(--yr-muted);
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.yr-cpt-term-link:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--yr-accent) 18%, transparent);
  background: color-mix(in srgb, var(--yr-accent) 7%, transparent);
  color: var(--yr-accent);
}

.yr-cpt-term-link.is-active {
  border-color: var(--yr-ink);
  background: var(--yr-ink);
  color: #fff;
}

.yr-cpt-term-link.is-active small {
  color: rgba(255, 255, 255, 0.72);
}

.yr-product-category-landing {
  padding: 46px 0 0;
  background: #f5f8fc;
}

.yr-product-category-landing__inner {
  display: grid;
  width: min(calc(100% - 48px), var(--yr-maxw));
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: end;
  margin: 0 auto;
  padding: 34px 38px;
  border: 1px solid rgba(17, 51, 95, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(16, 42, 82, 0.06);
}

.yr-product-category-landing__copy {
  min-width: 0;
}

.yr-product-category-landing__copy .yr-eyebrow {
  margin: 0 0 10px;
  color: var(--yr-accent);
}

.yr-product-category-landing__copy h2 {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(25px, 2.3vw, 38px);
  font-weight: 820;
  line-height: 1.18;
  letter-spacing: 0;
}

.yr-product-category-landing__text {
  max-width: 860px;
  margin-top: 16px;
  color: var(--yr-text);
  font-size: 16px;
  line-height: 1.76;
}

.yr-product-category-landing__text > :first-child {
  margin-top: 0;
}

.yr-product-category-landing__text > :last-child {
  margin-bottom: 0;
}

.yr-product-category-landing__button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 6px;
  background: var(--yr-accent);
  color: #fff;
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.22s ease, transform 0.22s ease;
}

.yr-product-category-landing__button:hover,
.yr-product-category-landing__button:focus-visible {
  background: var(--yr-ink);
  color: #fff;
  transform: translateY(-1px);
}

.yr-product-category-editor-shell {
  background: var(--yr-paper-2);
}

/* 分类正文：列内延续版 —— 跟随产品卡片列，仅以细分隔线过渡，无独立色带和卡片 */
.yr-collection-inline-body {
  margin-top: clamp(36px, 4.5vw, 56px);
  padding-top: clamp(28px, 3.5vw, 44px);
  border-top: 1px solid var(--yr-line);
  min-width: 0;
}

.yr-product-category-editor-card {
  min-width: 0;
}

.yr-product-category-editor-content {
  min-width: 0;
  color: var(--yr-text);
  background: transparent;
}

.yr-product-category-editor-content > :first-child {
  margin-top: 0;
}

.yr-product-category-editor-content > :last-child {
  margin-bottom: 0;
}

.yr-product-category-editor-content > .alignwide,
.yr-product-category-editor-content > .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.yr-product-category-editor-content img,
.yr-product-category-editor-content iframe,
.yr-product-category-editor-content video {
  max-width: 100%;
}

.yr-product-category-editor-content .yr-product-collection,
.yr-product-category-editor-content .yr-product-collection-editor-content {
  background: transparent;
}

.yr-product-category-editor-content .yr-product-collection-editor-content {
  margin-top: 0;
  margin-bottom: 0;
}

.yr-product-category-editor-content .yr-collection-products,
.yr-product-category-editor-content .yr-collection-specs,
.yr-product-category-editor-content .yr-collection-guide,
.yr-product-category-editor-content .yr-collection-applications,
.yr-product-category-editor-content .yr-collection-cta,
.yr-product-category-editor-content .yr-collection-faq {
  background: transparent;
}

.yr-product-category-editor-content .yr-collection-section {
  padding: 34px 0;
}

.yr-product-category-editor-content .yr-collection-section:first-child {
  padding-top: 0;
}

.yr-product-category-editor-content .yr-collection-section:last-child {
  padding-bottom: 0;
}

.yr-product-category-editor-content .yr-collection-inner {
  width: 100%;
  max-width: none;
}

.yr-product-category-editor-content .yr-collection-section-head {
  max-width: 820px;
  margin-bottom: 22px;
}

.yr-product-category-editor-content .yr-collection-section-title {
  margin: 0 0 16px;
  color: var(--yr-heading);
  font-size: 30px;
  font-weight: 760;
  line-height: 1.25;
}

.yr-product-category-editor-content .yr-collection-section-text,
.yr-product-category-editor-content .yr-collection-richtext,
.yr-product-category-editor-content .yr-collection-guide-copy p,
.yr-product-category-editor-content .yr-collection-faq-copy p,
.yr-product-category-editor-content .yr-collection-cta-box p {
  font-size: 16px;
  line-height: 1.78;
}

.yr-product-category-editor-content .yr-collection-section-text,
.yr-product-category-editor-content .yr-collection-richtext {
  margin-top: 12px;
}

.yr-product-category-editor-content .yr-collection-overview-grid,
.yr-product-category-editor-content .yr-collection-spec-grid,
.yr-product-category-editor-content .yr-collection-guide-grid,
.yr-product-category-editor-content .yr-collection-faq-grid {
  gap: 32px;
}

.yr-product-category-editor-content .yr-collection-resource-panel {
  position: static;
}

.yr-product-category-editor-content .yr-collection-cta-box {
  padding: 30px;
}

.yr-product-category-editor-content .yr-collection-cta-box .yr-collection-section-title {
  font-size: 30px;
}

.yr-product-category-editor-content .yr-product-collection-editor-content--detail-ui > :first-child {
  margin-top: 0;
}

.yr-product-category-editor-content .yr-product-collection-editor-content--detail-ui > :last-child {
  margin-bottom: 0;
}

.yr-product-category-editor-content .yr-product-collection-products-panel {
  margin: 56px 0;
}

.yr-product-category-editor-content .yr-product-collection-products-panel .yr-eyebrow {
  margin: 0 0 10px;
}

.yr-product-category-editor-content .yr-product-collection-products-panel .wp-block-heading {
  margin: 0 0 24px;
}

.yr-product-category-editor-content .yr-collection-overview-grid {
  display: block;
}

.yr-product-category-editor-content .yr-collection-overview-copy {
  max-width: 860px;
}

.yr-product-category-editor-content .yr-collection-capabilities {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin: 34px 0 0;
  border: 0;
}

.yr-product-category-editor-content .yr-collection-capabilities li {
  min-height: clamp(230px, 18vw, 320px);
  padding: clamp(32px, 3.2vw, 46px);
  border: 1px solid rgba(12, 28, 54, 0.035);
  border-radius: 6px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 2.5%, transparent), rgba(255, 255, 255, 0) 58%),
    #f8f8f8;
  color: var(--yr-ink);
  font-size: clamp(19px, 1.45vw, 25px);
  font-weight: 800;
  line-height: 1.28;
  transition: background 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.yr-product-category-editor-content .yr-collection-capabilities li::before {
  position: static;
  display: block;
  width: clamp(46px, 3.8vw, 62px);
  height: clamp(46px, 3.8vw, 62px);
  margin-bottom: clamp(28px, 3vw, 40px);
  border: 0;
  border-radius: 0;
  background-color: var(--yr-accent);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 73.130667c241.379556 0 438.869333 197.489778 438.869333 438.869333S753.379556 950.869333 512 950.869333 73.130667 753.379556 73.130667 512 270.620444 73.130667 512 73.130667zM512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0z'/%3E%3Cpath d='M391.310222 490.069333l73.159111 146.261334S585.102222 336.497778 775.310222 234.097778c-3.640889 73.102222-21.930667 131.640889 7.310222 208.440889-84.110222 18.289778-256 234.069333-310.840888 340.110222-76.8-98.730667-171.889778-175.530667-234.069334-201.130667l153.6-91.448889z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M512 73.130667c241.379556 0 438.869333 197.489778 438.869333 438.869333S753.379556 950.869333 512 950.869333 73.130667 753.379556 73.130667 512 270.620444 73.130667 512 73.130667zM512 0C230.4 0 0 230.4 0 512s230.4 512 512 512 512-230.4 512-512S793.6 0 512 0z'/%3E%3Cpath d='M391.310222 490.069333l73.159111 146.261334S585.102222 336.497778 775.310222 234.097778c-3.640889 73.102222-21.930667 131.640889 7.310222 208.440889-84.110222 18.289778-256 234.069333-310.840888 340.110222-76.8-98.730667-171.889778-175.530667-234.069334-201.130667l153.6-91.448889z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.yr-product-category-editor-content .yr-collection-capabilities li:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--yr-accent) 16%, transparent);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent-2) 15%, transparent), color-mix(in srgb, var(--yr-accent) 6.5%, transparent)),
    #f5f8ff;
  box-shadow: 0 18px 42px color-mix(in srgb, var(--yr-accent) 10%, transparent);
}

.yr-product-category-editor-content .yr-collection-spec-table.yr-has-table-scroll {
  margin: 30px 0 0;
}

.yr-product-category-editor-content .yr-collection-spec-table .yr-table-scroll {
  overflow: hidden;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 16px 42px rgba(12, 28, 54, 0.05);
}

.yr-product-category-editor-content .yr-collection-spec-table table {
  min-width: 720px;
  margin: 0;
  border: 0;
  table-layout: fixed;
}

.yr-product-category-editor-content .yr-collection-spec-table th,
.yr-product-category-editor-content .yr-collection-spec-table td {
  padding: 18px 20px;
  border: 0;
  border-top: 1px solid var(--yr-line);
  font-size: 15px;
  line-height: 1.65;
}

.yr-product-category-editor-content .yr-collection-spec-table thead th {
  border-top: 0;
  border-bottom: 1px solid var(--yr-line);
  background: #f7faff;
  color: var(--yr-ink-2);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.yr-product-category-editor-content .yr-collection-spec-table tbody td:first-child {
  color: var(--yr-heading);
  font-weight: 720;
}

.yr-product-category-editor-content .yr-collection-guide-grid {
  grid-template-columns: 1fr;
  gap: 22px;
}

.yr-product-category-editor-content .yr-collection-guide-copy,
.yr-product-category-editor-content .yr-collection-faq-copy {
  position: static;
}

.yr-product-category-editor-content .yr-collection-empty {
  padding: 28px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #f8f8f8;
}

.yr-cpt-grid {
  gap: 22px;
}

.yr-cpt-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  border: var(--yr-card-border);
  border-radius: var(--yr-card-radius);
  background: var(--yr-paper);
  box-shadow: var(--yr-card-shadow);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.yr-cpt-card:hover {
  transform: translateY(-3px);
  border-color: var(--yr-card-hover-border);
  box-shadow: var(--yr-card-shadow-hover);
}

.yr-cpt-product-card,
.yr-cpt-solution-card,
.yr-cpt-collection-card {
  min-height: 0;
}

.yr-cpt-card-media {
  position: relative;
  display: grid;
  flex: 0 0 auto;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--yr-card-media-bg);
}

.yr-cpt-solution-card .yr-cpt-card-media,
.yr-cpt-collection-card .yr-cpt-card-media {
  aspect-ratio: 16 / 10;
}

.yr-cpt-card-media > * {
  grid-area: 1 / 1;
}

.yr-cpt-card-media .wp-block-post-featured-image {
  aspect-ratio: inherit !important;
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  overflow: hidden;
}

.yr-cpt-product-card .yr-cpt-card-media .wp-block-post-featured-image {
  aspect-ratio: 4 / 3 !important;
}

.yr-cpt-solution-card .yr-cpt-card-media .wp-block-post-featured-image,
.yr-cpt-collection-card .yr-cpt-card-media .wp-block-post-featured-image {
  aspect-ratio: 16 / 10 !important;
}

.yr-cpt-card-media a,
.yr-cpt-card-media picture {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.yr-cpt-card-media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.5s ease;
}

.yr-cpt-card:hover .yr-cpt-card-media img {
  transform: scale(1.035);
}

.yr-cpt-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-width: 0;
  padding: 24px;
}

.yr-cpt-product-card .yr-cpt-card-body,
.yr-cpt-solution-card .yr-cpt-card-body,
.yr-cpt-collection-card .yr-cpt-card-body {
  flex: 0 0 auto;
  min-height: 78px;
  justify-content: center;
  padding: 14px 24px 20px;
  border-top: 1px solid rgba(226, 233, 242, 0.78);
}

.yr-cpt-card-body > * {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.yr-cpt-card-title {
  margin: 0 0 12px;
  color: var(--yr-heading);
  font-size: 20px;
  font-weight: 740;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.yr-cpt-product-card .yr-cpt-card-title,
.yr-cpt-solution-card .yr-cpt-card-title,
.yr-cpt-collection-card .yr-cpt-card-title {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 1.34;
}

.yr-cpt-card-title a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

.yr-cpt-card-title a:hover {
  color: var(--yr-accent);
}

.yr-cpt-card-excerpt {
  margin: 0 0 22px;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.7;
}

.yr-cpt-card-excerpt p {
  margin: 0;
}

.yr-cpt-card-more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  color: var(--yr-accent);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 740;
}

.yr-cpt-card-more::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}

.yr-cpt-card-more:hover::after {
  width: 26px;
}

.yr-product-archive-page {
  overflow-x: hidden;
  background: #fff;
}

.yr-product-archive-list {
  overflow-x: hidden;
  padding: clamp(48px, 5vw, 76px) 0 clamp(64px, 6vw, 96px);
  background: #f7f7f7;
}

.yr-product-archive-list__inner {
  box-sizing: border-box;
  width: min(calc(100% - 64px), 1600px);
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.yr-product-archive-list__head {
  max-width: 900px;
  margin: 0 auto clamp(38px, 4.5vw, 62px);
  text-align: center;
}

.yr-product-archive-list__title {
  position: relative;
  display: inline-block;
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(38px, 4.4vw, 64px);
  font-weight: 820;
  line-height: 1.05;
  letter-spacing: 0;
}

.yr-product-archive-list__title::before {
  content: attr(data-shadow);
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: max-content;
  max-width: min(92vw, 980px);
  color: color-mix(in srgb, var(--yr-accent) 5.5%, transparent);
  font-size: clamp(72px, 10vw, 142px);
  font-weight: 900;
  line-height: 0.82;
  text-transform: uppercase;
  transform: translate(-50%, -54%);
  pointer-events: none;
}

.yr-product-archive-list__title {
  isolation: isolate;
}

.yr-product-archive-list__title > span,
.yr-product-archive-list__title {
  z-index: 1;
}

.yr-product-archive-list__lead {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--yr-text);
  font-size: 17px;
  line-height: 1.7;
}

.yr-product-archive-list__lead p {
  margin: 0;
}

.yr-product-archive-list__lead p + p {
  margin-top: 6px;
}

.yr-product-archive-list__layout {
  display: grid;
  grid-template-columns: minmax(270px, 300px) minmax(0, 1fr);
  gap: clamp(28px, 3vw, 44px);
  align-items: start;
}

.yr-product-archive-list__layout--no-sidebar {
  grid-template-columns: 1fr;
}

.yr-product-archive-sidebar {
  position: static;
  align-self: start;
  height: auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.yr-product-archive-sidebar__title {
  position: relative;
  margin: 0;
  padding: 28px 20px 28px 40px;
  border-bottom: 1px solid #e5e5e5;
  background: #f0f0f0;
  color: #242424;
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(18px, 1.2vw, 20px);
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
}

.yr-product-archive-sidebar__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 38px;
  background: var(--yr-accent);
  transform: translateY(-50%);
}

.yr-product-archive-cats {
  display: block;
  padding: 0;
}

.yr-product-archive-cat {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 28px;
  border-bottom: 1px solid #e8e8e8;
  color: #242424;
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.42;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.yr-product-archive-cat:last-child {
  border-bottom: 0;
}

.yr-product-archive-cat::before {
  display: none;
}

.yr-product-archive-cat::after {
  display: none;
}

.yr-product-archive-cat small {
  display: none;
}

.yr-product-archive-cat:hover {
  padding-left: 28px;
  background: #f7f7f7;
  color: var(--yr-accent);
}

.yr-product-archive-cat.is-active {
  padding-left: 28px;
  background: color-mix(in srgb, var(--yr-accent) 7%, #fff);
  color: var(--yr-accent);
  font-weight: 800;
}

.yr-product-list {
  min-width: 0;
}

.yr-product-list__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2vw, 30px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.yr-product-list-card {
  min-width: 0;
}

.yr-product-list-card__wrap {
  display: flex;
  height: 100%;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 0;
  border-radius: 4px;
  background: #fff;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.yr-product-list-card:hover .yr-product-list-card__wrap {
  transform: translateY(-2px);
  background: #fff;
  box-shadow: 0 14px 36px rgba(12, 28, 54, 0.075);
}

.yr-product-list-card--no-image .yr-product-list-card__wrap {
  padding-top: 0;
}

.yr-product-list-card__media {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f4f4f4;
  text-decoration: none !important;
}

.yr-solution-list-card__media,
.yr-collection-product-media,
.yr-blog-card-media a,
.yr-cpt-card-media a,
.yr-blog-post-related-card a,
.yr-product-gallery-main a,
.yr-core-image-placeholder a {
  text-decoration: none !important;
}

.yr-product-list-card__media img,
.yr-product-list-card__media .yr-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-decoration: none !important;
  transition: transform 0.48s ease;
}

.yr-product-list-card:hover .yr-product-list-card__media img {
  transform: scale(1.035);
}

.yr-product-list-card__body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  padding: 28px 30px 30px;
}

.yr-product-list-card__title {
  display: block;
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(20px, 1.45vw, 25px);
  font-weight: 800;
  line-height: 1.28;
  letter-spacing: 0;
  text-decoration: none;
}

.yr-product-list-card__title:hover {
  color: var(--yr-accent);
}

.yr-product-list-card__specs,
.yr-product-list-card__specs ul {
  margin: 24px 0 0;
  padding: 0;
  color: var(--yr-text);
  font-size: 15.5px;
  line-height: 1.55;
  list-style: none;
}

.yr-product-list-card__specs ul {
  display: grid;
  gap: 13px;
  margin: 0;
}

.yr-product-list-card__specs li {
  position: relative;
  padding-left: 18px;
}

.yr-product-list-card__specs li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: var(--yr-accent);
  transform: translateY(-50%);
}

.yr-product-list-card__specs strong {
  color: var(--yr-heading);
  font-weight: 780;
}

.yr-product-list-card__excerpt {
  margin: 24px 0 0;
  color: var(--yr-text);
  display: -webkit-box;
  overflow: hidden;
  font-size: 15.5px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.yr-product-list-card__excerpt p {
  margin: 0;
}

.yr-product-list-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: auto;
  padding-top: 26px;
}

.yr-product-list-card__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 1px solid var(--yr-accent);
  border-radius: var(--yr-radius);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 12.5px;
  font-weight: 780;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.yr-product-list-card__button:only-child {
  grid-column: 1 / -1;
  justify-self: start;
  min-width: 130px;
}

.yr-product-list-card__button:hover,
.yr-product-list-card__button:focus-visible {
  transform: translateY(-1px);
}

.yr-product-list-card__button--ghost {
  border-color: color-mix(in srgb, var(--yr-accent) 22%, transparent);
  background: color-mix(in srgb, var(--yr-accent) 8%, transparent);
  color: var(--yr-accent);
}

.yr-product-list-card__button--ghost:hover,
.yr-product-list-card__button--ghost:focus-visible {
  border-color: color-mix(in srgb, var(--yr-accent) 32%, transparent);
  background: color-mix(in srgb, var(--yr-accent) 13%, transparent);
  color: var(--yr-accent);
}

.yr-product-list-card__button--primary {
  border-color: var(--yr-accent);
  background: var(--yr-accent);
  color: #fff;
}

.yr-product-list-card__button--primary:hover,
.yr-product-list-card__button--primary:focus-visible {
  border-color: var(--yr-accent-2, #5a8cf0);
  background: var(--yr-accent-2, #5a8cf0);
  color: #fff;
}

.yr-product-archive-pagination {
  margin-top: clamp(28px, 3.8vw, 46px);
}

.yr-product-archive-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yr-product-archive-pagination a,
.yr-product-archive-pagination span {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid var(--yr-line);
  border-radius: 4px;
  background: #fff;
  color: var(--yr-ink-2);
  font-weight: 760;
  text-decoration: none;
}

.yr-product-archive-pagination a:hover,
.yr-product-archive-pagination .current {
  border-color: var(--yr-accent);
  background: var(--yr-accent);
  color: #fff;
}

.yr-cpt-solutions-archive {
  background: #f5f7fb;
}

.yr-cpt-solution-shell {
  padding-top: clamp(38px, 4.2vw, 64px);
  padding-bottom: clamp(64px, 6vw, 96px);
}

.yr-solution-archive-list {
  margin: 0;
}

.yr-solution-archive-list__items {
  display: grid;
  gap: 26px;
  margin: 0;
  padding: 0;
}

.yr-solution-list-card {
  display: grid;
  grid-template-columns: minmax(280px, 38%) minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  margin: 0;
  min-height: 300px;
  overflow: hidden;
  border: 1px solid rgba(12, 28, 54, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 34px rgba(12, 28, 54, 0.055);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.yr-solution-list-card:hover {
  transform: translateY(-2px);
  border-color: color-mix(in srgb, var(--yr-accent) 18%, transparent);
  box-shadow: 0 20px 48px rgba(12, 28, 54, 0.08);
}

.yr-solution-list-card--no-image {
  grid-template-columns: 1fr;
}

.yr-solution-list-card__media {
  position: relative;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0;
  background: #eef3fa;
  box-shadow: none;
}

.yr-solution-list-card__figure {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.yr-solution-list-card__media img,
.yr-solution-list-card__media .yr-image-placeholder {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 300px;
  max-width: none;
  object-fit: cover;
  transition: transform 0.58s cubic-bezier(0.16, 1, 0.3, 1), filter 0.28s ease;
}

.yr-solution-list-card:hover .yr-solution-list-card__media img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.03);
}

.yr-solution-list-card__body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: flex-start;
  padding: clamp(30px, 3.2vw, 44px) clamp(34px, 4vw, 58px) clamp(30px, 3vw, 40px);
}

.yr-solution-list-card__title {
  display: -webkit-box;
  margin: 0 0 14px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(22px, 1.72vw, 28px);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: color 0.22s ease;
}

.yr-solution-list-card:hover .yr-solution-list-card__title,
.yr-solution-list-card__title:hover {
  color: var(--yr-accent);
}

.yr-solution-list-card__params {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 16px;
  margin: 0;
  padding: 0;
}

.yr-solution-list-card__param {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: var(--yr-text);
  font-size: 13.5px;
  line-height: 1.35;
  white-space: nowrap;
}

.yr-solution-list-card__param dt,
.yr-solution-list-card__param dd {
  margin: 0;
}

.yr-solution-list-card__param dt {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-weight: 760;
  line-height: 1.2;
  white-space: nowrap;
}

.yr-solution-list-card__param dd {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.yr-solution-list-card__param--capacity dd,
.yr-solution-list-card__param--applications dd {
  text-overflow: ellipsis;
}

.yr-solution-list-card__param-icon {
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--yr-accent);
  fill: currentColor;
  transition: color 0.22s ease, transform 0.22s ease;
}

.yr-solution-list-card:hover .yr-solution-list-card__param-icon {
  color: var(--yr-accent-2, #5a8cf0);
  transform: scale(1.05);
}

.yr-solution-list-card__excerpt {
  display: -webkit-box;
  max-width: 760px;
  margin: 16px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.68;
}

.yr-solution-list-card__excerpt p {
  margin: 0;
}

.yr-solution-list-card__more {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding: 22px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--yr-accent);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.22s ease;
}

.yr-solution-list-card__more span[aria-hidden="true"] {
  display: none;
}

.yr-solution-list-card__more::after {
  content: "";
  width: 18px;
  height: 1px;
  margin-left: 9px;
  background: currentColor;
  transition: width 0.2s ease;
}

.yr-solution-list-card__more:hover,
.yr-solution-list-card__more:focus-visible {
  color: var(--yr-accent-2, #5a8cf0);
}

.yr-solution-list-card__more:hover::after,
.yr-solution-list-card__more:focus-visible::after {
  width: 26px;
}

.yr-cpt-faq-panel {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.yr-cpt-faq-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.yr-cpt-faq-item {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(226, 233, 242, 0.8);
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(12, 28, 54, 0.035);
  transition: background-color 0.34s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.22s ease;
}

.yr-cpt-faq-item:hover {
  transform: translateY(-1px);
  border-color: color-mix(in srgb, var(--yr-accent) 20%, transparent);
  box-shadow: 0 12px 28px rgba(12, 28, 54, 0.055);
}

.yr-cpt-faq-item[open] {
  border-color: transparent;
  background-color: var(--yr-accent);
  box-shadow: 0 18px 40px color-mix(in srgb, var(--yr-accent) 18%, transparent);
}

.yr-cpt-faq-item.is-closing {
  border-color: rgba(226, 233, 242, 0.8);
  background-color: #fff;
  box-shadow: 0 6px 18px rgba(12, 28, 54, 0.035);
}

.yr-cpt-faq-question {
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr) 30px;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 20px 24px;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 800;
  line-height: 1.28;
  list-style: none;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.yr-cpt-faq-question::-webkit-details-marker {
  display: none;
}

.yr-cpt-faq-question::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background: var(--yr-accent);
  transition: background-color 0.2s ease;
}

.yr-cpt-faq-question:hover,
.yr-cpt-faq-item[open] .yr-cpt-faq-question {
  color: var(--yr-accent);
}

.yr-cpt-faq-item[open] .yr-cpt-faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}

.yr-cpt-faq-item.is-closing .yr-cpt-faq-question {
  border-bottom-color: rgba(226, 233, 242, 0);
  color: var(--yr-heading);
}

.yr-cpt-faq-item[open] .yr-cpt-faq-question::before {
  background: #fff;
}

.yr-cpt-faq-item.is-closing .yr-cpt-faq-question::before {
  background: var(--yr-accent);
}

.yr-cpt-faq-toggle {
  position: relative;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  color: var(--yr-accent);
  transition: color 0.2s ease, transform 0.2s ease;
}

.yr-cpt-faq-toggle::before,
.yr-cpt-faq-toggle::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.yr-cpt-faq-toggle::after {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}

.yr-cpt-faq-item[open] .yr-cpt-faq-toggle {
  color: #fff;
}

.yr-cpt-faq-item.is-closing .yr-cpt-faq-toggle {
  color: var(--yr-accent);
}

.yr-cpt-faq-item[open] .yr-cpt-faq-toggle::after {
  transform: rotate(0deg) scaleX(0);
}

.yr-cpt-faq-item.is-closing .yr-cpt-faq-toggle::after {
  transform: rotate(90deg) scaleX(1);
}

.yr-cpt-faq-answer {
  overflow: hidden;
  max-width: none;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.68;
  transition: height 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.yr-cpt-faq-answer-inner {
  padding: 20px 64px 24px 24px;
}

.yr-cpt-faq-answer-inner > * {
  margin-top: 0;
  margin-bottom: 0;
}

.yr-cpt-faq-answer-inner > * + * {
  margin-top: 14px;
}

.yr-cpt-case-shell {
  padding-top: 42px;
}

.yr-cpt-case-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  gap: clamp(22px, 2.4vw, 34px);
}

.yr-cpt-case-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  margin: 0;
  overflow: hidden;
  border: var(--yr-card-border);
  border-radius: var(--yr-card-radius);
  background: #fff;
  box-shadow: var(--yr-card-shadow);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease, background 0.24s ease;
}

.yr-cpt-case-card--no-image {
  border-top: 3px solid color-mix(in srgb, var(--yr-accent) 36%, transparent);
}

.yr-cpt-case-card:hover {
  transform: translateY(-4px);
  border-color: var(--yr-card-hover-border);
  background: linear-gradient(180deg, #fff 0%, rgba(248, 251, 255, 0.96) 100%);
  box-shadow: var(--yr-card-shadow-hover);
}

.yr-cpt-case-media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--yr-accent) 8%, transparent), transparent 46%),
    #eef3fa;
}

.yr-cpt-case-media > *,
.yr-cpt-case-media .wp-block-post-featured-image,
.yr-cpt-case-media a {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.yr-cpt-case-media .wp-block-post-featured-image {
  aspect-ratio: inherit !important;
}

.yr-cpt-case-media img,
.yr-cpt-case-media .yr-image-placeholder {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.16, 1, 0.3, 1), filter 0.35s ease;
}

.yr-cpt-case-media .yr-image-placeholder {
  display: grid !important;
  place-items: center;
  border-radius: 0;
  color: rgba(76, 95, 122, 0.22);
  font-size: clamp(16px, 1.7vw, 25px);
  letter-spacing: 0;
  box-shadow: none;
  text-align: center;
}

.yr-cpt-case-media .yr-image-placeholder span {
  display: block;
  transform: translateY(-2px);
}

.yr-cpt-case-media .yr-image-placeholder::before {
  opacity: 0.42;
}

.yr-cpt-case-card:hover .yr-cpt-case-media img {
  transform: scale(1.035);
  filter: saturate(1.04) contrast(1.04);
}

.yr-cpt-case-body {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  padding: clamp(22px, 2.1vw, 30px);
}

.yr-cpt-case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 0 0 15px;
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 11px;
  font-weight: 760;
  line-height: 1.2;
  text-transform: uppercase;
}

.yr-cpt-case-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 5px 9px;
  border: 1px solid color-mix(in srgb, var(--yr-accent) 16%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--yr-accent) 7%, transparent);
  color: var(--yr-accent);
}

.yr-cpt-case-title {
  margin: 0;
  color: var(--yr-heading);
  font-size: clamp(19px, 1.35vw, 23px);
  font-weight: 800;
  line-height: 1.26;
  letter-spacing: 0;
}

.yr-cpt-case-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.yr-cpt-case-card:hover .yr-cpt-case-title a,
.yr-cpt-case-title a:hover {
  color: var(--yr-accent);
}

.yr-cpt-case-facts {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  border-top: 1px solid rgba(226, 233, 242, 0.9);
  border-bottom: 1px solid rgba(226, 233, 242, 0.9);
}

.yr-cpt-case-fact {
  display: grid;
  grid-template-columns: minmax(84px, 0.42fr) minmax(0, 1fr);
  gap: 14px;
  min-width: 0;
  padding: 11px 0;
}

.yr-cpt-case-fact + .yr-cpt-case-fact {
  border-top: 1px solid rgba(226, 233, 242, 0.72);
}

.yr-cpt-case-fact dt,
.yr-cpt-case-fact dd {
  margin: 0;
  line-height: 1.35;
}

.yr-cpt-case-fact dt {
  color: var(--yr-muted);
  font-size: 12px;
  font-weight: 720;
}

.yr-cpt-case-fact dd {
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 13.5px;
  font-weight: 740;
  overflow-wrap: anywhere;
}

.yr-cpt-case-excerpt:not(.yr-blog-card-excerpt) {
  display: -webkit-box;
  margin: 18px 0 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.72;
}

.yr-cpt-case-excerpt p {
  margin: 0;
}

.yr-cpt-case-more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin-top: auto;
  padding-top: 24px;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s ease, gap 0.2s ease;
}

.yr-cpt-case-more:hover,
.yr-cpt-case-more:focus-visible {
  gap: 14px;
  color: var(--yr-accent);
}

.yr-cpt-case-single-shell {
  padding-top: 26px;
}

.yr-cpt-case-single-media {
  margin-bottom: 34px;
  overflow: hidden;
  border-radius: 8px;
  background: #eef3fa;
}

.yr-cpt-case-single-media .wp-block-post-featured-image {
  margin: 0;
}

.yr-cpt-case-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yr-cpt-hero {
  padding-top: 48px;
  padding-bottom: 40px;
}

.yr-cpt-title {
  max-width: 980px;
  font-size: clamp(33px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: 0;
}

.yr-cpt-meta p {
  color: var(--yr-ink-2);
  font-weight: 720;
}

.yr-cpt-article {
  padding-top: 42px;
}

.yr-cpt-sidebar-cta {
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 7%, transparent), rgba(255, 255, 255, 0) 64%),
    var(--yr-paper);
}

.yr-cpt-faq-single-shell {
  padding-top: 30px;
}

.yr-cpt-faq-article {
  padding: 42px 48px;
}

/* Product detail pages */
.yr-product-detail-page {
  margin-block-start: 0;
  background: var(--yr-paper-2);
}

.yr-product-detail-hero {
  position: relative;
  padding: 64px 0 54px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(247, 250, 255, 0.96) 54%, rgba(244, 247, 251, 0.96) 100%),
    var(--yr-paper-2);
  border-bottom: 1px solid rgba(226, 233, 242, 0.92);
}

.yr-product-detail-inner,
.yr-product-detail-layout {
  width: min(calc(100% - 48px), var(--yr-maxw));
  max-width: var(--yr-maxw);
  margin-right: auto;
  margin-left: auto;
}

.yr-product-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.72fr);
  gap: clamp(38px, 4.6vw, 64px);
  align-items: start;
}

.yr-product-detail-media {
  min-width: 0;
}

.yr-product-gallery {
  display: grid;
  gap: 16px;
}

.yr-product-gallery-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 650 / 451;
  border: 1px solid rgba(214, 224, 238, 0.92);
  border-radius: var(--yr-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 255, 0.8)),
    #fff;
  box-shadow: 0 22px 54px rgba(12, 28, 54, 0.09);
}

.yr-product-gallery-main img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yr-product-gallery-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(12, 28, 54, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: var(--yr-ink);
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.yr-product-gallery-prev {
  left: 14px;
}

.yr-product-gallery-next {
  right: 14px;
}

.yr-product-gallery-nav::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.yr-product-gallery-prev::before {
  transform: translateX(2px) rotate(-45deg);
}

.yr-product-gallery-next::before {
  transform: translateX(-2px) rotate(135deg);
}

.yr-product-gallery-nav:hover,
.yr-product-gallery-nav:focus {
  border-color: var(--yr-accent);
  background: var(--yr-accent);
  color: #fff;
  outline: none;
}

.yr-product-gallery-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
}

.yr-product-gallery-thumb {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(214, 224, 238, 0.92);
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  opacity: 0.72;
  transition: opacity 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.yr-product-gallery-thumb.is-active,
.yr-product-gallery-thumb:hover,
.yr-product-gallery-thumb:focus {
  border-color: var(--yr-accent);
  opacity: 1;
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(12, 28, 54, 0.07);
}

.yr-product-gallery-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yr-product-detail-summary {
  min-width: 0;
  padding-left: clamp(0px, 2vw, 14px);
}

.yr-product-detail-title {
  margin: 0;
  color: var(--yr-heading);
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.yr-product-detail-lead {
  margin: 21px 0 0;
  color: var(--yr-text);
  font-size: 17px;
  line-height: 1.68;
}

.yr-product-highlights {
  display: grid;
  gap: 9px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
  color: var(--yr-text);
  font-size: 15px;
  line-height: 1.54;
}

.yr-product-highlights li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}

.yr-product-highlight-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 23px;
  margin-top: 1px;
  color: var(--yr-accent);
  fill: currentColor;
}

.yr-product-detail-procurement {
  display: grid;
  gap: 18px;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px solid var(--yr-line);
}

.yr-product-quick-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.yr-product-quick-specs div {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--yr-line);
  border-radius: 8px;
  background: #fff;
}

.yr-product-quick-specs dt {
  margin: 0 0 6px;
  color: var(--yr-muted);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.2;
}

.yr-product-quick-specs dd {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.yr-product-detail-actions {
  margin-top: 0;
}

.yr-product-detail-actions .wp-block-button__link {
  min-width: 220px;
}

.yr-product-detail-body {
  padding: 48px 0 72px;
}

.yr-product-detail-layout {
  display: block;
}

.yr-product-detail-article {
  min-width: 0;
  padding: 42px 48px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.035);
}

.yr-product-detail-content {
  min-width: 0;
}

.yr-product-detail-content > *:first-child {
  margin-top: 0;
}

.yr-product-detail-content > *:last-child {
  margin-bottom: 0;
}

.yr-product-detail-content > .alignwide,
.yr-product-detail-content > .alignfull {
  width: 100%;
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.yr-product-detail-content img,
.yr-product-detail-content iframe,
.yr-product-detail-content video {
  max-width: 100%;
}

/* Solution detail pages */
.yr-solution-detail-page {
  margin-block-start: 0;
  background: var(--yr-paper-2);
}

.yr-solution-detail-hero {
  position: relative;
  padding: 64px 0 54px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(247, 250, 255, 0.96) 54%, rgba(244, 247, 251, 0.96) 100%),
    var(--yr-paper-2);
  border-bottom: 1px solid rgba(226, 233, 242, 0.92);
}

.yr-solution-detail-inner,
.yr-solution-detail-content-wrap {
  width: min(calc(100% - 48px), var(--yr-maxw));
  max-width: var(--yr-maxw);
  margin-right: auto;
  margin-left: auto;
}

.yr-solution-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.72fr);
  gap: clamp(38px, 4.6vw, 64px);
  align-items: center;
}

.yr-solution-detail-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 4 / 3;
  border: 1px solid rgba(214, 224, 238, 0.92);
  border-radius: var(--yr-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 255, 0.8)),
    #fff;
  box-shadow: 0 22px 54px rgba(12, 28, 54, 0.09);
}

.yr-solution-detail-media img,
.yr-solution-detail-media .yr-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.yr-solution-detail-summary {
  min-width: 0;
  padding-left: clamp(0px, 2vw, 14px);
}

.yr-solution-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--yr-accent);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yr-solution-detail-eyebrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.yr-solution-detail-title {
  margin: 0;
  color: var(--yr-heading);
  font-size: clamp(32px, 3.2vw, 44px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.yr-solution-detail-lead {
  margin: 21px 0 0;
  color: var(--yr-text);
  font-size: 17px;
  line-height: 1.68;
}

.yr-solution-detail-params {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.yr-solution-detail-param {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--yr-line);
  border-radius: 8px;
  background: #fff;
}

.yr-solution-detail-param dt {
  margin: 0 0 6px;
  color: var(--yr-muted);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.2;
}

.yr-solution-detail-param dd {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.yr-solution-detail-actions {
  margin-top: 24px;
}

.yr-solution-detail-actions .wp-block-button__link {
  min-width: 220px;
}

.yr-solution-detail-body {
  padding: 48px 0 72px;
}

.yr-solution-detail-article {
  min-width: 0;
  padding: 42px 48px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.035);
}

/* Case detail pages */
.yr-case-detail-page {
  margin-block-start: 0;
  background: var(--yr-paper-2);
}

.yr-case-detail-hero {
  position: relative;
  padding: 70px 0 44px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(248, 251, 255, 0.98) 58%, rgba(244, 247, 251, 0.98) 100%),
    var(--yr-paper-2);
  border-bottom: 1px solid rgba(226, 233, 242, 0.92);
}

.yr-case-detail-inner,
.yr-case-detail-layout,
.yr-case-detail-summary-bar {
  width: min(calc(100% - 48px), var(--yr-maxw));
  max-width: var(--yr-maxw);
  margin-right: auto;
  margin-left: auto;
}

.yr-case-detail-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.72fr);
  gap: clamp(38px, 4.6vw, 64px);
  align-items: center;
}

.yr-case-detail-media {
  display: block;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  aspect-ratio: 1.48 / 1;
  border: 1px solid rgba(214, 224, 238, 0.92);
  border-radius: var(--yr-radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 255, 0.8)),
    #fff;
  box-shadow: 0 22px 54px rgba(12, 28, 54, 0.09);
}

.yr-case-detail-media img,
.yr-case-detail-media .yr-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
}

.yr-case-detail-media .yr-image-placeholder {
  display: grid;
  place-items: center;
  color: rgba(76, 95, 122, 0.2);
  font-size: clamp(22px, 2.8vw, 40px);
  letter-spacing: 0;
  text-align: center;
}

.yr-case-detail-media .yr-image-placeholder span {
  display: block;
  transform: translateY(-2px);
}

.yr-case-detail-summary {
  min-width: 0;
  padding-left: clamp(0px, 2vw, 14px);
}

.yr-case-detail-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--yr-accent);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 12px;
  font-weight: 780;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.yr-case-detail-eyebrow::before {
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.yr-case-detail-title {
  margin: 0;
  color: var(--yr-heading);
  font-size: clamp(32px, 3vw, 46px);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.yr-case-detail-lead {
  margin: 21px 0 0;
  color: var(--yr-text);
  font-size: 17px;
  line-height: 1.68;
}

.yr-case-detail-params {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 34px 0 0;
  overflow: hidden;
  border: 1px solid rgba(214, 224, 238, 0.92);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(12, 28, 54, 0.055);
}

.yr-case-detail-param {
  min-width: 0;
  padding: clamp(17px, 1.7vw, 23px);
  border-right: 1px solid rgba(226, 233, 242, 0.9);
}

.yr-case-detail-param:last-child {
  border-right: 0;
}

.yr-case-detail-param dt {
  margin: 0 0 6px;
  color: var(--yr-muted);
  font-size: 12px;
  font-weight: 740;
  line-height: 1.2;
}

.yr-case-detail-param dd {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.yr-case-detail-body {
  padding: 54px 0 82px;
}

.yr-case-detail-layout {
  display: block;
  max-width: min(1040px, calc(100% - 48px));
}

.yr-case-detail-article {
  min-width: 0;
  padding: clamp(38px, 4.2vw, 58px) clamp(34px, 5vw, 72px);
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.035);
}

.yr-case-detail-result {
  margin-top: 34px;
  padding: 22px 24px;
  border: 1px solid color-mix(in srgb, var(--yr-accent) 18%, transparent);
  border-radius: 8px;
  background: linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 7%, transparent), rgba(255, 255, 255, 0));
}

.yr-case-detail-result strong {
  display: block;
  margin: 0 0 8px;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
}

.yr-case-detail-result p {
  margin: 0;
}

.yr-case-detail-footer-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  margin-top: 28px;
  padding: clamp(24px, 3vw, 34px);
  border: 1px solid color-mix(in srgb, var(--yr-accent) 18%, transparent);
  border-radius: 8px;
  background:
    linear-gradient(135deg, color-mix(in srgb, var(--yr-accent) 8%, transparent), rgba(255, 255, 255, 0) 48%),
    #fff;
  box-shadow: 0 10px 28px rgba(12, 28, 54, 0.045);
}

.yr-case-detail-footer-cta h2 {
  margin: 0;
  color: var(--yr-heading);
  font-size: clamp(22px, 2vw, 30px);
  line-height: 1.18;
}

.yr-case-detail-footer-cta p {
  max-width: 680px;
  margin: 10px 0 0;
  color: var(--yr-text);
  font-size: 15.5px;
  line-height: 1.68;
}

.yr-case-detail-footer-cta__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid var(--yr-accent);
  border-radius: 999px;
  background: var(--yr-accent);
  color: #fff;
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 13px;
  font-weight: 780;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.yr-case-detail-footer-cta__button:hover,
.yr-case-detail-footer-cta__button:focus-visible {
  border-color: #1f58c9;
  background: #1f58c9;
  color: #fff;
  transform: translateY(-1px);
}

/* Product collection landing pages */
.yr-product-collection-page {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: var(--yr-paper-2);
}

.yr-product-collection {
  color: var(--yr-text);
  background: var(--yr-paper-2);
}

.yr-product-collection-editor-content {
  margin-block-start: 0;
}

.yr-collection-inner {
  width: min(calc(100% - 48px), var(--yr-maxw));
  max-width: var(--yr-maxw);
  margin-right: auto;
  margin-left: auto;
}

.yr-collection-hero {
  padding: 72px 0 46px;
  background:
    linear-gradient(180deg, #fff 0%, rgba(244, 247, 251, 0.94) 100%),
    var(--yr-paper-2);
}

.yr-collection-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.82fr);
  gap: 52px;
  align-items: center;
}

.yr-collection-hero-copy {
  max-width: 780px;
}

.yr-collection-eyebrow {
  margin-bottom: 16px;
}

.yr-collection-title {
  max-width: 860px;
  margin: 0;
  color: var(--yr-heading);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.yr-collection-lead {
  max-width: 740px;
  margin: 22px 0 0;
  color: var(--yr-text);
  font-size: 18px;
  line-height: 1.76;
}

.yr-collection-hero-highlights {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.yr-collection-hero-highlights li {
  position: relative;
  padding-left: 26px;
  color: var(--yr-heading);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.62;
}

.yr-collection-hero-highlights li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 13px;
  height: 2px;
  border-radius: 99px;
  background: var(--yr-accent);
}

.yr-collection-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.yr-collection-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--yr-radius);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none !important;
  overflow-wrap: anywhere;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.yr-collection-button--primary {
  background: var(--yr-button-fill);
  color: #fff;
  box-shadow: 0 12px 30px var(--yr-accent-shadow);
}

.wp-block-button.yr-collection-button {
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.wp-block-button.yr-collection-button .wp-block-button__link {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: var(--yr-radius);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.wp-block-button.yr-collection-button--primary .wp-block-button__link {
  background: var(--yr-button-fill);
  color: #fff;
  box-shadow: 0 12px 30px var(--yr-accent-shadow);
}

.wp-block-button.yr-collection-button--ghost .wp-block-button__link {
  border-color: rgba(12, 28, 54, 0.16);
  background: #fff;
  color: var(--yr-ink);
}

.yr-collection-button--primary:hover,
.yr-collection-button--primary:focus {
  transform: translateY(-1px);
  background: var(--yr-button-fill-hover);
  color: #fff;
  box-shadow: 0 16px 36px var(--yr-accent-shadow);
}

.wp-block-button.yr-collection-button--primary .wp-block-button__link:hover,
.wp-block-button.yr-collection-button--primary .wp-block-button__link:focus {
  transform: translateY(-1px);
  background: var(--yr-button-fill-hover);
  color: #fff;
  box-shadow: 0 16px 36px var(--yr-accent-shadow);
}

.yr-collection-button--ghost {
  border-color: rgba(12, 28, 54, 0.16);
  background: #fff;
  color: var(--yr-ink);
}

.yr-collection-button--ghost:hover,
.yr-collection-button--ghost:focus {
  border-color: var(--yr-ink);
  background: var(--yr-ink);
  color: #fff;
}

.wp-block-button.yr-collection-button--ghost .wp-block-button__link:hover,
.wp-block-button.yr-collection-button--ghost .wp-block-button__link:focus {
  border-color: var(--yr-ink);
  background: var(--yr-ink);
  color: #fff;
}

.yr-collection-hero-panel {
  overflow: hidden;
  border: 1px solid rgba(226, 233, 242, 0.96);
  border-radius: var(--yr-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 58px rgba(12, 28, 54, 0.08);
}

.yr-collection-hero-image {
  aspect-ratio: 16 / 11;
  margin: 0;
  overflow: hidden;
  background: var(--yr-paper-3);
}

.yr-collection-hero-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yr-collection-image-placeholder {
  display: grid;
  place-items: center;
  color: var(--yr-muted);
}

.yr-collection-image-placeholder .yr-image-placeholder,
.yr-collection-product-media .yr-image-placeholder,
.yr-blog-card-media .yr-image-placeholder,
.yr-cpt-card-media .yr-image-placeholder,
.yr-blog-post-related-card .yr-image-placeholder,
.yr-product-gallery-main .yr-image-placeholder,
.yr-core-image-placeholder .yr-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: inherit;
}

.yr-collection-image-placeholder .yr-image-placeholder {
  aspect-ratio: 16 / 11;
}

.yr-collection-product-media .yr-image-placeholder,
.yr-cpt-card-media .yr-image-placeholder {
  aspect-ratio: 4 / 3;
}

.yr-blog-card-media .yr-image-placeholder,
.yr-blog-post-related-card .yr-image-placeholder {
  aspect-ratio: 16 / 10;
}

.yr-product-list-card__media .yr-image-placeholder,
.yr-solution-list-card__media .yr-image-placeholder,
.yr-solution-detail-media .yr-image-placeholder,
.yr-case-detail-media .yr-image-placeholder,
.yr-collection-image-placeholder .yr-image-placeholder,
.yr-collection-product-media .yr-image-placeholder,
.yr-blog-card-media .yr-image-placeholder,
.yr-cpt-card-media .yr-image-placeholder,
.yr-blog-post-related-card .yr-image-placeholder,
.yr-product-gallery-main .yr-image-placeholder,
.yr-core-image-placeholder .yr-image-placeholder {
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none !important;
}

.yr-product-list-card__media .yr-image-placeholder span,
.yr-solution-list-card__media .yr-image-placeholder span,
.yr-solution-detail-media .yr-image-placeholder span,
.yr-case-detail-media .yr-image-placeholder span,
.yr-collection-image-placeholder .yr-image-placeholder span,
.yr-collection-product-media .yr-image-placeholder span,
.yr-blog-card-media .yr-image-placeholder span,
.yr-cpt-card-media .yr-image-placeholder span,
.yr-blog-post-related-card .yr-image-placeholder span,
.yr-product-gallery-main .yr-image-placeholder span,
.yr-core-image-placeholder .yr-image-placeholder span {
  display: block;
  margin: auto;
  text-decoration: none !important;
}

.yr-collection-image-placeholder p {
  margin: 0;
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
}

.yr-collection-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--yr-line);
}

.yr-collection-block-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  border-top: 1px solid var(--yr-line);
}

.yr-collection-stat {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--yr-line);
}

.yr-collection-block-stat {
  min-width: 0;
  padding: 20px;
  border-right: 1px solid var(--yr-line);
}

.yr-collection-stat:last-child {
  border-right: 0;
}

.yr-collection-block-stat:last-child {
  border-right: 0;
}

.yr-collection-stat dt {
  margin: 0 0 7px;
  color: var(--yr-muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.yr-collection-block-stat p {
  margin: 0 0 7px;
  color: var(--yr-muted);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.3;
  text-transform: uppercase;
}

.yr-collection-stat dd {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.yr-collection-block-stat h3 {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.yr-collection-nav-shell {
  padding: 26px 0 0;
}

.yr-collection-nav-shell .yr-cpt-term-nav {
  margin-bottom: 0;
  background: rgba(255, 255, 255, 0.82);
}

.yr-collection-anchor-shell {
  position: sticky;
  top: 0;
  z-index: 12;
  border-top: 1px solid rgba(226, 233, 242, 0.72);
  border-bottom: 1px solid rgba(226, 233, 242, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.yr-collection-anchor-nav {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 66px;
  overflow-x: auto;
  scrollbar-width: none;
}

.yr-collection-anchor-nav::-webkit-scrollbar {
  display: none;
}

.yr-collection-anchor-nav a {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--yr-muted);
  font-size: 13px;
  font-weight: 740;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.yr-collection-anchor-nav .wp-block-button {
  flex: 0 0 auto;
}

.yr-collection-anchor-nav .wp-block-button__link {
  background: transparent;
  color: inherit;
  font: inherit;
}

.yr-collection-anchor-nav a:hover,
.yr-collection-anchor-nav a:focus {
  border-color: color-mix(in srgb, var(--yr-accent) 20%, transparent);
  background: color-mix(in srgb, var(--yr-accent) 7%, transparent);
  color: var(--yr-accent);
}

.yr-collection-anchor-nav .yr-collection-anchor-quote {
  margin-left: auto;
  border-color: rgba(12, 28, 54, 0.12);
  background: var(--yr-ink);
  color: #fff;
}

.yr-collection-anchor-nav .yr-collection-anchor-quote:hover,
.yr-collection-anchor-nav .yr-collection-anchor-quote:focus {
  border-color: var(--yr-ink);
  background: var(--yr-accent);
  color: #fff;
}

.yr-collection-section {
  padding: 78px 0;
  scroll-margin-top: 86px;
}

.yr-collection-section + .yr-collection-section {
  border-top: 1px solid rgba(226, 233, 242, 0.72);
}

.yr-collection-section-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.yr-collection-section-title {
  margin: 0;
  color: var(--yr-heading);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.yr-collection-section-text {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--yr-text);
  font-size: 16px;
  line-height: 1.75;
}

.yr-collection-overview-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(320px, 0.68fr);
  gap: 62px;
  align-items: start;
}

.yr-collection-richtext {
  max-width: 760px;
  margin-top: 20px;
  color: var(--yr-text);
  font-size: 16px;
  line-height: 1.82;
}

.yr-collection-richtext p {
  margin: 0 0 16px;
}

.yr-collection-richtext p:last-child {
  margin-bottom: 0;
}

.yr-collection-capabilities {
  display: grid;
  gap: 0;
  margin: 8px 0 0;
  padding: 0;
  border-top: 1px solid var(--yr-line);
  list-style: none;
}

.yr-collection-capabilities li {
  position: relative;
  min-height: 72px;
  padding: 22px 0 22px 34px;
  border-bottom: 1px solid var(--yr-line);
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.yr-collection-capabilities li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 3px solid color-mix(in srgb, var(--yr-accent) 26%, transparent);
  border-radius: 50%;
  background: #fff;
}

.yr-collection-products {
  background: #fff;
}

.yr-collection-specs {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.58), rgba(244, 247, 251, 0.94)),
    var(--yr-paper-2);
}

.yr-collection-spec-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.32fr);
  gap: 28px;
  align-items: start;
}

.yr-collection-spec-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 12px 34px rgba(12, 28, 54, 0.05);
}

.yr-collection-spec-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.yr-collection-spec-table-wrap .wp-block-table {
  margin: 0;
}

.yr-collection-spec-table table {
  width: 100%;
  border-collapse: collapse;
}

.yr-collection-spec-table th,
.yr-collection-spec-table td {
  padding: 20px 22px;
  border-bottom: 1px solid var(--yr-line);
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.62;
  text-align: left;
  vertical-align: top;
}

.yr-collection-spec-table thead th {
  background: rgba(244, 247, 251, 0.92);
  color: var(--yr-muted);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.yr-collection-spec-table tbody th {
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-weight: 780;
}

.yr-collection-spec-table tbody td:first-child {
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-weight: 780;
}

.yr-collection-spec-table tbody tr:last-child th,
.yr-collection-spec-table tbody tr:last-child td {
  border-bottom: 0;
}

.yr-collection-resource-panel {
  position: sticky;
  top: 90px;
  padding: 28px;
  border: 1px solid color-mix(in srgb, var(--yr-accent) 18%, transparent);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 18px 46px rgba(12, 28, 54, 0.08);
}

.yr-collection-resource-label {
  margin-bottom: 14px;
  color: var(--yr-accent);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.yr-collection-resource-panel h3 {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.24;
}

.yr-collection-resource-panel p {
  margin: 14px 0 0;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.72;
}

.yr-collection-downloads {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
  padding: 0;
  border-top: 1px solid var(--yr-line);
  list-style: none;
}

.yr-collection-downloads li {
  border-bottom: 1px solid var(--yr-line);
}

.yr-collection-downloads a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 13px 0;
  color: var(--yr-heading);
  font-size: 14px;
  font-weight: 740;
  line-height: 1.35;
  text-decoration: none;
}

.yr-collection-downloads a::after {
  content: "";
  width: 18px;
  height: 1px;
  flex: 0 0 auto;
  background: currentColor;
}

.yr-collection-downloads a:hover,
.yr-collection-downloads a:focus {
  color: var(--yr-accent);
}

.yr-collection-resource-actions {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.yr-collection-products-editor {
  padding: 28px;
  border: 1px dashed color-mix(in srgb, var(--yr-accent) 42%, transparent);
  border-radius: var(--yr-radius);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 6%, transparent), rgba(255, 255, 255, 0) 72%),
    #fff;
  color: var(--yr-text);
}

.yr-collection-products-editor__label {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--yr-accent);
  font-size: 12px;
  font-weight: 780;
  text-transform: uppercase;
}

.yr-collection-products-editor strong {
  display: block;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 19px;
  line-height: 1.35;
}

.yr-collection-products-editor p {
  max-width: 620px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
}

.yr-collection-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.yr-collection-product-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.04);
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.yr-collection-product-card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--yr-accent) 24%, transparent);
  box-shadow: 0 16px 40px rgba(12, 28, 54, 0.08);
}

.yr-collection-product-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--yr-paper-3);
}

.yr-collection-product-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.yr-collection-product-card:hover .yr-collection-product-media img {
  transform: scale(1.035);
}

.yr-collection-product-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--yr-muted);
  font-size: 13px;
  font-weight: 700;
}

.yr-collection-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 20px 22px 22px;
  border-top: 1px solid rgba(226, 233, 242, 0.74);
}

.yr-collection-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 13px;
}

.yr-collection-product-meta span {
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid color-mix(in srgb, var(--yr-accent) 14%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--yr-accent) 6%, transparent);
  color: var(--yr-accent);
  font-size: 11px;
  font-weight: 760;
  line-height: 1;
}

.yr-collection-product-title {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 19px;
  font-weight: 780;
  line-height: 1.32;
}

.yr-collection-product-title a {
  color: inherit;
  text-decoration: none;
}

.yr-collection-product-title a:hover {
  color: var(--yr-accent);
}

.yr-collection-product-body p {
  margin: 12px 0 0;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.7;
}

.yr-collection-product-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 22px;
  color: var(--yr-accent);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
}

.yr-collection-product-link::after {
  content: "";
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: width 0.2s ease;
}

.yr-collection-product-link:hover::after {
  width: 26px;
}

.yr-collection-empty {
  max-width: 720px;
  padding: 30px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: var(--yr-paper-2);
}

.yr-collection-empty h3 {
  margin: 0 0 8px;
  color: var(--yr-heading);
  font-size: 22px;
}

.yr-collection-empty p {
  margin: 0;
  color: var(--yr-text);
  line-height: 1.7;
}

.yr-collection-pagination {
  margin-top: 34px;
}

.yr-collection-pagination ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yr-collection-pagination a,
.yr-collection-pagination span {
  display: inline-flex;
  min-width: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border: 1px solid var(--yr-line);
  border-radius: 6px;
  background: #fff;
  color: var(--yr-heading);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
}

.yr-collection-pagination .current,
.yr-collection-pagination a:hover {
  border-color: var(--yr-accent);
  background: var(--yr-accent);
  color: #fff;
}

.yr-collection-guide {
  background: var(--yr-paper-2);
}

.yr-collection-guide-grid,
.yr-collection-faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.52fr) minmax(0, 0.86fr);
  gap: 70px;
  align-items: start;
}

.yr-collection-guide-copy,
.yr-collection-faq-copy {
  position: sticky;
  top: 40px;
}

.yr-collection-guide-copy p,
.yr-collection-faq-copy p {
  margin: 18px 0 0;
  color: var(--yr-text);
  font-size: 16px;
  line-height: 1.75;
}

.yr-collection-accordion {
  border-top: 1px solid var(--yr-line);
}

.yr-collection-detail {
  margin: 0;
}

.yr-collection-detail summary {
  background: transparent;
}

.yr-collection-applications {
  background: #fff;
}

.yr-collection-application-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.yr-collection-application {
  min-height: 190px;
  padding: 26px;
  border: 1px solid var(--yr-line);
  border-radius: var(--yr-radius);
  background: #fff;
  box-shadow: 0 2px 8px rgba(12, 28, 54, 0.035);
}

.yr-collection-application h3 {
  margin: 0;
  color: var(--yr-heading);
  font-family: var(--wp--preset--font-family--montserrat), sans-serif;
  font-size: 18px;
  font-weight: 780;
  line-height: 1.35;
}

.yr-collection-application p {
  margin: 14px 0 0;
  color: var(--yr-text);
  font-size: 14.5px;
  line-height: 1.72;
}

.yr-collection-cta {
  padding: 64px 0;
  background: #fff;
}

.yr-collection-cta-box {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 38px;
  border: 1px solid color-mix(in srgb, var(--yr-accent) 20%, transparent);
  border-radius: var(--yr-radius);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--yr-accent) 6%, transparent), rgba(255, 255, 255, 0) 74%),
    #fff;
  box-shadow: 0 20px 54px rgba(12, 28, 54, 0.07);
}

.yr-collection-cta-box .yr-collection-section-title {
  max-width: 760px;
  font-size: 34px;
}

.yr-collection-cta-box p {
  max-width: 740px;
  margin: 14px 0 0;
  color: var(--yr-text);
  font-size: 16px;
  line-height: 1.75;
}

.yr-collection-faq {
  padding-bottom: 96px;
  background: #fff;
}

@media (min-width: 1280px) {
  .yr-cpt-archive-hero {
    padding-top: 82px;
    padding-bottom: 64px;
  }

  .yr-cpt-archive-hero .yr-blog-title {
    font-size: 52px;
    line-height: 1.08;
  }

  .yr-cpt-archive-hero .yr-blog-lead {
    max-width: 820px;
    font-size: 18px;
    line-height: 1.72;
  }

  .yr-cpt-shell {
    padding-top: 54px;
  }

  .yr-cpt-term-link {
    min-height: 44px;
    padding: 10px 17px;
    font-size: 14.5px;
  }

  .yr-cpt-card-body {
    padding: 30px;
  }

  .yr-cpt-product-card .yr-cpt-card-body,
  .yr-cpt-solution-card .yr-cpt-card-body,
  .yr-cpt-collection-card .yr-cpt-card-body {
    min-height: 92px;
    padding: 18px 28px 24px;
  }

  .yr-cpt-card-title {
    font-size: 22px;
    line-height: 1.3;
  }

  .yr-cpt-product-card .yr-cpt-card-title,
  .yr-cpt-solution-card .yr-cpt-card-title,
  .yr-cpt-collection-card .yr-cpt-card-title {
    font-size: 23px;
    line-height: 1.3;
  }

  .yr-cpt-card-excerpt {
    font-size: 15.5px;
    line-height: 1.72;
  }

  .yr-cpt-card-more {
    font-size: 15px;
  }

  .yr-product-detail-hero,
  .yr-solution-detail-hero,
  .yr-case-detail-hero {
    padding-top: 78px;
    padding-bottom: 68px;
  }

  .yr-product-detail-title,
  .yr-solution-detail-title,
  .yr-case-detail-title {
    font-size: 52px;
    line-height: 1.08;
  }

  .yr-case-detail-title {
    font-size: 48px;
    line-height: 1.12;
  }

  .yr-product-detail-lead,
  .yr-solution-detail-lead,
  .yr-case-detail-lead {
    font-size: 18.5px;
    line-height: 1.72;
  }

  .yr-product-highlights,
  .yr-solution-detail-params,
  .yr-case-detail-params {
    font-size: 16px;
  }

  .yr-product-quick-specs div,
  .yr-solution-detail-param,
  .yr-case-detail-param {
    padding: 16px;
  }

  .yr-case-detail-param {
    padding: 20px;
  }

  .yr-product-quick-specs dt,
  .yr-solution-detail-param dt,
  .yr-case-detail-param dt {
    font-size: 12.5px;
  }

  .yr-product-quick-specs dd,
  .yr-solution-detail-param dd,
  .yr-case-detail-param dd {
    font-size: 16px;
  }

  .yr-product-detail-body,
  .yr-solution-detail-body,
  .yr-case-detail-body {
    padding-top: 60px;
    padding-bottom: 88px;
  }

  .yr-product-detail-article,
  .yr-solution-detail-article,
  .yr-case-detail-article {
    padding: 54px 64px;
  }

  .yr-case-detail-footer-cta {
    padding: 38px;
  }

  .yr-blog-post-article {
    padding: 54px;
  }

  .yr-blog-post-content {
    font-size: 19px;
    line-height: 1.82;
  }

  .yr-blog-post-content p {
    line-height: 1.82;
  }

  .yr-blog-post-content :where(h2) {
    margin-top: 54px;
    margin-bottom: 22px;
    font-size: 35px;
    line-height: 1.22;
  }

  .yr-blog-post-content :where(h3) {
    margin-top: 38px;
    margin-bottom: 16px;
    font-size: 26px;
    line-height: 1.32;
  }

  .yr-blog-post-content :where(h4) {
    font-size: 21px;
  }

  .yr-blog-post-content :where(table) {
    font-size: 16px;
  }

  .yr-blog-post-content :where(th, td) {
    padding: 15px 18px;
  }

  .yr-blog-post-content :where(details) {
    padding: 22px 24px;
  }

  .yr-product-category-landing__inner {
    padding: 42px 48px;
  }

  .yr-product-category-landing__copy h2 {
    font-size: 42px;
  }

  .yr-product-category-landing__text {
    font-size: 17px;
    line-height: 1.78;
  }

  .yr-product-category-editor-content .yr-collection-section-title,
  .yr-product-category-editor-content .yr-collection-cta-box .yr-collection-section-title {
    font-size: 35px;
  }

  .yr-product-category-editor-content .yr-collection-section-text,
  .yr-product-category-editor-content .yr-collection-richtext,
  .yr-product-category-editor-content .yr-collection-guide-copy p,
  .yr-product-category-editor-content .yr-collection-faq-copy p,
  .yr-product-category-editor-content .yr-collection-cta-box p {
    font-size: 17px;
    line-height: 1.78;
  }
}

@media (min-width: 1440px) {
  .yr-product-detail-inner,
  .yr-product-detail-layout,
  .yr-solution-detail-inner,
  .yr-solution-detail-content-wrap,
  .yr-case-detail-inner,
  .yr-case-detail-layout,
  .yr-case-detail-summary-bar {
    width: min(calc(100% - 80px), 1280px);
    max-width: 1280px;
  }

  .yr-product-detail-title,
  .yr-solution-detail-title,
  .yr-case-detail-title {
    font-size: 56px;
  }

  .yr-case-detail-title {
    font-size: 60px;
  }

  .yr-product-detail-article,
  .yr-solution-detail-article,
  .yr-case-detail-article {
    padding: 60px 72px;
  }

  .yr-cpt-archive-hero .yr-blog-title {
    font-size: 56px;
  }
}

/* Responsive */
@media (max-width: 1120px) and (min-width: 1025px) {
  .yr-product-list__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .yr-blog-title {
    font-size: clamp(26px, 3.6vw, 38px);
  }

  .yr-blog-post-title {
    font-size: clamp(31px, 4vw, 44px);
  }

  .yr-blog-post-article {
    padding: 36px;
  }

  .yr-cpt-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .yr-product-category-landing__inner {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 30px;
  }

  .yr-product-category-landing__action {
    justify-self: start;
  }

  .yr-product-archive-list__layout {
    grid-template-columns: minmax(200px, 220px) minmax(0, 1fr);
    gap: 24px;
    min-width: 0;
  }

  .yr-product-archive-sidebar {
    position: static;
    min-width: 0;
  }

  .yr-product-archive-sidebar__title {
    padding: 18px;
    font-size: 17px;
  }

  .yr-product-archive-cats {
    display: block;
  }

  .yr-product-list__items {
    grid-template-columns: 1fr;
  }

  .yr-solution-list-card {
    grid-template-columns: minmax(250px, 38%) minmax(0, 1fr);
  }

  .yr-solution-list-card__media,
  .yr-solution-list-card__media img,
  .yr-solution-list-card__media .yr-image-placeholder {
    min-height: 280px;
  }

  .yr-solution-list-card__title {
    font-size: clamp(21px, 2.4vw, 26px);
  }

  .yr-solution-list-card__param {
    gap: 6px;
    font-size: 13px;
  }

  .yr-product-archive-cat {
    max-width: 100%;
    min-height: 50px;
    padding: 12px 34px 12px 18px;
    font-size: 14px;
    white-space: normal;
  }

  .yr-product-archive-cat:hover,
  .yr-product-archive-cat.is-active {
    padding-left: 22px;
  }

  .yr-product-detail-hero {
    padding-top: 46px;
  }

  .yr-product-detail-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .yr-product-detail-summary {
    max-width: 760px;
    padding-left: 0;
  }

  .yr-case-detail-hero {
    padding-top: 48px;
  }

  .yr-case-detail-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: start;
  }

  .yr-case-detail-summary {
    max-width: 780px;
    padding-left: 0;
  }

  .yr-case-detail-media {
    aspect-ratio: 16 / 9;
  }

  .yr-case-detail-params {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yr-case-detail-param:nth-child(2n) {
    border-right: 0;
  }

  .yr-case-detail-param:nth-child(n + 3) {
    border-top: 1px solid rgba(226, 233, 242, 0.9);
  }

  .yr-product-detail-article {
    padding: 36px;
  }

  .yr-product-category-editor-card {
    padding: 36px;
  }

  .yr-solution-detail-hero {
    padding-top: 46px;
  }

  .yr-solution-detail-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
  }

  .yr-solution-detail-summary {
    max-width: 760px;
    padding-left: 0;
  }

  .yr-solution-detail-article {
    padding: 36px;
  }

  .yr-collection-title {
    font-size: 42px;
  }

  .yr-collection-section-title {
    font-size: 34px;
  }

  .yr-collection-hero-grid,
  .yr-collection-overview-grid,
  .yr-collection-spec-grid,
  .yr-collection-guide-grid,
  .yr-collection-faq-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .yr-collection-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yr-collection-application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .yr-collection-guide-copy,
  .yr-collection-faq-copy,
  .yr-collection-resource-panel {
    position: static;
  }
}

@media (max-width: 900px) {
  .yr-blog-layout,
  .yr-blog-post-layout {
    gap: 24px;
  }

  .yr-blog-post-hero {
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .yr-blog-aside-col,
  .yr-blog-post-sidebar-col {
    flex-basis: 100% !important;
  }

  .yr-blog-aside-col {
    display: none;
  }

  .yr-blog-sidebar,
  .yr-blog-post-sidebar {
    position: static;
  }

  .yr-blog-post-sidebar {
    max-height: none;
    overflow: visible;
    padding-right: 0;
    transform: none;
  }

  /* Industry: horizontal scrollable chip strip on mobile */
  .yr-blog-sidebar--industry .yr-blog-sidebar-panel {
    border-radius: var(--yr-radius);
  }

  .yr-blog-sidebar--industry .yr-blog-sidebar-title {
    display: none;
  }

  .yr-blog-sidebar--industry .yr-blog-industry-all {
    display: none;
  }

  .yr-blog-sidebar :where(.wp-block-categories-list) {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
    padding: 4px 8px;
    scrollbar-width: none;
  }

  .yr-blog-sidebar :where(.wp-block-categories-list)::-webkit-scrollbar {
    display: none;
  }

  .yr-blog-sidebar--industry :where(.cat-item) {
    flex-shrink: 0;
    border-bottom: none;
  }

  .yr-blog-sidebar--industry :where(.cat-item a) {
    padding: 10px 16px;
    border-left: none;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    font-size: 13px;
  }

  .yr-blog-sidebar--industry :where(.cat-item.current-cat > a),
  .yr-blog-sidebar--industry :where(.cat-item a:hover) {
    background: rgba(255, 255, 255, 0.06);
    border-bottom-color: var(--yr-accent-2);
    border-left-color: transparent;
  }

  .yr-blog-post-layout--left .yr-blog-post-sidebar-col {
    order: 2;
  }

  .yr-blog-post-layout--left .yr-blog-post-content-col {
    order: 1;
  }

  .yr-blog-post-related-grid {
    grid-template-columns: 1fr !important;
  }

  .yr-cpt-grid {
    grid-template-columns: 1fr !important;
  }

  .yr-cpt-case-card {
    min-height: 0;
  }

  .yr-cpt-case-media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .yr-cpt-case-media .wp-block-post-featured-image,
  .yr-cpt-case-media img,
  .yr-cpt-case-media .yr-image-placeholder {
    min-height: 0;
  }

  .yr-cpt-case-body {
    padding: 28px;
  }

  .yr-cpt-case-excerpt:not(.yr-blog-card-excerpt) {
    -webkit-line-clamp: 4;
  }

  .yr-case-detail-summary-bar {
    width: min(calc(100% - 36px), var(--yr-maxw));
  }

  .yr-product-list-card {
    min-width: 0;
  }

  .yr-product-list-card__media {
    aspect-ratio: 4 / 3;
  }

  .yr-product-list-card__media img,
  .yr-product-list-card__media .yr-image-placeholder {
    min-height: 0;
  }

  .yr-solution-list-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .yr-solution-list-card__media {
    aspect-ratio: 16 / 10;
    min-height: 0;
  }

  .yr-solution-list-card__media img,
  .yr-solution-list-card__media .yr-image-placeholder {
    min-height: 0;
  }

  .yr-solution-list-card__body {
    justify-content: flex-start;
    padding: 28px;
  }

  .yr-product-detail-inner,
  .yr-product-detail-layout {
    width: min(calc(100% - 36px), var(--yr-maxw));
  }

  .yr-solution-detail-inner,
  .yr-solution-detail-content-wrap,
  .yr-case-detail-inner,
  .yr-case-detail-layout,
  .yr-case-detail-summary-bar {
    width: min(calc(100% - 36px), var(--yr-maxw));
  }

  .yr-solution-detail-media,
  .yr-case-detail-media {
    aspect-ratio: 16 / 10;
  }

  .yr-case-detail-inner,
  .yr-case-detail-layout {
    grid-template-columns: 1fr;
  }

  .yr-collection-cta-box {
    grid-template-columns: 1fr;
  }

  .yr-collection-anchor-nav {
    min-height: 58px;
  }

  .yr-collection-anchor-nav .yr-collection-anchor-quote {
    margin-left: 0;
  }
}

@media (max-width: 640px) {
  .yr-blog-hero {
    padding: 52px 18px 36px;
  }

  .yr-blog-post-hero {
    padding: 34px 18px 30px;
  }

  .yr-blog-post-title {
    font-size: 30px;
    line-height: 1.16;
  }

  .yr-blog-post-meta {
    font-size: 13px;
  }

  .yr-blog-post-meta::before,
  .yr-blog-post-meta::after {
    width: 28px;
  }

  .yr-blog-page--listing .yr-blog-hero--has-bg {
    min-height: 220px;
    padding: 44px 18px;
  }

  .yr-blog-resources,
  .yr-blog-shell,
  .yr-blog-post-shell {
    padding-left: 18px;
    padding-right: 18px;
  }

  .yr-blog-title {
    font-size: 31px;
    line-height: 1.18;
  }

  .yr-product-archive-list {
    padding-top: 42px;
  }

  .yr-product-category-landing {
    padding-top: 32px;
  }

  .yr-product-category-landing__inner {
    width: min(calc(100% - 32px), var(--yr-maxw));
    padding: 24px;
  }

  .yr-product-category-landing__text {
    font-size: 15px;
    line-height: 1.72;
  }

  .yr-product-category-landing__button {
    width: 100%;
    white-space: normal;
  }

  .yr-product-archive-list__inner {
    width: min(calc(100% - 32px), var(--yr-maxw));
  }

  .yr-product-archive-list__title {
    font-size: 34px;
  }

  .yr-product-archive-list__lead,
  .yr-product-list-card__specs,
  .yr-product-list-card__excerpt {
    font-size: 14.5px;
  }

  .yr-product-archive-sidebar {
    display: none;
  }

  .yr-product-archive-list__layout {
    grid-template-columns: 1fr;
  }

  .yr-product-list__items {
    grid-template-columns: 1fr;
    gap: 20px;
    min-width: 0;
  }

  .yr-product-list,
  .yr-product-list-card {
    max-width: 100%;
  }

  .yr-product-list-card__media {
    aspect-ratio: 16 / 9;
  }

  .yr-product-list-card__body {
    padding: 20px 18px 22px;
  }

  .yr-product-list-card__title {
    font-size: 20px;
  }

  .yr-product-list-card__actions {
    width: 100%;
  }

  .yr-product-list-card__button {
    width: auto;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 12px;
  }

  .yr-cpt-solution-shell {
    padding-top: 34px;
    padding-bottom: 60px;
  }

  .yr-solution-list-card {
    gap: 0;
  }

  .yr-solution-list-card__title {
    margin-bottom: 14px;
    font-size: 21px;
    line-height: 1.28;
    -webkit-line-clamp: 3;
  }

  .yr-solution-list-card__params {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .yr-solution-list-card__param {
    align-items: flex-start;
    font-size: 13.5px;
    line-height: 1.55;
    white-space: normal;
  }

  .yr-solution-list-card__param dd {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    white-space: normal;
  }

  .yr-solution-list-card__excerpt {
    margin-top: 14px;
    font-size: 14.5px;
    line-height: 1.66;
  }

  .yr-solution-list-card__more {
    margin-top: auto;
    padding: 18px 0 0;
    font-size: 12px;
  }

  .yr-solution-list-card__body {
    padding: 22px;
  }

  .yr-cpt-case-list {
    gap: 18px;
  }

  .yr-cpt-case-card {
    border-radius: 7px;
  }

  .yr-cpt-case-media {
    aspect-ratio: 4 / 3;
  }

  .yr-cpt-case-body {
    padding: 22px;
  }

  .yr-cpt-case-meta {
    margin-bottom: 9px;
    font-size: 11px;
  }

  .yr-cpt-case-title {
    font-size: 22px;
    line-height: 1.2;
  }

  .yr-cpt-case-excerpt:not(.yr-blog-card-excerpt) {
    margin-top: 12px;
    font-size: 14.5px;
    line-height: 1.65;
  }

  .yr-cpt-case-more {
    padding-top: 20px;
  }

  .yr-cpt-case-single-media {
    margin-bottom: 22px;
    border-radius: 7px;
  }

  .yr-blog-lead {
    font-size: 16px;
  }

  .yr-blog-tabs {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .yr-blog-tabs a {
    width: 100%;
    min-height: 42px;
    padding: 10px 12px;
    font-size: 13px;
    text-align: center;
  }

  .yr-blog-card {
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .yr-blog-card-media {
    height: 0;
    padding-top: 56.25%;
  }

  .yr-blog-card-body {
    padding: 20px 22px 24px;
  }

  .yr-blog-list {
    grid-template-columns: 1fr;
  }

  .yr-blog-card-title {
    font-size: 18px;
  }

  .yr-blog-sidebar-panel,
  .yr-blog-post-sidebar-panel,
  .yr-blog-post-related,
  .yr-blog-post-comments {
    padding: 22px;
  }

  .yr-blog-post-article {
    padding: 28px 22px;
  }

  .yr-blog-post-nav {
    gap: 8px;
  }

  .yr-blog-post-nav a {
    width: 34px;
    height: 34px;
    min-width: 34px;
    min-height: 34px;
    padding: 0;
    font-size: 0;
  }

  .yr-blog-post-content {
    font-size: 16px;
    line-height: 1.78;
  }

  .yr-blog-post-content p {
    line-height: 1.78;
  }

  .yr-blog-post-content :where(h2) {
    margin-top: 38px;
    font-size: 25px;
  }

  .yr-blog-post-content :where(h3) {
    font-size: 21px;
  }

  .yr-blog-post-cta {
    padding: 26px 22px;
  }

  .yr-blog-section {
    margin: 28px 0;
    padding: 22px;
  }

  .yr-blog-intro-lead {
    font-size: 18px;
  }

  .yr-blog-check-list li,
  .yr-blog-takeaway-list li,
  .yr-blog-step-list li {
    padding: 15px 16px 15px 44px;
    font-size: 14.5px;
  }

  .yr-blog-tip-card,
  .yr-blog-pros,
  .yr-blog-cons {
    padding: 22px;
  }

  .yr-blog-related-products-cta {
    grid-template-columns: 1fr;
  }

  .yr-blog-rp-actions {
    justify-content: flex-start;
  }

  .yr-cpt-archive-hero {
    padding-top: 52px;
    padding-bottom: 36px;
  }

  .yr-cpt-hero {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .yr-cpt-archive-hero.yr-blog-hero--has-bg {
    min-height: 220px;
    padding: 44px 18px;
  }

  body.yr-transparent-header-page .yr-blog-page--listing .yr-blog-hero--has-bg,
  body.yr-transparent-header-page .yr-cpt-archive-hero.yr-blog-hero--has-bg {
    min-height: 304px;
    padding: 96px 18px 54px;
  }

  .yr-cpt-title {
    font-size: 30px;
  }

  .yr-cpt-card {
    min-height: 0;
  }

  .yr-cpt-card-body,
  .yr-cpt-faq-article {
    padding: 24px 22px;
  }

  .yr-cpt-faq-panel {
    padding: 0;
  }

  .yr-cpt-faq-question {
    grid-template-columns: 8px minmax(0, 1fr) 28px;
    gap: 12px;
    min-height: 0;
    padding: 17px 16px;
    font-size: 16px;
  }

  .yr-cpt-faq-question::before {
    width: 8px;
    height: 8px;
  }

  .yr-cpt-faq-toggle {
    width: 28px;
    height: 28px;
  }

  .yr-cpt-faq-toggle::before,
  .yr-cpt-faq-toggle::after {
    width: 22px;
    height: 2px;
  }

  .yr-cpt-faq-answer {
    font-size: 14.5px;
    line-height: 1.72;
  }

  .yr-cpt-faq-answer-inner {
    padding: 18px 18px 22px;
  }

  .yr-product-detail-hero,
  .yr-case-detail-hero {
    padding: 34px 0 30px;
  }

  .yr-product-detail-inner,
  .yr-product-detail-layout,
  .yr-case-detail-inner,
  .yr-case-detail-layout,
  .yr-case-detail-summary-bar {
    width: min(calc(100% - 32px), var(--yr-maxw));
  }

  .yr-product-gallery {
    gap: 10px;
  }

  .yr-product-gallery-main {
    box-shadow: 0 12px 32px rgba(12, 28, 54, 0.07);
  }

  .yr-product-gallery-thumbs {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .yr-product-gallery-nav {
    width: 36px;
    height: 36px;
  }

  .yr-product-gallery-prev {
    left: 10px;
  }

  .yr-product-gallery-next {
    right: 10px;
  }

  .yr-product-detail-title,
  .yr-case-detail-title {
    font-size: 28px;
    line-height: 1.14;
  }

  .yr-product-detail-lead,
  .yr-case-detail-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .yr-product-highlights {
    gap: 9px;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.55;
  }

  .yr-product-highlight-icon {
    width: 21px;
    height: 21px;
    flex-basis: 21px;
  }

  .yr-product-quick-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 0;
  }

  .yr-product-quick-specs div {
    min-height: 74px;
    padding: 12px;
  }

  .yr-product-quick-specs dt {
    font-size: 10.5px;
  }

  .yr-product-quick-specs dd {
    font-size: 13.5px;
    line-height: 1.28;
  }

  .yr-product-detail-actions {
    margin-top: 24px;
  }

  .yr-product-detail-actions .wp-block-button,
  .yr-product-detail-actions .wp-block-button__link {
    width: 100%;
  }

  .yr-product-detail-body,
  .yr-case-detail-body {
    padding: 28px 0 58px;
  }

  .yr-product-detail-article,
  .yr-case-detail-article {
    padding: 26px 22px;
  }

  .yr-case-detail-params {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .yr-case-detail-param {
    padding: 12px;
    border-right: 0;
  }

  .yr-case-detail-param:nth-child(n + 2) {
    border-top: 1px solid rgba(226, 233, 242, 0.9);
  }

  .yr-case-detail-param dt {
    font-size: 10.5px;
  }

  .yr-case-detail-param dd {
    font-size: 13.5px;
    line-height: 1.28;
  }

  .yr-case-detail-result {
    padding: 20px;
  }

  .yr-case-detail-footer-cta {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .yr-case-detail-footer-cta__button {
    width: 100%;
  }

  .yr-product-category-editor-shell {
    padding-top: 28px;
  }

  .yr-product-category-editor-card {
    padding: 26px 22px;
  }

  .yr-product-category-editor-content .yr-collection-section {
    padding: 28px 0;
  }

  .yr-product-category-editor-content .yr-collection-section:first-child {
    padding-top: 0;
  }

  .yr-product-category-editor-content .yr-collection-section:last-child {
    padding-bottom: 0;
  }

  .yr-product-category-editor-content .yr-collection-inner {
    width: 100%;
  }

  .yr-product-category-editor-content .yr-collection-section-title,
  .yr-product-category-editor-content .yr-collection-cta-box .yr-collection-section-title {
    font-size: 26px;
  }

  .yr-product-category-editor-content .yr-collection-cta-box {
    padding: 24px;
  }

  .yr-product-category-editor-content .yr-product-collection-products-panel {
    margin: 34px 0;
  }

  .yr-product-category-editor-content .yr-collection-capabilities {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .yr-product-category-editor-content .yr-collection-capabilities li {
    min-height: 0;
    padding: 26px 24px;
    font-size: 19px;
  }

  .yr-product-category-editor-content .yr-collection-capabilities li::before {
    width: 44px;
    height: 44px;
    margin-bottom: 22px;
  }

  .yr-solution-detail-hero {
    padding: 34px 0 30px;
  }

  .yr-solution-detail-inner,
  .yr-solution-detail-content-wrap {
    width: min(calc(100% - 32px), var(--yr-maxw));
  }

  .yr-solution-detail-media {
    box-shadow: 0 12px 32px rgba(12, 28, 54, 0.07);
  }

  .yr-solution-detail-title {
    font-size: 30px;
    line-height: 1.14;
  }

  .yr-solution-detail-lead {
    margin-top: 18px;
    font-size: 16px;
  }

  .yr-solution-detail-params {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 20px;
  }

  .yr-solution-detail-param {
    padding: 12px;
  }

  .yr-solution-detail-param dt {
    font-size: 10.5px;
  }

  .yr-solution-detail-param dd {
    font-size: 13.5px;
    line-height: 1.28;
  }

  .yr-solution-detail-actions {
    margin-top: 24px;
  }

  .yr-solution-detail-actions .wp-block-button,
  .yr-solution-detail-actions .wp-block-button__link {
    width: 100%;
  }

  .yr-solution-detail-body {
    padding: 28px 0 58px;
  }

  .yr-solution-detail-article {
    padding: 26px 22px;
  }

  .yr-collection-inner {
    width: min(calc(100% - 32px), var(--yr-maxw));
  }

  .yr-collection-hero {
    padding: 52px 0 34px;
  }

  .yr-collection-title {
    font-size: 34px;
  }

  .yr-collection-lead {
    font-size: 16px;
  }

  .yr-collection-hero-highlights {
    margin-top: 24px;
  }

  .yr-collection-section {
    padding: 58px 0;
  }

  .yr-collection-section-title {
    font-size: 29px;
  }

  .yr-collection-stats {
    grid-template-columns: 1fr;
  }

  .yr-collection-block-stats {
    grid-template-columns: 1fr;
  }

  .yr-collection-stat {
    border-right: 0;
    border-bottom: 1px solid var(--yr-line);
  }

  .yr-collection-block-stat {
    border-right: 0;
    border-bottom: 1px solid var(--yr-line);
  }

  .yr-collection-stat:last-child {
    border-bottom: 0;
  }

  .yr-collection-block-stat:last-child {
    border-bottom: 0;
  }

  .yr-collection-product-grid,
  .yr-collection-application-grid {
    grid-template-columns: 1fr;
  }

  .yr-collection-spec-table {
    min-width: 620px;
  }

  .yr-collection-spec-table th,
  .yr-collection-spec-table td {
    padding: 16px 18px;
  }

  .yr-collection-resource-panel {
    padding: 24px;
  }

  .yr-collection-product-body {
    padding: 20px 22px 22px;
  }

  .yr-collection-application {
    min-height: 0;
    padding: 22px;
  }

  .yr-collection-cta-box {
    padding: 28px;
  }

  .yr-collection-cta-box .yr-collection-section-title {
    font-size: 28px;
  }

  .yr-blog-post-section-title,
  .yr-blog-post-cta-title {
    font-size: 24px;
  }
}

@media (max-width: 430px) {
  .yr-blog-tabs {
    grid-template-columns: 1fr;
  }

  .yr-blog-pagination {
    justify-content: flex-start !important;
    gap: 6px;
  }

  .yr-blog-pagination :where(.prev, .next, .wp-block-query-pagination-previous, .wp-block-query-pagination-next) {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
    margin: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .yr-blog-post-sidebar,
  .yr-blog-post-sidebar-panel,
  .yr-blog-post-nav a,
  .yr-blog-pagination :where(a, span, .page-numbers) {
    transition: none;
    transform: none !important;
  }
}
