.v2s-core-product-list,
.v2s-core-product-detail,
.v2s-home-feed,
.v2s-article-list-wrap,
.v2s-article-detail-wrap {
  --v2s-core-primary: var(--primary-color, var(--primary-blue, #0f2748));
  --v2s-core-accent: var(--v2s-core-runtime-accent, var(--accent-color, var(--accent-gold, #0f766e)));
  --v2s-core-text: var(--text-color, var(--text-main, #1f2937));
  --v2s-core-muted: var(--text-2, #4b5563);
  --v2s-core-border: var(--border, #dbe3ee);
  --v2s-core-bg: var(--bg-white, #ffffff);
  --v2s-core-soft-bg: var(--bg-light, #f3f5f8);
}

.v2s-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 32px auto 0;
  padding: 0 12px;
}

.v2s-page-btn,
.v2s-page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 14px;
  border: 1px solid #d9e1ea;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
}

.v2s-page-btn {
  padding: 0;
  font-size: 20px;
  font-weight: 700;
}

.v2s-page-icon {
  display: block;
  line-height: 1;
  transform: translateY(-1px);
}

.v2s-page-num.active {
  background: var(--v2s-page-active-bg, var(--v2s-core-accent, #0f766e));
  border-color: var(--v2s-page-active-bg, var(--v2s-core-accent, #0f766e));
  color: var(--v2s-page-active-color, #fff);
}

.v2s-page-btn[aria-disabled="true"] {
  opacity: 0.45;
  pointer-events: none;
}

.v2s-pagination a:hover {
  filter: brightness(0.97);
}

.v2s-product-category-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 8px auto 26px;
  padding: 0 12px;
}

.v2s-cat-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border: 1px solid #d9e1ea;
  border-radius: 999px;
  background: #fff;
  color: #1f2937;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  box-sizing: border-box;
  transition: all 0.2s;
}

.v2s-cat-btn.active {
  background: var(--v2s-page-active-bg, var(--v2s-core-accent, #0f766e));
  border-color: var(--v2s-page-active-bg, var(--v2s-core-accent, #0f766e));
  color: var(--v2s-page-active-color, #fff);
}

.v2s-cat-btn:hover {
  filter: brightness(0.97);
}

.v2s-empty {
  padding: 40px 16px;
  text-align: center;
  color: #888;
}

.v2s-article-list-wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 44px 48px 72px;
  color: #151515;
}

.std-article-shell .page-hero.v2s-article-channel-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 96px 0 84px;
  background: #141414;
  color: #fff;
}

.std-article-shell .page-hero.v2s-article-channel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(6, 6, 6, 0.96) 0%, rgba(8, 8, 8, 0.88) 24%, rgba(10, 10, 10, 0.62) 52%, rgba(10, 10, 10, 0.26) 76%, rgba(10, 10, 10, 0.1) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%),
    var(
      --v2s-core-blog-list-banner-image,
      var(
        --v2s-core-news-list-banner-image,
        var(
          --v2s-core-article-list-banner-image,
          url("/api/public/platform-media/pmed_fd27e68fb00342aa8397bf56447e943f")
        )
      )
    );
  background-size: cover;
  background-position: center 32%;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.std-article-shell .page-hero.v2s-article-channel-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.08) 48%, rgba(255, 255, 255, 0.02) 100%);
  pointer-events: none;
}

.std-article-shell .v2s-article-channel-hero__container {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
}

.std-article-shell .v2s-article-channel-hero__title {
  margin: 0 0 20px;
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #fff;
}

.std-article-shell .v2s-article-channel-hero__summary {
  max-width: 760px;
  margin: 0 0 28px;
  font-size: 18px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.std-article-shell .v2s-article-channel-hero__crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.48);
}

.std-article-shell .v2s-article-channel-hero__crumbs a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.std-article-shell .v2s-article-channel-hero__crumbs a:hover {
  color: rgba(255, 255, 255, 0.78);
}

.std-article-shell .v2s-article-channel-hero__crumbs span[aria-hidden="true"] {
  opacity: 0.5;
}

.v2s-article-list-head {
  margin-bottom: 20px;
}

.v2s-article-list-head--sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.v2s-article-list-head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  color: #0f2748;
}

.v2s-article-list-head p {
  margin: 8px 0 0;
  color: #4b5563;
}

.v2s-article-featured {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  margin: 0 0 56px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  overflow: hidden;
  text-decoration: none;
  color: #151515;
  background: #fff;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.v2s-article-featured:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
}

.v2s-article-featured__media {
  min-height: 356px;
  background: #f3f4f6;
}

.v2s-article-featured__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.v2s-article-featured:hover .v2s-article-featured__media img {
  transform: scale(1.04);
}

.v2s-article-featured__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 48px 40px;
}

.v2s-article-featured__badge {
  display: inline-block;
  width: fit-content;
  margin-bottom: 18px;
  padding: 6px 16px;
  border: 2px solid #111111;
  font-size: 11px;
  font-weight: 800;
  border-radius: 0;
  background: #fff;
  color: #111111;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2s-article-featured__body h2 {
  margin: 0;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 800;
  color: #151515;
}

.v2s-article-featured__body p {
  margin: 16px 0 0;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 1.9;
}

.v2s-article-featured__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #111111;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.v2s-article-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px;
  min-width: 0;
}

.v2s-article-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  max-width: 100%;
  padding: 10px 18px;
  border-radius: 0;
  border: 1px solid #d9d9d9;
  color: #5a5a5a;
  text-decoration: none;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.v2s-article-cat.active {
  background: #111111;
  border-color: #111111;
  color: #fff;
}

.v2s-article-cat:hover {
  border-color: #111111;
  color: #111111;
}

.v2s-article-list-main {
  min-width: 0;
}

.v2s-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  min-width: 0;
  align-items: start;
}

.v2s-article-card {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  min-width: 0;
  min-height: 0;
  height: auto;
  display: flex;
  flex-direction: column;
  align-self: start;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.v2s-article-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  position: relative;
  z-index: 1;
}

.v2s-article-card__link {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  min-height: 0;
}

.v2s-article-card__media {
  background: #f3f4f6;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.v2s-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}

.v2s-article-card:hover .v2s-article-card__media img {
  transform: scale(1.05);
}

.v2s-article-card__body {
  padding: 22px 24px 24px;
}

.v2s-article-card__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  margin-bottom: 12px;
  color: #8a8a8a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  min-width: 0;
}

.v2s-article-card__meta > * {
  min-width: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.v2s-article-card__meta span + span::before {
  content: "·";
  margin: 0 8px;
  color: #b0b0b0;
}

.v2s-article-card h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 800;
  color: #151515;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.v2s-article-card p {
  margin: 10px 0 0;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.7;
  overflow-wrap: anywhere;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.v2s-article-card__tags {
  display: none;
}

.v2s-article-list-wrap .v2s-pagination {
  margin: 40px auto 0;
  gap: 8px;
  padding: 0;
}

.v2s-article-list-wrap .v2s-page-btn,
.v2s-article-list-wrap .v2s-page-num {
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 0;
  background: #fff;
  color: #111111;
  font-size: 13px;
  font-weight: 700;
}

.v2s-article-list-wrap .v2s-page-btn {
  font-size: 18px;
}

.v2s-article-list-wrap .v2s-page-num.active {
  background: #111111;
  border-color: #111111;
  color: #fff;
}

.v2s-article-detail-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 20px 96px;
}

.v2s-article-detail__article {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.v2s-article-detail__head {
  position: static;
  inset: auto;
  z-index: auto;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 32px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f2f2f2;
  background: transparent;
  transform: none;
}

.v2s-article-detail__tag {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 14px;
  border-radius: 4px;
  background: rgba(17, 17, 17, 0.06);
  color: #151515;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.v2s-article-detail__article h1 {
  margin: 0 0 14px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3;
  color: #151515;
  letter-spacing: -0.02em;
}

.v2s-article-detail__back {
  text-decoration: none;
  color: #2563eb;
  font-size: 14px;
}

.v2s-article-detail__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.6;
}

.v2s-article-detail__excerpt {
  margin: 12px 0 0;
  color: #475569;
  line-height: 1.8;
}

.v2s-article-detail__inline-cover {
  display: block;
  width: 100%;
  margin: 0 auto 36px;
  border-radius: 4px;
  overflow: hidden;
  background: #f2f2f2;
  object-fit: cover;
}

.v2s-article-detail__cover {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 36px;
  border-radius: 4px;
  overflow: hidden;
  background: #f2f2f2;
}

.v2s-article-detail__cover img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.v2s-article-detail__content {
  margin-top: 0;
  color: #666;
  line-height: 1.9;
}

.v2s-article-detail__content h1,
.v2s-article-detail__content h2,
.v2s-article-detail__content h3,
.v2s-article-detail__content h4 {
  margin: 32px 0 12px;
  color: #151515;
  font-weight: 800;
  line-height: 1.35;
}

.v2s-article-detail__content h1 {
  font-size: 26px;
}

.v2s-article-detail__content h2 {
  font-size: 22px;
}

.v2s-article-detail__content h3 {
  font-size: 20px;
}

.v2s-article-detail__content h4 {
  font-size: 18px;
}

.v2s-article-detail__content p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #666;
  line-height: 1.9;
}

.v2s-article-detail__content ul,
.v2s-article-detail__content ol {
  margin: 12px 0 18px 20px;
}

.v2s-article-detail__content li {
  font-size: 16px;
  color: #666;
  line-height: 1.9;
}

.v2s-article-detail__content blockquote {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid #151515;
  border-radius: 0 4px 4px 0;
  background: #f5f5f5;
  color: #151515;
  font-style: italic;
  line-height: 1.75;
}

.v2s-article-detail__content img {
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  display: block;
  margin: 24px auto;
  object-position: center;
}

.v2s-article-detail__content pre {
  margin: 24px 0;
  padding: 16px 18px;
  overflow-x: auto;
  border-radius: 4px;
  background: #f5f5f5;
  color: #151515;
  font-size: 14px;
  line-height: 1.7;
}

.v2s-article-detail__content .article-table-wrap {
  width: 100%;
  margin: 22px 0;
  overflow-x: auto;
}

.v2s-article-detail__content table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 15px;
  line-height: 1.75;
}

.v2s-article-detail__content th,
.v2s-article-detail__content td {
  padding: 11px 14px;
  border: 1px solid #e5e7eb;
  color: #4b5563;
  text-align: left;
  vertical-align: top;
}

.v2s-article-detail__content th {
  background: #f8fafc;
  color: #111827;
  font-weight: 700;
}

.v2s-article-detail__content > .article-inline-cover {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
  object-position: center;
}

.v2s-article-detail__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

.v2s-article-detail__tags span {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: transparent;
  color: #666;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.v2s-article-detail-wrap--b {
  max-width: 720px;
}

.v2s-article-detail-wrap--b .v2s-article-detail__inline-cover {
  max-width: 100%;
}

.v2s-core-product-list {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 56px;
}

.v2s-core-product-list__head h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  color: var(--v2s-core-primary);
}

.v2s-core-product-list__head p {
  margin: 8px 0 0;
  color: var(--v2s-core-muted);
}

.v2s-core-product-list__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.v2s-core-product-card {
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--v2s-core-border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--v2s-core-bg);
}

.v2s-core-product-card__media {
  width: 100%;
  aspect-ratio: 4 / 3;
  background: var(--v2s-core-soft-bg);
}

.v2s-core-product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.v2s-core-product-card__body {
  padding: 12px 14px 14px;
}

.v2s-core-product-card__body h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: var(--v2s-core-primary);
}

.v2s-core-product-card__body p {
  margin: 8px 0 0;
  color: var(--v2s-core-muted);
}

.v2s-core-product-list--b .v2s-core-product-list__grid {
  grid-template-columns: 1fr;
}

.v2s-core-product-list__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.v2s-core-product-list__sidebar {
  border: 1px solid var(--v2s-core-border);
  border-radius: 14px;
  background: var(--v2s-core-bg);
  padding: 14px;
}

.v2s-core-product-list__sidebar h3 {
  margin: 0 0 10px;
  font-size: 16px;
  color: var(--v2s-core-primary);
}

.v2s-core-product-list--b .v2s-product-category-filter {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
}

.v2s-core-product-list--b .v2s-cat-btn {
  width: 100%;
  justify-content: flex-start;
  padding: 10px 14px;
  border-radius: 10px;
}

.v2s-core-product-list--b .v2s-core-product-card {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: stretch;
}

.v2s-core-product-list--b .v2s-core-product-card__media {
  aspect-ratio: auto;
  min-height: 160px;
  height: 100%;
}

.v2s-core-product-list--b .v2s-core-product-card__body {
  padding: 16px 18px;
}

.v2s-core-product-list--b .v2s-pagination {
  justify-content: flex-start;
  margin-top: 18px;
}

.v2s-core-product-detail-wrap {
  --v2s-core-detail-border: #e4e4e7;
  --v2s-core-detail-soft-bg: #f4f4f5;
  --v2s-core-detail-surface: #fafafa;
  --v2s-core-detail-text: #18181b;
  --v2s-core-detail-muted: #71717a;
  --v2s-core-detail-accent: var(--v2s-core-product-detail-accent, var(--v2s-page-active-bg, var(--v2s-core-accent, #0f766e)));
  --v2s-core-detail-accent-shadow: var(--v2s-core-product-detail-accent-shadow, var(--v2s-core-accent-shadow, rgba(15, 118, 110, 0.25)));
  --v2s-core-detail-accent-contrast: var(--v2s-page-active-color, #fff);
  padding: 0 0 88px;
}

body:has(.v2s-core-product-detail-wrap) main,
body:has(.v2s-core-product-detail-wrap) .main,
body:has(.v2s-core-product-detail-wrap) .content,
body:has(.v2s-core-product-detail-wrap) .site-main,
body:has(.v2s-core-product-detail-wrap) .page-main,
body:has(.v2s-core-product-detail-wrap) .page-content,
body:has(.v2s-core-product-detail-wrap) .std-article-shell {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.v2s-core-product-detail__banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 0;
  background: #141414;
  box-shadow: none;
  color: #fff;
}

.v2s-core-product-detail__banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image:
    linear-gradient(
      90deg,
      rgba(6, 6, 6, 0.96) 0%,
      rgba(8, 8, 8, 0.88) 24%,
      rgba(10, 10, 10, 0.62) 52%,
      rgba(10, 10, 10, 0.26) 76%,
      rgba(10, 10, 10, 0.1) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.28) 100%),
    var(--v2s-core-product-detail-banner-image);
  background-size: cover;
  background-position: 62% center;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

.v2s-core-product-detail__banner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.18) 0%,
    rgba(0, 0, 0, 0.08) 48%,
    rgba(255, 255, 255, 0.02) 100%
  );
  pointer-events: none;
}

.v2s-core-product-detail__banner-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 28px;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 96px 0 84px;
}

