:where(body[data-page="home"]) {
  --rh-color-charcoal: var(--rh-charcoal);
  --rh-color-divider: var(--rh-color-divider-subtle);
  --rh-color-gold: var(--rh-gold);
  --rh-color-navy: var(--rh-navy);
  --rh-color-platinum: var(--rh-platinum);
  --rh-color-platinum-soft: var(--rh-platinum-light);
  --rh-color-white: var(--rh-white);
  --rh-duration-fast: var(--rh-motion-fast);
  --rh-duration-normal: var(--rh-duration-hover);
  --rh-font-heading-en: var(--rh-font-heading);
  --rh-font-heading-sc: var(--rh-font-heading);
  --rh-fs-body: var(--rh-font-size-body);
  --rh-fs-body-sm: var(--rh-font-size-body-sm);
  --rh-fs-caption: var(--rh-font-size-caption);
  --rh-fs-display: var(--rh-font-size-display);
  --rh-fs-h1: var(--rh-font-size-h1);
  --rh-fs-h2: var(--rh-font-size-h2);
  --rh-fs-h3: var(--rh-font-size-h3);
  --rh-lh-body: var(--rh-line-height-body);
  --rh-lh-snug: var(--rh-line-height-snug);
  --rh-lh-tight: var(--rh-line-height-tight);
  --rh-radius-md: var(--rh-radius-sm);
  --rh-shadow-float: var(--rh-shadow-toast);
  --rh-shadow-raised: var(--rh-shadow-ambient);
  --rh-shadow-soft: var(--rh-shadow-surface);
  --rh-sp-4: var(--rh-space-4);
  --rh-sp-6: var(--rh-space-6);
  --rh-sp-8: var(--rh-space-8);
  --rh-sp-card-x-desktop: var(--rh-gap-card-inner-x);
  --rh-sp-card-x-mobile: var(--rh-gap-card-inner-x-mobile);
  --rh-sp-card-y-desktop: var(--rh-gap-card-inner-y);
  --rh-sp-card-y-mobile: var(--rh-gap-card-inner-y-mobile);
  --rh-sp-form-gap: var(--rh-gap-form-field);
  --rh-sp-section-desktop: var(--rh-gap-section-desktop);
  --rh-sp-section-mobile: var(--rh-gap-section-mobile);
  --rh-text-muted: var(--rh-color-text-muted);

  
  --rh-color-page-bg: var(--rh-color-white);
  --rh-color-text-body: var(--rh-color-charcoal);

  
  --rh-layout-max-width: 1440px;
  --rh-layout-gutter-desktop: 64px;

  
  --rvhe-fw-section-title: var(--rh-font-weight-bold, 700);
  --rvhe-fw-card-title: var(--rh-font-weight-semibold, 600);
  --rvhe-fw-body: var(--rh-font-weight-regular, 400);
  --rvhe-fw-meta: var(--rh-font-weight-semibold, 600);
  --rvhe-fw-meta-strong: var(--rh-font-weight-bold, 700);

}

:where(body[data-page="home"]) * {
  box-sizing: border-box;
}

body[data-page="home"] {
  margin: 0;
  background-color: var(--rh-color-page-bg);
  color: var(--rh-color-text-body);
  font-family: var(--rh-font-body, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif);
  line-height: var(--rh-lh-body, 1.8);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

:where(body[data-page="home"]) :is(h1, h2, h3, h4, h5) {
  font-family: var(--rh-font-heading, "Montserrat", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", "Helvetica Neue", Arial, sans-serif);
  color: var(--rh-color-text-heading);
  margin: 0;
  font-weight: var(--rvhe-fw-section-title);
}

:where(body[data-page="home"]) .rh-section-header {
  margin-bottom: 64px;
}

:where(body[data-page="home"]) .rh-section-title {
  font-size: var(--rh-fs-h2, 32px);
  margin-bottom: 16px;
}

:where(body[data-page="home"]) .section-lead-title {
  position: relative;
  padding-bottom: 0.75rem;
}

:where(body[data-page="home"]) .section-lead-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background-color: var(--rh-color-gold);
}

:where(body[data-page="home"]) .section-subtitle {
  font-family: var(--rh-font-body);
  line-height: 1.8;
  margin-top: 12px;
  letter-spacing: 0.02em;
}

:where(body[data-page="home"]) .rh-section-subtitle {
  max-width: 720px;
  color: var(--rh-color-text-muted);
  font-size: var(--rh-fs-body, 16px);
  line-height: var(--rh-lh-body, 1.8);
}

:where(body[data-page="home"]) .rh-card {
  background: var(--rh-white);
  padding: var(--rh-sp-card-y-desktop, 48px) var(--rh-sp-card-x-desktop, 40px);
  border-radius: var(--rh-radius-xs, 2px);
  position: relative;
  transition: transform var(--rh-duration-hover, 0.4s) var(--rh-ease-luxury, cubic-bezier(0.25,1,0.5,1)),
              box-shadow var(--rh-duration-hover, 0.4s) var(--rh-ease-luxury, cubic-bezier(0.25,1,0.5,1));
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid transparent;
}

@media (max-width: 768px) {
  :where(body[data-page="home"]) .rh-card {
    padding: var(--rh-sp-card-y-mobile, 32px) var(--rh-sp-card-x-mobile, 24px);
  }
}

:where(body[data-page="home"]) .rh-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--rh-gold);
  transition: width var(--rh-duration-hover, 0.4s) var(--rh-ease-luxury, cubic-bezier(0.25,1,0.5,1));
}

:where(body[data-page="home"]) .rh-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--rh-shadow-ambient, 0 20px 40px rgba(15,30,60,0.08));
}

:where(body[data-page="home"]) .rh-card:hover::before {
  width: 100%;
}

:where(body[data-page="home"]) .rh-card-meta {
  font-size: var(--rh-card-meta-font-size);
  line-height: var(--rh-line-height-caption);
  color: var(--rh-color-text-placeholder);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-weight: var(--rvhe-fw-meta);
}

:where(body[data-page="home"]) .rh-tag {
  font-size: var(--rh-font-size-body);
  font-weight: 700;
  color: var(--rh-color-text-strong-alt);
  padding: var(--rh-space-3) var(--rh-space-4);
  border: 1px solid var(--rh-color-border-soft);
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease;
  cursor: pointer;
}

:where(body[data-page="home"]) .rh-tag-active {
  background: var(--rh-color-navy);
  color: white;
  border-color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .rh-tag-active:active {
  background: var(--rh-color-navy);
}

:where(body[data-page="home"]) .rh-tag:active {
  background: var(--rh-color-border-soft);
}

:where(body[data-page="home"]) .rh-card-tag {
  position: absolute;
  top: var(--rh-space-4);
  left: var(--rh-space-4);
  padding: 0.4rem 0.8rem;
  border-radius: 2px;
  background: rgba(255,255,255,0.86);
  font-size: 11px;
  font-weight: var(--rvhe-fw-meta-strong);
color: var(--rh-color-navy);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:where(body[data-page="home"]) .rh-card:hover .rh-card-tag {
  background: rgba(255,255,255,0.94);
}

:where(body[data-page="home"]) .rh-card-title {
  font-size: var(--rh-fs-h3, 20px);
  line-height: var(--rh-lh-snug, 1.45);
  font-weight: var(--rvhe-fw-card-title);
margin-bottom: 16px;
  flex-grow: 0;
}

:where(body[data-page="home"]) .rh-card-body {
  font-size: 15px;
  color: var(--rh-color-text-muted);
  line-height: 1.7;
  flex-grow: 1;
}

:where(body[data-page="home"]) .rh-input {
  width: 100%;
  padding: 12px 0;
  font-size: var(--rh-fs-body, 16px);
  font-family: var(--rh-font-body);
  color: var(--rh-color-text-body);
  border: none;
  border-bottom: 1px solid var(--rh-color-border-soft);
  background: transparent;
  outline: none;
  border-radius: 0;
  transition: border-color var(--rh-duration-hover, 0.4s) var(--rh-ease-luxury, cubic-bezier(0.25,1,0.5,1));
}

:where(body[data-page="home"]) .rh-input:focus {
  border-bottom: 2px solid var(--rh-navy);
}

:where(body[data-page="home"]) .rh-label {
  position: absolute;
  top: 12px;
  left: 0;
  font-size: var(--rh-fs-body, 16px);
  color: var(--rh-color-text-placeholder);
  font-family: var(--rh-font-heading);
  pointer-events: none;
  transition: all var(--rh-duration-hover, 0.4s) var(--rh-ease-luxury, cubic-bezier(0.25,1,0.5,1));
}

:where(body[data-page="home"]) .rh-input:focus ~ .rh-label, :where(body[data-page="home"]) .rh-input:not(:placeholder-shown) ~ .rh-label {
  top: -20px;
  font-size: var(--rh-fs-caption, 12px);
  color: var(--rh-color-text-heading);
  font-weight: 700;
}

:where(body[data-page="home"]) .rh-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 40px;
  border-radius: var(--rh-radius-xs, 2px);
  font-family: var(--rh-font-heading);
  font-weight: 700;
  font-size: var(--rh-fs-body-sm, 14px);
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all var(--rh-duration-hover, 0.4s) var(--rh-ease-luxury, cubic-bezier(0.25,1,0.5,1));
  text-decoration: none;
  border: 1px solid transparent;
}

:where(body[data-page="home"]) .section-wrap {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

:where(body[data-page="home"]) .reveal-item {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1),
                  transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}

:where(body[data-page="home"]) .reveal-item.active {
  opacity: 1;
  transform: translateY(0);
}

:where(body[data-page="home"]) .nav-main > * {
  position: relative;
}

:where(body[data-page="home"]) .nav-main > *:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1rem;
  width: 1px;
  height: 14px;
  background-color: currentColor;
  opacity: 0.25;
  transform: translateY(-50%);
}

