:root {
  --jcc-ink: #171717;
  --jcc-paper: #f7f7f7;
  --jcc-gold: #bdbdbd;
  --jcc-gold-bright: #c6c6c6;
  --jcc-green: #1a1a1a;
  --jcc-motion: cubic-bezier(.22, 1, .36, 1);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 104px;
}

body {
  overflow-x: clip;
}

.jcc-scroll-progress {
  position: fixed;
  inset: 0 auto auto 0;
  z-index: 250;
  width: 100%;
  height: 2px;
  pointer-events: none;
  transform: scaleX(var(--jcc-scroll, 0));
  transform-origin: left center;
  background: linear-gradient(90deg, var(--jcc-gold), var(--jcc-gold-bright));
  box-shadow: 0 0 18px rgba(198, 198, 198, .45);
}

body.jcc-experience-ready header {
  background: rgba(19, 19, 19, .9) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .04), 0 18px 50px rgba(0, 0, 0, .14);
  transition: background .35s ease, box-shadow .35s ease, transform .35s var(--jcc-motion);
}

body.jcc-experience-ready header.jcc-header-scrolled {
  background: rgba(15, 15, 15, .96) !important;
  box-shadow: 0 1px 0 rgba(190,190,190, .18), 0 18px 50px rgba(0, 0, 0, .24);
}

body.jcc-experience-ready header a,
body.jcc-experience-ready header button {
  transition: color .25s ease, border-color .25s ease, background-color .25s ease, transform .25s var(--jcc-motion) !important;
}

body.jcc-experience-ready header > div:first-child > a:first-child img {
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, .2));
  transition: transform .4s var(--jcc-motion), filter .4s ease;
}

body.jcc-experience-ready header > div:first-child > a:first-child:hover img {
  transform: translateY(-2px);
  filter: drop-shadow(0 10px 24px rgba(190,190,190, .18));
}

.jcc-hero-experience {
  isolation: isolate;
  min-height: min(78svh, 760px);
}

.jcc-hero-experience::before {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--jcc-pointer-x, 72%) var(--jcc-pointer-y, 38%), rgba(198, 198, 198, .15), transparent 27%),
    linear-gradient(115deg, transparent 52%, rgba(190,190,190, .07) 70%, transparent 88%);
  mix-blend-mode: screen;
  opacity: .82;
  transition: opacity .5s ease;
}

.jcc-hero-experience::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: auto 0 0;
  height: 34%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(8, 8, 8, .24));
}

.jcc-hero-experience > .jcc-hero-media {
  z-index: 0;
  transform: scale(1.035) translate3d(var(--jcc-hero-x, 0), var(--jcc-hero-y, 0), 0);
  transition: transform 1.4s var(--jcc-motion), filter .8s ease;
  filter: saturate(.9) contrast(1.04);
  will-change: transform;
}

.jcc-hero-experience > [style*="position:relative"],
.jcc-hero-experience > .jcc-hero-content {
  z-index: 2;
}

body.jcc-experience-ready .jcc-hero-experience h1,
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-lead,
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-kicker,
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-actions,
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-proof {
  opacity: 0;
  transform: translateY(24px);
  animation: jcc-hero-arrive .95s var(--jcc-motion) forwards;
}

body.jcc-experience-ready .jcc-hero-experience h1 { animation-delay: .08s; }
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-lead { animation-delay: .19s; }
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-actions { animation-delay: .3s; }
body.jcc-experience-ready .jcc-hero-experience .jcc-hero-proof { animation-delay: .38s; }

@keyframes jcc-hero-arrive {
  to { opacity: 1; transform: translateY(0); }
}

.jcc-motion-section > .jcc-motion-inner {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .8s ease, transform .9s var(--jcc-motion);
}

.jcc-motion-section.is-visible > .jcc-motion-inner {
  opacity: 1;
  transform: translateY(0);
}

.jcc-interactive-card {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform .38s var(--jcc-motion), box-shadow .38s ease, border-color .38s ease, background-color .38s ease !important;
}

.jcc-interactive-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(135deg, rgba(190,190,190, .13), transparent 42%);
  opacity: 0;
  transform: translate3d(-14%, 14%, 0);
  transition: opacity .38s ease, transform .5s var(--jcc-motion);
}

.jcc-interactive-card:hover,
.jcc-interactive-card:focus-visible {
  z-index: 2;
  transform: translateY(-6px);
  border-color: rgba(126, 126, 126, .5) !important;
  box-shadow: 0 24px 60px rgba(29, 29, 29, .13);
}

.jcc-interactive-card:hover::before,
.jcc-interactive-card:focus-visible::before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.jcc-interactive-card > span:first-child {
  transition: color .3s ease, transform .38s var(--jcc-motion);
}

.jcc-interactive-card:hover > span:first-child,
.jcc-interactive-card:focus-visible > span:first-child {
  color: #646464 !important;
  transform: translateX(4px);
}

body.jcc-experience-ready main a[style*="text-transform:uppercase"],
body.jcc-experience-ready main a[style*="text-transform: uppercase"] {
  transition: transform .3s var(--jcc-motion), box-shadow .3s ease, color .3s ease, background-color .3s ease, border-color .3s ease !important;
}

body.jcc-experience-ready main a[style*="text-transform:uppercase"]:hover,
body.jcc-experience-ready main a[style*="text-transform: uppercase"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(19, 19, 19, .16);
}

body.jcc-experience-ready :focus-visible {
  outline: 2px solid var(--jcc-gold-bright);
  outline-offset: 4px;
}

.jcc-section-index {
  position: fixed;
  z-index: 55;
  right: 20px;
  top: 50%;
  display: flex;
  flex-direction: column;
  gap: 9px;
  transform: translateY(-50%);
}

.jcc-section-index a {
  width: 7px;
  height: 7px;
  border: 1px solid rgba(190,190,190, .65);
  border-radius: 50%;
  background: rgba(19, 19, 19, .22);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .16);
  transition: transform .25s var(--jcc-motion), background .25s ease;
}

.jcc-section-index a:hover,
.jcc-section-index a.is-current {
  transform: scale(1.7);
  background: var(--jcc-gold);
}

@media (max-width: 1040px) {
  .jcc-hero-experience { min-height: auto; }
  .jcc-section-index { display: none; }

  body.jcc-experience-ready header > div:first-child[style*="display:flex"][style*="gap"] {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 88px;
  }

  body.jcc-experience-ready header button[data-jcc-mobile-toggle] {
    position: static !important;
    inset: auto !important;
    margin: 0 0 0 auto !important;
    flex: 0 0 46px !important;
  }
}

@media (max-width: 640px) {
  .jcc-hero-experience::before {
    background: radial-gradient(circle at 70% 32%, rgba(198, 198, 198, .12), transparent 32%);
  }

  .jcc-interactive-card:hover,
  .jcc-interactive-card:focus-visible {
    transform: translateY(-3px);
  }
}

/* JCC Decision Room homepage: forest, gold and editorial photography */
body.jcc-page-home {
  --jcc-home-green: #2f2f2f;
  --jcc-home-green-deep: #212121;
  --jcc-home-green-soft: #3f3f3f;
  --jcc-home-gold: #a4a4a4;
  --jcc-home-gold-bright: #d2d2d2;
  --jcc-home-paper: #f3f3f3;
  --jcc-home-paper-deep: #e7e7e7;
  --jcc-home-ink: #1e1e1e;
  --jcc-home-body: #424242;
  --jcc-home-rule: #d0d0d0;
  background: var(--jcc-home-paper) !important;
  color: var(--jcc-home-body) !important;
}

body.jcc-page-home .jcc-scroll-progress {
  background: linear-gradient(90deg, var(--jcc-home-gold), var(--jcc-home-gold-bright)) !important;
}

body.jcc-page-home header,
body.jcc-page-home header.jcc-header-scrolled {
  background: rgba(243, 243, 243, .97) !important;
  border-bottom-color: var(--jcc-home-rule) !important;
  box-shadow: 0 8px 28px rgba(33, 33, 33, .07) !important;
}

body.jcc-page-home header nav > a,
body.jcc-page-home header nav > button,
body.jcc-page-home header button {
  color: var(--jcc-home-green-deep) !important;
}

body.jcc-page-home #jccHome-headcta,
body.jcc-page-home main a[style*="background:#626262"],
body.jcc-page-home main a[style*="background:#bdbdbd"] {
  color: var(--jcc-home-green-deep) !important;
  background: var(--jcc-home-gold) !important;
  border-color: var(--jcc-home-gold) !important;
}

body.jcc-page-home #jccHome-headcta:hover,
body.jcc-page-home main a[style*="background:#626262"]:hover,
body.jcc-page-home main a[style*="background:#bdbdbd"]:hover {
  background: var(--jcc-home-gold-bright) !important;
  border-color: var(--jcc-home-gold-bright) !important;
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(33, 33, 33, .18);
}

body.jcc-page-home .jcc-home-redesign-hero {
  min-height: auto !important;
  overflow: hidden;
  color: var(--jcc-home-paper) !important;
  background: var(--jcc-home-green) !important;
  border-bottom: 1px solid rgba(195, 195, 195, .38) !important;
}

body.jcc-page-home .jcc-home-redesign-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at var(--jcc-pointer-x, 74%) var(--jcc-pointer-y, 24%), rgba(195, 195, 195, .14), transparent 28%),
    linear-gradient(115deg, transparent 0 64%, rgba(255, 255, 255, .035) 64% 65%, transparent 65% 100%);
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr) !important;
  width: min(100% - 64px, 1280px) !important;
  max-width: 1280px !important;
  padding: clamp(58px, 6vw, 86px) 0 !important;
  gap: clamp(42px, 7vw, 92px) !important;
  align-items: center !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-home-hero-copy {
  max-width: 690px !important;
}

