/* ============================================================
   COERE — Home visual study, August 2026
   Scoped to .home-redesign so the other HTML references remain stable.
   ============================================================ */

.home-redesign {
  --home-dark: #0d1f17;
  --home-dark-deep: #081711;
  --home-dark-soft: #17382a;
  --home-cream: #f0f0f0;
  --home-glass: rgba(255, 255, 255, 0.065);
  --home-glass-strong: rgba(255, 255, 255, 0.105);
  --home-glass-line: rgba(240, 240, 240, 0.16);
  --home-gold-glow: rgba(235, 205, 80, 0.34);
  --home-about-fronts-rhythm: 86px;
  --home-fronts-principles-rhythm: clamp(45px, calc(9.9vw - 76.5px), 66px);
  background: var(--home-dark-deep);
}

@keyframes home-orbit-spin {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes home-orbit-spin-left {
  from { transform: translate(-50%, -50%) rotate(0deg); }
  to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes home-aurora-drift {
  0% {
    transform: translate3d(
      calc(-4% + var(--gradient-parallax-x, 0px)),
      calc(-2% + var(--gradient-parallax-y, 0px)),
      0
    ) rotate(-2deg) scale(1.02);
  }
  50% {
    transform: translate3d(
      calc(5% + var(--gradient-parallax-x, 0px)),
      calc(3% + var(--gradient-parallax-y, 0px)),
      0
    ) rotate(1.5deg) scale(1.08);
  }
  100% {
    transform: translate3d(
      calc(-1% + var(--gradient-parallax-x, 0px)),
      calc(6% + var(--gradient-parallax-y, 0px)),
      0
    ) rotate(-1deg) scale(1.04);
  }
}

@property --gradient-shift-x {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

@property --gradient-shift-y {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

@property --gradient-shift-x-soft {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

@property --gradient-shift-y-soft {
  syntax: "<percentage>";
  inherits: true;
  initial-value: 0%;
}

.home-redesign .coere-eyebrow {
  gap: 0;
  font-weight: 600;
}

.home-redesign .coere-eyebrow::before,
.home-redesign #principios .coere-eyebrow::before {
  content: none;
}

.home-redesign .nav__inner {
  background: rgba(240, 240, 240, 0.985);
  border-color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 42px rgba(5, 18, 12, 0.16);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-redesign .hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
  background:
    radial-gradient(circle at 79% 17%, rgba(76, 117, 88, 0.34), transparent 31%),
    radial-gradient(circle at 15% 84%, rgba(235, 205, 80, 0.09), transparent 24%),
    linear-gradient(143deg, #081711 0%, #10251b 46%, #1c4030 100%);
  transition:
    --gradient-shift-x 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-y 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-x-soft 560ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-y-soft 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-redesign .hero::before {
  position: absolute;
  z-index: 0;
  inset: -22%;
  background:
    radial-gradient(ellipse 42% 34% at calc(74% + var(--gradient-shift-x)) calc(18% + var(--gradient-shift-y)), rgba(76, 117, 88, 0.38), transparent 66%),
    radial-gradient(ellipse 46% 30% at calc(24% - var(--gradient-shift-x-soft)) calc(76% - var(--gradient-shift-y-soft)), rgba(50, 90, 65, 0.32), transparent 68%),
    radial-gradient(ellipse 38% 28% at calc(58% + var(--gradient-shift-x-soft)) calc(52% - var(--gradient-shift-y)), rgba(235, 205, 80, 0.055), transparent 76%);
  content: "";
  pointer-events: none;
  animation: home-aurora-drift 38s ease-in-out infinite alternate;
  will-change: transform;
}

.home-redesign .hero::after { content: none; }

.home-redesign .hero > .container {
  position: relative;
  z-index: 1;
}

.home-redesign .hero__graphic {
  right: auto;
  bottom: -36%;
  left: -13%;
  width: min(50vw, 650px);
  opacity: 0.0612;
}

/* Manifesto: deliberate off-white break with a central idea diagram. */
.home-redesign .manifesto {
  min-height: 760px;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.82), transparent 30%),
    radial-gradient(circle at 82% 72%, rgba(20, 30, 25, 0.055), transparent 30%),
    var(--home-cream);
}

.home-redesign .manifesto__content {
  grid-template-columns: minmax(0, 1.12fr) minmax(400px, 0.88fr);
  align-items: center;
  gap: clamp(28px, 3.5vw, 56px);
}

.home-redesign .manifesto__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 88px 1fr;
  align-items: center;
  min-height: 500px;
  isolation: isolate;
}

.home-redesign .manifesto__orbit {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(30, 55, 45, 0.13);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-redesign .manifesto__orbit--outer {
  width: min(42vw, 520px);
  height: min(42vw, 520px);
  border-style: dashed;
  animation: home-orbit-spin 84s linear infinite;
}

.home-redesign .manifesto__orbit--inner {
  width: min(32vw, 400px);
  height: min(32vw, 400px);
}

.home-redesign .manifesto__pod {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 225px);
  min-height: 290px;
  flex-direction: column;
  justify-self: center;
  padding: 34px 24px;
  background: var(--home-cream);
  border: 1px solid rgba(30, 55, 45, 0.2);
  border-radius: 112px;
  box-shadow: none;
  text-align: center;
  transition: transform 280ms var(--ease-out), border-color 280ms var(--ease-out), box-shadow 280ms var(--ease-out), background-color 280ms var(--ease-out);
}

@media (hover: hover) {
  .home-redesign .manifesto__pod:hover {
    z-index: 3;
    transform: scale(1.055);
    border-color: rgba(30, 55, 45, 0.34);
    box-shadow: 0 22px 42px rgba(20, 30, 25, 0.1);
  }
}

.home-redesign .manifesto__pod .ph {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 15px;
  border: 1px solid rgba(30, 55, 45, 0.22);
  border-radius: 50%;
  color: var(--moss-green);
  font-size: 24px;
}

.home-redesign .manifesto__pod strong {
  font-size: 18px;
}

.home-redesign .manifesto__pod span {
  margin-top: 12px;
  color: var(--fg2);
  font-size: 13px;
  line-height: 1.55;
}

.home-redesign .manifesto__pod--ai {
  background: var(--home-cream);
}

.home-redesign .manifesto__bridge {
  position: relative;
  z-index: 1;
  isolation: isolate;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  justify-self: center;
  background: transparent;
  border: 1px solid rgba(30, 55, 45, 0.23);
  border-radius: 50%;
  box-shadow: none;
}

.home-redesign .manifesto__bridge::before,
.home-redesign .manifesto__bridge::after {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: 26px;
  height: 1px;
  background: rgba(30, 55, 45, 0.35);
  content: "";
}

.home-redesign .manifesto__bridge::before { right: 100%; }
.home-redesign .manifesto__bridge::after { left: 100%; }

.home-redesign .manifesto__bridge img {
  position: relative;
  z-index: 1;
  width: 30px;
  height: auto;
}

@keyframes home-glow-green {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(50, 90, 65, 0)); }
  50% { filter: drop-shadow(0 0 9px rgba(50, 90, 65, 0.3)); }
}

@keyframes home-glow-gold {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(235, 205, 80, 0)); }
  50% { filter: drop-shadow(0 0 10px rgba(235, 205, 80, 0.3)); }
}