:where(body[data-page="home"]) .nav-hero .nav-main > *:not(:last-child)::after {
  opacity: 0.18;
}

:where(body[data-page="home"]) .nav-hero {
  background: transparent;
  color: var(--rh-color-white);
  border-bottom: none;
}

:where(body[data-page="home"]) .nav-hero .menu-link:hover {
  opacity: 0.7;
}

:where(body[data-page="home"]) .nav-hero .btn-consult {
  border-color: var(--rh-color-cta-text-muted);
  color: var(--rh-color-white);
}

:where(body[data-page="home"]) .nav-hero .btn-consult:hover {
  background-color: var(--rh-color-white);
  color: var(--rh-color-navy);
  border-color: var(--rh-color-white);
}

:where(body[data-page="home"]) .nav-hero .menu-link.nav-item-active, :where(body[data-page="home"]) .nav-scrolled .menu-link.nav-item-active {
  position: relative;
}

:where(body[data-page="home"]) .nav-hero .menu-link.nav-item-active::after, :where(body[data-page="home"]) .nav-scrolled .menu-link.nav-item-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 2px;
  border-radius: 2px;
  background-color: currentColor;
}

:where(body[data-page="home"]) .nav-scrolled {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  color: var(--rh-color-navy);
  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}

:where(body[data-page="home"]) .nav-scrolled .btn-consult {
  border-color: var(--rh-color-navy);
  color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .nav-scrolled .btn-consult:hover {
  background-color: var(--rh-color-navy);
  color: var(--rh-color-white);
}

:where(body[data-page="home"]) .hero-title {
  letter-spacing: -0.02em;
}

:where(body[data-page="home"]) .hero-desc p + p {
  margin-top: 0.4rem;
}

:where(body[data-page="home"]) .slide {
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

:where(body[data-page="home"]) .slide.active {
  opacity: 1;
  z-index: 1;
  pointer-events: auto;
}

:where(body[data-page="home"]) .slide img {
  transform: scale(1.1);
  transition: transform 12s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

:where(body[data-page="home"]) .slide.active img {
  transform: scale(1);
}

:where(body[data-page="home"]) .slide-content {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1.2s ease-out 0.5s;
}

:where(body[data-page="home"]) .slide.active .slide-content {
  opacity: 1;
  transform: translateY(0);
}

:where(body[data-page="home"]) .progress-bar-track {
  height: 2px;
  background: rgba(255,255,255,0.2);
  width: 100%;
  position: relative;
  overflow: hidden;
}

:where(body[data-page="home"]) .progress-bar-fill {
  height: 100%;
  background: var(--rh-color-white);
  width: 0;
}

:where(body[data-page="home"]) .slide-indicator.active .progress-bar-fill {
  width: 100%;
  transition: width 10s linear;
}

:where(body[data-page="home"]) .slide-indicator:not(.active) .progress-bar-fill {
  width: 0;
  transition: none;
}

:where(body[data-page="home"]) .btn-glass {
  
  background-color: var(--rh-cta-button-bg);
  backdrop-filter: none;
  text-shadow: none;
  border-radius: var(--rh-radius-button);
  border: var(--rh-cta-button-border);
  color: var(--rh-cta-button-text);
  box-shadow: none;
  transition: background-color 0.3s var(--rh-timing-luxury),
              border-color 0.3s var(--rh-timing-luxury),
              color 0.3s var(--rh-timing-luxury),
              transform 0.3s var(--rh-timing-luxury);
}

:where(body[data-page="home"]) .btn-glass:hover {
  background-color: var(--rh-cta-button-hover-bg);
  border-color: var(--rh-cta-button-hover-bg);
  color: var(--rh-cta-button-hover-text);
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .btn-glass,
  :where(body[data-page="home"]) .btn-glass.rh-btn-ghost {
    background-color: rgba(255, 255, 255, 0.14);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }
}
:where(body[data-page="home"]) .editorial-card {
  background-color: var(--rh-color-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

:where(body[data-page="home"]) .editorial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  border-color: var(--rh-color-platinum);
}

:where(body[data-page="home"]) .editorial-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 18px;
  background-color: var(--rh-color-platinum);
  border-radius: 2px;
}

:where(body[data-page="home"]) .editorial-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  filter: brightness(0.98);
}

:where(body[data-page="home"]) .editorial-card:hover .editorial-img-wrap img {
  transform: scale(1.04);
  filter: brightness(1.02);
}

:where(body[data-page="home"]) .editorial-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
}

:where(body[data-page="home"]) .editorial-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}

:where(body[data-page="home"]) .editorial-date {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--rh-color-text-meta);
  text-transform: uppercase;
}

:where(body[data-page="home"]) .editorial-tag {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--rh-color-navy);
  border: 1px solid var(--rh-color-border-soft);
  padding: 2px 6px;
  transition: all 0.3s ease;
}

:where(body[data-page="home"]) .editorial-card:hover .editorial-tag {
  border-color: var(--rh-color-navy);
  background-color: var(--rh-color-navy);
  color: white;
}

:where(body[data-page="home"]) .editorial-title {
  font-family: var(--rh-font-heading, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif);
  font-size: 1.2rem;
  line-height: 1.35;
  font-weight: 600;
  color: var(--rh-color-navy);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

:where(body[data-page="home"]) .editorial-card:hover .editorial-title {
  color: var(--rh-color-text-soft);
}

:where(body[data-page="home"]) .editorial-divider {
  width: 100%;
  height: 1px;
  background-color: var(--rh-color-border-soft);
  margin-bottom: 12px;
  transition: background-color 0.3s ease;
}

:where(body[data-page="home"]) .editorial-card:hover .editorial-divider {
  background-color: var(--rh-color-border-soft);
}

:where(body[data-page="home"]) .editorial-content {
  margin-bottom: 16px;
  flex-grow: 1;
}

:where(body[data-page="home"]) .editorial-text {
  font-size: 13px;
  line-height: 1.7;
  color: var(--rh-color-charcoal);
  font-weight: 400;
  text-align: justify;
  margin-bottom: 0.75rem;
}

:where(body[data-page="home"]) .editorial-label {
  color: var(--rh-color-navy);
  font-weight: 600;
  margin-right: 4px;
}

:where(body[data-page="home"]) .editorial-footer {
  border-top: 1px solid var(--rh-color-platinum);
  padding-top: 0.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

:where(body[data-page="home"]) .editorial-read-btn {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rh-color-navy);
  position: relative;
  padding-bottom: 2px;
  transition: opacity 0.3s;
}

:where(body[data-page="home"]) .editorial-read-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--rh-color-navy);
  transition: width 0.3s ease;
}

:where(body[data-page="home"]) .editorial-card:hover .editorial-read-btn::after {
  width: 60%;
}

:where(body[data-page="home"]) .editorial-time {
  font-size: 10px;
  color: var(--rh-color-text-meta);
  font-weight: 500;
}

:where(body[data-page="home"]) .case-strip-item {
  display: flex;
  flex-direction: column;
  padding-bottom: 3rem;
  margin-bottom: 1.75rem;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

:where(body[data-page="home"]) .case-strip-item::after {
  content: "";
  position: absolute;
  bottom: 0.75rem;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.06);
}

:where(body[data-page="home"]) .case-strip-item.is-last::after {
  display: none;
}

@media (min-width: 1024px) {
  :where(body[data-page="home"]) .cases-strip-list {
    gap: 40px;
  }

  :where(body[data-page="home"]) .case-strip-item {
    flex-direction: row;
    gap: 5rem;
    align-items: stretch;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

:where(body[data-page="home"]) .strip-img-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--rh-color-border-soft);
  border-radius: 1px;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  aspect-ratio: 3 / 2;
}

@media (min-width: 1024px) {
  :where(body[data-page="home"]) .strip-img-wrap {
    width: 45%;
    aspect-ratio: auto;
    min-height: 320px;
  }
}

:where(body[data-page="home"]) .strip-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.6s ease;
  filter: brightness(0.98) grayscale(10%);
}

:where(body[data-page="home"]) .case-strip-item:hover .strip-img-wrap img {
  transform: scale(1.04);
  filter: brightness(1.02) grayscale(0%);
}

:where(body[data-page="home"]) .strip-content-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem 0.5rem 1.5rem 0.5rem;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  :where(body[data-page="home"]) .strip-content-wrap {
    width: 55%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

:where(body[data-page="home"]) .strip-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 3rem;
  padding-bottom: 1.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .strip-data-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}

:where(body[data-page="home"]) .data-block {
  position: relative;
}