.v2s-core-product-detail__banner-copy {
  display: grid;
  gap: 20px;
  max-width: 760px;
}

.v2s-core-product-detail__banner-title {
  margin: 0;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.v2s-core-product-detail__banner-text {
  margin: 0;
  max-width: 760px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 18px;
  line-height: 1.85;
}

.v2s-core-product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
  gap: 24px;
  align-items: stretch;
  width: min(1180px, calc(100vw - 48px));
  margin: 48px auto 0;
}

.v2s-core-product-detail__media,
.v2s-core-product-detail__summary-card,
.v2s-core-product-detail__detail-card {
  border: 1px solid var(--v2s-core-detail-border);
  background: #fff;
  border-radius: 0;
  box-shadow: none;
}

.v2s-core-product-detail__media {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  min-height: 100%;
  padding: 0;
  overflow: hidden;
}

.v2s-core-product-detail__viewport {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  min-height: 480px;
  border-radius: 0;
  overflow: hidden;
  background: var(--v2s-core-detail-soft-bg);
}

.v2s-core-product-detail__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.v2s-core-product-detail__media > img {
  aspect-ratio: 1.08 / 1;
  height: auto;
  border-radius: 0;
}

.v2s-core-product-detail__viewport > .v2s-core-product-detail__main-image {
  flex: 1 1 auto;
  min-height: 100%;
  border-radius: 0;
}