.home-redesign .manifesto__pod .ph,
.home-redesign .manifesto__bridge {
  animation: home-glow-green 5.8s ease-in-out infinite;
}

.home-redesign .manifesto__pod--ai .ph {
  animation-delay: -2.9s;
}

.home-redesign .manifesto__copy h2,
.home-redesign .manifesto__copy p {
  grid-column: auto;
  grid-row: auto;
}

.home-redesign .manifesto__copy .coere-eyebrow {
  margin-bottom: var(--sp-5);
  color: var(--moss-green);
}

.home-redesign .manifesto__copy h2 {
  font-size: clamp(44px, 4.6vw, 64px);
}

.home-redesign .manifesto__copy p {
  margin-top: var(--sp-7);
}

.home-redesign .manifesto__copy {
  padding-left: 0;
}

/* Continuous dark field. */
.home-redesign .home-dark-field {
  position: relative;
  overflow: clip;
  isolation: isolate;
  background-color: var(--home-dark);
  transition:
    --gradient-shift-x 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-y 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-x-soft 580ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-y-soft 580ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-redesign .home-dark-field::before {
  position: absolute;
  z-index: 0;
  inset: -8% -12%;
  background:
    radial-gradient(ellipse 38% 20% at calc(78% + var(--gradient-shift-x)) calc(16% + var(--gradient-shift-y)), rgba(76, 117, 88, 0.34), transparent 66%),
    radial-gradient(ellipse 44% 22% at calc(22% - var(--gradient-shift-x-soft)) calc(48% - var(--gradient-shift-y-soft)), rgba(50, 90, 65, 0.31), transparent 68%),
    radial-gradient(ellipse 36% 18% at calc(64% + var(--gradient-shift-x-soft)) calc(82% - var(--gradient-shift-y)), rgba(25, 70, 48, 0.36), transparent 67%),
    radial-gradient(ellipse 30% 18% at calc(38% - var(--gradient-shift-x)) calc(70% + var(--gradient-shift-y-soft)), rgba(235, 205, 80, 0.035), transparent 78%);
  content: "";
  opacity: 1;
  pointer-events: none;
  animation: home-aurora-drift 46s ease-in-out infinite alternate;
  will-change: transform;
}

.home-redesign .home-dark-field--secondary::before {
  animation-duration: 54s;
  animation-delay: -19s;
  animation-direction: alternate-reverse;
}

.home-redesign .home-dark-field > * {
  position: relative;
  z-index: 1;
}

.home-redesign .home-dark-field--primary {
  background:
    radial-gradient(ellipse 78% 24% at 86% 8%, rgba(76, 117, 88, 0.22), transparent 72%),
    radial-gradient(ellipse 70% 23% at 10% 35%, rgba(235, 205, 80, 0.055), transparent 74%),
    radial-gradient(ellipse 82% 26% at 52% 63%, rgba(50, 90, 65, 0.24), transparent 72%),
    radial-gradient(ellipse 76% 20% at 88% 94%, rgba(50, 90, 65, 0.18), transparent 74%),
    var(--home-dark);
}

.home-redesign .home-dark-field--secondary {
  background:
    radial-gradient(ellipse 76% 31% at 84% 9%, rgba(50, 90, 65, 0.2), transparent 72%),
    radial-gradient(ellipse 68% 26% at 12% 48%, rgba(235, 205, 80, 0.045), transparent 74%),
    radial-gradient(ellipse 82% 30% at 80% 92%, rgba(50, 90, 65, 0.23), transparent 72%),
    var(--home-dark);
}

.home-redesign .home-dark-field > .about,
.home-redesign .home-dark-field > .fronts,
.home-redesign .home-dark-field > .principles,
.home-redesign .home-dark-field > .articles,
.home-redesign .home-dark-field > .community,
.home-redesign .home-dark-field > .contact-section {
  background: transparent;
}

.home-redesign .about,
.home-redesign .fronts,
.home-redesign .principles,
.home-redesign .articles,
.home-redesign .community,
.home-redesign .contact-section {
  color: var(--fg-on-dark-1);
}

.home-redesign .about {
  overflow: clip;
  background:
    radial-gradient(circle at 88% 12%, rgba(76, 117, 88, 0.24), transparent 30%),
    radial-gradient(circle at 12% 84%, rgba(235, 205, 80, 0.07), transparent 24%),
    var(--home-dark);
}

.home-redesign .about::before {
  content: none;
}

.home-redesign .about .section-heading .coere-eyebrow {
  color: var(--golden-yellow);
}

.home-redesign .about-card {
  overflow: visible;
  background:
    radial-gradient(circle at 96% 4%, rgba(235, 205, 80, 0.14), transparent 31%),
    linear-gradient(148deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035) 56%, rgba(50, 90, 65, 0.11)),
    rgba(13, 31, 23, 0.58);
  border-color: var(--home-glass-line);
  color: var(--mist-gray);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.11), 0 28px 80px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(26px) saturate(116%);
  -webkit-backdrop-filter: blur(26px) saturate(116%);
}