body.jcc-page-home .jcc-home-redesign-hero h1 {
  max-width: 10ch !important;
  margin: 0 !important;
  color: #fafafa !important;
  font-size: clamp(50px, 6vw, 82px) !important;
  line-height: .97 !important;
  letter-spacing: -.04em !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-kicker {
  margin: 0 0 18px !important;
  color: var(--jcc-home-gold-bright) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: .23em !important;
  text-transform: uppercase !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-lead {
  max-width: 52ch !important;
  margin: 24px 0 0 !important;
  color: #dfdfdf !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
  margin-top: 30px !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 15px 24px !important;
  color: var(--jcc-home-green-deep) !important;
  background: var(--jcc-home-gold) !important;
  border: 1px solid var(--jcc-home-gold) !important;
  border-radius: 1px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-decoration: none;
  text-transform: uppercase;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a:last-child {
  color: #fafafa !important;
  background: transparent !important;
  border-color: rgba(195, 195, 195, .72) !important;
}

body.jcc-page-home .jcc-home-hero-attribution {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: 590px;
  margin-top: 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(195, 195, 195, .36);
}

body.jcc-page-home .jcc-home-hero-attribution div {
  display: grid;
  gap: 4px;
}

body.jcc-page-home .jcc-home-hero-attribution strong {
  color: #fafafa;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 17px;
}

body.jcc-page-home .jcc-home-hero-attribution span {
  color: #c8c8c8;
  font-size: 13px;
}

body.jcc-page-home .jcc-home-hero-attribution > a {
  color: var(--jcc-home-gold-bright) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
}

body.jcc-page-home .jcc-home-hero-visual {
  position: relative;
  margin: 0;
  min-width: 0;
}

body.jcc-page-home .jcc-home-hero-visual > img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 30% center;
  filter: grayscale(1) contrast(1.02) sepia(.09);
  border: 1px solid rgba(195, 195, 195, .34);
  box-shadow: 26px 26px 0 rgba(164, 164, 164, .12);
  transform: translate(var(--jcc-hero-x, 0), var(--jcc-hero-y, 0)) scale(1.015);
  transition: transform .8s var(--jcc-motion);
}

body.jcc-page-home .jcc-home-hero-visual figcaption,
body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof {
  position: absolute;
  right: -22px;
  bottom: 26px;
  display: grid;
  grid-template-columns: 74px 1fr;
  align-items: center;
  gap: 14px;
  width: min(310px, calc(100% - 28px)) !important;
  padding: 16px 18px !important;
  color: var(--jcc-home-green-deep) !important;
  background: var(--jcc-home-paper) !important;
  border: 1px solid var(--jcc-home-gold) !important;
  box-shadow: 0 20px 44px rgba(18, 18, 18, .28) !important;
  text-align: left;
}

body.jcc-page-home .jcc-home-hero-visual figcaption img {
  display: block;
  width: 70px;
  height: auto;
}

body.jcc-page-home .jcc-home-hero-visual figcaption span {
  color: var(--jcc-home-body);
  font-size: 11px;
  line-height: 1.45;
}

body.jcc-page-home .jcc-matter-finder {
  background: var(--jcc-home-paper) !important;
  border-bottom-color: var(--jcc-home-rule) !important;
}

body.jcc-page-home .jcc-matter-finder-intro h2,
body.jcc-page-home main section:not(.jcc-home-redesign-hero) h2,
body.jcc-page-home main section:not(.jcc-home-redesign-hero) h3 {
  color: var(--jcc-home-ink) !important;
}

body.jcc-page-home .jcc-master-kicker,
body.jcc-page-home .jcc-matter-number,
body.jcc-page-home .jcc-matter-finder-intro > a {
  color: var(--jcc-home-green) !important;
}

body.jcc-page-home .jcc-matter-card::before { background: var(--jcc-home-gold) !important; }
body.jcc-page-home .jcc-matter-card:hover,
body.jcc-page-home .jcc-matter-card:focus-visible {
  color: #fff !important;
  background: var(--jcc-home-green) !important;
}

body.jcc-page-home .jcc-featured-media {
  background: var(--jcc-home-paper-deep) !important;
  border-color: var(--jcc-home-rule) !important;
}

body.jcc-page-home .jcc-featured-media .jcc-logo-grid img {
  transform: translateY(12px);
  opacity: 0;
}

body.jcc-page-home .jcc-featured-media.is-visible .jcc-logo-grid img {
  animation: jccLogoArrival .65s var(--jcc-motion) forwards;
}

body.jcc-page-home .jcc-featured-media .jcc-logo-grid img:nth-child(2) { animation-delay: .08s; }
body.jcc-page-home .jcc-featured-media .jcc-logo-grid img:nth-child(3) { animation-delay: .16s; }
body.jcc-page-home .jcc-featured-media .jcc-logo-grid img:nth-child(4) { animation-delay: .24s; }
body.jcc-page-home .jcc-featured-media .jcc-logo-grid img:nth-child(5) { animation-delay: .32s; }

@keyframes jccLogoArrival {
  to { opacity: 1; transform: translateY(0); }
}

body.jcc-page-home .jcc-practice-editorial {
  background: var(--jcc-home-green-deep) !important;
  border-bottom: 1px solid rgba(195, 195, 195, .3) !important;
}

body.jcc-page-home .jcc-practice-layout {
  display: grid;
  grid-template-columns: minmax(280px, .78fr) minmax(0, 1.22fr);
  gap: clamp(44px, 7vw, 94px);
  width: min(100% - 64px, 1280px);
  margin: 0 auto;
  padding: clamp(62px, 7vw, 94px) 0;
}

body.jcc-page-home .jcc-practice-intro > p:first-child,
body.jcc-page-home .jcc-review-kicker {
  margin: 0 0 14px;
  color: var(--jcc-home-gold-bright) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

body.jcc-page-home .jcc-practice-intro h2 {
  max-width: 13ch;
  margin: 0 0 20px;
  color: #fafafa !important;
  font-size: clamp(34px, 4vw, 52px) !important;
}

body.jcc-page-home .jcc-practice-intro > p:nth-of-type(2) {
  margin: 0;
  color: #d0d0d0 !important;
  font-size: 16px;
  line-height: 1.62 !important;
}

body.jcc-page-home .jcc-practice-intro figure {
  margin: 30px 0 22px;
  overflow: hidden;
  background: var(--jcc-home-paper);
  border: 1px solid rgba(195, 195, 195, .42);
}

body.jcc-page-home .jcc-practice-intro figure img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  mix-blend-mode: multiply;
  opacity: .86;
  transition: transform .7s var(--jcc-motion);
}

body.jcc-page-home .jcc-practice-intro figure:hover img { transform: scale(1.035); }

body.jcc-page-home .jcc-practice-intro > a {
  color: var(--jcc-home-gold-bright) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

body.jcc-page-home .jcc-practice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(195, 195, 195, .36);
  border-left: 1px solid rgba(195, 195, 195, .36);
}

body.jcc-page-home .jcc-practice-grid > a {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: start;
  min-height: 214px;
  padding: 25px 26px;
  color: #fafafa !important;
  background: transparent;
  border-right: 1px solid rgba(195, 195, 195, .36);
  border-bottom: 1px solid rgba(195, 195, 195, .36);
  text-decoration: none;
  transition: color .3s ease, background .3s ease, transform .3s var(--jcc-motion);
}

body.jcc-page-home .jcc-practice-grid > a > span {
  grid-column: 1 / -1;
  margin-bottom: 27px;
  color: var(--jcc-home-gold-bright);
  font-size: 11px;
  letter-spacing: .16em;
}

body.jcc-page-home .jcc-practice-grid strong {
  color: inherit;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 20px;
  line-height: 1.2;
}

body.jcc-page-home .jcc-practice-grid p {
  grid-column: 1 / -1;
  margin: 11px 0 0;
  color: #c8c8c8 !important;
  font-size: 14px;
  line-height: 1.5 !important;
}

body.jcc-page-home .jcc-practice-grid i {
  color: var(--jcc-home-gold-bright);
  font-style: normal;
  transition: transform .3s var(--jcc-motion);
}

body.jcc-page-home .jcc-practice-grid > a:hover,
body.jcc-page-home .jcc-practice-grid > a:focus-visible {
  z-index: 1;
  color: var(--jcc-home-green-deep) !important;
  background: var(--jcc-home-gold-bright);
  transform: translateY(-4px);
}

body.jcc-page-home .jcc-practice-grid > a:hover span,
body.jcc-page-home .jcc-practice-grid > a:hover p,
body.jcc-page-home .jcc-practice-grid > a:hover i,
body.jcc-page-home .jcc-practice-grid > a:focus-visible span,
body.jcc-page-home .jcc-practice-grid > a:focus-visible p,
body.jcc-page-home .jcc-practice-grid > a:focus-visible i {
  color: var(--jcc-home-green-deep) !important;
}

body.jcc-page-home .jcc-practice-grid > a:hover i,
body.jcc-page-home .jcc-practice-grid > a:focus-visible i { transform: translateX(5px); }

body.jcc-page-home .jcc-singapore-context {
  background: var(--jcc-home-green) !important;
  border-bottom-color: rgba(195, 195, 195, .35) !important;
}

body.jcc-page-home .jcc-singapore-context .jcc-split {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr) !important;
  gap: clamp(38px, 6vw, 76px) !important;
}

body.jcc-page-home .jcc-singapore-image {
  overflow: hidden;
  min-height: 390px;
  border: 1px solid rgba(195, 195, 195, .4);
}

body.jcc-page-home .jcc-singapore-image img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  filter: grayscale(1) sepia(.12) contrast(1.03);
  opacity: .82;
  transition: transform .8s var(--jcc-motion), opacity .4s ease;
}

body.jcc-page-home .jcc-singapore-context:hover .jcc-singapore-image img {
  transform: scale(1.025);
  opacity: .94;
}

body.jcc-page-home .jcc-singapore-context h2 { color: #fafafa !important; }
body.jcc-page-home .jcc-singapore-context p { color: #d6d6d6 !important; }

body.jcc-page-home .jcc-meet-justin {
  background: var(--jcc-home-paper) !important;
  border-color: var(--jcc-home-rule) !important;
}

body.jcc-page-home .jcc-justin-portrait {
  position: relative;
  max-width: 430px;
}

body.jcc-page-home .jcc-justin-portrait::after {
  content: "";
  position: absolute;
  inset: 18px -18px -18px 18px;
  z-index: 0;
  border: 1px solid var(--jcc-home-gold);
}

body.jcc-page-home .jcc-justin-portrait img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  filter: none;
}

body.jcc-page-home .jcc-justin-role {
  margin: 0 0 22px !important;
  color: var(--jcc-home-green) !important;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 17px;
  font-style: italic;
}

body.jcc-page-home .jcc-review-kicker {
  color: var(--jcc-home-green) !important;
}

body.jcc-page-home .jcc-testimonials figure {
  position: relative;
  background: var(--jcc-home-paper) !important;
  border-color: var(--jcc-home-rule) !important;
  transition: transform .35s var(--jcc-motion), box-shadow .35s ease;
}

body.jcc-page-home .jcc-testimonials figure::before {
  content: "\201C";
  display: block;
  height: 28px;
  margin-bottom: 12px;
  color: var(--jcc-home-gold);
  font-family: "Libre Caslon Display", Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

body.jcc-page-home .jcc-testimonials figure:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 36px rgba(33, 33, 33, .1);
}

body.jcc-page-home .jcc-google-review-link {
  margin: 26px 0 0 !important;
  text-align: center;
}

body.jcc-page-home .jcc-google-review-link a {
  color: var(--jcc-home-green) !important;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
}

body.jcc-page-home main section[data-screen-label="Closing CTA"] {
  background: var(--jcc-home-green-deep) !important;
}

@media (max-width: 900px) {
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid,
  body.jcc-page-home .jcc-practice-layout,
  body.jcc-page-home .jcc-singapore-context .jcc-split {
    grid-template-columns: 1fr !important;
  }

  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
    width: min(100% - 48px, 720px) !important;
    padding: 54px 0 72px !important;
  }

  body.jcc-page-home .jcc-home-hero-visual { max-width: 560px; }
  body.jcc-page-home .jcc-home-hero-visual > img { aspect-ratio: 5 / 4; }
  body.jcc-page-home .jcc-practice-layout { width: min(100% - 48px, 720px); }
  body.jcc-page-home .jcc-practice-intro h2 { max-width: 16ch; }
}