:where(body[data-page="home"]) .data-block h5 {
  font-size: 9px;
  color: var(--rh-color-text-meta);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 600;
  margin-bottom: 6px;
  font-family: "SF Mono", monospace;
}

:where(body[data-page="home"]) .data-block p {
  font-size: 11px;
  color: var(--rh-color-charcoal);
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

:where(body[data-page="home"]) .content-middle {
  margin-bottom: 12px;
  position: relative;
}

:where(body[data-page="home"]) .strip-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.02em;
  margin-bottom: 1rem;
  max-width: 100%;
}

:where(body[data-page="home"]) .case-strip-item:hover .strip-title {
  color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .case-abstract {
  position: relative;
  padding-top: 0.75rem;
}

:where(body[data-page="home"]) .case-abstract::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--rh-color-gold);
  transition: width 0.35s var(--rh-ease-luxury), background-color 0.35s var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .case-strip-item:hover .case-abstract::before {
  width: 48px;
  background-color: var(--rh-color-gold);
}

:where(body[data-page="home"]) .case-abstract p {
  font-size: 0.92rem;
  color: var(--rh-color-charcoal);
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
  max-width: 98%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

:where(body[data-page="home"]) .content-bottom {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 1px solid rgba(0,0,0,0.06);
  padding-top: 1.5rem;
}

:where(body[data-page="home"]) .case-results-wrap {
  flex: 1;
}

:where(body[data-page="home"]) .results-label {
  font-family: "SF Mono", monospace;
  font-size: 9px;
  color: var(--rh-color-text-meta);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: block;
}

:where(body[data-page="home"]) .case-results-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

:where(body[data-page="home"]) .result-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.85rem;
  color: var(--rh-color-charcoal);
  font-weight: 400;
  line-height: 1.4;
}

:where(body[data-page="home"]) .result-symbol {
  font-family: "SF Mono", monospace;
  font-size: 11px;
  color: var(--rh-color-charcoal);
  font-weight: 400;
  opacity: 0.5;
}

:where(body[data-page="home"]) .arrow-container {
  padding-left: 2rem;
  padding-bottom: 2px;
}

:where(body[data-page="home"]) .arrow-svg {
  width: 20px;
  height: 10px;
  color: var(--rh-color-navy);
  transition: all 0.3s ease;
  display: block;
}

:where(body[data-page="home"]) .case-strip-item:hover .arrow-svg {
  opacity: 1;
  transform: translateX(4px);
}

:where(body[data-page="home"]) .value-card {
  background-color: var(--rh-color-white);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

:where(body[data-page="home"]) .value-card:hover {
  transform: translateY(-6px);
  border-color: var(--rh-color-platinum);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
}

:where(body[data-page="home"]) .value-img-wrap {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 1.5rem;
  background-color: var(--rh-color-platinum);
  border-radius: 2px;
}

:where(body[data-page="home"]) .value-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
  filter: brightness(0.95) grayscale(20%);
}

:where(body[data-page="home"]) .value-card:hover .value-img-wrap img {
  transform: scale(1.05);
  filter: brightness(1.02) grayscale(0%);
}

:where(body[data-page="home"]) .value-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 1.5rem;
}

:where(body[data-page="home"]) .value-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

:where(body[data-page="home"]) .value-num {
  font-family: "SF Mono", monospace;
  font-size: 11px;
  font-weight: 600;
  color: var(--rh-color-border-soft);
}

:where(body[data-page="home"]) .value-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rh-color-navy);
  border: 1px solid var(--rh-color-border-soft);
  padding: 3px 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

:where(body[data-page="home"]) .value-card:hover .value-tag {
  border-color: var(--rh-color-navy);
  background-color: var(--rh-color-navy);
  color: white;
}

:where(body[data-page="home"]) .value-title {
  font-family: var(--rh-font-heading, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif);
  font-size: 1.4rem;
  line-height: 1.25;
  font-weight: 600;
  color: var(--rh-color-navy);
  margin-bottom: 0.6rem;
  transition: color 0.3s ease;
  letter-spacing: -0.02em;
  min-height: auto;
}

:where(body[data-page="home"]) .value-card:hover .value-title {
  color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .value-divider {
  width: 32px;
  height: 2px;
  background-color: var(--rh-color-gold);
  margin: 8px 0 14px;
  transition: width 0.35s var(--rh-ease-luxury), background-color 0.35s var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .value-card:hover .value-divider {
  width: 48px;
  background-color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .value-text {
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--rh-color-charcoal);
  font-weight: 400;
  text-align: justify;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

:where(body[data-page="home"]) .value-footer {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}

:where(body[data-page="home"]) .value-card .arrow-icon {
  width: 20px;
  height: 10px;
  color: var(--rh-color-text-meta);
  transition: all 0.3s ease;
  display: block;
}

:where(body[data-page="home"]) .value-card:hover .arrow-icon {
  color: var(--rh-color-navy);
  transform: translateX(4px);
}

:where(body[data-page="home"]) .service-card-refined {
  background-color: var(--rh-color-white);
  border: 1px solid transparent;
  transition: all .4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
}

:where(body[data-page="home"]) .service-card-refined:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.06);
  border-color: var(--rh-color-platinum);
}

:where(body[data-page="home"]) .service-img-container {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

:where(body[data-page="home"]) .service-img-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22,1,0.36,1), filter .5s ease;
  filter: brightness(.98) grayscale(10%);
}

:where(body[data-page="home"]) .service-card-refined:hover .service-img-container img {
  filter: brightness(1.03) grayscale(0%);
}

:where(body[data-page="home"]) .service-content {
  padding: 1.5rem;
  flex-grow: 1;
  border-left: 1px solid var(--rh-color-platinum);
  border-right: 1px solid var(--rh-color-platinum);
  border-bottom: 1px solid var(--rh-color-platinum);
  display: flex;
  flex-direction: column;
}

:where(body[data-page="home"]) .service-line {
  width: 24px;
  height: 2px;
  background-color: var(--rh-color-gold);
  transition: all .4s ease;
  margin-bottom: 16px;
}

:where(body[data-page="home"]) .service-card-refined:hover .service-line {
  width: 48px;
  background-color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .service-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 0.8rem;
}

:where(body[data-page="home"]) .service-num {
  font-family: "SF Mono", monospace;
  color: var(--rh-color-border-soft);
  font-size: 13px;
  font-weight: 600;
  transition: color .3s;
}

:where(body[data-page="home"]) .service-card-refined:hover .service-num {
  color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .service-category {
  font-size: 10px;
  color: var(--rh-color-text-meta);
  font-weight: 700;
  letter-spacing: .15em;
}

:where(body[data-page="home"]) .service-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: .7rem;
  color: var(--rh-color-navy);
}

:where(body[data-page="home"]) .service-desc {
  font-size: 13px;
  color: var(--rh-color-charcoal);
  line-height: 1.75;
  text-align: justify;
  font-weight: 400;
  min-height: 4.2em;
  margin-bottom: 16px;
}

:where(body[data-page="home"]) .service-tags-wrap {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

:where(body[data-page="home"]) .service-tag-item {
  background: var(--rh-color-platinum);
  color: var(--rh-color-text-meta);
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 500;
}

:where(body[data-page="home"]) .service-card-refined:hover .service-tag-item {
  background: var(--rh-color-navy);
  color: var(--rh-color-white);
}

:where(body[data-page="home"]) .stagger-item {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

:where(body[data-page="home"]) .section-active .stagger-item {
  opacity: 1;
  transform: translateY(0);
}

:where(body[data-page="home"]) .delay-100 {
  transition-delay: 0.1s;
}

:where(body[data-page="home"]) .delay-200 {
  transition-delay: 0.2s;
}

:where(body[data-page="home"]) .delay-300 {
  transition-delay: 0.3s;
}

:where(body[data-page="home"]) .reveal-mask-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

:where(body[data-page="home"]) .reveal-mask {
  position: absolute;
  inset: 0;
  background-color: var(--rh-color-border-soft);
  z-index: 10;
  transform: scaleY(1);
  transform-origin: bottom;
  transition: transform 1.4s cubic-bezier(0.77, 0, 0.175, 1);
}

:where(body[data-page="home"]) .section-active .reveal-mask {
  transform: scaleY(0);
}

:where(body[data-page="home"]) .reveal-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.1);
  transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1), filter 0.5s ease;
  filter: brightness(0.95) grayscale(10%);
}

:where(body[data-page="home"]) .section-active .reveal-img {
  transform: scale(1);
}

:where(body[data-page="home"]) .img-container:hover .reveal-img {
  transform: scale(1.03);
  filter: brightness(1.02) grayscale(0%);
  transition-duration: 0.8s;
}

