.jocely-news-home {
  --jnh-bg: #0a0a0c;
  --jnh-surface: #141416;
  --jnh-text: #f5f1eb;
  --jnh-muted: #aaa5a1;
  --jnh-line: rgba(255, 255, 255, 0.12);
  --jnh-accent: #ff4f8b;
  --jnh-accent-2: #26bed2;
  --jnh-width: 1280px;
  --jnh-top-space: 160px;
  position: relative;
  isolation: isolate;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--jnh-text);
  background:
    radial-gradient(circle at 12% 15%, color-mix(in srgb, var(--jnh-accent-2) 9%, transparent), transparent 28rem),
    radial-gradient(circle at 91% 47%, color-mix(in srgb, var(--jnh-accent) 8%, transparent), transparent 30rem),
    var(--jnh-bg);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.jocely-news-home *,
.jocely-news-home *::before,
.jocely-news-home *::after {
  box-sizing: border-box;
}

.jocely-news-home img {
  display: block;
  width: 100%;
}

.jocely-news-home a {
  color: inherit;
  text-decoration: none;
}

.jocely-news-home h1,
.jocely-news-home h2,
.jocely-news-home h3,
.jocely-news-home p {
  margin-top: 0;
}

.jnh-ambient {
  position: absolute;
  z-index: -1;
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  opacity: 0.15;
  filter: blur(120px);
  pointer-events: none;
}

.jnh-ambient-one { top: 4%; left: -22rem; background: var(--jnh-accent-2); }
.jnh-ambient-two { top: 48%; right: -22rem; background: var(--jnh-accent); }

.jnh-hero,
.jnh-section,
.jnh-practices,
.jnh-series,
.jnh-newsletter {
  width: min(calc(100% - 64px), var(--jnh-width));
  margin-right: auto;
  margin-left: auto;
}

.jnh-hero {
  min-height: 790px;
  padding: var(--jnh-top-space) 0 110px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 0.82fr);
  gap: clamp(64px, 8vw, 126px);
  align-items: center;
}

.jnh-hero-copy,
.jnh-featured {
  min-width: 0;
}