@media (max-width: 640px) {
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid,
  body.jcc-page-home .jcc-practice-layout {
    width: min(100% - 40px, 620px) !important;
  }

  body.jcc-page-home .jcc-home-redesign-hero h1 { font-size: clamp(43px, 13vw, 60px) !important; }
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions { display: grid !important; }
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a { justify-content: center; text-align: center; }
  body.jcc-page-home .jcc-home-hero-attribution { display: grid; align-items: start; }
  body.jcc-page-home .jcc-home-hero-visual figcaption { right: -8px; bottom: -20px; }
  body.jcc-page-home .jcc-practice-grid { grid-template-columns: 1fr; }
  body.jcc-page-home .jcc-practice-grid > a { min-height: 190px; }
  body.jcc-page-home .jcc-singapore-image,
  body.jcc-page-home .jcc-singapore-image img { min-height: 280px; }
  body.jcc-page-home .jcc-justin-portrait { margin-right: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  body.jcc-page-home .jcc-featured-media .jcc-logo-grid img {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }

  body.jcc-page-home .jcc-home-hero-visual > img,
  body.jcc-page-home .jcc-practice-intro figure img,
  body.jcc-page-home .jcc-singapore-image img {
    transform: none !important;
    transition: none !important;
  }
}

/* Keep content visible if an observer is delayed or unavailable. */
.jcc-motion-section > .jcc-motion-inner {
  opacity: 1;
  transform: none;
}

body.jcc-motion-enabled .jcc-motion-section > .jcc-motion-inner {
  opacity: 0;
  transform: translateY(24px);
}

body.jcc-motion-enabled .jcc-motion-section.is-visible > .jcc-motion-inner {
  opacity: 1;
  transform: translateY(0);
}

/* Master experience 01: homepage */
body.jcc-page-home {
  background: #ededed;
}

body.jcc-page-home .jcc-home-redesign-hero {
  min-height: calc(100svh - 88px);
  background: #202020 !important;
  border-bottom: 0 !important;
}

body.jcc-page-home .jcc-home-redesign-hero > .jcc-hero-media {
  inset: 0 0 0 auto !important;
  width: 59%;
  background-position: 62% center !important;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
  filter: saturate(.78) contrast(1.08) brightness(.78);
}

body.jcc-page-home .jcc-home-redesign-hero > div[aria-hidden="true"]:not(.jcc-hero-media) {
  z-index: 1;
  background: linear-gradient(90deg, #202020 0%, #202020 39%, rgba(0,0,0, .94) 48%, rgba(0,0,0, .3) 72%, rgba(0,0,0, .18) 100%) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
  width: min(100% - 64px, 1380px);
  max-width: 1380px !important;
  min-height: calc(100svh - 88px) !important;
  padding: clamp(84px, 10vw, 132px) 0 84px !important;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 310px) !important;
  gap: clamp(42px, 8vw, 120px) !important;
  align-items: center !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid > div:first-child {
  max-width: 720px !important;
  padding-left: clamp(0px, 2vw, 32px);
}

body.jcc-page-home .jcc-home-redesign-hero h1 {
  max-width: 720px;
  font-size: clamp(60px, 7.1vw, 104px) !important;
  line-height: .91 !important;
  letter-spacing: -.035em;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-lead {
  max-width: 49ch !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  color: #dadada !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof {
  align-self: end;
  justify-self: end !important;
  max-width: 255px !important;
  padding: 26px 24px !important;
  background: rgba(20, 20, 20, .78) !important;
  border: 1px solid rgba(198, 198, 198, .42) !important;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .32);
  backdrop-filter: blur(14px);
}

body.jcc-page-home .jcc-home-redesign-hero::after {
  height: 100%;
  width: 1px;
  right: 32px;
  left: auto;
  background: linear-gradient(180deg, transparent 10%, rgba(198, 198, 198, .65) 48%, transparent 88%);
}

.jcc-matter-finder {
  position: relative;
  overflow: hidden;
  background: #ededed;
  border-bottom: 1px solid #d0d0d0;
}

.jcc-matter-finder::before {
  content: "JCC";
  position: absolute;
  right: -18px;
  bottom: -76px;
  color: rgba(29, 29, 29, .035);
  font: 400 clamp(180px, 28vw, 430px)/.8 'Libre Caslon Display', Georgia, serif;
  pointer-events: none;
}

.jcc-matter-finder-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
  gap: clamp(48px, 8vw, 120px);
  width: min(100% - 64px, 1320px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 132px) 0;
}

.jcc-master-kicker {
  margin: 0 0 16px;
  color: #6f6f6f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.jcc-matter-finder-intro {
  position: sticky;
  top: 132px;
  align-self: start;
}

.jcc-matter-finder-intro h2,
.jcc-divorce-path h2 {
  margin: 0;
  color: #222222;
  font: 400 clamp(42px, 5vw, 70px)/.98 'Libre Caslon Display', Georgia, serif;
  letter-spacing: -.025em;
}

.jcc-matter-finder-intro > p:not(.jcc-master-kicker) {
  margin: 24px 0 26px;
  max-width: 40ch;
  color: #555555;
  font-size: 17px;
  line-height: 1.72;
}

.jcc-matter-finder-intro > a {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}

.jcc-matter-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}

.jcc-matter-card {
  position: relative;
  display: grid;
  min-height: 280px;
  padding: clamp(28px, 3vw, 42px);
  overflow: hidden;
  color: #222222;
  text-decoration: none;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  transition: color .4s ease, background .4s ease, transform .45s var(--jcc-motion) !important;
}

.jcc-matter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(145deg, #333333, #1b1b1b);
  transform: translateY(102%);
  transition: transform .5s var(--jcc-motion);
}

.jcc-matter-card:hover,
.jcc-matter-card:focus-visible {
  z-index: 2;
  color: #f6f6f6;
  transform: translateY(-4px);
}

.jcc-matter-card:hover::before,
.jcc-matter-card:focus-visible::before {
  transform: translateY(0);
}

.jcc-matter-number {
  align-self: start;
  color: #767676;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
}

.jcc-matter-card strong {
  align-self: end;
  max-width: 15ch;
  font: 700 clamp(23px, 2.2vw, 32px)/1.08 'Libre Caslon Text', Georgia, serif;
}

.jcc-matter-card > span:nth-of-type(2) {
  margin-top: 14px;
  max-width: 31ch;
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
  transition: color .35s ease;
}

.jcc-matter-card:hover > span:nth-of-type(2),
.jcc-matter-card:focus-visible > span:nth-of-type(2) {
  color: #d0d0d0;
}

.jcc-matter-card i {
  position: absolute;
  right: 30px;
  top: 26px;
  font-size: 22px;
  font-style: normal;
  transition: transform .35s var(--jcc-motion);
}

.jcc-matter-card:hover i { transform: translate(5px, -5px); }

body.jcc-page-home section[data-screen-label="Homepage introduction"] > div {
  max-width: 1160px !important;
  padding-top: clamp(84px, 9vw, 126px) !important;
  padding-bottom: clamp(84px, 9vw, 126px) !important;
}