:where(body[data-page="home"]) .img-container {
  overflow: hidden;
  position: relative;
  background-color: var(--rh-color-border-soft);
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

:where(body[data-page="home"]) .form-label {
  display: block;
  font-size: 11px;
  color: var(--rh-color-text-label);
  margin-bottom: 0.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

:where(body[data-page="home"]) .form-input, :where(body[data-page="home"]) .form-textarea {
  width: 100%;
  border: 1px solid var(--rh-color-border-soft);
  padding: 0.6rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 2px;
  outline: none;
  background-color: var(--rh-color-platinum);
  transition: all 0.2s ease;
  color: var(--rh-color-charcoal);
}

:where(body[data-page="home"]) .form-input:focus, :where(body[data-page="home"]) .form-textarea:focus {
  border-color: var(--rh-color-navy);
  background-color: var(--rh-color-white);
  box-shadow: 0 0 0 1px var(--rh-color-navy);
}

:where(body[data-page="home"]) .form-textarea {
  resize: vertical;
  min-height: 110px;
  line-height: 1.6;
}

:where(body[data-page="home"]) .consult-subtext {
  margin-top: 12px;
  max-width: 560px;
}

:where(body[data-page="home"]) .consult-submit-btn {
  background-color: var(--rh-color-navy);
  color: var(--rh-color-white);
  border-radius: 2px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(15, 30, 60, 0.24);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
}

:where(body[data-page="home"]) .consult-submit-btn:hover {
  background-color: var(--rh-color-navy-overlay-mid);
  transform: translateY(-1px);
  box-shadow: 0 16px 35px rgba(15, 30, 60, 0.32);
}

:where(body[data-page="home"]) .consult-submit-btn:active {
  background-color: var(--rh-color-navy-overlay-deep);
  box-shadow: 0 6px 18px rgba(15, 30, 60, 0.38);
  transform: translateY(0);
}

:where(body[data-page="home"]) .csr-entry-card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 1.5rem 0 0.5rem;
}

@media (min-width: 1024px) {
  :where(body[data-page="home"]) .csr-entry-card {
    flex-direction: row;
    align-items: flex-start;
    gap: 5rem;
  }
}

:where(body[data-page="home"]) .csr-text-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 0.5rem;
}

:where(body[data-page="home"]) .csr-title {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--rh-color-navy);
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  line-height: 1.1;
}
:where(body[data-page="home"]) .csr-desc {
  font-size: 14px;
  line-height: 1.8;
  color: var(--rh-color-charcoal);
  font-weight: 400;
  text-align: justify;
  margin-bottom: 32px;
  max-width: 90%;
}

:where(body[data-page="home"]) .csr-trigger-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.9rem 2.4rem;
  background: var(--rh-color-navy);
  color: var(--rh-color-white);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  border-radius: 2px;
  width: fit-content;
}

:where(body[data-page="home"]) .csr-trigger-btn:hover {
  background: var(--rh-color-navy);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

:where(body[data-page="home"]) .trigger-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
}

:where(body[data-page="home"]) .csr-trigger-btn:hover .trigger-arrow {
  transform: translateX(4px);
}

:where(body[data-page="home"]) .csr-img-wrap {
  flex: 1;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  cursor: pointer;
}

:where(body[data-page="home"]) .csr-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1), filter 1.5s ease;
  filter: brightness(0.8) grayscale(20%);
}

:where(body[data-page="home"]) .csr-img-wrap:hover img {
  filter: brightness(1) grayscale(0%);
}

:where(body[data-page="home"]) .play-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.9);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: all 0.4s ease;
  opacity: 0;
}

:where(body[data-page="home"]) .csr-img-wrap:hover .play-circle {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

:where(body[data-page="home"]) .fullscreen-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: var(--rh-color-navy);
  opacity: 0;
  pointer-events: none;
  transition: opacity 1s ease;
  overflow: hidden;
  --mouse-x: 50%;
  --mouse-y: 50%;
}

:where(body[data-page="home"]) .fullscreen-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

:where(body[data-page="home"]) .bg-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.2s ease-out;
}

:where(body[data-page="home"]) .layer-dark {
  background-image: url("/assets/csr-bg.jpeg");
  filter: brightness(0.2) grayscale(80%) blur(2px);
  z-index: 1;
}

:where(body[data-page="home"]) .layer-reveal {
  z-index: 3;
  background-image: url("/assets/csr-bg.jpeg");
  filter: brightness(1.1) saturate(1.2);
  -webkit-mask-image: radial-gradient(circle 350px at var(--mouse-x) var(--mouse-y), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 350px at var(--mouse-x) var(--mouse-y), black 0%, transparent 100%);
}

:where(body[data-page="home"]) .overlay-content-wrap {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  text-shadow: 0 2px 20px rgba(134, 239, 172, 0.5);
}

:where(body[data-page="home"]) .overlay-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s cubic-bezier(0.2, 0, 0.2, 1);
}

:where(body[data-page="home"]) .fullscreen-overlay.active .overlay-item {
  opacity: 1;
  transform: translateY(0);
}

:where(body[data-page="home"]) .stats-row {
  display: flex;
  gap: 3rem;
  border-top: 1px solid rgba(134, 239, 172, 0.3);
  padding-top: 2.4rem;
}

:where(body[data-page="home"]) .stat-num {
  font-size: 3rem;
  font-weight: 300;
  font-family: "SF Mono", monospace;
  display: block;
  margin-bottom: 0.5rem;
  color: var(--rh-color-stat-accent);
}

:where(body[data-page="home"]) .stat-txt {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
}

:where(body[data-page="home"]) .close-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 30;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(4px);
}

:where(body[data-page="home"]) .close-btn:hover {
  background: var(--rh-color-stat-accent);
  color: var(--rh-color-navy);
  border-color: var(--rh-color-stat-accent);
  transform: rotate(90deg);
}

:where(body[data-page="home"]) .rh-section-surface {
  background: var(--rh-color-section-bg-default);
}

:where(body[data-page="home"]) .rh-section-surface--textured {
  background: radial-gradient(circle at 0 0, rgba(0,0,0,0.03), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(0,0,0,0.035), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(0,0,0,0.025), transparent 55%),
    var(--rh-color-section-bg-default);
}

:where(body[data-page="home"]) .bg-texture-light {
  background: var(--rh-color-section-bg-default);
}

:where(body[data-page="home"]) .bg-texture-gray {
  background: radial-gradient(circle at 0 0, rgba(0,0,0,0.03), transparent 60%),
    radial-gradient(circle at 100% 0, rgba(0,0,0,0.035), transparent 55%),
    radial-gradient(circle at 0 100%, rgba(0,0,0,0.025), transparent 55%),
    var(--rh-color-section-bg-default);
}

:where(body[data-page="home"]) section + section {
  margin-top: 0;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) section + section {
    margin-top: 0;
  }
}

:where(body[data-page="home"]) .nav-hero .nav-cases-dropdown {
  min-width: 180px;
  max-width: 200px;
  padding-top: 0.4rem;
  padding-bottom: 0.45rem;
}

:where(body[data-page="home"]) .nav-hero .nav-cases-inner {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  align-items: center;
  justify-content: flex-start;
}

:where(body[data-page="home"]) .nav-hero .cases-nav-pill {
  border-radius: 0.375rem;
  border: 0;
  padding: 0.18rem 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--rh-color-white);
  background: transparent;
  transition: color 0.16s ease-out, transform 0.16s ease-out;
  white-space: nowrap;
  width: 100%;
}

:where(body[data-page="home"]) .nav-hero .cases-nav-pill:hover {
  transform: translateX(2px);
  color: var(--rh-color-cta-text-muted);
}

:where(body[data-page="home"]) .nav-scrolled .nav-cases-dropdown {
  min-width: 200px;
  max-width: 220px;
  background: rgba(255,255,255,0.98);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
  border-radius: 0.75rem;
  border: 1px solid rgba(0,0,0,0.06);
  padding: 0.5rem 0.75rem;
}

:where(body[data-page="home"]) .nav-scrolled .nav-cases-inner {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  align-items: center;
  justify-content: flex-start;
}

:where(body[data-page="home"]) .nav-scrolled .cases-nav-pill {
  border-radius: 0.5rem;
  border: 0;
  padding: 0.2rem 0.3rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--rh-color-navy);
  background: transparent;
  transition: all 0.16s ease-out;
  white-space: nowrap;
  width: 100%;
}

:where(body[data-page="home"]) .nav-scrolled .cases-nav-pill:hover {
  background: var(--rh-color-navy);
  color: var(--rh-color-white);
}

:where(body[data-page="home"]) .nav-hero .nav-sub-pill {
  border-radius: 0.375rem;
  border: 0;
  padding: 0.18rem 0.2rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--rh-color-white);
  background: transparent;
  transition: color 0.16s ease-out, transform 0.16s ease-out;
  white-space: nowrap;
  width: 100%;
}

:where(body[data-page="home"]) .nav-hero .nav-sub-pill:hover {
  transform: translateX(2px);
  color: var(--rh-color-cta-text-muted);
}

:where(body[data-page="home"]) .nav-scrolled .nav-sub-pill {
  border-radius: 0.5rem;
  border: 0;
  padding: 0.2rem 0.3rem;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-align: center;
  color: var(--rh-color-navy);
  background: transparent;
  transition: all 0.16s ease-out;
  white-space: nowrap;
  width: 100%;
}

:where(body[data-page="home"]) .nav-scrolled .nav-sub-pill:hover {
  background: var(--rh-color-navy);
  color: var(--rh-color-white);
}

:where(body[data-page="home"]) .mobile-link {
  font-size: 0.95rem;
}

:where(body[data-page="home"]) .mobile-link.nav-item-active {
  font-weight: 600;
}