.v2s-core-product-detail__gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(24, 24, 27, 0.78);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.v2s-core-product-detail__gallery-nav:hover {
  background: var(--v2s-core-detail-accent);
  border-color: var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__gallery-nav--prev {
  left: 12px;
}

.v2s-core-product-detail__gallery-nav--next {
  right: 12px;
}

.v2s-core-product-detail__image-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  min-height: 100%;
  padding: 32px;
  color: var(--v2s-core-detail-muted);
  font-size: 16px;
  text-align: center;
  background: var(--v2s-core-detail-soft-bg);
}

.v2s-core-product-detail__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 10px;
  padding: 12px;
  border-top: 1px solid var(--v2s-core-detail-border);
  background: #fff;
}

.v2s-core-product-detail__thumb-btn {
  padding: 0;
  margin: 0;
  border: 1px solid var(--v2s-core-detail-border);
  border-radius: 0;
  background: #fff;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.v2s-core-product-detail__thumb-btn:hover {
  background: var(--v2s-core-detail-surface);
}

.v2s-core-product-detail__thumb-btn.is-active {
  border-color: var(--v2s-core-detail-accent);
  box-shadow: inset 0 0 0 1px var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__thumbs img {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  border-radius: 0;
  object-fit: cover;
  display: block;
}

[data-v2s-product-gallery] {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

[data-v2s-product-gallery] .v2s-product-gallery-item img {
  width: 100%;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  object-fit: cover;
  display: block;
}

.v2s-core-product-detail__summary-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 100%;
  padding: 34px 32px 30px;
  background: #fff;
}

.v2s-core-product-detail--b .v2s-core-product-detail__summary-card {
  background: #fff;
}

.v2s-core-product-detail__breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2s-core-product-detail__breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(31, 41, 55, 0.78);
  font-size: 14px;
}

.v2s-core-product-detail__breadcrumbs li:not(:last-child)::after {
  content: "/";
  color: rgba(75, 85, 99, 0.45);
}

.v2s-core-product-detail__breadcrumbs a {
  color: var(--v2s-core-text);
  text-decoration: none;
}

.v2s-core-product-detail__breadcrumbs a:hover {
  color: var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__banner .v2s-core-product-detail__breadcrumbs ol {
  gap: 10px;
}

.v2s-core-product-detail__banner .v2s-core-product-detail__breadcrumbs li {
  color: rgba(255, 255, 255, 0.56);
  font-size: 13px;
}

.v2s-core-product-detail__banner .v2s-core-product-detail__breadcrumbs li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.26);
}

.v2s-core-product-detail__banner .v2s-core-product-detail__breadcrumbs a {
  color: rgba(255, 255, 255, 0.74);
}

.v2s-core-product-detail__banner .v2s-core-product-detail__breadcrumbs a:hover {
  color: rgba(255, 255, 255, 0.92);
}

.v2s-core-product-detail__detail-card {
  width: min(1180px, calc(100vw - 48px));
  margin: 32px auto 0;
}

.v2s-core-product-detail__hero-title {
  margin: 0;
  font-size: clamp(24px, 3vw, 40px);
  line-height: 1.08;
  color: var(--v2s-core-detail-text);
}

.v2s-core-product-detail__subtitle {
  margin: 0;
  font-size: 17px;
  line-height: 1.72;
  color: var(--v2s-core-detail-muted);
}

.v2s-core-product-detail__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  align-self: flex-start;
  min-height: 0;
  padding: 0 0 14px;
  border-radius: 0;
  border-bottom: 1px solid var(--v2s-core-detail-border);
  background: transparent;
}

.v2s-core-product-detail__price-wrap > span {
  color: var(--v2s-core-detail-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2s-core-product-detail__price {
  margin: 0;
  color: var(--v2s-core-detail-accent);
  font-weight: 700;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.1;
}

.v2s-core-product-detail__selling-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2s-core-product-detail__selling-points li {
  position: relative;
  padding: 0 0 0 18px;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: var(--v2s-core-detail-text);
  line-height: 1.65;
}

.v2s-core-product-detail__selling-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.85em;
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: var(--v2s-core-detail-accent);
  transform: translateY(-50%);
}

.v2s-core-product-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  padding-top: 8px;
}

.v2s-core-product-detail__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 26px;
  border-radius: 0;
  border: 1px solid #d4d4d8;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease;
}