.home-redesign .about-card::before {
  content: none;
}

.home-redesign .about-card.is-active {
  background:
    radial-gradient(circle at 96% 4%, rgba(235, 205, 80, 0.16), transparent 31%),
    linear-gradient(148deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.055) 58%, rgba(50, 90, 65, 0.14)),
    rgba(17, 43, 31, 0.68);
  border-color: rgba(240, 240, 240, 0.24);
  color: var(--mist-gray);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 34px 90px rgba(0, 0, 0, 0.28), 0 0 70px rgba(50, 90, 65, 0.18);
}

.home-redesign .about-card--intro .coere-lead,
.home-redesign .about-card .coere-body {
  color: var(--fg-on-dark-2);
}

.home-redesign .about-card__image {
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.3));
}

/* Four paths around a central brand-derived radar. */
.home-redesign .fronts {
  background:
    radial-gradient(circle at 50% 50%, rgba(50, 90, 65, 0.26), transparent 34%),
    radial-gradient(circle at 8% 18%, rgba(235, 205, 80, 0.05), transparent 22%),
    var(--home-dark);
}

.home-redesign .fronts .section-heading {
  display: block;
  margin-bottom: clamp(64px, 7vw, 96px);
  text-align: center;
}

.home-redesign .fronts .section-heading .coere-eyebrow {
  margin-bottom: var(--sp-5);
  color: var(--golden-yellow);
}

.home-redesign .fronts .section-heading .coere-h2 {
  max-width: none;
  color: var(--mist-gray);
  font-size: clamp(48px, 5.8vw, 84px);
}

.home-redesign .fronts .section-heading .coere-h2 > strong {
  display: block;
}

.home-redesign .fronts__system {
  position: relative;
  min-height: 710px;
}

.home-redesign .fronts__radar {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: clamp(300px, 31vw, 440px);
  aspect-ratio: 1;
  transform: translate(-50%, -50%);
  isolation: isolate;
}

@keyframes home-ripple-expand {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.46);
  }
  14% { opacity: 0.08; }
  58% { opacity: 0.032; }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3.65);
  }
}

.home-redesign .fronts__ripple {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: visible;
  border-radius: 50%;
  pointer-events: none;
}

.home-redesign .fronts__ripple-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 38%;
  aspect-ratio: 1;
  border: 1px solid rgba(235, 205, 80, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(235, 205, 80, 0.055), inset 0 0 14px rgba(50, 90, 65, 0.08);
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.46);
  animation: home-ripple-expand 8.4s cubic-bezier(0.2, 0.58, 0.34, 1) infinite;
  will-change: transform, opacity;
}

.home-redesign .fronts__ripple-ring:nth-child(2) { animation-delay: -1.4s; }
.home-redesign .fronts__ripple-ring:nth-child(3) { animation-delay: -2.8s; }
.home-redesign .fronts__ripple-ring:nth-child(4) { animation-delay: -4.2s; }
.home-redesign .fronts__ripple-ring:nth-child(5) { animation-delay: -5.6s; }
.home-redesign .fronts__ripple-ring:nth-child(6) { animation-delay: -7s; }

.home-redesign .fronts__orbit,
.home-redesign .fronts__axis,
.home-redesign .fronts__core {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-redesign .fronts__orbit {
  z-index: 1;
  border: 1px solid rgba(240, 240, 240, 0.11);
  border-radius: 50%;
}

.home-redesign .fronts__orbit--one { width: 100%; height: 100%; border-style: dashed; }
.home-redesign .fronts__orbit--two { width: 68%; height: 68%; }
.home-redesign .fronts__orbit--three { width: 38%; height: 38%; border-color: rgba(235, 205, 80, 0.28); }

.home-redesign .fronts__orbit--one { animation: home-orbit-spin 74s linear infinite; }
.home-redesign .fronts__orbit--two { animation: home-orbit-spin 96s linear infinite reverse; }
.home-redesign .fronts__orbit--three {
  animation: home-orbit-spin 62s linear infinite, home-glow-gold 6.4s ease-in-out infinite;
}

.home-redesign .fronts__axis {
  z-index: 1;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240, 240, 240, 0.16), transparent);
}

.home-redesign .fronts__axis--y { transform: translate(-50%, -50%) rotate(90deg); }

.home-redesign .fronts__core {
  z-index: 3;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  background: rgba(13, 31, 23, 0.74);
  border: 1px solid rgba(235, 205, 80, 0.54);
  border-radius: 50%;
  box-shadow: 0 0 0 12px rgba(235, 205, 80, 0.03), 0 0 46px rgba(235, 205, 80, 0.18);
  color: var(--mist-gray);
  font-size: 42px;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: transform 280ms var(--ease-out), border-color 280ms var(--ease-out), box-shadow 280ms var(--ease-out), background-color 280ms var(--ease-out);
  animation: home-glow-gold 5.6s ease-in-out infinite;
}

.home-redesign .fronts__core i {
  transition: transform 280ms var(--ease-out);
}

@media (hover: hover) {
  .home-redesign .fronts__core:hover {
    transform: translate(-50%, -50%) scale(1.1);
    border-color: rgba(235, 205, 80, 0.82);
    background: rgba(13, 31, 23, 0.9);
    box-shadow: 0 0 0 16px rgba(235, 205, 80, 0.045), 0 0 58px rgba(235, 205, 80, 0.3);
  }

  .home-redesign .fronts__core:hover i {
    transform: scale(1.08);
  }
}