:where(body[data-page="home"]) .logo-mark {
  display: block;
  transition: filter 0.3s ease, transform 0.2s ease;
}

:where(body[data-page="home"]) .nav-hero .logo-mark {
  filter: none;
}

:where(body[data-page="home"]) .nav-scrolled .logo-mark {
  filter: invert(1) brightness(0.7) contrast(1.3);
}

:where(body[data-page="home"]) .case-meta {
  display: none;
}

@media (max-width: 767px) {
  :where(body[data-page="home"]) .hero-desc {
    font-size: 13px;
  }

  :where(body[data-page="home"]) section h2, :where(body[data-page="home"]) section h3 {
    text-align: left;
  }

  

  :where(body[data-page="home"]) .editorial-card.is-active {
    transform: translateY(-3px);
    box-shadow: 0 18px 36px rgba(0,0,0,0.06);
    border-color: var(--rh-color-border-soft);
  }

  :where(body[data-page="home"]) .consult-desktop-only {
    display: none;
  }

  :where(body[data-page="home"]) .consult-actions button, :where(body[data-page="home"]) .consult-actions a {
    box-shadow: none;
    border: none;
    background-color: var(--rh-color-platinum);
    color: var(--rh-color-navy);
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.1s ease;
  }

  :where(body[data-page="home"]) .consult-actions button:active, :where(body[data-page="home"]) .consult-actions a:active {
    transform: translateY(1px);
    background-color: var(--rh-color-navy);
    color: var(--rh-color-platinum);
  }

  :where(body[data-page="home"]) .consult-actions .consult-primary {
    background-color: var(--rh-color-navy);
    color: var(--rh-color-platinum);
  }

  :where(body[data-page="home"]) .hero-title {
    font-size: 20px;
    line-height: 1.3;
  }

  :where(body[data-page="home"]) .hero-title br {
    display: none;
  }

  :where(body[data-page="home"]) .section-subtitle {
    color: var(--rh-color-text-meta);
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-left: 0;
    margin-left: 0;
    display: block;
  }

  :where(body[data-page="home"]) .footer-accordion-wrap {
    margin-top: 92px;
  }

  :where(body[data-page="home"]) .footer-social {
    margin-top: 6px;
  }

  :where(body[data-page="home"]) .footer-social > div {
    margin-top: 5px;
  }

  

  
  :where(body[data-page="home"]) #about .space-y-6 > :not([hidden]) ~ :not([hidden]) {
    margin-top: 12px;
  }

  
  :where(body[data-page="home"]) :is(#about .body-text, #about .rh-body-text, #csr .csr-desc) {
    line-height: var(--rvhe-m-type-long-lh, 1.8);
  }

  
  :where(body[data-page="home"]) #service .service-tag-item {
    background: transparent;
    color: var(--rh-color-text-muted);
    border: 1px solid var(--rh-color-border-soft);
    padding: 2px 8px;
    border-radius: 2px;
    font-size: var(--rvhe-m-type-tag, 10px);
    line-height: 1.35;
    font-weight: 600;
  }

  
  :where(body[data-page="home"]) #service .service-card-refined:hover .service-tag-item {
    background: transparent;
    color: var(--rh-color-text-muted);
    border-color: var(--rh-color-border-soft);
  }
}

:where(body[data-page="home"]) .pc-nav .nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0.35rem);
  min-width: 162px;
  max-width: 182px;
  background-color: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.15);
  padding: 0.5rem 0.8rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.16s ease-out, transform 0.16s ease-out;
  will-change: opacity, transform;
  z-index: 40;
}

:where(body[data-page="home"]) .pc-nav .nav-dropdown-panel, :where(body[data-page="home"]) .pc-nav .nav-dropdown-panel a, :where(body[data-page="home"]) .pc-nav .nav-dropdown-panel button {
  color: var(--rh-color-white);
}

:where(body[data-page="home"]) .pc-nav .nav-item--has-dropdown.nav-open > .nav-dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0.55rem);
}

:where(body[data-page="home"]) .pc-nav .nav-dropdown-panel .nav-cases-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  justify-content: flex-start;
}

:where(body[data-page="home"]) .pc-nav .nav-dropdown-panel .nav-sub-pill, :where(body[data-page="home"]) .pc-nav .nav-dropdown-panel .cases-nav-pill {
  width: 100%;
  text-align: left;
}

:where(body[data-page="home"]) .pc-nav .nav-dropdown-panel .nav-cases-inner {
  align-items: center;
}

:where(body[data-page="home"]) .pc-nav .nav-dropdown-panel .cases-nav-pill, :where(body[data-page="home"]) .pc-nav .nav-dropdown-panel .nav-sub-pill {
  text-align: center;
}

:where(body[data-page="home"]) .nav-scrolled .pc-nav .nav-dropdown-panel {
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.15);
}

:where(body[data-page="home"]) .nav-scrolled .pc-nav .nav-dropdown-panel, :where(body[data-page="home"]) .nav-scrolled .pc-nav .nav-dropdown-panel a, :where(body[data-page="home"]) .nav-scrolled .pc-nav .nav-dropdown-panel button {
  color: var(--rh-color-navy);
  text-align: center;
}

:where(body[data-page="home"]) .nav-scrolled .pc-nav .nav-dropdown-panel .cases-nav-pill, :where(body[data-page="home"]) .nav-scrolled .pc-nav .nav-dropdown-panel .nav-sub-pill {
  background: transparent;
}

:where(body[data-page="home"]) .btn-consult, :where(body[data-page="home"]) .btn-glass, :where(body[data-page="home"]) .csr-trigger-btn {
  border-radius: 2px;
}

:where(body[data-page="home"]) .body-text, :where(body[data-page="home"]) .rh-body-text {
  font-family: var(--rh-font-body);
  font-weight: var(--rh-font-weight-regular);
  font-size: var(--rh-font-size-body);
  line-height: var(--rh-line-height-caption);
  color: var(--rh-color-charcoal);
  letter-spacing: 0.02em;
  text-align: justify;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .body-text, :where(body[data-page="home"]) .rh-body-text {
    font-size: var(--rh-font-size-body);
  }
}

:where(body[data-page="home"]) .rh-heading-2 {
  font-family: var(--rh-font-heading-en);
  font-weight: 600;
  color: var(--rh-color-navy);
  line-height: var(--rh-line-height-tight);
  font-size: 24px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .rh-heading-2 {
    font-size: var(--rh-font-size-h2);
    line-height: 1.4;
  }
}

:where(body[data-page="home"]) .rh-heading-3 {
  font-family: var(--rh-font-heading-en);
  font-weight: 600;
  color: var(--rh-color-navy);
  line-height: 1.4;
  
  font-size: 17px;
  letter-spacing: -0.01em;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .rh-heading-3 {
    font-size: var(--rh-font-size-h3);
    line-height: 1.5;
  }
}

:where(body[data-page="home"]) .rh-caption {
  font-family: var(--rh-font-body);
  font-size: var(--rh-font-size-caption);
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--rh-color-text-meta);
}

:where(body[data-page="home"]) .rh-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: var(--rh-radius-sm);
  border: none;
  background-color: var(--rh-color-navy);
  color: var(--rh-color-white);
  font-family: var(--rh-font-heading-en);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: var(--rh-shadow-soft);
  transition: background-color var(--rh-duration-normal) var(--rh-ease-luxury),
    box-shadow var(--rh-duration-normal) var(--rh-ease-luxury),
    transform var(--rh-duration-fast) var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .rh-btn-primary:hover {
  background-color: var(--rh-color-navy-elevated);
  box-shadow: var(--rh-shadow-raised);
  transform: translateY(-1px);
}

:where(body[data-page="home"]) .rh-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: var(--rh-radius-sm);
  border: 1px solid var(--rh-color-navy);
  background-color: transparent;
  color: var(--rh-color-navy);
  font-family: var(--rh-font-heading-en);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  transition: background-color var(--rh-duration-normal) var(--rh-ease-luxury),
    color var(--rh-duration-normal) var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .rh-btn-secondary:hover {
  background-color: rgba(15, 30, 60, 0.04);
}

:where(body[data-page="home"]) .rh-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.2rem;
  border-radius: var(--rh-radius-sm);
  border: none;
  background-color: transparent;
  color: var(--rh-color-navy);
  font-family: var(--rh-font-heading-en);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  transition: color var(--rh-duration-normal) var(--rh-ease-luxury),
    transform var(--rh-duration-fast) var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .rh-btn-ghost:hover {
  color: var(--rh-color-charcoal);
  transform: translateY(-1px);
}

:where(body[data-page="home"]) .btn-glass.rh-btn-ghost {
  border: var(--rh-cta-button-border);
  background-color: var(--rh-cta-button-bg);
  color: var(--rh-cta-button-text);
}