body.jcc-page-home section[data-screen-label="Homepage introduction"] h2 {
  font-size: clamp(38px, 5.2vw, 70px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.025em;
}

/* Master experience 02: divorce */
body.jcc-page-divorce {
  background: #ededed;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero {
  min-height: calc(100svh - 88px);
  padding: 0;
  background:
    linear-gradient(90deg, #202020 0%, rgba(0,0,0, .98) 39%, rgba(0,0,0, .56) 63%, rgba(0,0,0, .12) 100%),
    var(--hero-image) 74% center/cover no-repeat;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
  position: relative;
  grid-template-columns: 1fr;
  gap: clamp(50px, 9vw, 132px);
  min-height: calc(100svh - 88px);
  padding: clamp(88px, 10vw, 136px) 0 80px;
  align-items: center;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-copy {
  max-width: 760px;
  margin-top: 0;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .eyebrow {
  display: block;
  color: #bababa;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero h1 {
  max-width: 760px;
  color: #f6f6f6;
  font-size: clamp(54px, 6.4vw, 94px);
  line-height: .96;
  letter-spacing: -.035em;
  text-shadow: none;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero h1 span {
  display: block;
  margin-top: 20px;
  max-width: 17ch;
  color: #d0d0d0;
  font: italic 400 clamp(25px, 2.7vw, 40px)/1.12 'Libre Caslon Text', Georgia, serif;
  letter-spacing: -.012em;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .lead {
  max-width: 55ch;
  margin-top: 30px;
  color: #e2e2e2;
  font-size: 18px;
  line-height: 1.68;
  text-shadow: none;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .button {
  width: auto;
  min-width: 0;
  padding: 15px 24px;
  color: #222222;
  background: #b7b7b7;
  border: 1px solid #b7b7b7;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .button-secondary {
  display: inline-flex;
  color: #f6f6f6;
  background: rgba(0,0,0, .3);
  border-color: rgba(198, 198, 198, .55);
}

.jcc-divorce-hero-panel {
  position: absolute;
  right: 0;
  bottom: 70px;
  z-index: 3;
  width: min(320px, 29vw);
  padding: 30px 28px;
  color: #f6f6f6;
  background: rgba(0,0,0, .72);
  border: 1px solid rgba(198, 198, 198, .42);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
  backdrop-filter: blur(14px);
}

.jcc-divorce-hero-panel > p {
  margin: 0 0 20px;
  color: #bababa;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.jcc-divorce-hero-panel ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jcc-divorce-hero-panel li {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  padding: 14px 0;
  color: #e2e2e2;
  font-size: 14px;
  line-height: 1.45;
  border-top: 1px solid rgba(224, 224, 224, .16);
}

.jcc-divorce-hero-panel li span {
  color: #bababa;
  font-size: 11px;
  letter-spacing: .12em;
}

.jcc-divorce-path {
  background: #ededed;
  border-bottom: 1px solid #d0d0d0;
}

.jcc-divorce-path-inner {
  display: grid;
  grid-template-columns: minmax(260px, .65fr) minmax(0, 1.35fr);
  gap: clamp(48px, 8vw, 110px);
  width: min(100% - 64px, 1240px);
  margin: 0 auto;
  padding: clamp(70px, 8vw, 110px) 0;
  align-items: start;
}

.jcc-divorce-path nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid #b3b3b3;
  border-left: 1px solid #b3b3b3;
}

.jcc-divorce-path nav a {
  display: flex;
  min-height: 160px;
  padding: 26px;
  flex-direction: column;
  justify-content: space-between;
  color: #222222;
  text-decoration: none;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  transition: color .35s ease, background .35s ease, transform .4s var(--jcc-motion) !important;
}

.jcc-divorce-path nav a:hover,
.jcc-divorce-path nav a:focus-visible {
  z-index: 1;
  color: #f6f6f6;
  background: #333333;
  transform: translateY(-3px);
}

.jcc-divorce-path nav span {
  color: #6f6f6f;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.jcc-divorce-path nav a:hover span { color: #bababa; }

.jcc-divorce-path nav strong {
  max-width: 20ch;
  font: 700 21px/1.18 'Libre Caslon Text', Georgia, serif;
}

body.jcc-page-divorce .jcc-divorce-opening {
  padding: clamp(78px, 9vw, 124px) 0;
  background: #fff;
}

body.jcc-page-divorce .jcc-divorce-opening-alt {
  background: #f4f4f4;
}

body.jcc-page-divorce .jcc-divorce-opening .wrap {
  display: grid;
  grid-template-columns: minmax(260px, .7fr) minmax(0, 1.3fr);
  gap: clamp(46px, 8vw, 112px);
  align-items: start;
}

body.jcc-page-divorce .jcc-divorce-opening h2 {
  margin: 0;
  color: #333333;
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.02;
  letter-spacing: -.025em;
}

body.jcc-page-divorce .jcc-divorce-opening p {
  grid-column: 2;
  max-width: 66ch;
  margin-top: 0;
  color: #4a4a4a;
  font-size: 17px;
  line-height: 1.78;
}

body.jcc-page-divorce .readiness-section {
  padding: clamp(82px, 9vw, 128px) 0;
  color: #f6f6f6;
  background: #1f1f1f;
}

body.jcc-page-divorce .readiness-layout {
  gap: clamp(44px, 7vw, 96px);
}

body.jcc-page-divorce .readiness-copy h2,
body.jcc-page-divorce .readiness-copy h3 {
  color: #f6f6f6;
}

body.jcc-page-divorce .readiness-copy p,
body.jcc-page-divorce .readiness-copy li {
  color: #d0d0d0;
}

body.jcc-page-divorce .readiness-copy a { color: #c6c6c6; }

body.jcc-page-divorce .readiness-tool {
  padding: clamp(20px, 3vw, 34px);
  background: #f2f2f2;
  border: 0;
  border-radius: 0;
  box-shadow: 0 32px 80px rgba(0, 0, 0, .28);
}

body.jcc-page-divorce .readiness-tool fieldset {
  background: #fff;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #d0d0d0;
}

body.jcc-page-divorce .readiness-tool input { accent-color: #333333; }

body.jcc-page-divorce .readiness-tool .button-dark {
  color: #f6f6f6;
  background: #333333;
  border-color: #333333;
  border-radius: 2px;
}

body.jcc-page-divorce .faq-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: none;
}

body.jcc-page-divorce .faq-item {
  padding: clamp(24px, 3vw, 36px);
  border: 1px solid #d0d0d0;
  border-radius: 0;
  background: #fbf8f1;
}

body.jcc-page-divorce .final-focus {
  position: relative;
  overflow: hidden;
  color: #f6f6f6;
  background: #333333;
}

body.jcc-page-divorce .final-focus::after {
  content: "D";
  position: absolute;
  right: -30px;
  bottom: -120px;
  color: rgba(255, 255, 255, .035);
  font: 400 430px/.8 'Libre Caslon Display', Georgia, serif;
}

body.jcc-page-divorce .final-focus h2,
body.jcc-page-divorce .final-focus p { color: inherit; }

@media (max-width: 1040px) {
  body.jcc-page-home .jcc-home-redesign-hero > .jcc-hero-media {
    width: 72%;
    opacity: .72;
  }
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
    grid-template-columns: minmax(0, 1fr) 220px !important;
  }
  .jcc-matter-finder-inner,
  .jcc-divorce-path-inner {
    grid-template-columns: 1fr;
  }
  .jcc-matter-finder-intro { position: static; }
  body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
    grid-template-columns: 1fr;
    width: min(100% - 48px, 980px);
  }
}

@media (max-width: 720px) {
  body.jcc-page-home .jcc-home-redesign-hero {
    min-height: auto;
  }
  body.jcc-page-home .jcc-home-redesign-hero > .jcc-hero-media {
    width: 100%;
    opacity: .66;
    clip-path: none;
  }
  body.jcc-page-home .jcc-home-redesign-hero > div[aria-hidden="true"]:not(.jcc-hero-media) {
    background: linear-gradient(180deg, rgba(0,0,0, .68), rgba(0,0,0, .92) 68%, #202020) !important;
  }
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
    width: 100%;
    min-height: 760px !important;
    padding: 118px 24px 56px !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    align-items: end !important;
  }
  body.jcc-page-home .jcc-home-redesign-hero h1 {
    font-size: clamp(52px, 15vw, 72px) !important;
  }
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof {
    display: grid;
    grid-template-columns: 94px 1fr;
    gap: 18px;
    align-items: center;
    max-width: 100% !important;
    padding: 18px !important;
  }
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof img {
    margin: 0 !important;
  }
  .jcc-matter-finder-inner,
  .jcc-divorce-path-inner {
    width: min(100% - 40px, 640px);
  }
  .jcc-matter-grid,
  .jcc-divorce-path nav {
    grid-template-columns: 1fr;
  }
  .jcc-matter-card { min-height: 220px; }
  body.jcc-page-divorce .jcc-divorce-redesign-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(0,0,0, .55), rgba(0,0,0, .95) 66%, #202020),
      var(--hero-image) 66% center/cover no-repeat;
  }
  body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
    width: 100%;
    min-height: 780px;
    padding: 124px 24px 56px;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: end;
  }
  body.jcc-page-divorce .jcc-divorce-redesign-hero h1 {
    font-size: clamp(48px, 13vw, 66px);
  }
  body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions {
    display: grid;
  }
  body.jcc-page-divorce .jcc-divorce-redesign-hero .button {
    width: 100%;
    justify-content: center;
  }
  .jcc-divorce-hero-panel { align-self: auto; }
  .jcc-divorce-hero-panel {
    position: static;
    width: auto;
  }
  body.jcc-page-divorce .jcc-divorce-opening .wrap {
    grid-template-columns: 1fr;
  }
  body.jcc-page-divorce .jcc-divorce-opening p { grid-column: 1; }
  body.jcc-page-divorce .faq-list { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .jcc-motion-section > .jcc-motion-inner,
  body.jcc-experience-ready .jcc-hero-experience h1,
  body.jcc-experience-ready .jcc-hero-experience .jcc-hero-lead,
  body.jcc-experience-ready .jcc-hero-experience .jcc-hero-kicker,
  body.jcc-experience-ready .jcc-hero-experience .jcc-hero-actions,
  body.jcc-experience-ready .jcc-hero-experience .jcc-hero-proof {
    opacity: 1;
    transform: none;
  }
  .jcc-hero-experience > .jcc-hero-media { transform: none; }
}

/* Editorial reset: light, high-contrast, no-photo master direction */
:root {
  --jcc-paper: #f7f8f6;
  --jcc-white: #ffffff;
  --jcc-ink: #222222;
  --jcc-body: #393939;
  --jcc-blue: #454545;
  --jcc-blue-soft: #e6e6e6;
  --jcc-rule: #cfcfcf;
  --jcc-gold: #767676;
}

body.jcc-page-home,
body.jcc-page-divorce,
body.jcc-page-practice,
body.jcc-page-profile {
  background: var(--jcc-paper) !important;
  color: var(--jcc-body) !important;
}

body.jcc-page-home header,
body.jcc-page-divorce header,
body.jcc-page-practice header,
body.jcc-page-profile header {
  background: rgba(255, 255, 255, .96) !important;
  border-bottom: 1px solid var(--jcc-rule) !important;
  box-shadow: 0 8px 28px rgba(34, 34, 34, .06) !important;
}

body.jcc-page-home header.jcc-header-scrolled,
body.jcc-page-divorce header.jcc-header-scrolled,
body.jcc-page-practice header.jcc-header-scrolled,
body.jcc-page-profile header.jcc-header-scrolled {
  background: rgba(255, 255, 255, .98) !important;
  box-shadow: 0 8px 28px rgba(34, 34, 34, .1) !important;
}

body.jcc-page-home header > div:first-child > a:first-child img,
body.jcc-page-divorce header > div:first-child > a:first-child img,
body.jcc-page-practice header > div:first-child > a:first-child img,
body.jcc-page-profile header > div:first-child > a:first-child img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(17%) saturate(1007%) hue-rotate(162deg) brightness(91%) contrast(92%) !important;
  height: 48px !important;
}

body.jcc-page-home header nav a,
body.jcc-page-home header .jcc-practice-trigger,
body.jcc-page-divorce header nav a,
body.jcc-page-divorce header .jcc-practice-trigger,
body.jcc-page-practice header nav a,
body.jcc-page-practice header .jcc-practice-trigger,
body.jcc-page-profile header nav a,
body.jcc-page-profile header .jcc-practice-trigger {
  color: var(--jcc-ink) !important;
}

body.jcc-page-home header > div:first-child > a[href="/contact/"],
body.jcc-page-divorce header > div:first-child > a[href="/contact/"],
body.jcc-page-practice header > div:first-child > a[href="/contact/"],
body.jcc-page-profile header > div:first-child > a[href="/contact/"] {
  color: #fff !important;
  background: var(--jcc-blue) !important;
  border-color: var(--jcc-blue) !important;
}

body.jcc-page-home header button,
body.jcc-page-divorce header button,
body.jcc-page-practice header button,
body.jcc-page-profile header button {
  color: var(--jcc-ink) !important;
  border-color: var(--jcc-rule) !important;
}

@media (max-width: 1040px) {
  body.jcc-page-home header .jcc-mobile-menu,
  body.jcc-page-divorce header .jcc-mobile-menu,
  body.jcc-page-practice header .jcc-mobile-menu,
  body.jcc-page-profile header .jcc-mobile-menu {
    background: var(--jcc-white) !important;
    border-color: var(--jcc-rule) !important;
    box-shadow: 0 18px 34px rgba(34, 34, 34, .12) !important;
  }

  body.jcc-page-home header .jcc-mobile-menu nav > a,
  body.jcc-page-home header .jcc-mobile-menu nav > button,
  body.jcc-page-divorce header .jcc-mobile-menu nav > a,
  body.jcc-page-divorce header .jcc-mobile-menu nav > button,
  body.jcc-page-practice header .jcc-mobile-menu nav > a,
  body.jcc-page-practice header .jcc-mobile-menu nav > button,
  body.jcc-page-profile header .jcc-mobile-menu nav > a,
  body.jcc-page-profile header .jcc-mobile-menu nav > button {
    color: var(--jcc-ink) !important;
    border-color: var(--jcc-rule) !important;
  }

  body.jcc-page-home header .jcc-mobile-menu nav > button span,
  body.jcc-page-divorce header .jcc-mobile-menu nav > button span,
  body.jcc-page-practice header .jcc-mobile-menu nav > button span,
  body.jcc-page-profile header .jcc-mobile-menu nav > button span {
    color: var(--jcc-blue) !important;
  }
}

body.jcc-page-home .jcc-home-redesign-hero,
body.jcc-page-divorce .jcc-divorce-redesign-hero {
  min-height: auto !important;
  background: var(--jcc-paper) !important;
  color: var(--jcc-ink) !important;
  border-bottom: 1px solid var(--jcc-rule) !important;
}

body.jcc-page-home .jcc-home-redesign-hero > .jcc-hero-media,
body.jcc-page-home .jcc-home-redesign-hero > div[aria-hidden="true"],
body.jcc-page-divorce .jcc-divorce-redesign-hero > .hero-media,
body.jcc-page-divorce .jcc-divorce-redesign-hero::before,
body.jcc-page-divorce .jcc-divorce-redesign-hero::after {
  display: none !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid,
body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
  width: min(100% - 64px, 1240px) !important;
  max-width: 1240px !important;
  min-height: auto !important;
  padding: clamp(76px, 8vw, 112px) 0 clamp(68px, 7vw, 104px) !important;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr) !important;
  gap: clamp(36px, 7vw, 96px) !important;
  align-items: center !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid > div:first-child {
  max-width: 680px !important;
  padding-left: 0 !important;
}

body.jcc-page-home .jcc-home-redesign-hero h1,
body.jcc-page-divorce .jcc-divorce-redesign-hero h1 {
  max-width: 12ch !important;
  color: var(--jcc-ink) !important;
  font-size: clamp(48px, 6vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-shadow: none !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-kicker,
body.jcc-page-divorce .jcc-divorce-redesign-hero .eyebrow {
  color: var(--jcc-blue) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-lead,
body.jcc-page-divorce .jcc-divorce-redesign-hero .lead {
  max-width: 56ch !important;
  color: var(--jcc-body) !important;
  font-size: 18px !important;
  line-height: 1.58 !important;
  text-shadow: none !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions,
body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions {
  margin-top: 28px !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a,
body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions a {
  color: #fff !important;
  background: var(--jcc-blue) !important;
  border-color: var(--jcc-blue) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a:last-child,
body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions .button-secondary {
  color: var(--jcc-blue) !important;
  background: transparent !important;
  border-color: var(--jcc-blue) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a:hover,
body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a:focus-visible,
body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions a:hover,
body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-actions a:focus-visible,
body.jcc-page-practice main > section[data-screen-label="Not sure where to start"] a:hover,
body.jcc-page-practice main > section[data-screen-label="Not sure where to start"] a:focus-visible,
body.jcc-page-profile main a[href="/contact/"]:hover,
body.jcc-page-profile main a[href="/contact/"]:focus-visible {
  transform: translateY(-3px) !important;
  box-shadow: 0 14px 30px rgba(34, 34, 34, .16) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof,
body.jcc-page-divorce .jcc-divorce-hero-panel {
  align-self: center !important;
  justify-self: stretch !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 30px !important;
  color: var(--jcc-ink) !important;
  background: var(--jcc-white) !important;
  border: 1px solid var(--jcc-rule) !important;
  box-shadow: 0 22px 50px rgba(34, 34, 34, .09) !important;
  backdrop-filter: none !important;
}

body.jcc-page-home main h2,
body.jcc-page-home main h3,
body.jcc-page-divorce main h2,
body.jcc-page-divorce main h3,
body.jcc-page-practice main h2,
body.jcc-page-practice main h3,
body.jcc-page-profile main h2,
body.jcc-page-profile main h3 {
  color: var(--jcc-ink) !important;
}

body.jcc-page-home main a:not(.jcc-matter-card),
body.jcc-page-divorce main a:not(.button):not(.jcc-divorce-path),
body.jcc-page-practice main a,
body.jcc-page-profile main a {
  color: var(--jcc-blue);
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof p,
body.jcc-page-divorce .jcc-divorce-hero-panel p,
body.jcc-page-divorce .jcc-divorce-hero-panel li {
  color: var(--jcc-body) !important;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, .94fr) !important;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-copy {
  max-width: 650px !important;
}

body.jcc-page-divorce .jcc-divorce-redesign-hero h1 span {
  color: var(--jcc-blue) !important;
  font-size: clamp(23px, 2.3vw, 34px) !important;
}

body.jcc-page-divorce .jcc-divorce-hero-panel > p,
body.jcc-page-divorce .jcc-divorce-hero-panel li span {
  color: var(--jcc-blue) !important;
}

.jcc-matter-finder,
.jcc-divorce-path {
  background: var(--jcc-white) !important;
  border-bottom: 1px solid var(--jcc-rule) !important;
}

.jcc-matter-finder-inner,
.jcc-divorce-path-inner {
  padding: clamp(60px, 7vw, 88px) 0 !important;
}

.jcc-matter-finder-intro h2,
.jcc-divorce-path h2 {
  max-width: 12ch;
  color: var(--jcc-ink) !important;
  font-size: clamp(34px, 3.7vw, 52px) !important;
  line-height: 1.02 !important;
}

.jcc-matter-finder-intro > p:not(.jcc-master-kicker) {
  color: var(--jcc-body) !important;
  font-size: 16px !important;
  line-height: 1.58 !important;
}

.jcc-master-kicker,
.jcc-matter-number,
.jcc-divorce-path nav span {
  color: var(--jcc-blue) !important;
}

.jcc-matter-grid,
.jcc-divorce-path nav {
  border-color: var(--jcc-rule) !important;
}

.jcc-matter-card,
.jcc-divorce-path nav a {
  min-height: 210px;
  color: var(--jcc-ink) !important;
  background: var(--jcc-white) !important;
  border-color: var(--jcc-rule) !important;
}

.jcc-matter-card::before { background: var(--jcc-blue) !important; }
.jcc-matter-card > span:nth-of-type(2) { color: var(--jcc-body) !important; }
.jcc-matter-card:hover,
.jcc-matter-card:focus-visible,
.jcc-divorce-path nav a:hover,
.jcc-divorce-path nav a:focus-visible {
  color: #fff !important;
  background: var(--jcc-blue) !important;
}
.jcc-matter-card:hover > span:nth-of-type(2),
.jcc-matter-card:focus-visible > span:nth-of-type(2),
.jcc-divorce-path nav a:hover span,
.jcc-divorce-path nav a:focus-visible span { color: #e6e6e6 !important; }

body.jcc-page-home main section:not(.jcc-home-redesign-hero) h2,
body.jcc-page-divorce main section:not(.jcc-divorce-redesign-hero) h2 {
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.08 !important;
}

body.jcc-page-home main section:not(.jcc-home-redesign-hero) p,
body.jcc-page-divorce main section:not(.jcc-divorce-redesign-hero) p {
  color: var(--jcc-body) !important;
  line-height: 1.58 !important;
}

body.jcc-page-home section[data-screen-label="Homepage introduction"] > div,
body.jcc-page-divorce .jcc-divorce-opening,
body.jcc-page-practice main section:not([data-screen-label*="hero"]),
body.jcc-page-profile main section:not([data-screen-label*="hero"]) {
  padding-top: 58px !important;
  padding-bottom: 58px !important;
}

body.jcc-page-divorce .jcc-divorce-opening .wrap {
  gap: clamp(34px, 5vw, 68px) !important;
}

/* Practice Areas and Justin Chan profile master templates */
body.jcc-page-practice main > section[data-screen-label*="hero" i],
body.jcc-page-profile main > section[data-screen-label*="hero" i] {
  min-height: auto !important;
  background: var(--jcc-paper) !important;
  color: var(--jcc-ink) !important;
  border-bottom: 1px solid var(--jcc-rule) !important;
}

body.jcc-page-practice main > section[data-screen-label*="hero" i] > div[aria-hidden="true"],
body.jcc-page-profile main > section[data-screen-label*="hero" i] > div[aria-hidden="true"] {
  display: none !important;
}

body.jcc-page-practice main > section[data-screen-label*="hero" i] > div:not([aria-hidden="true"]),
body.jcc-page-profile main > section[data-screen-label*="hero" i] > div:not([aria-hidden="true"]) {
  width: min(100% - 64px, 1240px) !important;
  min-height: auto !important;
  padding: clamp(70px, 8vw, 112px) 0 !important;
  align-items: center !important;
}

body.jcc-page-practice main > section[data-screen-label*="hero" i] h1,
body.jcc-page-profile main > section[data-screen-label*="hero" i] h1 {
  max-width: 12ch;
  color: var(--jcc-ink) !important;
  font-size: clamp(48px, 6vw, 78px) !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
}

body.jcc-page-practice main > section[data-screen-label*="hero" i] p,
body.jcc-page-profile main > section[data-screen-label*="hero" i] p {
  color: var(--jcc-body) !important;
}

body.jcc-page-practice main > section[data-screen-label*="hero" i] p:first-child,
body.jcc-page-profile main > section[data-screen-label*="hero" i] p:first-child {
  color: var(--jcc-blue) !important;
}

body.jcc-page-practice main > section[data-screen-label="Not sure where to start"] {
  background: var(--jcc-blue) !important;
  border-bottom-color: var(--jcc-blue) !important;
}

body.jcc-page-practice main > section[data-screen-label="Not sure where to start"] p,
body.jcc-page-practice main > section[data-screen-label="Not sure where to start"] a {
  color: #fff !important;
}

body.jcc-page-practice main > section[data-screen-label="Not sure where to start"] a:first-child {
  color: var(--jcc-ink) !important;
  background: #fff !important;
}

body.jcc-page-practice main > section:not([data-screen-label*="hero"]),
body.jcc-page-profile main > section:not([data-screen-label*="hero"]) {
  padding: 0 !important;
}

body.jcc-page-practice main > section:not([data-screen-label*="hero"]) > div,
body.jcc-page-profile main > section:not([data-screen-label*="hero"]) > div {
  padding-top: clamp(48px, 6vw, 76px) !important;
  padding-bottom: clamp(48px, 6vw, 76px) !important;
}

body.jcc-page-practice main section h2,
body.jcc-page-profile main section h2 {
  font-size: clamp(26px, 3vw, 42px) !important;
  line-height: 1.08 !important;
}

body.jcc-page-practice main section p,
body.jcc-page-profile main section p {
  color: var(--jcc-body) !important;
  line-height: 1.58 !important;
}

body.jcc-page-practice main section[style*="#222222"],
body.jcc-page-profile main section[style*="#222222"] {
  background: var(--jcc-ink) !important;
}

body.jcc-page-practice main section[style*="#222222"] h2,
body.jcc-page-profile main section[style*="#222222"] h2,
body.jcc-page-practice main section[style*="#222222"] p,
body.jcc-page-profile main section[style*="#222222"] p {
  color: #fff !important;
}

body.jcc-page-practice main a[style*="display:flex"],
body.jcc-page-profile main a[style*="display:flex"] {
  border-color: var(--jcc-rule) !important;
  border-radius: 0 !important;
  transition: transform .35s var(--jcc-motion), box-shadow .35s ease, background .35s ease !important;
}

body.jcc-page-practice main a[style*="display:flex"]:hover,
body.jcc-page-profile main a[style*="display:flex"]:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(34, 34, 34, .12);
}

@media (max-width: 640px) {
  body.jcc-page-practice main > section[data-screen-label*="hero" i] > div:not([aria-hidden="true"]),
  body.jcc-page-profile main > section[data-screen-label*="hero" i] > div:not([aria-hidden="true"]) {
    width: min(100% - 40px, 620px) !important;
    padding: 52px 0 !important;
  }

  body.jcc-page-practice main > section[data-screen-label*="hero" i] h1,
  body.jcc-page-profile main > section[data-screen-label*="hero" i] h1 {
    font-size: clamp(42px, 12vw, 58px) !important;
  }
}

@media (max-width: 900px) {
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid,
  body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 48px, 680px) !important;
    padding: 60px 0 !important;
  }

  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-proof,
  body.jcc-page-divorce .jcc-divorce-hero-panel {
    padding: 22px !important;
  }
}

@media (min-width: 901px) and (max-width: 1040px) {
  body.jcc-page-home #jccHome-desknav,
  body.jcc-page-divorce #jccHome-desknav {
    display: flex !important;
    gap: 16px !important;
    font-size: 12px !important;
  }

  body.jcc-page-home #jccHome-headcta,
  body.jcc-page-divorce #jccHome-headcta {
    display: inline-flex !important;
    padding: 11px 14px !important;
    font-size: 10px !important;
    letter-spacing: .08em !important;
  }

  body.jcc-page-home #jccHome-burger,
  body.jcc-page-divorce #jccHome-burger {
    display: none !important;
  }

  body.jcc-page-home header > div:first-child > a:first-child img,
  body.jcc-page-divorce header > div:first-child > a:first-child img {
    height: 42px !important;
  }
}

@media (max-width: 640px) {
  body.jcc-page-home .jcc-home-redesign-hero h1,
  body.jcc-page-divorce .jcc-divorce-redesign-hero h1 {
    max-width: 11ch !important;
    font-size: clamp(42px, 12vw, 58px) !important;
  }

  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid,
  body.jcc-page-divorce .jcc-divorce-redesign-hero .hero-grid {
    width: min(100% - 40px, 620px) !important;
    padding: 52px 0 !important;
  }

  .jcc-matter-finder-inner,
  .jcc-divorce-path-inner {
    width: min(100% - 40px, 620px) !important;
    padding: 52px 0 !important;
  }

  .jcc-matter-finder-intro h2,
  .jcc-divorce-path h2 { max-width: none; }

  .jcc-matter-grid,
  .jcc-divorce-path nav { grid-template-columns: 1fr !important; }

  body.jcc-page-home section[data-screen-label="Homepage introduction"] > div,
  body.jcc-page-divorce .jcc-divorce-opening {
    padding-top: 44px !important;
    padding-bottom: 44px !important;
  }
}

/* Homepage final cascade authority. Kept last so the selected palette wins. */
body.jcc-page-home {
  background: var(--jcc-home-paper) !important;
  color: var(--jcc-home-body) !important;
}

body.jcc-page-home header,
body.jcc-page-home header.jcc-header-scrolled {
  background: rgba(243, 243, 243, .97) !important;
  border-bottom-color: var(--jcc-home-rule) !important;
}

body.jcc-page-home #jccHome-headcta {
  color: var(--jcc-home-green-deep) !important;
  background: var(--jcc-home-gold) !important;
  border-color: var(--jcc-home-gold) !important;
}

body.jcc-page-home .jcc-home-redesign-hero {
  color: var(--jcc-home-paper) !important;
  background: var(--jcc-home-green) !important;
  border-bottom-color: rgba(195, 195, 195, .38) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr) !important;
  width: min(100% - 64px, 1280px) !important;
  max-width: 1280px !important;
  margin: 0 auto !important;
  padding: clamp(58px, 6vw, 86px) 0 !important;
  gap: clamp(42px, 7vw, 92px) !important;
}

body.jcc-page-home .jcc-home-redesign-hero h1 { color: #fafafa !important; }
body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-kicker { color: var(--jcc-home-gold-bright) !important; }
body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-lead { color: #dfdfdf !important; }

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a {
  color: var(--jcc-home-green-deep) !important;
  background: var(--jcc-home-gold) !important;
  border-color: var(--jcc-home-gold) !important;
}

body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-actions a:last-child {
  color: #fafafa !important;
  background: transparent !important;
  border-color: rgba(195, 195, 195, .72) !important;
}

body.jcc-page-home .jcc-home-hero-attribution > a,
body.jcc-page-home .jcc-practice-intro > a { color: var(--jcc-home-gold-bright) !important; }
body.jcc-page-home .jcc-home-hero-attribution > a span { color: inherit !important; }

body.jcc-page-home .jcc-matter-finder { background: var(--jcc-home-paper) !important; }
body.jcc-page-home .jcc-master-kicker,
body.jcc-page-home .jcc-matter-number,
body.jcc-page-home .jcc-matter-finder-intro > a { color: var(--jcc-home-green) !important; }
body.jcc-page-home .jcc-matter-card::before { background: var(--jcc-home-gold) !important; }
body.jcc-page-home .jcc-matter-card:hover,
body.jcc-page-home .jcc-matter-card:focus-visible { color: #fff !important; background: var(--jcc-home-green) !important; }

body.jcc-page-home .jcc-practice-editorial { background: var(--jcc-home-green-deep) !important; }
body.jcc-page-home .jcc-practice-intro h2 { color: #fafafa !important; }
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-intro h2 { color: #fafafa !important; }
body.jcc-page-home .jcc-practice-grid > a { color: #fafafa !important; }
body.jcc-page-home .jcc-practice-grid > a > span,
body.jcc-page-home .jcc-practice-grid > a > i { color: var(--jcc-home-gold-bright) !important; }
body.jcc-page-home .jcc-practice-grid > a > strong { color: #fafafa !important; }
body.jcc-page-home .jcc-practice-grid > a > p { color: #d0d0d0 !important; }
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-intro > p:nth-of-type(2),
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a > p {
  color: #d0d0d0 !important;
}
body.jcc-page-home .jcc-practice-grid > a:hover,
body.jcc-page-home .jcc-practice-grid > a:focus-visible { color: var(--jcc-home-green-deep) !important; background: var(--jcc-home-gold-bright) !important; }
body.jcc-page-home .jcc-practice-grid > a:hover > span,
body.jcc-page-home .jcc-practice-grid > a:hover > strong,
body.jcc-page-home .jcc-practice-grid > a:hover > p,
body.jcc-page-home .jcc-practice-grid > a:hover > i,
body.jcc-page-home .jcc-practice-grid > a:focus-visible > span,
body.jcc-page-home .jcc-practice-grid > a:focus-visible > strong,
body.jcc-page-home .jcc-practice-grid > a:focus-visible > p,
body.jcc-page-home .jcc-practice-grid > a:focus-visible > i { color: var(--jcc-home-green-deep) !important; }

body.jcc-page-home .jcc-singapore-context { background: var(--jcc-home-green) !important; }
body.jcc-page-home .jcc-singapore-context h2 { color: #fafafa !important; }
body.jcc-page-home .jcc-singapore-context p { color: #d6d6d6 !important; }
body.jcc-page-home .jcc-meet-justin { background: var(--jcc-home-paper) !important; }
body.jcc-page-home .jcc-justin-role,
body.jcc-page-home .jcc-review-kicker,
body.jcc-page-home .jcc-google-review-link a { color: var(--jcc-home-green) !important; }
body.jcc-page-home main section[data-screen-label="Closing CTA"] { background: var(--jcc-home-green-deep) !important; }

@media (max-width: 900px) {
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
    grid-template-columns: 1fr !important;
    width: min(100% - 48px, 720px) !important;
    padding: 54px 0 72px !important;
  }
}

@media (max-width: 640px) {
  body.jcc-page-home .jcc-home-redesign-hero .jcc-hero-grid {
    width: min(100% - 40px, 620px) !important;
    padding: 46px 0 68px !important;
  }
}

/* Homepage readability and editorial-card refinement */
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:hover,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:focus-visible {
  color: var(--jcc-home-ink) !important;
  background: #fffdf8 !important;
}

body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:hover,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:focus-visible {
  z-index: 1;
  box-shadow: inset 0 0 0 2px var(--jcc-home-gold), 0 16px 30px rgba(33, 33, 33, .1) !important;
  transform: translateY(-4px);
}

body.jcc-page-home main .jcc-matter-finder .jcc-matter-card .jcc-matter-number,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:hover .jcc-matter-number,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:focus-visible .jcc-matter-number {
  color: var(--jcc-home-green) !important;
}

body.jcc-page-home main .jcc-matter-finder .jcc-matter-card > span:nth-of-type(2),
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:hover > span:nth-of-type(2),
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:focus-visible > span:nth-of-type(2) {
  color: var(--jcc-home-body) !important;
}

body.jcc-page-home main .jcc-matter-finder .jcc-matter-card i,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:hover i,
body.jcc-page-home main .jcc-matter-finder .jcc-matter-card:focus-visible i {
  color: var(--jcc-home-green) !important;
}

body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:hover,
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:focus-visible {
  color: #fafafa !important;
  background: rgba(255, 255, 255, .045) !important;
  box-shadow: inset 0 0 0 2px var(--jcc-home-gold) !important;
}

body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:hover > span,
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:hover > i,
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:focus-visible > span,
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:focus-visible > i {
  color: var(--jcc-home-gold-bright) !important;
}

body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:hover > strong,
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:focus-visible > strong {
  color: #fafafa !important;
}

body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:hover > p,
body.jcc-page-home main .jcc-practice-editorial .jcc-practice-grid > a:focus-visible > p {
  color: #d0d0d0 !important;
}

body.jcc-page-home main section.jcc-singapore-context h2 {
  max-width: 13ch;
  margin-bottom: 22px !important;
  color: #fafafa !important;
}

body.jcc-page-home main .jcc-singapore-context .jcc-split > div:last-child > p:first-child {
  color: var(--jcc-home-gold-bright) !important;
}

body.jcc-page-home main .jcc-singapore-context .jcc-split > div:last-child > p:not(:first-child) {
  color: #dddddd !important;
}

body.jcc-page-home .jcc-home-insights {
  background: var(--jcc-home-paper) !important;
  border-color: var(--jcc-home-rule) !important;
}

body.jcc-page-home .jcc-insights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  grid-template-rows: repeat(2, minmax(260px, auto));
  gap: 16px;
}

body.jcc-page-home .jcc-insight-card {
  display: grid;
  grid-template-columns: minmax(150px, .42fr) minmax(0, .58fr);
  min-height: 260px;
  overflow: hidden;
  color: var(--jcc-home-ink) !important;
  background: #fffdf8;
  border: 1px solid var(--jcc-home-rule);
  text-decoration: none;
  transition: transform .35s var(--jcc-motion), box-shadow .35s ease, border-color .35s ease;
}

body.jcc-page-home .jcc-insight-featured {
  grid-row: 1 / span 2;
  grid-template-columns: 1fr;
  grid-template-rows: minmax(300px, 1.1fr) auto;
}

body.jcc-page-home .jcc-insight-card figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  background: var(--jcc-home-green);
}

body.jcc-page-home .jcc-insight-card figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(.65) sepia(.12) contrast(1.03);
  transition: transform .7s var(--jcc-motion), filter .4s ease;
}

body.jcc-page-home .jcc-insight-card > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
  padding: 27px 28px;
}

body.jcc-page-home .jcc-insight-featured > div { padding: 32px 34px 34px; }

body.jcc-page-home .jcc-insight-card > div > span {
  margin-bottom: 12px;
  color: var(--jcc-home-green) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

body.jcc-page-home .jcc-insight-card strong {
  color: var(--jcc-home-ink) !important;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(20px, 2vw, 27px);
  line-height: 1.16;
}

body.jcc-page-home .jcc-insight-featured strong { font-size: clamp(27px, 3vw, 38px); }

body.jcc-page-home main .jcc-home-insights .jcc-insight-card p {
  margin: 15px 0 22px;
  color: var(--jcc-home-body) !important;
  font-size: 14px;
  line-height: 1.55 !important;
}

body.jcc-page-home .jcc-insight-card i {
  margin-top: auto;
  color: var(--jcc-home-green);
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.jcc-page-home .jcc-insight-card i b {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  transition: transform .3s var(--jcc-motion);
}

body.jcc-page-home .jcc-insight-card:hover,
body.jcc-page-home .jcc-insight-card:focus-visible {
  color: var(--jcc-home-ink) !important;
  background: #fffdf8 !important;
  border-color: var(--jcc-home-gold);
  box-shadow: 0 18px 34px rgba(33, 33, 33, .1);
  transform: translateY(-4px);
}

body.jcc-page-home .jcc-insight-card:hover figure img,
body.jcc-page-home .jcc-insight-card:focus-visible figure img {
  filter: grayscale(.25) sepia(.08) contrast(1.04);
  transform: scale(1.035);
}

body.jcc-page-home .jcc-insight-card:hover i b,
body.jcc-page-home .jcc-insight-card:focus-visible i b { transform: translateX(5px); }

body.jcc-page-home .jcc-home-reviews {
  background: #fff !important;
  border-color: var(--jcc-home-rule) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials {
  display: grid !important;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr) !important;
  grid-template-rows: repeat(2, minmax(210px, auto));
  gap: 16px !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  padding: 30px 32px;
  color: var(--jcc-home-ink);
  background: var(--jcc-home-paper) !important;
  border: 1px solid var(--jcc-home-rule) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured {
  grid-row: 1 / span 2;
  justify-content: center;
  padding: clamp(38px, 5vw, 64px);
  color: #fafafa;
  background: var(--jcc-home-green) !important;
  border-color: var(--jcc-home-green) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure > span {
  margin-bottom: 18px;
  color: var(--jcc-home-green) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured > span {
  color: var(--jcc-home-gold-bright) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure::before {
  height: 35px;
  margin-bottom: 14px;
  color: var(--jcc-home-gold);
  font-size: 62px;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials blockquote {
  margin: 0 0 24px;
  color: var(--jcc-home-body) !important;
  font-size: 15px;
  line-height: 1.65;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured blockquote {
  color: #e8e8e8 !important;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(19px, 2.2vw, 27px);
  line-height: 1.55;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figcaption {
  margin-top: auto;
  color: var(--jcc-home-ink) !important;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: 17px;
  font-weight: 700;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured figcaption {
  color: var(--jcc-home-gold-bright) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure:hover {
  box-shadow: 0 16px 32px rgba(33, 33, 33, .09);
  transform: translateY(-3px);
}

@media (max-width: 900px) {
  body.jcc-page-home .jcc-insights-grid,
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials {
    grid-template-columns: 1fr !important;
    grid-template-rows: auto !important;
  }

  body.jcc-page-home .jcc-insight-featured,
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured {
    grid-row: auto;
  }

  body.jcc-page-home .jcc-insight-featured {
    grid-template-rows: minmax(280px, auto) auto;
  }
}

@media (max-width: 640px) {
  body.jcc-page-home .jcc-insight-card,
  body.jcc-page-home .jcc-insight-featured {
    grid-template-columns: 1fr;
    grid-template-rows: 210px auto;
  }

  body.jcc-page-home .jcc-insight-card > div,
  body.jcc-page-home .jcc-insight-featured > div { padding: 25px 24px 28px; }
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure,
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured { padding: 30px 26px; }
}

@media (prefers-reduced-motion: reduce) {
  body.jcc-page-home .jcc-insight-card,
  body.jcc-page-home .jcc-insight-card figure img,
  body.jcc-page-home .jcc-insight-card i b,
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure {
    transition: none !important;
    transform: none !important;
  }
}

/* Homepage copy, testimonial, heading and footer refinement */
body.jcc-page-home header > div:first-child > a:first-child img {
  height: 64px !important;
}

body.jcc-page-home .jcc-section-heading h2,
body.jcc-page-home .jcc-matter-finder-intro h2,
body.jcc-page-home .jcc-practice-intro h2,
body.jcc-page-home .jcc-singapore-context h2,
body.jcc-page-home .jcc-meet-justin h2,
body.jcc-page-home .jcc-closing-cta h2 {
  max-width: none;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

body.jcc-page-home .jcc-section-heading-centered h2 {
  max-width: 20ch;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.jcc-page-home main section[data-screen-label="Closing CTA"] h2 {
  color: #fafafa !important;
}

body.jcc-page-home main section[data-screen-label="Closing CTA"] .jcc-closing-cta > p {
  max-width: 680px;
  margin-right: auto !important;
  margin-left: auto !important;
  color: #dddddd !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  grid-template-rows: auto !important;
  gap: 0 !important;
  overflow: hidden;
  background: var(--jcc-home-green) !important;
  border: 1px solid rgba(195, 195, 195, .55);
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure,
body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured {
  grid-row: auto;
  justify-content: flex-start;
  min-width: 0;
  padding: clamp(34px, 4vw, 52px) !important;
  color: #fafafa !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure + figure {
  border-left: 1px solid rgba(195, 195, 195, .36) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure > span,
body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured > span,
body.jcc-page-home .jcc-home-reviews .jcc-testimonials figcaption,
body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured figcaption {
  color: var(--jcc-home-gold-bright) !important;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials blockquote,
body.jcc-page-home .jcc-home-reviews .jcc-testimonials .jcc-review-featured blockquote {
  color: #e8e8e8 !important;
  font-family: "Libre Caslon Text", Georgia, serif;
  font-size: clamp(18px, 1.65vw, 23px);
  line-height: 1.55;
}

body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure:hover {
  background: rgba(255, 255, 255, .035) !important;
  box-shadow: none !important;
}

body.jcc-page-home .jcc-review-note {
  margin: 14px 0 0 !important;
  color: #6a6a6a !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
  text-align: center;
}

body.jcc-page-home footer {
  color: #dddddd !important;
  background: #212121 !important;
}

body.jcc-page-home footer .jcc-home-footer-grid {
  grid-template-columns: minmax(220px, 1.1fr) minmax(250px, 1.2fr) minmax(180px, .85fr) minmax(150px, .65fr) !important;
  gap: clamp(36px, 4vw, 64px) !important;
}

body.jcc-page-home footer .jcc-footer-contact > img {
  height: 96px !important;
  filter: brightness(0) invert(91%) sepia(13%) saturate(453%) hue-rotate(353deg) brightness(99%) contrast(89%);
}

body.jcc-page-home footer h2 {
  color: var(--jcc-home-gold-bright) !important;
  line-height: 1.35 !important;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

body.jcc-page-home footer p,
body.jcc-page-home footer li,
body.jcc-page-home footer li a,
body.jcc-page-home footer .jcc-footer-contact a {
  color: #dddddd !important;
}

body.jcc-page-home footer .jcc-footer-contact p {
  color: #d0d0d0 !important;
}

body.jcc-page-home footer .jcc-home-footer-bottom {
  border-top-color: rgba(195, 195, 195, .28) !important;
  color: #bebebe !important;
}

body.jcc-page-home footer .jcc-home-footer-bottom a,
body.jcc-page-home footer .jcc-home-footer-bottom span {
  line-height: 1.7 !important;
}

@media (min-width: 901px) and (max-width: 1040px) {
  body.jcc-page-home header > div:first-child > a:first-child img {
    height: 56px !important;
  }

  body.jcc-page-home footer .jcc-home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials {
    grid-template-columns: 1fr !important;
  }

  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure + figure {
    border-top: 1px solid rgba(195, 195, 195, .36) !important;
    border-left: 0 !important;
  }
}

@media (max-width: 720px) {
  body.jcc-page-home header > div:first-child > a:first-child img {
    height: 58px !important;
  }

  body.jcc-page-home main section:not(.jcc-home-redesign-hero) h2 {
    max-width: none !important;
    overflow-wrap: normal !important;
    text-wrap: balance;
    word-break: normal !important;
  }

  body.jcc-page-home .jcc-home-insights > div > div:first-child {
    justify-content: center !important;
    text-align: center;
  }

  body.jcc-page-home .jcc-home-insights .jcc-section-heading {
    max-width: none !important;
  }

  body.jcc-page-home .jcc-home-insights > div > div:first-child > a {
    justify-content: center;
  }

  body.jcc-page-home .jcc-home-reviews .jcc-testimonials {
    display: grid !important;
    grid-template-columns: none !important;
    grid-template-rows: 1fr !important;
    grid-auto-flow: column;
    grid-auto-columns: minmax(280px, 86vw);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scrollbar-color: var(--jcc-home-gold) var(--jcc-home-green);
    scrollbar-width: thin;
  }

  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure {
    scroll-snap-align: start;
  }

  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure + figure {
    border-top: 0 !important;
    border-left: 1px solid rgba(195, 195, 195, .36) !important;
  }

  body.jcc-page-home footer .jcc-home-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 36px 28px !important;
    padding-top: 64px !important;
  }

  body.jcc-page-home footer .jcc-footer-contact,
  body.jcc-page-home footer .jcc-footer-practice {
    grid-column: 1 / -1;
  }

  body.jcc-page-home footer .jcc-footer-contact > img {
    height: 88px !important;
    margin-bottom: 34px !important;
  }

  body.jcc-page-home footer h2 {
    margin-bottom: 20px !important;
    font-size: 12px !important;
    letter-spacing: .14em !important;
  }

  body.jcc-page-home footer .jcc-home-footer-bottom {
    margin-top: 42px !important;
    padding-bottom: 28px !important;
  }
}

/* Forest and gold article treatment */
body.page-articles {
  --jcc-article-green: #2f2f2f;
  --jcc-article-green-deep: #212121;
  --jcc-article-gold: #a4a4a4;
  --jcc-article-gold-bright: #d2d2d2;
  --jcc-article-paper: #f3f3f3;
  --jcc-article-rule: #d0d0d0;
  --jcc-article-ink: #1e1e1e;
  background: var(--jcc-article-paper) !important;
}

body.page-articles header,
body.page-articles header.jcc-header-scrolled {
  background: rgba(33, 33, 33, .97) !important;
  border-bottom-color: rgba(195, 195, 195, .28) !important;
}

body.page-articles .hero.image-hero {
  position: relative;
  overflow: hidden;
  background-color: var(--jcc-article-green-deep) !important;
}

body.page-articles .hero.image-hero::before {
  background:
    linear-gradient(90deg, rgba(33, 33, 33, .96), rgba(33, 33, 33, .7) 46%, rgba(33, 33, 33, .34)),
    var(--hero-image) center / cover !important;
}

body.page-articles .hero h1 {
  color: #fafafa !important;
  letter-spacing: -.025em !important;
}

body.page-articles .hero .lead {
  color: #dfdfdf !important;
}

body.page-articles .hero .eyebrow,
body.page-articles .section-kicker {
  color: var(--jcc-article-gold-bright) !important;
}

body.page-articles .hero .button,
body.page-articles .final-focus .button {
  color: var(--jcc-article-green-deep) !important;
  background: var(--jcc-article-gold) !important;
  border-color: var(--jcc-article-gold) !important;
}

body.page-articles .hero .button-secondary {
  color: #fafafa !important;
  background: transparent !important;
  border-color: rgba(195, 195, 195, .72) !important;
}

body.page-articles main > .section:nth-of-type(even),
body.page-articles article.section {
  background: var(--jcc-article-paper) !important;
}

body.page-articles main > .section:nth-of-type(odd) {
  background: #fffdf8 !important;
}

body.page-articles main h2,
body.page-articles main h3 {
  color: var(--jcc-article-ink) !important;
}

body.page-articles article.section > .wrap {
  padding: clamp(34px, 5vw, 64px) clamp(22px, 4vw, 56px) !important;
  background: #fffdf8;
  border: 1px solid var(--jcc-article-rule);
  box-shadow: 0 22px 52px rgba(33, 33, 33, .08);
}

body.page-articles article.section > .wrap > h2 {
  padding-top: 8px;
}

body.page-articles main a {
  text-decoration-color: rgba(164, 164, 164, .55);
  text-underline-offset: 3px;
}

body.page-articles .jcc-search-faq {
  margin: clamp(38px, 6vw, 64px) 0;
  padding: clamp(28px, 4vw, 42px);
  color: #fafafa;
  background: var(--jcc-article-green-deep);
  border: 1px solid rgba(195, 195, 195, .52);
}

body.page-articles .jcc-search-faq h2 {
  max-width: 720px;
  margin-top: 0;
  color: #fafafa !important;
}

body.page-articles .jcc-search-faq .section-kicker {
  margin-top: 0;
}

body.page-articles .jcc-search-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 24px;
  background: rgba(195, 195, 195, .38);
  border: 1px solid rgba(195, 195, 195, .38);
}

body.page-articles .jcc-search-faq-list article {
  padding: 24px;
  background: rgba(243, 243, 243, .06);
}

body.page-articles .jcc-search-faq-list h3 {
  margin-top: 0;
  color: var(--jcc-article-gold-bright) !important;
  font-size: clamp(20px, 2vw, 25px);
}

body.page-articles .jcc-search-faq-list p {
  margin-bottom: 0;
  color: #dfdfdf !important;
}

body.page-articles .final-focus {
  background: var(--jcc-article-green) !important;
}

body.page-articles .final-focus h2 {
  color: #fafafa !important;
}

body.page-articles .final-focus p {
  color: #dfdfdf !important;
}

@media (max-width: 760px) {
  body.page-articles article.section > .wrap {
    padding: 30px 24px !important;
  }

  body.page-articles .jcc-search-faq-list {
    grid-template-columns: 1fr;
  }
}


/* Google review carousel and live profile panel, 2026-07-19. */
body.jcc-page-home .jcc-review-toolbar {
  display:none;
}
body.jcc-page-home .jcc-testimonials-shell {
  position:relative;
}
body.jcc-page-home .jcc-review-progress {
  display:none;
}
body.jcc-page-home .jcc-google-reviews-widget {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  max-width:1180px;
  margin:28px auto 0;
  padding:22px 24px;
  border:1px solid #d2d2d2;
  background:#f4f4f4;
}
body.jcc-page-home .jcc-google-reviews-widget-copy { display:grid; gap:4px; }
body.jcc-page-home .jcc-google-reviews-widget strong { color:#252525; font-size:14px; letter-spacing:.1em; text-transform:uppercase; }
body.jcc-page-home .jcc-google-reviews-widget-copy span { color:#626262; font-size:14px; line-height:1.5; }
body.jcc-page-home .jcc-google-reviews-widget > a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  flex:0 0 auto;
  padding:14px 18px;
  border:1px solid #626262;
  color:#303030;
  font-size:12px;
  font-weight:700;
  letter-spacing:.11em;
  text-decoration:none;
  text-transform:uppercase;
}
body.jcc-page-home .jcc-google-reviews-widget > a:hover,
body.jcc-page-home .jcc-google-reviews-widget > a:focus-visible { background:#303030; color:#fff; }
@media(max-width:720px){
  body.jcc-page-home .jcc-review-toolbar {
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:18px;
    margin:0 0 16px;
  }
  body.jcc-page-home .jcc-review-scroll-copy {
    display:grid;
    gap:4px;
    max-width:220px;
  }
  body.jcc-page-home .jcc-review-scroll-copy strong {
    color:#303030;
    font-size:13px;
    letter-spacing:.1em;
    text-transform:uppercase;
  }
  body.jcc-page-home .jcc-review-scroll-copy span {
    color:#5d5d5d;
    font-size:13px;
    line-height:1.45;
  }
  body.jcc-page-home .jcc-review-navigation {
    display:grid;
    grid-template-columns:40px auto 40px;
    align-items:center;
    gap:8px;
  }
  body.jcc-page-home .jcc-review-navigation button {
    display:grid;
    width:40px;
    height:40px;
    padding:0;
    place-items:center;
    border:1px solid #8d8d8d;
    border-radius:50%;
    background:#303030;
    color:#fff;
    font-size:18px;
    cursor:pointer;
  }
  body.jcc-page-home .jcc-review-navigation button:disabled {
    border-color:#c8c8c8;
    background:#e6e6e6;
    color:#888;
    cursor:default;
  }
  body.jcc-page-home .jcc-review-navigation [data-jcc-review-status] {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap;
  }
  body.jcc-page-home .jcc-testimonials-shell::after {
    position:absolute;
    top:0;
    right:0;
    bottom:18px;
    width:30px;
    background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.82));
    content:'';
    pointer-events:none;
  }
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials {
    grid-auto-columns:minmax(270px,82vw) !important;
    gap:12px !important;
    padding:0 30px 10px 0;
    border:0;
    background:transparent !important;
  }
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure {
    min-height:100%;
    background:#303030 !important;
    border:1px solid #4a4a4a !important;
  }
  body.jcc-page-home .jcc-home-reviews .jcc-testimonials figure + figure {
    border-left:1px solid #4a4a4a !important;
  }
  body.jcc-page-home .jcc-review-progress {
    display:flex;
    justify-content:center;
    gap:8px;
    margin:12px 0 0;
  }
  body.jcc-page-home .jcc-review-progress span {
    width:8px;
    height:8px;
    border-radius:50%;
    background:#c5c5c5;
    transition:width .2s ease,background .2s ease;
  }
  body.jcc-page-home .jcc-review-progress span.is-active {
    width:26px;
    border-radius:999px;
    background:#444;
  }
  body.jcc-page-home .jcc-google-reviews-widget {
    align-items:stretch;
    flex-direction:column;
    margin-top:26px;
    padding:18px;
  }
  body.jcc-page-home .jcc-google-reviews-widget > a { align-self:flex-start; }
}
@media(max-width:520px){
  body.jcc-page-home .jcc-review-toolbar {
    align-items:stretch;
    flex-direction:column;
  }
  body.jcc-page-home .jcc-review-scroll-copy {
    max-width:none;
  }
  body.jcc-page-home .jcc-review-navigation {
    grid-template-columns:40px 40px;
  }
}
@media(prefers-reduced-motion:reduce){
  body.jcc-page-home .jcc-review-progress span {
    transition:none;
  }
}


body.jcc-page-home .jcc-home-reviews .jcc-testimonials figcaption small {
  display:block;
  margin-top:8px;
  color:#c5c5c5;
  font-family:'Hanken Grotesk',system-ui,sans-serif;
  font-size:11px;
  font-weight:500;
  letter-spacing:.08em;
  text-transform:uppercase;
}
body.jcc-page-home .jcc-home-reviews .jcc-review-source {
  margin:22px 0 0;
}
body.jcc-page-home .jcc-home-reviews .jcc-review-source a {
  color:#e6e6e6;
  font-size:11px;
  font-weight:700;
  letter-spacing:.08em;
  line-height:1.5;
  text-decoration:underline;
  text-underline-offset:4px;
  text-transform:uppercase;
}