.home-redesign .fronts__grid {
  position: relative;
  z-index: 2;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 112px clamp(310px, 33vw, 490px);
  border: 0;
  pointer-events: none;
}

.home-redesign .fronts__routes {
  position: absolute;
  z-index: 1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.home-redesign .fronts__route polyline {
  fill: none;
  stroke: rgba(240, 240, 240, 0.48);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
  vector-effect: non-scaling-stroke;
}

.home-redesign .fronts__route-end {
  fill: url(#front-route-endpoint);
  animation: home-glow-gold 5.2s ease-in-out infinite;
}

.home-redesign .front-card,
.home-redesign .front-card:nth-child(2n) {
  min-height: 270px;
  overflow: visible;
  padding: 34px 0;
  background: transparent;
  border: 0;
  color: var(--mist-gray);
  pointer-events: auto;
}

.home-redesign .front-card:nth-child(-n + 2) {
  top: 80px;
}

.home-redesign .front-card::before {
  content: none;
}

.home-redesign .front-card::after {
  content: none;
}

.home-redesign .front-card .coere-mono {
  display: block;
  color: var(--moss-400);
  font-size: clamp(46px, 4vw, 64px);
}

.home-redesign .front-card:nth-child(even) .coere-mono {
  text-align: right;
}

.home-redesign .front-card:nth-child(even) {
  text-align: right;
}

.home-redesign .front-card:nth-child(even) .coere-h3,
.home-redesign .front-card:nth-child(even) .coere-body {
  margin-left: auto;
  text-align: right;
}

.home-redesign .front-card .coere-h3 {
  max-width: 14ch;
  margin-top: var(--sp-5);
  font-size: clamp(26px, 2vw, 34px);
  text-wrap: balance;
}

.home-redesign .front-card .coere-body {
  max-width: 42ch;
  margin-top: var(--sp-4);
  text-wrap: pretty;
}

@media (min-width: 900px) {
  .home-redesign .about {
    padding-bottom: var(--home-about-fronts-rhythm);
  }

  .home-redesign .fronts {
    padding-top: var(--home-about-fronts-rhythm);
    padding-bottom: var(--home-fronts-principles-rhythm);
  }

  .home-redesign .principles {
    padding-top: var(--home-fronts-principles-rhythm);
  }
}

/* Principles in two clear rows with Phosphor icons. */
.home-redesign .principles {
  background:
    radial-gradient(circle at 88% 22%, rgba(50, 90, 65, 0.22), transparent 30%),
    radial-gradient(circle at 9% 82%, rgba(235, 205, 80, 0.05), transparent 22%),
    var(--home-dark);
}

.home-redesign .principles > .container {
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1.38fr);
  align-items: center;
  gap: clamp(56px, 7vw, 112px);
}

.home-redesign .principles .section-heading {
  position: static;
}

.home-redesign .principles .section-heading .coere-eyebrow {
  color: var(--golden-yellow);
}

.home-redesign .principles .section-heading .coere-h2 {
  color: var(--mist-gray);
  font-size: clamp(50px, 5.5vw, 78px);
}

.home-redesign .principles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 clamp(28px, 4vw, 58px);
  border: 0;
}

.home-redesign .principle {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  min-height: 126px;
  column-gap: 20px;
  padding: 22px 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(240, 240, 240, 0.11);
  border-radius: 0;
  box-shadow: none;
  transition: transform 240ms var(--ease-out), border-color 240ms var(--ease-out), background-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
}

.home-redesign .principle::before { content: none; }

.home-redesign .principle__icon {
  display: grid;
  width: 52px;
  height: 52px;
  grid-row: 1 / span 2;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(235, 205, 80, 0.28);
  border-radius: 50%;
  color: var(--golden-yellow);
  font-size: 24px;
  transition: transform 240ms var(--ease-out), border-color 240ms var(--ease-out), background-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
  animation: home-glow-gold 6.2s ease-in-out infinite;
}

.home-redesign .principle:nth-child(2n) .principle__icon { animation-delay: -2.1s; }
.home-redesign .principle:nth-child(3n) .principle__icon { animation-delay: -4.1s; }

.home-redesign .principle .coere-h3 {
  color: var(--mist-gray);
  font-size: 18px;
  text-wrap: balance;
}

.home-redesign .principle .coere-body {
  margin-top: 5px;
  color: var(--fg-on-dark-2);
  font-size: 13px;
  line-height: 1.45;
  text-wrap: pretty;
}

@media (hover: hover) {
  .home-redesign .principle:hover {
    transform: translateY(-3px);
    background: transparent;
    border-color: rgba(235, 205, 80, 0.38);
    box-shadow: none;
  }

  .home-redesign .principle:hover .principle__icon {
    transform: scale(1.08);
    border-color: rgba(235, 205, 80, 0.7);
    background: rgba(235, 205, 80, 0.08);
    box-shadow: 0 0 22px rgba(235, 205, 80, 0.14);
  }
}

/* Second off-white break, with brand-linked circles behind the portrait. */
.home-redesign .audience {
  min-height: 790px;
  background:
    radial-gradient(circle at 84% 18%, rgba(255, 255, 255, 0.92), transparent 34%),
    radial-gradient(circle at 14% 80%, rgba(50, 90, 65, 0.07), transparent 30%),
    linear-gradient(118deg, rgba(255, 255, 255, 0.28), transparent 46%, rgba(20, 48, 35, 0.025)),
    var(--home-cream);
  color: var(--graphite-green);
}

.home-redesign .audience > .container {
  min-height: 540px;
}

.home-redesign .audience .section-heading {
  top: 0;
}

.home-redesign .audience .section-heading .coere-eyebrow {
  color: var(--moss-green);
}

.home-redesign .audience .section-heading .coere-h2 {
  color: var(--graphite-green);
  font-size: clamp(52px, 5.8vw, 84px);
}

