.persona-feature {
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem 6rem;
  color: inherit;
  isolation: isolate;
}

.persona-feature::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 20%, rgba(192, 160, 128, 0.12), transparent 28%),
    radial-gradient(circle at 86% 42%, rgba(192, 160, 128, 0.08), transparent 32%);
  opacity: 0.9;
}

.persona-feature::after {
  content: none;
}

.persona-feature__heading {
  width: min(100%, 64rem);
  margin: 0 auto 2rem;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}

.persona-feature__numeral {
  display: inline-block;
  flex: 0 0 auto;
  margin-bottom: 0;
  color: #c0a080;
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-weight: 300;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.persona-feature__heading h2 {
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(2.5rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: 0;
}

.persona-feature__inner {
  width: min(100%, 64rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.64fr);
  gap: clamp(1.5rem, 4vw, 2rem);
  align-items: stretch;
  padding: clamp(1.35rem, 3.2vw, 2rem);
  border: 1px solid rgba(192, 160, 128, 0.18);
  border-radius: 0.85rem;
  background: rgba(16, 15, 14, 0.78);
}

.persona-feature h3 {
  max-width: 34rem;
  margin: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 3.1rem);
  line-height: 1.05;
  letter-spacing: 0;
  color: #fffaf2;
}

.persona-feature__rule {
  width: 6rem;
  height: 1px;
  margin: 1.35rem 0;
  background: linear-gradient(90deg, transparent, #c0a080, transparent);
}

.persona-feature__copy {
  max-width: 38rem;
  margin: 0;
  color: rgba(245, 243, 240, 0.72);
  font-size: 0.98rem;
  line-height: 1.68;
}

.persona-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.persona-feature__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.82rem 1.15rem;
  border-radius: 0.65rem;
  border: 1px solid rgba(192, 160, 128, 0.34);
  color: #c0a080;
  background: rgba(192, 160, 128, 0.13);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.persona-feature__button:hover {
  transform: translateY(-1px);
  background: rgba(192, 160, 128, 0.18);
}

.persona-feature__panel {
  border-left: 1px solid rgba(192, 160, 128, 0.2);
  padding-left: clamp(1.15rem, 3vw, 1.5rem);
}

.persona-feature__label {
  margin: 0 0 0.85rem;
  color: rgba(245, 243, 240, 0.48);
  font-size: 0.72rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.persona-feature__list {
  display: grid;
  gap: 1rem;
}

.persona-feature__item {
  margin: 0;
  color: rgba(245, 243, 240, 0.78);
  font-size: 0.98rem;
  line-height: 1.55;
}

.persona-feature__item strong {
  display: block;
  color: #fffaf2;
  font-weight: 500;
}

@media (max-width: 820px) {
  .persona-feature {
    padding: 4rem 1.5rem 5rem;
  }

  .persona-feature__heading {
    gap: 1rem;
  }

  .persona-feature__inner {
    grid-template-columns: 1fr;
  }

  .persona-feature__panel {
    border-left: 0;
    padding-left: 0;
  }
}

.josh-social-footer {
  position: relative;
  z-index: 3;
  width: min(100%, 64rem);
  margin: 0 auto;
  padding: 0 2rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem 1.15rem;
  text-align: center;
}

.josh-social-footer__label {
  flex: 0 0 100%;
  margin: 0 0 0.1rem;
  color: #c0a080;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  line-height: 1;
  text-transform: uppercase;
}

.josh-social-footer a {
  position: relative;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: rgba(245, 243, 240, 0.74);
  transition: color 180ms ease, transform 180ms ease;
}

.josh-social-footer a:hover {
  transform: translateY(-2px);
  color: #fffaf2;
}

.josh-social-footer svg {
  width: 1.08rem;
  height: 1.08rem;
}

.josh-bg-section--journal {
  padding: 5rem 2rem 6rem;
  background:
    radial-gradient(circle at 12% 18%, rgba(192, 160, 128, 0.1), transparent 28%),
    radial-gradient(circle at 88% 52%, rgba(192, 160, 128, 0.06), transparent 32%);
}

#journal .section-heading {
  width: min(100%, 64rem);
  margin: 0 auto 3rem;
  display: flex;
  align-items: baseline;
  gap: 1.5rem;
}

.journal-grid {
  width: min(100%, 64rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.journal-card {
  border: 1px solid rgba(192, 160, 128, 0.18);
  border-radius: 0.85rem;
  background: rgba(16, 15, 14, 0.78);
  overflow: hidden;
  padding: 0;
  transition: transform 200ms ease, border-color 200ms ease, box-shadow 200ms ease;
}

.journal-card:hover {
  transform: translateY(-4px);
  border-color: rgba(192, 160, 128, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.journal-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.journal-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.journal-content {
  padding: 1.5rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.journal-link h3 {
  margin: 0 0 0.75rem;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.15rem;
  line-height: 1.3;
  color: #fffaf2;
  transition: color 180ms ease;
}

.journal-link:hover h3 {
  color: #c0a080;
}

.journal-dek {
  margin: 0 0 1rem;
  color: rgba(245, 243, 240, 0.68);
  font-size: 0.875rem;
  line-height: 1.55;
  flex: 1;
}

.journal-meta {
  display: inline-block;
  color: #c0a080;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.journal-cta {
  width: min(100%, 64rem);
  margin: 3rem auto 0;
  text-align: center;
}

.journal-all {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.5rem;
  border: 1px solid rgba(192, 160, 128, 0.34);
  border-radius: 0.65rem;
  color: #c0a080;
  background: rgba(192, 160, 128, 0.13);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.journal-all:hover {
  transform: translateY(-1px);
  background: rgba(192, 160, 128, 0.18);
  border-color: rgba(192, 160, 128, 0.5);
}

@media (max-width: 960px) {
  .journal-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .josh-bg-section--journal {
    padding: 4rem 1.5rem 5rem;
  }

  #journal .section-heading {
    gap: 1rem;
  }
}

.josh-hero-image {
  position: relative;
  overflow: hidden;
  background: #0a0a0a !important;
}

.josh-hero-image-bg {
  position: absolute;
  inset: 0 0 0 auto;
  width: min(58vw, 54rem);
  z-index: 1;
  pointer-events: none;
}

.josh-hero-image-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  filter: brightness(0.72) contrast(1.08) saturate(0);
}

.josh-hero-image-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 46% 68%, rgba(192, 160, 128, 0.08), transparent 18rem),
    linear-gradient(90deg, #0a0a0a 0%, rgba(10, 10, 10, 0.84) 16%, rgba(10, 10, 10, 0.42) 54%, rgba(10, 10, 10, 0.8) 100%),
    linear-gradient(180deg, rgba(10, 10, 10, 0.68) 0%, rgba(10, 10, 10, 0.2) 48%, rgba(10, 10, 10, 0.94) 100%);
}

.josh-hero-image .josh-hero-image-hidden {
  display: none !important;
}

@media (max-width: 820px) {
  .josh-hero-image-bg {
    inset: 0;
    width: 100%;
    opacity: 0.82;
  }

  .josh-hero-image-bg img {
    object-position: 56% 62%;
  }

  .josh-hero-image-bg::after {
    background:
      linear-gradient(90deg, rgba(10, 10, 10, 0.7) 0%, rgba(10, 10, 10, 0.28) 55%, rgba(10, 10, 10, 0.62) 100%),
      linear-gradient(180deg, rgba(10, 10, 10, 0.48) 0%, rgba(10, 10, 10, 0.14) 44%, rgba(10, 10, 10, 0.82) 100%);
  }
}