:where(body[data-page="home"]) .btn-glass.rh-btn-ghost:hover {
  background-color: var(--rh-cta-button-hover-bg);
  border-color: var(--rh-cta-button-hover-bg);
  color: var(--rh-cta-button-hover-text);
}
:where(body[data-page="home"]) .rh-card-elevated, :where(body[data-page="home"]) .editorial-card, :where(body[data-page="home"]) .service-card-refined, :where(body[data-page="home"]) .value-card {
  background-color: var(--rh-color-white);
  border-radius: var(--rh-radius-md);
  border: none;
  box-shadow: none;
  transition: transform var(--rh-duration-normal) var(--rh-ease-luxury),
    box-shadow var(--rh-duration-normal) var(--rh-ease-luxury),
    border-color var(--rh-duration-normal) var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .rh-card-elevated:hover, :where(body[data-page="home"]) .editorial-card:hover, :where(body[data-page="home"]) .service-card-refined:hover, :where(body[data-page="home"]) .value-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--rh-shadow-soft);
  border-color: transparent;
}

:where(body[data-page="home"]) .rh-input-underline {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(15, 30, 60, 0.35);
  border-radius: 0;
  padding: 8px 0 6px 0;
  font-family: var(--rh-font-body);
  font-size: 14px;
  color: var(--rh-color-charcoal);
}

:where(body[data-page="home"]) .rh-input-underline::placeholder {
  color: var(--rh-color-text-meta);
}

:where(body[data-page="home"]) .rh-input-underline:focus {
  outline: none;
  border-bottom-color: var(--rh-color-navy);
  border-bottom-width: 2px;
}

:where(body[data-page="home"]) .rh-heading-1 {
  font-family: var(--rh-font-heading-en);
  font-weight: 700;
  color: var(--rh-color-navy);
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-size: 26px;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .rh-heading-1 {
    font-size: 40px;
  }
}

:where(body[data-page="home"]) .text-rvhe-black, :where(body[data-page="home"]) .rvhe-black {
  color: var(--rh-color-text-strong-alt);
}

:where(body[data-page="home"]) .text-rvhe-gray, :where(body[data-page="home"]) .rvhe-gray {
  color: var(--rh-color-text-soft-alt);
}

:where(body[data-page="home"]) .text-rvhe-light, :where(body[data-page="home"]) .rvhe-light {
  color: var(--rh-color-text-meta);
}

:where(body[data-page="home"]) .bg-footer-bg, :where(body[data-page="home"]) .footer-bg {
  background-color: var(--rh-footer-bg);
}

:where(body[data-page="home"]) .bg-footer-darker, :where(body[data-page="home"]) .footer-darker {
  background-color: var(--rh-footer-bg-elevated);
}

:where(body[data-page="home"]) .border-footer-border {
  border-color: var(--rh-footer-border);
}

:where(body[data-page="home"]) .border-light {
  border-color: var(--rh-color-border-light);
}

@media (max-width: 767px) {
  

  :where(body[data-page="home"]) .rh-heading-2 {
    font-size: 20px;
    line-height: 1.4;
  }

  :where(body[data-page="home"]) .rh-heading-3 {
    font-size: 17px;
    line-height: 1.5;
  }

  :where(body[data-page="home"]) .rh-caption {
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.12em;
  }

  :where(body[data-page="home"]) .rh-card-meta {
    font-size: 11px;
    line-height: 1.35;
  }

  :where(body[data-page="home"]) .body-text,
  :where(body[data-page="home"]) .rh-body-text {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.01em;
    text-align: left;
  }

  
  :where(body[data-page="home"]) .case-abstract p {
    text-align: left;
  }
}

:where(body[data-page="home"]) .service-card-refined, :where(body[data-page="home"]) .value-card {
  position: relative;
  border-radius: var(--rh-radius-md);
  border: none;
  background-color: var(--rh-color-white);
  transition: transform var(--rh-duration-normal) var(--rh-ease-luxury),
        box-shadow var(--rh-duration-normal) var(--rh-ease-luxury),
        border-color var(--rh-duration-normal) var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .service-card-refined::before, :where(body[data-page="home"]) .value-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--rh-color-gold);
  transition: width var(--rh-duration-normal) var(--rh-ease-luxury);
}

:where(body[data-page="home"]) .service-card-refined:hover, :where(body[data-page="home"]) .value-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--rh-shadow-soft);
  border-color: rgba(15, 30, 60, 0.08);
}

:where(body[data-page="home"]) .service-card-refined:hover::before, :where(body[data-page="home"]) .value-card:hover::before {
  width: 100%;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .btn-consult {
    font-family: var(--rh-font-heading-en);
    font-size: var(--rh-button-font-size);
    font-weight: 700;
    letter-spacing: var(--rh-button-letter-spacing);
    border-radius: var(--rh-radius-button);
    padding: var(--rh-space-2) var(--rh-space-5);
    border: var(--rh-cta-button-border);
    background-color: var(--rh-cta-button-bg);
    color: var(--rh-cta-button-text);
    transition: background-color var(--rh-duration-hover) var(--rh-ease-luxury),
      color var(--rh-duration-hover) var(--rh-ease-luxury),
      box-shadow var(--rh-duration-hover) var(--rh-ease-luxury),
      border-color var(--rh-duration-hover) var(--rh-ease-luxury);
  }

  :where(body[data-page="home"]) .nav-hero .btn-consult {
    background-color: var(--rh-cta-button-bg);
    color: var(--rh-cta-button-text);
  }

  :where(body[data-page="home"]) .nav-hero .btn-consult:hover {
    background-color: var(--rh-cta-button-hover-bg);
    color: var(--rh-cta-button-hover-text);
    border-color: var(--rh-cta-button-hover-bg);
  }

  :where(body[data-page="home"]) .nav-scrolled .btn-consult {
    background-color: transparent;
    border: var(--rh-cta-button-border);
    border-color: var(--rh-color-navy);
    color: var(--rh-color-navy);
  }

  :where(body[data-page="home"]) .nav-scrolled .btn-consult:hover {
    background-color: var(--rh-color-navy);
    color: var(--rh-color-white);
    border-color: var(--rh-color-navy);
  }
}

:where(body[data-page="home"]) .nav-scrolled .menu-link:hover {
  color: var(--rh-color-text-muted);
}