.home-redesign .audience .section-heading .coere-lead {
  color: var(--fg2);
}

.home-redesign .audience__orbits {
  position: absolute;
  z-index: 0;
  right: -33%;
  bottom: -4%;
  width: min(52vw, 720px);
  aspect-ratio: 1;
  pointer-events: none;
}

.home-redesign .audience__orbits span {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(30, 55, 45, 0.14);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.home-redesign .audience__orbits span:nth-child(1) { width: 100%; height: 100%; }
.home-redesign .audience__orbits span:nth-child(2) {
  width: 76%;
  height: 76%;
  border-style: dashed;
  border-top-color: rgba(235, 205, 80, 0.3);
  animation: home-orbit-spin-left 72s linear infinite;
  will-change: transform;
}
.home-redesign .audience__orbits span:nth-child(3) {
  width: 48%;
  height: 48%;
  border-color: rgba(235, 205, 80, 0.44);
  animation: home-glow-gold 6.8s ease-in-out infinite;
}
.home-redesign .audience__orbits span:nth-child(4) { display: none; }

.home-redesign .audience__portrait {
  right: -78px;
  bottom: calc(0px - clamp(112px, 11vw, 176px));
  width: clamp(610px, 47vw, 780px);
  filter: drop-shadow(0 34px 52px rgba(20, 30, 25, 0.2));
}

/* Editorial glass cards: one lead story plus three compact stories. */
.home-redesign .articles {
  background: var(--home-dark);
}

.home-redesign .articles__header .coere-eyebrow {
  color: var(--golden-yellow);
}

.home-redesign .articles__header .coere-h2 {
  color: var(--mist-gray);
}

.home-redesign .articles__header .btn--ghost {
  color: var(--mist-gray);
}

.home-redesign .home-articles__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
  gap: clamp(28px, 3vw, 44px);
  align-items: stretch;
}

.home-redesign .article-feature,
.home-redesign .home-article-card {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.home-redesign .article-feature {
  grid-template-columns: minmax(280px, 1.08fr) minmax(250px, 0.92fr);
  min-height: 0;
  align-items: stretch;
  overflow: visible;
  border-radius: 0;
}

.home-redesign .article-feature:hover {
  box-shadow: none;
  transform: none;
}

.home-redesign .article-feature__media {
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  align-self: stretch;
  background: rgba(50, 90, 65, 0.18);
  border: 1px solid var(--home-glass-line);
  border-radius: 28px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 24px 62px rgba(0, 0, 0, 0.18);
}

.home-redesign .article-feature__media img {
  object-position: center 24%;
}

.home-redesign .article-feature__content {
  height: 100%;
  justify-content: flex-start;
  padding: clamp(24px, 2.6vw, 38px);
}

.home-redesign .article-feature__content .coere-h2 {
  color: var(--mist-gray);
  font-size: clamp(28px, 2vw, 34px);
  font-weight: 600;
  line-height: 1.04;
}

.home-redesign .article-feature__content .coere-lead {
  color: var(--fg-on-dark-2);
  font-size: 16px;
  line-height: 1.55;
}

.home-redesign .article-feature__content .article-link {
  margin-top: clamp(34px, 4vw, 52px);
}

.home-redesign .article-feature .article-meta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9px;
}

.home-redesign .article-feature .article-meta > * + *::before {
  display: none;
}

.home-redesign .article-meta {
  color: #9bb0a5;
}

.home-redesign .article-link {
  min-height: 36px;
  margin-top: 24px;
  padding: 8px 14px;
  background: rgba(235, 205, 80, 0.08);
  border: 1px solid rgba(235, 205, 80, 0.34);
  border-radius: var(--r-pill);
  color: var(--golden-yellow);
  font-weight: 600;
  transition: background 180ms var(--ease-out), border-color 180ms var(--ease-out), color 180ms var(--ease-out), transform 180ms var(--ease-out);
}

.home-redesign .article-link span {
  border-bottom: 0;
}

.home-redesign .article-link:hover {
  background: var(--golden-yellow);
  border-color: var(--golden-yellow);
  color: var(--graphite-green);
  transform: translateY(-1px);
}

.home-redesign .home-articles__stack {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  align-content: stretch;
  gap: 20px;
}

.home-redesign .home-article-card {
  display: grid;
  grid-template-columns: clamp(220px, 18vw, 300px) minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: visible;
  border-radius: 0;
  transition: border-color 260ms var(--ease-out), box-shadow 260ms var(--ease-out), transform 260ms var(--ease-out);
}

.home-redesign .home-article-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: none;
}

.home-redesign .home-article-card:not(:last-child) {
  border-bottom: 1px solid rgba(240, 240, 240, 0.11);
}

.home-redesign .home-article-card__media {
  position: relative;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  align-self: stretch;
  overflow: hidden;
  background: rgba(50, 90, 65, 0.18);
  border: 1px solid var(--home-glass-line);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 16px 38px rgba(0, 0, 0, 0.16);
}

.home-redesign .home-article-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 52%, rgba(8, 23, 17, 0.28));
  content: "";
}

.home-redesign .home-article-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 520ms var(--ease-out);
}

.home-redesign .home-article-card:nth-child(1) .home-article-card__media img { object-position: center 52%; }
.home-redesign .home-article-card:nth-child(2) .home-article-card__media img { object-position: center 50%; }
.home-redesign .home-article-card:nth-child(3) .home-article-card__media img { object-position: center 56%; }

.home-redesign .home-article-card:hover img { transform: scale(1.04); }

.home-redesign .home-article-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 6px 0 10px clamp(18px, 2vw, 28px);
}

.home-redesign .home-article-card__content h3 {
  margin-top: 10px;
  color: var(--mist-gray);
  font-size: clamp(17px, 1.35vw, 21px);
  line-height: 1.12;
  font-weight: 600;
  text-wrap: balance;
}

.home-redesign .home-article-card__content h3 a {
  text-decoration: none;
}