.v2s-core-product-detail__btn:hover {
  border-color: var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__btn--primary {
  background: var(--v2s-core-detail-accent);
  border-color: var(--v2s-core-detail-accent);
  color: var(--v2s-core-detail-accent-contrast);
}

.v2s-core-product-detail__btn--ghost {
  background: #fff;
  color: #52525b;
}

.v2s-core-product-detail__btn--ghost:hover {
  color: var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__detail-card {
  margin-top: 24px;
  padding: 36px 38px;
}

.v2s-core-product-detail__detail-card-head {
  display: grid;
  gap: 8px;
  margin-bottom: 32px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__detail-card-label {
  margin: 0;
  color: var(--v2s-core-detail-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2s-core-product-detail__detail-card-head h2 {
  margin: 0;
  color: var(--v2s-core-detail-text);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}

.v2s-core-product-detail__detail-card-body {
  display: block;
}

.v2s-core-product-detail__detail-flow {
  display: grid;
  gap: 28px;
}

.v2s-core-product-detail__detail-lead {
  max-width: 920px;
  color: var(--v2s-core-detail-text);
  line-height: 1.9;
}

.v2s-core-product-detail__detail-lead p,
.v2s-core-product-detail__detail-faq-entry p,
.v2s-core-product-detail__rich-content p {
  margin: 0;
}

.v2s-core-product-detail__detail-lead p + p,
.v2s-core-product-detail__detail-faq-entry p + p,
.v2s-core-product-detail__rich-content p + p {
  margin-top: 12px;
}

.v2s-core-product-detail__detail-flow-section {
  display: grid;
  gap: 16px;
  padding-top: 28px;
  border-top: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__detail-flow-section h3 {
  margin: 0;
  color: var(--v2s-core-detail-text);
  font-size: clamp(22px, 2.6vw, 30px);
  line-height: 1.2;
}

.v2s-core-product-detail__detail-flow-body {
  color: var(--v2s-core-detail-text);
  line-height: 1.9;
}

.v2s-core-product-detail__detail-flow-block {
  display: grid;
  gap: 14px;
}

.v2s-core-product-detail__detail-flow-block + .v2s-core-product-detail__detail-flow-block {
  margin-top: 22px;
}

.v2s-core-product-detail__detail-flow-block h4 {
  margin: 0;
  color: var(--v2s-core-detail-text);
  font-size: 16px;
  line-height: 1.5;
}

.v2s-core-product-detail__detail-fact-list,
.v2s-core-product-detail__detail-faq-flow {
  display: grid;
  gap: 16px;
  margin: 0;
}

.v2s-core-product-detail__detail-fact-row {
  display: grid;
  grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__detail-fact-row:last-child,
.v2s-core-product-detail__detail-faq-entry:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.v2s-core-product-detail__detail-fact-row dt,
.v2s-core-product-detail__detail-table th {
  margin: 0;
  color: var(--v2s-core-detail-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.v2s-core-product-detail__detail-fact-row dd {
  margin: 0;
}

.v2s-core-product-detail__detail-fact-row p {
  margin: 0;
  color: var(--v2s-core-detail-text);
  font-size: 16px;
  line-height: 1.7;
}

.v2s-core-product-detail__detail-inline-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
}

.v2s-core-product-detail__detail-inline-list li {
  color: var(--v2s-core-detail-text);
  line-height: 1.6;
}

.v2s-core-product-detail__detail-table-wrap {
  overflow-x: auto;
}

.v2s-core-product-detail__detail-table {
  width: 100%;
  border-collapse: collapse;
}

.v2s-core-product-detail__detail-table th,
.v2s-core-product-detail__detail-table td {
  padding: 14px 0;
  text-align: left;
  border-bottom: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__detail-table td {
  color: var(--v2s-core-detail-text);
  font-size: 16px;
  line-height: 1.7;
}

.v2s-core-product-detail__detail-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.v2s-core-product-detail__detail-list li {
  position: relative;
  padding-left: 26px;
}

.v2s-core-product-detail__detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.9em;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: var(--v2s-core-detail-accent);
  transform: translateY(-50%);
}

.v2s-core-product-detail__rich-content {
  display: grid;
  gap: 22px;
}

.v2s-core-product-detail__rich-block {
  display: grid;
  gap: 14px;
}

.v2s-core-product-detail__rich-block h3 {
  margin: 0;
  color: var(--v2s-core-detail-text);
  font-size: 20px;
  line-height: 1.45;
}

.v2s-core-product-detail__detail-figure {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid var(--v2s-core-detail-border);
  background: #fff;
}

.v2s-core-product-detail__detail-figure img {
  width: 100%;
  max-height: 520px;
  display: block;
  object-fit: cover;
}

.v2s-core-product-detail__detail-figure figcaption {
  padding: 12px 16px;
  font-size: 13px;
  color: var(--v2s-core-detail-muted);
  border-top: 1px solid var(--v2s-core-detail-border);
  background: var(--v2s-core-detail-soft-bg);
}

.v2s-core-product-detail__rich-html > :first-child {
  margin-top: 0;
}

.v2s-core-product-detail__rich-html > :last-child {
  margin-bottom: 0;
}

.v2s-core-product-detail__rich-html {
  color: var(--v2s-core-detail-text);
  font-size: 16px;
  line-height: 1.85;
}

.v2s-core-product-detail__rich-content img,
.v2s-core-product-detail__rich-html img,
.v2s-core-product-detail__rich-content .v2s-ai-section-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  margin: 14px 0 0;
  object-fit: cover;
}

.v2s-core-product-detail__rich-html h2,
.v2s-core-product-detail__rich-html h3,
.v2s-core-product-detail__rich-html h4 {
  color: var(--v2s-core-detail-text);
  font-weight: 750;
  letter-spacing: 0;
}

.v2s-core-product-detail__rich-html h2 {
  margin: 34px 0 18px;
  font-size: 26px;
  line-height: 1.35;
}

.v2s-core-product-detail__rich-html h3 {
  margin: 28px 0 12px;
  font-size: 21px;
  line-height: 1.42;
}

.v2s-core-product-detail__rich-html h4 {
  margin: 22px 0 10px;
  font-size: 18px;
  line-height: 1.45;
}

.v2s-core-product-detail__rich-html p {
  margin: 0 0 16px;
}

.v2s-core-product-detail__rich-html ul,
.v2s-core-product-detail__rich-html ol {
  margin: 0 0 24px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.v2s-core-product-detail__rich-html li {
  position: relative;
  padding-left: 20px;
}

.v2s-core-product-detail__rich-html li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 3px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__rich-html .v2s-ai-highlights-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 26px;
}

.v2s-core-product-detail__rich-html .v2s-ai-highlights-list li {
  padding: 14px 16px 14px 36px;
  border: 1px solid var(--v2s-core-detail-border);
  background: var(--v2s-core-detail-soft-bg);
}

.v2s-core-product-detail__rich-html .v2s-ai-highlights-list li::before {
  left: 18px;
}

.v2s-core-product-detail__rich-html .v2s-ai-use-cases,
.v2s-core-product-detail__rich-html .v2s-ai-section,
.v2s-core-product-detail__rich-html .v2s-ai-faq {
  margin-top: 30px;
}

.v2s-core-product-detail__rich-html .v2s-ai-sections {
  display: grid;
  gap: 8px;
  margin-top: 26px;
}

.v2s-core-product-detail__rich-html .v2s-ai-section {
  padding-top: 18px;
  border-top: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__rich-html .v2s-ai-section > h3,
.v2s-core-product-detail__rich-html .v2s-ai-use-cases > h3,
.v2s-core-product-detail__rich-html .v2s-ai-faq > h2 {
  position: relative;
  padding-left: 16px;
}

.v2s-core-product-detail__rich-html .v2s-ai-section > h3::before,
.v2s-core-product-detail__rich-html .v2s-ai-use-cases > h3::before,
.v2s-core-product-detail__rich-html .v2s-ai-faq > h2::before {
  content: "";
  position: absolute;
  top: 0.22em;
  bottom: 0.22em;
  left: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--v2s-core-detail-accent);
}

.v2s-core-product-detail__rich-html table {
  width: 100%;
  border-collapse: collapse;
  margin: 22px 0 28px;
  overflow: hidden;
  border: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__rich-html th {
  background: var(--v2s-core-detail-soft-bg);
  color: var(--v2s-core-detail-text);
}

.v2s-core-product-detail__rich-html th,
.v2s-core-product-detail__rich-html td {
  padding: 12px 14px;
  border: 1px solid var(--v2s-core-detail-border);
  vertical-align: top;
}

.v2s-core-product-detail__rich-html td:first-child,
.v2s-core-product-detail__rich-html th:first-child {
  width: 28%;
  color: var(--v2s-core-detail-muted);
  background: var(--v2s-core-detail-soft-bg);
  font-weight: 650;
}

.v2s-core-product-detail__rich-html .v2s-ai-faq {
  border-top: 1px solid var(--v2s-core-detail-border);
  padding-top: 20px;
}

.v2s-core-product-detail__rich-html .v2s-ai-faq-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__rich-html .v2s-ai-faq-item h3 {
  margin-top: 0;
  font-size: 18px;
}

@media (max-width: 720px) {
  .v2s-core-product-detail__rich-html .v2s-ai-highlights-list {
    grid-template-columns: 1fr;
  }

  .v2s-core-product-detail__rich-html h2 {
    font-size: 23px;
  }

  .v2s-core-product-detail__rich-html h3 {
    font-size: 19px;
  }

  .v2s-core-product-detail__rich-html th,
  .v2s-core-product-detail__rich-html td {
    padding: 10px 11px;
  }
}

.v2s-core-product-detail__detail-faq-entry {
  display: grid;
  gap: 10px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--v2s-core-detail-border);
}

.v2s-core-product-detail__detail-faq-entry h4 {
  margin: 0 0 10px;
  color: var(--v2s-core-detail-text);
  font-size: 17px;
  line-height: 1.55;
}

.v2s-home-feed {
  max-width: 1200px;
  margin: 28px auto;
  padding: 0 20px;
}

.v2s-home-feed__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.v2s-home-feed__head h2 {
  margin: 0;
  font-size: 30px;
  line-height: 1.25;
  color: var(--v2s-core-primary);
}

.v2s-home-feed__more {
  text-decoration: none;
  color: var(--v2s-core-accent);
  font-size: 14px;
}

.v2s-home-feed__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.v2s-home-feed--products .v2s-home-feed__grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2s-home-feed--products-three .v2s-home-feed__grid,
.v2s-home-feed--products-six .v2s-home-feed__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.v2s-home-feed-card {
  display: block;
  border: 1px solid var(--v2s-core-border);
  border-radius: 14px;
  overflow: hidden;
  background: var(--v2s-core-bg);
  text-decoration: none;
  color: inherit;
}

.v2s-home-feed-card__media {
  width: 100%;
  aspect-ratio: 16 / 10;
  background: var(--v2s-core-soft-bg);
}

.v2s-home-feed-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.v2s-home-feed-card__body {
  padding: 12px 14px 14px;
}

.v2s-home-feed-card__body h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  color: var(--v2s-core-primary);
}

.v2s-home-feed-card__body p {
  margin: 8px 0 0;
  color: var(--v2s-core-muted);
  line-height: 1.7;
}

.v2s-home-feed-card__meta {
  margin: 0;
  color: #6b7280;
  font-size: 12px;
}

.v2s-home-feed--products {
  --v2s-home-feed-mono-strong: #111111;
  --v2s-home-feed-mono-body: #1f1f1f;
  --v2s-home-feed-mono-muted: #6b7280;
  --v2s-home-feed-mono-soft: rgba(17, 17, 17, 0.14);
  --v2s-home-feed-mono-soft-strong: rgba(17, 17, 17, 0.24);
  --v2s-home-feed-mono-surface: #f7f7f7;
  margin-top: 36px;
  margin-bottom: 36px;
}

.v2s-home-feed__head--products {
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 48px;
}

.v2s-home-feed__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.v2s-home-feed__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--v2s-home-feed-mono-strong);
}

.v2s-home-feed__eyebrow::before {
  content: "";
  width: 32px;
  height: 3px;
  background: var(--v2s-home-feed-mono-strong);
}

.v2s-home-feed--products .v2s-home-feed__head h2 {
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.08;
  color: var(--v2s-home-feed-mono-strong);
}

.v2s-home-feed__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 60px;
  padding: 0 28px;
  border: 2px solid var(--v2s-home-feed-mono-strong);
  background: #fff;
  color: var(--v2s-home-feed-mono-strong);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.v2s-home-feed__cta:hover {
  color: #fff;
  border-color: var(--v2s-home-feed-mono-strong);
  background: var(--v2s-home-feed-mono-strong);
  transform: translateY(-1px);
}

.v2s-home-feed--products .v2s-home-feed__grid {
  gap: 0;
}

.v2s-home-feed-card--product {
  border: 1px solid var(--v2s-home-feed-mono-soft);
  border-radius: 0;
  background: #fff;
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.v2s-home-feed-card--product:hover {
  border-color: var(--v2s-home-feed-mono-soft);
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.12);
  position: relative;
  z-index: 1;
}

.v2s-home-feed-card--product .v2s-home-feed-card__media {
  aspect-ratio: 4 / 3;
  background: var(--v2s-home-feed-mono-surface);
}

.v2s-home-feed-card--product .v2s-home-feed-card__media img {
  transition: transform 0.6s ease;
}

.v2s-home-feed-card--product:hover .v2s-home-feed-card__media img {
  transform: scale(1.04);
}

.v2s-home-feed-card--product .v2s-home-feed-card__body {
  padding: 28px;
}

.v2s-home-feed-card__index {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 12px;
  color: var(--v2s-home-feed-mono-soft-strong);
}

.v2s-home-feed-card--product:hover .v2s-home-feed-card__index {
  color: var(--v2s-home-feed-mono-strong);
}

.v2s-home-feed-card--product .v2s-home-feed-card__body h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
  color: var(--v2s-home-feed-mono-body);
}

.v2s-home-feed-card__summary {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--v2s-home-feed-mono-muted);
  line-height: 1.68;
}

.v2s-home-feed-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--v2s-home-feed-mono-strong);
  transition: color 0.2s ease;
}