.jnh-eyebrow {
  margin: 0 0 30px;
  display: flex;
  gap: 13px;
  align-items: center;
  color: var(--jnh-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.jnh-eyebrow > span {
  width: 30px;
  height: 1px;
  flex: 0 0 auto;
  background: var(--jnh-accent);
}

.jocely-news-home .jnh-hero h1 {
  margin: 0;
  color: var(--jnh-text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(70px, 7.3vw, 118px);
  font-weight: 570;
  letter-spacing: -0.075em;
  line-height: 0.88;
}

.jocely-news-home .jnh-hero h1 > span {
  display: block;
  overflow-wrap: break-word;
}

.jocely-news-home .jnh-hero h1 .jnh-title-accent {
  width: max-content;
  max-width: 100%;
  padding-right: 0.08em;
  color: transparent;
  background: linear-gradient(100deg, var(--jnh-accent-2), #f4c82e 46%, var(--jnh-accent));
  background-clip: text;
  -webkit-background-clip: text;
}

.jnh-hero-intro {
  max-width: 540px;
  margin: 58px 0 0;
  color: var(--jnh-muted);
  font-size: 18px;
}

.jnh-actions {
  margin-top: 38px;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
}

.jnh-button {
  min-height: 52px;
  padding: 0 20px;
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--jnh-line);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 220ms ease, color 220ms ease, background 220ms ease;
}

.jnh-button-primary {
  border-color: var(--jnh-accent);
  color: #0a0a0c !important;
  background: var(--jnh-accent);
}

.jnh-button:hover {
  color: #0a0a0c !important;
  background: var(--jnh-text);
  transform: translateY(-2px);
}

.jnh-text-link {
  color: var(--jnh-muted) !important;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.jnh-text-link span {
  margin-left: 12px;
  color: var(--jnh-accent-2);
  font-size: 15px;
}

.jnh-counter {
  margin-top: 58px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.jnh-counter strong {
  color: var(--jnh-text);
  font-size: 38px;
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 1;
}

.jnh-counter span {
  color: var(--jnh-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
  text-transform: uppercase;
}

.jnh-featured {
  position: relative;
  padding: 14px;
  border: 1px solid var(--jnh-line);
  border-radius: 26px;
  background: var(--jnh-surface);
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.4);
}

.jnh-featured::after {
  position: absolute;
  z-index: -1;
  right: -22px;
  bottom: -22px;
  width: 72%;
  height: 72%;
  content: "";
  border-right: 1px solid color-mix(in srgb, var(--jnh-accent) 45%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--jnh-accent-2) 45%, transparent);
  border-radius: 0 0 26px 0;
}

.jnh-featured-media {
  position: relative;
  height: 535px;
  overflow: hidden;
  border-radius: 17px;
  background: #101012;
}

.jnh-featured-media > img {
  height: 100%;
  padding: 28px;
  object-fit: contain;
  transition: transform 750ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.jnh-featured:hover .jnh-featured-media > img {
  transform: scale(1.04) rotate(-0.4deg);
}

.jnh-featured-label {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  color: #fff;
  background: rgba(8, 8, 10, 0.68);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
}

.jnh-featured-copy {
  min-height: 92px;
  padding: 18px 7px 3px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.jnh-featured-copy p {
  margin: 0 0 4px;
  color: var(--jnh-accent);
  font-size: 8px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jocely-news-home .jnh-featured-copy h2 {
  margin: 0;
  color: var(--jnh-text);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.jnh-featured-copy > span {
  color: var(--jnh-accent-2);
  font-size: 22px;
}

.jnh-featured-empty {
  min-height: 630px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 24px;
  color: var(--jnh-muted);
  text-align: center;
  background: linear-gradient(135deg, #0c3440, #331426);
}

.jnh-featured-empty > span,
.jnh-placeholder {
  color: #fff;
  font-family: Georgia, serif;
  font-size: 70px;
  font-style: italic;
  transform: rotate(-7deg);
}

.jnh-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 25% 72%, #126a7e, transparent 28%),
    radial-gradient(circle at 74% 28%, color-mix(in srgb, var(--jnh-accent) 70%, transparent), transparent 31%),
    #101012;
}

.jnh-section {
  padding: 130px 0;
  border-top: 1px solid var(--jnh-line);
}

.jnh-practices {
  margin-bottom: 130px;
  padding: clamp(52px, 7vw, 94px);
  overflow: hidden;
  border: 1px solid var(--jnh-line);
  border-radius: 30px;
  background:
    linear-gradient(122deg, color-mix(in srgb, var(--jnh-accent) 7%, transparent), transparent 38%),
    linear-gradient(302deg, color-mix(in srgb, var(--jnh-accent-2) 7%, transparent), transparent 40%),
    var(--jnh-surface);
}

.jnh-practices-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.7fr);
  column-gap: clamp(54px, 8vw, 118px);
  align-items: end;
}

.jnh-practices-intro .jnh-eyebrow {
  grid-column: 1 / -1;
}

.jocely-news-home .jnh-practices h2 {
  max-width: 760px;
  margin: 0;
  color: var(--jnh-text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(46px, 5vw, 76px);
  font-weight: 540;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.jnh-practices-intro > p:last-child {
  margin: 0;
  color: var(--jnh-muted);
}

.jnh-practice-grid {
  margin-top: clamp(60px, 7vw, 90px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.jnh-practice-card {
  position: relative;
  min-height: 390px;
  padding: clamp(32px, 4vw, 52px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--jnh-line);
  border-radius: 3px 26px 3px 3px;
  background: rgba(8, 8, 10, 0.56);
  transition: border-color 260ms ease, transform 260ms ease, background 260ms ease;
}

.jnh-practice-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  content: "";
  border-radius: 0 0 0 100%;
  opacity: 0.11;
  background: var(--jnh-practice-color);
  transition: transform 420ms ease, opacity 260ms ease;
  transform: translate(32%, -32%);
}

.jnh-practice-art { --jnh-practice-color: var(--jnh-accent); }
.jnh-practice-craft { --jnh-practice-color: var(--jnh-accent-2); }

.jnh-practice-card:hover,
.jnh-practice-card:focus-visible {
  border-color: color-mix(in srgb, var(--jnh-practice-color) 62%, transparent);
  background: color-mix(in srgb, var(--jnh-practice-color) 6%, rgba(8, 8, 10, 0.7));
  transform: translateY(-4px);
}

.jnh-practice-card:hover::before,
.jnh-practice-card:focus-visible::before {
  opacity: 0.2;
  transform: translate(22%, -22%) scale(1.18);
}

.jnh-practice-card:focus-visible {
  outline: 2px solid var(--jnh-practice-color);
  outline-offset: 4px;
}

.jnh-practice-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.jnh-practice-meta > span {
  color: var(--jnh-practice-color);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.jnh-practice-meta > small {
  color: var(--jnh-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.jocely-news-home .jnh-practice-card h3 {
  margin: 72px 0 0;
  color: var(--jnh-text);
  font-size: clamp(31px, 3vw, 46px);
  font-weight: 560;
  letter-spacing: -0.05em;
  line-height: 1;
}

.jnh-practice-card > p {
  max-width: 490px;
  margin: 25px 0 42px;
  color: var(--jnh-muted);
}

.jnh-practice-card > strong {
  margin-top: auto;
  color: var(--jnh-text);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jnh-practice-card > strong span {
  margin-left: 13px;
  color: var(--jnh-practice-color);
  font-size: 16px;
}

.jnh-heading {
  display: flex;
  gap: 70px;
  align-items: flex-end;
  justify-content: space-between;
}

.jnh-heading > div {
  max-width: 820px;
}

.jnh-heading > p {
  max-width: 360px;
  margin-bottom: 8px;
  color: var(--jnh-muted);
}

.jocely-news-home .jnh-heading h2,
.jocely-news-home .jnh-series h2,
.jocely-news-home .jnh-newsletter h2 {
  margin: 0;
  color: var(--jnh-text);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: clamp(50px, 5.5vw, 86px);
  font-weight: 540;
  letter-spacing: -0.065em;
  line-height: 0.96;
}

.jnh-art-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 72px 24px;
}

.jnh-art-card.is-shifted {
  transform: translateY(46px);
}

.jnh-animate .jnh-art-card.is-shifted.jnh-reveal {
  transform: translateY(80px);
}

.jnh-animate .jnh-art-card.is-shifted.jnh-reveal.is-visible {
  transform: translateY(46px);
}

.jnh-art-card > div {
  position: relative;
  height: 460px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid var(--jnh-line);
  background: var(--jnh-surface);
}

.jnh-art-card img {
  height: 100%;
  object-fit: contain;
  transition: transform 650ms cubic-bezier(0.2, 0.65, 0.3, 1);
}

.jnh-art-card:hover img {
  transform: scale(1.045);
}

.jnh-art-number {
  position: absolute;
  right: 13px;
  bottom: 5px;
  color: rgba(255, 255, 255, 0.08);
  font-size: 58px;
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 1;
}

.jnh-card-placeholder,
.jnh-news-image > span,
.jnh-series-images a > span {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(135deg, #123d49, #331426);
}

.jnh-art-card > p {
  margin: 17px 0 0;
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.jnh-art-card > p > span {
  color: var(--jnh-text);
  font-size: 17px;
  font-weight: 600;
}

.jnh-art-card > p small {
  color: var(--jnh-muted);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: right;
  text-transform: uppercase;
}

.jnh-series {
  min-height: 650px;
  margin-top: 70px;
  margin-bottom: 130px;
  padding: clamp(48px, 7vw, 100px);
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr);
  gap: 80px;
  align-items: center;
  border: 1px solid var(--jnh-line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 18%, color-mix(in srgb, var(--jnh-series-color) 17%, transparent), transparent 24rem),
    var(--jnh-surface);
  box-shadow: 0 36px 110px rgba(0, 0, 0, 0.34);
}

.jnh-series .jnh-eyebrow > span {
  background: var(--jnh-series-color);
}

.jnh-series-copy > p:not(.jnh-eyebrow) {
  max-width: 520px;
  margin: 32px 0 0;
  color: var(--jnh-muted);
}

.jnh-series-statement {
  max-width: 560px;
  margin-top: 30px;
  padding: 24px 0 2px 24px;
  border-left: 1px solid var(--jnh-series-color);
}

.jnh-series-statement > small {
  display: block;
  margin-bottom: 9px;
  color: var(--jnh-series-color);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.jnh-series-statement > p {
  margin: 0;
  color: var(--jnh-text);
  font-size: 14px;
  line-height: 1.7;
}

.jnh-series-copy > a {
  margin-top: 36px;
  display: inline-block;
  color: var(--jnh-text);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.jnh-series-copy > a span {
  margin-left: 14px;
  color: var(--jnh-series-color);
  font-size: 16px;
}

.jnh-series-images {
  height: 460px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jnh-series-images a {
  min-width: 0;
  min-height: 0;
  padding: 12px;
  overflow: hidden;
  border: 1px solid var(--jnh-line);
  background: #0c0c0e;
}

.jnh-series-images a:first-child {
  grid-row: 1 / -1;
}

.jnh-series-images img {
  height: 100%;
  object-fit: contain;
  transition: transform 600ms ease;
}

.jnh-series-images a:hover img {
  transform: scale(1.045);
}

.jnh-news-grid {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.jnh-news-card {
  overflow: hidden;
  border: 1px solid var(--jnh-line);
  border-radius: 4px 28px 4px 4px;
  background: var(--jnh-surface);
}

.jnh-news-image {
  position: relative;
  height: 280px;
  overflow: hidden;
}

.jnh-news-image img {
  height: 100%;
  object-fit: cover;
  transition: transform 650ms ease;
}

.jnh-news-card:hover .jnh-news-image img {
  transform: scale(1.055);
}

.jnh-news-image b {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  color: #0a0a0c;
  background: var(--jnh-accent);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jnh-news-copy {
  min-height: 195px;
  padding: 27px;
}

.jnh-news-copy p {
  margin: 0 0 14px;
  color: var(--jnh-accent-2);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jocely-news-home .jnh-news-copy h3 {
  margin: 0;
  color: var(--jnh-text);
  font-size: 23px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.jnh-news-copy > span {
  margin-top: 24px;
  display: inline-block;
  color: var(--jnh-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.jnh-empty {
  margin-top: 60px;
  padding: 44px;
  border: 1px solid var(--jnh-line);
  color: var(--jnh-muted);
  background: var(--jnh-surface);
  text-align: center;
}

.jnh-newsletter {
  margin-bottom: 120px;
  padding: 90px clamp(40px, 7vw, 100px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 80px;
  align-items: end;
  border: 1px solid var(--jnh-line);
  border-radius: 30px;
  background:
    linear-gradient(125deg, color-mix(in srgb, var(--jnh-accent-2) 13%, transparent), transparent 35%),
    linear-gradient(305deg, color-mix(in srgb, var(--jnh-accent) 13%, transparent), transparent 35%),
    var(--jnh-surface);
}

.jnh-newsletter > div:last-child > p {
  margin: 0 0 32px;
  color: var(--jnh-muted);
}

.jnh-animate .jnh-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 720ms ease, transform 850ms cubic-bezier(0.18, 0.72, 0.25, 1);
}

.jnh-animate .jnh-reveal.is-visible,
.elementor-editor-active .jocely-news-home .jnh-reveal {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .jnh-hero,
  .jnh-section,
  .jnh-practices,
  .jnh-series,
  .jnh-newsletter {
    width: min(calc(100% - 48px), var(--jnh-width));
  }

  .jnh-hero {
    grid-template-columns: 1fr;
    gap: 74px;
  }

  .jnh-hero-copy {
    width: min(100%, 850px);
  }

  .jnh-featured {
    width: min(100%, 570px);
    margin-left: auto;
  }

  .jnh-art-grid,
  .jnh-news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jnh-practices-intro {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }

  .jnh-art-card.is-shifted,
  .jnh-animate .jnh-art-card.is-shifted.jnh-reveal,
  .jnh-animate .jnh-art-card.is-shifted.jnh-reveal.is-visible {
    transform: none;
  }

  .jnh-series {
    grid-template-columns: 1fr;
  }

  .jnh-series-images {
    height: 520px;
  }
}

@media (max-width: 767px) {
  .jnh-hero,
  .jnh-section,
  .jnh-practices,
  .jnh-series,
  .jnh-newsletter {
    width: min(calc(100% - 32px), var(--jnh-width));
  }

  .jnh-hero {
    min-height: auto;
    padding: var(--jnh-top-space) 0 84px;
  }

  .jocely-news-home .jnh-hero h1 {
    font-size: clamp(52px, 16vw, 76px);
  }

  .jnh-hero-intro {
    margin-top: 46px;
    font-size: 16px;
  }

  .jnh-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .jnh-button {
    width: 100%;
  }

  .jnh-text-link {
    padding: 10px 0;
    text-align: center;
  }

  .jnh-featured {
    width: calc(100% - 10px);
    margin-right: 10px;
  }

  .jnh-featured-media {
    height: min(124vw, 520px);
  }

  .jnh-section {
    padding: 88px 0;
  }

  .jnh-practices {
    margin-bottom: 88px;
    padding: 62px 26px 26px;
    border-radius: 22px;
  }

  .jocely-news-home .jnh-practices h2 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .jnh-practice-grid {
    margin-top: 52px;
    grid-template-columns: 1fr;
  }

  .jnh-practice-card {
    min-height: 350px;
    padding: 32px 27px;
    border-radius: 3px 20px 3px 3px;
  }

  .jocely-news-home .jnh-practice-card h3 {
    margin-top: 54px;
  }

  .jnh-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .jocely-news-home .jnh-heading h2,
  .jocely-news-home .jnh-series h2,
  .jocely-news-home .jnh-newsletter h2 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .jnh-art-grid,
  .jnh-news-grid {
    margin-top: 52px;
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .jnh-art-card > div {
    height: min(128vw, 520px);
  }

  .jnh-series {
    min-height: 0;
    margin-top: 30px;
    margin-bottom: 88px;
    padding: 62px 26px;
    gap: 56px;
    border-radius: 22px;
  }

  .jnh-series-images {
    height: 540px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1.2fr 0.8fr;
  }

  .jnh-series-images a:first-child {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .jnh-newsletter {
    margin-bottom: 80px;
    padding: 62px 27px;
    grid-template-columns: 1fr;
    gap: 48px;
    border-radius: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .jocely-news-home *,
  .jocely-news-home *::before,
  .jocely-news-home *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .jnh-animate .jnh-reveal {
    opacity: 1;
    transform: none;
  }
}