.home-redesign .home-article-card__content .article-link {
  margin-top: auto;
  padding: 7px 12px;
  font-size: 13px;
}

/* Desktop editorial mosaic: a vertical lead image and three 3:2 landscape images share one frame. */
@media (min-width: 1024px) {
  .home-redesign .home-articles__grid {
    grid-auto-rows: clamp(500px, 32vw, 620px);
    align-items: stretch;
  }

  .home-redesign .article-feature,
  .home-redesign .home-articles__stack {
    height: 100%;
  }

  .home-redesign .article-feature__content {
    height: 100%;
    justify-content: flex-start;
  }

  .home-redesign .article-feature__content .article-link {
    margin-top: clamp(34px, 4vw, 52px);
  }

  .home-redesign .home-articles__stack {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .home-redesign .home-article-card,
  .home-redesign .home-article-card__media {
    height: 100%;
  }

  .home-redesign .home-article-card__media {
    aspect-ratio: auto;
    align-self: stretch;
  }
}

/* Conversation and contact continue in the same gradient field. */
.home-redesign .community {
  padding: 0;
  background: var(--home-dark);
}

.home-redesign .community__content {
  width: min(1120px, 100% - 64px);
  min-height: 420px;
  margin-block: 0;
  padding: 72px clamp(36px, 7vw, 104px);
  background:
    radial-gradient(circle at 50% 50%, rgba(50, 90, 65, 0.24), transparent 58%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
    rgba(8, 29, 20, 0.56);
  border: 1px solid rgba(240, 240, 240, 0.13);
  border-radius: 90px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 28px 76px rgba(0, 0, 0, 0.2), 0 0 80px rgba(50, 90, 65, 0.12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.home-redesign .community__content::before {
  content: none;
}

.home-redesign .community__content::after {
  content: "";
  display: none;
}

.home-redesign .contact-section {
  background:
    radial-gradient(circle at 16% 30%, rgba(235, 205, 80, 0.055), transparent 24%),
    radial-gradient(circle at 82% 80%, rgba(50, 90, 65, 0.26), transparent 30%),
    var(--home-dark);
}

@media (min-width: 768px) {
  .home-redesign .contact-section {
    /* Keep the contact card visually centered when reached from the fixed nav. */
    scroll-margin-top: -112px;
  }
}

.home-redesign .contact-box {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.032)),
    rgba(9, 25, 18, 0.48);
  border-color: var(--home-glass-line);
  color: var(--mist-gray);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.09), 0 32px 90px rgba(0, 0, 0, 0.22), 0 0 70px rgba(50, 90, 65, 0.12);
  backdrop-filter: blur(24px) saturate(115%);
  -webkit-backdrop-filter: blur(24px) saturate(115%);
}

.home-redesign .contact-box__intro .coere-eyebrow,
.home-redesign .contact-box__intro > a {
  color: var(--golden-yellow);
}

.home-redesign .contact-box__intro .coere-h2 {
  color: var(--mist-gray);
}

.home-redesign .contact-box__intro .coere-lead {
  color: var(--fg-on-dark-2);
}

.home-redesign .contact-form {
  border-color: rgba(240, 240, 240, 0.14);
  color: var(--mist-gray);
}

.home-redesign .contact-field {
  color: var(--mist-gray);
}

.home-redesign .contact-field > span small,
.home-redesign .contact-field--file > small,
.home-redesign .contact-form__status {
  color: var(--fg-on-dark-2);
}

.home-redesign .contact-field input[type="text"],
.home-redesign .contact-field input[type="email"],
.home-redesign .contact-field textarea {
  background: rgba(255, 255, 255, 0.055);
  border-color: rgba(240, 240, 240, 0.12);
  color: var(--mist-gray);
}

.home-redesign .contact-field input::placeholder,
.home-redesign .contact-field textarea::placeholder {
  color: rgba(240, 240, 240, 0.48);
}

.home-redesign .contact-field input[type="text"]:focus,
.home-redesign .contact-field input[type="email"]:focus,
.home-redesign .contact-field textarea:focus {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(235, 205, 80, 0.58);
  box-shadow: 0 0 0 3px rgba(235, 205, 80, 0.1), 0 0 32px rgba(235, 205, 80, 0.08);
}

.home-redesign .contact-field--file {
  background: rgba(50, 90, 65, 0.16);
  border-color: rgba(240, 240, 240, 0.18);
}

.home-redesign .contact-field--file input {
  color: var(--fg-on-dark-2);
}

.home-redesign .contact-field--file input::file-selector-button {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(240, 240, 240, 0.16);
  color: var(--mist-gray);
}

.home-redesign .contact-form .btn--primary {
  background: var(--white);
  color: var(--graphite-green);
}

/* Spotlight Card adapted to the dark glass surfaces of the redesigned home. */
.home-redesign .about-card,
.home-redesign .community__content,
.home-redesign .contact-box {
  --spotlight-color: rgba(235, 205, 80, 0.2);
}

.home-redesign [data-spotlight-card]::after {
  display: block;
  content: "";
}

.home-redesign .contact-box {
  --spotlight-color: rgba(235, 205, 80, 0.15);
}

.home-redesign .footer {
  position: relative;
  overflow: clip;
  isolation: isolate;
  background:
    radial-gradient(ellipse at 76% 0%, rgba(50, 90, 65, 0.14), transparent 40%),
    #030b07;
  color: var(--mist-gray);
  transition:
    --gradient-shift-x 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-y 420ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-x-soft 560ms cubic-bezier(0.16, 1, 0.3, 1),
    --gradient-shift-y-soft 560ms cubic-bezier(0.16, 1, 0.3, 1);
}

.home-redesign .footer::before {
  position: absolute;
  z-index: 0;
  inset: -50% -14%;
  background:
    radial-gradient(ellipse 44% 42% at calc(72% + var(--gradient-shift-x)) calc(24% + var(--gradient-shift-y)), rgba(50, 90, 65, 0.2), transparent 74%),
    radial-gradient(ellipse 36% 34% at calc(24% - var(--gradient-shift-x-soft)) calc(78% - var(--gradient-shift-y-soft)), rgba(76, 117, 88, 0.12), transparent 76%);
  content: "";
  pointer-events: none;
  animation: home-aurora-drift 52s ease-in-out infinite alternate-reverse;
  will-change: transform;
}

.home-redesign .footer > .container {
  position: relative;
  z-index: 1;
}

.home-redesign .footer__brand .coere-body,
.home-redesign .footer__column .coere-eyebrow,
.home-redesign .footer__contact,
.home-redesign .footer__base .coere-caption {
  color: rgba(240, 240, 240, 0.76);
}

.home-redesign .footer__base {
  border-color: rgba(240, 240, 240, 0.14);
}

@media (max-width: 1180px) {
  .home-redesign .principles > .container {
    grid-template-columns: 1fr;
  }

  .home-redesign .principles .section-heading {
    margin-bottom: var(--sp-8);
  }

  .home-redesign .principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-redesign .home-articles__grid {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  }
}

@media (min-width: 900px) and (max-width: 1023px) {
  .home-redesign .home-articles__grid {
    grid-template-columns: 1fr;
  }

  .home-redesign .article-feature {
    min-height: 470px;
  }

  .home-redesign .home-articles__stack {
    grid-template-rows: repeat(3, auto);
  }

  .home-redesign .home-article-card {
    height: auto;
    min-height: 170px;
  }

  .home-redesign .home-article-card__media {
    height: auto;
    aspect-ratio: 3 / 2;
  }
}

@media (max-width: 899px) {
  .home-redesign .manifesto__content {
    grid-template-columns: 1fr;
  }

  .home-redesign .manifesto__visual {
    width: min(100%, 620px);
    margin-inline: auto;
  }

  .home-redesign .manifesto__copy {
    max-width: 700px;
    padding-left: 0;
  }

  .home-redesign .fronts__system {
    min-height: 0;
  }

  .home-redesign .fronts__radar {
    position: relative;
    top: auto;
    left: auto;
    width: min(70vw, 380px);
    margin: 0 auto 80px;
    transform: none;
  }

  .home-redesign .fronts__grid {
    gap: 18px;
  }

  .home-redesign .front-card,
  .home-redesign .front-card:nth-child(2n) {
    min-height: 280px;
    padding: 30px;
    background: var(--home-glass);
    border: 1px solid var(--home-glass-line);
    border-radius: 28px;
  }

  .home-redesign .front-card:nth-child(-n + 2) {
    top: 0;
  }

  .home-redesign .front-card:nth-child(even),
  .home-redesign .front-card:nth-child(even) .coere-mono,
  .home-redesign .front-card:nth-child(even) .coere-h3,
  .home-redesign .front-card:nth-child(even) .coere-body {
    margin-left: 0;
    text-align: left;
  }

  .home-redesign .fronts__routes {
    display: none;
  }

  .home-redesign .principles__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-redesign .audience > .container {
    display: block;
  }

  .home-redesign .audience__orbits {
    right: 50%;
    bottom: -5%;
    width: min(92vw, 680px);
    transform: translateX(50%);
  }

  .home-redesign .home-articles__grid {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-redesign .article-feature {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-redesign .home-article-card {
    height: auto;
    min-height: 0;
  }

  .home-redesign .home-articles__stack {
    grid-template-rows: repeat(3, auto);
  }

  .home-redesign .home-article-card__media {
    height: auto;
    aspect-ratio: 16 / 10;
    align-self: start;
  }
}

@media (max-width: 767px) {
  .home-redesign .manifesto {
    min-height: auto;
  }

  .home-redesign .manifesto__visual {
    grid-template-columns: 1fr 48px 1fr;
    min-height: 330px;
  }

  .home-redesign .manifesto__pod {
    min-height: 196px;
    padding: 22px 12px;
    border-radius: 70px;
  }

  .home-redesign .manifesto__pod .ph {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }

  .home-redesign .manifesto__pod strong { font-size: 15px; }
  .home-redesign .manifesto__pod span { font-size: 11px; }

  .home-redesign .manifesto__bridge {
    width: 46px;
    height: 46px;
  }

  .home-redesign .manifesto__bridge::before,
  .home-redesign .manifesto__bridge::after {
    width: 12px;
  }

  .home-redesign .manifesto__orbit--outer {
    width: 280px;
    height: 280px;
  }

  .home-redesign .manifesto__orbit--inner {
    width: 220px;
    height: 220px;
  }

  .home-redesign .manifesto__copy h2 {
    font-size: 42px;
  }

  .home-redesign .about__deck {
    min-height: 584px;
    touch-action: pan-y;
  }

  .home-redesign .about-card.is-active.is-dragging {
    transform: translateX(calc(-50% + var(--about-drag-x, 0px))) scale(1) rotateY(0deg);
    transition: none;
    user-select: none;
  }

  .home-redesign .fronts .section-heading {
    text-align: left;
  }

  .home-redesign .fronts__radar {
    width: min(78vw, 330px);
    margin-bottom: 64px;
  }

  .home-redesign .fronts__grid {
    grid-template-columns: 1fr;
  }

  .home-redesign .front-card,
  .home-redesign .front-card:nth-child(2n) {
    min-height: 0;
  }

  .home-redesign .principles__grid {
    grid-template-columns: 1fr;
  }

  .home-redesign .principle {
    min-height: 0;
  }

  .home-redesign .audience {
    min-height: auto;
  }

  .home-redesign .audience__portrait {
    right: auto;
    left: 50%;
    width: calc(100% + 112px);
    margin-right: 0;
    margin-left: 0;
    translate: -50% 0;
  }

  .home-redesign .audience__portrait.reveal,
  .home-redesign .audience__portrait.reveal.is-visible {
    right: auto;
    left: 50%;
    translate: -50% 0;
  }

  .home-redesign .article-feature__media {
    min-height: 0;
    aspect-ratio: 16 / 10;
  }

  .home-redesign .home-article-card {
    grid-template-columns: 128px minmax(0, 1fr);
    min-height: 0;
  }

  .home-redesign .home-article-card__content {
    padding: 6px 0 6px 18px;
  }

  .home-redesign .article-feature__content .article-link {
    margin-top: 24px;
  }

  .home-redesign .home-article-card__content .article-link {
    margin-top: 18px;
  }

  .home-redesign .home-article-card__content .article-meta time {
    display: none;
  }

  .home-redesign .home-article-card__content .article-meta > * + *::before {
    display: none;
  }

  .home-redesign .community__content {
    width: min(100% - 48px, 1320px);
    min-height: 0;
    margin-block: 0;
    padding: 72px 24px;
    border-radius: 48px;
  }

  .home-redesign .contact-box {
    padding: 36px 24px;
  }

  .home-redesign .contact-form {
    border-color: rgba(240, 240, 240, 0.14);
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-redesign .hero::before,
  .home-redesign .home-dark-field::before,
  .home-redesign .footer::before,
  .home-redesign .audience__orbits span:nth-child(2) {
    animation: none !important;
  }

  .home-redesign .manifesto__pod .ph,
  .home-redesign .manifesto__bridge,
  .home-redesign .fronts__orbit--three,
  .home-redesign .fronts__core,
  .home-redesign .fronts__route-end,
  .home-redesign .fronts__ripple-ring,
  .home-redesign .principle__icon,
  .home-redesign .audience__orbits span:nth-child(3) {
    animation: none !important;
  }


  .home-redesign .about-card,
  .home-redesign .front-card,
  .home-redesign .principle,
  .home-redesign .article-feature,
  .home-redesign .home-article-card {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

/* Scroll entrances keep glass backgrounds stable and animate their content. */
.home-redesign .reveal:not(.about-card):not(.front-card):not(.principle):not(.article-feature):not(.home-article-card):not(.community__content):not(.contact-box) {
  opacity: 0;
  translate: 0 28px;
  transform: none;
  transition: opacity 720ms var(--ease-out), translate 820ms var(--ease-out);
}

.home-redesign .reveal.is-visible:not(.about-card):not(.front-card):not(.principle):not(.article-feature):not(.home-article-card):not(.community__content):not(.contact-box) {
  opacity: 1;
  translate: 0 0;
}

.home-redesign .manifesto__visual.reveal { translate: -34px 0; }
.home-redesign .manifesto__visual.reveal.is-visible { translate: 0 0; }
.home-redesign .manifesto__copy.reveal { translate: 34px 0; }
.home-redesign .manifesto__copy.reveal.is-visible { translate: 0 0; }
.home-redesign .audience__portrait.reveal { translate: 42px 20px; }
.home-redesign .audience__portrait.reveal.is-visible { translate: 0 0; }

/* Keep the portrait optically centered after reveal transforms on mobile. */
@media (max-width: 767px) {
  .home-redesign .audience__portrait.reveal,
  .home-redesign .audience__portrait.reveal.is-visible {
    position: relative;
    right: auto;
    left: 50%;
    margin-right: 0;
    margin-left: 0;
    translate: 0 0;
    transform: translateX(-50%) !important;
  }
}

.home-redesign .front-card.reveal,
.home-redesign .principle.reveal,
.home-redesign .article-feature.reveal,
.home-redesign .home-article-card.reveal,
.home-redesign .community__content.reveal,
.home-redesign .contact-box.reveal {
  opacity: 1;
  transform: none;
}

.home-redesign .about-card.reveal {
  opacity: 1;
}

.home-redesign .front-card.reveal > *,
.home-redesign .principle.reveal > *,
.home-redesign .article-feature.reveal > *,
.home-redesign .home-article-card.reveal > *,
.home-redesign .community__content.reveal > *,
.home-redesign .contact-box.reveal > * {
  opacity: 0;
  translate: 0 20px;
  transition: opacity 640ms var(--ease-out), translate 760ms var(--ease-out);
}

.home-redesign .front-card.reveal.is-visible > *,
.home-redesign .principle.reveal.is-visible > *,
.home-redesign .article-feature.reveal.is-visible > *,
.home-redesign .home-article-card.reveal.is-visible > *,
.home-redesign .community__content.reveal.is-visible > *,
.home-redesign .contact-box.reveal.is-visible > * {
  opacity: 1;
  translate: 0 0;
}

.home-redesign .front-card.reveal > *:nth-child(2),
.home-redesign .principle.reveal > *:nth-child(2),
.home-redesign .article-feature.reveal > *:nth-child(2),
.home-redesign .home-article-card.reveal > *:nth-child(2),
.home-redesign .community__content.reveal > *:nth-child(2),
.home-redesign .contact-box.reveal > *:nth-child(2) { transition-delay: 90ms; }

.home-redesign .front-card.reveal > *:nth-child(n + 3),
.home-redesign .principle.reveal > *:nth-child(n + 3),
.home-redesign .community__content.reveal > *:nth-child(n + 3),
.home-redesign .contact-box.reveal > *:nth-child(n + 3) { transition-delay: 170ms; }

@media (prefers-reduced-motion: reduce) {
  .home-redesign .reveal,
  .home-redesign .reveal > * {
    opacity: 1 !important;
    translate: none !important;
    transform: none;
    transition: none !important;
  }
}

@media (hover: hover) {
  .home-redesign .principle.reveal.is-visible {
    transition: transform 240ms var(--ease-out), border-color 240ms var(--ease-out), background-color 240ms var(--ease-out), box-shadow 240ms var(--ease-out);
  }

  .home-redesign .principle.reveal.is-visible:hover {
    transform: translateY(-3px);
  }
}