.v2s-home-feed-card--product:hover .v2s-home-feed-card__link {
  color: var(--v2s-home-feed-mono-body);
}

.v2s-home-feed--articles {
  --v2s-home-feed-article-accent: #151515;
  --v2s-home-feed-article-accent-dark: #000000;
  --v2s-home-feed-article-border: #e0e0e0;
  --v2s-home-feed-article-surface: #ffffff;
  --v2s-home-feed-article-muted: #6b6b6b;
  --v2s-home-feed-article-body: #151515;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
}

.v2s-home-feed__inner--articles {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.v2s-home-feed__head--articles {
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.v2s-home-feed__title-wrap--articles {
  display: flex;
  flex-direction: column;
}

.v2s-home-feed__title-accent {
  display: inline-block;
  border-bottom: 4px solid var(--v2s-home-feed-article-accent);
  padding-bottom: 2px;
}

.v2s-home-feed--articles .v2s-home-feed__head h2 {
  margin: 0;
  font-size: 30px;
  font-weight: 800;
  line-height: 1.25;
  color: #151515;
}

.v2s-home-feed__more--articles {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: var(--v2s-home-feed-article-accent);
}

.v2s-home-feed__more--articles:hover {
  color: var(--v2s-home-feed-article-accent-dark);
}

.v2s-home-feed--articles .v2s-home-feed__grid {
  gap: 18px;
}

.v2s-home-feed-card--article {
  border: 1px solid var(--v2s-home-feed-article-border);
  border-radius: 0;
  background: var(--v2s-home-feed-article-surface);
  transition:
    border-color 0.25s ease,
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.v2s-home-feed-card--article:hover {
  border-color: var(--v2s-home-feed-article-border);
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.v2s-home-feed-card--article .v2s-home-feed-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
  position: relative;
  background: #f3f4f6;
}

.v2s-home-feed-card--article .v2s-home-feed-card__media img {
  transition: transform 0.7s ease;
}

.v2s-home-feed-card--article:hover .v2s-home-feed-card__media img {
  transform: scale(1.06);
}

.v2s-home-feed-card--article .v2s-home-feed-card__body {
  padding: 18px;
}

.v2s-home-feed-card--article .v2s-home-feed-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  color: var(--v2s-home-feed-article-muted);
}

.v2s-home-feed-card__meta-tag {
  color: var(--v2s-home-feed-article-accent);
}

.v2s-home-feed-card__meta-date {
  color: var(--v2s-home-feed-article-muted);
}

.v2s-home-feed-card--article .v2s-home-feed-card__body h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  color: #151515;
}

.v2s-home-feed-card--article .v2s-home-feed-card__summary {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--v2s-home-feed-article-muted);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 980px) {
  .v2s-article-list-wrap {
    padding: 40px 24px 60px;
  }
  .v2s-article-featured {
    grid-template-columns: 1fr;
  }
  .v2s-article-featured__media {
    min-height: 260px;
  }
  .v2s-article-featured__body {
    padding: 32px 26px;
  }
  .v2s-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2s-core-product-list__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2s-core-product-list__layout {
    grid-template-columns: 1fr;
  }
  .v2s-core-product-list--b .v2s-core-product-list__grid {
    grid-template-columns: 1fr;
  }
  .v2s-core-product-list--b .v2s-core-product-card {
    grid-template-columns: 1fr;
  }
  .v2s-core-product-list--b .v2s-core-product-card__media {
    min-height: 180px;
  }
  .v2s-core-product-detail {
    grid-template-columns: 1fr;
  }
  .v2s-core-product-detail__banner-shell {
    width: min(100vw - 32px, 1180px);
    min-height: 0;
    padding: 72px 0 60px;
  }
  .v2s-core-product-detail__viewport {
    min-height: 380px;
  }
  .v2s-core-product-detail__summary-card,
  .v2s-core-product-detail__detail-card {
    padding: 24px;
  }
  .v2s-core-product-detail,
  .v2s-core-product-detail__detail-card {
    width: min(100vw - 32px, 1180px);
  }
  .v2s-home-feed--products .v2s-home-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2s-home-feed__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .v2s-home-feed__inner--articles {
    padding: 0 24px;
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .v2s-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 981px) {
  .v2s-core-product-list__layout {
    grid-template-columns: 260px minmax(0, 1fr);
    align-items: start;
  }
}

@media (max-width: 640px) {
  .std-article-shell .page-hero.v2s-article-channel-hero {
    padding: 72px 0 60px;
  }
  .std-article-shell .v2s-article-channel-hero__container {
    width: min(100vw - 32px, 1180px);
  }
  .std-article-shell .v2s-article-channel-hero__title {
    font-size: 36px;
  }
  .std-article-shell .v2s-article-channel-hero__summary {
    font-size: 16px;
  }
  .v2s-article-list-wrap {
    padding: 32px 18px 52px;
  }
  .v2s-article-featured {
    margin-bottom: 40px;
  }
  .v2s-article-featured__media {
    min-height: 220px;
  }
  .v2s-article-featured__body {
    padding: 24px 20px;
  }
  .v2s-article-featured__body h2 {
    font-size: 28px;
  }
  .v2s-article-featured__body p {
    font-size: 14px;
  }
  .v2s-article-cats {
    gap: 8px;
    margin-bottom: 28px;
  }
  .v2s-article-cat {
    padding: 9px 14px;
    font-size: 12px;
  }
  .v2s-article-grid {
    grid-template-columns: 1fr;
  }
  .v2s-article-card__body {
    padding: 18px;
  }
  .v2s-core-product-detail-wrap {
    padding-inline: 0;
  }
  .v2s-core-product-detail__breadcrumbs ol {
    gap: 6px;
  }
  .v2s-core-product-detail__banner {
    border-radius: 0;
  }
  .v2s-core-product-detail__banner-shell {
    width: min(100vw - 32px, 1180px);
    padding: 72px 0 60px;
  }
  .v2s-core-product-detail__banner-title {
    font-size: clamp(28px, 8vw, 40px);
  }
  .v2s-core-product-detail__banner-text {
    font-size: 16px;
    line-height: 1.8;
  }
  .v2s-core-product-detail__media {
    padding: 0;
  }
  .v2s-core-product-detail__viewport {
    min-height: 300px;
  }
  .v2s-core-product-detail__summary-card,
  .v2s-core-product-detail__detail-card {
    padding: 20px;
  }
  .v2s-core-product-detail__selling-points li {
    padding-left: 18px;
  }
  .v2s-core-product-detail__selling-points li::before {
    left: 0;
  }
  .v2s-core-product-detail__actions {
    width: 100%;
  }
  .v2s-core-product-detail__btn {
    width: 100%;
  }
  .v2s-core-product-detail,
  .v2s-core-product-detail__detail-card {
    width: min(100vw - 32px, 1180px);
  }
  .v2s-core-product-detail__detail-fact-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .v2s-pagination {
    gap: 8px;
  }
  .v2s-page-btn,
  .v2s-page-num {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 13px;
  }
  .v2s-article-card h3 {
    -webkit-line-clamp: 2;
  }
  .v2s-article-card p {
    -webkit-line-clamp: 3;
  }
  .v2s-article-detail__article {
    padding: 22px;
  }
  .v2s-article-detail__article h1 {
    font-size: 34px;
  }
  .v2s-home-feed {
    padding: 0 14px;
  }
  .v2s-home-feed__head--products {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .v2s-home-feed__head--articles {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 28px;
  }
  .v2s-home-feed__head h2 {
    font-size: 26px;
  }
  .v2s-home-feed__cta {
    min-height: 48px;
    padding: 0 18px;
  }
  .v2s-home-feed-card--product .v2s-home-feed-card__body {
    padding: 22px 18px;
  }
  .v2s-home-feed-card__index {
    font-size: 40px;
  }
  .v2s-home-feed__grid,
  .v2s-home-feed--products .v2s-home-feed__grid {
    grid-template-columns: 1fr;
  }
  .v2s-home-feed__inner--articles {
    padding: 0 14px;
  }
  .v2s-home-feed--articles {
    padding: 0;
  }
  .v2s-core-product-list__grid,
  .v2s-core-product-list--b .v2s-core-product-list__grid {
    grid-template-columns: 1fr;
  }
}

/* Template 076 public-site polish: clearer hierarchy, contrast, team display and why-us layout. */
body.v2s-site-c-polished,
.site-c-template.v2s-site-c-polished,
body[data-site="c"] .site-c-template.v2s-site-c-polished {
  --v2s-site-c-font: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  --v2s-site-c-ink: #171714;
  --v2s-site-c-muted: #4f473d;
  --v2s-site-c-soft: #64594c;
  --v2s-site-c-paper: #f2eee6;
  --v2s-site-c-sand: #ddd4c4;
  --v2s-site-c-gold: #c0a464;
  font-family: var(--v2s-site-c-font);
}

body.v2s-site-c-polished .std-article-shell,
body.v2s-site-c-polished .v2s-core-product-list-page,
body.v2s-site-c-polished .v2s-core-product-detail-wrap,
body.v2s-site-c-polished .v2s-article-detail-wrap,
body.v2s-site-c-polished .v2s-article-list-wrap,
.site-c-template.v2s-site-c-polished :where(h1, h2, h3, h4, h5, h6, p, li, span, a, button, input, textarea, select),
.site-c-template.v2s-site-c-polished .font-serif,
.site-c-template.v2s-site-c-polished .font-sans,
.site-c-template.v2s-site-c-polished .font-mono {
  font-family: var(--v2s-site-c-font) !important;
}

.site-c-template.v2s-site-c-polished h1,
.site-c-template.v2s-site-c-polished h2,
.site-c-template.v2s-site-c-polished h3 {
  font-weight: 800;
  text-wrap: balance;
}

.site-c-template.v2s-site-c-polished p,
.site-c-template.v2s-site-c-polished li,
.site-c-template.v2s-site-c-polished span {
  text-wrap: pretty;
}

.site-c-template.v2s-site-c-polished .text-xs,
.site-c-template.v2s-site-c-polished .text-\[10px\],
.site-c-template.v2s-site-c-polished .text-\[11px\] {
  font-size: 0.82rem !important;
  line-height: 1.65 !important;
}

.site-c-template.v2s-site-c-polished .text-sm,
.site-c-template.v2s-site-c-polished p.text-sm,
.site-c-template.v2s-site-c-polished .homeb-story-copy p,
.site-c-template.v2s-site-c-polished .homeb-story-body p,
.site-c-template.v2s-site-c-polished .product-system-card-body p,
.site-c-template.v2s-site-c-polished .product-logic-item p:last-child,
.site-c-template.v2s-site-c-polished .faq-answer-item p {
  font-size: clamp(0.96rem, 0.9vw, 1.05rem) !important;
  line-height: 1.9 !important;
}

.site-c-template.v2s-site-c-polished:not([data-page="home"]) > section:first-of-type,
.site-c-template.v2s-site-c-polished:not([data-page="home"]) > section:first-of-type > .relative.z-20 {
  min-height: clamp(420px, 58dvh, 620px) !important;
}

.site-c-template.v2s-site-c-polished:not([data-page="home"]) > section:first-of-type h1 {
  max-width: 860px;
  font-size: clamp(2.05rem, 3.2vw, 3.45rem) !important;
  line-height: 1.14 !important;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
}

.site-c-template.v2s-site-c-polished > section:first-of-type p {
  max-width: 58ch;
  font-size: clamp(1rem, 1vw, 1.12rem) !important;
  line-height: 1.85 !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
}

.site-c-template.v2s-site-c-polished .section-heading-c,
.site-c-template.v2s-site-c-polished .c-heading-xl,
.site-c-template.v2s-site-c-polished .c-heading-lg,
.site-c-template.v2s-site-c-polished .c-heading-md,
.site-c-template.v2s-site-c-polished .c-heading-sm {
  font-size: clamp(1.85rem, 2.7vw, 2.85rem) !important;
  line-height: 1.18 !important;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed--products {
  width: min(1200px, calc(100% - clamp(2rem, 7vw, 6rem)));
  max-width: none;
  margin: 0 auto;
  padding: clamp(3.5rem, 6vw, 5rem) 0;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed__head--products {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: clamp(1.25rem, 3vw, 2.5rem);
  margin-bottom: clamp(2rem, 4vw, 3.25rem);
}

.site-c-template.v2s-site-c-polished .v2s-home-feed__title-wrap {
  min-width: 0;
  gap: 0.75rem;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed__eyebrow {
  letter-spacing: 0.08em;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed__eyebrow::before {
  display: none;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed--products .v2s-home-feed__head h2 {
  max-width: 760px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.16;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed__cta {
  min-height: 46px;
  padding: 0 1.35rem;
  border-width: 1px;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed--products .v2s-home-feed__grid {
  gap: 1rem;
}

.site-c-template.v2s-site-c-polished .v2s-home-feed-card--product {
  min-width: 0;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-why-section {
  overflow: hidden;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-why-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  max-width: 1080px;
  margin-inline: auto;
  gap: 1rem !important;
  background: transparent !important;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > * {
  min-width: 0;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > .reveal-text > *,
.site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > article,
.site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > div:not(.reveal-text) {
  display: grid;
  grid-template-columns: minmax(160px, 0.34fr) minmax(0, 1fr);
  gap: clamp(1rem, 2.4vw, 2rem);
  align-items: center;
  min-height: 156px;
  padding: clamp(1.25rem, 2.6vw, 2rem);
  border: 1px solid rgba(23, 23, 20, 0.12);
  background: rgba(255, 255, 255, 0.34);
  box-shadow: 0 18px 46px rgba(23, 23, 20, 0.07);
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team {
  background:
    linear-gradient(180deg, rgba(246, 242, 235, 0.98), rgba(232, 224, 211, 0.88)),
    var(--v2s-site-c-paper);
  padding: clamp(4.5rem, 7vw, 7.5rem) clamp(2rem, 5vw, 5rem);
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__inner {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(2rem, 4.8vw, 4.75rem);
  align-items: stretch;
  max-width: 1320px;
  margin: 0 auto;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__media {
  position: relative;
  overflow: hidden;
  min-height: 560px;
  background: #171714;
  box-shadow: 0 28px 70px rgba(23, 23, 20, 0.16);
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__media img,
.site-c-template.v2s-site-c-polished .v2s-site-c-team__proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.34));
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__badge {
  position: absolute;
  left: 1.5rem;
  bottom: 1.5rem;
  z-index: 1;
  display: grid;
  gap: 0.35rem;
  min-width: 210px;
  background: var(--v2s-site-c-gold);
  color: var(--v2s-site-c-ink);
  padding: 1.25rem;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__badge strong {
  font-size: 1.25rem;
  font-weight: 900;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__badge span {
  color: rgba(23, 23, 20, 0.74);
  font-size: 0.9rem;
  font-weight: 700;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__eyebrow {
  margin: 0 0 1rem;
  color: #9f7f32;
  font-size: 0.82rem;
  font-weight: 900;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team h2 {
  max-width: 680px;
  margin: 0;
  color: var(--v2s-site-c-ink);
  font-size: clamp(2rem, 3.15vw, 3.15rem);
  line-height: 1.2;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__summary {
  max-width: 62ch;
  margin: 1.15rem 0 0;
  color: var(--v2s-site-c-muted);
  font-size: clamp(1rem, 1vw, 1.12rem);
  line-height: 1.82;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.2rem;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__grid article {
  display: grid;
  grid-template-columns: 4.25rem minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 1rem;
  align-items: start;
  min-height: 158px;
  border: 1px solid rgba(23, 23, 20, 0.12);
  background: rgba(255, 255, 255, 0.58);
  padding: 1.18rem;
  box-shadow: 0 16px 42px rgba(23, 23, 20, 0.06);
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__avatar {
  grid-row: 1 / span 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background:
    linear-gradient(145deg, rgba(198, 169, 99, 0.95), rgba(154, 120, 48, 0.95));
  color: #fff;
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.26);
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__grid span {
  display: block;
  color: #9f7f32;
  font-size: 0.78rem;
  font-weight: 900;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__grid strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--v2s-site-c-ink);
  font-size: 1.08rem;
  font-weight: 900;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__grid p {
  margin: 0.45rem 0 0;
  color: var(--v2s-site-c-muted);
  font-size: 0.94rem;
  line-height: 1.75;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__proof {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  margin-top: 1.15rem;
  border-top: 1px solid rgba(23, 23, 20, 0.12);
  padding-top: 1.15rem;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__proof img {
  aspect-ratio: 1.35 / 1;
}

.site-c-template.v2s-site-c-polished .v2s-site-c-team__proof p {
  margin: 0;
  color: var(--v2s-site-c-soft);
  font-size: 0.92rem;
  line-height: 1.72;
}

@media (max-width: 900px) {
  .site-c-template.v2s-site-c-polished:not([data-page="home"]) > section:first-of-type,
  .site-c-template.v2s-site-c-polished:not([data-page="home"]) > section:first-of-type > .relative.z-20 {
    min-height: clamp(390px, 56dvh, 560px) !important;
  }

  .site-c-template.v2s-site-c-polished:not([data-page="home"]) > section:first-of-type h1 {
    font-size: clamp(1.9rem, 8.2vw, 2.75rem) !important;
  }

  .site-c-template.v2s-site-c-polished .v2s-home-feed--products {
    width: min(100% - 2rem, 1200px);
    padding: 3rem 0;
  }

  .site-c-template.v2s-site-c-polished .v2s-home-feed__head--products {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
    margin-bottom: 2rem;
  }

  .site-c-template.v2s-site-c-polished .v2s-home-feed--products .v2s-home-feed__head h2 {
    font-size: clamp(1.8rem, 7vw, 2.4rem);
  }

  .site-c-template.v2s-site-c-polished .v2s-home-feed__cta {
    justify-self: start;
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > .reveal-text > *,
  .site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > article,
  .site-c-template.v2s-site-c-polished .v2s-site-c-why-grid > div:not(.reveal-text) {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-team {
    padding: 4rem 1.25rem;
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-team__inner,
  .site-c-template.v2s-site-c-polished .v2s-site-c-team__grid,
  .site-c-template.v2s-site-c-polished .v2s-site-c-team__proof {
    grid-template-columns: 1fr;
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-team__media {
    min-height: 320px;
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-team h2 {
    font-size: clamp(2rem, 8vw, 2.8rem);
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-team__grid article {
    grid-template-columns: 3.75rem minmax(0, 1fr);
    min-height: 0;
  }

  .site-c-template.v2s-site-c-polished .v2s-site-c-team__avatar {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 1.15rem;
  }
}

/* Template 076 core system pages: make product/blog list and detail pages match the same readable site-wide typography. */
body.v2s-site-c-polished .std-article-shell,
body.v2s-site-c-polished .v2s-core-product-list-page,
body.v2s-site-c-polished .v2s-core-product-detail-wrap,
body.v2s-site-c-polished .v2s-article-detail-wrap,
body.v2s-site-c-polished .std-article-shell :where(h1, h2, h3, h4, p, li, span, a, button),
body.v2s-site-c-polished .v2s-core-product-list-page :where(h1, h2, h3, h4, p, li, span, a, button),
body.v2s-site-c-polished .v2s-core-product-detail-wrap :where(h1, h2, h3, h4, p, li, span, a, button),
body.v2s-site-c-polished .v2s-article-detail-wrap :where(h1, h2, h3, h4, p, li, span, a, button) {
  font-family: var(--v2s-site-c-font) !important;
}

body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-detail-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-height: clamp(430px, 56dvh, 560px);
  padding: calc(108px + var(--v2s-core-nav-offset, 0px)) 0 86px;
  background: #141414;
  color: #fff;
}

body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-detail-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(6, 6, 6, 0.96) 0%, rgba(8, 8, 8, 0.88) 26%, rgba(10, 10, 10, 0.62) 56%, rgba(10, 10, 10, 0.24) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.3) 100%),
    var(--v2s-article-detail-hero-image, var(--v2s-core-blog-list-banner-image, url("/api/public/platform-media/pmed_fd27e68fb00342aa8397bf56447e943f")));
  background-size: cover;
  background-position: center 34%;
  background-repeat: no-repeat;
  transform: scale(1.02);
}

body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-detail-hero > .container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 0;
}

body.v2s-site-c-polished .std-article-shell .page-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  margin: 1.1rem 0 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.92rem !important;
  line-height: 1.6 !important;
  font-weight: 600;
}

body.v2s-site-c-polished .v2s-core-product-list-page__hero-title,
body.v2s-site-c-polished .std-article-shell .v2s-article-channel-hero__title,
body.v2s-site-c-polished .std-article-shell .v2s-article-detail-hero h1,
body.v2s-site-c-polished .v2s-core-product-detail__banner-title {
  max-width: 900px;
  font-size: clamp(2.05rem, 3.35vw, 3.55rem) !important;
  line-height: 1.14 !important;
  font-weight: 850 !important;
  color: #fff !important;
  text-wrap: balance;
  text-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
}

body.v2s-site-c-polished .v2s-core-product-list-page__hero-summary,
body.v2s-site-c-polished .std-article-shell .v2s-article-channel-hero__summary,
body.v2s-site-c-polished .std-article-shell .v2s-article-detail-hero p,
body.v2s-site-c-polished .v2s-core-product-detail__banner-text {
  max-width: 760px;
  font-size: clamp(1rem, 1vw, 1.16rem) !important;
  line-height: 1.9 !important;
  color: rgba(255, 255, 255, 0.86) !important;
  text-shadow: 0 10px 28px rgba(0, 0, 0, 0.28);
}

body.v2s-site-c-polished .v2s-core-product-list-page__crumbs,
body.v2s-site-c-polished .std-article-shell .v2s-article-channel-hero__crumbs,
body.v2s-site-c-polished .std-article-shell .page-crumbs,
body.v2s-site-c-polished .v2s-core-product-detail__banner .v2s-core-product-detail__breadcrumbs li {
  font-size: 0.9rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.68) !important;
}

body.v2s-site-c-polished .v2s-core-product-card__body h3,
body.v2s-site-c-polished .v2s-article-card h3,
body.v2s-site-c-polished .v2s-article-featured__body h2,
body.v2s-site-c-polished .v2s-core-product-detail__hero-title,
body.v2s-site-c-polished .v2s-core-product-detail__detail-card-head h2,
body.v2s-site-c-polished .v2s-article-detail__article h1,
body.v2s-site-c-polished .v2s-article-detail__content h1,
body.v2s-site-c-polished .v2s-article-detail__content h2,
body.v2s-site-c-polished .v2s-article-detail__content h3,
body.v2s-site-c-polished .v2s-core-product-detail__rich-html h2,
body.v2s-site-c-polished .v2s-core-product-detail__rich-html h3,
body.v2s-site-c-polished .v2s-core-product-detail__rich-html h4,
body.v2s-site-c-polished .v2s-core-product-detail__detail-flow-section h3,
body.v2s-site-c-polished .v2s-core-product-detail__detail-flow-block h4 {
  font-weight: 800 !important;
  line-height: 1.28 !important;
}

body.v2s-site-c-polished .v2s-core-product-card__body h3,
body.v2s-site-c-polished .v2s-article-card h3 {
  font-size: clamp(1.08rem, 1.2vw, 1.32rem) !important;
}

body.v2s-site-c-polished .v2s-core-product-detail__hero-title,
body.v2s-site-c-polished .v2s-article-detail__article h1 {
  font-size: clamp(2.1rem, 3.1vw, 3.3rem) !important;
}

body.v2s-site-c-polished .v2s-core-product-card__body p,
body.v2s-site-c-polished .v2s-article-card p,
body.v2s-site-c-polished .v2s-article-featured__body p,
body.v2s-site-c-polished .v2s-core-product-detail__subtitle,
body.v2s-site-c-polished .v2s-core-product-detail__detail-lead p,
body.v2s-site-c-polished .v2s-core-product-detail__detail-faq-entry p,
body.v2s-site-c-polished .v2s-core-product-detail__rich-content p,
body.v2s-site-c-polished .v2s-core-product-detail__rich-html p,
body.v2s-site-c-polished .v2s-core-product-detail__rich-html li,
body.v2s-site-c-polished .v2s-article-detail__excerpt,
body.v2s-site-c-polished .v2s-article-detail__content p,
body.v2s-site-c-polished .v2s-article-detail__content li {
  font-size: clamp(1rem, 0.96vw, 1.08rem) !important;
  line-height: 1.9 !important;
}

body.v2s-site-c-polished .v2s-core-product-card__cta,
body.v2s-site-c-polished .v2s-core-product-card__serial,
body.v2s-site-c-polished .v2s-article-card__meta,
body.v2s-site-c-polished .v2s-article-detail__meta,
body.v2s-site-c-polished .v2s-core-product-detail__price-wrap > span,
body.v2s-site-c-polished .v2s-core-product-detail__detail-card-label,
body.v2s-site-c-polished .v2s-core-product-detail__detail-fact-row dt,
body.v2s-site-c-polished .v2s-core-product-detail__detail-table th {
  font-size: 0.88rem !important;
  line-height: 1.65 !important;
  font-weight: 700 !important;
}

body.v2s-site-c-polished .v2s-core-product-list-page__hero::after,
body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-channel-hero::before,
body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-detail-hero::before,
body.v2s-site-c-polished .v2s-core-product-detail__banner::before {
  filter: contrast(1.05);
}

body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-channel-hero::after,
body.v2s-site-c-polished .std-article-shell .page-hero.v2s-article-detail-hero::after,
body.v2s-site-c-polished .v2s-core-product-detail__banner::after {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.1) 52%, rgba(255, 255, 255, 0.02) 100%) !important;
}

@media (max-width: 900px) {
  body.v2s-site-c-polished .v2s-core-product-list-page__hero-title,
  body.v2s-site-c-polished .std-article-shell .v2s-article-channel-hero__title,
  body.v2s-site-c-polished .std-article-shell .v2s-article-detail-hero h1,
  body.v2s-site-c-polished .v2s-core-product-detail__banner-title {
    font-size: clamp(1.85rem, 8vw, 2.65rem) !important;
  }

  body.v2s-site-c-polished .v2s-core-product-detail__hero-title,
  body.v2s-site-c-polished .v2s-article-detail__article h1 {
    font-size: clamp(1.8rem, 7vw, 2.6rem) !important;
  }
}