:where(body[data-page="home"]) .rvhe-section-kernel {
  --rvhe-section-pad-y: 60px;
  --rvhe-section-maxw: var(--rh-layout-max-width, 1200px);
  --rvhe-section-header-mb: 18px;
  --rvhe-section-divider-mt: 0px;
  --rvhe-section-divider-mb: 25px;
  --rvhe-section-head-gap: 24px;
  --rvhe-section-head-main-maxw: 60%;
  --rvhe-section-title-size: 30px;
  --rvhe-section-title-weight: 700;
  --rvhe-section-title-lh: 1.5;
  --rvhe-section-title-tracking: .02em;
  --rvhe-section-lead-size: 15px;
  --rvhe-section-lead-lh: 1.8;
  --rvhe-section-lead-tracking: .02em;
  --rvhe-section-rule-w: 44px;
  --rvhe-section-rule-h: 2px;
  --rvhe-section-rule-space: 12px;
  --rvhe-section-cta-size: 12px;
  --rvhe-section-cta-tracking: .18em;
  --rvhe-section-navy: var(--rh-color-navy, #0F1E3C);
  --rvhe-section-gold: var(--rh-color-gold, #C5A065);
  --rvhe-section-charcoal: var(--rh-color-charcoal, #333333);
  --rvhe-section-divider-color: rgba(15,30,60,0.08);
  --rvhe-section-cta-color: rgba(15,30,60,0.72);
  --rvhe-section-cta-underline: rgba(15,30,60,0.18);
}

:where(body[data-page="home"]) .rvhe-section-kernel {
  padding: var(--rvhe-section-pad-y) 0;
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-section-kernel {
    --rvhe-section-pad-y: 64px;
    --rvhe-section-header-mb: 16px;
    --rvhe-section-divider-mt: 0px;
    --rvhe-section-divider-mb: 24px;
    --rvhe-section-head-main-maxw: 100%;
    --rvhe-section-title-size: 24px;
    --rvhe-section-lead-size: 15px;
  }
}

@media (max-width: 767px) {
  
  :where(body[data-page="home"]) .rvhe-section-kernel {
    --rvhe-section-pad-y: 44px;
    --rvhe-section-header-mb: 18px;
    --rvhe-section-divider-mt: 0px;
    --rvhe-section-divider-mb: 18px;
    --rvhe-section-head-gap: 16px;
    --rvhe-section-title-size: 20px;
    --rvhe-section-title-lh: 1.45;
    --rvhe-section-lead-size: 14px;
    --rvhe-section-cta-size: 11px;
    --rvhe-section-cta-tracking: .14em;
    --rvhe-section-rule-space: 10px;
  }

  
  :where(body[data-page="home"]) #csr.rvhe-section-kernel,
  :where(body[data-page="home"]) #about.rvhe-section-kernel,
  :where(body[data-page="home"]) #cta.rvhe-section-kernel {
    --rvhe-section-pad-y: 48px;
  }
}

:where(body[data-page="home"]) .rvhe-container {
  max-width: var(--rvhe-section-maxw, var(--rh-layout-max-width, 1200px));
  margin: 0 auto;
  padding-left: var(--rh-layout-gutter-mobile, 24px);
  padding-right: var(--rh-layout-gutter-mobile, 24px);
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .rvhe-container {
    padding-left: var(--rh-layout-gutter-desktop, 24px);
    padding-right: var(--rh-layout-gutter-desktop, 24px);
  }
}

:where(body[data-page="home"]) .rvhe-container--z {
  position: relative;
  z-index: 10;
}

:where(body[data-page="home"]) .rvhe-section-head {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: var(--rvhe-section-head-gap);
  align-items: end;
  margin: 0 0 var(--rvhe-section-header-mb);
}

:where(body[data-page="home"]) .rvhe-section-head__main {
  max-width: var(--rvhe-section-head-main-maxw);
}

:where(body[data-page="home"]) .rvhe-section-head__kicker {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(15,30,60,0.55);
}

:where(body[data-page="home"]) .rvhe-section-head__title {
  margin: 0;
  font-size: var(--rvhe-section-title-size);
  font-weight: var(--rvhe-section-title-weight);
  line-height: var(--rvhe-section-title-lh);
  letter-spacing: var(--rvhe-section-title-tracking);
  color: var(--rvhe-section-navy);
}

:where(body[data-page="home"]) .rvhe-section-head__rule {
  width: var(--rvhe-section-rule-w);
  height: var(--rvhe-section-rule-h);
  background: var(--rvhe-section-gold);
  margin: var(--rvhe-section-rule-space) 0;
  border-radius: 2px;
}

:where(body[data-page="home"]) .rvhe-section-head__lead {
  margin: 0;
  font-size: var(--rvhe-section-lead-size);
  line-height: var(--rvhe-section-lead-lh);
  letter-spacing: var(--rvhe-section-lead-tracking);
  color: var(--rvhe-section-charcoal);
  max-width: 720px;
}

:where(body[data-page="home"]) .rvhe-section-head__aside {
  justify-self: end;
  align-self: end;
}

:where(body[data-page="home"]) .rvhe-section-head__cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: var(--rvhe-section-cta-size);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: var(--rvhe-section-cta-tracking);
  text-transform: uppercase;
  color: var(--rvhe-section-cta-color);
  transition: color .2s ease;
}

:where(body[data-page="home"]) .rvhe-section-head__cta-text {
  
  border-bottom: 0;
  padding-bottom: 0;
}

:where(body[data-page="home"]) .rvhe-section-head__cta-icon {
  width: 20px;
  height: 10px;
  display: block;
  color: currentColor;
  transition: transform .25s ease;
}

@media (hover:hover) {
  :where(body[data-page="home"]) .rvhe-section-head__cta:hover {
    color: var(--rvhe-section-navy);
  }

  :where(body[data-page="home"]) .rvhe-section-head__cta:hover .rvhe-section-head__cta-icon {
    transform: translateX(4px);
  }

}

:where(body[data-page="home"]) .rvhe-section-head__cta--desktop {
  display: none;
}

@media (min-width: 768px) {
  :where(body[data-page="home"]) .rvhe-section-head__cta--desktop {
    display: inline-flex;
  }
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-section-head {
    grid-template-columns: 1fr;
    row-gap: 16px;
    align-items: start;
  }

  :where(body[data-page="home"]) .rvhe-section-head__aside {
    justify-self: start;
    align-self: start;
  }
}

:where(body[data-page="home"]) .rvhe-section-divider {
  height: 1px;
  background: var(--rvhe-section-divider-color);
  margin: var(--rvhe-section-divider-mt) 0 var(--rvhe-section-divider-mb);
}

:where(body[data-page="home"]) .rvhe-insights {
  --rvhe-navy: var(--rh-navy, #0F1E3C);
  --rvhe-gold: var(--rh-gold, #C5A065);
  --rvhe-charcoal: var(--rh-charcoal, #333333);
  --rvhe-platinum: var(--rh-platinum, #F4F4F6);
  --rvhe-grey: var(--rh-grey, #888888);
  --rvhe-font-sans: var(--rh-font-sans, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC",
                         system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif);
  --rvhe-tracking-body: var(--rh-tracking-body, .02em);
  --rvhe-insights-pad-y: 120px;
  --rvhe-insights-pad-x: 24px;
  --rvhe-insights-header-mb: 25px;
  --rvhe-insights-divider-mt: 25px;
  --rvhe-insights-divider-mb: 30px;
  --rvhe-insights-cta-mt: 16px;
  --rvhe-insights-maxw: 1200px;
  --rvhe-insights-cols-desktop: 3;
  --rvhe-insights-cols-mobile: 1;
  --rvhe-insights-gap-desktop: 32px;
  --rvhe-insights-gap-mobile: 20px;
  --rvhe-insights-img-h-desktop: 220px;
  --rvhe-insights-img-h-mobile: 200px;
  --rvhe-insights-card-radius: var(--rh-radius-md, 4px);
  --rvhe-insights-card-border: 1px solid rgba(15,30,60,0.06);
  --rvhe-insights-card-shadow: 0 0 0 rgba(15,30,60,0);
  --rvhe-insights-card-shadow-hover: 0 20px 40px rgba(15,30,60,0.08);
  --rvhe-insights-card-lift-hover: -6px;
  --rvhe-insights-space-media-meta: 16px;
  --rvhe-insights-space-meta-title: 16px;
  --rvhe-insights-space-para-gap: 12px;
  --rvhe-insights-space-summary-bottom: 24px;
  --rvhe-insights-space-header-rule: 12px;
  --rvhe-insights-space-card-rule: 12px;
  --rvhe-insights-title-rule-w: 44px;
  --rvhe-insights-title-rule-h: 2px;
  --rvhe-insights-card-rule-w: 32px;
  --rvhe-insights-card-rule-h: 2px;
}

:where(body[data-page="home"]) .rvhe-insights {
  padding: var(--rvhe-insights-pad-y) 0;
  background: var(--rh-color-section-bg-default, transparent);
  font-family: var(--rvhe-font-sans);
  letter-spacing: var(--rvhe-tracking-body);
}
:where(body[data-page="home"]) .rvhe-insights__grid {
  display: grid;
  grid-template-columns: repeat(var(--rvhe-insights-cols-desktop), minmax(0, 1fr));
  gap: var(--rvhe-insights-gap-desktop);
}

:where(body[data-page="home"]) .rvhe-insights-card {
  position: relative;
  background: #fff;
  border-radius: var(--rvhe-insights-card-radius);
  border: var(--rvhe-insights-card-border);
  box-shadow: var(--rvhe-insights-card-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translate3d(0,0,0);
  transition: transform .30s cubic-bezier(0.25, 1, 0.5, 1), box-shadow .30s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform, box-shadow;
  contain: layout paint;
}

@media (hover:hover) {
  :where(body[data-page="home"]) .rvhe-insights-card:hover {
    transform: translate3d(0, var(--rvhe-insights-card-lift-hover), 0);
    box-shadow: var(--rvhe-insights-card-shadow-hover);
  }
}

:where(body[data-page="home"]) .rvhe-insights-card__img {
  width: 100%;
  height: var(--rvhe-insights-img-h-desktop);
  object-fit: cover;
  display: block;
}

:where(body[data-page="home"]) .rvhe-insights-card__body {
  padding: var(--rvhe-insights-space-media-meta) 24px var(--rvhe-insights-space-summary-bottom);
  flex: 1;
}

:where(body[data-page="home"]) .rvhe-insights-card__meta {
  margin: 0 0 var(--rvhe-insights-space-meta-title);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(15,30,60,0.62);
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

:where(body[data-page="home"]) .rvhe-insights-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: .02em;
  color: var(--rvhe-navy);
}

:where(body[data-page="home"]) .rvhe-insights-card__rule {
  width: var(--rvhe-insights-card-rule-w);
  height: var(--rvhe-insights-card-rule-h);
  background: var(--rvhe-gold);
  margin: var(--rvhe-insights-space-card-rule) 0;
  border-radius: 2px;
}

:where(body[data-page="home"]) .rvhe-insights-card__p {
  margin: 0;
  font-size: var(--rh-font-size-body);
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .02em;
  color: var(--rvhe-charcoal);
}

:where(body[data-page="home"]) .rvhe-insights-card__p + .rvhe-insights-card__p {
  margin-top: var(--rvhe-insights-space-para-gap);
}

:where(body[data-page="home"]) .rvhe-insights-card__label {
  font-weight: 500;
  color: var(--rvhe-navy);
  margin-right: 4px;
  letter-spacing: .02em;
}

:where(body[data-page="home"]) .rvhe-insights-card__footer {
  padding: 14px 24px 14px;
  border-top: 1px solid rgba(15,30,60,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(15,30,60,0.62);
}

:where(body[data-page="home"]) .rvhe-insights-card__link {
  text-decoration: none;
  color: var(--rvhe-navy);
  white-space: nowrap;
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-insights {
    --rvhe-insights-pad-y: 64px;
    --rvhe-insights-pad-x: 16px;
    --rvhe-insights-header-mb: 16px;
    --rvhe-insights-divider-mt: 24px;
    --rvhe-insights-divider-mb: 24px;
    --rvhe-insights-cta-mt: 16px;
  }
:where(body[data-page="home"]) .rvhe-insights__grid {
    grid-template-columns: repeat(var(--rvhe-insights-cols-mobile), minmax(0, 1fr));
    gap: var(--rvhe-insights-gap-mobile);
  }
:where(body[data-page="home"]) .rvhe-insights-card__img {
    height: var(--rvhe-insights-img-h-mobile);
  }
}

:where(body[data-page="home"]) .rvhe-services {
  --rvhe-navy: var(--rh-navy, #0F1E3C);
  --rvhe-gold: var(--rh-gold, #C5A065);
  --rvhe-card-bg: #fff;
  --rvhe-card-radius: var(--rh-radius-md, 4px);
  --rvhe-card-border: 1px solid rgba(15,30,60,0.06);
  --rvhe-svc-cols-desktop: 3;
  --rvhe-svc-cols-mobile: 2;
  --rvhe-svc-gap-desktop: 32px;
  --rvhe-svc-gap-mobile: 20px;
  --rvhe-svc-img-h-desktop: 220px;
  --rvhe-svc-img-h-mobile: 200px;
  --rvhe-svc-card-shadow: 0 0 0 rgba(15,30,60,0);
  --rvhe-svc-card-shadow-hover: 0 20px 40px rgba(15,30,60,0.08);
  --rvhe-svc-card-lift-hover: -6px;
  --rvhe-svc-space-media-meta: 24px;
  --rvhe-svc-space-meta-title: 24px;
  --rvhe-svc-space-card-rule: 12px;
  --rvhe-svc-space-desc-chips: 18px;
  --rvhe-svc-chip-gap: 10px;
  --rvhe-svc-chip-pad-y: 5px;
  --rvhe-svc-chip-pad-x: 8px;
}

:where(body[data-page="home"]) .rvhe-services__grid {
  display: grid;
  grid-template-columns: repeat(var(--rvhe-svc-cols-desktop), minmax(0, 1fr));
  gap: var(--rvhe-svc-gap-desktop);
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-services__grid {
    grid-template-columns: repeat(var(--rvhe-svc-cols-mobile), minmax(0, 1fr));
    gap: var(--rvhe-svc-gap-mobile);
  }
}

:where(body[data-page="home"]) .rvhe-svc-card {
  background: var(--rvhe-card-bg);
  border: var(--rvhe-card-border);
  border-radius: var(--rvhe-card-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--rvhe-svc-card-shadow);
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease;
}

@media (hover:hover) {
  :where(body[data-page="home"]) .rvhe-svc-card:hover {
    transform: translateY(var(--rvhe-svc-card-lift-hover));
    box-shadow: var(--rvhe-svc-card-shadow-hover);
  }
}

:where(body[data-page="home"]) .rvhe-svc-card__img {
  width: 100%;
  height: var(--rvhe-svc-img-h-desktop);
  object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-svc-card__img {
    height: var(--rvhe-svc-img-h-mobile);
  }
}

:where(body[data-page="home"]) .rvhe-svc-card__body {
  padding: var(--rvhe-svc-space-media-meta) 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

:where(body[data-page="home"]) .rvhe-svc-card__meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: var(--rvhe-svc-space-meta-title);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(15,30,60,0.62);
}

:where(body[data-page="home"]) .rvhe-svc-card__index {
  color: rgba(15,30,60,0.86);
}

:where(body[data-page="home"]) .rvhe-svc-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--rvhe-navy);
}

:where(body[data-page="home"]) .rvhe-svc-card__rule {
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: var(--rvhe-gold);
  margin: var(--rvhe-svc-space-card-rule) 0 0;
}

:where(body[data-page="home"]) .rvhe-svc-card__desc {
  margin: 12px 0 0;
  font-size: var(--rh-font-size-body);
  line-height: 1.8;
  color: rgba(15,30,60,0.78);
}

:where(body[data-page="home"]) .rvhe-svc-card__chips {
  margin-top: var(--rvhe-svc-space-desc-chips);
  display: flex;
  flex-wrap: wrap;
  gap: var(--rvhe-svc-chip-gap);
}

:where(body[data-page="home"]) .rvhe-svc-chip {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.6;
  letter-spacing: .14em;
  color: rgba(15,30,60,0.62);
  border: 1px solid rgba(15,30,60,0.12);
  border-radius: 2px;
  padding: var(--rvhe-svc-chip-pad-y) var(--rvhe-svc-chip-pad-x);
  background: transparent;
  white-space: nowrap;
}

:where(body[data-page="home"]) .rvhe-corevalues {
  --rvhe-navy: var(--rh-navy, #0F1E3C);
  --rvhe-gold: var(--rh-gold, #C5A065);
  --rvhe-card-bg: #fff;
  --rvhe-card-radius: var(--rh-radius-md, 4px);
  --rvhe-card-border: 1px solid rgba(15,30,60,0.06);
  --rvhe-core-cols-desktop: 4;
  --rvhe-core-cols-mobile: 2;
  --rvhe-core-gap-desktop: 24px;
  --rvhe-core-gap-mobile: 20px;
  --rvhe-core-img-h-desktop: 200px;
  --rvhe-core-img-h-mobile: 200px;
  --rvhe-core-card-shadow: 0 0 0 rgba(15,30,60,0);
  --rvhe-core-card-shadow-hover: 0 20px 40px rgba(15,30,60,0.08);
  --rvhe-core-card-lift-hover: -6px;
  --rvhe-core-space-media-meta: 22px;
  --rvhe-core-space-meta-title: 18px;
  --rvhe-core-space-card-rule: 12px;
}

:where(body[data-page="home"]) .rvhe-corevalues__grid {
  display: grid;
  grid-template-columns: repeat(var(--rvhe-core-cols-desktop), minmax(0, 1fr));
  gap: var(--rvhe-core-gap-desktop);
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-corevalues__grid {
    grid-template-columns: repeat(var(--rvhe-core-cols-mobile), minmax(0, 1fr));
    gap: var(--rvhe-core-gap-mobile);
  }
}

:where(body[data-page="home"]) .rvhe-core-card {
  background: var(--rvhe-card-bg);
  border: var(--rvhe-card-border);
  border-radius: var(--rvhe-card-radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--rvhe-core-card-shadow);
  transform: translateY(0);
  transition: transform .25s ease, box-shadow .25s ease;
}

@media (hover:hover) {
  :where(body[data-page="home"]) .rvhe-core-card:hover {
    transform: translateY(var(--rvhe-core-card-lift-hover));
    box-shadow: var(--rvhe-core-card-shadow-hover);
  }
}

:where(body[data-page="home"]) .rvhe-core-card__img {
  width: 100%;
  height: var(--rvhe-core-img-h-desktop);
  object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  :where(body[data-page="home"]) .rvhe-core-card__img {
    height: var(--rvhe-core-img-h-mobile);
  }
}

:where(body[data-page="home"]) .rvhe-core-card__body {
  padding: var(--rvhe-core-space-media-meta) 24px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

:where(body[data-page="home"]) .rvhe-core-card__meta {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: var(--rvhe-core-space-meta-title);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(15,30,60,0.62);
}

:where(body[data-page="home"]) .rvhe-core-card__index {
  color: rgba(15,30,60,0.86);
}

:where(body[data-page="home"]) .rvhe-core-card__title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--rvhe-navy);
}

:where(body[data-page="home"]) .rvhe-core-card__rule {
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: var(--rvhe-gold);
  margin: var(--rvhe-core-space-card-rule) 0 0;
}

:where(body[data-page="home"]) .rvhe-core-card__desc {
  margin: 12px 0 0;
  font-size: var(--rh-font-size-body);
  line-height: 1.8;
  color: rgba(15,30,60,0.78);
}

:where(body[data-page="home"]) .rvhe-section-head--cta {
  align-items: center;
}

:where(body[data-page="home"]) .rvhe-section-head--cta .rvhe-section-head__aside {
  align-self: center;
}

@media (max-width: 767px) {
  :where(body[data-page="home"]) .rh-card::before,
  :where(body[data-page="home"]) .service-card-refined::before,
  :where(body[data-page="home"]) .value-card::before {
    content: none;
  }
}

@media (hover: none) {
  :where(body[data-page="home"]) .rh-card:hover,
  :where(body[data-page="home"]) .rh-card-elevated:hover,
  :where(body[data-page="home"]) .editorial-card:hover,
  :where(body[data-page="home"]) .case-strip-item:hover,
  :where(body[data-page="home"]) .service-card-refined:hover,
  :where(body[data-page="home"]) .value-card:hover {
    transform: none;
    box-shadow: none;
  }

  :where(body[data-page="home"]) .rh-card:hover::before,
  :where(body[data-page="home"]) .service-card-refined:hover::before,
  :where(body[data-page="home"]) .value-card:hover::before {
    width: 0;
    content: none;
  }

  :where(body[data-page="home"]) .case-strip-item:hover .strip-img-wrap img,
  :where(body[data-page="home"]) .editorial-card:hover .editorial-img-wrap img,
  :where(body[data-page="home"]) .service-card-refined:hover .service-img-container img,
  :where(body[data-page="home"]) .value-card:hover .value-img-wrap img {
    transform: none;
    filter: none;
  }

  
  :where(body[data-page="home"]) .editorial-card:hover {
    border-color: transparent;
  }

  :where(body[data-page="home"]) .service-card-refined:hover .service-tag-item {
    background: var(--rh-color-platinum);
    color: var(--rh-color-text-meta);
  }
}
